2
votes
5answers
69 views
How would you put a small graphic in your latex document source?
I have a small graphic that is part of my document. It's PDF, is 193 lines, and has some binary data mixed with its postscript. I'm currently using the graphicx package and including the pdf as a …
1
vote
1answer
69 views
Different colors for links when displayed on screen vs. in print?
Is it possible to have different colors for on screen and hardcopy display of hyperref links in the same file?
In my thesis, I like the functionality of linking reference numbers to the reference …
0
votes
1answer
80 views
Icelandic, utf8 and utf8x in LaTeX
First of all, what's the difference between utf8 and utf8x in
\usepackage[utf8]{inputenc}
\usepackage[utf8x]{inputenc}
when used in LaTeX?
Secondly, what packages are required when writing an …
1
vote
2answers
85 views
Multicol and a floating box at the top of page, with text wrapping around it
I'm writing an article for a magazine. I'm trying to insert a (floating) 2-column box at the upper right corner of a 3-column document, with the text wrapping around it nicely andn the columns being …
0
votes
3answers
62 views
Error “Too many open files” in pdflatex
When compiling a latex document with 15 or so packages and about five includes, pdflatex throws a "too many open files"-error. All includes are ended with \endinput. Any ideas what might cause the …
2
votes
2answers
238 views
Semi-transparent figures in beamer (pdflatex)
I am attempting to use overlays with figures to save myself from creating a different image for each slide. The overlay works with any text I include, but not with the figures. For example:
…
2
votes
4answers
93 views
Page margins change in pdflatex
I use a style file that specifies page margins. I cannot understand the style file, but I guess it specifies bottom margins by using commands such as \vspace, \vskip, \vfil.
When I compile the tex …
1
vote
2answers
91 views
Extend a figure 100% horizontally with a fixed height in LaTeX?
How can I insert a figure (i.e. graphic) that extends 100% of the viewport but with a given height?
0
votes
1answer
42 views
alpha channel in latex colortbl
I'm using the colortbl package to color table cells. I've combined this w/ the xcolor package to define my own colors. However, it appears that xcolor does not support transparency. I saw the …
2
votes
4answers
143 views
LaTeX: Are there any web frontends available?
As of now the workflow is something like, I import an SVN or a CVS repository and then compile a document locally on my machine to get either a ps or a pdf file. But I was wondering if there is a Web …
2
votes
2answers
2k views
LaTeX, longtable package, p{width} and \multicolumn question
I have a really long table in LaTeX that spans several pages and is also too wide for the page. I am using the longtable package with every column width specified with the p{width} command. The …
0
votes
2answers
249 views
Latex command line line length
When running latex, the command-line output it cut after 80 characters:
LaTeX Warning: Reference `fig:assign-by-x' on page 76 undefined on input line 2
41.
Any idea how I can stop this?
Version …
9
votes
5answers
711 views
What are the relative merits of pdflatex?
Not sure this is a programming question, but we use LaTeX for all our API documentation and user documentation, so I hope it will go through.
Can someone please explain what are the relative merits …
1
vote
4answers
2k views
Abstract margins in LaTeX
Hi, I'm new to LaTeX and I've got a
\begin{abstract}
...
\end{abstract}
section and I want to change the margins so the text looks more condensed and centred on the page. I need some code that …
4
votes
3answers
538 views
Convert EPS to PDF on the fly with pdflatex on the fly
I'm trying to include an EPS figure in a document that will be compiled using pdflatex. Of course, the picture can be converted to pdf using epstopdf (which comes with the MikTeX distribution). Is …
