provides an environment for typesetting text in two or more columns columns in parallel

learn more… | top users | synonyms

3
votes
2answers
99 views

package for parallel columns randomly omits pages (paracol) [closed]

I've been using paracol for a few days now. I think it is a nice package for parallel columns. There is one problem, however, which strikes me. Sometimes (only sometimes) the pdf that results from my ...
2
votes
1answer
68 views

Pagebreak in parcolumn

How can I break columns/pages in a parcolumn environment? \documentclass{article} \usepackage{parcolumns} \begin{document} \begin{parcolumns}{2} \colchunk{ \begin{verse} When shall we three meet ...
3
votes
1answer
93 views

Style Parcolumns vertical bar

How can I style the vertical bar in parcolumns that appears when using rulebetween=true? I am trying to do something similar to what you can do with \vrule like the below: ...
3
votes
1answer
70 views

parcolumns: no footnotes are produced

The footnote number appears in the printed text but I cannot see any footnote when using the parcolumns environment: \documentclass{article} \usepackage{parcolumns} ...
4
votes
1answer
56 views

Can parcolumns be made to expand into the margins?

I recently started using parcolumns instead of block quotes. I do this since I have a non-English source text in the right column and the English translation in the left column. Is it possible to ...
3
votes
1answer
166 views

Parcolumns: Matching height of two adjacent columns

I am using parcolumns package for my resume. I have following section in it: The LaTeX code corresponding to this section is as follows: \begin{parcolumns}[nofirstindent, ...
12
votes
4answers
494 views

Two column problem

I'm trying to replicate certain part of a scanned book. However, I'm unable to get two columns, which have enumeratation on the left, line of the right column which is in the parallel with first ...
11
votes
1answer
730 views

Wrapfigure-Minipage Woes: How do I correctly typeset wrapped text boxes within a \parcolumns environment modified for a two-sided document?

This is a follow-up question concerning an experimental chapter layout I'm trying to implement for a novel I'm writing. So. My initial problem of finding a way to modify the innards of the parcolumns ...
21
votes
1answer
625 views

How can I reverse the positions of two (unequal width) columns so that the wider one is always against the inner margin?

I'm new to LaTeX and I'm trying to use it to write a spotlessly-typesetted draft of my novel (from the rough, typewritten hard draft) for MFA program applications, and eventually to send to ...
0
votes
1answer
95 views

Render (export) entire document as image

Background Using LyX to create a document and xetex to leverage a TrueType font. The entire text is within a minipage. Ultimately, I'm trying to produce the following output (no white page ...
0
votes
1answer
85 views

Creating a Matrixlist package

I haven't been able to find a suitable package that does what I want. The closest is parcolumns and I've spent several hours trying to understand TeX programming and the parcolumns style. While I got ...
0
votes
2answers
184 views

TeX Programming questions (and stuff about parcolumns)

I'm trying to modify the inner workings of parcolumns. I'm starting to understand the TeX macro "programming" language a bit but I have some issues. In paracolumns there are three issues I want to ...
3
votes
1answer
142 views

parcolumn nofirstindent not working well?

The following code leaves some extra space in front of the start of each box... nofirstindent should, I imagine, set it to 0 but it is not: \documentclass{article} \usepackage{tikz} ...
3
votes
2answers
812 views

Line spacing in parcolumns environment

Is it possible to change the line spacing within a colchunk in a parcolumns environment? I tried the following without success: \documentclass{article} \usepackage{parcolumns} ...
3
votes
2answers
900 views

vspace has no effect in parcolumns

I have following template for my resume wherein I am trying to get rid of the space between two education fields (space between two university entries, this causes my resume to go to second page). The ...
2
votes
1answer
239 views

Extra space with parcolumns

I am preparing my CV and I am encountering an extra space at the start of each line in each of the colchunks of parcolumns. The following image says it all: Notice extra space in from of P or ...
2
votes
1answer
209 views

Problem regarding parcolumns package

I needed to use parcolumns packages which was not available on my system. I installed it and now am having some trouble. I followed following steps: Locate the package sauerj on CTAN website. I ...
3
votes
1answer
300 views

Why am I getting overfull with this parcolumns lstlisting?

I'm sure this is a simple question but would anybody be able to point out to me why the following generates overfull \hbox errors for the two \colchunk macros? It doesn't appear LaTeX needs to do any ...