Adding presentation
This commit is contained in:
28
presentacion/Sections/docx/Color Palette.tex
Normal file
28
presentacion/Sections/docx/Color Palette.tex
Normal file
@ -0,0 +1,28 @@
|
||||
\section{Color Palette}
|
||||
|
||||
\automateframe{Main Colors}{
|
||||
\begin{table}[]
|
||||
\small
|
||||
\centering
|
||||
\def \arraystretch{1.1}
|
||||
\begin{tabular}{|>{\columncolor[gray]{0.2}}c|>{\columncolor[gray]{0.2}}p{70mm}|}
|
||||
\hline
|
||||
\textbf{Color} & \textbf{Usage} \\\hline
|
||||
\testcolor{maincolor} & $\blacktriangleright$ Table of Contents Frame Background Color \newline $\blacktriangleright$ Frame Text Font Color \newline $\blacktriangleright$ Block Title Font Color\\ \hline
|
||||
\testcolor{toctxt} & $\blacktriangleright$ Table of Contents Font Color \newline $\blacktriangleright$ Frame Background Color \newline $\blacktriangleright$ Block Body Font Color\\ \hline
|
||||
\testcolor{frmtxt} & Frame Environment Color \\ \hline
|
||||
\testcolor{blkc} & Block Title Background Color \\ \hline
|
||||
\testcolor{statalegrey} & Block Body Background Color \\ \hline
|
||||
\end{tabular}
|
||||
\caption{Colors}
|
||||
\label{tab:colors}
|
||||
\end{table}
|
||||
}
|
||||
|
||||
\automateframe{Customization}{
|
||||
\begin{itemize}
|
||||
\item To change the color of any element, replace the existing color in \texttt{beamertheme\_statale.sty}.
|
||||
\item New colors can be defined in \texttt{statale\_colors.sty} using RGB and CMYK values.
|
||||
\item \hrefcol{https://colorhunt.co/}{This} is a good resource for finding a color palette.
|
||||
\end{itemize}
|
||||
}
|
2
presentacion/Sections/docx/Getting Started.tex
Normal file
2
presentacion/Sections/docx/Getting Started.tex
Normal file
@ -0,0 +1,2 @@
|
||||
\section{Getting Started}
|
||||
|
29
presentacion/Sections/docx/References.tex
Normal file
29
presentacion/Sections/docx/References.tex
Normal file
@ -0,0 +1,29 @@
|
||||
\section{References}
|
||||
|
||||
\setbeamertemplate{bibliography item}{\insertbiblabel}
|
||||
\setbeamercolor{bibliography entry author}{fg=maincolor}
|
||||
\setbeamercolor{bibliography item}{fg=maincolor}
|
||||
|
||||
\begin{frame}[fragile,allowframebreaks,plain]{References}
|
||||
|
||||
\begin{beamercolorbox}[leftskip = 0cm]{frametitle}
|
||||
\usebeamerfont{frametitle}\insertframetitle\\[12pt]
|
||||
\end{beamercolorbox}
|
||||
If you wish to hide this section from Table of Contents, use \texttt{section*\{References\}}.
|
||||
\begin{block}{References}
|
||||
$\backslash$begin\{beamercolorbox\}[leftskip = $0$cm]\{frametitle\} \\
|
||||
$\backslash$usebeamerfont\{frametitle\}$\backslash$insertframetitle $\backslash$$\backslash$[12pt] \\
|
||||
$\backslash$end\{beamercolorbox\} \\
|
||||
$\backslash$setbeamertemplate\{bibliography item\}\{$\backslash$insertbiblabel\}\\
|
||||
$\backslash$setbeamercolor\{bibliography entry author\}\{fg=maincolor\}\\
|
||||
$\backslash$setbeamercolor\{bibliography item\}\{fg=maincolor\}
|
||||
$\backslash$begin\{frame\}[allowframebreaks,plain]\{References\}\\
|
||||
$\backslash$begin\{thebibliography\}\{9\}\\
|
||||
$\backslash$bibitem\{1\} \\
|
||||
$\backslash$end\{thebibliography\} \\
|
||||
$\backslash$end\{frame\}
|
||||
\end{block}
|
||||
|
||||
|
||||
|
||||
\end{frame}
|
Reference in New Issue
Block a user