Tagged Questions
4
votes
1answer
86 views
Two columns with page span
this is my first post! I have tried to find a solution before posting.
I have some input put into my .tex. The left column is text input by a user. To the right I would like 0..4 pictures, also ...
1
vote
1answer
266 views
Left margin minipage two figures
I have a minipage with two figures, the problem is, that I want to have them shifted to the left, so the left margin should be smaller, the code of my minipage:
\begin{figure}[H]
...
2
votes
1answer
197 views
Page layout and margins
My CV is currently the image on the left, but how would I shift my name up and make the format (structure of the page etc.) of my CV which is on the left of the image below, like the cv on the right ...
4
votes
1answer
150 views
2 minipages side by side don't respect the width of an article
In one of my .tex file, I have the following code which puts 2 minipages side by side, the whole width cover two minipages:
\documentclass[11pt, a4paper]{article}
\setlength{\topmargin}{-.5in}
...
5
votes
1answer
3k views
minipage right margin
I want to start a minipage, with the regular left-indentation, but to have its right margin adjusted with regular page right margin.
An example of discrepancy:
\documentclass{article}
...
4
votes
1answer
336 views
How to adjust macro to respect current \linewidth?
I'm having issues with text going past the end of the specified \textwidth. I posted this question about why text was being placed beyond the specified line width. The MWE provided there produced ...
7
votes
1answer
2k views
How do I put a paragraph in a box that is some percentage of the width of the page I'm putting it in?
I have a document that should contain a bordered box with a paragraph of explanatory text. The box's width should be a percentage of that of the page's body.
I don't want to make the box a fixed ...