From bdb0496815af4eed4c527980a3a3e341b9f11ba5 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 12 Jun 2016 15:18:19 +0200 Subject: [PATCH 1/5] Force hyperref to use unicode --- patacrep/data/templates/songbook/patacrep.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patacrep/data/templates/songbook/patacrep.tex b/patacrep/data/templates/songbook/patacrep.tex index d57f44e4..2597d0f4 100644 --- a/patacrep/data/templates/songbook/patacrep.tex +++ b/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} From ef6bfbacd79b26d0468574366e9c0483c87bb7be Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 12 Jun 2016 15:41:40 +0200 Subject: [PATCH 2/5] Fix tests --- test/test_book/lang_de.tex.control | 3 ++- test/test_book/lang_default.tex.control | 3 ++- test/test_book/lang_en.tex.control | 3 ++- test/test_book/lang_fr.tex.control | 3 ++- test/test_book/special.tex.control | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/test/test_book/lang_de.tex.control b/test/test_book/lang_de.tex.control index 5ed6126b..e65c9744 100644 --- a/test/test_book/lang_de.tex.control +++ b/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} diff --git a/test/test_book/lang_default.tex.control b/test/test_book/lang_default.tex.control index 40391656..1be40a10 100644 --- a/test/test_book/lang_default.tex.control +++ b/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} diff --git a/test/test_book/lang_en.tex.control b/test/test_book/lang_en.tex.control index 55573ddd..c2199ea6 100644 --- a/test/test_book/lang_en.tex.control +++ b/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} diff --git a/test/test_book/lang_fr.tex.control b/test/test_book/lang_fr.tex.control index aca45a48..2ae2df43 100644 --- a/test/test_book/lang_fr.tex.control +++ b/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} diff --git a/test/test_book/special.tex.control b/test/test_book/special.tex.control index 8f7d845a..e2fa50fe 100644 --- a/test/test_book/special.tex.control +++ b/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} From 4a4cb7f723284e6b6b859546f9c4758df69f6398 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 12 Jun 2016 15:45:47 +0200 Subject: [PATCH 3/5] update news --- NEWS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 963a654d..7813453e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ # patacrep {current_master} * Bugfixes - * The capo directive of the Chordpro files is now considered [#224](https://github.com/patacrep/patacrep/pull/224) - * Chordpro files don't need to end with a trailing line [#223](https://github.com/patacrep/patacrep/pull/223) + * Chordpro files + * 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) + * PDF generation + * The bookmarks correctly uses the unicode encoding # patacrep 5.0.0 From 3d3f44fec307fd5a47e8cfa74129ae9ff227d5b5 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 12 Jun 2016 17:01:53 +0200 Subject: [PATCH 4/5] add link to PR --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7813453e..9cdffc7e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ * 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) * PDF generation - * The bookmarks correctly uses the unicode encoding + * The bookmarks correctly uses the unicode encoding [#225](https://github.com/patacrep/patacrep/pull/225) # patacrep 5.0.0 From ef57a34d4029a5bb33f6cd7df5d594ef443c2f7b Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 12 Jun 2016 17:02:17 +0200 Subject: [PATCH 5/5] typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9cdffc7e..a77df77d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ * 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) * PDF generation - * The bookmarks correctly uses the unicode encoding [#225](https://github.com/patacrep/patacrep/pull/225) + * The bookmarks correctly use the unicode encoding [#225](https://github.com/patacrep/patacrep/pull/225) # patacrep 5.0.0