summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-17 20:56:56 +0000
committerKarl Berry <karl@freefriends.org>2019-05-17 20:56:56 +0000
commitd17415709d3436f0af5e92e8b0205ffa313ed088 (patch)
treea7229503095c616d905d50d2683f78c180a19bf4 /Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex
parent05e9b35a727bb46f989306cbfdc2cf5e7ad374d2 (diff)
hagenberg-thesis (17may19)
git-svn-id: svn://tug.org/texlive/trunk@51150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex
index 9fa2d554862..d1b1098483a 100644
--- a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex
+++ b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/HgbTermReport/main.tex
@@ -8,7 +8,7 @@
% !TeX spellcheck = en_US
% !BIB program = biber
-\documentclass[notitlepage,english]{hgbreport}
+\documentclass[notitlepage,english,smartquotes]{hgbreport}
\RequirePackage[utf8]{inputenc} % remove when using lualatex oder xelatex!
@@ -31,7 +31,7 @@
\begin{abstract}\noindent
This document is a simple template for a typical term or semester paper (lab/course report,
-``Übungsbericht'', \etc) based on the \textsf{HagenbergThesis} \latex package.%
+"Übungsbericht", \etc) based on the \textsf{HagenbergThesis} \latex package.%
\footnote{See \url{https://github.com/Digital-Media/HagenbergThesis} for the most current version
and additional examples.
This repository also provides a good introduction and useful hints for authoring academic texts with LaTeX.}
@@ -47,6 +47,7 @@ at the top of this document by
\begin{quote}
\verb!\documentclass[german]{hgbreport}!.
\end{quote}
+In addition, the \texttt{smartquotes} document option is used in this document for simplified insertion of quotes.
To omit the default \textbf{title page} (as in this document) use the \texttt{notitlepage} option, \eg,
\begin{quote}
\verb!\documentclass[notitlepage,english]{hgbreport}!.