Re: help me with a layout module, please!

2009-04-06 Thread Guenter Milde
On 2009-04-05, Vito De Tullio wrote: Vito De Tullio wrote: I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. mmm I think this is resolved, using: ClassOptions Other titlepage End 2) tell lyx that, to generate the pdf (via

Re: help me with a layout module, please!

2009-04-06 Thread Vito De Tullio
Guenter Milde wrote: 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 passes (pass 0): generate the FILE.tex from FILE.lyx (as all documents, I think) (pass 1): pdflatex FILE.tex (as all documents?) (pass 2): pdflatex FILE-frn.tex (this file is auto-generated!)

Re: help me with a layout module, please!

2009-04-06 Thread rgheck
Vito De Tullio wrote: I don't know how clean this solution is, but I think I find a way... http://github.com/ZeeD/frontespizio basically I use the OutputType directive (no documentation about, I just found this in some .layout files) to tell lyx that I'm *not* gonna create a simple .tex file...

Re: help me with a layout module, please!

2009-04-06 Thread Guenter Milde
On 2009-04-06, rgheck wrote: Vito De Tullio wrote: 1) Can I use a custom OutputType? LyX tells me: No. The allowed types are hardcoded. However, the OutputType literate has been hijacked to work with sweave (see the wiki and archives for details). However, I would like to see this

Re: help me with a layout module, please!

2009-04-06 Thread Vito De Tullio
rgheck wrote: then I tell lyx that, to generate the pdf, I must run the 3 passes... but This is documented in the Customization manual. could you please be a little more specific? I read the entire manual, but I cannot find a section where it's exposed how to force certain passes. At the best

Re: help me with a layout module, please!

2009-04-06 Thread Jean-Marc Lasgouttes
Guenter Milde mi...@users.berlios.de writes: However, I would like to see this restriction on OutputType lifted, so that LyX can be told to generate latex + specials output for a pre-processor like: I have a plan for creating a new OutputFormat format tag that would allow to determine the

Re: help me with a layout module, please!

2009-04-06 Thread Richard Heck
Vito De Tullio wrote: rgheck wrote: then I tell lyx that, to generate the pdf, I must run the 3 passes... but This is documented in the Customization manual. could you please be a little more specific? What I meant was that the OutputType tag is there. Just search for

Re: help me with a layout module, please!

2009-04-06 Thread Guenter Milde
On 2009-04-05, Vito De Tullio wrote: Vito De Tullio wrote: I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. mmm I think this is resolved, using: ClassOptions Other titlepage End 2) tell lyx that, to generate the pdf (via

Re: help me with a layout module, please!

2009-04-06 Thread Vito De Tullio
Guenter Milde wrote: 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 passes (pass 0): generate the FILE.tex from FILE.lyx (as all documents, I think) (pass 1): pdflatex FILE.tex (as all documents?) (pass 2): pdflatex FILE-frn.tex (this file is auto-generated!)

Re: help me with a layout module, please!

2009-04-06 Thread rgheck
Vito De Tullio wrote: I don't know how clean this solution is, but I think I find a way... http://github.com/ZeeD/frontespizio basically I use the OutputType directive (no documentation about, I just found this in some .layout files) to tell lyx that I'm *not* gonna create a simple .tex file...

Re: help me with a layout module, please!

2009-04-06 Thread Guenter Milde
On 2009-04-06, rgheck wrote: Vito De Tullio wrote: 1) Can I use a custom OutputType? LyX tells me: No. The allowed types are hardcoded. However, the OutputType literate has been hijacked to work with sweave (see the wiki and archives for details). However, I would like to see this

Re: help me with a layout module, please!

2009-04-06 Thread Vito De Tullio
rgheck wrote: then I tell lyx that, to generate the pdf, I must run the 3 passes... but This is documented in the Customization manual. could you please be a little more specific? I read the entire manual, but I cannot find a section where it's exposed how to force certain passes. At the best

Re: help me with a layout module, please!

2009-04-06 Thread Jean-Marc Lasgouttes
Guenter Milde mi...@users.berlios.de writes: However, I would like to see this restriction on OutputType lifted, so that LyX can be told to generate latex + specials output for a pre-processor like: I have a plan for creating a new OutputFormat format tag that would allow to determine the

Re: help me with a layout module, please!

2009-04-06 Thread Richard Heck
Vito De Tullio wrote: rgheck wrote: then I tell lyx that, to generate the pdf, I must run the 3 passes... but This is documented in the Customization manual. could you please be a little more specific? What I meant was that the OutputType tag is there. Just search for

Re: help me with a layout module, please!

2009-04-06 Thread Guenter Milde
On 2009-04-05, Vito De Tullio wrote: > Vito De Tullio wrote: >> I need to know if (and how!) is possible to: >> 1) force the documentclass (book, article) to use the titlepage ambient. > mmm > I think this is resolved, using: ClassOptions Other titlepage End >> 2) tell lyx that, to generate the

Re: help me with a layout module, please!

2009-04-06 Thread Vito De Tullio
Guenter Milde wrote: >>> 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 >>> passes >>>(pass 0): generate the FILE.tex from FILE.lyx (as all documents, I >>>think) >>>(pass 1): pdflatex FILE.tex (as all documents?) >>>(pass 2): pdflatex FILE-frn.tex (this file

Re: help me with a layout module, please!

2009-04-06 Thread rgheck
Vito De Tullio wrote: I don't know how "clean" this solution is, but I think I find a way... http://github.com/ZeeD/frontespizio basically I use the "OutputType" directive (no documentation about, I just found this in some .layout files) to tell lyx that I'm *not* gonna create a simple .tex

Re: help me with a layout module, please!

2009-04-06 Thread Guenter Milde
On 2009-04-06, rgheck wrote: > Vito De Tullio wrote: >> 1) Can I use a custom OutputType? LyX tells me: > No. The allowed types are hardcoded. However, the OutputType literate has been "hijacked" to work with sweave (see the wiki and archives for details). However, I would like to see this

Re: help me with a layout module, please!

2009-04-06 Thread Vito De Tullio
rgheck wrote: >> then I tell lyx that, to generate the pdf, I must run the 3 passes... but > This is documented in the Customization manual. could you please be a little more specific? I read the entire manual, but I cannot find a section where it's exposed how to force certain passes. At the

Re: help me with a layout module, please!

2009-04-06 Thread Jean-Marc Lasgouttes
Guenter Milde writes: > However, I would like to see this restriction on OutputType lifted, so > that LyX can be told to generate "latex + specials" output for a > pre-processor like: I have a plan for creating a new OutputFormat "format" tag that would allow to

Re: help me with a layout module, please!

2009-04-06 Thread Richard Heck
Vito De Tullio wrote: rgheck wrote: then I tell lyx that, to generate the pdf, I must run the 3 passes... but This is documented in the Customization manual. could you please be a little more specific? What I meant was that the OutputType tag is there. Just "search" for

help me with a layout module, please!

2009-04-05 Thread Vito De Tullio
I'm making a small layout module around the package frontespizio (http://www.ctan.org/tex-archive/macros/latex/contrib/frontespizio/), but I'm a novice, and I need help. I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. 2) tell

Re: help me with a layout module, please!

2009-04-05 Thread Vito De Tullio
Vito De Tullio wrote: I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. mmm I think this is resolved, using: ClassOptions Other titlepage End 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 passes

help me with a layout module, please!

2009-04-05 Thread Vito De Tullio
I'm making a small layout module around the package frontespizio (http://www.ctan.org/tex-archive/macros/latex/contrib/frontespizio/), but I'm a novice, and I need help. I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. 2) tell

Re: help me with a layout module, please!

2009-04-05 Thread Vito De Tullio
Vito De Tullio wrote: I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. mmm I think this is resolved, using: ClassOptions Other titlepage End 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 passes

help me with a layout module, please!

2009-04-05 Thread Vito De Tullio
I'm making a small layout module around the package "frontespizio" (http://www.ctan.org/tex-archive/macros/latex/contrib/frontespizio/), but I'm a novice, and I need help. I need to know if (and how!) is possible to: 1) force the documentclass (book, article) to use the titlepage ambient. 2) tell

Re: help me with a layout module, please!

2009-04-05 Thread Vito De Tullio
Vito De Tullio wrote: > I need to know if (and how!) is possible to: > 1) force the documentclass (book, article) to use the titlepage ambient. mmm I think this is resolved, using: ClassOptions Other titlepage End > 2) tell lyx that, to generate the pdf (via pdflatex), it must do 3 passes >