Glossary: Write full word on first use, Citations: Added Footnotes
This commit is contained in:
parent
d9e0d190bc
commit
ddfe1cb6a1
4 changed files with 21 additions and 4 deletions
BIN
CitationsAndQuotes/CitationsAndQuotes.pdf
(Stored with Git LFS)
BIN
CitationsAndQuotes/CitationsAndQuotes.pdf
(Stored with Git LFS)
Binary file not shown.
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
\subsection*{Citations}
|
||||||
|
|
||||||
% Example text
|
% Example text
|
||||||
According to \parencite{adamsGameMechanicsAdvanced2012}, this is a critical finding. \\
|
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. \\
|
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.
|
% 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}. 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.
|
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
|
\printbibliography
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
BIN
MultipleGlossaries/MultipleGlossaries.pdf
(Stored with Git LFS)
BIN
MultipleGlossaries/MultipleGlossaries.pdf
(Stored with Git LFS)
Binary file not shown.
|
@ -8,6 +8,7 @@
|
||||||
urlcolor=blue,
|
urlcolor=blue,
|
||||||
}
|
}
|
||||||
\usepackage[automake]{glossaries-extra}
|
\usepackage[automake]{glossaries-extra}
|
||||||
|
\setabbreviationstyle[acronym]{long-short} % Write full word on first use
|
||||||
|
|
||||||
% Define glossaries
|
% Define glossaries
|
||||||
\newglossary[alg]{acronym}{acr}{acn}{Primary Acronyms}
|
\newglossary[alg]{acronym}{acr}{acn}{Primary Acronyms}
|
||||||
|
|
Loading…
Reference in a new issue