1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-14 20:56:12 +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
-------------
* 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)
-----------------------

View File

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