1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-29 02:36:15 +02:00

Allow hyphenations in \texttt in LaTeX

Fixes #42
This commit is contained in:
Elisabeth Henry 2017-10-04 01:54:58 +02:00
parent 22752f450b
commit a4e074f68b
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,8 @@ ChangeLog
unreleased unreleased
------------- -------------
* Bugfixes: * Bugfixes:
* EPUB: escape quotes in content.opf * EPUB: escape quotes in content.opf.
* LaTeX/PDF: allow hyphenations in typewriter font.
0.13.0 (2017-07-14) 0.13.0 (2017-07-14)
----------------------- -----------------------

View File

@ -26,6 +26,9 @@
\usepackage[<<&tex_lang>>]{babel} % Language support \usepackage[<<&tex_lang>>]{babel} % Language support
\usepackage{fancyhdr} % Headers \usepackage{fancyhdr} % Headers
% Allows hyphenatations in \texttt
\usepackage[htt]{hyphenat}
<<#use_url>> <<#use_url>>
% Only included if URLs are used in the document % Only included if URLs are used in the document
\usepackage[colorlinks=true,breaklinks=true,hypertexnames=false]{hyperref} \usepackage[colorlinks=true,breaklinks=true,hypertexnames=false]{hyperref}