Recently I have updated coding to Bilingual dictionary in Latex (the minimal example published at the link) as part of Showcase of beautiful typography done in TeX & friends by adding declention and conjugation tables of irregular nouns, adjectives, pronouns and verbs. With those changes of code I have lost formating of the last page formated with dictstyle, namely fancyhead and top rule and rule that splits two column page. Even with the files without tables the formating on the last page is lost.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Here are the last lines of the abridged version you put in the "Showcase" thread:
What's the problem? The
|
|||
|
|
\clearpagebefore\thispagestyle{empty}(but probably it should be\clearpage\pagestyle{empty}\printindex; the command\thispagestyledoesn't issue a page changing command, so it's applied to the current page, which happens to be the last in the dictionary proper. – egreg Dec 20 '12 at 8:57