m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/templates/song.tex.erb
blob: 7cf5fe65cd8b6352dec6b7b1269ba3b9f6825233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{article}
\usepackage{graphicx}
\usepackage{alltt}

\newcommand{\tyt}[1]{\section{#1}}
\setcounter{secnumdepth}{0}

\begin{document}

\pagenumbering{gobble}

\input{<%= tmp(song_partial_tex song.id) %>}

\end{document}