Tagged Questions
1
vote
1answer
489 views
How to separate beamer columns with vertical lines
I am using the columns environment with beamer.
\begin{columns}[c]
\begin{column}{0.5\textwidth}
\includegraphics<1>[width=0.35\textwidth]{dictmat-4.png}
\end{column}
\hspace{-50pt}
...
2
votes
1answer
119 views
How to place text between two columns and which breaks the rule dividing them in ConTeXt?
I have two paragraphs of instructions and I need to indicate to readers that they have a choice of one or another. I am using this code, to put the data into different columns, with a line between:
...
2
votes
1answer
886 views
How to separate columns with a line in beamer(poster)?
\setlength{\columnseprule}{0.4pt} with the multicol package does not work. The beamer guide does not discuss this case for their columns environment...
To be clear this is what I want
###### | ...