Re: Subversion Revision in LyX Document

2010-05-26 Thread Julien Rioux
On 26/05/2010 1:17 PM, Rainer Dorsch wrote: Hello, we maintain our LyX document in subversion. From time to time, I distribute a pdf. I would like to include the subversion revision number in the document. Is there a easy way to do that? Thanks Rainer In the preamble: \usepackage{svn} \SVN $R

Re: Justifying figures to outer margin

2010-05-28 Thread Julien Rioux
On 28/05/2010 5:09 PM, george legge wrote: In LyX memoir class, 2-sided, single column, how can I place figures so that their outer edges line up with the outer edge of a wide (outer margin)? With figures 1.2cm from the edge of the page, they then visually define the wide outer margin. I want the

Re: Justifying figures to outer margin

2010-05-31 Thread Julien Rioux
On 28/05/2010 7:04 PM, george legge wrote: On Sat, May 29, 2010 at 8:33 AM, Julien Riouxwrote: Hi, I am not completely clear on what you want to accomplish, but you might want to have a look at the sidecap package [1]. I wrote a minimalistic module to use the package in LyX [2]. Maybe that would

Re: Change tracking and the fate of deleted text

2010-05-31 Thread Julien Rioux
On 31/05/2010 8:40 AM, E. Kaplan wrote: I realize that this is a BIG request, but it might reflect the wishes of others. In MS WORD, when text is deleted (with /change tracking/ turned on), the deleted text is shown in the margin, and the newly-flowed or inserted text is shown in the body of the

Re: Configuring converters (more specifically dot2tex)

2010-05-31 Thread Julien Rioux
On 31/05/2010 8:11 AM, Leo Antunes wrote: [I'm not subscribed, please CC] Hi, When configuring converters, what's the priority Lyx will give when trying to convert an included graphic? If I have more than one converters set-up for a given input format, with various output formats, which one wil

Re: Subversion Revision in LyX Document

2010-05-31 Thread Julien Rioux
On 31/05/2010 1:03 PM, Rainer Dorsch wrote: Am Wednesday 26 May 2010 23:20:48 schrieb Julien Rioux: On 26/05/2010 1:17 PM, Rainer Dorsch wrote: Hello, we maintain our LyX document in subversion. From time to time, I distribute a pdf. I would like to include the subversion revision number in

Re: Environments and layouts

2010-06-01 Thread Julien Rioux
Hi Will, You have many questions so I will answer below... On 01/06/2010 11:35 AM, Will wrote: I am trying to modify the book class for my thesis. I have a LaTeX class file which basically woks, but there are a few suboptimal interactions with LyX right now that I would like to correct (so I c

Re: Environments and layouts

2010-06-01 Thread Julien Rioux
On 01/06/2010 1:17 PM, Julien Rioux wrote: Input stdstruct.inc Style End_Front_Matter CopyStyle Separator LatexName frontmatterend% End Sorry, that would be: Input stdlayouts.inc Style End_Front_Matter CopyStyle --Separator-- LatexName frontmatterend% LatexType Command End or

Re: Environments and layouts

2010-06-01 Thread Julien Rioux
On 01/06/2010 3:55 PM, Will wrote: I discovered in the tocbibind documentation that the t...@chapter command was exactly what I wanted for my front matter sections. I tried making a FrontMatterSection style in my layout file, but when I try to run LaTeX with LyX I get the following error (though

Re: Environments and layouts

2010-06-01 Thread Julien Rioux
On 01/06/2010 5:17 PM, Will wrote: Thanks, Julien, that all makes. One last question about LaTeX packages -- if I put \newcommand{\frontmattersection}[1]{\...@chapter{#1}} into my cls file, I need to change \RequirePackage{setspace} to \RequirePackage{setspace,tocindbib}, right? And if I do

Re: Configuring converters (more specifically dot2tex)

2010-06-03 Thread Julien Rioux
On 02/06/2010 8:45 PM, Leo Antunes wrote: I'm unfortunately not very familiar with TeX, but it seems to be impossible to simply do something like "cat file.tex | pdflatex> file.pdf" to take my dot2tex output, reconvert it to pdf and use the simpler graphic inclusion feature. Is this a limitation

Re: Float numbering

2010-06-03 Thread Julien Rioux
On 02/06/2010 3:25 AM, Francisco J. Ruiz-Ruano Campaña wrote: Hi! I need to insert two floats with the same image in two different places, but I need to that numbering of this floats would be the same. ¿How I can do this? Thanks. Hi, It can be done with a bit of TeX code. The display in Ly

Re: Configuring converters (more specifically dot2tex)

2010-06-04 Thread Julien Rioux
On 03/06/2010 5:58 PM, Leo Antunes wrote: On 03/06/10 16:22, Julien Rioux wrote: Why not already use the dot->pdf converter that comes with graphviz? dot -Tpdf file.dot -o file.pdf Because I wanna use dot2tex on the dot file beforehand. Importing pure Dot files works like a charm,

Re: how to insert latex code

2010-06-09 Thread Julien Rioux
On 09/06/2010 10:53 AM, hugo barona wrote: I'm working with LyX version 1.6.4 in ubuntuc karmic koala. My book is in spanish and I need to change CAPÍTULO for APÉNDICE. When I go to VIEW->view source, I can not change or edit the latex source code to adapt to the new enviroment. Can you say how t

Re: is there any way to convert from lyx 2.0 format to 1.6?

2010-06-09 Thread Julien Rioux
On 09/06/2010 3:40 PM, Jose Quesada wrote: Hi, Is there any way to convert from lyx 2.0 format to 1.6? Thanks! Best, -Jose Jose Quesada, PhD. Max Planck Institute, Center for Adaptive Behavior and Cognition, Berlin http://www.josequesada.name/ http://twitter.com/Quesada File > Export > LyX

Re: lyx chokes on documents with many subsections?

2010-06-12 Thread Julien Rioux
On 12/06/2010 11:55 AM, Jose Quesada wrote: Hi, I'm not sure if this is only on my particular doc, but it seems to me that lyx chokes on documents with many subsections? It's a notes doc. It may have close to a hundred headinds (section, subsection etc). Typing becomes slow. Even moving around w

Re: Getting theorems in upright or italics font

2010-06-19 Thread Julien Rioux
On 19/06/2010 1:00 PM, Daniel CLEMENT wrote: [...] I come across another problem : when I enumerate within a theorem: Theorem X: The following are equivalent: 1. property one ; 2. property two. the the properties come out upright, unlike the beginning of the theorem. (That could be a

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Julien Rioux
On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg? I don't know what checkinstall is, but one way to have 2.0 and 1.6 co-existing is to

Re: install latest lyx

2010-06-22 Thread Julien Rioux
On 22/06/2010 12:12 PM, Wolfgang Engelmann wrote: experienced people would have know that one has to run autogen and not autogen.sh autogen.sh is correct, not autogen. The complete procedure is: cd ~/lyx-devel ./autogen.sh ./configure make optionally you would also run: sudo make install --

Re: install latest lyx

2010-06-22 Thread Julien Rioux
On 22/06/2010 12:50 PM, Julien Rioux wrote: cd ~/lyx-devel ../autogen.sh ../configure make sorry, it should be: cd ~/lyx-devel ./autogen.sh ./configure make not sure how the extra . got in there -- Julien

Re: install latest lyx

2010-06-22 Thread Julien Rioux
On 22/06/2010 1:05 PM, Wolfgang Engelmann wrote: Am Tuesday 22 June 2010 18:50:24 schrieb Julien Rioux: On 22/06/2010 12:12 PM, Wolfgang Engelmann wrote: but this gives me: wolfg...@wolfgang:~/lyx-devel$ autogen.sh bash: autogen.sh: command not found The ./ (dot slash) is important. It

Re: Old Beamer Class Presentation Lost Navigation Links

2010-06-22 Thread Julien Rioux
On 22/06/2010 1:18 PM, Rich Shepard wrote: The errors are limited to the beamer class (now it's the \makebeamertitle error holding me up) and not the base tetex installation. I've just modified the article that accompanies the slide presentation and it compiles just fine. Is \makebeamertitle

Re: Old Beamer Class Presentation Lost Navigation Links

2010-06-22 Thread Julien Rioux
On 22/06/2010 1:42 PM, Rich Shepard wrote: Hope the attached is minimal enough; it's the title. Rich So, once I remove the empty Section, it compiles. Along the way, I had to install some fonts. (installed fonts/type1/public/fpl/fplrc8a.pfb from the fpl package using miktex) Either or both

Re: code in programlisting box goes over the right edge

2010-06-22 Thread Julien Rioux
On 22/06/2010 5:04 PM, Wadim wrote: I am not sure what is the right name of this box in english because i am using the german version of LYX. It is the box where you type in program code. I have inserted this box in my document and written stuff into it. In Lyx everything looks fine, but when I

Re: Need help with memsty.sty package

2010-06-23 Thread Julien Rioux
On 23/06/2010 3:50 AM, Artimess wrote: I do appreciate if someone help me to figure out how to use memsty.sty package. It is part of memoir class. When I include it in document setting of a working document I get lots of errors. So what I did was created a small file using it independently and

Re: install latest lyx

2010-07-05 Thread Julien Rioux
For the benefit of everyone, here's a step by step guide of how I successfully compiled and installed lyx on ubuntu linux, from the subversion source code repository. I never went back. A) Downloading the source code -- First you want the source files. There are two

Re: Lyx, included tex file and relative .eps files

2010-07-09 Thread Julien Rioux
On 09/07/2010 5:31 AM, Iain Waugh wrote: adding \graphicspath{/subfolder/pictures/} into the master lyx file preamble. Try an absolute path, that might quickly solve your problem (untested). -- Julien

Re: Editing the source

2010-07-14 Thread Julien Rioux
On 14/07/2010 5:44 PM, Michael S. Morales wrote: Forgive if I completely missed this in the user's guide, but how can I edit the source. I cannot seem to figure out how to edit the source directly. I am trying to use \item [{fact that}] but I can only use \item [{factthat}]. Thanks, Michael

Re: Fancy headers lost on Index pages

2010-07-14 Thread Julien Rioux
On 13/07/2010 11:46 AM, Hellmut Weber wrote: Hi list, i don't remember whether this has already been discussed in this list... I have a document (based on koma article) in which i use fancy headers. That works very well in the main part of the document, but the the first page of the index (at th

Re: Key-Bindings for Zoom-In and Zoom-Out

2010-07-16 Thread Julien Rioux
On 15/07/2010 12:27 PM, Stephan Witt wrote: Dear LyX users, since some time it is more and more common to zoom-in or zoom-out the workspace of an application with Ctrl-plus or Ctrl-minus key-strokes. On a Apple Mac this would be Cmd-plus or Cmd-minus. Traditionally in LyX the Ctrl-minus keys

Re: inserting custom layout

2010-07-16 Thread Julien Rioux
On 16/07/2010 5:32 AM, Sajjad wrote: Hello Forum, I have made similar post couple of months ago. The new class that i am trying to incorporate into LyX layout is accompanied by a description of the class file. I did some configuration so that get the liuthesis.layout in Document->settings->Doc

Re: Biblio problem: extra 'crap' at end of citation

2010-07-23 Thread Julien Rioux
On 23/07/2010 11:17 AM, Paul Johnson wrote: Hi, everybody. In the last year or so, I've been testing services like CiteULike and Zotero to build a biblio database as I research. This works pretty well to output the citations to a bib file and work with LyX. I notice only one substantial proble

Re: Cannot Determine Size of Graphic Error due to CLS

2010-07-23 Thread Julien Rioux
On 23/07/2010 5:33 PM, Danny Parker wrote: I'm working on a dissertation with my colleges thesis.cls and I'm having a problem including graphics. If I don't include them and compile to pdf everything works great. If I include a graphic (whether jpg, png, bmp, or eps) I get an error saying "Cann

Re: Getting RevTeX 4.1 layout to work

2010-07-29 Thread Julien Rioux
# REVTeX 4.1 textclass definition file. # Based on article.layout, revtex4.layout and stdclass.inc definition files. # Author: Julien Rioux # Author: Manoj Rajagopalan # Some notes: # - The \definecolor's are there to avoid LyX bug #4625. # - We provide natbib-internal according to LyX bug #5182. #

Re: lyx with cv modern doc class on ubuntu 10.04

2010-07-29 Thread Julien Rioux
On 27/07/2010 6:58 PM, Tennessee Carmel-Veilleux wrote: [...] If you feel adventurous, you could upgrade the moderncv LyX layout to support the latest moderncv version and all its commands. It would take several hours and still would require the "}{" in some places, but you could cut down on the

Re: Problem with citations : (author?) in front of each citation in text

2010-07-29 Thread Julien Rioux
On 27/07/2010 7:14 AM, Nan Zhao wrote: Dear Lyx users, While writing my thesis, I am facing a problem with the bibliography natbit within lyx. I am constantly having an "(author?)" in front of each citation I am using in the text. If anyone would know how to solve this issue, I would very grate

Re: Rotata sideways error

2010-07-29 Thread Julien Rioux
On 27/07/2010 2:54 PM, Ebbe Juel Bech Nielsen wrote: Hi I have a problem rotating a floats containing pictures. I tried rotating by right clicking, "Rotate sideways", but I get an error message when compiling saying Latex Error: Command \newfloat already defined Not rotating the float

Re: revtex4-1 problem

2010-08-05 Thread Julien Rioux
On 05/08/2010 6:02 AM, Paul Anton Letnes wrote: Hi! First things first: Lyx version 2.0 alpha 5, OS: mac os x 10.6.4, installed by using the precompiled .dmg from the lyx.org homepage. My situtation is as follows: I am trying to write an article together with someone who is used to word-style

Re: Seems like Lyx cannot find .bib data

2010-08-12 Thread Julien Rioux
On 12/08/2010 7:13 AM, Philipp Eikerling wrote: Dear lyx-users, I´m using Lyx 1.6.7 with MikTex 2.8 and .bib is generated via Citavi 2.5. Lyx language is german. Windows 7. as I try to insert a BibTeX-generated bibliography in my Lyx document it seems like Lyx is searching for bibtex but does n

Re: PDFLatex and psfrag

2010-08-12 Thread Julien Rioux
On 12/08/2010 8:17 AM, Pascal Francq wrote: Hi, I am using the psfrag package to modify the text included in graphics. When I use pdflatex from Lyx (2.0 beta 5), the psfrag modifications are not take into account, while when I use postscript there are no problem. When I use ps2pdf, I have another

Re: LyX 1.6.7 Packages for Ubuntu

2010-08-19 Thread Julien Rioux
On 19/08/2010 7:28 PM, Rob Oakes wrote: However, Ubuntu updated the version of LaTeX to TeXLive 2009 in 10.04. FYI> Although this is true, you cannot use the texlive 2009 package manager when texlive 2009 is installed from the ubuntu repository. -- Julien

Re: Lyx, pdflatex and pstool

2010-08-20 Thread Julien Rioux
On 20/08/2010 5:57 AM, Pascal Francq wrote: Hi, I use the pstool package to combine psfrag and pdflatex and it works well. In practice, to include a graphic I need a 'file.eps' and I use the \psfragfig command of the form : \psfragfig[some options such as those of graphicx]{file.eps}{psfr

Re: LyX 1.6.7 Packages for Ubuntu

2010-08-20 Thread Julien Rioux
On 20/08/2010 7:29 AM, Sven Hoexter wrote: The Problem is that you often end up with a mess because some third party installers/package manager overwrite files of your distribution packages. And a few weeks later a new update for your distribution arrives and replaces some of the newer files with

Re: LyX 1.6.7 Packages for Ubuntu

2010-08-20 Thread Julien Rioux
On 20/08/2010 10:49 AM, Rob Oakes wrote: This is how, after all, python packages are managed (through setup.py). But I agree if you really need this, advanced users can figure it out by themselves. I can only dream. I'm not sure that it's that simple. (Or if it is, I really need to learn more

Re: looking for layout for MNRAS journal

2010-08-30 Thread Julien Rioux
On 30/08/2010 8:56 AM, Piotr A. Dybczyński wrote: Hi, Hi I am in urgent need of obtaining LyX layout file for the journal paper for Monthly Notices of the Royal Astronomical Society (MNRAS). Its LaTeX class is available at: http://www.wiley.com/bw/static/mnras_latex.asp I am not skilled en

Re: Two Lemmas in a row

2010-08-30 Thread Julien Rioux
On 30/08/2010 1:53 PM, Torquil Macdonald Sørensen wrote: Hi! I'm using the "article (AMS)" document class and want to have two Lemmas in a row with no additional text between them. However, Lyx seems to combine the Lemmas into just one if I don't include any text between them in standard format

Re: LyX and Lilypond

2010-08-31 Thread Julien Rioux
On 31/08/2010 2:50 PM, Torquil Macdonald Sørensen wrote: You could check if you have the same settings as me. These are default LyX settings here on Debian. I haven't changed them. These are default (I checked for LyX 1.6.5 specifically), but you do need a recent version of lilypond installed,

Re: PS Tricks and LyX

2010-09-05 Thread Julien Rioux
On 05/09/2010 9:58 AM, Diego Gruber wrote: Hello, I am trying to combine two images (fig_densities.eps and fig_densities_zoom.eps) into one by slightly superimposing one on top of the other. Now I managed to produce what I wanted using PSTricks, running my script on TexShop, but when I run the s

Re: \cite, \ref

2010-09-06 Thread Julien Rioux
On 06/09/2010 1:38 PM, Hal Kierstead wrote: Still, for a wish list, it would be nice to have a special tex mode, sort of like math mode, so that simple things like \noindent, \cite, etc. could be automatically entered into LyX. That's on my wishlist too. For users coming from the TeX world th

Re: agutex layout?

2010-09-09 Thread Julien Rioux
On 09/09/2010 5:26 AM, Evan Mason wrote: Also in agutmpl.tex there is the option in draft mode to include figures or not. You probably want to learn how to do this from the template file agutempl.tex, and then apply what you have learned to your LyX document. That means putting the necessary

Re: Strange Table Index

2010-09-14 Thread Julien Rioux
On 13/09/2010 3:22 PM, minhvd wrote: I create several float tables. When I export to pdf, the labels are not continous. For example: table 7, table 9, ... but in Lyx document; the labels are continuous: table 7, table 8 ... I tried to copy paste, create new table ... but I have not succecced.

Re: LaTeX import only imports first section

2010-09-17 Thread Julien Rioux
On 17/09/2010 4:18 AM, James Lawrie wrote: Hi List, I'm trying to import my CV from tex into Lyx. I'm doing File->Import->Latex Plain->Filename using Lyx 1.6.7. It imports the file, but only imports the first section, after a few lines of whitespace. The tex file I'm trying to import is http:/

Re: more on collaboration

2010-09-24 Thread Julien Rioux
On 24/09/2010 3:01 PM, Richard Heck wrote: This could almost be done without any changes to LyX. Here's how. 1. Set up a cron job that does "svn up filename.lyx" every two minutes. 2. Set up another cron job that watches filename.lyx and, if it changes, does "svn ci filename.lyx". If I was craz

Re: Asterisk as Equation Label

2010-09-27 Thread Julien Rioux
On 27/09/2010 5:39 PM, Bruce Pourciau wrote: This must be easy to do, but how can you label a displayed equation, not with a number, but with just an asterisk or star in parentheses? I don't need to be referring to my equations in general, but I do need to refer to one particular equation. Bruce

Re: Variables showing top-of-page values?

2010-10-02 Thread Julien Rioux
On 02/10/2010 4:25 PM, Steve Litt wrote: On Saturday 02 October 2010 14:55:14 Steve Litt wrote: On Saturday 02 October 2010 11:54:46 Paul A. Rubin wrote: On 10/2/2010 11:16 AM, Steve Litt wrote: What happens if you load the afterpage package and put the macro inside \afterpage{}? Hopefully

Re: HELP: new line in mathmode

2010-10-03 Thread Julien Rioux
On 03/10/2010 7:32 AM, Madalina Erascu wrote: Could somebody tell me how could I get a new line in math mode in LyX 1.6. I have tried Ctrl+Enter but I get an eqnarray. If eqnarray doesn't please you, there are several other possibilities. Have a look at the great math manual that you find in

Re: Variables showing top-of-page values?

2010-10-03 Thread Julien Rioux
On 03/10/2010 4:57 AM, Steve Litt wrote: U D Man Julien!!! Well, to be fair the main hint of using afterpage came from Paul. \gdef didn't work, but \xdef sure did. I replaced this: \afterpage{\renewcommand{\plotdatehdr}[0]{\plotdateondeck}} With this: \afterpage{\xdef\plotdatehdr{\plotdat

Re: image not centered

2010-10-06 Thread Julien Rioux
On 06/10/2010 10:47 PM, Joel Schiff wrote: When I insert an image into a float box, I have the cursor to the left of the Figure #, and press return, insert the image, but the image always ends up on the left hand side of the box, even in the dvi file. Of course I want all images centered on the p

Re: need in-text citations to line-break!

2010-10-15 Thread Julien Rioux
On 15/10/2010 4:55 AM, Lea Rennert wrote: Hi, I am working with Lyx 1.6.2 on windows, and I am writing my thesis in the book (KOMA-script) - class. I inserted my citations with Citavi, but I think that should not matter - I have a .bib file for the Bibliography (natbib-style) that I loaded. My b

Re: Deleting and removing headers from pages

2010-10-18 Thread Julien Rioux
On 18/10/2010 9:16 AM, Waluyo Adi Siswanto wrote: http://sites.google.com/site/lyxthesistemplate/document-settings-2/latex-preamble Regards waluyo Nice info, thanks for sharing. -- Julien

Re: Problems adding class svjour3 to lyx

2010-10-18 Thread Julien Rioux
On 17/10/2010 2:49 PM, Agustin Lobo wrote: but apparently none of these environmental variables is set, i.e echo $TEXMFHOME yields a blank line. What do I have to do in order to get these environmental variables set? Depends on your shell. Usually, a line like this in .bashrc: TEXMFHOME="$HOM

Re: need in-text citations to line-break!

2010-10-18 Thread Julien Rioux
On 16/10/2010 4:09 AM, Lea Rennert wrote: That was a good suggestion. I went back and checked, and the problem seems to appear in cases with more than one author. In fact, in those cases, instead of just giving "Mishel et al.(2009)", the in-text citation reads "Mishel et al.(2009)Mishel, Bernstei

Re: How do I get apalike (w/natbib) to display URLs in the Bibliography??

2010-10-18 Thread Julien Rioux
On 17/10/2010 10:56 AM, Lea Rennert wrote: Hi, I am working with Lyx 1.6.2 on windows, and I am writing my thesis in the book (KOMA-script) - class. I have chosen natbib (author-year) in Documents settings and loaded the bib-file using apalike since this format seems to work best for me. Everyth

Re: Convert matrix to \smallmatrix

2010-10-19 Thread Julien Rioux
On 19/10/2010 5:19 AM, Daniel CLEMENT wrote: Dear list members, I need to typeset a more compact version of a document with a few matrices. Is there a smart way to convert them (ordinary TeX matrix environment) to the \smallmatrix version, which is also supported by LyX? Some of them are prett

Re: pdflatex always runs package manager

2010-10-26 Thread Julien Rioux
On 26/10/2010 8:37 PM, Jack Tanner wrote: Never mind. It turns out I got hit by this bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3067362&group_id=10783&atid=110783 There are several bugs that have poped up on the MikTeX mailing list since their 2.8 release; to be safe I wo

Re: reference to external file in the ERT

2010-10-30 Thread Julien Rioux
On 30/10/2010 4:21 PM, tobi7212 wrote: Dear Lyx-users and developers, I need your help. I want to refer to an external file in Latex-code in Lyx ERT. How can that be done? I would be very happy if anyone has an idea how to handle. Please answer! I found out: It works only with absolute file pa

Re: Float alignment

2010-11-05 Thread Julien Rioux
On 05/11/2010 11:31 AM, Emil Pavlov wrote: На 1.11.2010 20:21, Emil Pavlov написа: How can I set the alignment to centered for all table and figure floats? I have to change it manually through "paragraph settings" every time? Best regards, Emil Pavlov I am afraid that my e-mail didn't get m

Re: Fonts in LyX (and LaTeX and TeX)

2010-11-09 Thread Julien Rioux
On 09/11/2010 10:30 AM, Rob Oakes wrote: (Including a chapter that covers this topic in detail, amongst other things. But it isn't quite finished. And I am not sure that it will be in time for your debate. Otherwise, i would send that too. It's where the figures came from.) I find your book pro

Re: Getting XeTeX/LyX 2.0 to work with my docs...

2010-11-12 Thread Julien Rioux
On 12/11/2010 12:53 PM, Steve Litt wrote: On Friday 12 November 2010 08:41:39 Pavel Sanda wrote: Mukhtar Ullah wrote: But now something else was noticed... all my beautiful eps figures have been rasterized! Augh! They are hideous in output. :((( this would be serious issue, please fill bug

poetry

2010-11-12 Thread Julien Rioux
Does anybody have a good layout or template for writing poetry in LyX (LaTeX)? -- Julien

Re: Getting XeTeX/LyX 2.0 to work with my docs...

2010-11-12 Thread Julien Rioux
On 12/11/2010 2:52 PM, Pavel Sanda wrote: please people can you check that you have installed eps2pdf? errrm "epstopdf" (part of texlive here) $ which eps2pdf which: no eps2pdf in $ which epstopdf /cygdrive/c/miktex/miktex28/miktex/bin/epstopdf I reconfigured LyX and it is now using epstopdf

Re: Subsection shows section number but nothing else.........

2010-11-13 Thread Julien Rioux
On 13/11/2010 7:24 PM, Charlie wrote: \titleformat{\subsection}[wrap] {\normalfont\fontseries{b}\selectfont\filright} {\thesection.}{1.5em}{} Replace with \titleformat{\subsection}[wrap] {\normalfont\fontseries{b}\selectfont\filright} {\thesection.\thesubsection}{1.5em}{} ? --

Re: confusing cross-references

2010-11-15 Thread Julien Rioux
On 15/11/2010 12:40 PM, Jack Tanner wrote: One more thing I can't figure out. Formatted Reference always gives me "figure 3 on page foo". How can I make it give me just "figure 3"? In the preamble: \newrefformat{fig}{figure~\ref{#1}} and if you use hyperlinks and want "figure 3" to be clickabl

Re: LyX 1.6.7.: section inserted in track mode cause compilation error

2010-11-16 Thread Julien Rioux
On 16/11/2010 4:19 AM, Jannick Asmus wrote: Hi, sections or subsections inserted in track mode yield an compilation error. Prompted error is, e.g., "Use of \...@part doesn't match its definition". Interestingly, changes of headings in track mode are not liked either. Did anyone get aware of tha

Re: Float alignment

2010-11-16 Thread Julien Rioux
On 16/11/2010 8:03 AM, Emil Pavlov wrote: Every time when I insert a float, a [h] appears between the label and the figure. Do you have any idea where this can come from? Yes, this is from the optional argument which specifies the float's position, e.g. in latex: % use default placement: \be

Re: Very strange behavior in LyX 1.6.7/Ubuntu 10.10/Evince 2.32

2010-11-16 Thread Julien Rioux
On 16/11/2010 1:14 PM, Påvel Nicklasson wrote: I have never seen so strange pdf:s. You would be surprised what sort of things can go wrong when printing. In our office we got hit by several bugs including the "shifted by one character point" bug and the "mirror image". Of course these will ha

Re: undefined control sequence with pdflatex but not with dvipdfm

2010-11-17 Thread Julien Rioux
On 17/11/2010 2:02 PM, Matt Funk wrote: does anyone know what this is? powerdot is known not to work with pdflatex; this class supports only dvipdfm or ps2pdf. This ought to be mentioned with a note in the LyX template. (in fact this is correctly noted in the version that comes with LyX, in

Re: Very strange behavior in LyX 1.6.7/Ubuntu 10.10/Evince 2.32

2010-11-17 Thread Julien Rioux
On 16/11/2010 4:56 AM, Påvel Nicklasson wrote: To repeat in Ubuntu 10.10: Make a pdf of Additional Features Manual from the help menu. (I use default settings for everyting) The PDF Looks OK in Evince. In Evince: Go to Archive - Print - Print preview. The text is scrambled. The text is scrambled

Re: Issues with lyx 2.0 beta 1 and lilypond

2010-11-18 Thread Julien Rioux
On 18/11/2010 11:21 AM, Marc Mouries wrote: Hi, I am new to Lyx and just tried it to use it with Lilypond. In LyX I do: File> New from Template, then navigate up one directory, select the examples/ directory, and select lilypond.lyx. I tested with Mac and the file lilypond.lyx was not in the f

Re: Issues with lyx 2.0 beta 1 and lilypond

2010-11-18 Thread Julien Rioux
On 18/11/2010 11:37 AM, Marc Mouries wrote: thanks the reconfigure worked. I was able to open the file without the dialog. Now when i click on "view" i get the following error message: Could it be a 'x' missing at the end of pdflate? The command is correct (I am most certain), only the messag

Re: Issues with lyx 2.0 beta 1 and lilypond

2010-11-18 Thread Julien Rioux
On 18/11/2010 11:51 AM, Julien Rioux wrote: The command is correct (I am most certain), only the message is cut off (yet another issue with the report of errors!). My guess is something went wrong with lilypond-book. Unfortunately, the report of errors from lilypond-book to the LyX interface is

Re: Issues with lyx 2.0 beta 1 and lilypond

2010-11-18 Thread Julien Rioux
On 18/11/2010 12:23 PM, Marc Mouries wrote: find attached the result of the command. The errors i noticed were: 1) Running lilypond...GNU LilyPond 2.13.39 programming error: file name not normalized: C:\\Users\\Marc\\Documents\\tmpdir\\snippet-names--213547792.ly 2) Missing set(['ec/lily-5e700a3e

Re: Reconfiguring Lyx from a command line

2010-11-18 Thread Julien Rioux
On 18/11/2010 2:21 PM, Vincent van Ravesteijn wrote: On Thu, Nov 18, 2010 at 8:18 PM, ehud.kap...@gmail.com wrote: Can Lyx be reconfigured from the command line (from a batch file)? It would be convenient to do it since I update TexLive from a batch file, so I could reconfigure Lyx automatica

Re: aligned vs AMS align

2010-11-19 Thread Julien Rioux
On 19/11/2010 7:51 AM, Emil Pavlov wrote: Perhaps, I am stupid, but I cannot find where the difference between "Aligned Environment" and "AMS align Environment" in section 18.2 is. Can you give a page number for the math manual in Lyx 1.6.7? I didn't look it up but "aligned" must be used within

Re: LyX 2.0x alpha5 in Fedora 14 and modules.

2010-11-19 Thread Julien Rioux
On 19/11/2010 8:42 AM, Rudi Gaelzer wrote: I'm asking because the alpha5 version is issuing error messages when it tries to load the theorem modules. What's the error message? -- Julien

Re: AW: LyX 1.6.7.: section inserted in track mode cause compilation error

2010-11-19 Thread Julien Rioux
On 16/11/2010 8:56 AM, Jannick Asmus wrote: \renewcommand{\lyxadded}[3]{{\cbstart\color{lyxadded}{}#3\cbend}} \renewcommand{\lyxdeleted}[3]{{\cbstart\color{lyxdeleted}\sout{#3}\cbend}} That's what I meant by funky code. The reason I asked is that I had a suspicion. I also have my own redefinit

Re: Very strange behavior in LyX 1.6.7/Ubuntu 10.10/Evince 2.32

2010-11-20 Thread Julien Rioux
On 16/11/2010 8:53 AM, Jean-Marc Lasgouttes wrote: I think this is fixed in a recent (2 days?) ubuntu evince update. Doesn't seem so. I'm up to date on the updates. Evince version: 2.32.0-0ubuntu1 -- Julien

Re: Problem with standard installer for version 1.6.8-1 (Windoze)

2010-11-21 Thread Julien Rioux
On 21/11/2010 2:28 PM, Jim Rockford wrote: Use the '-sysdir' command line parameter or set the environment variable LYX_DIR_16x to the Lyx system directory containing the file 'chkconfig.Itx'." The problem appears to be the 'chkconfig.Itx' file. I don't see it anywhere within the Lyx installa

Re: Troubleshooting Windows Installation "unable to find textclass file" - Win XP, Lyx 1.6.7

2010-11-21 Thread Julien Rioux
On 21/11/2010 6:44 AM, Thomas Vandieken wrote: WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden: '%WIN DOWS\\system32\\cmd.exe /c latex "\\nonstopmode\\input{c:/dokume\\string~1/tommy /lokale\\string~1/temp/tmpe06ohs.ltx}"' Hi, Thanks for your report. The message says

Re: Where is the spellcheck word list kept?

2010-12-05 Thread Julien Rioux
On 05/12/2010 7:51 PM, Steve Litt wrote: Hi all, Where is the LyX spellcheck word list kept? I'd like to maintain a distinct list for each book, so that character names don't trigger. Thanks SteveT Steve Litt Recession Relief Package http://www.recession-relief.US Twitter: http://www.twitter.

Re: Questions and suggestions for spellcheck

2010-12-07 Thread Julien Rioux
On 07/12/2010 1:53 PM, Steve Litt wrote: It might be as simple as adding a special comment to the document: # LYX_PERSONAL_DICTIONARY=/home/slitt/books/thrive/thrive.pws and then being able to edit it from a Docuemnt->Settings You might even be able to store the private list of words itself

Re: Getting RevTeX 4.1 layout to work

2010-12-22 Thread Julien Rioux
On 22/12/2010 12:21 AM, Eric wrote: Julien Rioux physics.utoronto.ca> writes: Here's an updated layout file for LyX 1.6.x Let us know how it works for you. I have a version for LyX 2.0 with template file that I plan to submit to the developers soon. Cheers, Julien Hi Julien, I&

Re: Getting RevTeX 4.1 layout to work

2010-12-22 Thread Julien Rioux
On 22/12/2010 9:16 AM, Eric Cavalcanti wrote: Hi and thanks for the response! I apologise, I should have given more details of my system. I use MacOS 10.5.8, and recently installed texlive2010 through the mactex distribution (over an old texlive2007). I installed revtex4-1 following the instruct

Re: Latex \input and other directories

2010-12-22 Thread Julien Rioux
On 22/12/2010 1:56 PM, Tim Wescott wrote: I have a whole family of documents that I'm working on, all of which I want to have the same look and feel. I tried making a separate last page document, with blurbs for my company and a copyright notice, and putting it in with a LaTeX command: "\input{la

Re: Is there a lyx style that bolds only the first sentence of a paragraph?

2011-01-07 Thread Julien Rioux
On 07/01/2011 1:30 PM, Joel Schwartz wrote: Hello Lyx Users, I'd like to find a way to type paragraphs so that the first sentence of the paragraph is automatically in bold font and everything after the end of the first sentence is in "standard" style. I've typed the paragraphs in this email in t

Re: Is there a lyx style that bolds only the first sentence of a paragraph?

2011-01-07 Thread Julien Rioux
On 07/01/2011 3:16 PM, Steve Litt wrote: I'd start by looking at the source code for the "Description" environment. That environment bolds only the first*word*. So instead of bolding until a space, you could bold to a period, although heaven help you if you have to use an abbreviation in the sent

Re: Is there a lyx style that bolds only the first sentence of a paragraph?

2011-01-07 Thread Julien Rioux
On 07/01/2011 6:40 PM, Joel Schwartz wrote: I haven't gotten beyond the tutorial and user's manual yet, so I don't know when I'll have the expertise to take this any further. Indeed, I decided to try lyx to make my life easier so that I could spend*less* work time trying to format my MS-Word doc

Re: lilypond use lyx/linux

2011-01-17 Thread Julien Rioux
On 17/01/2011 4:57 AM, Wolfgang Engelmann wrote: Hi, I try to use Lilypond under Lyx/linux (Debian) and wonder whether somebody could share his experiences re download (debian package? compile?) with me. Wolfgang If you're looking for advices on how to build from source, I usually do 1) remo

Re: lilypond use lyx/linux

2011-01-17 Thread Julien Rioux
On 17/01/2011 4:57 AM, Wolfgang Engelmann wrote: Hi, I try to use Lilypond under Lyx/linux (Debian) and wonder whether somebody could share his experiences re download (debian package? compile?) with me. Wolfgang ...and if you want to keep LyX 1.6.x alongside the development version (it is,

Re: lilypond use lyx/linux

2011-01-18 Thread Julien Rioux
On 18/01/2011 3:21 AM, Wolfgang Engelmann wrote: what is the reason to remove lyx if I have the latest already? To avoid a version clash when you make install the development version. Other ways to prevent this without removing your previous lyx are a) don't run make install b) run ./configu

  1   2   3   4   5   >