Final project format requirements

2001-10-30 Thread Roberto Hernandez
Hello everyone, I'm a new user of LyX. I decided to use it to typeset my final project report for my undergrad degree. The ease of use is great, I had been thinking about using LaTeX for a while and LyX is proving to be a great way to get started. I read the Tutorial that comes with version 1.

Re: Final project format requirements

2001-10-31 Thread Roberto Hernandez
On Wednesday 31 October 2001 06:26, Jean-Marc Lasgouttes wrote: | >>>>> "Roberto" == Roberto Hernandez <[EMAIL PROTECTED]> writes: | | Roberto> Table of Contents 1. I need a different title than the | Roberto> standard "Contents". Can this be

Re: Final project format requirements

2001-11-01 Thread Roberto Hernandez
On Wednesday 31 October 2001 12:49, Jean-Marc Lasgouttes wrote: | >>>>> "Roberto" == Roberto Hernandez <[EMAIL PROTECTED]> writes: | | Roberto> Thanks for this tip. However, I have a problem getting it to | Roberto> work correctly. When I add that line to the

Preamble questions

2001-11-03 Thread Roberto Hernandez
I have a couple of questions about LyX generated lines in my preamble. The document I'm writing is in Spanish. The babel package is enabled by default, although I'm not really sure what it's for :-). Here's the preamble: - %% LyX 1.1 created this file. For more info, s

Bug ???

2001-11-03 Thread Roberto Hernandez
Hey everyone. I don't know if this is the place to send this, but I think I found a bug. I am using a multipart document. The first document is the Title Page, so everything is centered. I marked all of the text, went to the Paragraph Layout and selected Centered. After that the whole document

Re: Abbildung -> Abb.

2001-11-04 Thread Roberto Hernandez
Christian Schanz wrote: > Hello, > I'm writing a report (koma-script) and want to replace the word "Abbildung" > under Figures with "Abb.". > Inserting > \renewcommand{\figurename}{Abb.} > in the preamble did not work. > > Another question: > Is there a possibility to automatically insert the n

Customized bibliography

2001-11-04 Thread Roberto Hernandez
Thanks to everyone who's been helping me out to get the right format for my final project report. Most of my problems have been solved. In fact, as of today I only have one issue left: the bibliography. I am using BibTeX which is great. However, I need to use a style which isn't defined (at le

Accented characters

2001-11-10 Thread Roberto Hernandez
Hi all, I'm writing a report in Spanish, which means lots of accented characters. After exporting the file to TeX I realized that instead of exporting these characters as \'{a} for example, they are exported as á (hope you can see that correctly). That has 2 drawbacks. First, the spellchecker

Re: Part name in TOC

2001-11-10 Thread Roberto Hernandez
I'm sure there's a better way to do this, but this was the only one I could come up with. What you have to do is find the style file for the documentclass you are using. That's either a .sty or .cls file in your texmf directory, usually texmf/tex/latex/base/*.cls. Then within that file search

Re: page numbering

2001-11-12 Thread Roberto Hernandez
Rodney Kanno wrote: > One more question. I got the page numbers to show both roman & arabic. > But when the arabic starts, the count continues where the roman left off > (ex. i, ii, iii, 4, 5, etc) can I get the arabic to start at 1? > >> p.s. this is the longest time difference I ever had: 10

Re: ?s with table captions, table text justification, double rows, math cases and more

2001-11-12 Thread Roberto Hernandez
John Boik wrote: > Fourth, is there an easy way to select text and then format it all in caps > (not small caps, or whatever is listed in the character popup), or as title > caps (first word capitalized)? Don't know if this is what you're looking for, but there is a LaTeX command: \MakeUpperca

Re: Accented characters

2001-11-12 Thread Roberto Hernandez
Roberto Marabini wrote: > Hello Roberto, > > I also use lyx for writting spanish documents and I do not find the > problems you describe. I have redefined my keyboard using "xmodmap" so I > can type "á" directly instead of "\'{a}" (I am working at US and therefore > I use an american keyboard)

Re: lyx install on a win 2000 machine

2001-11-18 Thread Roberto Hernandez
Kent Kostuk wrote: > I am extremely happy with my LyX install on a Win2000 laptop. It has gone > almost as smoothly as possible. The only problem I am having is with bibtex > stuff. > > When I try to export a PDF file I get one error box with a bunch of lines in > it say something like > > "W

Changing bibliography appearance

2001-11-29 Thread Roberto Hernandez
Hi all, I've been customizing the appearance of the bibliography. One thing I did was to remove the labels, as suggested in the LyX Tips page: --- No Labels in Bibliography with \renewcommand\@biblabel[1]{} --- When an entry in the bibliography

Problem including files.

2002-01-21 Thread Roberto Hernandez
Hi all, I'm working on a long document, so I split it up into several files. Everything was working well until I included the file with the appendices. When I try to generate the PS file I get an error message: "LaTeX error: Something's wrong, perhaps a missing \item." The strange thing is th

Re: Problem including files.

2002-01-21 Thread Roberto Hernandez
Jean-Pierre.Chretien wrote: >>>Date: Mon, 21 Jan 2002 12:01:47 -0300 >>>From: Roberto Hernandez <[EMAIL PROTECTED]> >>>To: [EMAIL PROTECTED] >>>Subject: Problem including files. >>> >>>Hi all, >>> >>>I'm working

Inline display formulas

2002-01-22 Thread Roberto Hernandez
Hi all, I've been trying to find a way to have Display Formulas in the same line as some text. The reason is I don't really like the way all the symbols look when using regular inline formulas. This is what I'm looking for: 1. Property: [a nice display formula] 2. Property: [another display f

Re: Problem including files.

2002-01-22 Thread Roberto Hernandez
Jean-Pierre.Chretien wrote: >>>Date: Mon, 21 Jan 2002 20:10:41 -0300 >>>From: Roberto Hernandez <[EMAIL PROTECTED]> >>>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]> >>>CC: [EMAIL PROTECTED] >>>Subject: Re: Problem including fi

How do I control the maximum footnote size.

2002-01-24 Thread Roberto Hernandez
Hey everyone, I'm writing a document where I have some very long footnotes. After a certain number of lines, the footnotes get split, so part of the text is on the next page. This isn't the behavior I want. What I'd like is the whole footnote in one page, even if LaTeX thinks that doesn't look

Image conversion

2002-01-24 Thread Roberto Hernandez
Hi, I need to convert PNG files to EPS so I can include them in a LyX document. I've tried using "convert" and it works, but the output looks pretty bad on GV. Is that a "convert" problem or do all PNG -> EPS conversions look bad? What I'm doing is documenting a program, so I'm including scre

Re: How do I control the maximum footnote size.

2002-01-24 Thread Roberto Hernandez
was no change. I also tried "\interfootnotelinepenalty=1" like it says in the LyXTips page, and both commands using \AtBeginDocument, but nothing worked. Could Babel be getting in the way? How about the fancyhdr package? That's all I could think of. Thanks again. >

Re: minimizing lyx dialogs minimizes main window too

2002-01-25 Thread Roberto Hernandez
Guenter Milde wrote: > Thank you Alan for making this distinction clear. Now I have a feature > request: > > Would it be possible, to define sub-windows that are meant to be used > parallel to the main window as non-transient? > > Reason: it seems that different window managers have differ

Listings package with Tcl/Tk support?

2002-01-26 Thread Roberto Hernandez
I checked through the listings package, but there's no support for Tcl/Tk. Does anyone know of a similar package that does? TIA, Roberto

Re: Listings package with Tcl/Tk support?

2002-01-26 Thread Roberto Hernandez
Herbert Voss wrote: > Roberto Hernandez wrote: > >> I checked through the listings package, but there's no support for >> Tcl/Tk. Does anyone know of a similar package that does? >> > the latest beta version has tcl support. Up and running! Actually you

Re: Listings package with Tcl/Tk support?

2002-01-28 Thread Roberto Hernandez
Herbert Voss wrote: > Roberto Hernandez wrote: > >> Now I have one more question. I noticed in your example file from >> LyXTips that if you use typewriter fonts there is no keyworkd >> highlighting. Is there any font that behaves like the typewriter font >> (th

Re: Two questions

2002-01-28 Thread Roberto Hernandez
Gerhard Siegesmund wrote: > Hello List > > I have to small questions which I couldn't answer even looking at the > mailing list archive. > > I am right now writing my diploma using LyX and am using the class "book > ams". The diploma is in german! > > There are two things which I want to

Font names

2002-01-28 Thread Roberto Hernandez
Hi everyone, I hope this question isn't overly stupid, but I haven't been able to find the answer in LyXTips or the doc. To load the courier font I issue the following: \fontfamily{pcr}\fontseries{m}\selectfont Now, I want to load the times font, but I can't find the correct name (like "pcr"

Re: Two questions

2002-01-28 Thread Roberto Hernandez
Robin Turner wrote: > On Monday 28 January 2002 14:13, Roberto Hernandez wrote: > >>If you can't find a .bst file that does that, the only way I know >>of is to edit the bibliography style file you are using, but I >>don't recommend it. It might take a

Need to redefine TOC within document

2002-01-29 Thread Roberto Hernandez
Hey everyone, My university has some strange format requirements, and I need to ask for some help on one issue. I need to have a regular table of contents, except for one thing. Starting with the appendix, the TOC entries can't have the dotted line or the pagenumber:

Re: Customizing Lyx

2002-02-06 Thread Roberto Hernandez
Jean-Marc Lasgouttes wrote: > In 1.2.0, footnotes will retain their state between runs. Two questions about this: 1. Do you have an estimate of when 1.2.0 will be released? Just curious. 2. A few weeks ago I downloaded 1.2.0 from CVS and installed it successfully. However, a multi-file docu

Re: References / bibliographies

2002-02-08 Thread Roberto Hernandez
Sarah Mount wrote: > I want to have a list of references without the "References" section > heading at the top. Any ideas? Remzi and Tuukka mentioned these commands \renewcommand{\bibname}{} \renewcommand{\refname}{} You use one or the other depending on the documentclass you're using. I be

Re: References / bibliographies

2002-02-08 Thread Roberto Hernandez
Tuukka Toivonen wrote: > ...if you put the command in the preamble. Another alternative, > as I like to do, is to avoid the preamble dialog as much as > possible and insert commands in the document. I think > that the Xforms editing capabilities in the dialog window > are pretty poor. True

TeX Tutorials??

2002-02-12 Thread Roberto Hernandez
Hey everyone, I've been a happy user of LyX for a few months now. I really like the WYSIWYM idea and intend to continue using LyX for a long time. From what I've seen in this list, most of the fine tuning needs to be done through ERT. The LyX developers obviously put in an enormous amount of

Re: TeX Tutorials??

2002-02-12 Thread Roberto Hernandez
Tuukka Toivonen wrote: > On Tue, 12 Feb 2002, Roberto Hernandez wrote: >>The big question is: where can I find some online, entry-level tutorials > > Usually there are tutorials installed in LaTeX distributions. > In my Linux they are in directory > /usr/share/doc/texm

Re: customizing natbib

2002-02-14 Thread Roberto Hernandez
Guenter Milde wrote: > Here is the point where we need a decision: > > + From my browsing of the amsref-doc I learned that it is even more > complete (offers more fields and types (e.g. lectures, artwork, > web-documents) than bibtex. Also, LaTeX markup in amsref would not be a > m

Re: Image conversion

2002-02-14 Thread Roberto Hernandez
Dekel Tsur wrote: > Gv is able to show images correctly if you have a new version of ghostscript. How new? I have ghostscript 5.50-17 gv 3.5.8-11 Both included with RedHat 7.1

Re: Restart page numbering

2002-02-19 Thread Roberto Hernandez
Sven Herzberg wrote: > Hi > > to make it short: > > 1. i want to write a doc with a title page a toc and content. > > 2. i want the title page and the second page to be numbered with capital > roman numbers (I and II). Add the following command in ERT before the title page. \pagenumbering{Rom

Re: citation in multiple files document

2002-02-19 Thread Roberto Hernandez
Steve M. Robbins wrote: > Someone has posted one solution. There is another work-around that > I think I found on the lyx "tips and tricks" pages. > > 1. Open the main.lyx file. > 2. Open the citation pop-up (i.e. pretend you are going to insert >a citation, but don't click "close" or "OK")

Re: Figures in subdirs

2002-02-19 Thread Roberto Hernandez
Steve M. Robbins wrote: > Hello, > > On Sun, Feb 18, 2001 at 12:52:57PM -0800, Bolin Hsu wrote: > > >>I have a question about citation. I am writing a dissertation with >>several chapters. Every chapter is stored in it's own file and included >>in a main file. Bibliography is in the main file.

WISH (was: Re: citation in multiple files document)

2002-02-19 Thread Roberto Hernandez
Steve M. Robbins wrote: > Someone has posted one solution. There is another work-around that > I think I found on the lyx "tips and tricks" pages. > > 1. Open the main.lyx file. > 2. Open the citation pop-up (i.e. pretend you are going to insert >a citation, but don't click "close" or "OK")

Landscape figure

2002-03-05 Thread Roberto Hernandez
Hi all, I have some very large figures to include in a document. What I'd like to do is include them in a page of their own in landscape format (the images are such that width > height), but the rest of the text is in portrait format. They need to be in a float so I can include a caption. Any

Re: booktabs

2002-03-05 Thread Roberto Hernandez
Matej Cepl wrote: > Hi, > > just a question, whether there are plans to support booktabs > package in LyX? The package makes _much_ prettier tables and > implementation in LyX would need just an ability to distinguish > between three kinds of the \hline (\toprule, \midrule, and > \bottomrule). Un

Re: A Newsgroup For LyX

2002-03-08 Thread Roberto Hernandez
Juergen Fenn wrote: > Hello *, > > I just would like to ask everyone on the list whether you would be > interested in setting up a newsgroup for LyX instead of or besides the > lyx-users mailing list. The idea has come up in de.comp.text.tex > yesterday. > > Would you prefer to keep the mailing

Re: Landscape figure

2002-03-09 Thread Roberto Hernandez
Dekel Tsur wrote: > On Tue, Mar 05, 2002 at 07:02:11PM +0100, Herbert Voss wrote: > >>On Tuesday, 5. March 2002 17:37, Roberto Hernandez wrote: >> >>>I have some very large figures to include in a document. What I'd like >>>to do is include them in a p

Re: Landscape figure

2002-03-09 Thread Roberto Hernandez
Herbert Voss wrote: > Roberto Hernandez wrote: > >>> >>> No, it is better to use the sidewaysfigure env. from rotating.sty >> >> >> >> Thank you, this is exactly what I need. I also tried Herbert's >> suggestion with the "lscape&

Re: Landscape figure

2002-03-09 Thread Roberto Hernandez
Herbert Voss wrote: > Roberto Hernandez wrote: > >>> what did you use? lscape, sideways or rotating? >> >> >> >> I tried with \begin{lscape} and \begin{sidewaysfigure} (which is an >> environment thats defined in the rotating package). In either of t

tocloft & subfigure problem

2002-03-16 Thread Roberto Hernandez
Hey everyone, I have a problem using tocloft and subfigure packages together. The deal is they both define and use the counter "lofdepth" (see error messages at the end). Has anybody used them together? If so, how can this be done? Regards, Roberto --

[OT] Converting image files to PS or PDF

2002-03-20 Thread Roberto Hernandez
Hi everyone, This is a bit off-topic, but I can't think of a better place to ask. I have a bunch of scanned pages, which I would like to convert to PS or PDF. In case the format matters, most of them are TIFF or JPEG. Is there any program that can take all these files as input and produce one

LyX for Windows

2002-03-26 Thread Roberto Hernandez
Hey everyone, I've been using LyX on Linux for a few months. Now I'm trying to install it on Windows so I can view LyX files on both platforms. I installed fpTeX and Cygwin. Then I followed the instructions for installing the Windows version of LyX. According to the documentation: "Installing t

Re: LyX for Windows

2002-03-27 Thread Roberto Hernandez
Herbert Voss wrote: >> "Installing the package 'Xfree86-Runtime' is only necessary if you do >> not have installed the XFree server. Unselecting that package works as >> described above for the Cygwin installation" >> >> So I installed XFree86-Runtime, but when I try to open LyX I get a >> message

TOC and LOF questions

2002-04-02 Thread Roberto Hernandez
Hey everyone, I've been trying to figure out how to do a couple of things for some time now, but haven't succeeded. Hopefully you can give me some pointers. I'm using a the koma-script book class along with a long list of packages. The relevant ones are: tocloft, bibentry (from natbib) and ba

Using \url with BibTeX

2002-04-06 Thread Roberto Hernandez
Hello everyone, I've been trying to include URLs in bibliography entries using \url{}, but I keep getting error messages. The problem is definitely related to the use of \url{}, because all goes well without it. I've also tried \url| | (instead of the {}), but that failed too. Any clues here?

Re: Using \url with BibTeX

2002-04-08 Thread Roberto Hernandez
Herbert Voss wrote: > Roberto Hernandez wrote: > >> >> I've been trying to include URLs in bibliography entries using \url{}, >> but I keep getting error messages. The problem is definitely related >> to the use of \url{}, because all goes well without it. I

Re: Suppressing page numbering

2002-04-09 Thread Roberto Hernandez
The \pagenumbering command resets the page counter. If you want a few unnumbered pages you can use: \pagenumbering{gobble} and \pagenumbering{arabic} (or roman, or whatever) where you want the numbering to begin. Regards, Roberto Kent Kostuk wrote: > I was just wondering if there is a bette

Something strange in the ToC

2002-04-09 Thread Roberto Hernandez
Hello all, Something very strange happened to me today. I turned in the final copy of my school project, including the source code listing it was about 500 pages. Before turning it in, I verified that the pages on the ToC were correct. To my surprise some were wrong by one page. This was afte

Re: Something strange in the ToC

2002-04-10 Thread Roberto Hernandez
Herbert Voss wrote: > Roberto Hernandez wrote: > >> Something very strange happened to me today. I turned in the final >> copy of my school project, including the source code listing it was >> about 500 pages. >> >> Before turning it in, I verified that t

Re: LyX, multiple authors and bibtex

2002-04-13 Thread Roberto Hernandez
Fabrice wrote: > Thanks, it was exactly what i needed. > But i thought another solution should exist. > It means the whole system will always replace "and" by "et"? You could edit the .bst file, in your case it wouldn't be too difficult. For example if you're using "plain.bst" make a local copy

Exporting to PDF

2002-04-13 Thread Roberto Hernandez
Hi all, I've been trying to export some documents to PDF with partial success. The instructions I used are in section 3.3.6 of the Extended Features manual. The first thing I did was to create ~/.dvipsrc and add the following lines: p+ psfonts.cmz p+ psfonts.amz Then I tried changing the doc

Re: Exporting to PDF

2002-04-16 Thread Roberto Hernandez
Dekel Tsur wrote: > On Sat, Apr 13, 2002 at 12:13:48PM -0300, Roberto Hernandez wrote: > >>Hi all, >> >>I've been trying to export some documents to PDF with partial success. >>The instructions I used are in section 3.3.6 of the Extended Features >>

Encrypted PDF???

2002-04-20 Thread Roberto Hernandez
Hi, When I run the "pdfinfo" command on some PDF files created with Acrobat software I get the following information: ... Encrypted:yes (print:yes copy:no change:no addNotes:no) Linearized: yes If I run the same command on PDF files that I create with "ps2pdf" I get this info: ... Encr

Re: Encrypted PDF???

2002-04-22 Thread Roberto Hernandez
Andre Poenitz wrote: > On Sun, Apr 21, 2002 at 03:49:37AM +0300, Robin Turner wrote: > >>AFAIK, disabling printing is the main purpose - a lot of journals that post >>online articles seem to prefer this, so that people will still pay for >>offprints of articles. Except of course, we usually do

Re: Empty files?

2002-04-26 Thread Roberto Hernandez
Sarah Mount wrote: > I have a LyX file which normally converts to a 9-page postscript document. > Having changed a bit of the preamble (to include some messing around with > fancyhdrs), every time I try to generate a postscript or pdf file, LyX > says "operation resulted in an empty file". Has

Possible BUG in LyX 1.2.0 (ERT inset related)

2002-05-29 Thread Roberto Hernandez
I just installed LyX 1.2.0. Though I've only checked out a few of the new features, it looks like the new release is a LOT BETTER. A big "Thank you" goes to all the developers. While compiling a document written on 1.1.6fix4 I found what appears to be a bug. I've narrowed down the cause and it

Generating Table of Contents text

2002-06-06 Thread Roberto Hernandez
Hi, In the "Help" menu there is an entry named "Table of Contents", which, suprisingly enough, has the contents for all the help documents available in LyX. I would like to do something similar. That is, to generate the text for the table of contents so I can copy it to another document. I tr

Graphics displayed wrong inside LyX

2002-06-14 Thread Roberto Hernandez
Hey everyone, A couple of weeks ago I upgraded from LyX 1.1.6fix4 to 1.2.0. I really like the enhancements. Since I was having some problems converting JPEG -> PDF with ImageMagick's "convert", I upgraded from ImageMagick 5.4.3 (included in RedHat 7.3) to version 5.4.6 (from Rawhide). With th

Re: Proper URLs from Insert->url

2002-07-09 Thread Roberto Hernandez
Jean-Marc Lasgouttes wrote: > Andre> Does this mean you have a patch, Herbert? > > Yes, Herbert has a patch (if this is what I think it is). My plan was > to add that to 1.2.2, but if I find some time next week, I'll put it > directly in 1.2.1 (which already has too many things in :) OK, this br

Re: problem with pdf and pdflatex

2002-07-18 Thread Roberto Hernandez
Olivier Ripoll wrote: > If I use the eps and generate the pdf the old way, everything is okay, > but I loose the 2 advantages of pdflatex (acrobat readable on screen and > smaller file size). I assume what you call the "old way" is generating a PS file and then using ps2pdf. After following the

Question on Koma-script environment

2002-07-30 Thread Roberto Hernandez
Hi all, I'm using the scrbook class. One of the features I like about it is the possibility to use "\addchap" and such to include unnumbered chapters in the ToC. What I haven't been able to find is an environment that does the same for parts. Does it exist? I had solved the problem by using t

Re: Possible BUG in LyX 1.2.0 (ERT inset related)

2002-08-01 Thread Roberto Hernandez
John Levon wrote: > >>While compiling a document written on 1.1.6fix4 I found what appears to >>be a bug. I've narrowed down the cause and it's related to ERT insets. >>The following lines are the ones that are causing problems: > > Can you provide a small 1.1.6fix4 document that causes the er

Re: Possible BUG in LyX 1.2.0 (ERT inset related)

2002-08-12 Thread Roberto Hernandez
Guenter Milde wrote: One more reason to wait with the upgrade to 1.2.0 until I have enough time to fix my existing 1.1.6-files :-( >>> >>>Dekel, could lyx2lyx handle 1.1.6 ERT insets ? >> >>Done. >>Guenter, can you get the script from CVS and check it on your files ? >>(Note that you will

Re: changing figure name

2002-08-20 Thread Roberto Hernandez
Remzi Seker wrote: > Now, I tried \renewcommand{\figurename}{Fig} > but nothing happens. Are you using Babel? If so, that would explain why nothing happens. Babel redefines the names at the end of the preamble, so that would override your changes. There is a way to redefine the names in the pr

Re: xforms question

2002-08-21 Thread Roberto Hernandez
José Abílio Oliveira Matos wrote: >>Is there a way to let Lyx use another xform versions than 0.88? >>The rpm says it needs 0.88. > > Get the source rpm and compile it. I can do it with 0.89 and 1.0RC4 also. Do you mean the source RPM of LyX or xforms? I'd like to get a hold of the SRPM for x

[BUG] Opening version 1.1.6 documents with LyX 1.2.1

2002-08-21 Thread Roberto Hernandez
I've found what appears to be a bug. It's related to labels. If a document saved with LyX version 1.1.6fix4 has labels that include underscores "_", then the label name is changed when opened with LyX version 1.2.1, causing unresolved references. Label Changed to name_of_label

Re: [BUG] Opening version 1.1.6 documents with LyX 1.2.1

2002-08-21 Thread Roberto Hernandez
UPDATE: This only happens for equation labels... Roberto Hernandez wrote: > I've found what appears to be a bug. It's related to labels. If a > document saved with LyX version 1.1.6fix4 has labels that include > underscores "_", then the label name is changed wh