mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
Nuevo generador de cancioneros en línea.
This commit is contained in:
parent
3d9bb9a26b
commit
c622a27e34
13 changed files with 5870 additions and 0 deletions
37
res_gen/static/res/template.tex
Normal file
37
res_gen/static/res/template.tex
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
\documentclass{book}
|
||||
|
||||
% \ifchorded
|
||||
%CHORDED% \usepackage{acordes}
|
||||
% \else
|
||||
%LYRICS% \usepackage[lyric,noshading,%SONGCOLUMNS%]{songs}
|
||||
%LYRICS% \usepackage{estilo}
|
||||
%LYRICS% \usepackage[paperwidth=%PAPERWIDTH%mm,paperheight=%PAPERHEIGHT%mm,margin=%MARGIN%cm]{geometry}
|
||||
%LYRICS% \renewcommand{\lyricfont}{\fontsize{%FONTSIZE%}{%LINESKIP%}\sffamily}
|
||||
|
||||
\usepackage{hyperref}
|
||||
\songpos{0} % 0 a 3, cuanto mas alto menos se cortan las canciones
|
||||
|
||||
\ifchorded
|
||||
\else
|
||||
\renewcommand\makeprelude{%
|
||||
\resettitles%
|
||||
{%
|
||||
\raggedright%
|
||||
%LYRICS% {\fontsize{%TITLEFONTSIZE%}{%TITLELINESKIP%}\sffamily\bfseries\songtitle} \par
|
||||
%LYRICS% {\fontsize{%SUBTITLEFONTSIZE%}{\baselineskip}\extendprelude}
|
||||
}%
|
||||
}%
|
||||
\fi
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\songsection{\normalfont \textsc{\huge %TITLE%}}
|
||||
\begin{songs}{}
|
||||
%SONGCOLNUM%
|
||||
%IFCOLUMNSEP%\columnsep=%COLUMNSEP%cm
|
||||
%SONGLIST%
|
||||
\end{songs}
|
||||
|
||||
\end{document}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue