I don't know off the top of my head what could be causing that. Is there any problem with the output? If LaTeX is throwing errors, but you're still getting the PDF you want . . . I might just move on and forget it.
If you want/need to figure it out, I'd recommend to create a minimum working example ...
Search found 27 matches
- Sat Sep 28, 2013 10:44 am
- Forum: General
- Topic: Errors in Bibliography Data and Style
- Replies: 4
- Views: 6158
- Wed Sep 25, 2013 3:29 pm
- Forum: General
- Topic: Valid Citations without including Bibliography
- Replies: 1
- Views: 2858
Re: Valid Citations without including Bibliography
Exclude the bibliography command from your LaTeX file and no reference list will be created.
- Wed Sep 25, 2013 3:26 pm
- Forum: General
- Topic: help deciding to publish a LaTeX book
- Replies: 1
- Views: 3352
Re: help deciding to publish a LaTeX book
When you typeset a LaTeX document you get a pdf as output. You're probably best off to typeset the document and work off the resulting PDF in inDesign if that's what you need to do.
You may also benefit from a command line tool called 'pandoc' that can convert between different document formats ...
You may also benefit from a command line tool called 'pandoc' that can convert between different document formats ...
- Wed Sep 25, 2013 3:18 pm
- Forum: LyX
- Topic: Inserted coded Table appears in wrong Place
- Replies: 2
- Views: 23278
Inserted coded Table appears in wrong Place
Here is an update to your code which should solve both your issues:
\begin{table}[h!]
\centering
\begin{tabular}{c|cccc}
$\cdot$ & 1 & a & b & c \\ \hline
1 & 1 & a & b & c \\
a & a & c & 1 & b \\
b & b & 1 & c & a \\
c & c & b & a & 1
\end{tabular}
\end{table}
Re: Table placement. The ...
\begin{table}[h!]
\centering
\begin{tabular}{c|cccc}
$\cdot$ & 1 & a & b & c \\ \hline
1 & 1 & a & b & c \\
a & a & c & 1 & b \\
b & b & 1 & c & a \\
c & c & b & a & 1
\end{tabular}
\end{table}
Re: Table placement. The ...
- Wed Sep 25, 2013 3:07 pm
- Forum: LyX
- Topic: Resizing long Table
- Replies: 1
- Views: 4191
Re: Resizing long Table
It's not really clear what you're asking, although LyX has options for setting the table width and column width. Could you post a MWE and specify which dimensions of the table you want to change?
- Wed Sep 25, 2013 3:02 pm
- Forum: LyX
- Topic: Changing or applying different colors to the text font
- Replies: 1
- Views: 8172
Changing or applying different colors to the text font
In your document, you would set all the text you want to highlight with one of LyX's predefined colors (under the 'customize' menu as you pointed out), and then define that color however you want in the LaTeX Preamble (and redefine it whenever you want later on).
Edit the LaTeX preamble: Document ...
Edit the LaTeX preamble: Document ...
- Wed Sep 25, 2013 2:48 pm
- Forum: Graphics, Figures & Tables
- Topic: Central Full Page Landscape Tables
- Replies: 1
- Views: 4985
Re: Central Full Page Landscape Tables
It probably appears to not be centered because the rest of your paper is not in landscape. LaTeX typically gives lots of room for footers, and the large footer from the non-landscape pages occupies the same space on the landscape pages (unless you alter the margins). So the bottom margin of your ...
- Wed Sep 25, 2013 2:36 pm
- Forum: BibTeX, biblatex and biber
- Topic: Bold name for Author
- Replies: 1
- Views: 14379
Re: Bold name for Author
You should be able to edit the .bib file directly and surround your name in with the \textbf{} macro wherever your name appears. When you output references, your name will appear in bold. This only works because you're only interested in outputting the full citations. If you want to include in-text ...
- Wed Sep 25, 2013 2:27 pm
- Forum: General
- Topic: Errors in Bibliography Data and Style
- Replies: 4
- Views: 6158
Errors in Bibliography Data and Style
I downloaded your files and ran them with the command line tool latexmk:
latexmk -pdf LaTeX1.tex
Everything worked except there was a missing bibliography file, so I duplicated and re-named the file you provided to 'bib3.bib'. There were some 'missing citations' (I'm guessing because you didn't ...
latexmk -pdf LaTeX1.tex
Everything worked except there was a missing bibliography file, so I duplicated and re-named the file you provided to 'bib3.bib'. There were some 'missing citations' (I'm guessing because you didn't ...
- Wed Sep 25, 2013 2:16 pm
- Forum: Text Formatting
- Topic: Hyphenation Points with Penalties
- Replies: 1
- Views: 3436
Hyphenation Points with Penalties
It sounds like what you're looking for is a 'soft hyphen.' It's an optional hyphen that will break the word across two lines if necessary. In TeX, you make a soft hyphen with the following:
Code: Select all
\-