2016/bilder.tex | ●●●●● patch | view | raw | blame | history | |
2016/literatur.bib | ●●●●● patch | view | raw | blame | history | |
Grundbegriffe.tex | ●●●●● patch | view | raw | blame | history | |
Mass-und-Einheit.tex | ●●●●● patch | view | raw | blame | history | |
Titlelei.tex | ●●●●● patch | view | raw | blame | history | |
aufteilung.tex | ●●●●● patch | view | raw | blame | history | |
eignemacro.tex | ●●●●● patch | view | raw | blame | history | |
einheitliche-formatierung.tex | ●●●●● patch | view | raw | blame | history | |
graphik.tex | ●●●●● patch | view | raw | blame | history | |
listing-codelisting.tex | ●●●●● patch | view | raw | blame | history | |
makefile | ●●●●● patch | view | raw | blame | history | |
mathematische-formel.tex | ●●●●● patch | view | raw | blame | history | |
silbentrennung.tex | ●●●●● patch | view | raw | blame | history | |
table.tex | ●●●●● patch | view | raw | blame | history | |
text-formatierung.tex | ●●●●● patch | view | raw | blame | history | |
text-strukture.tex | ●●●●● patch | view | raw | blame | history | |
typographie.tex | ●●●●● patch | view | raw | blame | history | |
zitation.tex | ●●●●● patch | view | raw | blame | history | |
zusammenfassung.pdf | patch | view | raw | blame | history | |
zusammenfassung.tex | ●●●●● patch | view | raw | blame | history |
2016/bilder.tex
@@ -1,82 +1,73 @@ \documentclass[ pager=a4, headinclude=false ]{scrartcl} pager=a4 ,headinclude=false % ,DIV=9 ,oneside ]{scrbook} %% Einstellungen für deutsche Sprache \usepackage{fontspec} %\setmainfont{GaramondNo8} %\setsansfont{Fontin Sans} %\setmonofont{Liberation Mono} \usepackage{microtype} \usepackage[ngerman]{babel} \usepackage{mathtools} \usepackage{amssymb} %\usepackage{amsmath} \usepackage{enumitem} \usepackage{graphicx} \usepackage{wrapfig} \usepackage{subcaption} \usepackage{caption} \usepackage{float} \usepackage{booktabs} \usepackage{longtable} \usepackage[babel]{csquotes} \usepackage[ backend=biber ,style=numeric ,language=german, maxnames=6 ]{biblatex} \addbibresource{literatur.bib} %\addbibresource{citavi-generieter-lib.bib} \renewcaptionname{ngerman}{\figurename}{Abb.} \setkomafont{caption}{\sffamily} \setkomafont{captionlabel}{\usekomafont{caption}} \setkomafont{caption}{\rmfamily\scshape} \setkomafont{captionlabel}{\normalfont\sffamily\small} \usepackage{blindtext} \title{Test} \begin{document} \maketitle % Roma = große römische Zahl % roma = kleine römische Zahl % \pagenumbering{Roman} \frontmatter \tableofcontents \listoffigures \section{Image Processing} \clearpage \setcounter{page}{1} %arabic = arabische Zahl %\pagenumbering{arabic} \mainmatter \include{chap/einfuehrung} Das Bild~\ref{fig:Lenna} ist ein von den ersten digitale Bilder, die in Computer Image Processing genutzt wird. \begin{figure}[h] % Gültige Option % h : here möglichste an der Position platziert, wo es im Text definiert wird. % t : top am Anfang der Seite % b : bottom am Ende der Seite \centering \includegraphics[scale=0.25]{./img/Lenna.png} \caption{Lenna -- In der Mitte} % <- Title des Bildes \label{fig:Lenna} % <- Den Schlüssel damit man das Bild im Text referenziert. \end{figure} \blindtext %% Platziert das Bild neben dem Text % [11] = Zeile, die das Bild im Anspruch nehmen darf % {r} = Das Bild wird am Rechten Rand des Texts platziert % andere Option: l = Linke Rand, i = Inner Rand, o = outer Rand % (i und o macht nur Sinn bei zweiseitig Doku) % {15pt} = Abstand von dem Bild zum Text-Rand % {5cm} = Breite des Platz, der für das Bild reserviert wird. \begin{wrapfigure}[11]{r}[15pt]{5cm} \includegraphics[scale=0.25]{./img/Lenna.png} \caption{Lenna -- Wrap} \end{wrapfigure} \blindtext %% Bilder neben einander platzieren % * Jedes Bild wird in subfigure-Umgebung platziert % * Jedes Bild hat eigenen Title (\caption) und Schlüssel (\label) % * Das gesamte Komplex hat ein eigenen Title (\caption) und Schlüssel (\label) % * Möchte man die subfigure-Umgebungen von einander trennen, % fügt man ein % in der Trenn-Zeile hinzu \begin{figure}[h] \centering \begin{subfigure}{0.45\textwidth} \includegraphics[scale=0.20]{img/Lenna.png} \caption{Ohne Rotation} \label{fig:lenna-ohne-rotation} \end{subfigure} %%%%% \begin{subfigure}{0.45\textwidth} \includegraphics[scale=0.20,angle=45]{img/Lenna.png} \caption{Mit Rotation} \label{fig:lenna-mit-rotation} \end{subfigure} \caption{Lenna -- Neben einander}\label{fig:lenna} \end{figure} \blindtext \backmatter \printbibliography \end{document} 2016/literatur.bib
@@ -1,8 +1,10 @@ @book{Daniel:Latex2e:2012, title={\LaTeX\ $2_\varepsilon$\-Kurzbeschreibung}, title={Latex-Kurzbeschreibung}, indexsorttitle={LATEX 2e Kurzbeschreibung}, author={{Marco Daniel} and {Patrick Grundlach} and {Walter Schmidt} and {Jörg Knappen} and {Hubert Partl} and {Irene Hyna}}, date={2012-07-01}, url={http://mirrors.ctan.org/info/lshort/german/l2kurz.pdf}, note={Es gibt auch eine englische Verision} } Grundbegriffe.tex
File was deleted Mass-und-Einheit.tex
File was deleted Titlelei.tex
File was deleted aufteilung.tex
File was deleted eignemacro.tex
File was deleted einheitliche-formatierung.tex
File was deleted graphik.tex
File was deleted listing-codelisting.tex
File was deleted makefile
@@ -1,37 +1,54 @@ #setup for latex LATEX=lualatex LATEXOPT=--shell-escape --synctex=1 -file-line-error NONSTOP=--interaction=nonstopmode LATEXMK=latexmk LATEXMKOPT=-lualatex -bibtex CONTINUOUS=-pvc MAIN=zusammenfassung PROJECT=project SOURCES:=$(shell ls *.tex) TEX_EXTENSION=aux bbl bcf blg fls idx ilg ind lof lol log out pdf pyg.lst pyg.sty pyg.vrb run.xml fdb_latexmk synctex.gz toc tdo thm pyg.lol LATEX = xelatex LATEX_OPT :=--shell-escape -interaction=nonstopmode --synctex=1 # pythontex PYTHONTEX := pythontex.py PYTHONTEX_OPT := -v #bibtex BIBTEX := biber BIBTEX_OPT := .PHONY:listing image clean debug # latexmk setting LATEXMK = latexmk LATEXMK_OPT := LATEXMK_INTERACTIVE_OPT := -pvc all:$(MAIN).pdf # interactive TARGET Setting INTERACTIVE_TARGET = zusammenfassung.pdf $(MAIN).pdf:$(MAIN).tex $(SOURCES) $(LATEXMK) $(LATEXMKOPT) -pdflatex="$(LATEX) $(LATEXOPT) $(NONSTOP) %O %S" $< ######################################################## # file variables exclude := $(wildcard _*.tex) tex := $(wildcard *.tex) tex := $(filter-out $(exclude), $(tex)) pdf := $(tex:.tex=.pdf) debug: $(MAIN).tex $(LATEX) $(LATEXOPT) $< .PHONY: all all: $(pdf) interactive: $(MAIN).tex listing $(LATEXMK) $(LATEXMKOPT) $(CONTINUOUS) -pdflatex="$(LATEX) $(LATEXOPT)%O %S" $< %.pdf: %.tex $(LATEXMK) $(LATEXMK_OPT) $< zusammenfassung.tex: $(wildcard chap/*.tex) touch $@ autoren-handbuch.tex: $(wildcard autoren-kap/*.tex) touch $@ .PHONY: interactive interactive: $(INTERACTIVE_TARGET) $(LATEXMK) $(LATEXMK_INTERACTIVE_OPT) $(<:.pdf=.tex) .PHONY: mostlyclean clean mostlyclean: rm -fv *.aux *.out *.bbl *.blg *.pytxcode *.toc *.nav *.bcf *.log *.run.xml *.snm *.vrb *.synctex.gz rm -fv chap/*.aux clean: rm -f *.pyc *.pyg rm -rf _minted-$(MAIN) rm -f $(addprefix $(MAIN).,$(TEX_EXTENSION)) $(LATEXMK) -C make mostlyclean rm -fv *.pdf rm -rfv pythontex-files-* rm -rfv _minted-* rm -rf *.fdb_latexmk *.fls mathematische-formel.tex
File was deleted silbentrennung.tex
File was deleted table.tex
File was deleted text-formatierung.tex
File was deleted text-strukture.tex
File was deleted typographie.tex
File was deleted zitation.tex
File was deleted zusammenfassung.pdfBinary files differ
zusammenfassung.tex
@@ -6,6 +6,7 @@ 10pt, DIV13, BCOR=1cm, parskip=full, twoside] {scrreprt} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Schrift-Codierung @@ -99,11 +100,13 @@ % Shortcut \newcommand{\latex}{\LaTeX\xspace} \newcommand{\KOMA}{\textsf{KOMA}\xspace} \newcommand{\menu}[1]{\textsf{#1}} % title \title{Kurze Einführung in \LaTeX} \subtitle{zusammengefasst während des \latex-Kurses an der HTW Saar} \date{Wintersemester 2015/2016} \date{Wintersemester 2018/2019} \author{Hong-Phuc Bui} @@ -116,19 +119,19 @@ \tableofcontents \include{typographie} \include{Grundbegriffe} \include{Titlelei} \include{aufteilung} \include{Mass-und-Einheit} \include{text-formatierung} \include{text-strukture} \include{graphik} \include{table} \include{zitation} \include{einheitliche-formatierung} \include{silbentrennung} \include{mathematische-formel} \include{chap/typographie} \include{chap/Grundbegriffe} \include{chap/Titlelei} \include{chap/aufteilung} \include{chap/Mass-und-Einheit} \include{chap/text-formatierung} \include{chap/text-strukture} \include{chap/graphik} \include{chap/table} \include{chap/zitate} \include{chap/einheitliche-formatierung} \include{chap/silbentrennung} \include{chap/mathematische-formel} %%%%%%%%%%%%%%%%%%%%% Test-Bereich