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}
...
10
votes
1answer
290 views
Two column layout with text and knitr chunk
When making presentations (with latex beamer class), I often go for a frame layout with text and equations on the left and a corresponding figure on the right. My standard solution has been to wrap ...
3
votes
1answer
639 views
Recommended way to control layout within a beamer block?
I've used LaTeX a fair amount to write papers, but I'm just getting into beamer (or more specifically, beamerposter).
In some of my poster's blocks, I want to achieve the effect of down one side of ...
3
votes
1answer
548 views
Column background image
I have a two column frame (via wiki2beamer):
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{Background Test}
\begin{columns}
\column{0.3\textwidth}
\begin{itemize}
...
