Browse Source

Rename template_var

pull/184/head
Oliverpool 9 years ago
parent
commit
b930629211
  1. 24
      patacrep/data/templates/patacrep.tex

24
patacrep/data/templates/patacrep.tex

@ -74,9 +74,11 @@ default:
\pagestyle{empty} \pagestyle{empty}
\definecolor{SongNumberBgColor}{HTML}{(( _template["patacrep.tex"].bgcolor.songnumber ))} (*- set template_var = _template["patacrep.tex"] -*)
\definecolor{NoteBgColor}{HTML}{(( _template["patacrep.tex"].bgcolor.note ))}
\definecolor{IndexBgColor}{HTML}{(( _template["patacrep.tex"].bgcolor.index ))} \definecolor{SongNumberBgColor}{HTML}{(( template_var.bgcolor.songnumber ))}
\definecolor{NoteBgColor}{HTML}{(( template_var.bgcolor.note ))}
\definecolor{IndexBgColor}{HTML}{(( template_var.bgcolor.index ))}
\renewcommand{\snumbgcolor}{SongNumberBgColor} \renewcommand{\snumbgcolor}{SongNumberBgColor}
\renewcommand{\notebgcolor}{NoteBgColor} \renewcommand{\notebgcolor}{NoteBgColor}
@ -94,13 +96,13 @@ default:
]{hyperref} ]{hyperref}
\subtitle{(( _template["patacrep.tex"].subtitle ))} \subtitle{(( template_var.subtitle ))}
(* if _template["patacrep.tex"].version -*) (* if template_var.version -*)
\version{(( _template["patacrep.tex"].version ))} \version{(( template_var.version ))}
(* endif *) (* endif *)
\mail{(( _template["patacrep.tex"].email ))} \mail{(( template_var.email ))}
\web{(( _template["patacrep.tex"].url ))} \web{(( template_var.url ))}
\picture{(( _template["patacrep.tex"].picture ))} \picture{(( template_var.picture ))}
\picturecopyright{(( _template["patacrep.tex"].picturecopyright ))} \picturecopyright{(( template_var.picturecopyright ))}
\footer{(( _template["patacrep.tex"].footer ))} \footer{(( template_var.footer ))}
(* endblock *) (* endblock *)

Loading…
Cancel
Save