From 61d91411dd1b4ef62e5ca58bb24fdfb6dce2ab8a Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 8 Mar 2026 16:22:43 +0100 Subject: Initial commit, dt2/syn v1.0 --- dt2-syn.tex | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 dt2-syn.tex (limited to 'dt2-syn.tex') diff --git a/dt2-syn.tex b/dt2-syn.tex new file mode 100644 index 0000000..8ca78f2 --- /dev/null +++ b/dt2-syn.tex @@ -0,0 +1,71 @@ +\documentclass{article} + +\usepackage[ + a4paper, + includehead, + headheight=12pt, + headsep=1mm, + landscape, + margin=0.8cm +]{geometry} + +\usepackage{multicol} +\setlength{\columnsep}{0.5cm} + +\usepackage{fancyhdr} +\renewcommand{\headrulewidth}{0pt} + +\usepackage[x11names]{xcolor} + +\usepackage[skip=-10pt plus1pt]{parskip} + +\usepackage{titlesec} +\titlespacing*{\section}{0pt}{-2pt}{0pt} % {}{}{} +\titlespacing*{\subsection}{0pt}{-6pt}{0pt} + +%\usepackage{noto} + +\usepackage{graphicx} + +\addtolength{\topmargin}{-0.4cm} +\pagenumbering{gobble} +\renewcommand{\familydefault}{\sfdefault} +\raggedcolumns + +%% Styling +% Layouts +\newcommand{\shortcut}[2]{\small #1: \desc{#2}\\} + +% Colors +\newcommand{\clboth}[1]{\textcolor{Green4}{#1}} +\newcommand{\cldtii}[1]{\textcolor{DarkGoldenrod1}{#1}} +\newcommand{\clstkt}[1]{\textcolor{VioletRed2}{#1}} +\newcommand{\clparam}[1]{\textcolor{DarkOrchid4}{#1}} +\newcommand{\clfaded}[1]{\textcolor{Snow4}{#1}} + +% Semantics +\newcommand{\desc}[1]{\clfaded{#1}} +\newcommand{\knob}[1]{\textit{#1}} +\newcommand{\param}[1]{\textbf{\clparam{#1}}} +\newcommand{\keyboth}[1]{\clboth{#1}} +\newcommand{\keydtii}[1]{\cldtii{#1}} +\newcommand{\keystkt}[1]{\clstkt{#1}} + +\begin{document} + +\pagestyle{fancy} +\fancyhead[L]{\scshape Elektron Cheatsheet v1.0} +\fancyhead[R]{\scshape Digitakt II OS1.15A – Syntakt OS1.30} + +\begin{multicols*}{3} + +\include{front.tex} + +\pagebreak + +\include{back.tex} + + +\end{multicols*} + +\end{document} \ No newline at end of file -- cgit v1.2.3