2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

compiled document examples

This commit is contained in:
Martin Thoma 2013-04-14 14:06:27 +02:00
parent 7c020f91b3
commit 13fcb2ac3f
31 changed files with 1 additions and 67 deletions

BIN
documents/book/book.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
documents/index/index.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
documents/letter/letter.pdf Normal file

Binary file not shown.

0
documents/letter/letter.tex Executable file → Normal file
View file

BIN
documents/manual/manual.pdf Normal file

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,4 @@
SOURCE = mathe-blutspende SOURCE = Aufgabe-Blutspende
make: make:
pdflatex $(SOURCE).tex -output-format=pdf pdflatex $(SOURCE).tex -output-format=pdf

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,16 +0,0 @@
# CHANGELOG
# Version 1.0: Erstellung des Makefile
# Version des Makefile
fileinfo := LaTeX Makefile
author := Martin Thoma
version := 1.0
DATE=$(shell date +%Y-%m-%d)
make:
pdflatex semesterplan.tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux

View file

@ -1,50 +0,0 @@
\documentclass[a4paper,10pt]{article}
\usepackage{amssymb} % needed for math
\usepackage{amsmath} % needed for math
\usepackage{amsthm} % needed for proof environment
\usepackage[utf8]{inputenc} % this is needed for umlauts
\usepackage[ngerman]{babel} % this is needed for umlauts
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
\usepackage{wasysym} % checkbox
\usepackage{array} % row height
\usepackage[landscape]{geometry}
\geometry{top=1.5cm,left=1cm,right=1cm,bottom=2cm}
\pdfinfo{
/Author (Martin Thoma)
/Title (Semesterplan)
/Subject (Semesterplan)
/Keywords (Semesterplan)
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Variables %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\semester}{Wintersemester}
\newcommand{\jahr}{2012}
\newcommand{\student}{Martin Thoma}
\begin{document}
\section*{Semesterplan für das \semester~\jahr~von~\student}
\begin{table}[h]
\setlength{\extrarowheight}{4.5pt}
\begin{tabular}{ |l|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|p {1.9 cm}|}
\hline
~ & \textbf{Ü1} & \textbf{Ü2} & \textbf{Ü3} & \textbf{Ü4} & \textbf{Ü5} & \textbf{Ü6} & \textbf{Ü7} & \textbf{Ü8} & \textbf{Ü9} & \textbf{Ü10} & $\sum$ \\
\hline
\hline
LA II & 144 & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ \\
\hline
Analysis II & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ \\
\hline
Algo & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ \\
\hline
SWT & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ \\
\hline
Rechner & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ & ~ \\
\hline
\end{tabular}
\end{table}
\end{document}

BIN
documents/size/size.pdf Normal file

Binary file not shown.

Binary file not shown.

0
documents/stundenplan/example.tex Executable file → Normal file
View file

0
documents/stundenplan/manual.tex Executable file → Normal file
View file