-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate
31 lines (28 loc) · 876 Bytes
/
template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%% -*- mode: LaTeX;-*-
%% \PassOptionsToPackage{sfdefault,condensed}{roboto}
\documentclass[8pt,twoside]{chords-index}
%% \documentclass[8pt,twoside]{chords-condensed}
%% \documentclass[10pt,twoside]{chords-full}
%% \usepackage{varwidth}
\songauthor{}
\songtitle{}
%% \fancyhead[R]{}
%% \TT{}
%% \ttb{}
%% \ttr{}
%% \ttg{}
%% \fontsize{7pt}{7pt}\selectfont
\begin{document}
\begin{chord-processor}
\end{chord-processor}
%% \marginnote{\hspace{-.65in}\ukeCaddNine}
%% \centering
%% \begin{varwidth}{\linewidth}
%% \begin{verbatim}
%% a|----------------------------------------------2-3-5/7-5-----------|
%% e|-----------5b-3-5---------5b-3---------5b-3-5---------------------|
%% C|---2---2--------------2--------4---2------------------------------|
%% g|------------------------------------------------------------------|
%% \end{verbatim}
%% \end{varwidth}
\end{document}