summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/slidenotes/slidenotes.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/slidenotes/slidenotes.cfg')
-rw-r--r--macros/latex/contrib/slidenotes/slidenotes.cfg52
1 files changed, 52 insertions, 0 deletions
diff --git a/macros/latex/contrib/slidenotes/slidenotes.cfg b/macros/latex/contrib/slidenotes/slidenotes.cfg
new file mode 100644
index 0000000000..952e9f8295
--- /dev/null
+++ b/macros/latex/contrib/slidenotes/slidenotes.cfg
@@ -0,0 +1,52 @@
+% EXAMPLE OF CFG-FILE -- SHOWS CUSTOMIZING
+%
+% fontchanges; e.g. instead of Computer Modern either Lucida or MathTime:
+%\RequirePackage[expert]{lucbr}
+%\RequirePackage{mathtime}
+%
+% Copyright notice found here:
+\providecommand{\Copyright}{%
+ \InputIfFileExists{\commonfolder copyrightnotice.tex }%
+ {\mbox{}}{\mbox{}}}
+%
+% Allow more stretch in the lines,
+% encourage pagebreaking at paragraphs,
+% more strongly discourage widows
+%
+\tolerance=2000 \hbadness=2000
+\emergencystretch=1mm
+\interlinepenalty=1000
+\widowpenalty 1000
+%
+% squeeze displayed math in slides
+\addtokstring{\everyslide}{\addtokstring{\everymath}{%
+ \setlength{\abovedisplayskip}{0pt}
+ \setlength{\belowdisplayskip}{0pt}}}
+%
+% spacing between items in sheets
+\newcommand{\spacer}[1][\bigskipamount]{\par\addvspace{#1}}
+%
+% see lost characters (possibly wrong font/encoding)
+\tracingonline=1 \tracinglostchars=1
+%
+% adapted titlepage
+\if@titlepage
+\renewcommand{\maketitle}{%
+\begin{titlepage}
+ \begin{center}
+ \vspace*{1cm}%
+ \mbox{}\rule{2cm}{0.4pt}\mbox{}\par
+ \addvspace{1cm}%
+ \begin{Large}\textbf{\Collection}\\[10mm]\end{Large}
+ \begin{large}\@title\\[5mm]\@author\\[5mm]\@date\\[10mm]\end{large}
+ \mbox{}\rule{2cm}{0.4pt}\mbox{}\par
+ \addvspace{2cm}\vfill\vfill
+ \end{center}%
+\begin{flushleft}\Copyright\end{flushleft}%
+ \addvspace{2cm}\mbox{}%
+\end{titlepage}
+\let\maketitle=\relax}
+\else\let\maketitle=\relax
+\fi
+%
+\endinput