8
votes
2answers
84 views

Dollar sign with txfonts and fontenc

I have a strange problem with the dollar sign ($) and \textbf{} when using the txfonts and fontenc packages. The dollar sign has a space after it. Both packages are required to reproduce the problem. ...
2
votes
1answer
85 views

How to make a circular arrow have the same size and position as other circular symbols?

I'm using the mathabx package's circular arrows; however, since I otherwise prefer the usual amsmath symbols, I'm following the setup described in Importing a Single Symbol From a Different Font to ...
5
votes
1answer
203 views

Symbol for chapter endings?

Is there an accepted way of marking a chapter ending? Right now I have new chapters start on new pages, but that leaves the last page of the previous chaater looking rather unfinished. I know that ...
2
votes
1answer
281 views

\mod, quotient structures, and spacing [duplicate]

Possible Duplicate: typesetting modulus operator, as in remainder When \mod is used in a \cong b \mod c the extra space between \mod and what precedes it is appropriate. But what if I ...
1
vote
1answer
207 views

Have a space after \texttrademark oder any kind of characters [duplicate]

Possible Duplicate: Spaces behind \textgreater not working as expected I am faced with the following problem. I write a document in which I refer to a registered brand and thus looks like ...
3
votes
1answer
120 views

creating implication and equivalence symbols of intermediate length

It is said that using the commands \implies and \iff is preferred over \Rightarrow and \Leftrightarrow, because they give wider spacing around and thus more prominence to the characters. (This other ...
13
votes
1answer
288 views

adaptive \ldots with no (“…”) spacing

Due to the typographic traditions I'm used to, I prefer my \ldots to have no spacing in between, ideally exactly the same amount as in text. In math mode I would like to write things like \(1, 2, ...
5
votes
2answers
114 views

How can I decrease the space between the symbol “<” and text?

I use "0<F<1" in Latex, however in the pdf it is "0 < F < 1 ", I want to reduce the space between text and <, just like "0<F<1", would someone tell me how to do it?
8
votes
1answer
263 views

Kerning for arabic digits?

In most fonts, arabic digits have nonproportional width, meaning that 1 and 8 have exactly the same width even if the former has a smaller natural width. This is good for typesetting tables, but in ...
6
votes
1answer
94 views

Suggestions for tweaking wide root index

I don't like how the wide mn index of the roots is being displayed and am looking to see how others have handled this problem. I am using the closed square root from the references listed below which ...
2
votes
1answer
171 views

zero-width Quine corners

I would like to create symbol pairs that can be used like quotation marks (spacing-wise) look like Quine corners (roughly: \ulcorner ... \urcorner) or Japanese quotation marks (roughly: \ulcorner ...
9
votes
3answers
602 views

Spacing between triple vertical lines

I would like to create a norm-like operator with 3 verticals bars instead of two. It has to look like $|||\cdot|||$. I would like to know how to decrease the spacing between the vertical bars such ...
9
votes
2answers
335 views

How can I get my ellipses formatted correctly in XeTeX?

I've been using \dots and \ldots to try to get ellipses happening. Ellipses should look like this: Some text . . . and then some more text. But instead they look like this: Some text ...and some ...
11
votes
5answers
881 views

Ellipsis with a period/fullstop

While quoting how ellipsis should be used if few sentences are omitted in between. (ommissions are not clauses or words or phrases, but sentences). For example if there is a passage like: This is a ...
2
votes
2answers
575 views

How to insert a space after pifont symbol?

I've inserted a "cross" (\ding{55}) from package pifont in a text but I can't insert a space after it, Latex ignores the space from the source code. Does anyone have a suggestion? Edit: There was ...
7
votes
2answers
1k views

How to indicate elision in a quotation?

How should one typeset an elided passage in a quote? An example: \begin{quotation} some text [...] then some more \end{quotation} Elision in a quote is usually indicated by an ellipsis ...
14
votes
8answers
490 views

The trestle problem: how to avoid >=< in the output

TeX puts no space between \mathrel characters, so one can type := to make a definition. But careless authors often type stuff like < a, b > = < c, d > to indicate that two scalar ...