Tagged Questions
2
votes
2answers
73 views
Turning a T1 text-mode character into a maths-mode character
I would like to use the T1 font character Ð, \DH, as a mathematical symbol, as so in a quick and dirty way I defined
\newcommand{\dH}{\text{\DH}}
However, in my theorem environments, where the ...
11
votes
1answer
176 views
Escaped characters in typewriter font
I know a number of ways to fix this (e.g. \usepackage[T1]{fontenc}), but I want to understand what's happening in the following example.
\documentclass{article}
\begin{document}
\noindent
\$ \% ...
4
votes
1answer
155 views
Wrong diacritic when using \"u
I have a document where the \"u is not rendered as ü, but more like a u with a strikethrough mark:
Directly using the UTF-8 encoded ü character in the input file works as expected, however. I have ...
8
votes
2answers
786 views
XeTeX: “ß” compiles as “SS”, German umlauts work
I have a problem with XeLaTeX. Although German umlauts (äöü) work, "ß" compiles to "SS".
I use TeX Live 2011 on Debian x64.
See this minimal example:
\documentclass{minimal}
...