Tagged Questions
1
vote
0answers
10 views
latex: how to insert oneside figures in a twosided article? [migrated]
I'm writing a 2 sided article with latex, but I'd like to insert a figure in appendix with width of the whole page to make it clearer. I tired with this script but it did nothing...
...
0
votes
0answers
21 views
Adding \includegraphics totally abolishes all \citep and \ref links [closed]
I have something very peculiar, and I have been trying for several hours now, without success. I will try to describe it as well as possible. I must say beforehand that I used Word2010 as editor. So I ...
0
votes
0answers
9 views
Is that possible to put one figure in the top and one two-column figure in the bottom of a same page? [migrated]
I am adding figures into a two-column latex file. In one page, I need to put a one-column figure and a two-column figure in a same page. The one-column figure should be in the top of the page and the ...
0
votes
0answers
20 views
Latex align minted code fragments [migrated]
I would like to align the first lines of the code and the captions in the following listings. This is my latex code. I've also uploaded an image of the output.
\begin{figure}[H]
...
3
votes
1answer
171 views
Creating figures for publication - artefacts in export
Now I am already trying for hours to get a satisfying vectorized output from a 3D matlab plot. I illustrated the artefacts of the resulting pdf exports in the following image (created with export_fig ...
1
vote
0answers
34 views
References to figures are incorrect [closed]
I am writing a paper with some figures in it. I have set these figures up with the figure enviroment with a caption inside it. Right next to the caption I put a \label{bla} command. In the text I want ...
20
votes
2answers
3k views
How do I make a reference to a figure in markdown using pandoc?
I'm currently writing a document in markdown and I'd like to make a reference to an image from my text.
this is my text, I want a reference to my image1 [here]. blablabla

...
1
vote
2answers
450 views
Beginner's questions (figures, bibliography) with Sweave/R/LaTeX---my first document
I am just starting with Sweave and with R. Here I am using R to output some data and I am also trying to include a plot. The code does not sweave. I have one Sweave example from the web that compiles ...
3
votes
2answers
216 views
LaTeX: changing the fonts inside figures
I am using some terminal output as a figure in a report I am writing and need to change just the text within the figure to monospace.
\begin{figure}[ht]
%bunch of text here
\caption{Mass ...
2
votes
1answer
212 views
Is it possible to get LaTeX to link to the top of a figure rather than to its caption?
In my TeX file I have the following code:
\begin{figure}[H]
\begin{center}
\includegraphics[width=5in]{screens/main.png}
\caption{\label{fig:MainScreen} Screenshot of the main ...
1
vote
1answer
576 views
Embedding matlab plot in pdf for printing: Sizes
I'm currently creating my figures in matlab to embed themvia latex into a pdf for later printing. I save the figures and save them via the script export_fig! Now I wonder which is the best way to go:
...
0
votes
1answer
587 views
LaTeX: cite with [ ] argument in caption
I need the source of images listed in the "list of figures".
To do this I want to cite inside the caption argument:
This works:
\caption[Plan,\protect\cite{damluji1992}]{Plan}
This works too but ...
1
vote
1answer
1k views
Creating a box around a figure that includes the tabbing environment
I would like to create a frame or box around my LaTeX figure, which consists of code formatted with the tabbing environment. My code looks something like this:
\begin{figure}
\begin{tabbing}
...
2
votes
1answer
694 views
TeX. Skip numeration figure and table caption
How to make a table and figure caption without any automatic numeration?
For example:
\begin{table}
\begin{tabular}{ll}
\textbf{Name} & \textbf{Description} \\
Foo & bar \\
...
6
votes
3answers
4k views
Latex - Inserting a reference in a figure's caption
In Latex, I want to add a reference in the legend of a figure, like:
\begin{figure}
...
\caption{This is the legend of this figure (reprinted from \cite{something}).}
...
\end{figure}
but ...
8
votes
5answers
11k views
How do I ref a figure in LaTeX before it occurs?
I always like my figures to be placed in between text as opposed to the top or bottom of the page. I also like to talk about the figure before it is shown. So I am trying to have something like this:
...
0
votes
1answer
269 views
insert big images…cut in two parts, LaTeX
i would like to know how can i cut a figure in a way that some part is show in one page and the continuation in other page. Actually it just take the all figure to the next page and i get a lots of ...
0
votes
1answer
692 views
LaTeX: How can I disable the linking for figures in LyX?
Complete LaTeX and LyX newbie here.
I am currently writing a document in LyX and I'm using hyperref to have links in the ToC, citations etc. The problem is that I added a figure (with float) and when ...
1
vote
4answers
2k views
Includegraphics problems with a PNG [closed]
I have problems to insert a figure into my .tex file. This is the code:
\begin{figure}
\includegraphics[width=1\textwidth]{Blockdiagram}
\caption{Diagram}
\label{figure:BlockDiagram}
...
3
votes
4answers
728 views
How to number floats in LaTeX consistently?
I have a LaTeX document where I'd like the numbering of floats (tables and figures) to be in one numeric sequence from 1 to x rather than two sequences according to their type. I'm not using lists of ...
0
votes
1answer
3k views
Latex: Text cannot be placed below image
I love latex! But sometimes, it does not love me... I'm having a problem with an image and some text. I have this code:
Some text...\\
\begin{figure}[ht]
\centering
...
3
votes
3answers
395 views
In LaTeX prefer figures on text-heavy pages
LaTeX seems to have a preference for placing figures together on a page, and placing surrounding text on a separate page. Can I somehow change that balance a bit, as I prefer figures to break up the ...
2
votes
4answers
1k views
Latex: Listing all figures (tables, algorithm) once again at the end of the document
I have been writhing a rather large document with latex.
Now I would like to list all the figures / tables / algortihms once again at the end of the file so that I can check if they all look the same.
...
3
votes
5answers
549 views
Figures occurring after ^ and _ macros (was: LaTeX limitation?)
I've hit an annoying problem in LaTeX. I've got a tex file of about 1000 lines. I've already got a few figures, but when I try to add another figure, It barfs with:
! Undefined control sequence.
...
2
votes
3answers
253 views
Compilation of latex file
I am compiling a latex file on a server and download from there the generated dvi, ps and pdf files to view them.
The latex file by \includegraphics includes some figure files which are not on my ...
1
vote
2answers
1k views
Inline figures with equation-like numbering in LaTeX
For some reason I thought it would be nice to have inline figures (i.e. no floats) just like the equation environment. They would have to be numbered, as I want to be able to refer to them later on. ...
4
votes
1answer
3k views
Margin Figures in Latex
I would like to put some figures in margin in my latex documents. I want them to be non-float. Is there any package for it.
thanks
4
votes
2answers
9k views
Adding full page figures in Latex, how?
I have a full-page figure that LaTeX keeps putting at the end because of its size.
I would like it to be integrated on a separate page in the flow of text. How can I do it?
17
votes
6answers
35k views
How to force two figures to stay on the same page in LaTeX?
I have two images that I want to display on a page as figures. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, but I know there is ...
6
votes
1answer
2k views
Latex: Page number suppressing when a figure covers the whole page [closed]
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\textheight]{853}}
...
3
votes
4answers
4k views
Latex: How to make listings subfloats use listing counters, TOC, etc
I have a macro that do side-by-side figures, below. It uses subfloats, and so it goes in a figure.
\newcommand{\listbylist}[6][showlines=true]{
\begin{figure}
\subfloat[ ]{
...
5
votes
3answers
9k views
Nonfloating figure spanning two columns in multicol environment
I am using the multicol package, with two columns, and need a figure to span both columns. I am aware of \begin{figure*}, but I do not want the figure to float. I have been googling for about an hour, ...
0
votes
2answers
526 views
To have names for figures in LaTeX
I need to have labels for figures. However, I am not sure where is the bug, since the following figure -command should be correct:
\begin{figure}\label{ERD figure}
...
19
votes
2answers
17k views
Subfigs of a figure on multiple pages
I am facing problem of stacking many figures
The problem is the stack figure is overriding the page dimension vertically and placing all the figure in one page and not changing the page as the ...
5
votes
1answer
5k views
Problem with float and pictures in LaTex
The picture is at the position of the header:
http://dl.getdropbox.com/u/175564/%20latex1.png
Code:
\begin{figure}
\subfloat[A ...