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:
parent
7c020f91b3
commit
13fcb2ac3f
31 changed files with 1 additions and 67 deletions
BIN
documents/book/book.pdf
Normal file
BIN
documents/book/book.pdf
Normal file
Binary file not shown.
BIN
documents/chess-chessboard-4x4/chess-chessboard-4x4.pdf
Normal file
BIN
documents/chess-chessboard-4x4/chess-chessboard-4x4.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
documents/gallery/gallery.pdf
Normal file
BIN
documents/gallery/gallery.pdf
Normal file
Binary file not shown.
BIN
documents/gantt-pgf/gantt-pgf.pdf
Normal file
BIN
documents/gantt-pgf/gantt-pgf.pdf
Normal file
Binary file not shown.
BIN
documents/index/index.pdf
Normal file
BIN
documents/index/index.pdf
Normal file
Binary file not shown.
BIN
documents/kit-muendlich-info/FS-Eule.png
Normal file
BIN
documents/kit-muendlich-info/FS-Eule.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
documents/kit-muendlich-info/muendlich-we-2013-martin-thoma.pdf
Normal file
BIN
documents/kit-muendlich-info/muendlich-we-2013-martin-thoma.pdf
Normal file
Binary file not shown.
BIN
documents/letter/letter.pdf
Normal file
BIN
documents/letter/letter.pdf
Normal file
Binary file not shown.
0
documents/letter/letter.tex
Executable file → Normal file
0
documents/letter/letter.tex
Executable file → Normal file
BIN
documents/manual/manual.pdf
Normal file
BIN
documents/manual/manual.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
documents/mathe-blutspende/Aufgabe-Blutspende.pdf
Normal file
BIN
documents/mathe-blutspende/Aufgabe-Blutspende.pdf
Normal file
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
SOURCE = mathe-blutspende
|
SOURCE = Aufgabe-Blutspende
|
||||||
|
|
||||||
make:
|
make:
|
||||||
pdflatex $(SOURCE).tex -output-format=pdf
|
pdflatex $(SOURCE).tex -output-format=pdf
|
||||||
|
|
BIN
documents/mathe-burdsch-chalifa/Burdsch-Chalifa.pdf
Normal file
BIN
documents/mathe-burdsch-chalifa/Burdsch-Chalifa.pdf
Normal file
Binary file not shown.
Binary file not shown.
BIN
documents/mathe-lineare-algebra/mathe-lineare-algebra.pdf
Normal file
BIN
documents/mathe-lineare-algebra/mathe-lineare-algebra.pdf
Normal file
Binary file not shown.
BIN
documents/mathe-reis/Reis-Exponentielles-Wachstumsverhalten.pdf
Normal file
BIN
documents/mathe-reis/Reis-Exponentielles-Wachstumsverhalten.pdf
Normal file
Binary file not shown.
BIN
documents/mathe-vorlage/mathe-vorlage.pdf
Normal file
BIN
documents/mathe-vorlage/mathe-vorlage.pdf
Normal file
Binary file not shown.
BIN
documents/pflichtenheft/Pflichtenheft.pdf
Normal file
BIN
documents/pflichtenheft/Pflichtenheft.pdf
Normal file
Binary file not shown.
BIN
documents/protokoll/protokoll.pdf
Normal file
BIN
documents/protokoll/protokoll.pdf
Normal file
Binary file not shown.
BIN
documents/report-template/report-template.pdf
Normal file
BIN
documents/report-template/report-template.pdf
Normal file
Binary file not shown.
|
@ -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
|
|
|
@ -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
BIN
documents/size/size.pdf
Normal file
Binary file not shown.
BIN
documents/stundenplan/example.pdf
Normal file
BIN
documents/stundenplan/example.pdf
Normal file
Binary file not shown.
0
documents/stundenplan/example.tex
Executable file → Normal file
0
documents/stundenplan/example.tex
Executable file → Normal file
0
documents/stundenplan/manual.tex
Executable file → Normal file
0
documents/stundenplan/manual.tex
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue