Init
This commit is contained in:
169
main.tex
Normal file
169
main.tex
Normal file
@@ -0,0 +1,169 @@
|
||||
|
||||
%!TEX root=main.tex
|
||||
%\documentclass{tufte-book}
|
||||
\documentclass[fleqn, a4paper,12pt]{scrbook}
|
||||
|
||||
%\hypersetup{colorlinks}% uncomment this line if you prefer colored hyperlinks (e.g., for onscreen viewing)
|
||||
|
||||
%%
|
||||
% Book metadata
|
||||
\title{Formeln und Notizen}
|
||||
%\author[]{}
|
||||
%\publisher{Ich}
|
||||
|
||||
%%
|
||||
% If they're installed, use Bergamo and Chantilly from www.fontsite.com.
|
||||
% They're clones of Bembo and Gill Sans, respectively.
|
||||
%\IfFileExists{bergamo.sty}{\usepackage[osf]{bergamo}}{}% Bembo
|
||||
%\IfFileExists{chantill.sty}{\usepackage{chantill}}{}% Gill Sans
|
||||
|
||||
\input{definitions.tex}
|
||||
|
||||
|
||||
%%% Local Variables:
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
|
||||
\begin{document}
|
||||
\tikzstyle{every picture}+=[remember picture]
|
||||
% % Front matter
|
||||
% \frontmatter
|
||||
%
|
||||
% % r.1 blank page
|
||||
% \blankpage
|
||||
%
|
||||
% % v.2 epigraphs
|
||||
%
|
||||
%
|
||||
% % r.3 full title page
|
||||
% \maketitle
|
||||
%
|
||||
%
|
||||
% % v.4 copyright page
|
||||
% \newpage
|
||||
% \begin{fullwidth}
|
||||
% ~\vfill
|
||||
% \thispagestyle{empty}
|
||||
% \setlength{\parindent}{0pt}
|
||||
% \setlength{\parskip}{\baselineskip}
|
||||
% Copyright \copyright\ \the\year\ \thanklessauthor
|
||||
%
|
||||
% \par\smallcaps{Published by \thanklesspublisher}
|
||||
%
|
||||
% \par\smallcaps{tufte-latex.googlecode.com}
|
||||
%
|
||||
% \par Licensed under the Apache License, Version 2.0 (the ``License''); you may not
|
||||
% use this file except in compliance with the License. You may obtain a copy
|
||||
% of the License at \url{http://www.apache.org/licenses/LICENSE-2.0}. Unless
|
||||
% required by applicable law or agreed to in writing, software distributed
|
||||
% under the License is distributed on an \smallcaps{``AS IS'' BASIS, WITHOUT
|
||||
% WARRANTIES OR CONDITIONS OF ANY KIND}, either express or implied. See the
|
||||
% License for the specific language governing permissions and limitations
|
||||
% under the License.\index{license}
|
||||
%
|
||||
% \par\textit{First printing, \monthyear}
|
||||
% \end{fullwidth}
|
||||
|
||||
% r.5 contents
|
||||
|
||||
|
||||
%\tableofcontents
|
||||
|
||||
%\listoffigures
|
||||
|
||||
% \listoftables
|
||||
|
||||
% r.7 dedication
|
||||
\cleardoublepage
|
||||
%~\vfill
|
||||
%\begin{doublespace}
|
||||
%\noindent\fontsize{18}{22}\selectfont\itshape
|
||||
%\nohyphenation
|
||||
%Dedicated to those who appreciate \LaTeX{}
|
||||
%and the work of \mbox{Edward R.~Tufte}
|
||||
%and \mbox{Donald E.~Knuth}.
|
||||
%\end{doublespace}
|
||||
%\vfill
|
||||
%\vfill
|
||||
|
||||
|
||||
% r.9 introduction
|
||||
\cleardoublepage
|
||||
%\chapter*{Introduction}
|
||||
%
|
||||
%
|
||||
%
|
||||
%This sample book discusses the design of Edward Tufte's
|
||||
%books\cite{Tufte2001,Tufte1990,Tufte1997,Tufte2006}
|
||||
%and the use of the \doccls{tufte-book} and \doccls{tufte-handout} document classes.
|
||||
%
|
||||
%
|
||||
%%%
|
||||
%% Start the main matter (normal chapters)
|
||||
\mainmatter
|
||||
|
||||
|
||||
% \begin{asydef}
|
||||
% // Global Asymptote definitions can be put here.
|
||||
% import three;
|
||||
% usepackage("bm");
|
||||
%texpreamble("\def\V#1{\bm{#1}}");
|
||||
% // One can globally override the default toolbar Settings here:
|
||||
% // settings.toolbar=true;
|
||||
% \end{asydef}
|
||||
|
||||
|
||||
|
||||
|
||||
% \begin{figure}
|
||||
% \begin{framebox}
|
||||
%
|
||||
% \begin{asy}
|
||||
% label("Hallo Welt");
|
||||
%
|
||||
% unitsize(3cm);
|
||||
% size(4cm,4cm);
|
||||
% import graph;
|
||||
%
|
||||
% real f(real x) {
|
||||
% return sqrt(2*x - x^3);
|
||||
% }
|
||||
% draw((-4,0) -- (3,0), arrow=Arrow(HookHead));
|
||||
% draw((0,-.1) -- (0,2), arrow=Arrow(HookHead));
|
||||
% path g = graph(f, -3, 1.4142);
|
||||
% draw(g);
|
||||
% \end{asy}
|
||||
% \end{framebox}
|
||||
% \end{figure}
|
||||
|
||||
\input{pearson_Funktionen_und_ihre_Graphen.tex}
|
||||
|
||||
% \input{integral01.tex}
|
||||
|
||||
%\input{calculus_one.tex}
|
||||
|
||||
% \input{formeln.tex}
|
||||
|
||||
%\input{FHTW.tex}
|
||||
|
||||
%\section{Umrechnung rad - Degree und umgekehrt}
|
||||
|
||||
|
||||
%\begin{marginfigure}
|
||||
|
||||
%\input{trigon01.tikz.tex}
|
||||
|
||||
%\end{marginfigure}
|
||||
|
||||
\backmatter
|
||||
|
||||
% \bibliography{sample-handout}
|
||||
% \bibliographystyle{plainnat}
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{formelbib}
|
||||
|
||||
|
||||
\printindex
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user