0
votes
0answers
77 views

Two-column/counter on ever page/fancy header [closed]

I am not good at two-column and counters. I am trying to an output like the following one: which has a header, footer and counter at every column.
4
votes
0answers
132 views

Trouble with titlesec

I've been using titlesec for quite some time now and want to "pimp up my style" ;) I've read How to change header to list first section on page and not last section and tried to adapt the code for ...
4
votes
1answer
154 views

Wrong \rightmark in twocolumn mode

I would like to use the "dictionary" style of page header, using \rightmark--\leftmark as suggested in fancyhdr package. However, in twocolumn mode, \rightmark containts the first mark in the latter ...
1
vote
2answers
609 views

Simple two-column LaTeX template

I have been looking for a simple two-column LaTeX template. I have attached a template that I like, but I am unable to remove the footer on the bottom of the page. Also, I would like to remove the ...
4
votes
1answer
187 views

Which section in the header with twocolumn book?

I'm wondering about the logic behind which section name is displayed in the header with a twocolumn book. My MWE: \documentclass[twocolumn]{book} \usepackage{lipsum} \begin{document} \chapter{Foo} ...