4
votes
3answers
55 views
LaTeX books VS online tutorials?
What were you missing from the online tutorials and manuals, that you found well explained in LaTeX books? Any LaTeX book, but I'm mainly referring to The LaTeX Companion by Mittle …
0
votes
2answers
27 views
How to include a code snippet in a beamer presentation?
Hi folks,
What's the best way to include some code snippets in a beamer presentation?
I've already tried verbatim, and lstlisting environments - both destroyed my presentation.
3
votes
5answers
48 views
LaTeX table positioning
Hi,
I have a LaTeX document that contains some text, followed by 4 tables, followed by some further text. I want the 4 tables to appear between the two pieces of text, which from …
0
votes
2answers
30 views
Use of the verbatim environment inside a macro
I latex i want to define a macro which takes three arguments: a string and two code segments.
My first idea were to display the code segments using the verbatim environment, but th …
1
vote
3answers
57 views
References style without line breaks.
I'm writing a grant application and space is at a premium. I want LaTeX to print my references section without line breaks, so
References
[1]
[2]
[3]
becomes
References
[1 …
1
vote
4answers
98 views
How to write programming code containing the ‘ character in latex ?
Hi! I am trying to write programming code in latex using the verbatim environment, but when I write
\begin{verbatim}
char ch = 'x';
\end{verbatim}
then the ' -character …
3
votes
2answers
47 views
How do I correctly insert an image/figure and have the text “flow around” the image/figure in latex?
I've been struggling with this. I wanted to insert an image and have it 'near' the text that discusses it, but have the text on that page wrap/flow around the image.
The image I'v …
1
vote
1answer
29 views
Latex: Page number suppressing when a figure covers the whole page
I want to suppress page number in a page where a figure covers the whole page.
\thispagestyle{empty}
\begin{figure}[H]
\centering
\fbox{\includegraphics[height=0.95\texthe …
2
votes
1answer
69 views
How do I use TeX/LaTeX formatting for custom data tips in MATLAB?
I'm trying to annotate a polar plot with data tips labelled with 'R:...,Theta:...' where theta is actually the Greek symbol, rather than the word spelled out. I'm familiar with str …
1
vote
5answers
47 views
Latex - Change margins of only a few pages
I have a Latex document where I need to change the margins of only a few pages (the pages where I'm adding a lot of graphics).
In particular, I'd like to change the top margins (\ …
1
vote
3answers
60 views
How can I box content in LaTeX such that all boxes are on the same line and the same height?
I need to represent calculator key presses by the text for the keys to press surrounded by a box. I tried to get away with just the bare key presses (no box) but I got marked down …
0
votes
1answer
53 views
glossaries package and footnote in LaTeX
Hello *,
I am currently stuck, having two separate glossaries: main & acronyms. Acronyms glossary prints footnotes on first use in the text, but main glossary does not. Is the …
0
votes
1answer
87 views
gettext for HTML or LaTeX?
Hello.
Is there something like gettext for HTML or LaTeX? It would be great for generating simple bilingual webpages or LaTeX documents that should be kept in sync.
Is there somet …
0
votes
5answers
69 views
Problem in Latex: “There’s no line here to end”
I'm using Lyx to produce a Latex document, and when i try to convert to pdf, it complains of the error: "there's no line to end", and description is "//".
My Latex document is lik …
1
vote
4answers
47 views
Create own BibTeX style or customize existing one?
I'm looking for a way to define new BibTeX style or to customize existing one. I have two reasons for this:
I want the author names/editors to be italic (for articles in book, bo …
