车讯:2016广州车展:新凯雷德长轴白金版亮相
120 questions
5
votes
3
answers
177
views
I have a table that is being forced over the right margin how do I force the table to evenly break both margins?
I am including a table with many rows that is too wide for the margins. When the file compiles, it is only forced over the right margin. I would like the table to be central and so exceed both margins....
3
votes
3
answers
126
views
Hfill not working as expected when placing two figures side-by-side
I'm placing two figures side-by-side inside of minipages as recommended by this answer. It's exactly the behavior I want except for the horizontal spacing. I'd like more space between the figures and ...
2
votes
2
answers
50
views
How to get figure to take full column width
I would like the figure here to take the full column width. I'm giving the argument "width=\columnwidth." Why does it end up less than the column width? I can instead use "width=1.17*\...
0
votes
3
answers
89
views
positions of figures when editing: in text or after text
What are the best positions of figure code in a latex editor? In the middle of text or after all text (at the end of the editor)?
"figure code" like:
\begin{figure}
\end{figure}
Anyone ...
0
votes
1
answer
46
views
positon of a figure [closed]
I have the following code in my document
....text
\begin{figure}[h]
\centering
\includegraphics[width = 0.95 \textwidth]{work1.pdf}
\end{figure}
text .....
But text begins in the middle ...
1
vote
1
answer
38
views
Basic Tikz Overlapping with Text
I have looked at the other examples of overlapping tikz graphics with text (TikZ picture overlaps with text, Tikz text overlap) and as far as I can tell I am not doing any canvas transforms that would ...
1
vote
0
answers
39
views
Figures/Tables out of order and in wrong subsection [closed]
I am currently writing a lengthy document with multiple chapters and multiple sections/subsections in each chapter. Since the document also contains lots of floats, there are many cases where a float ...
0
votes
0
answers
24
views
Fine tune figure placement [duplicate]
Hello beautiful community.
This looks very similar to other questions, but it isn't.
It seems to me that people tend to want LaTeX to fully decide where to place a figure, or either to have full ...
0
votes
0
answers
20
views
Order of Minipage Figures in ToC While Using XePersian
I have the following piece of code, which puts two figures next to each other in a minipage environment. I am using the book class and when I list the figures with \listoffigures the figures are shown ...
0
votes
1
answer
42
views
Why would I be getting a runaway argument error when scaling/changing an image size?
I've been working at this issue for over a week now and I cannot for the life of me figure out why this is happening. I have an article with a lot of images, all of them are inserted as figures. I'm ...
2
votes
1
answer
61
views
Figure into titlepage, slides ConTeXt
I'm making slides in ConTeXt and I want to add two images to the first slide, the title slide. I've been trying this but the figures don't appear, only the other data entered.
\setuppapersize [S4]
\...
4
votes
2
answers
184
views
Center figure even if size exceeds margins
I have this figure that is too large to be placed inside the body of my document. However, instead of resizing it, I would like to place it centered with respect to the area formed by the body, the ...
0
votes
2
answers
58
views
Setting figure that spans over two columns, on top of the first page, below the title
Hell, I have a 2 columns document. I want to place a figure (contains multiple subfigures) that spans over both columns, just below the title on the first page. If it matters, I'm using \maketitle.
If ...
1
vote
1
answer
65
views
Bottom placement of multi-column figure on particular page
\section{DESIGN PROCESS}
\label{sec:dp}
\lipsum[25-33]
%% 4.1
\subsection{Solution Design}
\label{sec:sd}
%% 4.1.1
\subsubsection{Key Feature 1}
\...
0
votes
1
answer
57
views
How to put centered figures in \question{} using TikZ and \includegraphics without mistakes
Considering the .sty file of Florent Rougon and Enrico Gregorio
% sebmcq.sty --- Multiple choice questions. Can print questions and proposed
% answers in a random order. Optionally show ...