Browse Source

[WIP] Revert latex-specific changes (in orter to use lualatex)

pull/135/head
Louis 9 years ago
parent
commit
d31a3717ee
  1. 1
      patacrep/data/templates/songs.tex
  2. 2
      patacrep/index.py
  3. 1
      test/test_compilation/subdir.tex.control

1
patacrep/data/templates/songs.tex

@ -102,7 +102,6 @@
\newcommand{\href}[2]{\expandafter\url\expandafter{#1}}
}
\makeatother
\DeclareUnicodeCharacter{00A0}{~}
(* endblock *)
(* block songs *)

2
patacrep/index.py

@ -136,8 +136,6 @@ class Index(object):
if self.indextype == "AUTHOR":
# \IeC {} is included by LaTeX and must not be split (because of the space)
key = key.replace('\\IeC {', '\\IeC{')
# Processing authors
for author in authors.processauthors(
key,

1
test/test_compilation/subdir.tex.control

@ -55,7 +55,6 @@ guitar,
\newcommand{\href}[2]{\expandafter\url\expandafter{#1}}
}
\makeatother
\DeclareUnicodeCharacter{00A0}{~}
\usepackage{chords}

Loading…
Cancel
Save