Page Layoutthe Verse package doesn't break lines inside Parcolumns

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
jsmith6
Posts: 9
Joined: Tue Jan 15, 2008 4:15 pm

the Verse package doesn't break lines inside Parcolumns

Post by jsmith6 »

Hi!

The forum has changed it's categories since last time I visited so I hope I am on the right one.

I am trying to combine the Verse package with the Parcolumns one for a poetry book.

Problem is that whenever I use a verse snipet inside \colchunk, the empty lines do not show up at all and the text at the right column causes breaks at the left one (I think this goes vice versa too).

What I really liked about Verse is that a paragraph --visually, the way that I intent it-- would actually be a semantic paragraph for Latex too.

The solution that I currently use to divide text into poem-paragraphs achieves a visual sense of paragraphs but doesn't keep the paragraphs semantic. This makes Latex split the text (going from one page to another) even inside a visual paragraph.

I am including an example at the end of this post. The first page is a Verse rendered correctly. The second page is how I want to use Verse, in companion with Parcolumns, and it doesn't render correctly. The third page is the solution I have been using so far. The fourth page uses the same technique as the third page and includes long (visual) paragraphs that Latex breaks because they are not semantic.

I am using Texlive 2008 on Linux.

So... is there a way to make Verse work correctly with Parcolumns?

(The example follows. I have removed things that are not necessary to show the problem, such as font styles.)

Code: Select all

Code, edit and compile here:
\documentclass[oneside]{article}
% included packages
\usepackage[a3paper,landscape]{geometry}
\usepackage{fancyhdr}
\usepackage{parcolumns}
\usepackage{xltxtra}
\usepackage{verse}
% option for Verse, set left margin to zero
\setlength{\leftmargini}{0cm}
% page layout options
\setlength{\parindent}{0cm}
\geometry{top=3cm,bottom=3cm,left=3cm,right=3cm,headheight=55pt}
% jumps two lines, break
\newcommand{\br}{\par\mbox{}\par}
% custom header
\newcommand{\pear}{}
\newcommand{\pearheader}[1]{\renewcommand{\pear}{#1}}
\chead{ \vspace{0.5cm} {\Large\textbf{\pear}} \vspace{0.5cm} }
\setlength\headheight{2cm}
\setlength\headsep{2cm}
\pagestyle{fancy}
% title
\newcommand{\peartitle}[1]{ {\Large #1} \br }
% ---
\begin{document}
\clearpage
\thispagestyle{empty}
\textit{This is how it normaly looks like.}
\begin{verse}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

jsmith6
Posts: 9
Joined: Tue Jan 15, 2008 4:15 pm

Re: the Verse package doesn't break lines inside Parcolumns

Post by jsmith6 »

It's been a week and there was no response. Not even a hint. Didn't I elaborate enough on the issue? Was I vague at some point? Did I chose the wrong Forum section for this question?
Post Reply