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

提供: OSGeo.JP Wiki
2009年8月25日 (火) 19:25時点におけるKayama (トーク | 投稿記録)による版

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索
%
%
\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}