init_documnent

This commit is contained in:
Valentin Boettcher 2014-06-23 20:07:25 +02:00
commit d759ba5ad1
4 changed files with 85 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.bcf
*.run.xml
*.synctex.gz

18
cool.bib Normal file
View file

@ -0,0 +1,18 @@
@BOOK{Watts1993,
AUTHOR = {Watts, Tom Jake},
YEAR = {1993},
TITLE = {"El Derecho de Autor" - Mexican Copyright Law and the North American Free Trade Agreement},
EDITION = {},
ISBN = {},
PUBLISHER = {University of Alabama},
ADDRESS = {},
}
@BOOK{Sapiro2003,
AUTHOR = {Sapiro, Virginia AND Scharff, Robert AND Duffy, James E.},
YEAR = {2003},
TITLE = {Auto Body Repair Technology},
EDITION = {0004. Aufl.},
ISBN = {076-6-862-720-},
PUBLISHER = {Cengage Learning},
ADDRESS = {Clifton Park, NY},
}

BIN
tes_1.pdf Normal file

Binary file not shown.

42
tes_1.tex Normal file
View file

@ -0,0 +1,42 @@
%Packages
\documentclass{article}
\usepackage{geometry}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
%\usepackage[style=authortitle,backend=bibtex,isbn=false]{biblatex}
%\usepackage[babel,german=quotes]{csquotes}
\usepackage{fontspec}
%Dokument Definition
\author{Valentin Boettcher}
\date{\today}
\title{Englisch Homework}
\geometry{a4paper, top=25mm, left=25mm, right=25mm, bottom=30mm,
headsep=10mm, footskip=12mm}
\setmainfont[Scale=1.2]{Calibri}
%\bibliography{cool}
%Dokument
\begin{document}
%Title
\maketitle
\thispagestyle{empty}
%Dokument
\section*{Book p.57, P2, b)}
The process of converting solar energy (= light + heat) to electrical energy is quite simple.\\
To do some converting the basic things you need are:
\begin{itemize}\itemsep0pt
\item the sun
\item parabolic mirror
\item oil/water pipes
\item a heat exchanger
\item a generator
\end{itemize}
First the sun rays get reflected and concentrated to an pipe with circulating oil py a parabolic mirror. The concentrated sun rays are heating the oil in the pipe. That hot oil circulates/flows through an heat exchanger. The heat exchanger transfers the heat of the oil to the water which circulates itself.\\
The hot water gets piped through the generator, which converts the heat to electrical energy.
The electrical energy is getting feed to the electricity grid.\\
Valentin Boettcher
\end{document}