Re: table of contents links

2004-06-17 Thread Jean-Pierre.Chretien
>>X-Authenticated: #1203117 >>From: Roland Schmitz <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: Re: table of contents links >>Date: Thu, 17 Jun 2004 11:00:01 +0200 >> >>Hi, >> >>Am Donnerstag, 17. Juni 2004 01:53 schrieb U

Re: table of contents links

2004-06-17 Thread Roland Schmitz
Hi, Am Donnerstag, 17. Juni 2004 01:53 schrieb Uwe Stöhr: > This is only possible if the images are highly compressed, but then they > often look ugly. (compression depends on the eps->pdf converter) > Pdflatex has the advantage that you need no converter for png images. > (Btw. the upcoming pdfl

Re: table of contents links

2004-06-16 Thread Jean-Pierre.Chretien
>>X-Authenticated: #1203117 >>From: Roland Schmitz <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: Re: table of contents links >>Date: Wed, 16 Jun 2004 19:10:33 +0200 >>Cc: Dominique Buenzli <[EMAIL PROTECTED]>, Stacy Prowell <[EMAIL PRO

Re: table of contents links

2004-06-16 Thread Uwe Stöhr
Roland Schmitz wrote: Why don't you use pdflatex in the LyX menu File -> Export? Because the result file is just about 33% as big as if i use pdflatex This is only possible if the images are highly compressed, but then they often look ugly. (compression depends on the eps->pdf converter) Pdflatex

Re: table of contents links

2004-06-16 Thread Roland Schmitz
Hi, Am Mittwoch, 16. Juni 2004 22:13 schrieb Uwe Stöhr: > Why don't you use pdflatex in the LyX menu File -> Export? Because the result file is just about 33% as big as if i use pdflatex, links form the table of context, list of figures ... to the corosponding page are automaticly generated into

Re: table of contents links

2004-06-16 Thread Uwe Stöhr
Roland Schmitz wrote: I tried to generate my PDF documents with tex2pdf. As far as good, but if got two problems with it 1) at the end of my document there is the bibliograhpy and the index. If i gererate a pdf document with tex2pdf the index is missing, if i use dvipdfm it's ok. Why don't you u

Re: table of contents links

2004-06-16 Thread Roland Schmitz
Hi, after reading: Am Freitag, 30. April 2004 09:22 schrieb Dominique Buenzli: > > Here's what I do. It isn't necessarily a "pure" LyX solution, but it > > works very well (and handles several other problems in creating a > > good-looking PDF). > > > > I use tex2pdf, which is a Perl script you ca

Re: table of contents links

2004-05-03 Thread Jean-Pierre.Chretien
>>From: Stacy Prowell <[EMAIL PROTECTED]> >>To: Dominique Buenzli <[EMAIL PROTECTED]> >>Subject: Re: table of contents links >>Date: Fri, 30 Apr 2004 23:43:42 -0400 >>Cc: [EMAIL PROTECTED] >>X-Virus-Scanned: by amavisd-new and ClamAV at cs.utk.edu

Re: table of contents links

2004-04-30 Thread Stacy Prowell
On Friday 30 April 2004 03:22 am, Dominique Buenzli wrote: > Thanks for your answer. > But > > > http://tex2pdf.berlios.de/ > > is down... > > Any other ideas or softwares ? Hmm... Berlios seems to be acting up. I can get to the site, but I can't get to the download page. I have a copy of tex2p

Re: table of contents links

2004-04-30 Thread Marc Jeffrey Driftmeyer
This works with hyperref package. Here is an example: Make sure you have hyperref as your last referenced package in your preamble \usepackage[colorlinks=true,bookmarks=true,letterpaper]{hyperref} Within your document referencing part, chapter, section, etc. use the ERT command to get straight

Re: table of contents links

2004-04-30 Thread Roland Schmitz
Hi, Am Freitag, 30. April 2004 10:38 schrieb Georg Baum: > Dominique Buenzli wrote: > > >> http://tex2pdf.berlios.de/ > > is down... > > It works here. here too, but the download area http://download.berlios.de/tex2pdf/ is down. -- Mit freundlichem GrussYours sincerely Roland Schmitz

Re: table of contents links

2004-04-30 Thread Jean-Pierre.Chretien
>>Cc: [EMAIL PROTECTED] >>From: Dominique Buenzli <[EMAIL PROTECTED]> >>Subject: Re: table of contents links >>Date: Fri, 30 Apr 2004 15:29:58 +0200 >>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]> >> >>> >>> I gu

Re: table of contents links

2004-04-30 Thread Dominique Buenzli
I guess this was about using tex2pdf to automate hyperref add-ons to a plain document ? It was about making the Table of Content as hyperlinks to the right chapters/sections/subsections. A "lyx solution" was given by Helge Hafting: layout->document->preamble Then type \usepackage{hyperref} I usua

Re: table of contents links

2004-04-30 Thread Jean-Pierre.Chretien
>>To: [EMAIL PROTECTED] >>From: Georg Baum <[EMAIL PROTECTED]> >>Subject: Re: table of contents links >>Date: Fri, 30 Apr 2004 10:38:09 +0200 >> >>Dominique Buenzli wrote: >> >>>> http://tex2pdf.berlios.de/ >>> is down... It

Re: table of contents links

2004-04-30 Thread Helge Hafting
Dominique Buenzli wrote: Hello ! I just started with lyx, so sorry if this is a stupid question... I would love if my table of contents would be hyperlinked to the right chapter/section/subsections on the final pdf file. With TexShop (another LaTex software) I just used this command at the begin

Re: table of contents links

2004-04-30 Thread Georg Baum
Dominique Buenzli wrote: >> http://tex2pdf.berlios.de/ > is down... It works here. Georg

Re: table of contents links

2004-04-30 Thread Dominique Buenzli
Thanks for your answer. But http://tex2pdf.berlios.de/ is down... Any other ideas or softwares ? Thanks Dominique On Thursday 29 April 2004 06:56 pm, Dominique Buenzli wrote: With TexShop (another LaTex software) I just used this command at the beginning of my document: \usepackage{hyperref} and i

table of contents links

2004-04-29 Thread Dominique Buenzli
Hello ! I just started with lyx, so sorry if this is a stupid question... I would love if my table of contents would be hyperlinked to the right chapter/section/subsections on the final pdf file. With TexShop (another LaTex software) I just used this command at the beginning of my document: \use