Re: CAS in LyX 2.0 Windows doesn't work
Liviu Andronic gmail.com> writes: > - On Windows, fix call to Computer Algebra System programs (bug 7715). > > Liviu Well it certainly seems like that would be the bug. What great timing for a patch:) But why is there no installer for Windows?
RE: [ANNOUNCE] LyX 2.0.1 Released
Thanks, but when I installed it on my Windows 7 machine, which already has version 2.0, nothing happened! It is still the old version 2.0! Is this an installer bug, or shall I install it in a different way? > Date: Mon, 5 Sep 2011 18:22:20 +0200 > From: sa...@lyx.org > To: lyx-annou...@lists.lyx.org > Subject: [ANNOUNCE] LyX 2.0.1 Released > > > Public release of LyX version 2.0.1 > === > > We are pleased to announce the release of LyX 2.0.1. This is the first > maintenance release in the 2.0.x series. > > LyX 2.0.1 is the result of on-going efforts to make our stable version > even more reliable and stable. We have fixed a number of bugs and made > a number of improvements. These are detailed below. We encourage all > LyX users to upgrade to this version. > > LyX is a document processor that encourages an approach to writing based > on the structure of your documents and not simply their appearance. It is > released under a Free and Open Source Software license. > > You can download LyX 2.0.1 from http://www.lyx.org/Download/. > > If you think you found a bug in LyX 2.0.1, either e-mail the LyX > developers' mailing list (lyx-devel lists.lyx.org), or open a bug > report at http://www.lyx.org/trac/wiki/BugTrackerHome. > > If you have trouble using LyX or have a question, consult the > documentation that comes with LyX and the LyX wiki, which lives at > http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX > users' list (lyx-users at lists.lyx.org). > > We hope you enjoy using LyX 2.0.1. > > The LyX team. > http://www.lyx.org > > > What's new in LyX 2.0.1 > === > > The support for using external files in ERT has been improved by the > introduction of a prefix for the TEXINPUTS environment variable. > This prefix can be set in preferences and by default includes the > document directory (represented by a single '.'). The prefix can > be set to any list of paths separated by the default separator for > a given platform (':' on unix like systems and ';' on windows). > When a file should be included by LaTeX, the paths listed in TEXINPUTS > will be searched in turn for finding it. Note that any non-absolute > path listed in the TEXINPUTS prefix is considered to be relative to the > document directory, i.e., the directory where the LyX file lives. > Users are advised to always include '.' (the document dir) as one of > the path components, otherwise compilation may fail for some documents. > This is because the previous (undocumented) mechanism based on the use > of the \input@path macro has been dropped. The old mechanism did not > work in all cases and was kind of a hack. Old documents using that > undocumented hack for obtaining the path of the LyX file will have to > be revised. A clean way for obtaining the document path is using the > info inset through the "info-insert buffer path" LyX function. > > > ** Updates: > *** > > * DOCUMENT INPUT/OUTPUT > > - Allow for a maximum of 3 minutes for the completion of a spawned command > except on Windows, where 30 minutes are allowed. This is because the > Windows installer may trigger MiKTeX updates that suffer from network > latencies. > > - Improved XHTML output of various fractions. > > - A prefix for the TEXINPUTS environment variable can be specified in the > preferences. The directory of a LyX document is represented by a single > dot '.' or by the prefix "./". Also, any non-absolute path will be > prepended with the LyX document directory. > > - Updated templates to current LyX format, so no conversion will be > needed. > > - Allow LaTeX import of \uline (bug 7640). > > - Fix compilation error occurring when a LyX document resides in a directory > whose name contains characters that are special to LaTeX (bug 6170). > > > * USER INTERFACE > > - Updated Czech, French, German, Japanese, Interlingua, Italian, Polish, > Portuguese, Serbian (Latin), Spanish, Swedish and Ukrainian User > Interface Localization. > > - Now it is not necessary to restart LyX after changing the default > document directory and/or the PATH prefix in the preferences for them > to take effect. > > - Menu View->Source for documents with XHTML default output format now > displays > only the current paragraph, except when complete source is requested > (bug 7463). > > - Size tab now enables and disables correctly depending on the capabilities > configured for the current external template (selected via the combo). > > - Sort entries in the "More Formats and Options" dialog (bug 7714). > > - Enable "Accept compound" preference setting for Aspell backend only. > Reconfigure the aspell backend when "Accept compound" preference is > changed immediately. > > > * DOCUMENTATION AND LOCALIZATION > > - UserGuide: > - new section how to define custom header/footer lines > (bug 7196). > - new section about customized lists > - new section abo
Re: [ANNOUNCE] LyX 2.0.1 Released (win installers)
Firas Ghanim wrote: > > Thanks, but when I installed it on my Windows 7 machine, which already has > version 2.0, nothing happened! It is still the old version 2.0! Is this an > installer bug, or shall I install it in a different way? Windows installer is not yet there, so no bug. The obvious question when it will be available -- nobody knows ;) Currently we are not organized enough to provide all binaries at the time of the announcement. As with any volunteer project the only remedy is that you either join our project to fix it or patiently wait when the windows branch of developers solve the situation. Cheers, Pavel
Re: textgreek and textcyr
I'm using polyglossia (utf encoding) which collides with the old T2A/LGR encoding. Supposedly I'm not the only person with this problem...? Here is what comes as error message: ! LaTeX Error: Command \textpalhookvar already defined. (for tipx) ... ! LaTeX Error: Command \iint already defined. (for amsopn) ... ! LaTeX Error: Command \textgreek already defined. (for polyglossia) Bernd Original-Nachricht > Datum: Mon, 05 Sep 2011 17:22:47 -0400 > Von: Richard Heck > An: Guest_NP > CC: lyx-users@lists.lyx.org > Betreff: textgreek and textcyr > On 09/05/2011 01:32 PM, Guest_NP wrote: > > The biggest concern is everything that follows the "LyX specific > > LaTeX commands" (especially /greektext and /cyrtext). > > > What is the problem with these? LyX adds them for a reason, though the > people who added them would have to explain what the reason is. > > It may be possible to suppress them by adding: > Provides textgreek 1 > Provides textcry 1 > to your layout, e.g., in Local Layout under Document>Settings. (Do not > forget the format tag, though.) However, you will need to declare some > alternate declarations, I believe, since LyX uses the macros they declare. > > Richard > > > Bernd > > > > > > On Sep 5, 2011, at 4:49 PM, Richard Heck wrote: > > > >> On 09/05/2011 07:04 AM, Guest_NP wrote: > >>> Everything that shows up in LyX (from /userpackage(rotating) to > >>> "User-specified LaTeX commands."). > >>> > >>> I imagine that it must be somewhere in a file. > >>> > >> All of that is added automatically by LyX, depending upon various > >> factors in Document>Settings. Some of it you can suppress (e.g., > whether > >> esint is loaded "automatically"). What exactly do you wish to do? > >> > >> Richard > >> > >>> I can't change it in LyX itself because it is not editable. > >>> > >>> Bernd > >>> > >>> > >>> On Sep 5, 2011, at 12:08 AM, Richard Heck wrote: > >>> > On 09/04/2011 06:58 AM, Bernd Kappenberg wrote: > > That's what I did - but the lines don't show up. > > > > > > Here is what the LyX file says when opened in WordPad: > > > > #LyX 2.0 created this file. For more info see http://www.lyx.org/ > > \lyxformat 413 > > \begin_document > > \begin_header > > \textclass scrartcl > > \begin_preamble > > > > \usepackage[ table]{xcolor} > > ... > > > > > > Here is what the LyX file says when opened with LyX (2.0): > > > > %% LyX 2.0.0 created this file. For more info, see > > http://www.lyx.org/. > > %% Do not edit unless you really know what you are doing. > > \documentclass[twoside, fontsize=14, headinclude=true, > > DIV=calc]{scrartcl} > > \usepackage{fontspec} > > \setmainfont[Mapping=tex-text,Numbers=OldStyle]{Copperplate Gothic > > Bold} > > \setsansfont[Mapping=tex-text]{Comic Sans MS} > > \usepackage{geometry} > > > \geometry{verbose,tmargin=2.7cm,bmargin=2cm,lmargin=2cm,rmargin=2cm,headsep=0.021\textheight,footskip=0.7cm} > > > > > > \usepackage{rotating} > > \usepackage{tipa} > > \usepackage{tipx} > > \usepackage{textcomp} > > \usepackage{graphicx} > > \usepackage{setspace} > > \usepackage{esint} > > > > \makeatletter > > > > %% LyX specific LaTeX commands. > > > \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} > > > > \DeclareRobustCommand{\greektext}{% > > \fontencoding{LGR}\selectfont\def\encodingdefault{LGR}} > > \DeclareRobustCommand{\textgreek}[1]{\leavevmode{\greektext #1}} > > \DeclareFontEncoding{LGR}{}{} > > \DeclareTextSymbol{\~}{LGR}{126} > > \DeclareRobustCommand{\cyrtext}{% > > \fontencoding{T2A}\selectfont\def\encodingdefault{T2A}} > > \DeclareRobustCommand{\textcyr}[1]{\leavevmode{\cyrtext #1}} > > \AtBeginDocument{\DeclareFontEncoding{T2A}{}{}} > > > > %% Because html converters don't know tabularnewline > > \providecommand{\tabularnewline}{\\} > > %% A simple dot to overcome graphicx limitations > > \newcommand{\lyxdot}{.} > > > > > > %% User specified LaTeX commands. > > > > \usepackage[ table]{xcolor} > > ... > > > > > > So where are those additional settings hiding? > > > What settings are you looking for? > > Richard > > >> > -- Fragen zum Leben und Arbeiten in der EU? Der Wegweiserdienst der Europäischen Kommission bietet kostenlose Beratung per E-Mail: http://ec.europa.eu/citizensrights/front_end/index_de.htm - NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie! Jetzt informieren: http://www.gmx.net/de/go/freephone
SV: CAS in LyX 2.0 Windows doesn\'t work
-Oprindelig meddelelse- Fra: Brian Linfoot [mailto:br...@linfoot.myzen.co.uk] Sendt: 6. september 2011 12:05 Til: Anders Høg Emne: Re: CAS in LyX 2.0 Windows doesn\'t work Uwe has built this for us to try http://developer.berlios.de/project/showfiles.php?group_id=5117 Thanks mate, it works now:)
Automatic math toolbar related
Hi, Firstly I placed the auto math toolbar on the bottom of my LyX window. I found that when I edit math on the last line of document, appearance/disappearance of auto math toolbar is noticeably slower than when I edit other part of the screen. I guess this is because LyX needs to adjust the screen so the last line is shown on the window. Whease when I edit other part of the document, auto math toolbar simply covers the last line of the document. I was wondering if there is any way to disable this auto appearance/disappearance behavior. I edit a document with a lot of math and I wish I can just have the toolbar on all the time. Thank you, Joon
Re: [ANNOUNCE] LyX 2.0.1 Released (win installers)
On 06.09.2011 13:04, Pavel Sanda wrote: Firas Ghanim wrote: Thanks, but when I installed it on my Windows 7 machine, which already has version 2.0, nothing happened! It is still the old version 2.0! Is this an installer bug, or shall I install it in a different way? Windows installer is not yet there, so no bug. The obvious question when it will be available -- nobody knows ;) I installed 2.0.1 yesterday on Windows7... Not the official, and not announced yet, but a from a very reliable & trustable source. You just need to know where to find it ;-) Best regards, O. PS: congratulations & thanks to the devs for this release. Currently we are not organized enough to provide all binaries at the time of the announcement. As with any volunteer project the only remedy is that you either join our project to fix it or patiently wait when the windows branch of developers solve the situation. Cheers, Pavel
Re: textgreek and textcyr and plyglossia
On 09/06/2011 07:46 AM, Bernd Kappenberg wrote: I'm using polyglossia (utf encoding) which collides with the old T2A/LGR encoding. Supposedly I'm not the only person with this problem...? Here is what comes as error message: ! LaTeX Error: Command \textpalhookvar already defined. (for tipx) ... ! LaTeX Error: Command \iint already defined. (for amsopn) ... ! LaTeX Error: Command \textgreek already defined. (for polyglossia) Did you check "Use Non-TeX fonts" in the font handling business? This loads polyglossia automatically, I believe, and then these macros are not output. I think. Richard
Re: textgreek and textcyr and plyglossia
Richard Heck wrote: > Did you check "Use Non-TeX fonts" in the font handling business? This > loads polyglossia automatically, I believe, and then these macros are > not output. I think. "Use Non-TeX fonts" should not be necessary. Using XeTeX or LuaTeX output (also with tex fonts) should suppress these macros. If not, we have a bug (I did not test). Jürgen
Re: indicate page number of floats
Julien Rioux írta: >On 06/09/2011 12:09 AM, Csikos Bela wrote:> > Hello:> >> > Is it possible to indicate page number of floating figures automatically?> > For example:> >> > "some text in document (fig. 5, page z)"> >> > Page number z would be inserted by latex/lyx at compilation.> >> > Thanks,> >> > bcsikos> >> >> >> > >Absolutely! Please see Section 6.1 of the User's Guide that you find in >the Help menu. Thanks Julien. This was exactly what I thought of. As I see the varioref package is used for this purpose. I looked at its documentation and found that the package has starred versions of vref and vpageref commands (vref*, vpageref*) which prevent insertion of a space before the reference. It seems that currently the starred commands can not be inserted through lyx, TeX code has to be used (which is not a problem). But it could be a feature improvement if they could be inserted through lyx as well in a future release. Another issue is that one of my references says 'on this page' (in the last line of the page) but the table float is placed on the next page. How can I correct this one? One more question: The varioref document says that the \reftextbefore etc. commands can be redefined, but if babel is used it has to be done using babel mechanism. It gives an example: \addto\extrasngerman{% \renewcommand\reftextfaceafter {auf der n\"achsten Seite}% ... } What would be the command for magyar (Hungarian) language? How can I find it out? Thanks again, bcsikos
Re: [ANNOUNCE] LyX 2.0.1 Released (win installers)
Olivier Ripoll wrote: > I installed 2.0.1 yesterday on Windows7... Not the official, and not > announced yet, but a from a very reliable & trustable source. You just need > to know where to find it ;-) If you mean binary produced by Uwe, its not on our ftp because its not considered reliable contrary to what you say. OTOH it might the only one available for the next weeks... >> Currently we are not organized enough to provide all binaries >> at the time of the announcement. As with any volunteer project >> the only remedy is that you either join our project to fix it >> or patiently wait when the windows branch of developers solve >> the situation. >> >> Cheers, >> Pavel >> >
encrypting files
Does anyone know if there is any way to encrypt .lyx files and protect them with a password? thanks
Re: encrypting files
On Tue, Sep 6, 2011 at 9:47 PM, Virgil Arrington wrote: > Does anyone know if there is any way to encrypt .lyx files and protect them > with a password? > You would usually want to use a general purpose encrypting utility (bcrypt, etc.), encrypt an entire partition (luks, truecrypt, etc.) or use an archiver such as 7-zip to generate AES-256 .zip files (on Linux via the cli or Gnome's File-Roller). But I would be curious if there could be a cross-platform solution implemented in LyX. Liviu
Re: encrypting files
Liviu Andronic wrote: > But I would be curious if there > could be a cross-platform solution implemented in LyX. http://www.lyx.org/trac/changeset/34931 http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg160926.html :) > > Liviu
RE: Problem getting started -- cant find ecm fonts
Thanks for the help. Essentially I have not fixed the problem but PDFLatex works fine as a work around. I am grateful to this entire volunteer enterprise. -Original Message- From: Richard Heck [mailto:rgh...@comcast.net] Sent: Monday, September 05, 2011 2:24 PM To: Liviu Andronic Cc: Michael Rothschild; lyx-users@lists.lyx.org Subject: Re: Problem getting started -- cant find ecm fonts On 09/05/2011 03:59 PM, Liviu Andronic wrote: > Hello > > > On Mon, Sep 5, 2011 at 8:38 PM, Michael Rothschild > wrote: >> I have no idea what this means or how to install the ecm fonts or set the >> correct path. I am - obviously - a rank beginner. >> > Something may be wrong with your LaTeX installation. Please try > compiling with something other than the DVI output; I would suggest > 'pdflatex'. Second, try to change Document > Settings > Fonts to Latin > Modern. Maybe this would help. > There were lots of such errors in the TeXLive 2011 packages for Fedora at one point. Something to do with the font maps not being updated properly. I don't know if there's a connection, though. Richard
Re: Problem getting started -- cant find ecm fonts
On Tue, Sep 6, 2011 at 10:43 PM, Michael Rothschild wrote: > Thanks for the help. Essentially I have not fixed the problem but PDFLatex > works fine as a work around. > Well, in the grand scheme of things pdflatex is probably more important than DVI output. Most of those using LyX will use pdflatex to generate the final PDF. From what I hear DVI is most useful for quickly generating the preview. But as Paul mentioned, you might have a broken DVI viewer installation. Liviu > I am grateful to this entire volunteer enterprise. > > > -Original Message- > From: Richard Heck [mailto:rgh...@comcast.net] > Sent: Monday, September 05, 2011 2:24 PM > To: Liviu Andronic > Cc: Michael Rothschild; lyx-users@lists.lyx.org > Subject: Re: Problem getting started -- cant find ecm fonts > > On 09/05/2011 03:59 PM, Liviu Andronic wrote: >> Hello >> >> >> On Mon, Sep 5, 2011 at 8:38 PM, Michael Rothschild >> wrote: >>> I have no idea what this means or how to install the ecm fonts or set the >>> correct path. I am - obviously - a rank beginner. >>> >> Something may be wrong with your LaTeX installation. Please try >> compiling with something other than the DVI output; I would suggest >> 'pdflatex'. Second, try to change Document > Settings > Fonts to Latin >> Modern. Maybe this would help. >> > There were lots of such errors in the TeXLive 2011 packages for Fedora at one > point. Something to do with the font maps not being updated properly. I don't > know if there's a connection, though. > > Richard > > -- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
Re: encrypting files
You could maybe zip them with a password. -- Murat Yildizoglu murat.yildizo...@univ-cezanne.fr Le 6 sept. 2011 à 21:47, "Virgil Arrington" a écrit : > Does anyone know if there is any way to encrypt .lyx files and protect them > with a password? > > thanks >
Re: Automatic math toolbar related
Joon Ro gmail.com> writes: > > I edit a document with a lot of math > and I wish I can just have the toolbar on all the time. > With the cursor _not_ in a math inset, go to the View > Toolbars menu and click on "Math Panels (auto)", "Math (auto)" and any other toolbars you want to lock in the displayed position. Repeat the process if you decide you want to return them to automatic mode. Paul
Re: textgreek and textcyr and polyglossia
Yes, I made sure to tick that box, but the makros still show up. Could it be a flaw in LyX 2.0? Bernd Original-Nachricht > Datum: Tue, 06 Sep 2011 12:21:57 -0400 > Von: Richard Heck > An: Bernd Kappenberg , lyx-users > , "Jürgen Spitzmüller" > Betreff: Re: textgreek and textcyr and plyglossia > On 09/06/2011 07:46 AM, Bernd Kappenberg wrote: > > I'm using polyglossia (utf encoding) which collides with the old T2A/LGR > encoding. Supposedly I'm not the only person with this problem...? > > > > > > Here is what comes as error message: > > > > ! LaTeX Error: Command \textpalhookvar already defined. (for tipx) > > ... > > > > ! LaTeX Error: Command \iint already defined. (for amsopn) > > ... > > > > ! LaTeX Error: Command \textgreek already defined. (for polyglossia) > > > Did you check "Use Non-TeX fonts" in the font handling business? This > loads polyglossia automatically, I believe, and then these macros are > not output. I think. > > Richard > -- Fragen zum Leben und Arbeiten in der EU? Der Wegweiserdienst der Europäischen Kommission bietet kostenlose Beratung per E-Mail: http://ec.europa.eu/citizensrights/front_end/index_de.htm - Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
Re: Automatic math toolbar related
OMG this was so easy! Thank you very much! On Tue, 06 Sep 2011 16:44:50 -0500, Paul Rubin wrote: Joon Ro gmail.com> writes: I edit a document with a lot of math and I wish I can just have the toolbar on all the time. With the cursor _not_ in a math inset, go to the View > Toolbars menu and click on "Math Panels (auto)", "Math (auto)" and any other toolbars you want to lock in the displayed position. Repeat the process if you decide you want to return them to automatic mode. Paul -- Using Opera's revolutionary email client: http://www.opera.com/mail/
Re: textgreek and textcyr and polyglossia
Bernd Kappenberg wrote: > Yes, I made sure to tick that box, but the makros still show up. > Could it be a flaw in LyX 2.0? Could you send a minimal example file showing the problem? I cannot reproduce. Jürgen