Paul Medwell wrote:
> What is the best way of adding appendices to a document?
>
> I have tried adding them through the LaTeX command \appendix, but it
> didn't seem to do anything.
The LyX way is layout->start appendix here. All chapters and sections after
that will get appendix naming "Appendix
On Wed, Dec 11, 2002 at 05:42:05PM +0100, Rémi Cohen-Scali wrote:
> I have a question about a feature I need, that I didn't found in LyX,
> but not sure is it exists or not (my laTeX knowledge is really limited).
> I'am writing some docs for a products and I 'd like to use kind of
> placeholder
John Levon wrote:
> Then I can't set a fixed width !
Hm, indeed :-(
I don't know if it is possible with one of the tabular packages though.
> btw, "multicolumn" on a single cell couldn't be much more confusing but
> I guess that's latex for you ...
Yes. It's odd, but it's the LaTeX command's na
What is the best way of adding appendices to a document?
I have tried adding them through the LaTeX command \appendix, but it
didn't seem to do anything.
Cheers,
Paul
dont wory
Ive fixed it. I think
I commented out
%BSTINPUTS = .;/usr/share/texmf/bibtex/bst/harvard/{bst,}//
from /usr/share/texmf/web2c/texmf.cnf
and it seems to work now
The harvard system does not work but I can sort that out later (I hope)
any ideas on why the above line stuffed
In the past my bibtex worked and worked very well but now its not. It
just puts a ? where the reference should go. I must have done some thing
to it but I cant think what. When I export the dvi it says in the debug
window.
___
T
On Thu, Dec 12, 2002 at 10:53:13AM +1030, Paul Medwell wrote:
>
> I have a very similar question but instead of a C inside a circle, I
> would like to add an R inside a circle (for registered).
>
I think that someone else on this mailing list answered the question
better than I did. That person
> what Nirmal is after is screen shots. Gimp is good for that.
>
Thanks Steve.. I'm actually looking for a "document" in the same form as
what appears on the LyX screen... screenshots would be a bit crude and
pretty time consuming too since I'd have to get several shots and will
have to repeat th
Praedor Atrebates wrote:
I use pybliographic as my reference manager for lyx. For it to work properly
for me, I have to manually delete the lyxpipe.in and lyxpipe.out "files" in
my ~/.lyx directory before starting a new lyx session in order to
pybliographic to work. The old lyxpipe entries r
>
> Have you tried copying the contents of the window and pasting them in
> a text editor or word processor?
>
Yes - all my formatting goes away, i.e. the headings, bullets etc. and
the math becomes raw latex code.. so overall, it becomes pretty
unreadable..
Thanks,
nirmal
Peter Hutnick wrote:
> Nirmal Govind said:
>
>
>> Is there a way in which I can print out my slides in exactly the
>> way they look in the LyX window?
>>
>
> Have you tried copying the contents of the window and pasting them
> in a text editor or word processor?
>
> -Peter
>
That's not going to w
Nirmal Govind said:
> Is there a way in which I can print out my slides in exactly the way
> they look in the LyX window?
Have you tried copying the contents of the window and pasting them in a
text editor or word processor?
-Peter
Hi.. I'm trying to include an xfig figure in a presentation made using
the pdfscreen package along with LyX. Pdflatex doesn't like xfig
apparently and I have special text (LaTeX math) in my xfig figure so I
need LaTeX to process it.. and the slides can be made only using
pdflatex it seems so how do
Hi,
Is there a way in which I can print out my slides in exactly the way
they look in the LyX window? I've included some ContentNotes (using a
layout provided by Christian Ridderstrom) which are points for me to
remember regarding that slide.. in the actual pdflatex output, this
ofcourse gets the
I have a very similar question but instead of a C inside a circle, I
would like to add an R inside a circle (for registered).
Cheers
Paul
Praedor Atrebates wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am finishing up my thesis and have to add a copyright page which happens to
use the
In response to my own question, I can add the following to the preamble:
\renewenvironment{lyxcode}
{\begin{list}{}{
\raggedright
\setlength{\parsep}{0pt}
\tiny\ttfamily}
\item[]}
{\end{list}}
However, this only has an effect when using \tiny. \small has no effect
on the size,
Jean-Marc Lasgouttes said:
>> "Peter" == Peter Hutnick <[EMAIL PROTECTED]> writes:
>
> Peter> I'd like to be able to "include" (like in the C preprocessor
> Peter> sense) some external flat text files in my LyX document.
>
> Peter> I have the following requirements:
>
> Peter> 1. Whitespace mus
Here is one way to do it. Go to the beginning of your document. Hit the
TeX menu button. As you type, you should see that the text is in red.
Now type this line:
\providecommand{\release}{December 12, 2002}
This is the equivalent of an entity in XML. The entity name in XML is
replacesd with a use
On Wed, 11 Dec 2002, Mark Carroll wrote:
(snip)
> \setcounter{page}{3}
> \setcounter{section}{3}
>
> to give me 4, 4.1, 4.2, 4.2.1, 4.2.2, 5, 5.1, ... starting on page 3.
>
> But, how can I change the first number to a letter?
\renewcommand{\thesection}{\alph{section}} in the preamble seems to do
Dekel Tsur said:
> On Wed, Dec 11, 2002 at 06:12:00PM +0100, Jean-Marc Lasgouttes wrote:
>> Peter> 4. Bonus: extra-double-good if it can read the file from a URL
>> Peter> (probably FTP since whitespace gets weird with HTML).
>>
>> This is more difficult.
>
> It is possible, in two ways:
> 1. Using
On Wed, Dec 11, 2002 at 09:31:19AM +0100, Juergen Spitzmueller wrote:
> > o how can I set horiztonal alignment on just a cell ?
>
> chose "multicolumn" (for just one cell)
Then I can't set a fixed width !
btw, "multicolumn" on a single cell couldn't be much more confusing but
I guess that's la
On Wed, Dec 11, 2002 at 06:12:00PM +0100, Jean-Marc Lasgouttes wrote:
> Peter> 4. Bonus: extra-double-good if it can read the file from a URL
> Peter> (probably FTP since whitespace gets weird with HTML).
>
> This is more difficult.
It is possible, in two ways:
1. Using the external inset
2. \wri
Jean-Marc Lasgouttes wrote:
"Peter" == Peter Hutnick <[EMAIL PROTECTED]> writes:
Peter> I'd like to be able to "include" (like in the C preprocessor
Peter> sense) some external flat text files in my LyX document.
Peter> I have the following requirements:
Peter> 1. Whitespace must be preserve
On Wed, Dec 11, 2002 at 04:43:38PM +0100, Jean-Marc Lasgouttes wrote:
> > "Fran?ois" == Fran?ois BEAUBERT <[EMAIL PROTECTED]> writes:
>
> Fran?ois> Hi, Just a small question. Is there a way to update the
> Fran?ois> document via pdflatex without closing the document and
> Fran?ois> reopen it (
I need my document to start on page 3 and have section heading numbering
starting with d - for instance, d, d.1, d.2, d.2.1, d.2.2, e, e.1, ...
In my preamble I've found that I can put,
\setcounter{page}{3}
\setcounter{section}{3}
to give me 4, 4.1, 4.2, 4.2.1, 4.2.2, 5, 5.1, ... starting on pag
On Wed, Dec 11, 2002 at 09:51:04AM -0600, Bo Peng wrote:
>
> I restarted, re-configured, checked the preference again (and again),
> the problem still exists.
>
> Note that I install lyx1.3cvs separately (I use 1.2.1 as default working
> lyx) but they are using the same .lyx. (Can I use separate
On Wed, Dec 11, 2002 at 09:29:15AM -0700, Peter Hutnick wrote:
> 1. Whitespace must be preserved.
> 2. The file must be read "live" when the .lyx is built into another type
> of file (i.e. PDF)
> 3. The font should be different (i.e. roman for normal text, currier for
> the "included" text).
> 4. B
> "Peter" == Peter Hutnick <[EMAIL PROTECTED]> writes:
Peter> I'd like to be able to "include" (like in the C preprocessor
Peter> sense) some external flat text files in my LyX document.
Peter> I have the following requirements:
Peter> 1. Whitespace must be preserved. 2. The file must be rea
Hye
I have a question about a feature I need, that I didn't found in LyX,
but not sure is it exists or not (my laTeX knowledge is really limited).
I'am writing some docs for a products and I 'd like to use kind of
placeholder or variable predefined that I could change when the product
changes
I'd like to be able to "include" (like in the C preprocessor sense) some
external flat text files in my LyX document.
I have the following requirements:
1. Whitespace must be preserved.
2. The file must be read "live" when the .lyx is built into another type
of file (i.e. PDF)
3. The font should
Instant preview is not working for me. Maybe this is because of the
screen font/language settings problem I am having now.
When I start lyx, it outputs
This is TeX, Version 3.14159 (Web2C 7.3.1)
This is TeX, Version 3.14159 (Web2C 7.3.1)
(1lyxpreview.tex
LaTeX2e <2000/06/01>
Babel and hyphenati
On Wed, Dec 11, 2002 at 09:19:23AM +0100, Andre Poenitz wrote:
> So someone is thinking cmm is not available but cmsy is used instead?
> Could you simply re-start LyX?
I restarted, re-configured, checked the preference again (and again),
the problem still exists.
I use Serif for Roman/Sans Seri
> "François" == François BEAUBERT <[EMAIL PROTECTED]> writes:
François> Hi, Just a small question. Is there a way to update the
François> document via pdflatex without closing the document and
François> reopen it (in acrobar for exemple)
François> This function works great with dvi output and
Hi,
Just a small question.
Is there a way to update the document via pdflatex without closing the
document and reopen it (in acrobar for exemple)
This function works great with dvi output and xdvi or kdvi for exemple but for
pdf output the only solution is to close the pdf file and reopen it af
-BEGIN PGP SIGNED MESSAGE-
On Mittwoch, 11. Dezember 2002 14:55, Andre Poenitz wrote:
...
> That's what I did.
>
> Andre'
Hmm ... you may check lib/languages
ngerman ngerman "German (new spelling)" false iso8859-15 de""
...
polish polish "Polish"
I use pybliographic as my reference manager for lyx. For it to work properly
for me, I have to manually delete the lyxpipe.in and lyxpipe.out "files" in
my ~/.lyx directory before starting a new lyx session in order to
pybliographic to work. The old lyxpipe entries remain from the last lyx
se
On Wed, Dec 11, 2002 at 02:50:18PM +0100, Kornel Benko wrote:
> -BEGIN PGP SIGNED MESSAGE-
>
> \registered does not exist in latin-2. You may not changed the languache of the
>character.
> Select the char, then
> Layout->Character->Language->Polish
> Apply
That's what I did.
-BEGIN PGP SIGNED MESSAGE-
On Mittwoch, 11. Dezember 2002 14:33, Andre Poenitz wrote:
> for me. What environment are you working in?
German. But same behavour in LANG=en,sk_SK,de_DE@euro
Language in this doc is German(new spelling)
Kornel
- --
Kornel Benko
[EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE-
On Mittwoch, 11. Dezember 2002 14:33, Andre Poenitz wrote:
> On Wed, Dec 11, 2002 at 02:12:23PM +0100, Kornel Benko wrote:
> > Yes. Take for instance the char \registered.
>
> I can't reproduce this. Even a Polish \registered looks like a \registerd
> for me. Wha
On Wed, Dec 11, 2002 at 02:12:23PM +0100, Kornel Benko wrote:
> Yes. Take for instance the char \registered.
I can't reproduce this. Even a Polish \registered looks like a \registerd
for me. What environment are you working in?
As this is ordinary text, this is not a mathed problem, is it?
Andre
-BEGIN PGP SIGNED MESSAGE-
On Mittwoch, 11. Dezember 2002 13:28, Andre Poenitz wrote:
> On Wed, Dec 11, 2002 at 01:17:51PM +0100, Kornel Benko wrote:
> > > > Don't know. I never saw this.
> >
> > I see things like that frequently in multilanguage documents.
> > Chaging the language of char
On Wed, 11 Dec 2002, Andre Poenitz wrote:
> > I do all my settings from a file that include in the preamble, how can
> > I from the preamble set document class options?
>
> Would something like \PassOptionsToPackage{option}{package} help?
>
It would, if you could pass options to the document cla
On Wed, 11 Dec 2002, Juergen Spitzmueller wrote:
> Christian Ridderström wrote:
> > Thanks... hmm, then this question is more related to LyX. I do all my
> > settings from a file that include in the preamble, how can I from the
> > preamble set document class options?
>
> Don't use the preamble.
Christian Ridderström wrote:
> Thanks... hmm, then this question is more related to LyX. I do all my
> settings from a file that include in the preamble, how can I from the
> preamble set document class options?
Don't use the preamble. Just type it into Layout->Document->Extra Options.
Jürgen.
On Wed, Dec 11, 2002 at 01:31:39PM +0100, Christian Ridderström wrote:
> Thanks... hmm, then this question is more related to LyX.
So?
> I do all my settings from a file that include in the preamble, how can
> I from the preamble set document class options?
Would something like \PassOptionsToPac
On Wed, 11 Dec 2002, Juergen Spitzmueller wrote:
> Am Mittwoch, 11. Dezember 2002 12:52 schrieb Christian Ridderström:
> > > > If I have a book (Komascript) with parts in it, the caption format
> > > > becomes something like:
> > > > Figure 1.1.: Text
> > > > whereas without parts, it becomes:
On Wed, Dec 11, 2002 at 01:17:51PM +0100, Kornel Benko wrote:
> > > Don't know. I never saw this.
>
> I see things like that frequently in multilanguage documents.
> Chaging the language of characters changes also the font-encoding.
> (e.g. german <-> polish ---> latin-1 <-> latin-2)
Would this
Am Mittwoch, 11. Dezember 2002 12:52 schrieb Christian Ridderström:
> > > If I have a book (Komascript) with parts in it, the caption format
> > > becomes something like:
> > > Figure 1.1.: Text
> > > whereas without parts, it becomes:
> > > Figure 1.1: Text
> >
> > On screen or on print?
>
-BEGIN PGP SIGNED MESSAGE-
On Mittwoch, 11. Dezember 2002 11:48, José Matos wrote:
> On Wednesday 11 December 2002 08:19, Andre Poenitz wrote:
> > On Tue, Dec 10, 2002 at 05:17:41PM -0600, Bo Peng wrote:
> > > I can not remember what I changed from the preference dialog but
> > > suddenly,
On Wed, 11 Dec 2002, Andre Poenitz wrote:
> On Wed, Dec 11, 2002 at 12:52:05PM +0100, Christian Ridderström wrote:
> > > On screen or on print?
> >
> > In the dvi-file...
>
> It's probably not LyX's fault then...
>
Ok, then I won't report it.
/Christian
--
Christian Ridderström, +46-8-790 91
On Wed, Dec 11, 2002 at 08:03:58AM +0100, Andre Poenitz wrote:
> Should \alpha in text mode switch back to the "enclosing" level of
> math or create a new level of math?
>
> What if the enclosing level is another level of text? Like an \fbox in
> an \fbox? Should it break that, too?
>
> I still b
On Wed, Dec 11, 2002 at 12:52:05PM +0100, Christian Ridderström wrote:
> > On screen or on print?
>
> In the dvi-file...
It's probably not LyX's fault then...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
On Wed, 11 Dec 2002, Andre Poenitz wrote:
> On Wed, Dec 11, 2002 at 11:08:20AM +0100, Christian Ridderström wrote:
> > This might be just a latex thing, but just in case.
> >
> > If I have a book (Komascript) with parts in it, the caption format becomes
> > something like:
> > Figure 1.1.: T
On Wednesday 11 December 2002 08:19, Andre Poenitz wrote:
> On Tue, Dec 10, 2002 at 05:17:41PM -0600, Bo Peng wrote:
> > I can not remember what I changed from the preference dialog but
> > suddenly, lyx 1.3cvs can not display Greek letters correctly. \alpha is
> > displayed as trademark sign, \del
On Wed, Dec 11, 2002 at 11:08:20AM +0100, Christian Ridderström wrote:
> This might be just a latex thing, but just in case.
>
> If I have a book (Komascript) with parts in it, the caption format becomes
> something like:
> Figure 1.1.: Text
> whereas without parts, it becomes:
> Figu
This might be just a latex thing, but just in case.
If I have a book (Komascript) with parts in it, the caption format becomes
something like:
Figure 1.1.: Text
whereas without parts, it becomes:
Figure 1.1: Text
Is this a latex/Komascript thing, or does LyX do something?
Anywa
John Levon wrote:
> o how can I set horiztonal alignment on just a cell ?
chose "multicolumn" (for just one cell)
Jürgen.
On Tue, Dec 10, 2002 at 05:17:41PM -0600, Bo Peng wrote:
> I can not remember what I changed from the preference dialog but
> suddenly, lyx 1.3cvs can not display Greek letters correctly. \alpha is
> displayed as trademark sign, \delta is \pm... What is happening?
Don't know. I never saw this.
--- Begin Message ---
Math macros? Ive heard of them but have not worked out what they are and
how to use them yet. what I wish to do is replace something like "(1,0)"
with the longer notation which in tex is $A^{2}\Sigma -X^{2}\Pi
\left(1-0\right)$.
Its one of those things that for day to
On Wed, Dec 11, 2002 at 05:19:42PM +1030, Owen Lucas wrote:
> I have a long text file that I wish to put in a Lyx table. Is there
> anyway to do this without having to cut and past individual values in to
> each cell?
Change the spaces to tabs in the file
create a table of suitable size in LyX
g
On Wed, Dec 11, 2002 at 12:32:28PM +1030, Owen Lucas wrote:
> Thanks I was just wanting to know how this was done as I could not find
> anything in the .cls or .layout files that would do this. I was also
> wondering if I could use this to replace words with some scientific
> notation without se
61 matches
Mail list logo