Search found 6 matches

by evanesco
Tue Apr 10, 2007 12:04 am
Forum: General
Topic: Start 0 when using \section
Replies: 3
Views: 5584

Start 0 when using \section


Hello,

can somebody please tell me how to get rid of the leading zeros when using \section ?

My sections look like that:

0.1 Intro
0.2 Bla
0.2.1 bla bla
0.3 bla

and so on

I just want:

1 Intro,
2 Bla
2.1 bla bla
3 bla

Can't be that difficult ?

Regs Marcus


Before the "section"s, you ...
by evanesco
Fri Mar 30, 2007 3:07 pm
Forum: LyX
Topic: Separate LyX files into a single one
Replies: 2
Views: 8750

Re: Separate LyX files into a single one

Thank you very much, it was your second answer. :D
by evanesco
Thu Mar 29, 2007 11:04 pm
Forum: LyX
Topic: Separate LyX files into a single one
Replies: 2
Views: 8750

Separate LyX files into a single one

I would like to make my work in individual LyX files, and then join them in one, just like the "\include{filename}" command. Do you know how to do this in LyX?
by evanesco
Thu Mar 29, 2007 9:00 pm
Forum: General
Topic: Verbatim code examples and wrapping text around images
Replies: 4
Views: 6100

Verbatim code examples and wrapping text around images



For the first problem i would suggest two minipage environments side by side, where one of them contains the source code and the other has the output. For the other problem there is the package wrapfig , which allows to place a picture and let text flow around by providing the environment ...
by evanesco
Thu Mar 15, 2007 3:20 pm
Forum: General
Topic: Verbatim code examples and wrapping text around images
Replies: 4
Views: 6100

Verbatim code examples and wrapping text around images


For the first problem i would suggest two minipage environments side by side, where one of them contains the source code and the other has the output. For the other problem there is the package wrapfig , which allows to place a picture and let text flow around by providing the environment ...
by evanesco
Thu Mar 15, 2007 12:05 am
Forum: General
Topic: Verbatim code examples and wrapping text around images
Replies: 4
Views: 6100

Verbatim code examples and wrapping text around images

Hi everybody, I've got some questions about LaTeX.

One is, how can I insert text in verbatim and the output, in two columns, like in "The Not So Short Introduction to LaTeX2e"? That is, like the examples.

And the second one is, how can I write around a graphic? If I put a picture, can I write a ...