{kerning} is the process of adjusting the spacing between characters in a proportional font, usually to achieve a visually pleasing result.
18
votes
1answer
424 views
Problem with kerning using LuaLaTeX
I am having a problem with kerning while using LuaLaTeX. In my example, the pair “AT” does not render well. This is clear by comparing LuaLaTeX output with XeLaTeX's, which from the same code renders ...
9
votes
1answer
773 views
Basic kerning with XeTeX
Trying to use custom fonts with LyX, so I started using XeTeX.
Unfortunately, It seems kerning only works with certain OpenType fonts (Linux Libertine) but not for others (Doulos SIL or Charis SIL).
...
2
votes
1answer
361 views
Unsightly spacing with Calligra font (Christmas card)
I'm writing my Christmas cards again with LaTeX. Last year I used a commercial font with XeTeX. For this year I was thinking about using Calligra as font, but for some reason the output is not nice ...
9
votes
1answer
517 views
Why \leaders and \mkern works strangely in different font size?
I can hardly determine a good title for this question, I'm sorry.
Minimal test code:
\documentclass{minimal}
\usepackage{lipsum}
\begin{document}
foo
{\fontsize{18}{18}\leaders\hbox{$\mkern ...
0
votes
0answers
231 views
TeXmacs font rendering [closed]
TeXmacs does not appear to use subpixel rendering of fonts. Subpixel rendering, also known as color anti-aliasing, can improve the appearance of text on an LCD screen.
The latest version ...
4
votes
5answers
310 views
How do I disregard automatic spacing between characters in math mode?
I realize this is a bit of an odd request.
I'd like to typeset some characters in math mode (such as 1 \land \lnot 2 \lor 3), and have them appear equally spaced, rather than with automatic spacing. ...
4
votes
2answers
566 views
Spacing too large with exponents and big Oh
What's the correct way to typeset the following to get the normal spacing you would expect were you to, for example, write the terms out by hand.
\documentclass[a4paper,11pt]{article}
...
24
votes
4answers
687 views
Kerning between bold and non-bold text
I'd like to write a word in bold followed by a comma and a non-bold word, like this:
\textbf{why}, blah
If I just write why, TeX inserts a kern to shift the comma a little closer to the "y". But ...
2
votes
1answer
447 views
Capital letter expanded letter space kerning
I am using the following code
\usepackage{microtype,textcase}
\textls*[110]{\textbf{\MakeUppercase{Specialties}}}
I would like to achieve even letter spacing. Unfortunately, the kerning of the ...
6
votes
1answer
574 views
LaTeX fonts with proper kerning for characters with diacritics
Could you please recommend me fonts working with LaTeX that I can use to typeset text in e.g. Central European languages, with proper kerning?
I am experiencing problems especially with pairs like ...
9
votes
1answer
858 views
The kerning option of microtype
I wonder what the kerning option of the microtype package does? In the manual it says that kerning=true will give additional kerning. But how? Is this something that has to be specified in addition to ...
7
votes
2answers
565 views
Make apostrophe closer to letter
I am using the lettrine package to typeset capitals. When there is an apostrophe with a capital L, the spaces look quite ugly. I would like to achieve something like the following:
I've already set ...
1
vote
1answer
382 views
Overlaying two symbols
I use LyX, so a lot of the working is hidden from me.
I want to overlay the symbols \star and \bigcircle.
How do I do this?
I know it can be done, ad there is the \not, which works like that
5
votes
2answers
180 views
Charclass/Interchartokes for Umlauts and „“
How can I define a charclass for umlauts, german quotes „“ (and other special characters which are not A–Z/a–z)?
I’d like to use this for extra kerning in some cases.
\documentclass{minimal}
...
2
votes
1answer
113 views
Colorization and kerning problem with inline lists
The problem is as follows: I need to set an inline list with colored lowercase letters surrounded by black brackets. This is not so hard to achieve, but the problem is that kerning is lost in the ...
4
votes
2answers
434 views
How can I adjust the fine positioning of stackrel?
I use stackrel to define a custom stacked relation symbol:
\def\qMapsfrom{\stackrel{?}{\Mapsfrom}}
However, the question mark is not centered properly and has too much distance from the \Mapsfrom. ...
6
votes
1answer
322 views
Fix math mode kerning of “C”
I am trying to set a sequence of atom packing symbols. I want to use math mode italics for this, as I think that their width fits this purpose.
The problem is that the C has a bad kerning for this. ...
3
votes
1answer
419 views
Zapf Chancery and placing a k next to a g
So, I was playing with fonts and found one really nice. It's just that I ran into trouble trying to write the word Background (quite a common word, eh?) using it. The k and the g extend into each ...
7
votes
1answer
322 views
Kerning between 'V' and '.'
The canonical font used in LaTeX does not seem to implement any special kerning between letters and dots, possibly resulting in too much space (say, for the combinations "V." or "T.") in my opinion.
...
19
votes
2answers
1k views
Is there a way to adjust kerning for a specific character combination?
Is it possible to tell (La)TeX to adjust the kerning of a specific character combination? For example, suppose I want !! to be typeset as !\kern 1.2pt!, just like ff is automatically turned into a ...
11
votes
1answer
4k views
Using listing for displaying Matlab code
I'm trying to display matlab code in a LaTeX document and the comments are typeset with an ugly space between letters:
\documentclass{article}
\usepackage{listings}
\lstset{language=Matlab}
...