江苏省预防医学会“麻风病综合防治科技服务站”...
69 questions
1
vote
1
answer
37
views
How to remove white space between image and shape for visual alignment in LaTeX when using tikz and graphicx?
When I place an image at the top of the page using the page as a reference, there's a white space between the page border and the image. When I then place a rectangle to the left of the image, using ...
1
vote
0
answers
75
views
Half-page graphics
I'm trying to replicate a layout I've seen in some tabletop game books, where a piece of art takes up the entire top (or bottom, or left, or right) half of a page, going all the way to the gutter with ...
1
vote
1
answer
44
views
Align image in a column with text in another column
I'm trying to align the image in a column with the text in another column in a tabular environment.
I found out how to get the height of the text and size the image accordingly. Then I raise the image ...
0
votes
1
answer
564
views
Aligning multiple images in the same page
I have 3/4th of a page left to align 4 images. I am on a page constraint and want to fit them all properly.
\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\title{sample}...
1
vote
2
answers
52
views
How to make several tables or images next to each other and exceeding margins
I'm new to LaTeX and I'm trying to learn the basics to survive. I've found it very hard to understand how to position several images in the same line while at the same time make them go beyond their ...
1
vote
3
answers
967
views
How to adjust the position of image in margin
I want to reposition figure 2.2 right next to subsection 2.3.5.1, how to do it?
My code:
\documentclass{book}
\usepackage{caption}
\begin{document}
\subsubsection{Simple Pendulum}
Consider a ...
0
votes
1
answer
69
views
horizontally figures with poor resolution and restricted to size
I want to add two photos horizontally, this works with my commands but I am restricted to width=0.45 for each (probably because of my margins)
the problem is that the photos with this size are not ...
2
votes
1
answer
815
views
Image aligned to left, right or centered
I have large squared figures. I want to align them to left or right edge of the page. In other words they should occupy inner/outer (or "centered" both margins)margin and also on top margin.
...
0
votes
1
answer
218
views
Can LaTeX do non-printable graphical elements?
Is there a way to make some graphical elements to be non-printable, i.e. prints as white, while staying fully visible on screen?
Here's a MWE to play and have fun with:
\documentclass[11pt,letterpaper,...
1
vote
0
answers
350
views
Figures exceeding bottom page limits on MDPI Latex Template
I'm facing a problem on MDPI latex template: the image is exceeding bottom margin.
Example:
Code fragment:
\end{paracol}
\nointerlineskip
\begin{figure}[H]
\widefigure
\includegraphics[width=...
0
votes
1
answer
218
views
Margins of a Logo Picture
I want to place my university logo at a certain distance from the top-left margins of the page. How am I supposed to do that?
1
vote
1
answer
973
views
Adding Image to Title Page Background
all! I'm trying to add an image behind the text on my title page. I'm using the Fiction Novel template here, which uses the memoir class. Unfortunately, whenever I try to add an image to the title ...
2
votes
2
answers
1k
views
How to put image into the margin corner?
Given geometry margins like
\geometry{left=20mm, right=20mm, top=20mm, bottom=20mm}
what's the right way to put (as a top overlay) an image right into the margins' top right corner (but not onto the ...
1
vote
1
answer
1k
views
Place Image Outside margins
I'm writing a technical manual and I'm using this template:
% %
% LAYOUT_E.TEX - Short description of REFMAN.CLS
% 99-03-20
%
% Updated for REFMAN.CLS (LaTeX2e)
...
1
vote
1
answer
345
views
Image at the top of the page + margins
I am trying to do my company paper. After few tries I finally put my image at the top of the page. But after that when I am using \usepackage{scrextend} and trying to change margins, the text is above ...