The main issue in the last post was only a namespace problem. This is my current version:
\documentclass[11pt]{scrartcl}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage{multicol}
\usepackage{titlesec}
\newlength\sectionBLS
\usekomafont{section}
\setlength{\sectionBLS}{\baselineskip ...
Search found 8 matches
- Sun Aug 01, 2010 1:15 pm
- Forum: Page Layout
- Topic: Unsightly vertical spacing in multicols environment
- Replies: 5
- Views: 11161
- Mon Jul 26, 2010 8:20 pm
- Forum: Page Layout
- Topic: Unsightly vertical spacing in multicols environment
- Replies: 5
- Views: 11161
Unsightly vertical spacing in multicols environment
I have experimented a little with that package, but I have trouble calculating the right heights. Assuming that the \section title is \Large, I wanted to leave one normal \baselineskip of room below the heading and three such \baselineskips minus the \baselineskip of the \Large line above.
After ...
After ...
- Sun Jul 25, 2010 9:39 pm
- Forum: Page Layout
- Topic: Unsightly vertical spacing in multicols environment
- Replies: 5
- Views: 11161
Re: Unsightly vertical spacing in multicols environment
Thanks for your response. Quite true, it is the default value. The space between paragraphs, however, is luckily not the default. Perhaps I’ve compensated another vertical space by setting \parskip to zero. I guess it’s time to start reading the source.
Update:
If I leave \parskip as it is ...
Update:
If I leave \parskip as it is ...
- Sun Jul 25, 2010 8:30 pm
- Forum: Decision Guidance
- Topic: Best editor for Debian.
- Replies: 10
- Views: 51157
Best editor for Debian.
I can recommend Geany and, of course, Vim. Geany is not a specialized LaTeX editor, and I haven’t tried the LaTeX plug-in it provides, but nonetheless it has proved ideally suited for various kinds of programming and writing tasks.
My usual setup is to have Evince, showing the PDF, on one half of ...
My usual setup is to have Evince, showing the PDF, on one half of ...
- Sun Jul 25, 2010 8:04 pm
- Forum: Page Layout
- Topic: Unsightly vertical spacing in multicols environment
- Replies: 5
- Views: 11161
Unsightly vertical spacing in multicols environment
Hecko everyone,
The multicols environment sets \parskip to “0.0pt plus 1.0pt” (not sure what that means), which looks ugly when used in combination with paragraph indention. Unfortunately, when I set it back to zero points, the lines in the two columns are no longer—necessarily—level. (Usually, I ...
The multicols environment sets \parskip to “0.0pt plus 1.0pt” (not sure what that means), which looks ugly when used in combination with paragraph indention. Unfortunately, when I set it back to zero points, the lines in the two columns are no longer—necessarily—level. (Usually, I ...
- Sun Jul 18, 2010 2:33 am
- Forum: Graphics, Figures & Tables
- Topic: Cannot use \if in \includegraphics
- Replies: 4
- Views: 3230
Cannot use \if in \includegraphics
It is very possible that if you had all information about the structure of the data my report is based on, you could suggest a much more efficacious way of organizing it, but that information seems much and unwieldy to me right now, which is to say that I can’t decide which part I could safely leave ...
- Sun Jul 18, 2010 12:21 am
- Forum: Graphics, Figures & Tables
- Topic: Cannot use \if in \includegraphics
- Replies: 4
- Views: 3230
Re: Cannot use \if in \includegraphics
Unless there is some other option, that is what I’ll resort to. The problem is that, unlike this minimal example, my actual document contains dozens of \includegraphics calls that do a bunch of stuff with the picture—the same bunch of stuff for every picture. I don’t want to have to duplicate all ...
- Sun Jul 18, 2010 12:03 am
- Forum: Graphics, Figures & Tables
- Topic: Cannot use \if in \includegraphics
- Replies: 4
- Views: 3230
Cannot use \if in \includegraphics
Hecko everyone,
I have the following problem:
\documentclass[11pt]{scrartcl}
\usepackage{graphicx}
\begin{document}
\includegraphics{\ifnum23=23 chart\_research\_de.png\fi}
\end{document}
The picture exists, but pdflatex outputs following error (to the logfile):
! Extra }, or forgotten ...
I have the following problem:
\documentclass[11pt]{scrartcl}
\usepackage{graphicx}
\begin{document}
\includegraphics{\ifnum23=23 chart\_research\_de.png\fi}
\end{document}
The picture exists, but pdflatex outputs following error (to the logfile):
! Extra }, or forgotten ...