[EMAIL PROTECTED] schrieb:

> Translation: They are trying to make use of LyX in their company
> (Hallesche is a German insurance company). They've create an own
> document class and a template. Moreover, they've created a new help
> file and now they want to know how to integrate it into the Help menu.

Ingo resonsed:

> The following works with LyX 1.3.5 on Linux:
> - Copy the new help file, let's say it's called Hallesche.lyx, into
> the folder containing all the other help files. On my computer
> that's /usr/share/lyx/doc.
> - Find the file "default.ui" (here it's in /usr/share/lyx/ui) and add
> the following line in the Help Menu section
>         Item "Hilfe|H" "help-open Hallesche"
> It's important that the name of the help file and the parameter of the
> help-open command coincide.

This also work under Windows. The Linux folder /usr/share/lyx/doc is the win folder ~\Resources\doc, the folder /usr/share/lyx/ui is equal to ~\Resources\ui

> Translation: Is it possible to add a footnote to the caption of a
> floating table/picture?

Not really. This is a restriction of LaTeX.

> Translation: Is it possible to left-flush (instead of centering) the
> caption of a table?

Use the LaTeX-package "caption". To achieve the left alignment add e.g. this line to your document preamble:

\usepackage[labelfont=bf,format=hang,justification=raggedright]{caption}

For more info, have a look at:
http://www.tug.org/tetex/tetex-texmfdist/doc/latex/caption/anleitung.dvi

regards Uwe

Reply via email to