0
votes
0answers
35 views

Insert a character in the beginning of each line in a special verbatim environment

How can I insert a special character or a symbol in the beginning of each line in a verbatim environment? In particular, there is a constraint that applies to the verbatim environment: it must be of a ...
3
votes
2answers
55 views

How to build two lines aligned maps

I would like to write a map between two objects, with a map below which specify where any single object is sent. To be more precise. I want to write $A \rightarrow B$, and right below it $\alpha ...
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 ...
5
votes
2answers
135 views

Break after arrow

The length of formula in attached code is getting too long, I would wish to break it short. I try to insert a break after the \rightsquigarrow by failed. How should I insert a break? ...
14
votes
2answers
483 views

Fancy cross-referencing

As an extended idea of Using section sign (§) for cross-references to sections, how can we use See ⚙5.2 and ☰5.3 in ☞123. instead of: See figure 5.2 and table 5.3 in page 123. ...
11
votes
3answers
664 views

Using section sign (§) for cross-references to sections

In some papers and books you see that author uses §1.3 instead of section 1.3. How § sign can be added before section (or part, chapter, ...) number automatically? Please mention any useful tip about ...
0
votes
0answers
71 views

Notations become coneivable? [closed]

Since there is an obvious redundancy of notations for same things in mathematics (take http://en.wikipedia.org/wiki/Partial_derivative as an example), we often face the dilemma while composing ...
14
votes
4answers
634 views

Writing a negative number in text mode: $-$9 or $-9$?

If we want to produce -9, typing -9 in an input file is not correct because - is intentionally designed for hyphenation so its glyph is bad to represent the minus sign. To produce the minus sign, we ...
64
votes
6answers
4k views

Prettiest way to typeset “C++” (cplusplus)?

Writing "C++" in plain text results in an ugly setting, as the '+' signs are too big and too spaced: I've seen around the web several marcos for typesetting the "C++" symbol, ranging from mild ...