Tagged Questions
2
votes
0answers
71 views
3 column layout in LaTeX (1st only graphics, 2nd and 3rd text)?
How is it possible to organize a document (landscape orientated) in a graphic and two text column?
1st: only graphics (under the headings of the import location)
2nd and 3rd: text
7
votes
1answer
247 views
Insert A3 page with figure into A4 document with active references
Based on the first answer from a previous post "Insert foldable A3 pages in an A4 document with active references", I tried to get a figure on an A3 page in my thesis. However, it does not turn out as ...
2
votes
2answers
143 views
How to shift graphics/adjust placement of figure with \includegraphics
I composed a diagram that takes up the entire sheet of paper in landscape mode, called diagram.tex (compiled it to generate pdf). I'm trying to include that into an article, but only half of it is ...
4
votes
1answer
162 views
Center image in landscape mode
I've used the \usepackage{pdflscape} instruction and the following code for inserting an image in a landscape oriented page.
\begin{landscape}
\begin{figure}[p!]
\centering
...
7
votes
1answer
2k views
Landscape caption for a rotated figure in a portrait page
I've managed to rotate an image 90 degrees to be as if in landscape mode, but I still need to change location and rotation of the caption to match the image's orientation, while keeping the page in ...