From 837f4a5996a80ba76675f64b1bfc4c23ba0d595c Mon Sep 17 00:00:00 2001 From: danielVg Date: Fri, 26 Apr 2019 10:20:24 +0200 Subject: [PATCH] Changed `smallcaps` after documentation In the documentation it says 'smallcaps' not 'Small Caps' --- demo/demo.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/demo.tex b/demo/demo.tex index 18c0639..8d50fbb 100644 --- a/demo/demo.tex +++ b/demo/demo.tex @@ -58,8 +58,8 @@ \themename supports 4 different title formats: \begin{itemize} \item Regular - \item \textsc{Small caps} - \item \textsc{all small caps} + \item \textsc{smallcaps} + \item \textsc{allsmallcaps} \item ALL CAPS \end{itemize} They can either be set at once for every title type or individually. @@ -117,10 +117,10 @@ or show \textbf{bold} results.\end{verbatim} \begin{itemize} \item Regular \item \textit{Italic} - \item \textsc{Small Caps} + \item \textsc{smallcaps} \item \textbf{Bold} \item \textbf{\textit{Bold Italic}} - \item \textbf{\textsc{Bold Small Caps}} + \item \textbf{\textsc{Bold smallcaps}} \item \texttt{Monospace} \item \texttt{\textit{Monospace Italic}} \item \texttt{\textbf{Monospace Bold}}