]> git.donarmstrong.com Git - lilypond.git/blob - scripts/build/xelatex-with-options.sh
Add '-dcrop' option to ps and svg backends
[lilypond.git] / scripts / build / xelatex-with-options.sh
1 #!/bin/sh
2
3 # By the default settings,
4 # XeTeX (xdvipdfmx) replaces link destination names with integers.
5 # In this case, the replaced destination names of
6 # remote PDF cannot be known. In order to avoid replacement,
7 # we can use commandline option `-C 0x0010' for xdvipdfmx.
8
9 exec xelatex --output-driver='xdvipdfmx -C 0x0010' "$@"