メインページ/QGIS/coding-compilation guide/

提供: OSGeo.JP Wiki
移動: 案内検索

preamble

introduction

plugins_writing_in_cpp

creating_cpp_applications

cplugins_writing_in_python

creating_pyqgis_applications

coding

appendices/gpl

appendices/qgis_qt_gpl_exception

%
%
\documentclass[a4paper,pagesize=dvips,onecolumn,11pt,titlepage,twoside]{scrartcl}
% \documentclass[a4paper,dvips,onecolumn,11pt,titlepage]{scrreprt}
\usepackage{qgis_style}
 
\begin{document}
 
\include{title}
\include{preamble}
\include{toc}
\include{introduction}
\include{plugins_writing_in_cpp}
\include{creating_cpp_applications}
\include{plugins_writing_in_python}
\include{creating_pyqgis_applications}
\include{help_and_support}
%install and coding guide is a special case because we are extracting it
%out of the INSTALL.t2t and CODING.t2t document of in the QGIS sources
%when we tag a new document release
\include{install}
\include{coding}
\include{appendices/gpl}
\include{appendices/qgis_qt_gpl_exception}
\include{literature}
 
\begin{htmlonly}
        \input{qgis_style.tex}
\end{htmlonly}
\end{document}