Hello,
I am sure somebody else must have had a similar problem already, so how
did you solve this?
For whatever reason, I need to manipulate one of the auxiliary files
(lof/lot/out/...) that latex creates in LyX's temp directory. I could do
the manipulation with a bash-script (basically just applying a patch to
the .out file). But how would I integrate the call to the script into
LyX's output machinery? I need to define new file formats and a
converter script?
What I want to do:
I have a book with 2 \part's, but I want the \chapter 1 Introducton and
\chapter xx Conclusion to be outside the parts in the PDF bookmarks.
I have not found a way to change the bookmark-level for an individual
chapter, or to suppress/delete a bookmark for an individual chapter
(such that I could set my own bookmark with \pdfbookmark).
So the only way I see is to manually edit the .out-file. Since the tmp
directory is recreated at every LyX-start, I need to automate the
editing of the out-file. :-(
Any other ideas?
/Konrad
- Post-processing auxiliary latex file Konrad Hofbauer
-