{ampersand} is specifically about the usage of the ampersand character (&).

learn more… | top users | synonyms

0
votes
0answers
55 views

Why does \& mess up table caption and how to fix it? [closed]

I use the INFORMS2 class for preparing a document to be sent to an informs journal. When I have a multiline table caption that uses \& to typeset the ampersand, the whole caption becomes centered. ...
2
votes
1answer
333 views

How do I use '&' literally in LaTeX? [duplicate]

Possible Duplicate: How to look up a symbol? Escape character in LaTeX In the itemize environment, how do I use the ampersand symbol & without LaTeX trying to use it as a command?
1
vote
1answer
149 views

Small font size for ampersand

I want & symbol in small font size. But \small{\&} produces italicized ampersand symbol like here. How can I get the small fontsize & symbol? Edit: figured out that, the italics was ...
2
votes
0answers
55 views

tikz matrix and beamer [duplicate]

Possible Duplicate: Unknown error using tikz matrix of nodes in beamer I would put the following figure in a beamer slide I tried with [ampersand replacement=\&] but it does not work ...
10
votes
2answers
410 views

Substitute italic ampersand with alternative ampersand in Linux Libertine O

Based in this answer I want to create a command \amper that uses the alternative ampersand of Linux Libertine O and leaves the regular \& alone. The problem with the MWE below is that hyperref ...
5
votes
2answers
260 views

Replacing ampersands in argument

I am trying to define a command which takes as an argument a string containing ampersands, and replaces every ampersand by a space. Following the ideas in Replacing characters in argument strings, I ...
6
votes
2answers
250 views

Use italic ampersand in different sizes depending on environment

This is going to be a little complicated: in the spirit of Bringhurst I am trying to incorporate italic ampersands into headings. I am using a LuaLaTeX modified version of classicthesis, hence the ...
9
votes
3answers
676 views

How to escape ampersand in \acro command?

I am trying to use the acronym package to create an acronym list. The problem is that one of the acronyms I need to use contains an ampersand ('&'). But when I try to compile the .tex file I get ...
8
votes
1answer
118 views

Why does the `&` reset grouping?

In this answer, I used \tikzmark to mark the extent of a typeset piece of text, so I could draw changebars next to it. But it initially seemed that the changebars "disappear" with math-mode content. ...
3
votes
1answer
276 views

Searching for a font with (a different!) special ampersand

does anyone know what's the font used for the "&" in the affiliation (c) in this paper? http://arxiv.org/pdf/1102.0284 and in particular how to do it in LaTeX? thanks in advance (I can't post ...
9
votes
1answer
518 views

Searching for a font with special ampersand

I want to use a special ampersand in a document. I’m therefore looking for, and failing to find, a font that contains an ampersand that looks as follows: (That is, a slashed, rounded “E” letter.) ...
1
vote
1answer
241 views

How to avoid `&` conflict when using `\begin{align}` in a tabular cell?

Minimal CODE \documentclass{article} \usepackage {% array, calc, amsmath, longtable, varwidth% } \newsavebox\TBox \newcolumntype{B}[1] {% @{}% ...
7
votes
4answers
874 views

Use column-separator & (ampersand) inside \newenvironment

I'd like to define a grammar environment which basically wraps a tabular environment. Inside the grammar environment I'd like to use an environment called production to insert rows. Example: ...
19
votes
3answers
2k views

Replace `et al.` with `\& al.`

I’m a big fan of ampersands (possibly too much …) and I’d like to replace all mentions of “et al.” (included in citations) by \& al. – both in the main text (I use natbib citations of the form ...
9
votes
2answers
1k views

Problem with defining shortcuts for TikZ matrices.

For answering a question yesterday I wanted to define a shortcut for creating a matrix inside a tikzpicture. As a minimal example, consider \newcommand\mymatrix[1]{ \begin{tikzpicture} ...