Warning, /education/labplot/doc/latex/doc.tex is written in an unsupported language. File is not indexed.

0001 \documentclass[
0002 a4paper,
0003 12pt,
0004 twoside,
0005 titlepage,
0006 BCOR10mm,
0007 openright,
0008 parskip,
0009 headsepline,
0010 headinclude,
0011 footsepline,
0012 chapterprefix,
0013 ]{scrbook}
0014 
0015 \usepackage[colorlinks]{hyperref}
0016 \usepackage{xcolor}
0017 \usepackage{amssymb}
0018 \usepackage{amsmath}
0019 \usepackage{fullpage}
0020 \usepackage[multiple]{footmisc}
0021 \usepackage{graphicx}
0022 \usepackage[utf8]{inputenc}
0023 \usepackage{listings}
0024 
0025 \newcommand{\colortext}[2]{\begingroup\color{#1}#2\endgroup}
0026 \newcommand{\bulletline}{\newline \centerline{$ \bullet\quad \bullet\quad \bullet $} \newline}
0027 \newcommand{\smallfrac}[2]{\textstyle{\frac #1 #2}}
0028 \newcommand{\menuitem}[1]{\fcolorbox{black}{lightgray}{$#1$}}
0029 \newcommand{\menuchoice}[2]{\fcolorbox{black}{lightgray}{$#1$} $\rightarrow$ \fcolorbox{black}{lightgray}{$#2$}}
0030 \newcommand{\rmb}{right mouse button click}
0031 
0032 
0033 \begin{document}
0034 
0035 \frontmatter
0036 \begin{titlepage}
0037 \centering
0038 \textbf{\Huge{LabPlot}}\\
0039 \vspace{3cm}
0040 \LARGE{KDE-application for interactive graphing and analysis of scientific data}\\
0041 \vspace{2cm}
0042 \Large{2017}
0043 
0044 \end{titlepage}
0045 
0046 \tableofcontents
0047 
0048 \mainmatter
0049 \include{introduction}
0050 \include{using}
0051 \include{tutorials}
0052 \include{advanced_tutorials}
0053 \include{qa}
0054 
0055 \appendix
0056 \include{reference}
0057 
0058 \backmatter
0059 
0060 \end{document}