Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force hyperref to use unicode #225

Merged
merged 5 commits into from
Jun 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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 use the unicode encoding [#225](https://github.com/patacrep/patacrep/pull/225)

# patacrep 5.0.0

Expand Down
3 changes: 2 additions & 1 deletion patacrep/data/templates/songbook/patacrep.tex
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}


Expand Down
3 changes: 2 additions & 1 deletion test/test_book/lang_de.tex.control
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}


Expand Down
3 changes: 2 additions & 1 deletion test/test_book/lang_default.tex.control
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}


Expand Down
3 changes: 2 additions & 1 deletion test/test_book/lang_en.tex.control
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}


Expand Down
3 changes: 2 additions & 1 deletion test/test_book/lang_fr.tex.control
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}


Expand Down
3 changes: 2 additions & 1 deletion test/test_book/special.tex.control
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ guitar,
hyperfigures=true,
colorlinks=true,
linkcolor=tango-green-3,
urlcolor=tango-blue-3
urlcolor=tango-blue-3,
unicode=true
]{hyperref}


Expand Down