On Tue, Sep 24, 2002 at 02:01:18PM -0400, Matej Cepl wrote:
> However, I have to admitt, there are some things which I would like
> to have in LyX. One of them is the correction of the MIstake (too long
> held Shift). Do you think, that it will be included in LyX sometime (I
> am sorry for being t
On Tue, Sep 24, 2002 at 02:16:43PM -0400, Daniel Clark/Cambridge/IBM wrote:
> If there is some way to make LyX not touch the *formatting* of TeX code in
> an ERT section, that would solve the problem.
>
> If there is a way to make LyX honor as a \newline in a certain
> section of text, that wo
On Tue, Sep 24, 2002 at 04:43:41PM -0600, Sébastien Taylor wrote:
> Hello, has anyone worked on getting ConTeXt (www.pragma-ade.com) support
> in reLyx? Is the support already there?
None that I know of...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have,
Hi,
I know, that the most ugly part of M$-Word is second thinking about the
users' intentions (and I have spend too much time with Word not to know
it). However, I have to admitt, there are some things which I would like
to have in LyX. One of them is the correction of the MIstake (too long
held
I'm having this problem too. The "modify text, rerun view->pdf" doesn't
work for me. I also don't have spaces in my cite keys. Are there any
other suggestions?
Thanks,
Scott
Jean-Marc Lasgouttes wrote:
> Peter Hovmand wrote:
>> I upgraded to 1.2.1 and noticed that citations in the text are
>
Hello, has anyone worked on getting ConTeXt (www.pragma-ade.com) support
in reLyx? Is the support already there?
I appologize if this has come up before but searching "context" on the
mail archives brings up a lot of hits, but none seemed to be about this.
-Sébastien
Thanks a lot! That works perfectly.
Dekel Tsur <[EMAIL PROTECTED]>
Sent by: Dekel Tsur <[EMAIL PROTECTED]>
09/24/2002 03:04 PM
Please respond to Dekel Tsur
To: Daniel Clark/Cambridge/IBM <[EMAIL PROTECTED]>, LyX users
<[EMAIL PROTECTED]>
cc:
Subject:Re
On Tue, Sep 24, 2002 at 08:08:21PM +0200, Lars Gullik Bj?nnes wrote:
>
> what if you put a newcommand in the preamble
>
> \newcommand{mylog}{
> \begin{verbatim}
> $Log$
> \end{verbatim}
> }
>
> and put "\mylog" in ert somewhere in the document?
You can't use verbatim inside an argument to a ma
On Tue, Sep 24, 2002 at 02:41:55PM -0400, Daniel Clark/Cambridge/IBM wrote:
> It looks promising, as LyX is not changing anything in the preamble.
> However my lack of any TeX knowedge is showing through. Why does this
> produce 5 errors?
>
> \usepackage{pslatex,verbatim}
> \newcommand{cvslog}{
It looks promising, as LyX is not changing anything in the preamble.
However my lack of any TeX knowedge is showing through. Why does this
produce 5 errors?
\usepackage{pslatex,verbatim}
\newcommand{cvslog}{
\begin{verbatim}
$Log: Account-Management.lyx,v $
Revision 1.9 2002/09/24 18:20:35 dcla
Tuukka is right, this is what I am seeing as well. It looks like LyX
"normalizes" ERT TeX code when it saves a document, even if the TeX code
is using a construct such as \begin{verbatim} ... \end{verbatim} that one
would think would prevent such behavior. As the text CVS includes does not
inc
On 24 Sep 2002, Lars Gullik Bjønnes wrote:
>what if you put a newcommand in the preamble
>
>\newcommand{mylog}{
>\begin{verbatim}
>$Log$
>\end{verbatim}
>}
>
>and put "\mylog" in ert somewhere in the document?
I think this might actually work. Daniel, could you try it?
>you should insert the \b
Tuukka Toivonen <[EMAIL PROTECTED]> writes:
| On 24 Sep 2002, Lars Gullik Bjønnes wrote:
|
| >\begin{verbatim}
| >$Log$
| >\end{verbatim}
| >
| >what happens if you put this in a ERT?
|
| I don't use CVS, but trying with hand: when this is saved, it'll look in
| .lyx file something like this:
|
> Chris Menzel wrote:
>
> > I can't seem to get LyX to recognize the Command key as a metakey under
> > 10.2. It works just find as the metakey under other X apps, such as
> > xemacs. I installed it with fink. Ideas here would be greatly
> > appreciated.
>
> LyX seems to use a different mappi
On 24 Sep 2002, Lars Gullik Bjønnes wrote:
>\begin{verbatim}
>$Log$
>\end{verbatim}
>
>what happens if you put this in a ERT?
I don't use CVS, but trying with hand: when this is saved, it'll look in
.lyx file something like this:
\latex latex
$Log$
When CVS modifies this, it'll replace it with
Daniel Clark/Cambridge/IBM <[EMAIL PROTECTED]> writes:
| I think what maybe I didn't explain well enough is that $Log$ expands to
| multiple lines, and CVS takes anything before $Log$ as the language's
| comment character. So the suggestions you give end up expanding to things
| that are synta
I think what maybe I didn't explain well enough is that $Log$ expands to
multiple lines, and CVS takes anything before $Log$ as the language's
comment character. So the suggestions you give end up expanding to things
that are syntax errors, for example:
\newcommand{\cvsver}{$Log$}
expands to:
On Tue, 24 Sep 2002, Daniel Clark/Cambridge/IBM wrote:
>text editor, however it still shows up in LyX as a single line and doesn't
>show up in created .dvi, .pdf, .ps, .html etc. files at all (which is
Right. You could try using this instead:
\newcommand{\cvsver}{\$$Log$\$}
\cvsver
\cvsver wi
That seems to maintain formatting when looking at the .lyx source with a
text editor, however it still shows up in LyX as a single line and doesn't
show up in created .dvi, .pdf, .ps, .html etc. files at all (which is
what I want it to do - I want change history visible to people who don't
kn
On Tue, 24 Sep 2002, Daniel Clark/Cambridge/IBM wrote:
>I'd like to have a section of a LyX document be revision history using the
>CVS $Log$ tag. The problem is that LyX seems to reformat the $Log$ entry,
Try typing
% $Log$
And marking whole line as red TeX. Or you could type the same into
Layo
I'd like to have a section of a LyX document be revision history using the
CVS $Log$ tag. The problem is that LyX seems to reformat the $Log$ entry,
which is multiple lines separated by single linebreaks, into a single ugly
line.
I've tried using the verbatim and listings packages, but they do
Matej Cepl wrote:
> On Mon, Sep 23, 2002 at 06:36:35PM +0200, Pascal Francq wrote:
>
>>When compiling a docment, I have the following error:
>>"LaTeX capacity exceeded, sorry [main memory=351000]"
>>I know that it can be change, but I don't remember the name of the config file
>>and the command
22 matches
Mail list logo