Browse Source

Merge branch 'bookmark_encoding_fix'

pull/233/head
Oliverpool 8 years ago
parent
commit
9225b8d44a
  1. 4
      NEWS.md
  2. 3
      patacrep/data/templates/songbook/patacrep.tex
  3. 3
      test/test_book/lang_de.tex.control
  4. 3
      test/test_book/lang_default.tex.control
  5. 3
      test/test_book/lang_en.tex.control
  6. 3
      test/test_book/lang_fr.tex.control
  7. 3
      test/test_book/special.tex.control

4
NEWS.md

@ -5,7 +5,9 @@
* The capo directive is now considered [#224](https://github.com/patacrep/patacrep/pull/224)
* The files don't need to end with a trailing line [#223](https://github.com/patacrep/patacrep/pull/223)
* Content files
* The `tex` keyword correctly includes all files of the list [#228](https://github.com/patacrep/patacrep/pull/228)
* The `tex` keyword correctly includes all files of the list [#228](https://github.com/patacrep/patacrep/pull/228)
* PDF generation
* The bookmarks correctly use the unicode encoding [#225](https://github.com/patacrep/patacrep/pull/225)
* Enhancements
* Error management
* The 'error' option is considered for contentlist errors (incorrect syntax for instance) [#226](https://github.com/patacrep/patacrep/pull/226)

3
patacrep/data/templates/songbook/patacrep.tex

@ -134,7 +134,8 @@ description:
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}

3
test/test_book/lang_de.tex.control

@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}

3
test/test_book/lang_default.tex.control

@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}

3
test/test_book/lang_en.tex.control

@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}

3
test/test_book/lang_fr.tex.control

@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}

3
test/test_book/special.tex.control

@ -96,7 +96,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}

Loading…
Cancel
Save