I need a new verse environment, and I am not quite up to the task. Here is
what I need:
First line of verses no indent
Second line of verses indented xxx
Lines which run longer than the page are broken at an arbitrary (?) point
before normal line termination, and placed raggedleft.
***The enti
I'm having a problem with the algorithm list, I insert it after the figure
list (Which is right), but it appears as empty.
I needed to change the name of the algorithm floats and the algorithm
list, and also had to change the numbering scheme, so I included this in
the Latex Preamble.
\@addtores
On Mon, Feb 25, 2002 at 01:50:11PM +0100, Stephan Mietens wrote:
> one question: normally, lyx shows a preview of an inserted figure,
> but currently, my lyx-version does not (1.1.6fix4). I have no idea
> where to look to find out this error, do you have a hint for me?
> Lyx shows only a black bo
On Thu, Feb 21, 2002 at 06:49:16PM +0100, Herbert Voss wrote:
> Davide Cavallari wrote:
>
> > I have written a little glossary in which the entries are ordered
> > alphabetically. I've used the description environment. Sometimes I
> > need to add some new entry. What can I do to respect
Hi,
one question: normally, lyx shows a preview of an inserted figure,
but currently, my lyx-version does not (1.1.6fix4). I have no idea
where to look to find out this error, do you have a hint for me?
Lyx shows only a black box with the name of the figure and
"rendering". "Full-screen preview"
Hi
Yes - RCS is (IMHO) the best way to do it, but you need to use the rcs
latex package.
In your preamble add this:
\usepackage{rcs}
\RCS $Header$
\RCS $Date$
\RCS $Revision$
then later on in your document, you can add this (in ERT):
Revision: \RCSRevision
Date of last revision: \RCSDate
Yo