Skip to content

Commit

Permalink
Use T1 font encoding for latex
Browse files Browse the repository at this point in the history
  • Loading branch information
Fletcher T. Penney authored and Fletcher T. Penney committed Oct 25, 2009
1 parent f548edd commit 931a7bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions XSLT/envelope.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<xsl:template name="latex-header">
<xsl:text>\usepackage{graphicx} % To include graphics in pdf's (jpg, gif, png, etc)
\usepackage[utf8]{inputenc} % For UTF-8 support
\usepackage[T1]{fontenc} % Use T1 font encoding for accented characters
\usepackage{xcolor} % Allow for color (annotations)

\def\myauthor{Author} % In case these were not included in metadata
Expand Down
1 change: 1 addition & 0 deletions XSLT/letterhead.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
\usepackage{booktabs} % Better tables
\usepackage{tabulary} % Support longer table cells
\usepackage[utf8]{inputenc} % For UTF-8 support
\usepackage[T1]{fontenc} % Use T1 font encoding for accented characters
\usepackage{xcolor} % Allow for color (annotations)

%\geometry{landscape} % Activate for rotated page geometry
Expand Down
1 change: 1 addition & 0 deletions XSLT/memoir-xelatex.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
\usepackage{booktabs} % Better tables
\usepackage{tabulary} % Support longer table cells
%\usepackage[utf8]{inputenc} % For UTF-8 support
\usepackage[T1]{fontenc} % Use T1 font encoding for accented characters
\usepackage{xcolor} % Allow for color (annotations)

%\geometry{landscape} % Activate for rotated page geometry
Expand Down
1 change: 1 addition & 0 deletions XSLT/xhtml2latex.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@
\usepackage{booktabs} % Better tables
\usepackage{tabulary} % Support longer table cells
\usepackage[utf8]{inputenc} % For UTF-8 support
\usepackage[T1]{fontenc} % Use T1 font encoding for accented characters
\usepackage{xcolor} % Allow for color (annotations)

%\geometry{landscape} % Activate for rotated page geometry
Expand Down

0 comments on commit 931a7bd

Please sign in to comment.