Skip to content

Commit

Permalink
Use T1 for DVI output for now, see also mgieseki/dvisvgm#2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed May 23, 2019
1 parent 0399995 commit 4694e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/generic/pgf/macros/pgfmanual-en-macros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
\removeats{#1}%
\pgfmanualentryheadline{%
\pgfmanualpdflabel{\textbackslash\strippedat}{}%
\declare{\texttt{\string#1}}#2%
\declare{\expandafter\texttt\expandafter{\string#1}}#2%
}%
\index{\strippedat @\protect\myprintocmmand{\strippedat}}
}
Expand Down
5 changes: 5 additions & 0 deletions doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
% pgfmanual-en-macros.tex defines an environment named filedescription
\let\filedescription\relax
\usepackage[utf8]{luainputenc}
% dvisvgm does not support OpenType fonts so we have to bite the bullet and
% use T1 where quotes are weird. In LuaTeX \outputmode=0 means DVI.
\ifnum\outputmode=0
\usepackage[T1]{fontenc}
\fi
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
Expand Down

0 comments on commit 4694e11

Please sign in to comment.