diff options
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc index 270f3de..0ab824c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -191,7 +191,7 @@ SEARCHENGINE = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -GENERATE_LATEX = YES +GENERATE_LATEX = NO LATEX_CMD_NAME = xelatex PAPER_TYPE = letter HIDE_UNDOC_RELATIONS = NO @@ -406,6 +406,10 @@ div.toc h3 { color: #7695D2; } +#powerTip { + background-color: #050505; +} + ---------------------------------------------- ===== custom.css |