Track Changes/Color in Output

2011-05-19 Thread Dr Eberhard Lisse
Hi, I wish to change the tracking colours. On screen I have changed the first author change to brown which works very well but in the output it remains in blue, which I don't like as I am using blue for the hyperref links. If I look at the LaTeC source its something like this here: \providecolor

Re: Track Changes/Color in Output

2011-05-20 Thread Dr Eberhard Lisse
Julien, thanks. But, is there a way to change it in ALL documents, ie globally? greetings, el On 2011-05-19 16:12 , Julien Rioux wrote: > On 19/05/2011 5:55 AM, Dr Eberhard Lisse wrote: >> Hi, >> >> I wish to change the tracking colours. On screen I have changed the >

Lyx-2.0

2011-07-27 Thread Dr Eberhard Lisse
Hi, is it possible to use the labeling environment in Koma Letter? Is there an easy way to include the Tex GyreFot in the Pulldown for the fonts? I like them and even use them as the screen fonst so it would increase the experience :-)-O el

Re: lyx template

2011-08-19 Thread Dr Eberhard Lisse
What happenens if you do File -> New From Template ? My templates are living in ~/Library/Application Support/LyX-2.0/templates and /Applications/LyX.app/Contents/Resources/templates You can easily copy from the latter into the former :-)-O el On 2011-08-20 05:39 , loïs lapla

Re: latex fonts

2011-08-25 Thread Dr Eberhard Lisse
Hi, I like the TeXGyre fronts, and use them as screen fronts through the preferences. As they work with LaTeX I would second the notion of being able to have thenm in the dropdown :-)-O Though, of course, putting them into the Preamble works also. el on 2011-08-24 22:12 Guenter Milde said the f

Re: Beamer class frame title symbol

2018-11-30 Thread Dr Eberhard Lisse
That's a change from previous LyX versions, which I also encountered. Take an old one, remove one of these. save and run a diff, so you'll see what regex you need to plug into Perl :-)-O el On 29/11/2018 20:43, Rich Shepard wrote: > I've copied an older beamer document to a new name to keep t

Re: [ANNOUNCE] LyX 2.2.3 Released

2018-12-15 Thread Dr Eberhard Lisse
Thanks, but I noticed a real nuisance on Mojave 10.14.1 When I click on the Text Style button it uses default which I do not like (and not the default one :-)-O). When I manually change them and click on marked text it makes the change as requested. When I mark some other text for the same form

Re: Luatex not previewing A4-landscape

2018-12-26 Thread Dr Eberhard Lisse
Would you perhaps have a Minimal Working Example so others can test this? Ie remove EVERYTHING not related/producing the error and post the resulting files. el On 2018-12-24 12:42 , Daniel CLEMENT wrote: > Dear list members, > > While updating a PC under Debian, Lyx went from version 2.1.2 to 2

Re: graphic on title page of book

2018-12-30 Thread Dr Eberhard Lisse
I would use the backgound package... el On 2018-12-28 16:20 , Wolfgang Engelmann wrote: > > On 28.12.18 12:29, Jürgen Spitzmüller wrote: >> Am Freitag, den 28.12.2018, 11:28 +0100 schrieb Wolfgang Engelmann: >>> I try to insert a graphic between the subtitle and the author of a >>> book (komasc

Re: Order paragraphs alphabetically

2018-12-30 Thread Dr Eberhard Lisse
Would this not need to be done in a LaTeX package? el On 2018-12-29 20:22 , Jean-Marc Lasgouttes wrote: > Le 21/12/2018 à 18:56, Daniel a écrit : >> Hi, >> >> Is there currently a way to order selected paragraphs alphabetically? >> >> My use case is that I have a long list of description items >>

Re: graphic on title page of book

2019-01-04 Thread Dr Eberhard Lisse
Les, If you use Koma-Script that's a non-starter. el On 2018-12-31 23:46 , Les wrote: [...] > I have found this kind of title page manipulation is much easier to > achieve with the memoir class, where the layout of the title page is > essentially whatever you want it to be. > > Les >

Re: LyX, Program Listing, adding support for Julia, Modelica?

2019-01-11 Thread Dr Eberhard Lisse
That is a LaTeX issue, I think. el On 2019-01-09 17:06 , Bernt Lie wrote: > I use LyX 2.3.1 on Windows 10 (and also LyX 2.2.3 on the same platform). > >   > > I’m including some Julia code in my document (Program Listing), but > there is no built-in support for Julia (syntax highlighting, etc.)

https://wiki.lyx.org/uploads/Modules/soul.module messages

2019-02-05 Thread Dr Eberhard Lisse
Hi, on MacOs 10.14.2 I loaded https://wiki.lyx.org/uploads/Modules/soul.module into LyX 2.3.2, validated and converted it and am getting messages such as these: LyX: Unknown InsetLayout tag [around line 19 of file current token: 'LabelType' context: ''] LyX: Unknown InsetLayout tag [around li

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Dr Eberhard Lisse
Scott, this is very helpful for my alias file on the Mac. function lyxconfigure { pushd ~/ python -tt "/Applications/LyX.app/Contents/Resources/configure.py" popd } greetings, el On 15/01/2019 19:02, Scott Kostyshak wrote: > On Tue, Jan 15, 2019 at 11:27:34AM -0500, Dani

Re: Question: how to run Reconfigure without GUI

2019-02-06 Thread Dr Eberhard Lisse
That was a first stab at it :-)-O When I have a moment I'll do it right :-)-O greetings, el On 06/02/2019 09:53, Steve Litt wrote: > On Tue, 5 Feb 2019 13:49:31 -0500 > Scott Kostyshak wrote: > >> On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: >&g

Re: English version of beamer

2019-02-06 Thread Dr Eberhard Lisse
Perhaps something like cd ~/ cp /usr/share/lyx/examples/beamer.lyx . lyx beamer.lyx mfg, el On 06/02/2019 14:04, Wolfgang Engelmann wrote: [...] >> so how do I start lyx in English if it is in /usr/share/lyx? > > /examples/beamer.lyx > > /usr/share/lyx/examples/beamer.lyx: Permission denied >

Change Tracking Colors (Screen vs PDF)

2019-02-08 Thread Dr Eberhard Lisse
Hi, I have been modifying the change colors for a tracked document, using Preferences -> Look&Feel -> Screen Colors, I wanted the switch "changed text 1st author" to be in red and the 3rd author in blue. That works on the screen, but the output has still first author in blue, which I see in the L

Re: Question: how to run Reconfigure without GUI

2019-02-08 Thread Dr Eberhard Lisse
X, please let me know. Heartbleed was an OpenSSL vulnerability by the way, and, though Bashdoor was an issue in 2014, I use bash as my login shell so I don't really think it matters much. But as Steve wrote it's trivial to change. On 06/02/2019 10:49, Dr Eberhard Lisse wrote: [...] >

Re: Change Tracking Colors (Screen vs PDF)

2019-02-08 Thread Dr Eberhard Lisse
Kornel, thank you. How do I change the colors? el On 08/02/2019 12:16, Kornel Benko wrote: [...] > The screen and paper are different output devices. Therefore they deserve > different > configuration parameters. (Imagine screen background having the color of > printed 'added/deleted text')

Re: Screen script becomes smaller and smaller

2019-02-18 Thread Dr Eberhard Lisse
I have put the following into ~/Library/Application\ Support/LyX-2.3/bind/mac.bind Format 4 \bind "C-minus" "buffer-zoom-out" \bind "C-plus" "buffer-zoom-in" \bind "C-equal" "buffer-zoom-in" \bind "C-S-equal""bu

Re: Screen script becomes smaller and smaller

2019-02-19 Thread Dr Eberhard Lisse
r-zoom" I did notice that a mac.bind in my local directory containing only those above 4 lines looses all other bindings and wonder should it not be that the local one overwrites only those entries different from the main one? el On 2019-02-18 21:22 , Daniel wrote: > On 2019-02-

Re: Screen script becomes smaller and smaller

2019-02-20 Thread Dr Eberhard Lisse
That's an interesting question :-)-O Maybe a mac.local.bind for the new ones and the ones you want to dump are removed from the local copy of the full one? Or an \unbind function? el On 20/02/2019 08:40, Daniel wrote: > On 2019-02-19 17:36, Dr Eberhard Lisse wrote: >> W

Re: Screen script becomes smaller and smaller

2019-02-21 Thread Dr Eberhard Lisse
Jean-Marc, ## This file is automatically generated by lyx ## All modifications will be lost So, how does this survive an update/upgrade? el On 20/02/2019 12:34, Jean-Marc Lasgouttes wrote: > Le 19/02/2019 à 17:36, Dr Eberhard Lisse a écrit : >> Works too :-)-O >> &g

Re: Screen script becomes smaller and smaller

2019-02-21 Thread Dr Eberhard Lisse
ences|Editing|Shortcuts to preserver changes greetings, el On 21/02/2019 13:07, Jean-Marc Lasgouttes wrote: > Le 21/02/2019 à 11:37, Dr Eberhard Lisse a écrit : >> Jean-Marc, >> >> ## This file is automatically generated by lyx >> ## All modifications will be lost >>

Re: Module allocating variable in preable

2019-02-26 Thread Dr Eberhard Lisse
I have done something similar in Document -> Settings -> Local Layout [...] Style EDD CopyStyle Date LabelFont Series Bold Color Red EndFont LatexName renewcommand LatexParam {\LMP} LabelString "LMP:" Preamble \newcommand\LMP[1]{#1} EndPreamble End [

Re: https://wiki.lyx.org/uploads/Modules/soul.module messages

2019-03-14 Thread Dr Eberhard Lisse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 So we need to raise a bug in the tracker? el On 2019-03-08 11:31 , Scott Kostyshak wrote: > On Tue, Feb 05, 2019 at 12:26:20PM +0200, Dr Eberhard Lisse wrote: >> Hi, >> >> on MacOs 10.14.2 I loaded >> >> htt

Re: https://wiki.lyx.org/uploads/Modules/soul.module messages

2019-03-14 Thread Dr Eberhard Lisse
Jürgen, I am in transit overseas, but will revert, eventually. Thanks for the effort in advance. greetings, el On 2019-03-14 17:38 , Jürgen Spitzmüller wrote: > Am Do., 14. März 2019 um 09:15 Uhr schrieb Jürgen Spitzmüller > mailto:sp...@lyx.org>>: > > Alternatively, try to fix it (or get

Re: Problems with bibliography generation

2019-03-26 Thread Dr Eberhard Lisse
The only problem I can see in the malformed BIB file. It does not load into BibDesk on the Mac. The clean one does, and works perfectly with the LyX file. If a BIB file can't be found, browse for it which has always worked for me. el On 14/03/2019 17:28, Daniel wrote: > On 14/03/2019 16:03, D

Re: Trouble exporting multi-part documents

2019-04-02 Thread Dr Eberhard Lisse
Paul, my understanding is that this is the intended behavior. Child Documents are just that, Child Documents. If you want a Child Document to be freestanding it must be surrounded at the very least by something like \documentclass{scrartcl} \begin{document} %[Child Document goes here] \end{doc

Re: Counters of custom list environment

2019-04-03 Thread Dr Eberhard Lisse
I have noticed same, but it bothered me for about 27 seconds and I am now used to it. el On 02/04/2019 12:45, Daniel wrote: > Hi, > > In the attached document the list structure in the work area is shown > as > > i. MyEnumerate > (a) Enumerate > > but the output is actually > > i. MyEnu

Re: Counters of custom list environment

2019-04-04 Thread Dr Eberhard Lisse
On 03/04/2019 13:35, Dr Eberhard Lisse wrote: >> I have noticed same, but it bothered me for about 27 seconds and I am >> now used to it. > > With Jean-Marc's comment, there is no need to get used to it any more. > Though I admire your ability to adapt. :) > > Daniel > >

Weight Options to the Noto Fonts

2019-04-05 Thread Dr Eberhard Lisse
Hi, I am conducting a serious love affair with the Noto fonts which we can now select in the LyX Settings -> Fonts dialog. Sometimes I want to have the document a little ticker than regular which I would normally do in the Preamble with something like \makeatletter \if@landscape

Re: Version control system

2019-04-11 Thread Dr Eberhard Lisse
Ivan, I assume you use a Mac from the look of the icons. If you use Windows, stop reading here :-)-O What happens if you try something like ci -l Title.lyx from a command line? Or even better ci -u -i -t-"Register" "Title.lyx" (leave the -q out) Does a file Tit

Re: Trouble exporting multi-part documents

2019-04-13 Thread Dr Eberhard Lisse
If make the changes in each LyX "master" file you run in to the problem of having to keep track of the changes. Therefor it's better having "master" LyX files and an include.tex for all common changes. el On 2019-04-12 16:43 , Daniel wrote: > On 11/04/2019 10:08, Helge Hafting wrote: >> >> Den 0

Re: Trouble exporting multi-part documents

2019-04-13 Thread Dr Eberhard Lisse
My suggestion is that you do, but minimal ones, and have once "master" include file which all import. Otherwise if you make a change to one file you have to pay attention making the change in all files. el On 2019-04-13 16:34 , Daniel wrote: > On 13/04/2019 15:01, Dr Eberhard Lisse

Re: Lyx template froma tex template

2019-04-13 Thread Dr Eberhard Lisse
Jose, there is always tex2lyx el On 2019-04-10 07:06 , Baris Erkus wrote: > On 07-Apr-19 8:08 PM, Jose Luis Varona Santana wrote: > Hi, my name is José Luis Varona Santana. I'm writing my master's thesis on > lyx but my University has a tex template. How could i made a lyx template > from the

Re: Trouble exporting multi-part documents

2019-04-14 Thread Dr Eberhard Lisse
Neither do I. But I see that in your suggestion. On 2019-04-13 18:45 , Daniel wrote: > On 13/04/2019 16:47, Dr Eberhard Lisse wrote: >> On 2019-04-13 16:34 , Daniel wrote: [...]>>> I don't understand what you mean. My suggestion means you don't need to >&

Re: convert JPG to EPS

2019-04-17 Thread Dr Eberhard Lisse
It's always helpful to include a Minimal Working Example. el On 2019-04-17 05:21 , Paul A. Rubin wrote: > On 4/16/19 11:45 AM, Wolfgang Engelmann wrote: >> What do I have to insert in the converter box for JPG to EPS? >> >> Wolfgang >> > [Oops. I accidentally replied directly rather to the list;

Re: Embedding sounds and video in beamer class

2019-04-19 Thread Dr Eberhard Lisse
First, why are you putting Frames into ERT? LyX has commands for that. Then, I have renamed one of my MP4 files, since that was not included in the allegedly MWE and as I had seemed to recall, the multimedia package doesn't like MP4. Use MOV, ie transform VID_20180616_094640.mp4 into

Re: Beamer manual and examples fail to render

2019-04-20 Thread Dr Eberhard Lisse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I can confirm this bug and the quick solution on MacOs 10.14.4 with LyX 2.3.2. greetings, el On 2019-04-19 17:48 , Jürgen Spitzmüller wrote: > Am Freitag, den 19.04.2019, 03:02 -0700 schrieb > list_em...@icloud.com: >> The Beamer manual, Help -> Sp

Re: Quicker build

2019-04-20 Thread Dr Eberhard Lisse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Or maybe use less references :-)-O Or a proper computer :-)-O el On 2019-04-20 19:21 , Scott Kostyshak wrote: > On Sat, Apr 20, 2019 at 03:51:11PM +0200, Daniel wrote: >> Hi, >> >> My manuscript takes very long to fully compile, a couple of >> mi

Re: Quicker build

2019-04-21 Thread Dr Eberhard Lisse
I have a project of 15 LyX files and one common Tex include file. The complete (master) document takes between 70 and 75 seconds. If I just compile the most complicated child document it takes 20 seconds. The least complicated document (a placeholder of one page without any images or references)

Re: Quicker build

2019-04-23 Thread Dr Eberhard Lisse
Daniel, The idea is to run it with the time command (under Unix/Mac, I don't know how to do that in Windoze) and to see how log that takes (for pdflatex and lualatex). I just looked at the PDF to see it renders, but haven't even bothered to read the title properly. wget http://www.complang.tuwie

Re: Exporting ePub / XML: always SIGSEV

2019-04-25 Thread Dr Eberhard Lisse
This was mentioned last week, as being fixed for the next version with this workaround. el > On 2019-04-19 17:48 , Jürgen Spitzmüller wrote: [...] >> A quick workaround: switch to utf8 encoding and add this to the >> preamble: \DeclareUnicodeCharacter{2303}{\textasciicircum} HTH [...] On 2019-04-

Re: Exporting ePub / XML: always SIGSEV

2019-04-27 Thread Dr Eberhard Lisse
Have you looked at lwarp on CTAN? el On 2019-04-26 19:48 , jezZiFeR wrote: > Dear Anders, > > thank you so much! I have now found a possibility to use ePub. It is > still not perfect and up to now is not useful for publishing etc., but > for private use it is fine. The following seems to work

Re: Articles written with LyX

2019-05-08 Thread Dr Eberhard Lisse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Scott, I like the look, in particular the front page matter. Can you send me (e...@lisse.na) the source(s) of one to have a look how you did that? el On 2019-05-08 20:32 , Scott Kostyshak wrote: > On Wed, May 08, 2019 at 02:36:45PM -0300, Carlos

Re: Articles written with LyX

2019-05-09 Thread Dr Eberhard Lisse
Tim, I like the look, in particular the front page matter. Can you send me (e...@lisse.na) the source(s) of one to have a look how you did that? el On 2019-05-08 21:41 , t...@wescottdesign.com wrote: > All of the PDF articles on this site are authored in LyX: > http://wescottdesign.com/article

tex2lyx 2.3.2 and enumerate-resume

2019-05-13 Thread Dr Eberhard Lisse
Hi, I have run tex2lyx -c scrartcl -m enumitem -f mwe.tex and get the enclosed mwe.lyx where I have manually removed the ERT (see below) from the line with "item 1" and right clicked that and the line with "item 2" to be proper Enumerate-Resume which produces the enclosed

Re: https://wiki.lyx.org/uploads/Modules/soul.module messages

2019-05-13 Thread Dr Eberhard Lisse
That seems to work, thank you, el On 2019-03-14 12:56 , Dr Eberhard Lisse wrote: > Jürgen, > > I am in transit overseas, but will revert, eventually. > > Thanks for the effort in advance. > > greetings, el > > On 2019-03-14 17:38 , Jürgen Spitzmüller wrote: >&g

Re: tex2lyx 2.3.2 and enumerate-resume

2019-05-14 Thread Dr Eberhard Lisse
In case someone is interested, I got to this issue, while playing with Dragon Dictate for the Mac (discontinued by the developer 6 weeks after I purchased the license :-(-O) It reliably crashes when trying to "activate" LyX, never mind that a few years ago when I tried this with previous versions

Re: insert listing so it can be copy/pasted from pdf

2019-05-21 Thread Dr Eberhard Lisse
Would something like this work? http://mirror.ufs.ac.za/ctan/macros/latex/contrib/attachfile/attachfile.pdf el On 06/05/2019 04:25, Joel Kulesza wrote: > On Sun, May 5, 2019 at 2:43 PM Bob Alvarez <4...@outlook.com> wrote: > >> >> I want to insert text code listings into Lyx so readers can c

Re: Lyx file format for tables

2019-05-23 Thread Dr Eberhard Lisse
Yes. Like Nobody's Business (tm) :-)-O el On 22/05/2019 18:09, Rich Shepard wrote: > On Wed, 22 May 2019, Paul Smith wrote: > >> Regarding your other idea -- using xtable() or ktable -- I guess it is not >> very practical in my case, as I have too many table (about 50 tables), and >> therefore

Enumerate in Beamer

2019-05-23 Thread Dr Eberhard Lisse
Hi, I would like to continue the numbering of an enumerated list onto a subsequent slide. Usually I would do that with the enumitem package and module, but since this interferes with something on Beamer it's disabled. In LaTeX I would do something like this, which works. \begin{enumerate} \it

Re: Enumerate in Beamer

2019-05-24 Thread Dr Eberhard Lisse
Yes I did. As I wrote, enumitem does not work in beamer (and the module is not available in beamer). Convington does not do it either. greetings, el On 23/05/2019 15:35, José Abílio Matos wrote: > On Thursday, 23 May 2019 12.20.41 WEST Dr Eberhard Lisse wrote: >> Is there a way of d

Re: Enumerate in Beamer

2019-05-24 Thread Dr Eberhard Lisse
en 24.05.2019, 11:04 +0200 schrieb Dr Eberhard Lisse: >> Yes I did. >> >> As I wrote, enumitem does not work in beamer (and the module is not >> available in beamer). >> >> Convington does not do it either. > > Did you see the Resumable Enumeration mo

Re: Image paths

2019-06-08 Thread Dr Eberhard Lisse
That's what I do on the Mac. el On 2019-06-07 17:16 , Maria Gouskova wrote: [...] >> Pending resolution of this, I can suggest a possible workaround. It >> assumes that the other computers you work on are running some form of >> Linux and that their owners are cooperative. On each machine, you co

Re: "lyxminus" appearing in math mode (windows 10)

2019-06-14 Thread Dr Eberhard Lisse
Not when I run it. 2.3.2 on Mac el On 14/06/2019 03:44, Kyle Stevens wrote: > Hello, > > I tried asking this question on stackexchange and was more or less > told to ask lyx support. > > My issue is that in math mode symbols that used to be "normal" are now > appearing weird such as all greek

Re: Does LyX have an xhtml *import*?

2019-06-17 Thread Dr Eberhard Lisse
There are some mentions on google about converting XHTML to Markdown. That you can get into any form of LyXable TeX with Pandoc. el On 17/06/2019 12:54, Pavel Sanda wrote: > On Sat, Jun 15, 2019 at 02:36:27AM -0400, Steve Litt wrote: >> Hi all, >> >> Does LyX have an xhtml import? If so, does it

Re: Does LyX have an xhtml *import*?

2019-06-18 Thread Dr Eberhard Lisse
-e 's/\\tightlist//g;s/\\\w*{verbatim}//g' f.tex tex2lyx f.tex el On 17/06/2019 23:27, Steve Litt wrote: > On Mon, 17 Jun 2019 15:14:56 +0200 > Dr Eberhard Lisse wrote: > >> There are some mentions on google about converting XHTML to Markdown. >> That you c

Re: Does LyX have an xhtml *import*?

2019-06-19 Thread Dr Eberhard Lisse
I even have a workflow for taking a Mind Map and making a Beamer presentation in LyX :-)-O I have never tried to convert HTML or XHTML, but this should be possible in a way not requiring manual editing... el On 18/06/2019 17:23, Richard Kimberly Heck wrote: > On 6/18/19 11:11 AM, Dr Eberh

Re: Question

2019-06-24 Thread Dr Eberhard Lisse
Vertical Space Fill above Paragraph Centered Vertical Space Fill below el On 2019-06-24 03:47 , Paul A. Rubin wrote: > On 6/23/19 8:46 PM, Carlos Knauer wrote: >> Hello. How do I write a sentence in the center of a page, for example? >> >> Carlos F. Knauer >> > By itself (the only thing on the pa

Re: [ANNOUNCE] LyX 2.3.3

2019-06-26 Thread Dr Eberhard Lisse
Idem on MacOs 10.14.5 el On 2019-06-25 20:18 , Rich Shepard wrote: > On Tue, 25 Jun 2019, Richard Kimberly Heck wrote: > >> Public release of LyX version 2.3.3 > > Thank all of you developers. 2.3.3 builds, loads, and runs on > Slackware-14.2. > > Regards, > > Rich > >

Re: lyx crash 2.3.3.

2019-07-24 Thread Dr Eberhard Lisse
Then it wasn't really a crash :-)-O el On 23/07/2019 17:38, Wolfgang Engelmann wrote: [...] > p.s. I could recover the document from the emergency file > > Wolfgang

Re: lyx crash 2.3.3.

2019-07-24 Thread Dr Eberhard Lisse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Just kidding, by pointing out that there are crashes and crashes :-)-O el On 2019-07-24 12:00 , Kornel Benko wrote: > Am Mittwoch, 24. Juli 2019, 11:30:01 CEST schrieb Dr Eberhard > Lisse: >> Then it wasn't really a cras

Re: How to set editor for external edit of preamble

2019-08-14 Thread Dr Eberhard Lisse
Me three :-)-O el On 14/08/2019 07:15, Daniel wrote: > Hi, > > I just discovered the new feature to edit the preamble externally. > However, I couldn't find where to set the editor for this of any > documentation about it. On MacOS it opens XCode which asks me to > install additional applicatio

Re: How to set editor for external edit of preamble

2019-08-16 Thread Dr Eberhard Lisse
Paul, Thank you very much. This is very cool and works very well. greetings, el On 2019-08-14 20:23, Paul A. Rubin wrote: > On 8/14/19 7:35 AM, Dr Eberhard Lisse wrote: >> Me three :-)-O >> >> el >> >> On 14/08/2019 07:15, Daniel wrote: >>> Hi, >>

Re: How to set editor for external edit of preamble

2019-08-16 Thread Dr Eberhard Lisse
I use TextMate (which has a command line tool in /usr/local/bin). So I set it to /usr/local/bin/mate and that works very well. I did not need to use the --wait option or something like $$i, as once the file is saved I have to click the "End Edit" Button. It also works with Alpha's /usr/local/b

Re: Preview hogging CPU cycles

2019-08-22 Thread Dr Eberhard Lisse
I see this on occasion on the mac as well. No drama, just kill it and move on :-)-O el On 22/08/2019 00:38, Rich Shepard wrote: > I noticed on gkrellm that CPU usage was very high so I checked top. Found > that > 28269 tty1 R    375:58 latex lyxpreviewg26676.tex > was consuming 100% of CPU

Re: KOMA-Script report: old font issue with bibtex

2019-08-23 Thread Dr Eberhard Lisse
Rich, this is not a MWE, it requires gensymb.sty and a BST which I didn't have. This is not a LyX issue It's a LaTeX one, or rather a BST one and you need to look at the BST what it shows there. Look for something like (from another style): FUNCTION {emphasize} { duplicate$ empty$ { pop$

Re: Missing lyxeditor.cmd?

2019-08-23 Thread Dr Eberhard Lisse
I can not confirm this. I am a long time LyX user in production (I seem to have switched from OpenOffice to LyX in 2005 according to what I can find in my operating reports directory), regularly updating LyX and MacOs, and on an number of different boxes (from iMini via the trashcan MacPro to a 5k

Re: KOMA-Script report: old font issue with bibtex

2019-08-24 Thread Dr Eberhard Lisse
Don't look in the LyX source. send me the BST file that is being used, the dabatase for the ciation and the STY file, together with the MWE. el On 2019-08-23 14:41 , Rich Shepard wrote: > On Fri, 23 Aug 2019, Dr Eberhard Lisse wrote: > >> It's a LaTeX one, or rather a B

Re: KOMA-Script report: old font issue with bibtex

2019-08-24 Thread Dr Eberhard Lisse
/ -name 'authordate*' comes to mind. el On 2019-08-24 16:39 , Rich Shepard wrote: > On Sat, 24 Aug 2019, Dr Eberhard Lisse wrote: > >> Don't look in the LyX source. send me the BST file that is being >> used, the dabatase for the ciation and the STY file, to

Re: KOMA-Script report: old font issue with bibtex

2019-08-25 Thread Dr Eberhard Lisse
You don't need to change the reference format. You can modify the BST and put it somewhere where it will survive upgrades. Depending on the search order of Texhash you might even be able to keep the same name :-)-O Tomorrow is a public holiday here (Heroes Day). I am cooking Lentil Soup today f

Re: KOMA-Script report: old font issue with bibtex

2019-08-28 Thread Dr Eberhard Lisse
put Mettenden into the Lentil Soup! :-)-O el On 25/08/2019 16:50, Rich Shepard wrote: > On Sun, 25 Aug 2019, Dr Eberhard Lisse wrote: > >> You don't need to change the reference format. > > El, > > Actually, I do; at least the style as used by the LyX bibliograph

Re: KOMA-Script report: old font issue with bibtex

2019-08-29 Thread Dr Eberhard Lisse
Ok, thanks, please don't ask questions then, for which you don't like the answers. el On 29/08/2019 14:34, Rich Shepard wrote: > On Thu, 29 Aug 2019, Dr Eberhard Lisse wrote: > >> you really seem to not be getting it. > > Eberhard, > > We'll agree to d

Re: How to keep versions of a paper in different formats

2019-09-02 Thread Dr Eberhard Lisse
Jerry, what version control problem? If you are on a Mac or Linux, and you are not collaborating with other authors, you (just :-)-O) install RCS, rerun Tool -> Reconfigure check the sucker in and out. You then can put something like this in your preamble \usepackage{rcs-multi} \rcsid{$Id$} af

Re: lyx disk: error: LyX could not create the temporary directory '/tmp/lyx_tmpbuf1'

2019-09-04 Thread Dr Eberhard Lisse
Wolfgang, have you rebooted? That should run fdisk which may fix what seems to be a file system error. You have sufficient backups, of course? el On 03/09/2019 20:54, Wolfgang Engelmann wrote: > > Quoting John White : > >> After reconfiguring, I would save one of the problem files to a usb >

Re: How to keep versions of a paper in different formats

2019-09-05 Thread Dr Eberhard Lisse
Pavel, one never learns enough :-)-O I didn't use the toolbar up to now and this is rather clever... greetings, el On 05/09/2019 02:16, Pavel Sanda wrote: > On Mon, Sep 02, 2019 at 11:35:36PM +0200, Dr Eberhard Lisse wrote: >> If you are on a Mac or Linux, and you are not coll

Lyx 2.3.3 doesn't print Glossary

2019-09-24 Thread Dr Eberhard Lisse
Hi, I enclose a MWE which does not print the Glossary. If I export to LuaLaTeX and run the PDF shows the Glossary. If I then run it in LyX the PDF does show the Glossary. Any ideas what I can do to figure this out? greetings, el -- If you want to email me, replace nospam with el #LyX 2.3 cre

Re: Adding label to all headings automatically

2019-09-24 Thread Dr Eberhard Lisse
LyX also proposes a name if you manually add a label, so there must be programming logic for the naming. If one could find that, and then use it for a script as below (probably Python :-)-O) it might be really simple to implement :-)-O Actually LyX notices if a document changes (for example whe

Re: Lyx 2.3.3 doesn't print Glossary

2019-09-26 Thread Dr Eberhard Lisse
this. greetings, el On 24/09/2019 17:09, John White wrote: > Morning (here) El, > > I get the same thing whether exported to lautex, cntr-D or cntrl-R. > > John > > On Tuesday, September 24, 2019 1:50:06 AM PDT Dr Eberhard Lisse wrote: >> Hi, >> >> I enc

Re: LyX not compiling any more for Beamer and modernCV classes (missing beginDocument, missing Glyphs)

2019-11-25 Thread Dr Eberhard Lisse
Try this: Document -> Settings > Local Layout paste: PackageOptions fontspec no-math Requires fontspec Validate Ok and let us know if it works :-)-O el On 2019-11-25 18:43 , Daniel Gómez Martínez wrote: > Thank you, moving the folder with my .lyx file to a path without ASCII

Re: LyX & compiling conference proceedings from PDF files

2019-12-03 Thread Dr Eberhard Lisse
Perhaps do one and export to LaTeX and compile. If that works, find how and where this is inserted (in the .tex file) and add another one manually. If that compiles, run a tex2lyx on it. If that works, it should be a triviality to generate this semiautomagically :-)-O 2a) and 2b) are possible a

Re: Error: ! Package babel Error: You haven't defined the language french yet.

2019-12-08 Thread Dr Eberhard Lisse
Toss it and redo whatever you tried with the KOMA Letter :-)-O el On 2019-12-08 19:07 , Patrick Dupre wrote: > Hello, > > The attached file gives an error. > Why? > I use lyx 2.3.3 on fedora30 > > Any idea? > > Thank. > > ===

Small Sized Icons

2019-12-12 Thread Dr Eberhard Lisse
œ Hi, I have figured out how to put default.ui into ~/Library/Application Support/LyX-2.3/ui and to modify it so that the View/Update and the VCS toolbar are on by default and on the left side. Very cool :-)-O How do I make the Icon Size small as a default, which I usually do with Ri

Re: Small Sized Icons

2019-12-12 Thread Dr Eberhard Lisse
Thank you, can a LyX Guru tell us whether a file exists with commands to execute on startup? Or how to make this permanent? greetings, el On 12/12/2019 18:59, Paul A. Rubin wrote: > On 12/12/19 7:16 AM, Dr Eberhard Lisse wrote: >> Hi, >> >> I have figured out how t

Command-F / Command-G

2019-12-12 Thread Dr Eberhard Lisse
Hi, if I enter Command-F (on the mac) it opens the find/replace dialog. How can I make it so that Command-G will repeat the search? At the moment I have to move the mouse to the dialog and click on Find (again), which is slower and more cumbersome. greetings, el -- lyx-users mailing list ly

Re: Command-F / Command-G

2019-12-13 Thread Dr Eberhard Lisse
Command-G is currently bound to word-find-forward. But, the dialog doesn't "load" the search term so that a subsequent Command-G can find it. el On 2019-12-13 17:33 , Paul A. Rubin wrote: > On 12/13/19 2:08 AM, Dr Eberhard Lisse wrote: >> Hi, >> >> if I enter

Re: Latex conversion to lyx

2019-12-19 Thread Dr Eberhard Lisse
or latexmk el On 2019-12-20 04:24 , Richard Kimberly Heck wrote: > On 12/19/19 10:13 AM, Paul A. Rubin wrote: >> On 12/18/19 4:04 PM, Mike Reeks wrote: [...] > Of course, he might also need to run BibTeX, etc, all of which is more > difficult on Windows, is it not? But getting TeXStudio might mak

Re: Beamer > blue line at left of frame > how to get rid of it

2020-01-12 Thread Dr Eberhard Lisse
Wolfgang, turn the Track Changes off. el On 2020-01-11 16:50 , Wolfgang Engelmann wrote: > > Am 11.01.20 um 15:45 schrieb Jürgen Spitzmüller: >> Am Samstag, den 11.01.2020, 15:35 +0100 schrieb Wolfgang Engelmann: >>> Jürgen, I am completely stuck. If I change something in my beamer >>> document

Re: ltxcmds.sty

2020-01-14 Thread Dr Eberhard Lisse
The Oberdiek package has been changed, moving a number if packages out, which now need to be manually installed. On the Mac and Unix this is easy, just run something like tlmgr update --all --self and tlmgr install ltxcmds the latter you need to do for each missing package, or

Re: lyx 2.3.4-1

2020-02-04 Thread Dr Eberhard Lisse
Jürgen, I had same issue on Mac 10.15.2 (and 2.3.4 not 2.3.4-1) I however noticed that the file had US Letter as paper size. After copying the file I changed that to default and it worked. I ran diff cnew.lyx cold.lyx and this comes back 142c142 < \papersize default

Re: PDF export fails with pdflatex and LuaTeX

2020-02-14 Thread Dr Eberhard Lisse
find /usr/local/texlive -name pdftexconfig.tex -exec ls -sl {} ';' 8 -rw-r--r--@ 1 el wheel 549 Apr 15 2016 /usr/local/texlive/2019basic/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex 8 -rw-r--r-- 1 el wheel 549 May 2 2019 /usr/local/texlive/2019basic/texmf-config/

Re: conversion d' une image png en eps

2020-02-24 Thread Dr Eberhard Lisse
Have you got rsvg-convert installed and done a Tools -> Reconfigure? This does recognize svgz and converts them on the fly including in the LyX window. el On 2020-02-24 18:35 , John Kane wrote: > I get the same. My errer message is, "No information for converting svgz > format files to pdf6. Def

Re: Importing files: Some file types (.tex, .odt) only show up under "All files"

2020-02-25 Thread Dr Eberhard Lisse
I can't reproduce on Mac 10.15.3 LyX 2.3.4.2 If in doubt Tool -> Reconfigure :-)-O What happens if you do an Insert -> File ? greetings, el On 25/02/2020 10:46, Tobias Hilbricht wrote: > Thank you for your quick response! > > I have attached the screenshots "LyX_import_LaTeX.png" and > "LyX_

Re: Endless typesetting with enabled Show changes in output

2020-02-26 Thread Dr Eberhard Lisse
Daniel, what is often helpful is to export the files to LaTeX and run that manually perusing the log files. The tracking feature clashes with a few other packages, for example if I mark text with yellow background. I personally find it overrated in any case and try to avoid it. I use RCS for eve

Re: Endless typesetting with enabled Show changes in output

2020-02-26 Thread Dr Eberhard Lisse
Daniel, what is often helpful is to export the files to LaTeX and run that manually perusing the log files. The tracking feature clashes with a few other packages, for example if I mark text with yellow background. I personally find it overrated in any case and try to avoid it. I use RCS for ev

Re: Remove the braces in Lyx file converted from latex file

2020-03-03 Thread Dr Eberhard Lisse
RiKi, I have been through this (curly removal) before. While Perl can remove braces easily and quick and dirty as in s/\{//g; s/\}//g; this will remove ANY and ALL curlies. If the LyX document contains other curlies they will also go. So you might need to copy the formula from

Re: PDF output wrong size

2020-03-03 Thread Dr Eberhard Lisse
Richard (Opheim) This is not a MWE. Remove EVERYTHING (packages, layouts) from the file (and preamble) which does not cause the error. Or construct a virgin file, without anything other than a line or two of text, add the paper format and the image. If that works out add one modification, pack

Re: End-of-frame separator in lyx/Beamer

2020-03-25 Thread Dr Eberhard Lisse
At the end of the frame, make the "environment" Standard (CMD-P S) and hit return. el On 2020-03-24 21:30 , UD Kap wrote: > As if the Corona Virus wasn't enough, now it turns out that Lyx has lost > (removed?) the ability to insert an end-of-frame separator in Beamer > presentations documents!  W

  1   2   3   4   5   6   >