diff --git a/content/footnotes.tex b/content/footnotes.tex index 9f4871c..672131d 100644 --- a/content/footnotes.tex +++ b/content/footnotes.tex @@ -2,7 +2,7 @@ \label{sec:footnotes} Whenever we want to include footnotes into our \LaTeX{} document, we can use -the command \mintinline{latex}{\footnote{text}}. At the position where we use +the command \replaced[id=F]{\mintinline{latex}{\footnote{}}}{\mintinline{latex}{\footnote{text}}}. At the position where we use the command, the correct number will be inserted automatically, and the text within the curly braces will appear in the footer. In combination with the package \mintinline{latex}{hyperref}, \acro{URL}s within footnotes become diff --git a/content/graphics.tex b/content/graphics.tex index 728bbe5..f70094b 100644 --- a/content/graphics.tex +++ b/content/graphics.tex @@ -1,7 +1,7 @@ \chapter{Graphics} \label{sec:graphics} -Since in \LaTeX{} we work with plain text, we cannot simply embed graphics into our text as we may be used to from other text word processing programs. +Since in \LaTeX{} we work with plain text, we cannot simply embed graphics into our text as we may be used to from other \deleted[id=F]{text} word processing programs. Instead, we reference external image files by a command. The figure is then embedded and positioned at compile time. \section{Inserting graphics} @@ -15,7 +15,7 @@ In order to be able to reference graphics, the package \texttt{graphicx} has to \end{figure} \end{minted} -\noindent The command \mintinline{latex}{includegraphics} can be used to change the image size. The desired height and width of the figure can be indicated separately, like illustrated by the following example: +\noindent The command \mintinline{latex}{includegraphics} can be used to change the image size. The desired height and width of the figure can be indicated separately, \replaced[id=F]{as}{like} illustrated by the following example: \begin{minted}{latex} \includegraphics[width=0.5\textwidth,height=5cm]{} @@ -38,14 +38,15 @@ On top of that, we can limit the positioning of our image more or less rigorousl \midrule h & here, if possible \\ t & on top of the page \emph{(top)} \\ - b & at the bottom of the bage \emph{(bottom)} \\ - p & on its own apge\emph{(page)} \\ + b & at the bottom of the page \emph{(bottom)} \\ + p & on its own page \emph{(page)} \\ H & Definitely here! (requires package \texttt{float}) \\ \bottomrule \end{tabular} - \caption{Shortcuts for Positioning Graphics} + \caption{Shortcuts for positioning graphics} \label{tbl:placement-abbreviations} \end{table} +\todo{Entweder alles als Satz oder nichts} \begin{minted}[tabsize=4]{latex} \begin{figure}[] @@ -58,3 +59,4 @@ Besides the vertical positioning, also the horizontal orientation may be of impo By default, graphics are left-justified. The command \mintinline{latex}{\centering} centers all following objects in the current environment. If we want the centering to affect only one object, we can alternatively wrap the figure with \mintinline{latex}{\begin{center}} and \mintinline{latex}{\end{center}}. +\todo{In Figures ist das ja eigentlich nicht notwendig, oder?} diff --git a/content/literature.tex b/content/literature.tex index d1f0547..ac932e2 100644 --- a/content/literature.tex +++ b/content/literature.tex @@ -70,9 +70,9 @@ Make sure to include the \mintinline{sh}{natbib} package for this purpose. \label{tbl:bibtex-commands} \end{table} -The \mintinline{latex}{} of a citation is always a Bib\TeX key. +The \mintinline{latex}{} of a citation is always a Bib\TeX{} key. The list of available citation styles\footnote{Head to Overleaf for a rather complete list: \url{https://www.overleaf.com/learn/latex/Biblatex_citation_styles}} includes alpha, natdin, and apa. The table of references will always appear where the \mintinline{latex}{\bibliography{…}} command was put. -The \mintinline{latex}{\cite} command comes with many variants.\footnote{Cf. \url{https://www.economics.utoronto.ca/osborne/latex/BIBTEX.HTM.}} +The \mintinline{latex}{\cite} command comes with many variants.\footnote{cf. \url{https://www.economics.utoronto.ca/osborne/latex/BIBTEX.HTM}} -\Example{lst:natdin-example}{literature/natdin-example}{literature/natdin-example_bib}{Examplery citations in the \mintinline{latex}{natdin} style.} +\Example{lst:natdin-example}{literature/natdin-example}{literature/natdin-example_bib}{Exemplary citations in the \mintinline{latex}{natdin} style.} diff --git a/content/prospects.tex b/content/prospects.tex index c310866..1716194 100644 --- a/content/prospects.tex +++ b/content/prospects.tex @@ -96,14 +96,14 @@ We already have presented a selection of packages. However, there are thousands With the package, one can mark what they still \todo{Please do not change. This is an example.} have to change within their document. \item[Pages of other \acro{PDF} files] can be integrated into the source code with \texttt{pdfpages}.\footnote{\url{https://www.ctan.org/pkg/pdfpages}} - It comes in very handy whenever one needs the output of external programs in the document, for example, in within the appendix. + It comes in very handy whenever one needs the output of external programs in the document, for example, \deleted[id=F]{in} within the appendix. Just compile the document one more time and the appendix is up-to-date again, if the external program has changed something. \item[Nested graphics] and the positioning of captions at almost any place are provided by \texttt{subcaption}.\footnote{\url{https://www.ctan.org/pkg/subcaption}} We also made extensive use of this package. \item[Tables] - can be designed much more flexible than what we have shown here. + can be designed much more flexibly than what we have shown here. The following packages can help you with that: \texttt{colortbl},\footnote{\url{https://www.ctan.org/pkg/colortbl}} \texttt{tabularx},\footnote{\url{https://www.ctan.org/pkg/tabularx}} diff --git a/content/references.tex b/content/references.tex index 2c32e8d..d007234 100644 --- a/content/references.tex +++ b/content/references.tex @@ -1,17 +1,17 @@ \chapter{References} \label{sec:references} -If we want to make references, like \enquote{\textellipsis , which you can see in figure 21, \textellipsis}, \LaTeX{} by default provides as with the command \mintinline{latex}{\ref{label}}. No more adapting of the numbering for graphics, tables, etc. needed! +If we want to make references, like \enquote{\textellipsis , which you can see in figure 21, \textellipsis}, \LaTeX{} by default provides us with the command \replaced[id=F]{\mintinline{latex}{\ref{