It's probably just what it sounds like: you've forgotten a } somewhere.
But without any code, or a minimal working example, to look at, it's impossible to tell.
Search found 2063 matches
- Tue Nov 27, 2012 8:08 am
- Forum: General
- Topic: beamer | Unexpected Emergency Stop
- Replies: 1
- Views: 2332
- Mon Nov 26, 2012 6:48 am
- Forum: MiKTeX and proTeXt
- Topic: Line numbering and clicking on the text
- Replies: 1
- Views: 1499
Re: Line numbering and clicking on the text
MikTeX is not an editor. You want to post in the subforum for the editor you're using (assuming there is one).
- Mon Nov 26, 2012 6:44 am
- Forum: Text Formatting
- Topic: Writing without dots with enumerate Topic is solved
- Replies: 4
- Views: 4906
Re: Writing without dots with enumerate Topic is solved
Not sure why you're loading the enumitem package twice, but since you are loading it, you can just use the label* option for the subitems with the dot at the beginning rather than the end: \begin{enumerate}[label=\arabic*] \item This is item one \item This is item two \begin{enumerate}[label*=.\arab...
- Sun Oct 02, 2011 8:06 am
- Forum: Text Formatting
- Topic: The "similar to" Sign
- Replies: 2
- Views: 1567
Re: The "similar to" Sign
What about:
?
.. magnetic field is $\sim$3T
?
- Mon Sep 19, 2011 9:39 pm
- Forum: Page Layout
- Topic: Nested framed Box with Math Formulae and Symbols
- Replies: 2
- Views: 2752
Re: Nested framed Box with Math Formulae and Symbols
You might be interested in the KMcalc package here.
- Sat Sep 10, 2011 10:09 pm
- Forum: Text Formatting
- Topic: Write Limits below the Union of Sets Symbol Topic is solved
- Replies: 2
- Views: 56618
Re: Write Limits below the Union of Sets Symbol Topic is solved
I think it's normal to use \bigcup for that, rather than \cup. \bigcup is the kind of operator where the subscript will be written underneath in displayed math. If you really want to write subscript underneath regular \cup, you could use the \mathop command, which makes its argument behave as a big ...
- Wed Sep 07, 2011 9:39 pm
- Forum: General
- Topic: Scope of a Command Declaration
- Replies: 6
- Views: 12137
Re: Scope of a Command Declaration
To make a new command local, it needs to be done inside braces, and the braces that are part of the \newcommand syntax itself don't count. So to make the definition of \temp used in \firstmacro get thrown away when it's done, you'd need another set of braces: \newcommand{\firstmacro}% {% {% \newcomm...
- Tue Sep 06, 2011 7:17 pm
- Forum: TeX Live and MacTeX
- Topic: exam | Compilation fails on Ubuntu
- Replies: 9
- Views: 6383
Re: exam | Compilation fails on Ubuntu
That option was still there when I installed TL 2011! I just downloaded the actual installer (install-tl-20110906) and the option is not available when I start the default, non-gui install process (via "./install-tl"). But it is indeed available when using the installation with GUI (via &...
- Tue Sep 06, 2011 2:21 pm
- Forum: BibTeX, biblatex and biber
- Topic: Citation Ranges instead of Citation Lists
- Replies: 2
- Views: 1237
Re: Citation Ranges instead of Citation Lists
Try loading the cite package:
If that doesn't work, provide a proper minimal working example we can test with.
\usepackage{cite}
If that doesn't work, provide a proper minimal working example we can test with.
- Tue Sep 06, 2011 1:38 pm
- Forum: TeX Live and MacTeX
- Topic: exam | Compilation fails on Ubuntu
- Replies: 9
- Views: 6383
Re: exam | Compilation fails on Ubuntu
sommerfee wrote:Please note that there is no option "Create symlinks to standard directories" in the TL2011 installer (anymore), but one can easily do this in the TeXlive Manager GUI after installation.
That option was still there when I installed TL 2011!