Search found 615 matches
- Wed Feb 13, 2019 4:24 pm
- Forum: Math & Science
- Topic: overbrace on top of a multi-line eqquation
- Replies: 1
- Views: 91
overbrace on top of a multi-line eqquation
I'm confused as to what you want. Clearly, spreading a brace across a line break makes no sense. Do you want overbraces over both the end of one line and the beginning of the next one (i.e., two separate braces)? If you're trying to get the brace itself to split in an arbitrary location and continue...
- Wed Feb 13, 2019 4:22 pm
- Forum: General
- Topic: Overfull \hbox
- Replies: 2
- Views: 96
Overfull \hbox
The amsmath package wouldn't cause an overfull box. It may have allowed something to break in a different place, but without a [MWE]minimal working example[/MWE], it's not 100% clear why you got a box like that. It probably means your in-line math was too long and overran the margins, and it probabl...
- Tue Jan 22, 2019 8:50 am
- Forum: BibTeX, biblatex and biber
- Topic: Format specific words in citations and bibliography in Bibtex
- Replies: 2
- Views: 142
Format specific words in citations and bibliography in Bibtex
You're using dinat.bst , which is a "Bibliography style for German texts"; there is a similar one called "spain.bst" that is for Spanish texts a level or two up in the same CTAN directory tree. One (hack-ish) way is to make a copy of dinat.bst and change the functions at th...
- Fri Jan 11, 2019 2:45 am
- Forum: Graphics, Figures & Tables
- Topic: Possible package/environment for tables with footnotes in them
- Replies: 0
- Views: 102
Possible package/environment for tables with footnotes in them
I tinkered around the last day or so to write a (short) package to make an environment that does "automatic" tables with footnotes under them. Some people call these "table notes." It basically stores the width of the table in the .aux file, then on the next run updates the width...
- Fri Jan 11, 2019 2:22 am
- Forum: Document Classes
- Topic: Understanding svjour3
- Replies: 1
- Views: 241
Understanding svjour3
Every class file has options that set the font size; the \ExecuteOptions command sets the defaults. In your case, that line is \ExecuteOptions{a4paper,twoside,10pt,instindent} This implies 10 points. Their advice to use mathptmx (I prefer txfonts , which uses the same body font but does some math sy...
- Thu Dec 20, 2018 5:28 pm
- Forum: Text Formatting
- Topic: First Pages only on Odd Pages with roman Page Numbers
- Replies: 2
- Views: 185
First Pages only on Odd Pages with roman Page Numbers
I removed your
\setcounter{page}{}
commands and moved \pagenumbering{roman}
to the preamble; that seems to have fixed it. If that isn't what you wanted, please describe what you want it to look like.- Thu Dec 20, 2018 5:11 pm
- Forum: Text Formatting
- Topic: line under the page Topic is solved
- Replies: 5
- Views: 216
line under the page Topic is solved
It's not 100% clear what you want, but try this:
\vfill \hrule \newpage
- Thu Dec 20, 2018 5:08 pm
- Forum: General
- Topic: Jabref saves -> .bib but Lyx loads -> .bst?
- Replies: 1
- Views: 5699
Jabref saves -> .bib but Lyx loads -> .bst?
The .bst file is the style file (i.e., how to format the entries you cite). The .bib file is the entries you are citing.
- Tue Dec 18, 2018 5:03 pm
- Forum: LyX
- Topic: LyX adds "junk" code in LyX to LaTeX conversion
- Replies: 1
- Views: 226
LyX adds "junk" code in LyX to LaTeX conversion
You have hit on the primary reason that I hate LyX! There are ways to disable that behavior, but it takes some searching if I recall correctly (and some things simply can't be disabled). What exactly are you using Word to do? It's very possible to do make an index using LaTeX (see the makeidx packag...
- Mon Dec 17, 2018 8:01 am
- Forum: BibTeX, biblatex and biber
- Topic: You can't pop an empty literal stack for entry ... while executing---line ... of file ...
- Replies: 5
- Views: 554
You can't pop an empty literal stack for entry ... while executing---line ... of file ...
This is different from what you previously posted because it leaves swap$ in place (i.e., it takes the top entry of the stack and swaps it with the next one, rather than adding the DOI to the stack and leaving that entry in place). Without spending more time reconstructing your stack, I couldn't tel...