gtk frontend
I have compiled lyx 1.4pre3 with the gtk frontend and I am really impressed by its looks. However, there are still a few dialogs in Xforms format. The website says that only a few speed issues will be solved before 1.4. Does this mean that the final 1.4 will still have a mixed gtk/xforms UI? Bye, Martijn -- __ I have a new e-mail adress. If you are still using [EMAIL PROTECTED], please change to [EMAIL PROTECTED] __
Re: Ugly fonts and Getting Rid of Date
On Tue, 2005-08-16 at 17:31 -0600, Stacia Hartleben wrote: > I have two questions: > > I wrote up a document and exported it to PDF. I had some TIPA encoding > there, which looked fine when I zoomed into the PDF. However, the > other text got pixely and bad. Am I using a bad font or something? How > can I fix it so it looks nice no matter how zoomed in I am? \usepackage{lmfonts} is the best solution, imho. The Latin Modern (lm) fonts are scalable type1 postscript implementation of the standard latex EC fonts. The look exactly like the normal type3 bitmap latex fonts, except that they scale nicely. Martijn Brouwer -- __ I have a new e-mail adress. If you are still using [EMAIL PROTECTED], please change to [EMAIL PROTECTED] __
latex, pdflatex and lyx preview
Hi, To be able to use both latex and pdflatex, I removed the .eps filename extensions from the filenames in my lyx document. But now lyx cannot generate previews anymore because the filename specifications do not point to existing files. Is this a know issue? If yes, is it fixed in 1.4? It is possible to work around this problem using symlinks, but this is not very elegant. Bye, Martijn Brouwer For your interest: I stripped the extension of the filenames in my lyx document with these commands. For a single file you only nedd the second line. T for f in $(ls [123456]-*.lyx); do echo $f; sed -e "s/\(.filename.*\)\.eps/\1/g" /$f > $f.new done Rename the .new files in order to used them.
Re: lmodern, ae and missing fonts
Although my thesis looks nice now with only type 1 fonts, I have few more questions. Just for curiosity. As far as I know type1 fonts (such as lmodern) scale just by multiplying the width and height by the same factor. The CM and EC fonts are scaled more subtle depending on the size. I assume that the lmodern fonts look the same as EC modern at all font sizes. How doest that work? Second one. Do the lmfonts completely cover the EC fonts? From what I have read, the EC fonts cover many different fonts. Is this also true for the lmfonts? I have a colleague who is also writing his thesis. He uses T1 encoding and the ae package, which means that he has scalable computer modern fonts. However, when he switches off the ae package, he still has computer modern fonts, even though he uses T1 encoding. This surprises me, since I understood that when you use T1, latex uses the EC fonts. Is this some special trick of MikTeX? bye, Martijn Brouwer Martijn Brouwer wrote: Hi, I have finished my PhD thesis (Many thanks to all contributers to LyX). When I went with my postscript file to the printer we found that the resolution of the fonts was too small. It turned out that I had the standard EC bitmap fonts with a resolution of 600dpi. After a day playing with latex and dvips I have now five versions of my thesis: 1) With low resolution bitmap fonts 2) With higher resolution bitmap fonts (by defining another printer for dvips) 3) With scalable CM (bluesky) fonts. For this I had to swith off T1 encoding 4) With scalable CM fonts and T1 encoding using the ae package 5) With scalable lmodern fonts I have a few questions: With Version 3-5, I cannot use large, bold, smallcaps font. Latex uses the default font instead. I have worked around it by switching to large small caps. Is there a way to get this combination of font attributes? - Am I correct when I say that lmodern is to EC fonts what bluesky is to CM? - Why is ae considered bad? Because it is a pseudofont that performs tricks to make accented glyphs? I have concluded that lmfonts are the way to go. I only found this after nearly a day searching internet, an experimentning. I think that LyX should automatically load lmodern whan T1 encoding is used and the fonts are available. Bye, Martijn Brouwer
lmodern, ae and missing fonts
Hi, I have finished my PhD thesis (Many thanks to all contributers to LyX). When I went with my postscript file to the printer we found that the resolution of the fonts was too small. It turned out that I had the standard EC bitmap fonts with a resolution of 600dpi. After a day playing with latex and dvips I have now five versions of my thesis: 1) With low resolution bitmap fonts 2) With higher resolution bitmap fonts (by defining another printer for dvips) 3) With scalable CM (bluesky) fonts. For this I had to swith off T1 encoding 4) With scalable CM fonts and T1 encoding using the ae package 5) With scalable lmodern fonts I have a few questions: With Version 3-5, I cannot use large, bold, smallcaps font. Latex uses the default font instead. I have worked around it by switching to large small caps. Is there a way to get this combination of font attributes? - Am I correct when I say that lmodern is to EC fonts what bluesky is to CM? - Why is ae considered bad? Because it is a pseudofont that performs tricks to make accented glyphs? I have concluded that lmfonts are the way to go. I only found this after nearly a day searching internet, an experimentning. I think that LyX should automatically load lmodern whan T1 encoding is used and the fonts are available. Bye, Martijn Brouwer
Re: pybliographer
On Tue, 2005-03-22 at 12:30 +0100, Simon Bock wrote: > Martijn Brouwer wrote: > > On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote: > >>I was asked by a colleague how to handle a MedLine search in order to > >>insert > >>selected references into pybliographer before piping them into lyx. > > > > I do not know much about Medline searches, but pybliographer can handle > > medline databases. Pybliographer is really great software, especially > > Sure, I did searches and they come back as expected. That's cool. > But since I don't manage to get only one result back, I'm confronted > with e.g. 10 entries cluttering my database. > It is not clear to me want you want to achieve. Note that searching does not change your database. I just shows only the entries that match your search criteria. > That is what I use, but I did not manage to have multiple windows / > reference databases in it. > What I know from the M$ world is one window to do your searches in, one > window with your reference database, and you drag the relevant article > out of the search results into your database. > Can this be achieved with pybliographic? > You want to store your search results in a separate database file? As far as I know it is not possible. Why would you like this? If you want to make a database file with all citations used in some article you can use the "pybcompact" script included in the package. > > I have a 150+ article database (bibtex format) for my PhD thesis and > > with pybliographic I can conveniently manage it, search articles and > > Maybe I am just stupid - but isn't your bitex database cluttered with > search results after a search? You can easily remove a by right clicking on it search in the search window. You can also perform a new search within the results of a previous search by selecting the old search before entering a new one. > Thank you for your opinion. > Best Regards > Simon >
Re: pybliographer
On Mon, 2005-03-21 at 10:09 +0100, Wolfgang Engelmann wrote: > slightly off topic: could somebody share his experience with pybliographer > with me? > I was asked by a colleague how to handle a MedLine search in order to insert > selected references into pybliographer before piping them into lyx. I do not know much about Medline searches, but pybliographer can handle medline databases. Pybliographer is really great software, especially the graphical citation manager pybliographic (pybliographer also includes some nice commandline tools). I have a 150+ article database (bibtex format) for my PhD thesis and with pybliographic I can conveniently manage it, search articles and (nearly) everything you would like to do with citations. LyX does not support Medline, but you can load your search results into pybliographic, export as bibtex and LyX will by happy with your citations. Martijn Brouwer
Re: howt include a bitmap in eps
On Wed, 2005-03-16 at 14:11 +, Milos Komarcevic wrote: > Martijn Brouwer <[EMAIL PROTECTED]> writes: > > > > > Hi, > > I would like to know how I can include a arbitrary bitmap in an eps > > vector image without converting the entire image to a bitmap. > > The reason is that I would like to include an microscopy image in an > > grace graph. > > Does anybody have an ide? > > I've done something like that with xfig: > > import your eps first (graph, coordinates, text, whatever), then import the > bitmap over it, and finally export the whole thing as eps again. > Thanks, this worked, but not perfectly the thickness of the lines is changed considerably by xfig. Source of the problem is that xfig handles only a few line thicknesses. However, you still pointed me to the right direction. The best method is saving my graph (in grace) as a svg image. Open it in inkscape, insert the bitmap and export everything as eps. Save the fonts as curves because inkscape does not deal correcly with the postscript fonts from grace. Martijn -- Martijn Brouwer <[EMAIL PROTECTED]> University of Twente
howt include a bitmap in eps
Hi, I would like to know how I can include a arbitrary bitmap in an eps vector image without converting the entire image to a bitmap. The reason is that I would like to include an microscopy image in an grace graph. Does anybody have an ide? -- Martijn Brouwer <[EMAIL PROTECTED]> University of Twente
Re: LaTex study recommendations?
For the basics, read the online documentation that is online available, after that, The LaTeX companion is a good one. Martijn Brouwer On Wed, 2004-09-29 at 05:13 -0500, Jack Gill wrote: > I'm new to LyX and LaTeX. I searched Amazon.com for books on both > subjects, and found none listed for LyX. For LaTeX, however, Amazon.com > shows a list of several books available. > > Do you have a recommendation for a first book on LaTeX? > > Jack > > > > > >
Re: quality of graph previews
Hi John and others, John Coppens wrote: On Fri, 03 Sep 2004 21:08:32 +0200 Martijn Brouwer <[EMAIL PROTECTED]> wrote: You could use Grace (I believe that is the program you use?) to print to EPS directly. Just edit the printsetup. Then you can include the .eps files in the LyX doc. Or did I misunderstand your problem? Yes :) This is exactly what I do. The problem is that the preview pictures (for in LyX) created by lyx from the eps files, is very bad: the lines are hardly visible. Bye, Martijn Brouwer
Re: quality of graph previews
Uwe Stöhr wrote: Martijn Brouwer wrote: Does somebody know which options of ImageMagick I can use to improve the quality of the preview of these pictures. You can try the following, when you've installed ImageMagick with a quality depth of 16bit (Q16): Search for the file "convertDefault.sh" and change the line convert -depth 8 $1 $2 to convert $1 $2 Thanks for your suggestion, but when I do this, I get "error converting images" for every picture. Bye, Martijn Brouwer
Re: quality of graph previews
Hi, When I reread my message, I realised that I have been very unclear. What I meant with the bad quality is that the lines are very unclear, and letters are only small patches of noise. I have included an example. When I convert manually using the gimp, I get a much better result. I hope somebody has a useful tip now I made more clear what my problem is. Bye, Martijn Brouwer Martijn Brouwer wrote: I am using a lot of grace graphs as eps pictures for my documents. These are badly displayed by LyX. Does somebody know which options of imageMagick I can use to improve the quality of the preview of thes pictures. When I insert the .agr file, the quality is good, but I do not want to do this, since because I want to evade the conversion of agr. to .eps files when LyX runs LaTeX. <>
quality of graph previews
Hi, I am using a lot of grace graphs as eps pictures for my documents. These are badly displayed by LyX. Does somebody know which options of imageMagick I can use to improve the quality of the preview of thes pictures. When I insert the .agr file, the quality is good, but I do not want to do this, since because I want to evade the conversion of agr. to .eps files when LyX runs LaTeX. Bye, Martijn Brouwer
truetype screenfonts
Hi, What do I need to do to get truetype screenfonts? On my desktop I have them (vera sans), but not on my laptop allthough I can use them in other prorams (OpenOffice). Bye, Martijn Brouwer
LyX feature poll on Wiki pages
To give the developers an idea about the features that the users would like to be included in LyX, I started a feature poll on the LyX wiki pages. In this way I hope to help making LyX an even greater program than it already is. So see the poll go to http://wiki.lyx.org/pmwiki.php/LyX/FeaturePoll. If you want to vote click on the 'edit page' link in the upper right corner of the page and follow the instructions. Martijn Brouwer
New feature poll?
I just read the lyx the latest LyX development news, and noted that there are great interface improvements in the pipeline: cutomisable toolbars (I am looking forward to insert floats from the toolbar!), more structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive? Gui improvents are good, but I am also interested in new latex functionality being covered by the lyx gui. I am wondering whether it would be a good idea to have a poll about what lyx users would like to be added to lyx. I think the opinions of the developers on a poll are especially important since they are the people who have to implement functionality suggested by the users. So in short: what do we think about a new-features-poll? Martijn
Advice for PhD thesis
Hi, I am rewriting an art icle to a chapter of my PhD thesis and for the time being I am using the report class. I would like my chapters to start with a page containing the chapter title and an abstract summarising the contents of the chapter. I tried to do this in the 'report' class but I encounter a few problems: - The abstract is typeset on page of its own. - After an abstract the page counter is reset. I guess report is not the right class to to this. Can somebody point me a class where I can achieve the following: 1) A chapter starts with a page containing the title and abstract, with a sane pagenumbering 2) I would like to have an bibliography at the end of each chapter. (I will have a look at chapterbib) 3) I do not want to have the chapter titles start with 'Chapter X' 4) I would like to be able to use the \frontmatter and \mainmatter commando's I think the standard book and its equivalent from komascript are good candidates, but I still don't know how to achieve 1). Can somebody give me some advice on how to achieve want I want? Another class or just a clever latex package? I have seen a few PhD theses written in LaTeX with this layout, so it has to be possible. Thanks in advance! Martijn Brouwer -- Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
display of greek letters
Hi, When I insert greek letters in a document they are not diplayed correctly. I do not get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red instead of the symbol alpha. Latex output is OK, so I think it is related to my mathfont. Another user in my system does not have this problem, so the cause is somewhere in my configuration. Does somebody have a clue where I can look? I tried moving away my ~/.lyx/preferences, but that did not help. Bye, Martijn Brouwer
display of greek letters
Hi, When I insert greek letters in a document they are not diplayed correctly. I do not get the symbol but the name of letter. So when I type \alpha, I see 'alpha' in red instead of the symbol alpha. Latex output is OK, so I think it is related to my mathfont. Another user in my system does not have this problem, so the cause is somewhere in my configuration. Does somebody have a clue where I can look? I tried moving away my ~/.lyx/preferences, but that did not help. Bye, Martijn Brouwer
rendering greek letters in 1.3.3 qt
Hi since I upgraded lyx to 1.3.3 qt, greek letters are not rendered anymore in LyX (latex output is OK). The symbols are displayed as ERT. An equation with a lot of \varepsilons becomes very unreadable. Can anybody shed some light on this? Am I missing some X11 fonts, is something else wrong or is this a bug? It is WYGIWYM, but not WYSIWYM :(. Martijn
Re: Scientific Word files
When I tried it, it complained about the revtex4.layout, which is of lyx 1.3. With the version of 1.4 Andre sent me, a 1.4 lyx document was created which could not be imported in 1.4. So for users of 1.3, reLyX is the only way to go. Martijn P.S. When will 1.4 arrive and what will it bring us? On Mon, 27 Oct 2003 17:36:13 +0100 Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote: > > I would like to give it a try. Can it be obtained separately from > > the lyx source? > > I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped... > > Andre' > > -- > Those who desire to give up Freedom in order to gain Security, will not have, > nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) >
Can't use scalable interface fonts anymore.
Until sometime ago, I used the bitstream charter font for displaying roman text in lyx, but a few days ago I saw lyx changed this to helvetica. Since this is a sans serif bitmap font I wanted to revert to charter, but that font was not listed anymore in the drop down list. It is still installed. Running reconfigure did not help. Does somebody have an idea how I can get my scalable fonts back? Martijn
Re: Scientific Word files
Thanks for sending tex2lyx. When I run it on my revtex4 latex file it comlains: LyX: Unknown TextClass tag `MaxCounter' [around line 15 of file /usr/local/share/lyx/layouts/revtex4.layout] Error: Textclass '' is missing a defaultstyle. Assertion triggered in const LyXLayout_ptr& LyXTextClass::operator[](const std::string&) const by failing check "!name.empty()" in file lyxtextclass.C:697 Aborted What do I have to do about this? Martijn On Mon, 27 Oct 2003 17:36:13 +0100 Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2003 at 05:27:13PM +0100, Martijn Brouwer wrote: > > I would like to give it a try. Can it be obtained separately from > > the lyx source? > > I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped... > > Andre' > > -- > Those who desire to give up Freedom in order to gain Security, will not have, > nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) > Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
Re: Re: Scientific Word files
I could send you a SuSE 8.3 binary for 32 bit Intel. 380k stripped... Great! It would like it to run on K7. Thanks for your help. Martijn
Re: Scientific Word files
On Mon, 27 Oct 2003 16:40:36 +0100 Andre Poenitz <[EMAIL PROTECTED]> wrote: > > > > I have a document created wiht Scientific Word, and exported as > > > > portable tex document. Together with the tcilatex file, it > > > > compiles correctly, > > > > > > Export as 'Clean LaTeX'. > > > > Has been done. This produces a file that relies on the tcilatex file > > because it contains a lot of non-standard latex. > > But only in comments? I had the impression that the exported LaTeX > was "clean". It still uses SW defined macro's. (SW version 4.1 I believe) > > > > but how can I read it in lyx? > > > > > > And try both reLyX and recent tex2lyx on the result. tex2lyx should > > > be quite a bit better, but there are a few corner cases were reLyX > > > is better. > > > > > I cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx > > site. Is it only available in cvs? > > Hm... yes, could well be. I would like to give it a try. Can it be obtained separately from the lyx source?
Re: Scientific Word files
On Mon, 27 Oct 2003 14:30:21 +0100 Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Mon, Oct 27, 2003 at 02:00:01PM +0100, Martijn Brouwer wrote: > > I have a document created wiht Scientific Word, and exported as > > portable tex document. Together with the tcilatex file, it compiles > > correctly, > > Export as 'Clean LaTeX'. Has been done. This produces a file that relies on the tcilatex file because it contains a lot of non-standard latex. > > but how can I read it in lyx? > > And try both reLyX and recent tex2lyx on the result. tex2lyx should be > quite a bit better, but there are a few corner cases were reLyX is > better. > I cannot find tex2lyx. Neither in my local lyx dir, nor at the lyx site. Is it only available in cvs?
Scientific Word files
I have a document created wiht Scientific Word, and exported as portable tex document. Together with the tcilatex file, it compiles correctly, but how can I read it in lyx? Is there a nice script that replaces SW macros like \unit{} with normal tex commands? What is the correct way to insert units anyways? Thanks in advance Martijn
bibtex -> latex
Hi, Is there an script that converts bibtex files to plain latex? Some journal require you to include your references in te latex document, and I do not want to convert my references by hand. Martijn
input of chemical formula's
Is there an alternative to mathmode to insert chemical formulas like $C_6H_{12}O_6$. In Herberts help pages I found a few tips about chemical drawings, but not about this issue. Martijn Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
Re: Insert table in 1.3.2 QT
I have some important extra info. When I start lyx from a terminal I get these messages: LyX: Menu::read: Unknown menu tag: `main' [around line 7 of file ~/.lyx/ui/default.ui] MenuItem(): LyX command `math-halign left' does not exist. MenuItem(): LyX command `math-halign center' does not exist. MenuItem(): LyX command `math-halign right' does not exist. MenuItem(): LyX command `math-valign top' does not exist. MenuItem(): LyX command `math-valign center' does not exist. MenuItem(): LyX command `math-valign bottom' does not exist. MenuItem(): LyX command `math-row-insert' does not exist. MenuItem(): LyX command `math-row-delete' does not exist. MenuItem(): LyX command `math-column-insert' does not exist. MenuItem(): LyX command `math-column-delete' does not exist. MenuItem(): LyX command `index-insert-last' does not exist. MenuItem(): LyX command `dialog-tabular-insert' does not exist. Toolbar::add: no LyX command called `dialog-tabular-insert' exists! Appearently I miss more than I discovered until now. Is there somebody who can help? Martijn On Tue, 3 Jun 2003 22:33:57 +0200 Martijn Brouwer <[EMAIL PROTECTED]> wrote: > I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an > enormous improvement): > The 'insert table' is not shown in the menu. The only table related menu entries > are: edit -> tabular (greyed out), and insert -> floats -> table. My > ~./lyx/ui/default.ui contains a line > Item "Tabular Material...|b" "dialog-tabular-insert" > in the Menu "insert" section, but this menu item does not show up. > > Martijn > - > Physics is a approximate description of a part of the physical phenomena, that are > only a small portion of human perceptions. > > H Casimir, Dutch Physicist > -- Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
screen display of tables with fixed width columns.
When I have a fixed with columns in a table, the number of lines required to display the content of a cell on the screen can deviate strongly from the number of lines in the .dvi output. When the zoom percentage in the edit -> preferences -> look & feel -> screen fonts, is relatively low, the number of lines required to display the cell contents can be much larger than on paper. This is caused by the fact that the cell internal margin is not scaled with the zoom factor. Not a really important bug, but under certain circumstances an annoying one. bye, Martijn -- Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
Insert table in 1.3.2 QT & displaying fixed column width tables.
I have a problem with table insertino in LyX 1.3.2 with QT frontend (overall an enormous improvement): The 'insert table' is not shown in the menu. The only table related menu entries are: edit -> tabular (greyed out), and insert -> floats -> table. My ~./lyx/ui/default.ui contains a line Item "Tabular Material...|b" "dialog-tabular-insert" in the Menu "insert" section, but this menu item does not show up. Martijn - Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
Re: duplicate menu's
On Wed, 26 Mar 2003 21:40:52 + John Levon <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2003 at 10:41:03PM +0100, Martijn Brouwer wrote: > > > Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-) > > Ah, the problem is the "nobuffer" menus. Remove those completely, and > all references to them. Thanks again! Martijn Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
Re: duplicate menu's
On Wed, 26 Mar 2003 18:01:57 + John Levon <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2003 at 11:47:53AM +0100, Martijn Brouwer wrote: > > > When I start LyX (1.3.0 or 1.3.1, qt frontend), it shows duplicate > > menu entries for 'file', 'edit' and 'help'. To the left I have 'file', > > 'edit' and 'help' with a limited nuber of items (those that make sense > > when there is no document open). To the right of these I get the > > complete menu. Since it is such an obvious bug I wondered why it has > > not been reported on the list yet. Am I the only one who encounteres > > this problem? > > Yes, you're the only one I'm afraid :) > > Try moving $HOME/.lyx or something. Works! Renaming ~/.lyx/ui/default.ui works to and preserves my settings :-) I notice that lyx does not crate a default.ui anymore. I changed mine to use gtklp as printing dialog. How can I make this change nowadays? For people who want to investigate this furter, I enclosed me default.ui. Thanks! Martijn Brouwer Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist default.ui.bak Description: application/trash
duplicate menu's
When I start LyX (1.3.0 or 1.3.1, qt frontend), it shows duplicate menu entries for 'file', 'edit' and 'help'. To the left I have 'file', 'edit' and 'help' with a limited nuber of items (those that make sense when there is no document open). To the right of these I get the complete menu. Since it is such an obvious bug I wondered why it has not been reported on the list yet. Am I the only one who encounteres this problem? I compiled lyx 1.3.1 on debian testing against qt2. Bye, Martijn Physics is a approximate description of a part of the physical phenomena, that are only a small portion of human perceptions. H Casimir, Dutch Physicist
Re: LyX WYSIWYM document processor???
On Mon, 17 Feb 2003 15:36:50 +0100 Herbert Voss <[EMAIL PROTECTED]> wrote: > Adinda Praditya schrieb: > > Have look the file and convert it to DVI or PDF > > > > Do you guys know what's wrong with the file? > > > > \language english > > what is the right language? > I guess Indonesian. Martijn (Dutch)
QTDIR problem
Hi, When I ./configure --with-frontend=qt, configure stops with this message: configure: error: Cannot compile a simple Qt executable. Check you have the right $QTDIR ! I am using debian/testing and have both libqt3 and libqt3-dev installed. Since I do not have experience with the compilation of Qt programs I am wondering whether I need to have more installed. Setting QTDIR to /usr/lib and /usr/lib/qt3 does not help. How can I solve this? Bye, Martijn
Re: LyX looks for wrong xforms version.
On 10 Jan 2003 10:09:01 +0100 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > >>>>> "Martijn" == Martijn Brouwer <[EMAIL PROTECTED]> writes: > > Martijn> Additional information: LyX 1.2.3 has the same problem on my > Martijn> system (debian testing) > > Martijn> The output from ldd /usr/local/bin/lyx > [...] > Martijn> So it is linked against both versions. I do not have > Martijn> libxforms installed, allthough I had before I installed > Martijn> version 1.0. Any comments from the developers or other debian > Martijn> users? > > Can you show us the final link command you had when compiling LyX? > > JMarc > If you tell me how ;-) I just builded lyx with make. I have attached the Makefile Makefile Description: Binary data
Re: LyX looks for wrong xforms version.
Additional information: LyX 1.2.3 has the same problem on my system (debian testing) The output from ldd /usr/local/bin/lyx libflimage.so.1 => /usr/X11R6/lib/libflimage.so.1 (0x4001f000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40068000) -> libforms.so.1 => /usr/X11R6/lib/libforms.so.1 (0x40086000) libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4010a000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40118000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4012) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40136000) libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x401f1000) libm.so.6 => /lib/libm.so.6 (0x4023a000) libc.so.6 => /lib/libc.so.6 (0x4025b000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40376000) ->libforms.so.0.89 => not found libtiff.so.3 => /usr/lib/libtiff.so.3 (0x40383000) libdl.so.2 => /lib/libdl.so.2 (0x403c5000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000) libz.so.1 => /usr/lib/libz.so.1 (0x403c9000) So it is linked against both versions. I do not have libxforms installed, allthough I had before I installed version 1.0. Any comments from the developers or other debian users? Martijn On Sat, 4 Jan 2003 22:05:32 +0100 Martijn Brouwer <[EMAIL PROTECTED]> wrote: > I installed xforms 1.0.0 and recompiled LyX. > Part of the final ouput of ./configure was: > Frontend: xforms > libXpm version: 4.11 > libforms version: 1.0.0 > > so it finds and uses xfoms 1.0.0. > > However, when I run LyX after compilation and installation it complaines: > ./lyx: error while loading shared libraries: libforms.so.0.89: cannot open shared >object file: No such file or directory > > Now it looks for version 0.89! > > Making a symlink, makes lyx start and work, allthough I am still experiencing the >nasty bug that the open dialog (and a few others too) cancel when I scroll too far >down in the file selection list. > > Any comments? >
LyX looks for wrong xforms version.
I installed xforms 1.0.0 and recompiled LyX. Part of the final ouput of ./configure was: Frontend: xforms libXpm version: 4.11 libforms version: 1.0.0 so it finds and uses xfoms 1.0.0. However, when I run LyX after compilation and installation it complaines: ./lyx: error while loading shared libraries: libforms.so.0.89: cannot open shared object file: No such file or directory Now it looks for version 0.89! Making a symlink, makes lyx start and work, allthough I am still experiencing the nasty bug that the open dialog (and a few others too) cancel when I scroll too far down in the file selection list. Any comments?
subequations
A few months ago Dekel gave sombody on the list the following advice on subequations: If you want your formulae to be numbered like this: 8.46, 8.47a, 8.47b, 8.48,... then write \begin{subequations} before the 2nd formula, and \end{subequations} after the 3rd formula. Now I want to use this in a equation array environment. LyX now produces the following latex: \begin{subequations} \begin{equationarray} ... \end{subequations} \end{equationarray} which ofcourse results in a number of latex errors. How to do this correct within LyX? Or is there another way to achieve subequation numbering in a equationarray? Bye Martijn
float placement problems after upgrading to 1.2.x
Hi, I encountered the problem that my floats were not placed according to the !tbp settings in the document layout dialog. When I exported my document to tex I saw that most figures had htbp placement settings. When I remember well, these are the figures I inserted before switching to 1.2.x. So probably something went wrong when LyX 1.2 inported the document that was in 1.6.x format at that time. I fixed this by deleting by hand all placement lines in insets in my LyX file. I guess the problem is caused by the fact that lyx 1.6 specified the location of every individual float to be equal to the global setting. LyX 1.2 uses the global location only for floats that do not have a individual location specified, so it does not overule old settings from 1.6. If I am correct than I think this behaviour should be changed. It would be better if LyX 1.2 would make the global placement variable equal to the values used in the 1.6 document and *remove* all placement specifications for the individual float. Bye and thanks for the great work! Martijn
Re: lyx and debian
On Mon, 2002-11-11 at 08:41, |b|c|r| wrote: > > I've recently switched from red hat 7.3 to debian woody. I apt-got lyx, > it came without a hitch. started right up. i remember fighting all day > to get red hat to make it run. > anyway, my debian copy came without all the good stuff that my redhat came > with. i cant double space, i cant change font, i cant spell check. I can > fix these things one at a time, its a pain, tho. is there some library of > something that i'm supposed to apt-get along with lyx that no one told me > about? Nice word apt-got :-) First. Apt-get synaptic. This is a convenient frontend to apt-get. Start synaptic, search for lyx, and look which packages it suggest. Probably aspell and some fonts that you currently do not have installed. Succes, Martijn P.S. Woody is rock stable, but its software is relatively old because it has been tested very long. Unless you do very critical work it is better to upgrade to Debian Sarge (testing) or even Unstable (Sid). Even Unstabel is stable, I run it for two weeks now and did not encounter any problem.
XPP as printer
I would like to use XPP (X printing panel) for printing from LyX. How can I do this? Bye, Martijn
captions apart from floats
Hi, I am preparing an article (revtex), and have to print all floats after the text. This can be achieved using the endfloats option of revtex. But I am also required to separate the figure text (captions) from the figures themselves. Do not ask me why, I think this is stupid too, but my supervisor wants it this way. Scientific Workplace can do this, so I suppose latex can do this too. How can I achieve this with LyX? Thanks, Martijn
Re: Antwort: Euro Symbol
On Fri, 2002-09-20 at 15:25, Wolfgang Kilian wrote: > Thanks Robert.R.Koehler, > the example teseuro.tex works fine. Nevertheless LyX gives me an Error: > LaTeX Error: File 'eurosym.sty' not found. > > Mhhh... I already reconfigured LyX and started it again??? > > Thanks so far > Wolfgang > You first need to reconfigure latex: run texhash as root. succes, Martijn
RE: [graphics preview] known problem but...
I have ghostscript 6.53, which should not have the bug anymore, and I upgrade lyx-1.6 from fix2 to fix4, and when I do not touch LyX when I open the document, more figures then before are rendered, but not yet all. What suprises me most is that the number of rendered figures varies when I open the document a few times. Bye, Martijn On Wed, 2002-09-18 at 09:15, Robert Spee wrote: > see http://bugzilla.lyx.org/show_bug.cgi?id=39 > I use Redhat 7.2 and the ghostscript package ghostscript-6.51-17.i386.rpm > with lyx 1.1.6fix4 and it works fine since I upgraded to this ghostscript > version. > > Good luck > > Robert > > > -Original Message- > > From: Martijn Brouwer [mailto:[EMAIL PROTECTED]] > > Sent: dinsdag 17 september 2002 21:23 > > To: [EMAIL PROTECTED] > > Subject: [graphics preview] known problem but... > > > > > > Hi, > > Included graphics is not shown in LyX with lyx 1.6-fix2. (I am still > > using 1.6 for an important document, that was created with 1.6). > > Searching docs an mailinglist archives learned that this was a bug in > > ghostscript that has been fixed in 6.53, so I have upgraded > > to 6.53. Now > > part of my pictures (Grace graphs) are shown, but more are not. LaTeX > > output is OK. When I open the usersguide, esher-lsd.eps is shown, > > platypus.eps is not. Has anybody a solution for this?
[graphics preview] known problem but...
Hi, Included graphics is not shown in LyX with lyx 1.6-fix2. (I am still using 1.6 for an important document, that was created with 1.6). Searching docs an mailinglist archives learned that this was a bug in ghostscript that has been fixed in 6.53, so I have upgraded to 6.53. Now part of my pictures (Grace graphs) are shown, but more are not. LaTeX output is OK. When I open the usersguide, esher-lsd.eps is shown, platypus.eps is not. Has anybody a solution for this? In 1.2 preview works, but for this document I do not want to use 1.2 yet, it is too important and I would not like to break compatibility with 1.6. LyX 1.2 crashed a few times when scrolling through this document, complaining about memory, but I cannot reproduce this. Bye, Martijn
sans serif fonts for math
Hi, In my figures (graphs) I have some psfrags containing math. I would like to have these fragments typeset in sans serif, since the nubers in my graphs are sans serif too. How can I achieve this? Bye, Martijn
Re: lyx ingnores second keystrokeHHH
On Wed, 2002-05-29 at 12:25, Lars Gullik Bjønnes wrote: > Martijn Brouwer <[EMAIL PROTECTED]> writes: > > | On Thu, 2002-05-23 at 02:32, John Levon wrote: > >> On Wed, May 22, 2002 at 11:10:29AM +0200, Martijn Brouwer wrote: > >> > >> > Sometimes LyX refuses I encouter the problem that lyx refuses every > >> > second identical keystroke. So 'willing' becomes 'wiling'. The problem > >> > >> What are your key repeat settings ? What does lyx -dbg key show ? > >> > | I did not encounter the problem for a few days but here it comes: > > > | first keystroke: > | Workarea event: KEYBOARD > | WorkArea: Key is `f' [102] > | WorkArea: Keysym is `f' [102] > | Using keysym [B] > | Workarea Diff: 0 > | KeySym is f[102] State is [16] > | action first set to [-1] > | meta_fake_bit is [0] > | action now set to [-1] > | Key [-1][f] > > > | second identical keystroke: > | Workarea event: KEYBOARD > | WorkArea: Key is `f' [102] > | WorkArea: Keysym is `f' [102] > | Using keysym [B] > | Workarea Diff: 0 > | Workarea: Purging X events. > > > | How to interpret this? Is LyX purging X events? > > Yes, sometimes when the timestamp difference between two X events is > very small we purge events. > > What X server is you using and what kind of computer do you have? > speed etc. XFree 4.1.0 from SuSE 7.3 running on a 1000 Mhz Athlon with 128 Mb RAM, so it is not due to computer speed. (If you doubt this I stop using LyX ;-) ) The problem also occurs when there are a few seconds between both keystrokes. When I encounter the problem it occurs for every keystroke that is identical to the previous one. Bye Martijn
Re: lyx ingnores second keystrokeHHH
On Thu, 2002-05-23 at 02:32, John Levon wrote: > On Wed, May 22, 2002 at 11:10:29AM +0200, Martijn Brouwer wrote: > > > Sometimes LyX refuses I encouter the problem that lyx refuses every > > second identical keystroke. So 'willing' becomes 'wiling'. The problem > > What are your key repeat settings ? What does lyx -dbg key show ? > I did not encounter the problem for a few days but here it comes: first keystroke: Workarea event: KEYBOARD WorkArea: Key is `f' [102] WorkArea: Keysym is `f' [102] Using keysym [B] Workarea Diff: 0 KeySym is f[102] State is [16] action first set to [-1] meta_fake_bit is [0] action now set to [-1] Key [-1][f] second identical keystroke: Workarea event: KEYBOARD WorkArea: Key is `f' [102] WorkArea: Keysym is `f' [102] Using keysym [B] Workarea Diff: 0 Workarea: Purging X events. How to interpret this? Is LyX purging X events? > Have you tried a different xforms version (0.88, 0.) ? No, not yet. I when necessary I will do. Thanks and bye, Martijn
lyx ingnores second keystroke
Sometimes LyX refuses I encouter the problem that lyx refuses every second identical keystroke. So 'willing' becomes 'wiling'. The problem is independent of the key I try and occurs only in the LyX main window, not in the dialogs, and also not in other programs. Restarting LyX does not help, restarting X does help. With LyX 1.2.0-pre4 I encounter the same problem. So the problem seems neither be 100% related to X nor 100% related to LyX. Any ideas? Martijn Brouwer LyX 1.1.6fix2, xforms 0.89, XFree 4.1.0 (SuSE 7.3)
revtex4 and endfloats class option
Hi, I am writing a revtex4 paper with LyX, and everthing works fine as long as I do not specify the endfloats option. When I do this I get numerous errors concerning missingg }'s, captions that are outside a figure environment. The problem seems to be have something to do with the \par command. When I export a minimal test file as tex, remove the \par commands and run latex, everything looks fine. But the same procedure with my real file does not give the desired output :-( Did anybody come across this problem and solved it? I can on request send the file to someone who wants to try. Bye, Martijn Brouwer lyx 1.1.6 fix 2 with tetex on linux (SuSE 7.3)
How to suppress FoilTeX advertising
How can I suppress the annoying 'Typeset by FoilTeX' messages in a FoilTeX presentation? Even Micro$oft does not play such a trick... TIA, Martijn _____ Martijn Brouwer [EMAIL PROTECTED]
Some internationalisation problems
Hello everybody, I am writing a text in Dutch, and have some problems with the language settings: - Ispell hyphenates a word containg an 'ij' between the 'i' and the 'j', which is impossible in Dutch. Ispell uses the Dutch dictionaries (using the tricks with the links described in the Users Guide). Is this just a bug in Ispell? - When I insert a Bibliograhy, its titles says 'References', which is of course English. How can I change this in some appropriate Dutch word? Thanks, Martijn _________ Martijn Brouwer [EMAIL PROTECTED]
changing caption environment & positioning of figures
Hello, Today I finished my master thesis, but I still have two problems: The most important is that one of my figures is not inserted in my document. This is a small figure in a floatflt environment. The problem is that this figure follows after a huge figure float containing three figures. This float is printed on a separate page, but LaTeX seems to be unable to insert the small figure before the huge one. I inserted the large float at the very beginning of the section it belongs to. How can I solve this? My preferences for the insertion of floats are htbp. Changing to !htbp does not solve my problem. My second problem is that the captions are hardly discernable from the normal text. I want to print them in a slightly smaller font and italic. How can I change the caption environment? Thanks in advance, Martijn P.S. My document is 54 pages, contains 15 figurefloats with 25 figures, about 10 tables and hundreds of equations. And still LyX runs smoothly! On a 486! A great achievement. _ Martijn Brouwer [EMAIL PROTECTED]
scaling .pstex
Is it possible to scale .pstex pictures, or does this change the position of the text with respect to graphical part of the picture? When this is possible, how to achieve it? Thanks, Martijn __ Martijn Brouwer [EMAIL PROTECTED]
Best way to insert many pictures
Hi, I have three graphs belonging to the same paragraph, and want the appear together beside the text. A part of the text consist of a 'itemize' paragraph. I tried to achieve this in several ways but I do not succeed: 1) Inserting three separate figure floats. Inserting figure floats in at 'itemize' environment results in error messages (missing \item commands) 2) Inserting three figures in one float. The figures don't even appear. When I insert only two pictures, the second figure overlaps with the text. 3) Inserting the figures in a table in a figure float. With the 'floatflt' option disabled it works, but when I enable it, everything is gone again. How can I deal with this? I prefer to have three floats, since I prefer to have three captions. Another problem is that some pictures are transparant. This are .eps files create from normal .ps files with ps2epsi. Who can help me? Martijn _____________ Martijn Brouwer [EMAIL PROTECTED]
creating 'Angstrom' symbol
How can I create a 'Angstrom' symbol. LaTeX does have one and A^{\circ} is not a good Angstrom. ______ Martijn Brouwer [EMAIL PROTECTED]
problems with .lyxrc: inline viewing of images; screenfonts.
I have two problems concerning my .lyxrc file (which is located in my home dir) 1) Lyx 'forgets' the settings for inline viewing of pictures. When I run reconfigure and restart LyX everything works perfect, but in a new session, the figures are not displayed anymore. 2) When I specify another screenfont in .lyxrc, this is ignored by lyx. By the way: what is the correct syntax; \screen_font_roman -*-charter (syntax from manual) \roman_font -*-charter (syntax from default in .lyxrc) I tried both and it does not work Both problems are not crucial but they are annoying. _____ Martijn Brouwer [EMAIL PROTECTED]
importing figures from windows applications
Hello, I have lots of figures in excel files and want to import them into LyX. I tried this by printing my figures to a file with a postscript printer (HP4000TN PS). Then I convert the .prn files with ps2epsi to .epsi files, from which I remove the bitmap image by hand. Now I have .eps files that I can view in gv. But when I import them in LyX and make them 50 percent of the page in the figure dialog, the figures keep their original (A4 landscape) size. The result of this is that the figure does not fit in my document and is not printed. How can I solve this problem? Is there some command in the .eps file that causes this and has to be deleted? Is it better to import figures from windows apps in another way? Which? Thanks, Martijn _ Martijn Brouwer [EMAIL PROTECTED]
RE: Tabular format < 5 is not supported anymore.
At 05:04 PM 7/17/00 +0200, you wrote: > >> Lyx 1.1.5 has just been installed on our network of Linux machines. >> However, when trying to open files written in an older version I get the >> following error message. >> >> Tabular format < 5 is not supported anymore >> Get an older version of LyX (< 1.1.x) for conversion! >> >[snip] >> Is there an easier quicker way to convert the older version tables to >> the newer version? > >As in the error message told use lyx 1.0.4, load the document there, >save it and you're done (version before 1.0.x are beta and therefore >not anymore supported in the save/load format!) Are these documents created with a pre 1.0.x version or with a a 1.1.x version x<5? I have the same problem with a document created in 1.1.5 for linux and edited with 1.1.5 for windows, when I open it again under linux. __ Martijn Brouwer [EMAIL PROTECTED]
little bug displaying math-numbers
When I insert math numbers for a multiline equation, and then remove one of the lines (the last), LyX still displays the (#) for that line. Nevertheless it is removed from the file: it does not appear in the output and after closing and reopening, LyX does not display these extra math number indicators anymore. Martijn __ Martijn Brouwer [EMAIL PROTECTED]
math-delimiters
Is there an easy way to insert math-delimiters with the keyboard? __ Martijn Brouwer [EMAIL PROTECTED]
incompatability between LyX 1.1.5 for Linux and Win9X?!
Hello everybody, I have written a document containing a table float at home under linux. This morning I worked again on this document, adding columns, rows and so on, but under Win98. When I now try to open my document at home again, LyX gives me the following error message: Tabular format <5 not supported anymore. Try an older version for conversion. After that, I get another popup telling me that the document may be truncated, and LyX exits. Opening this document in LyX 1.1.2 does not work, since it is created in 1.1.5. What is the problem, did I finally find a bug ;-). I suppose I can work around this by exporting to LaTeX, but it would off course be nice if this is fixed as soon as possible. Thanks, Martijn _____ Martijn Brouwer [EMAIL PROTECTED]
sub/superscipts
Hello, Is there an other way to insert sub/superscipts than going into math mode? I would like to enter chemical formulas in plain text and text mode in math is quite cumbersome. Thanks, Martijn _ Martijn Brouwer [EMAIL PROTECTED]
Inline viewing of pictures LyX win32
Excuse me if this is too far off topic. I installed LyX1.1.5 under win32, and it runs. My problem is that I can't find and cygwin version of ghostscript. The cygwin site says nothing about it. Does anybody know wher I can find it? thanks, Martijn __ Martijn Brouwer [EMAIL PROTECTED]
Re: latex in figures
At 09:18 20-6-00 +0200, you wrote: >You can do this using "input my.pstex_t" in a float, for instance. >But I don't whether one can convert this to eps (except compile the latex file >and grap the picture in the ps output. Yes, thanks. But when I try this, I get the following LaTeX error, and I don't know where I can find the cause and the sollution. Do you have any idea? This is TeX, Version 3.14159 (Web2C 7.2) (report.tex LaTeX2e <1998/06/01> Error: Cannot determine size of graphic in sublay.pstex_t (no BoundingB ox). See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.201 ...dth}{!}{\includegraphics{sublay.pstex_t}} \par} ? LyX version: 1.1.2 LaTeX version: pi ;-) (3.14159, tetex) XFig version: 3.2 patch 2 _____________ Martijn Brouwer [EMAIL PROTECTED]
latex in figures
Hi, I want to draw some figures with greek letters and subscipts in it (using xfig). The best way to achieve this is inserting some latex in my figures. But how to store this and how to import this in lyx? - latex figures are too limited - eps can't handle latex A nice sollution is the combined file format: one file for the graphics part of the figure and one for the text. But can I import this in LyX? (I remember faintly that I have read something about this but I can't find it anymore). Or do I have to convert to eps? If yes, which program can I use for this? Thanks for help, Martijn _____ Martijn Brouwer [EMAIL PROTECTED]
Re: Graphics/Figures in LyX, Call for Features
At 03:07 PM 6/15/00 +0200, you wrote: >How well do latest LyX versions run on a 486? Is is better/worse than >older versions? Just curious. I can't tell you, I am just beginning to work seriously with LyX. (Master thesis). But version 1.1.2 runs fine. Of course running Latex takes some time, but I have exported the userguide and the extended features documents to postscript, and that took only a few minutes. Reading this documents online goes very well. I did not yet try version 1.1.5: I want to wait until the first fix. Compiling LyX takes to much time to do it for every version. (hint: is there anybody who can build a rpm for SuSE?) I run LyX on a 100 Mhz 486 with 24 Mb ram, so please keep the systemrequirements down. Succes! Martijn P.S. I am going to like LyX very well. The absence of wysiwyg prevents my computer from slowing down when I have a twenty page document full with equations, tables and graphs! Go on. ______ Martijn Brouwer [EMAIL PROTECTED]
Re: Graphics/Figures in LyX, Call for Features
At 10:24 PM 6/7/00 +0200, you wrote: >On 07-Jun-2000 Roland Krause wrote: > >> >> Why GUI independece? Drop xforms now! Port LyX to KDE >> Never! With xforms I can run LyX on my 486, with KDE or gnome I can just open LyX in the time I now need to write my whole thesis! Besides, there is already al port to KDE, KLyX. Martijn __________ Martijn Brouwer [EMAIL PROTECTED]
Re: Graphics/Figures in LyX, Call for Features
I don't know whether LaTeX supports this, but I would like to have the possibility to make a float having half the width of a page with the text flowing around it. Often I have a quite large amount of graphs that show just some measurement points and a fitted straight line. Having full width floats is annoying in that case: you get a few pages with only graphs, and the text that describes them is a few pages away. Is this just a nice dream or is it feasible? Thanks, Martijn __ Martijn Brouwer [EMAIL PROTECTED]
Re: changing margins of double sided document
At 03:18 PM 5/25/00 +, you wrote: >Martijn Brouwer wrote: >> >> Hello Lyx-ers >> I am just starting with Lyx and finished the tutorial. My next step is >> making a hard copy of the userguide. Since this is a huge document (117 >> page A4), I want to make the left and right margins (that are quite large) >> smaller. How can I do this and keep the left and right margins mirrored? >> When I just adapt the margins in layout/paper the mirroring is gone. I >> could not find out how to do this when I skimmed through the documentation. >i hope i understood your problem well. No you did not. (maybe I am to blame). I already copied the file to my home dir. The problem is that I want to change the margins AND preserve the mirroring of the margins. The layout-aper dialog lets you only change the left and right margins, not for example the inner and outer margins. When you print double sided, the left margin of the even pages has to be equal to the right margin of the odd pages and the other way around. I want to achieve this, but do not yet know how. ______ Martijn Brouwer [EMAIL PROTECTED]
changing margins of double sided document
Hello Lyx-ers I am just starting with Lyx and finished the tutorial. My next step is making a hard copy of the userguide. Since this is a huge document (117 page A4), I want to make the left and right margins (that are quite large) smaller. How can I do this and keep the left and right margins mirrored? When I just adapt the margins in layout/paper the mirroring is gone. I could not find out how to do this when I skimmed through the documentation. Thanks in advance, Martijn __ Martijn Brouwer [EMAIL PROTECTED]