Skip to content

Commit

Permalink
add mindstorm labels
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 12, 2016
1 parent 606b921 commit 9959dd9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions mindstorms/mindstorm_labels.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
\documentclass[paper=a5]{scrartcl}

\usepackage[margin=1cm]{geometry}
\usepackage{fontspec}
\setsansfont{Fira Sans}
\renewcommand\familydefault\sfdefault
\usepackage{graphicx}
\usepackage[HTML]{xcolor}

\usepackage{pgffor}

\pagestyle{empty}

\definecolor{col1}{HTML}{D451D4}
\definecolor{col2}{HTML}{65BC39}
\definecolor{col3}{HTML}{CA5621}
\definecolor{col4}{HTML}{5977BD}
\definecolor{col5}{HTML}{AB3868}
\definecolor{col6}{HTML}{B49616}
\definecolor{col7}{HTML}{A757A5}
\definecolor{col8}{HTML}{806BDA}
\definecolor{col9}{HTML}{CC3C43}
\definecolor{col10}{HTML}{E23F8C}

\begin{document}

\foreach \num in {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}{%
\centering%
\includegraphics[height=1.5cm]{mindstorms.pdf}\\
\vfill
{\fontsize{400}{500}\color{col\num}\selectfont \num}\\
\vfill
\includegraphics[height=2cm]{pep.pdf}

\newpage
}
\end{document}
Binary file added mindstorms/mindstorms.pdf
Binary file not shown.
Binary file added mindstorms/pep.pdf
Binary file not shown.

0 comments on commit 9959dd9

Please sign in to comment.