LyX2LaTeX-export from the command line

2001-10-04 Thread stephan . schlierf

Hello everybody,

does anybody know whether it is possible to run LyX from the command line
in order to convert LyX-files into LaTeX-files ?
I thought of something like lyx --export LaTeX file.lyx file.tex.

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




LyX2LaTeX-export from the command line

2001-10-04 Thread stephan . schlierf

Hello everybody,

does anybody know whether it is possible to run LyX from the command line
in order to convert LyX-files into LaTeX-files ?
I thought of something like lyx --export LaTeX file.lyx file.tex.

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




LyX2LaTeX-export from the command line

2001-10-04 Thread stephan . schlierf

Hello everybody,

does anybody know whether it is possible to run LyX from the command line
in order to convert LyX-files into LaTeX-files ?
I thought of something like "lyx --export LaTeX file.lyx file.tex".

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




Creating an URL

2001-09-26 Thread stephan . schlierf

Hi there,

what I want to do is to create a link from one file to another one.
I use document class book(koma-script) and included package url by putting
\usepackage{url} into the preamble.
I already tried the following:
- Insert - URL
- wrote \url[linkname{file.html} in plain LaTeX.
Then I tried to export the file by running Export - HTML.
Both failed that means what I see in the HTML-file is not a link but the
plain text linkname file.html
For conversion I use latex2html with the switches - no_subdir -split 0
-show_section_numbers

Can anybody tell me what to do to create an URL when using document class
book (I really would like to avoid document class LinuxDoc) ?

TIA
Stephan
NB: LyX 1.1.6fix3 on a SuSE Linux 7.0
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




Re: Creating an URL

2001-09-26 Thread stephan . schlierf


Hi Guenter,

hm, you are right and not: my plans were modified so that I create one
HTML-file for each window (concerning the online-help).
Therefore I need to have references from one file to another (like see
also: ...)
The problem I have is that I don´t know how to create a valid HTML-link
(something like url[linkname]{filename.html}
The reported ways I tried (using Insert - URL or putting plain TaTeX code
\url[linkname]{filename.html} in the text) didn´t show the effect I want
to have.
If I use document class book(koma-script) the only thing I see is linkname
filename.html written in plain text and not as a hyperlink in the
resulting html-file.
Any more hints?

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Guenter Milde  
 
[EMAIL PROTECTED]To: [EMAIL PROTECTED], 
[EMAIL PROTECTED]  
resden.de  cc:
 
Subject: Re: Creating an URL   
 
09/26/01 02:14 PM  
 
Please respond to  
 
lyx-users  
 
   
 
   
 




On Wed, 26 Sep 2001 13:03:38 +0200 wrote [EMAIL PROTECTED]:

 Hi there,

 what I want to do is to create a link from one file to another one.
 I use document class book(koma-script) and included package url by
putting
 \usepackage{url} into the preamble.
 I already tried the following:
 - Insert - URL
 - wrote \url[linkname{file.html} in plain LaTeX.
 Then I tried to export the file by running Export - HTML.
 Both failed that means what I see in the HTML-file is not a link but the
 plain text linkname file.html
 For conversion I use latex2html with the switches - no_subdir -split 0
 -show_section_numbers

 Can anybody tell me what to do to create an URL when using document class
 book (I really would like to avoid document class LinuxDoc) ?

If I remember right, you had the chapters in individual files but all the
files to link belong to the same book.

Furthermore, if I remember right, latex2html does (can do) a splitting of
several chapters to several html-files. (Look at the latex2html
documentation/customization.)

So you can try to have all the stuff in one file (or master file) and link
as usual (mark and reference).

(Not tested ;-()

Guenter

--
[EMAIL PROTECTED]








Re: Creating an URL

2001-09-26 Thread stephan . schlierf


Hi Herbert,
thank you very much This was the tip I was looking for!
Best regards
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: [EMAIL PROTECTED] 
  
 cc: [EMAIL PROTECTED]   
  
 Subject: Re: Creating an URL  
  
09/26/01   
  
10:02 PM   
  
   
  
   
  




[EMAIL PROTECTED] wrote:
 what I want to do is to create a link from one file to another one.
 I use document class book(koma-script) and included package url by
putting
 \usepackage{url} into the preamble.
 I already tried the following:
 - Insert - URL
 - wrote \url[linkname{file.html} in plain LaTeX.
 Then I tried to export the file by running Export - HTML.
 Both failed that means what I see in the HTML-file is not a link but the
 plain text linkname file.html
 For conversion I use latex2html with the switches - no_subdir -split 0
 -show_section_numbers

 Can anybody tell me what to do to create an URL when using document class
 book (I really would like to avoid document class LinuxDoc) ?

\usepackage{html}

and in text in tex(red)

\htmladdnormallink{the text for the link}{the url for the link}

for example:
\htmladdnormallink{LaTeX Description}{file:///home/voss/brief.html}

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/










Creating an URL

2001-09-26 Thread stephan . schlierf

Hi there,

what I want to do is to create a link from one file to another one.
I use document class book(koma-script) and included package url by putting
\usepackage{url} into the preamble.
I already tried the following:
- Insert - URL
- wrote \url[linkname{file.html} in plain LaTeX.
Then I tried to export the file by running Export - HTML.
Both failed that means what I see in the HTML-file is not a link but the
plain text linkname file.html
For conversion I use latex2html with the switches - no_subdir -split 0
-show_section_numbers

Can anybody tell me what to do to create an URL when using document class
book (I really would like to avoid document class LinuxDoc) ?

TIA
Stephan
NB: LyX 1.1.6fix3 on a SuSE Linux 7.0
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




Re: Creating an URL

2001-09-26 Thread stephan . schlierf


Hi Guenter,

hm, you are right and not: my plans were modified so that I create one
HTML-file for each window (concerning the online-help).
Therefore I need to have references from one file to another (like see
also: ...)
The problem I have is that I don´t know how to create a valid HTML-link
(something like url[linkname]{filename.html}
The reported ways I tried (using Insert - URL or putting plain TaTeX code
\url[linkname]{filename.html} in the text) didn´t show the effect I want
to have.
If I use document class book(koma-script) the only thing I see is linkname
filename.html written in plain text and not as a hyperlink in the
resulting html-file.
Any more hints?

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Guenter Milde  
 
[EMAIL PROTECTED]To: [EMAIL PROTECTED], 
[EMAIL PROTECTED]  
resden.de  cc:
 
Subject: Re: Creating an URL   
 
09/26/01 02:14 PM  
 
Please respond to  
 
lyx-users  
 
   
 
   
 




On Wed, 26 Sep 2001 13:03:38 +0200 wrote [EMAIL PROTECTED]:

 Hi there,

 what I want to do is to create a link from one file to another one.
 I use document class book(koma-script) and included package url by
putting
 \usepackage{url} into the preamble.
 I already tried the following:
 - Insert - URL
 - wrote \url[linkname{file.html} in plain LaTeX.
 Then I tried to export the file by running Export - HTML.
 Both failed that means what I see in the HTML-file is not a link but the
 plain text linkname file.html
 For conversion I use latex2html with the switches - no_subdir -split 0
 -show_section_numbers

 Can anybody tell me what to do to create an URL when using document class
 book (I really would like to avoid document class LinuxDoc) ?

If I remember right, you had the chapters in individual files but all the
files to link belong to the same book.

Furthermore, if I remember right, latex2html does (can do) a splitting of
several chapters to several html-files. (Look at the latex2html
documentation/customization.)

So you can try to have all the stuff in one file (or master file) and link
as usual (mark and reference).

(Not tested ;-()

Guenter

--
[EMAIL PROTECTED]








Re: Creating an URL

2001-09-26 Thread stephan . schlierf


Hi Herbert,
thank you very much This was the tip I was looking for!
Best regards
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: [EMAIL PROTECTED] 
  
 cc: [EMAIL PROTECTED]   
  
 Subject: Re: Creating an URL  
  
09/26/01   
  
10:02 PM   
  
   
  
   
  




[EMAIL PROTECTED] wrote:
 what I want to do is to create a link from one file to another one.
 I use document class book(koma-script) and included package url by
putting
 \usepackage{url} into the preamble.
 I already tried the following:
 - Insert - URL
 - wrote \url[linkname{file.html} in plain LaTeX.
 Then I tried to export the file by running Export - HTML.
 Both failed that means what I see in the HTML-file is not a link but the
 plain text linkname file.html
 For conversion I use latex2html with the switches - no_subdir -split 0
 -show_section_numbers

 Can anybody tell me what to do to create an URL when using document class
 book (I really would like to avoid document class LinuxDoc) ?

\usepackage{html}

and in text in tex(red)

\htmladdnormallink{the text for the link}{the url for the link}

for example:
\htmladdnormallink{LaTeX Description}{file:///home/voss/brief.html}

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/










Creating an URL

2001-09-26 Thread stephan . schlierf

Hi there,

what I want to do is to create a link from one file to another one.
I use document class book(koma-script) and included package url by putting
\usepackage{url} into the preamble.
I already tried the following:
- Insert -> URL
- wrote \url[linkname{file.html} in plain LaTeX.
Then I tried to export the file by running Export -> HTML.
Both failed that means what I see in the HTML-file is not a link but the
plain text "linkname file.html"
For conversion I use latex2html with the switches "- no_subdir -split 0
-show_section_numbers"

Can anybody tell me what to do to create an URL when using document class
book (I really would like to avoid document class LinuxDoc) ?

TIA
Stephan
NB: LyX 1.1.6fix3 on a SuSE Linux 7.0
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de




Re: Creating an URL

2001-09-26 Thread stephan . schlierf


Hi Guenter,

hm, you are right and not: my plans were modified so that I create one
HTML-file for each window (concerning the online-help).
Therefore I need to have references from one file to another (like "see
also: ...")
The problem I have is that I don´t know how to create a valid HTML-link
(something like url[linkname]{filename.html}
The reported ways I tried (using Insert -> URL or putting plain TaTeX code
"\url[linkname]{filename.html}" in the text) didn´t show the effect I want
to have.
If I use document class book(koma-script) the only thing I see is "linkname
filename.html" written in plain text and not as a hyperlink in the
resulting html-file.
Any more hints?

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Guenter Milde  
 
<[EMAIL PROTECTED]To: [EMAIL PROTECTED], 
[EMAIL PROTECTED]  
resden.de>  cc:
 
Subject: Re: Creating an URL   
 
09/26/01 02:14 PM  
 
Please respond to  
 
lyx-users  
 
   
 
   
 




On Wed, 26 Sep 2001 13:03:38 +0200 wrote [EMAIL PROTECTED]:

> Hi there,
>
> what I want to do is to create a link from one file to another one.
> I use document class book(koma-script) and included package url by
putting
> \usepackage{url} into the preamble.
> I already tried the following:
> - Insert -> URL
> - wrote \url[linkname{file.html} in plain LaTeX.
> Then I tried to export the file by running Export -> HTML.
> Both failed that means what I see in the HTML-file is not a link but the
> plain text "linkname file.html"
> For conversion I use latex2html with the switches "- no_subdir -split 0
> -show_section_numbers"
>
> Can anybody tell me what to do to create an URL when using document class
> book (I really would like to avoid document class LinuxDoc) ?

If I remember right, you had the chapters in individual files but all the
"files to link" belong to the same book.

Furthermore, if I remember right, latex2html does (can do) a splitting of
several chapters to several html-files. (Look at the latex2html
documentation/customization.)

So you can try to have all the stuff in one file (or master file) and link
as usual (mark and reference).

(Not tested ;-()

Guenter

--
[EMAIL PROTECTED]








Re: Creating an URL

2001-09-26 Thread stephan . schlierf


Hi Herbert,
thank you very much This was the tip I was looking for!
Best regards
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: [EMAIL PROTECTED] 
  
 cc: [EMAIL PROTECTED]   
  
 Subject: Re: Creating an URL  
  
09/26/01   
  
10:02 PM   
  
   
  
   
  




[EMAIL PROTECTED] wrote:
> what I want to do is to create a link from one file to another one.
> I use document class book(koma-script) and included package url by
putting
> \usepackage{url} into the preamble.
> I already tried the following:
> - Insert -> URL
> - wrote \url[linkname{file.html} in plain LaTeX.
> Then I tried to export the file by running Export -> HTML.
> Both failed that means what I see in the HTML-file is not a link but the
> plain text "linkname file.html"
> For conversion I use latex2html with the switches "- no_subdir -split 0
> -show_section_numbers"
>
> Can anybody tell me what to do to create an URL when using document class
> book (I really would like to avoid document class LinuxDoc) ?

\usepackage{html}

and in text in tex(red)

\htmladdnormallink{the text for the link}{the url for the link}

for example:
\htmladdnormallink{LaTeX Description}{file:///home/voss/brief.html}

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/










Re: Working with multiple documents in multiple export formats

2001-09-25 Thread stephan . schlierf


Hi Herbert,

problem one (master document only shows the first included document)
disappeared because I upgraded to LyX 1.1.6fix3.
Problem two - creating a link that is valid for both - pdf and html - still
remains because I don´t know how to
- use pdftex
- define my links (labels as well as pages)
May I ask you one more time for a helping hand ?

Thanks a lot
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: Stephan E. Schlierf 
[EMAIL PROTECTED]   
 cc: LyX-Mailingliste 
[EMAIL PROTECTED]  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/20/01   
  
08:09 PM   
  
   
  
   
  




Stephan E. Schlierf wrote:

 First (and uncomplete) testing shows the following results:
 I created one master-LyX-file and included two other LyX-files. A preview
 (pdf or dvi) shows the master document but only one (the first) of the

can you send example-files?

 included documents. Second problem is: How can I create a link that is
valid
 for both - pdf and html ?

this works, when you use pdftex, otherwise work with a boolean
variable and set it to true for pdf and false for html

\newif \ifpdf
\ifx \pdfoutput \undefined
\pdffalse
\else
\pdftrue
\fi
\usepackage{html}
\let\myUrl\url
\renewcommand\url[1]{%
   \ifpdf
 \myUrl{#1}
   \else
 \htmlink{#1}
\fi


maybe that the \htmllink command has another name, look at
package.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/







Re: Working with multiple documents in multiple export formats

2001-09-25 Thread stephan . schlierf


Links should be possible as follows:
- links inside a single document (refs and page refs)
- links between two documents (refs and page refs)
I need the latter because the basic approach to generate my manual is to
work with separate LyX-files all coming together in one master-file.
For conversion latex-html I used to use latex2html but latex2html seems to
get into trouble when defining a preamble like \usepackage[ps2pdf
...]{hyperref}

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Dekel Tsur 
  
dekelts@tau.To: [EMAIL PROTECTED], LyX 
users [EMAIL PROTECTED]  
ac.il   cc:   
  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/25/01   
  
09:36 PM   
  
Please 
  
respond to 
  
Dekel Tsur 
  
   
  
   
  




On Tue, Sep 25, 2001 at 04:13:48PM +0200, [EMAIL PROTECTED]
wrote:
 Problem two - creating a link that is valid for both - pdf and html -
still
 remains because I don´t know how to
 - use pdftex
 - define my links (labels as well as pages)
 May I ask you one more time for a helping hand ?

It depends what do you mean by link?
Is it a link inside the document ? (e.g. a link to section 3)
or is it a link to a web page ?
In case of the latter, do you want to have the text of the link to be equal
to the URL (e.g. a href=http://www.lyx.org;http://www.lyx.org/a )
or not (e.g. a href=http://www.lyx.org;The LyX homepage/a )

Finally, which program do you use for latex-html conversion ?







Re: Working with multiple documents in multiple export formats

2001-09-25 Thread stephan . schlierf


Hi Herbert,

problem one (master document only shows the first included document)
disappeared because I upgraded to LyX 1.1.6fix3.
Problem two - creating a link that is valid for both - pdf and html - still
remains because I don´t know how to
- use pdftex
- define my links (labels as well as pages)
May I ask you one more time for a helping hand ?

Thanks a lot
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: Stephan E. Schlierf 
[EMAIL PROTECTED]   
 cc: LyX-Mailingliste 
[EMAIL PROTECTED]  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/20/01   
  
08:09 PM   
  
   
  
   
  




Stephan E. Schlierf wrote:

 First (and uncomplete) testing shows the following results:
 I created one master-LyX-file and included two other LyX-files. A preview
 (pdf or dvi) shows the master document but only one (the first) of the

can you send example-files?

 included documents. Second problem is: How can I create a link that is
valid
 for both - pdf and html ?

this works, when you use pdftex, otherwise work with a boolean
variable and set it to true for pdf and false for html

\newif \ifpdf
\ifx \pdfoutput \undefined
\pdffalse
\else
\pdftrue
\fi
\usepackage{html}
\let\myUrl\url
\renewcommand\url[1]{%
   \ifpdf
 \myUrl{#1}
   \else
 \htmlink{#1}
\fi


maybe that the \htmllink command has another name, look at
package.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/







Re: Working with multiple documents in multiple export formats

2001-09-25 Thread stephan . schlierf


Links should be possible as follows:
- links inside a single document (refs and page refs)
- links between two documents (refs and page refs)
I need the latter because the basic approach to generate my manual is to
work with separate LyX-files all coming together in one master-file.
For conversion latex-html I used to use latex2html but latex2html seems to
get into trouble when defining a preamble like \usepackage[ps2pdf
...]{hyperref}

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Dekel Tsur 
  
dekelts@tau.To: [EMAIL PROTECTED], LyX 
users [EMAIL PROTECTED]  
ac.il   cc:   
  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/25/01   
  
09:36 PM   
  
Please 
  
respond to 
  
Dekel Tsur 
  
   
  
   
  




On Tue, Sep 25, 2001 at 04:13:48PM +0200, [EMAIL PROTECTED]
wrote:
 Problem two - creating a link that is valid for both - pdf and html -
still
 remains because I don´t know how to
 - use pdftex
 - define my links (labels as well as pages)
 May I ask you one more time for a helping hand ?

It depends what do you mean by link?
Is it a link inside the document ? (e.g. a link to section 3)
or is it a link to a web page ?
In case of the latter, do you want to have the text of the link to be equal
to the URL (e.g. a href=http://www.lyx.org;http://www.lyx.org/a )
or not (e.g. a href=http://www.lyx.org;The LyX homepage/a )

Finally, which program do you use for latex-html conversion ?







Re: Working with multiple documents in multiple export formats

2001-09-25 Thread stephan . schlierf


Hi Herbert,

problem one (master document only shows the first included document)
disappeared because I upgraded to LyX 1.1.6fix3.
Problem two - creating a link that is valid for both - pdf and html - still
remains because I don´t know how to
- use pdftex
- define my links (labels as well as pages)
May I ask you one more time for a helping hand ?

Thanks a lot
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: "Stephan E. Schlierf" 
<[EMAIL PROTECTED]>   
 cc: LyX-Mailingliste 
<[EMAIL PROTECTED]>  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/20/01   
  
08:09 PM   
  
   
  
   
  




"Stephan E. Schlierf" wrote:
>
> First (and uncomplete) testing shows the following results:
> I created one master-LyX-file and included two other LyX-files. A preview
> (pdf or dvi) shows the master document but only one (the first) of the

can you send example-files?

> included documents. Second problem is: How can I create a link that is
valid
> for both - pdf and html ?

this works, when you use pdftex, otherwise work with a boolean
variable and set it to true for pdf and false for html

\newif \ifpdf
\ifx \pdfoutput \undefined
\pdffalse
\else
\pdftrue
\fi
\usepackage{html}
\let\myUrl\url
\renewcommand\url[1]{%
   \ifpdf
 \myUrl{#1}
   \else
 \htmlink{#1}
\fi


maybe that the \htmllink command has another name, look at
package.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/







Re: Working with multiple documents in multiple export formats

2001-09-25 Thread stephan . schlierf


Links should be possible as follows:
- links inside a single document (refs and page refs)
- links between two documents (refs and page refs)
I need the latter because the basic approach to generate my manual is to
work with separate LyX-files all coming together in one "master"-file.
For conversion latex->html I used to use latex2html but latex2html seems to
get into trouble when defining a preamble like \usepackage[ps2pdf
...]{hyperref}

TIA
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Dekel Tsur 
  
  
ac.il>   cc:   
  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/25/01   
  
09:36 PM   
  
Please 
  
respond to 
  
Dekel Tsur 
  
   
  
   
  




On Tue, Sep 25, 2001 at 04:13:48PM +0200, [EMAIL PROTECTED]
wrote:
> Problem two - creating a link that is valid for both - pdf and html -
still
> remains because I don´t know how to
> - use pdftex
> - define my links (labels as well as pages)
> May I ask you one more time for a helping hand ?

It depends what do you mean by link?
Is it a link inside the document ? (e.g. a link to section 3)
or is it a link to a web page ?
In case of the latter, do you want to have the text of the link to be equal
to the URL (e.g. http://www.lyx.org;>http://www.lyx.org )
or not (e.g. http://www.lyx.org;>The LyX homepage )

Finally, which program do you use for latex->html conversion ?







Re: Working with multiple documents in multiple export formats

2001-09-21 Thread stephan . schlierf


Here come the example files...

Just one more question: to use pdftex means to use it in the preample
like \usepackage{pdftex}?

Thank you very much for your help!

Stephan
(See attached file: example.tgz)
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: Stephan E. Schlierf 
[EMAIL PROTECTED]   
 cc: LyX-Mailingliste 
[EMAIL PROTECTED]  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/20/01   
  
08:09 PM   
  
   
  
   
  




Stephan E. Schlierf wrote:

 First (and uncomplete) testing shows the following results:
 I created one master-LyX-file and included two other LyX-files. A preview
 (pdf or dvi) shows the master document but only one (the first) of the

can you send example-files?

 included documents. Second problem is: How can I create a link that is
valid
 for both - pdf and html ?

this works, when you use pdftex, otherwise work with a boolean
variable and set it to true for pdf and false for html

\newif \ifpdf
\ifx \pdfoutput \undefined
\pdffalse
\else
\pdftrue
\fi
\usepackage{html}
\let\myUrl\url
\renewcommand\url[1]{%
   \ifpdf
 \myUrl{#1}
   \else
 \htmlink{#1}
\fi


maybe that the \htmllink command has another name, look at
package.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/



 example.tgz


Re: Working with multiple documents in multiple export formats

2001-09-21 Thread stephan . schlierf


Here come the example files...

Just one more question: to use pdftex means to use it in the preample
like \usepackage{pdftex}?

Thank you very much for your help!

Stephan
(See attached file: example.tgz)
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: Stephan E. Schlierf 
[EMAIL PROTECTED]   
 cc: LyX-Mailingliste 
[EMAIL PROTECTED]  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/20/01   
  
08:09 PM   
  
   
  
   
  




Stephan E. Schlierf wrote:

 First (and uncomplete) testing shows the following results:
 I created one master-LyX-file and included two other LyX-files. A preview
 (pdf or dvi) shows the master document but only one (the first) of the

can you send example-files?

 included documents. Second problem is: How can I create a link that is
valid
 for both - pdf and html ?

this works, when you use pdftex, otherwise work with a boolean
variable and set it to true for pdf and false for html

\newif \ifpdf
\ifx \pdfoutput \undefined
\pdffalse
\else
\pdftrue
\fi
\usepackage{html}
\let\myUrl\url
\renewcommand\url[1]{%
   \ifpdf
 \myUrl{#1}
   \else
 \htmlink{#1}
\fi


maybe that the \htmllink command has another name, look at
package.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/



 example.tgz


Re: Working with multiple documents in multiple export formats

2001-09-21 Thread stephan . schlierf


Here come the example files...

Just one more question: "to use pdftex" means to use it in the preample
like \usepackage{pdftex}?

Thank you very much for your help!

Stephan
(See attached file: example.tgz)
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
Sent by: vossTo: "Stephan E. Schlierf" 
<[EMAIL PROTECTED]>   
 cc: LyX-Mailingliste 
<[EMAIL PROTECTED]>  
 Subject: Re: Working with multiple 
documents in multiple export formats 
09/20/01   
  
08:09 PM   
  
   
  
   
  




"Stephan E. Schlierf" wrote:
>
> First (and uncomplete) testing shows the following results:
> I created one master-LyX-file and included two other LyX-files. A preview
> (pdf or dvi) shows the master document but only one (the first) of the

can you send example-files?

> included documents. Second problem is: How can I create a link that is
valid
> for both - pdf and html ?

this works, when you use pdftex, otherwise work with a boolean
variable and set it to true for pdf and false for html

\newif \ifpdf
\ifx \pdfoutput \undefined
\pdffalse
\else
\pdftrue
\fi
\usepackage{html}
\let\myUrl\url
\renewcommand\url[1]{%
   \ifpdf
 \myUrl{#1}
   \else
 \htmlink{#1}
\fi


maybe that the \htmllink command has another name, look at
package.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/



 example.tgz


Re: prosper class question

2001-06-06 Thread stephan . schlierf


Did you ever try to use another symbol for Itemize ?
Using LyX 1.1.6fix2 it´s Layout - Document - [Last tab page]

cu
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Myriam 
 
Abramson To: Dekel Tsur [EMAIL PROTECTED]
 
mabramso@osfcc: [EMAIL PROTECTED]   
 
1.gmu.edu   Subject: prosper class question   
 
Sent by:   
 
[EMAIL PROTECTED]  
 
weet.home  
 
   
 
   
 
06/06/01   
 
03:31 AM   
 
   
 
   
 





Hi!

I have some problems with Itemize. I get the error:

cannot determine size of graphic of red-bullet-on-white

I don't have an error with Enumerate.

Any ideas?

--
   myriam


As seen in a coffee shop in Monterey, CA,
George W. Bush's counter:

1325 days left till he's gone








Re: prosper class question

2001-06-06 Thread stephan . schlierf


Did you ever try to use another symbol for Itemize ?
Using LyX 1.1.6fix2 it´s Layout - Document - [Last tab page]

cu
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Myriam 
 
Abramson To: Dekel Tsur [EMAIL PROTECTED]
 
mabramso@osfcc: [EMAIL PROTECTED]   
 
1.gmu.edu   Subject: prosper class question   
 
Sent by:   
 
[EMAIL PROTECTED]  
 
weet.home  
 
   
 
   
 
06/06/01   
 
03:31 AM   
 
   
 
   
 





Hi!

I have some problems with Itemize. I get the error:

cannot determine size of graphic of red-bullet-on-white

I don't have an error with Enumerate.

Any ideas?

--
   myriam


As seen in a coffee shop in Monterey, CA,
George W. Bush's counter:

1325 days left till he's gone








Re: prosper class question

2001-06-06 Thread stephan . schlierf


Did you ever try to use another symbol for Itemize ?
Using LyX 1.1.6fix2 it´s Layout -> Document -> [Last tab page]

cu
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Myriam 
 
Abramson To: Dekel Tsur <[EMAIL PROTECTED]>
 
   Subject: prosper class question   
 
Sent by:   
 
[EMAIL PROTECTED]  
 
weet.home  
 
   
 
   
 
06/06/01   
 
03:31 AM   
 
   
 
   
 





Hi!

I have some problems with Itemize. I get the error:

"cannot determine size of graphic of red-bullet-on-white"

I don't have an error with Enumerate.

Any ideas?

--
   myriam


As seen in a coffee shop in Monterey, CA,
George W. Bush's counter:

1325 days left till he's gone








Re: dvi2pdf

2001-06-01 Thread stephan . schlierf


Yes, they are called dvipdf (converts dvi to pdf) and dvips (converts dvi
to ps)

cu

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
EagleIce   
 
eagleice@telTo: LyX user list 
[EMAIL PROTECTED]  
ia.com  cc:   
 
 Subject: dvi2pdf  
 
06/01/01   
 
01:22 PM   
 
   
 
   
 




Hello all!

Is there such a thing as dvi2pdf (or dvi2ps) program?

Cheers,
ei


--
@~~~ EagleIce  [EMAIL PROTECTED] ~~~@
@ Running SuSE Linux 7.1 at home @
@ Caldera OL eDesktop 2.4 at work ~~~@













Re: Graphics in pdflatex

2001-06-01 Thread stephan . schlierf


Maybe it's not exactly what you want to know but ...



   
 
Robin  
 
robin@bilkenTo: [EMAIL PROTECTED]   
 
t.edu.trcc:   
 
Sent by: Subject: Graphics in pdflatex 
 
robin@bilkent  
 
.edu.tr
 
   
 
   
 
06/01/01   
 
12:23 PM   
 
   
 
   
 




 as the fonts in a normal PDF export come out rather wobbly on the screen.

... did you try another font (Layout - Document - Font) like default or
times to export directly to pdf ?
Which version of Ghostscript do you use (my recommendation: = 5.5 and =
6.5)

cu

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de








Re: dvi2pdf

2001-06-01 Thread stephan . schlierf


Yes, they are called dvipdf (converts dvi to pdf) and dvips (converts dvi
to ps)

cu

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
EagleIce   
 
eagleice@telTo: LyX user list 
[EMAIL PROTECTED]  
ia.com  cc:   
 
 Subject: dvi2pdf  
 
06/01/01   
 
01:22 PM   
 
   
 
   
 




Hello all!

Is there such a thing as dvi2pdf (or dvi2ps) program?

Cheers,
ei


--
@~~~ EagleIce  [EMAIL PROTECTED] ~~~@
@ Running SuSE Linux 7.1 at home @
@ Caldera OL eDesktop 2.4 at work ~~~@













Re: Graphics in pdflatex

2001-06-01 Thread stephan . schlierf


Maybe it's not exactly what you want to know but ...



   
 
Robin  
 
robin@bilkenTo: [EMAIL PROTECTED]   
 
t.edu.trcc:   
 
Sent by: Subject: Graphics in pdflatex 
 
robin@bilkent  
 
.edu.tr
 
   
 
   
 
06/01/01   
 
12:23 PM   
 
   
 
   
 




 as the fonts in a normal PDF export come out rather wobbly on the screen.

... did you try another font (Layout - Document - Font) like default or
times to export directly to pdf ?
Which version of Ghostscript do you use (my recommendation: = 5.5 and =
6.5)

cu

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de








Re: dvi2pdf

2001-06-01 Thread stephan . schlierf


Yes, they are called dvipdf (converts dvi to pdf) and dvips (converts dvi
to ps)

cu

Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
EagleIce   
 
  
ia.com>  cc:   
 
 Subject: dvi2pdf  
 
06/01/01   
 
01:22 PM   
 
   
 
   
 




Hello all!

Is there such a thing as dvi2pdf (or dvi2ps) program?

Cheers,
ei


--
@~~~ EagleIce  [EMAIL PROTECTED] ~~~@
@ Running SuSE Linux 7.1 at home @
@ Caldera OL eDesktop 2.4 at work ~~~@













Re: Graphics in pdflatex

2001-06-01 Thread stephan . schlierf


Maybe it's not exactly what you want to know but ...



   
 
Robin  
 
cc:   
 
Sent by: Subject: Graphics in pdflatex 
 
robin@bilkent  
 
.edu.tr
 
   
 
   
 
06/01/01   
 
12:23 PM   
 
   
 
   
 




> as the fonts in a normal PDF export come out rather wobbly on the screen.

... did you try another font (Layout -> Document -> Font) like "default" or
"times" to export directly to pdf ?
Which version of Ghostscript do you use (my recommendation: >= 5.5 and <=
6.5)

cu

Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de








Re: Re: thanks and pstopdf-question

2001-05-31 Thread stephan . schlierf


You shouldn´t put this
 \dvi_to_ps_command dvips -Ppdf
into .lyxrc
Below you find an extract from my ~/.lyx/preferences file
---snip---
#
# EXPORT SECTION 
#
\custom_export_command ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf

HTH
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Wolfgang  
 
Kilian  To: [EMAIL PROTECTED]
 
w-kilian@webcc: [EMAIL PROTECTED]   
 
.de Subject: Re: Re: thanks and 
pstopdf-question   
   
 
05/31/01   
 
10:39 AM   
 
   
 
   
 




Hello

 I noticed the same problem when printing gs6.x generated
 pdf files to
 postscript and non-postscript printers with acrobat reader  in Windows.
 The minus symbols were present on-screen though! No
 problems with
 printing to postscript printers under Linux.

Every system is different. Without the '-Ppdf' the minus symbols were not
present on-screen

 (Converters-Converters), with LyX  1.1.5fix1 this should
 be possible by defining
 \dvi_to_ps_command dvips -Ppdf

So is it simply putting this last line into /.lyx/lyxrc?

 With this change, other problems are introduced! For
 example,
 fi character sequences in normal text became a pound
 sterling sign 

 Conclusion: do not use gs_6.x for distributing LyX
 generated (through ps2pdf)  acrobat  documents

Yes I also got this ligature problem (fi, ff). But a friend of mine has
already found the solution.
In the 'config.pdf' file (in my system to be found in
'/var/lib/texmf/dvips/config/') there is the Letter 'G' which has to be
commented out. Then the ligatures come as they should and hopefully no
other problems arise.

Will see if this ps-pdf thing will become transparent some day.

Greetings
 Wolfgang



__

Sie surfen im Internet statt im Meer? Selbst schuld!
Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1








Re: Re: thanks and pstopdf-question

2001-05-31 Thread stephan . schlierf


You shouldn´t put this
 \dvi_to_ps_command dvips -Ppdf
into .lyxrc
Below you find an extract from my ~/.lyx/preferences file
---snip---
#
# EXPORT SECTION 
#
\custom_export_command ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf

HTH
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Wolfgang  
 
Kilian  To: [EMAIL PROTECTED]
 
w-kilian@webcc: [EMAIL PROTECTED]   
 
.de Subject: Re: Re: thanks and 
pstopdf-question   
   
 
05/31/01   
 
10:39 AM   
 
   
 
   
 




Hello

 I noticed the same problem when printing gs6.x generated
 pdf files to
 postscript and non-postscript printers with acrobat reader  in Windows.
 The minus symbols were present on-screen though! No
 problems with
 printing to postscript printers under Linux.

Every system is different. Without the '-Ppdf' the minus symbols were not
present on-screen

 (Converters-Converters), with LyX  1.1.5fix1 this should
 be possible by defining
 \dvi_to_ps_command dvips -Ppdf

So is it simply putting this last line into /.lyx/lyxrc?

 With this change, other problems are introduced! For
 example,
 fi character sequences in normal text became a pound
 sterling sign 

 Conclusion: do not use gs_6.x for distributing LyX
 generated (through ps2pdf)  acrobat  documents

Yes I also got this ligature problem (fi, ff). But a friend of mine has
already found the solution.
In the 'config.pdf' file (in my system to be found in
'/var/lib/texmf/dvips/config/') there is the Letter 'G' which has to be
commented out. Then the ligatures come as they should and hopefully no
other problems arise.

Will see if this ps-pdf thing will become transparent some day.

Greetings
 Wolfgang



__

Sie surfen im Internet statt im Meer? Selbst schuld!
Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1








Re: Re: thanks and pstopdf-question

2001-05-31 Thread stephan . schlierf


You shouldn´t put this
> \dvi_to_ps_command "dvips -Ppdf"
into .lyxrc
Below you find an extract from my ~/.lyx/preferences file
---snip---
#
# EXPORT SECTION 
#
\custom_export_command "ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf"

HTH
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
"Wolfgang  
 
Kilian"  To: [EMAIL PROTECTED]
 
 Subject: Re: Re: thanks and 
pstopdf-question   
   
 
05/31/01   
 
10:39 AM   
 
   
 
   
 




Hello

> I noticed the same problem when printing gs6.x generated
> pdf files to
> postscript and non-postscript printers with acrobat reader > in Windows.
> The minus symbols were present on-screen though! No
> problems with
> printing to postscript printers under Linux.

Every system is different. Without the '-Ppdf' the minus symbols were not
present on-screen

> (Converters->Converters), with LyX  1.1.5fix1 this should
> be possible by defining
> \dvi_to_ps_command "dvips -Ppdf"

So is it simply putting this last line into /.lyx/lyxrc?

> With this change, other problems are introduced! For
> example,
> fi character sequences in normal text became a pound
> sterling sign 
>
> Conclusion: do not use gs_6.x for distributing LyX
> generated (through ps2pdf)  acrobat  documents

Yes I also got this ligature problem (fi, ff). But a friend of mine has
already found the solution.
In the 'config.pdf' file (in my system to be found in
'/var/lib/texmf/dvips/config/') there is the Letter 'G' which has to be
commented out. Then the ligatures come as they should and hopefully no
other problems arise.

Will see if this ps->pdf thing will become transparent some day.

Greetings
 Wolfgang



__

Sie surfen im Internet statt im Meer? Selbst schuld!
Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1








Re: thanks and pstopdf-question

2001-05-30 Thread stephan . schlierf


Hi there,

the problem of getting a fine pdf-file out of LyX seems to be one of the
most discussed topics in this mailing lists (hint hint maybe it´s worth a
mini-HOWTO ?).
 To avoid people getting frustrated (as it happened to me every now and
then when playing around with ps and pdf-files and ugly fonts and/or ugly
figures ... :-) let me just give some hints you might want to keep in mind:

First of all, don´t use ghostscript  6.0 (buggy, doesn´t treat ps-figures
well)
Second, dont´t use ghostcript  5.50 (creates huge pdf-files)
As far as I have tested it, ghostcript 6.0 does a quite good job: it allows
you to use other fonts than the standard or pslatex ones; for example,
newcent works fine for me.
Export your LyX-file to postscript; after that, use ps2pdf your_ps_file.ps
your_pdf_file.pdf to convert the postscript file to a pdf file (this can
be replaced by configuring Edit - Preferences - tab page
Formatkonvertierung, sorry, I don´t know the english label for it, I use
the german localization)
If you want to have informations like author, Document title to be
appeared in Acrobat Reader´s File - Document info and if you want to use
links in your pdf file, put the following line into your LaTeX preamble
(Layout - LaTeX preamble)
\usepackage[ps2pdf, pdftitle={your favorite document title},pdfauthor={the
author},linkcolor=blue,linktocpage,colorlinks=true]{hyperref}
where linkcolor is the color in which links should be displayed,
linktocpage don´t use the whole toc-entry as a link but only the page
number (for more options have a look at the hyperref documentation)

HTH,

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   

Herbert Voss   

[EMAIL PROTECTED]To: Wolfgang Kilian 
[EMAIL PROTECTED]  
Berlin.DE  cc: [EMAIL PROTECTED]

Sent by:Subject: Re: thanks and 
pstopdf-question   
[EMAIL PROTECTED]   

   

   

05/29/01 09:49 PM  

   

   





Wolfgang Kilian wrote:

  Now I have the problem that I have to convert the document into several
pdf files (each chapter as a separate file). I've started with 'tex2pdf'
(latest version) but this brings a corrupt

first choose a break after 75 characters in your mail ...

every chapter starts at a new page, so you can
save them with ghostview in a ps-file (behind
view-ps).
than use ps2pdf your ps-file

in latex use layout-doxument-character font-pslatex.
than you don't need any usepackage in the preamble.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/








Re: thanks and pstopdf-question

2001-05-30 Thread stephan . schlierf


Uuups, sorry  :-)

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
[EMAIL PROTECTED]To: 
[EMAIL PROTECTED]
rlin.de  cc: 
[EMAIL PROTECTED]  
Sent by: Herbert Voss,, Subject: Re: thanks and 
pstopdf-question   
[EMAIL PROTECTED] 
  
berlin.de 
  
   
  
   
  
05/30/01 10:08 AM  
  
   
  
   
  





On Wed, 30 May 2001 [EMAIL PROTECTED] wrote:


 Hi there,

 the problem of getting a fine pdf-file out of LyX seems to be one of the
 most discussed topics in this mailing lists (hint hint maybe it´s worth a
 mini-HOWTO ?).

what about this site:
http://www.educat.hu-berlin.de/~voss/lyx/pdf.html#faq

Herbert








Re: thanks and pstopdf-question

2001-05-30 Thread stephan . schlierf


Hi there,

the problem of getting a fine pdf-file out of LyX seems to be one of the
most discussed topics in this mailing lists (hint hint maybe it´s worth a
mini-HOWTO ?).
 To avoid people getting frustrated (as it happened to me every now and
then when playing around with ps and pdf-files and ugly fonts and/or ugly
figures ... :-) let me just give some hints you might want to keep in mind:

First of all, don´t use ghostscript  6.0 (buggy, doesn´t treat ps-figures
well)
Second, dont´t use ghostcript  5.50 (creates huge pdf-files)
As far as I have tested it, ghostcript 6.0 does a quite good job: it allows
you to use other fonts than the standard or pslatex ones; for example,
newcent works fine for me.
Export your LyX-file to postscript; after that, use ps2pdf your_ps_file.ps
your_pdf_file.pdf to convert the postscript file to a pdf file (this can
be replaced by configuring Edit - Preferences - tab page
Formatkonvertierung, sorry, I don´t know the english label for it, I use
the german localization)
If you want to have informations like author, Document title to be
appeared in Acrobat Reader´s File - Document info and if you want to use
links in your pdf file, put the following line into your LaTeX preamble
(Layout - LaTeX preamble)
\usepackage[ps2pdf, pdftitle={your favorite document title},pdfauthor={the
author},linkcolor=blue,linktocpage,colorlinks=true]{hyperref}
where linkcolor is the color in which links should be displayed,
linktocpage don´t use the whole toc-entry as a link but only the page
number (for more options have a look at the hyperref documentation)

HTH,

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   

Herbert Voss   

[EMAIL PROTECTED]To: Wolfgang Kilian 
[EMAIL PROTECTED]  
Berlin.DE  cc: [EMAIL PROTECTED]

Sent by:Subject: Re: thanks and 
pstopdf-question   
[EMAIL PROTECTED]   

   

   

05/29/01 09:49 PM  

   

   





Wolfgang Kilian wrote:

  Now I have the problem that I have to convert the document into several
pdf files (each chapter as a separate file). I've started with 'tex2pdf'
(latest version) but this brings a corrupt

first choose a break after 75 characters in your mail ...

every chapter starts at a new page, so you can
save them with ghostview in a ps-file (behind
view-ps).
than use ps2pdf your ps-file

in latex use layout-doxument-character font-pslatex.
than you don't need any usepackage in the preamble.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/








Re: thanks and pstopdf-question

2001-05-30 Thread stephan . schlierf


Uuups, sorry  :-)

Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
[EMAIL PROTECTED]To: 
[EMAIL PROTECTED]
rlin.de  cc: 
[EMAIL PROTECTED]  
Sent by: Herbert Voss,, Subject: Re: thanks and 
pstopdf-question   
[EMAIL PROTECTED] 
  
berlin.de 
  
   
  
   
  
05/30/01 10:08 AM  
  
   
  
   
  





On Wed, 30 May 2001 [EMAIL PROTECTED] wrote:


 Hi there,

 the problem of getting a fine pdf-file out of LyX seems to be one of the
 most discussed topics in this mailing lists (hint hint maybe it´s worth a
 mini-HOWTO ?).

what about this site:
http://www.educat.hu-berlin.de/~voss/lyx/pdf.html#faq

Herbert








Re: thanks and pstopdf-question

2001-05-30 Thread stephan . schlierf


Hi there,

the problem of getting a fine pdf-file out of LyX seems to be one of the
most discussed topics in this mailing lists (hint hint maybe it´s worth a
mini-HOWTO ?).
 To avoid people getting frustrated (as it happened to me every now and
then when playing around with ps and pdf-files and ugly fonts and/or ugly
figures ... :-) let me just give some hints you might want to keep in mind:

First of all, don´t use ghostscript > 6.0 (buggy, doesn´t treat ps-figures
well)
Second, dont´t use ghostcript < 5.50 (creates huge pdf-files)
As far as I have tested it, ghostcript 6.0 does a quite good job: it allows
you to use other fonts than the standard or pslatex ones; for example,
"newcent" works fine for me.
Export your LyX-file to postscript; after that, use "ps2pdf your_ps_file.ps
your_pdf_file.pdf" to convert the postscript file to a pdf file (this can
be replaced by configuring Edit -> Preferences -> tab page
Formatkonvertierung, sorry, I don´t know the english label for it, I use
the german localization)
If you want to have informations like "author", "Document title" to be
appeared in Acrobat Reader´s File -> Document info and if you want to use
links in your pdf file, put the following line into your LaTeX preamble
(Layout -> LaTeX preamble)
\usepackage[ps2pdf, pdftitle={your favorite document title},pdfauthor={the
author},linkcolor=blue,linktocpage,colorlinks=true]{hyperref}
where linkcolor is the color in which links should be displayed,
linktocpage don´t use the whole toc-entry as a link but only the page
number (for more options have a look at the hyperref documentation)

HTH,

Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   

Herbert Voss   

<[EMAIL PROTECTED]To: Wolfgang Kilian 
<[EMAIL PROTECTED]>  
Berlin.DE>  cc: [EMAIL PROTECTED]

Sent by:Subject: Re: thanks and 
pstopdf-question   
[EMAIL PROTECTED]   

   

   

05/29/01 09:49 PM  

   

   





Wolfgang Kilian wrote:
>
>  Now I have the problem that I have to convert the document into several
pdf files (each chapter as a separate file). I've started with 'tex2pdf'
(latest version) but this brings a corrupt

first choose a break after 75 characters in your mail ...

every chapter starts at a new page, so you can
save them with ghostview in a ps-file (behind
view->ps).
than use ps2pdf 

in latex use layout->doxument->character font->pslatex.
than you don't need any usepackage in the preamble.

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/








Re: thanks and pstopdf-question

2001-05-30 Thread stephan . schlierf


Uuups, sorry  :-)

Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
  
Herbert Voss   
  
<[EMAIL PROTECTED]To: 
<[EMAIL PROTECTED]>
rlin.de>  cc: 
<[EMAIL PROTECTED]>  
Sent by: "Herbert Voss,," Subject: Re: thanks and 
pstopdf-question   
<[EMAIL PROTECTED] 
  
berlin.de> 
  
   
  
   
  
05/30/01 10:08 AM  
  
   
  
   
  





On Wed, 30 May 2001 [EMAIL PROTECTED] wrote:

>
> Hi there,
>
> the problem of getting a fine pdf-file out of LyX seems to be one of the
> most discussed topics in this mailing lists (hint hint maybe it´s worth a
> mini-HOWTO ?).

what about this site:
http://www.educat.hu-berlin.de/~voss/lyx/pdf.html#faq

Herbert








Re: figure numbering

2001-05-25 Thread stephan . schlierf


Hello,

did you ever try a figure float  (Insert - Floats - figures; I`m not
quite sure how the menu items are labelled in english because I use the
german localization) ?
These floats are numbered.

HTH

Stephan

--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Jonathan Ware  
 
jjhw100@yorkTo: [EMAIL PROTECTED]   
 
.ac.uk  cc:   
 
 Subject: figure numbering 
 
05/25/01   
 
11:59 AM   
 
   
 
   
 




Hello,

Is it possible to label figures in lyx so that (for example) those under
a paragraph heading are numbered paragraph number-figure number
(e.g. 2.3.4.1-1), those under a subsection heading are numbered
subsection number-figure number (e.g. 2.3-2) and so on?

Thanks in advance for any help.

Jonathan








Re: figure numbering

2001-05-25 Thread stephan . schlierf


Hello,

did you ever try a figure float  (Insert - Floats - figures; I`m not
quite sure how the menu items are labelled in english because I use the
german localization) ?
These floats are numbered.

HTH

Stephan

--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Jonathan Ware  
 
jjhw100@yorkTo: [EMAIL PROTECTED]   
 
.ac.uk  cc:   
 
 Subject: figure numbering 
 
05/25/01   
 
11:59 AM   
 
   
 
   
 




Hello,

Is it possible to label figures in lyx so that (for example) those under
a paragraph heading are numbered paragraph number-figure number
(e.g. 2.3.4.1-1), those under a subsection heading are numbered
subsection number-figure number (e.g. 2.3-2) and so on?

Thanks in advance for any help.

Jonathan








Re: figure numbering

2001-05-25 Thread stephan . schlierf


Hello,

did you ever try a figure float  (Insert -> Floats -> figures; I`m not
quite sure how the menu items are labelled in english because I use the
german localization) ?
These floats are numbered.

HTH

Stephan

--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
Jonathan Ware  
 
  cc:   
 
 Subject: figure numbering 
 
05/25/01   
 
11:59 AM   
 
   
 
   
 




Hello,

Is it possible to label figures in lyx so that (for example) those under
a paragraph heading are numbered <>-<>
(e.g. 2.3.4.1-1), those under a subsection heading are numbered
<>-<> (e.g. 2.3-2) and so on?

Thanks in advance for any help.

Jonathan








Re: chapter in new page

2001-05-21 Thread stephan . schlierf


Just select Layout - Paragraph. On the right upper corner of the first tab
page (sorry, I don´t know the name of this option in English) there are two
check boxes where you can turn on (or off) page breakes before or behind a
paragraph.
HTH

cu
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
monty  
 
cleese@telelTo: Lista Lyx [EMAIL PROTECTED]   
 
ine.es  cc:   
 
 Subject: chapter in new page  
 
05/20/01   
 
09:14 PM   
 
   
 
   
 




How to get a pagebreak that after a chapter enviroment??

If it's the default option for a template, how to avoid it?









Re: chapter in new page

2001-05-21 Thread stephan . schlierf


Just select Layout - Paragraph. On the right upper corner of the first tab
page (sorry, I don´t know the name of this option in English) there are two
check boxes where you can turn on (or off) page breakes before or behind a
paragraph.
HTH

cu
Stephan
--
Stephan E. Schlierf M.A.
- chief concept  design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
monty  
 
cleese@telelTo: Lista Lyx [EMAIL PROTECTED]   
 
ine.es  cc:   
 
 Subject: chapter in new page  
 
05/20/01   
 
09:14 PM   
 
   
 
   
 




How to get a pagebreak that after a chapter enviroment??

If it's the default option for a template, how to avoid it?









Re: chapter in new page

2001-05-21 Thread stephan . schlierf


Just select Layout -> Paragraph. On the right upper corner of the first tab
page (sorry, I don´t know the name of this option in English) there are two
check boxes where you can turn on (or off) page breakes before or behind a
paragraph.
HTH

cu
Stephan
--
Stephan E. Schlierf M.A.
- chief concept & design developer -
speed2web GmbH Germany
FON: +49 921 99 00 86 12
FAX: +49 921 99 00 86 70
http://www.speed2web.de


   
 
monty  
 
   
 
ine.es>  cc:   
 
 Subject: chapter in new page  
 
05/20/01   
 
09:14 PM   
 
   
 
   
 




How to get a pagebreak that after a chapter enviroment??

If it's the default option for a template, how to avoid it?