Browse Source

Let LaTeX manage non-breaking space caracter

pull/134/head
Oliverpool 9 years ago
parent
commit
11724e22df
  1. 1
      patacrep/data/templates/songs.tex
  2. 1
      test/test_compilation/subdir.tex.control

1
patacrep/data/templates/songs.tex

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

1
test/test_compilation/subdir.tex.control

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

Loading…
Cancel
Save