Tagged Questions
2
votes
1answer
96 views
Text in moderncv’s left column overlaps with right column
I was trying to compile a Resume and I am not able to figure out why only the second line has superimposed text. The below is the code.
\documentclass{moderncv}
\moderncvtheme[blue]{casual}
...
1
vote
1answer
52 views
Forcing all content into 2nd column
I'm working in landscape,twocolumn mode and am using Latex to make a programme for an upcoming event. Since it is the outside of the programme I need the cover info to only be on the right hand side ...
2
votes
1answer
92 views
Is there any way to make two pages per sheet (landscape) and the page numbering appears as if each column was a page?
I want to make a landscape sheet with two pages (like two columns) and I want that the page numbering to be a number per page (a number per column) instead of a number per sheet.
I use ...
4
votes
2answers
319 views
How can get rid of margins and minimize white space to fully use a page in LaTeX?
I want to create a formulary in LaTeX. I can use it at the exam and it has do be at maximum a page recto-verso. I don't want margins (little margins for the print, no more). I want to minimize the ...
8
votes
2answers
4k views
Separation between columns in beamer
I am trying to create a scientific poster (in a beamer environment) with three columns. It works very well, my only problem is that the separation between the columns is too large and I cannot find a ...
5
votes
2answers
679 views
Creating a flexible space between a few lines of text on a beamer slide
I think this is a very basic problem but somehow I don't know how to solve it. I am working with the beamer class and want to create slides where there are two columns. One of the two columns contains ...
5
votes
1answer
431 views
listings bug: space after literate replacement lost with spaceflexible/fullflexible columns
Problem with space being lost in listings immediately after a literate replacement when using columns=spaceflexible or columns=fullflexible (appears correctly with columns=flexible). A small example ...
2
votes
0answers
99 views
listings bug: space after quote collapsed when inlined with spaceflexible/fullflexible columns [duplicate]
Possible Duplicate:
listings bug: space after literate replacement lost with spaceflexible/fullflexible columns
I seem to have stumbled upon a minor bug in listings (version 1.4 as of ...
25
votes
4answers
16k views
Column padding in tables
How do you guys go about controlling column padding in tables?
UPDATE
To clarify, I'm looking for a way to control both vertical and horizontal padding. So, if I had a simple table like this
...
2
votes
2answers
503 views
Extra line of vertical separator using itemize in tabular
I'm creating a resume based off of the example tutorial HERE. It's fairly simple, actually -- just a two columned table with dates on the left and job on the right. I prefer bullets vs. a paragraph ...
14
votes
2answers
2k views
Why does vfill not work inside a beamer column?
I recently tried to set up a quartered page layout in beamer (separate question might follow) and \vfill failed in a column environment.
Minimal example:
\documentclass{beamer}
\begin{document}
...
