LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Proportional Font
Show HTML Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version: 1.0
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
From: Heiko Oberdiek <[log in to unmask]>
Date: Wed, 28 Oct 2009 15:16:51 +0100
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments: text/plain (33 lines)
Hello,

textcomp.sty contains:
  \DeclareEncodingSubset{TS1}{cmr}{0}
  ...
  \DeclareEncodingSubset{TS1}{ptmj}{4}
However, I miss entries for the new font families
of Latin Modern and TeX Gyre.

Both seems to support "0":

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{tgheros}
\usepackage{textcomp}
\DeclareEncodingSubset{TS1}{lmr}{0}
\DeclareEncodingSubset{TS1}{qhv}{0}
\begin{document}
\textrm{\textcircled{a}}
\textsf{\textcircled{a}}
\end{document}

Without the subset declarations there is a warning for qhv (tgheros):
  LaTeX Font Warning: Font shape `OMS/qhv/m/n' undefined
  (Font)              using `OMS/cmsy/m/n' instead on input line 10.

With the declarations the example runs without errors and
warnings, but the circle is a little small.

Yours sincerely
  Heiko <[log in to unmask]>

ATOM RSS1 RSS2