Uwe Stöhr wrote:
Timothy Reaves schrieb:

If I'm wanting to do things like change background color for headings in output PDF's, is this something I can do with LyX? Or with a class from Latex?

You can try out this preamble code:

[EMAIL PROTECTED]

\let\mySection\section
\renewcommand{\section}[1]{\mySection{\colorbox{cyan}{#1}}}

see alsoo the attaced example file. Note that this is a dirty hack, because with this no linibreaks in the name of sections are possible.

Where would be the best place to look for information relating to modification of output, again, specifically for PDF's?

There is the LaTeX-package "hyperref" that allows you to create for example PDF-bookmarks:
http://www.tug.org/applications/hyperref/manual.html

regards Uwe


        Thanks, I appreciate the response.

Now, for an even more newbie question: where is the best place to learn what LaTeX packages are available, and how to use them? Is my best bet to start with a LaTeX book?




Reply via email to