Glossary: Write full word on first use, Citations: Added Footnotes

This commit is contained in:
Simeon "Waldo" Wallrath 2024-08-13 16:40:20 +02:00
parent d9e0d190bc
commit ddfe1cb6a1
4 changed files with 21 additions and 4 deletions

BIN
CitationsAndQuotes/CitationsAndQuotes.pdf (Stored with Git LFS)

Binary file not shown.

View file

@ -15,6 +15,8 @@
\begin{document}
\subsection*{Citations}
% Example text
According to \parencite{adamsGameMechanicsAdvanced2012}, this is a critical finding. \\
@ -22,11 +24,25 @@ According to \cite{adamsGameMechanicsAdvanced2012}, this is a critical finding.
According to \textcite{adamsGameMechanicsAdvanced2012}, this is a critical finding. \\
\subsection*{Quotes}
% We set the Threshold to 40 Words (see APA), so we can always use blockquote.
He said \blockquote[\cite{adamsGameMechanicsAdvanced2012}]{Lorem ipsum dolor sit amet}. This is a critical finding. \\
He said \blockquote[\cite{adamsGameMechanicsAdvanced2012}]{Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.} This is a critical finding.
\subsection*{Footnotes}
I'm writing to test\footnote{Footnotes work fine!} several footnote features.
You can insert the footnote marker\footnotemark{} using the \verb|\footnotemark|
command and later use the \verb|\footnotetext| command to typeset the footnote
text by writing \verb|\footnotetext{Text of second footnote.}|
\footnotetext{Text of second footnote.}
I can use the same footnote\footnotemark{} more than
once\footnotemark[\value{footnote}].
\footnotetext{A footnote with two references.}
\printbibliography
\end{document}

BIN
MultipleGlossaries/MultipleGlossaries.pdf (Stored with Git LFS)

Binary file not shown.

View file

@ -8,6 +8,7 @@
urlcolor=blue,
}
\usepackage[automake]{glossaries-extra}
\setabbreviationstyle[acronym]{long-short} % Write full word on first use
% Define glossaries
\newglossary[alg]{acronym}{acr}{acn}{Primary Acronyms}