Changed `smallcaps` after documentation

In the documentation it says 'smallcaps' not 'Small Caps'
This commit is contained in:
danielVg 2019-04-26 10:20:24 +02:00
parent 2fa6084b9d
commit 837f4a5996
No known key found for this signature in database
GPG Key ID: C07A229BAB58232F
1 changed files with 4 additions and 4 deletions

View File

@ -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}}