QGIS/doc/source/user_guide/qgis_user_guide.tex

108 lines
2.7 KiB
TeX
Raw Normal View History

\documentclass[10pt,english]{timthesis}
\usepackage{geometry}
\geometry{verbose,letterpaper,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=
1in}
\usepackage{helvet}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{setspace}
\usepackage{paralist}
\usepackage{color}
\usepackage{hyperref}
\hypersetup{backref,colorlinks=true}
\usepackage{ae,aecompl}
\usepackage{graphicx}
\usepackage{picins}
\usepackage{fancyhdr}
\usepackage{extramarks}
\usepackage{makeidx}
\usepackage{datetime}
\pagestyle{empty}
%define tip float
\usepackage{float}
\floatstyle{ruled}
\newfloat{Tip}{H}{lox}
\floatname{Tip}{Tip}
\newcommand\qgistip[1]{\raggedright\small{#1}}
\renewcommand{\topfraction}{0.85}
\renewcommand{\textfraction}{0.1}
\renewcommand{\floatpagefraction}{0.75}
\makeindex
%Added by Tim to define a month year date style
\newdateformat{mydate}{\monthname[\THEMONTH] \THEYEAR}
%\renewcommand\familydefault{lucidabrightsans}
\title{
\includegraphics[scale=0.4]{qgis_user_guide_images/qgis_icon_new_verylarge}\\
Quantum GIS User Guide\\
\large Version 0.6 \textsl{'Simon'}}
\author{Gary E. Sherman \\Tim Sutton \\Radim Blazek (GRASS) \\ Lars Luthman (GPS Plugin)\\
\date{\mydate\today}
}
\begin{document}
\pagenumbering{roman}
% To disable first line indents of paragraphs after the first one
\setlength{\parindent}{0in}
\maketitle
\tableofcontents
\listof{Tip}{QGIS Tips}
\newpage
%\newpage
%added by Tim to create a decent space between paragraphs
%note its only after toc so toc remains compact
\setlength{\parskip}{8pt plus 1pt minus 1pt}
%\fancyfoot[C]{\thepage}
\pagestyle{fancy}
\fancyhead[L]{QGIS User Guide}
\fancyhead[R]{\textsl{Version 0.6}}
\pagenumbering{arabic}
\begin{onehalfspace}
\reversemarginpar
\input{introduction.tex}
\input{getting_started.tex}
\input{working_with_vector.tex}
\input{working_with_raster.tex}
\input{grass_integration.tex}
%first the general intro to plugins
%then each individual plugin can have a section
%in the plugins chapter
\input{plugins.tex}
\input{plugins_gps.tex}
\input{plugins_delimited_text.tex}
%end of plugin docs
\input{help_and_support.tex}
\appendix
\input{appendices/supported_data_formats.tex}
\input{appendices/gpl.tex}
\input{appendices/qgis_qt_gpl_exception.tex}
%install guide is a special case because we are snarfing it
%out of a separate document, we need to add the chapter here
\chapter{QGIS Installation Guide}
\label{install_guide}
\input{../install_guide/install_source.tex}
\end{onehalfspace}
\index{PostgreSQL!layer defintion| \see{query builder}}
\index{PostgreSQL!importing data| \see{SPIT}}
\index{layers!vector| \see{vector layers}}
\index{vector layers!symbology!renderers| \see{renderers}}
\index{layers!raster| \see{rasters}}
\index{attribute actions| \see{actions}}
\printindex
\end{document}