Re: Automize command
> > Am 05.04.23 um 12:22 schrieb Patrick Dupre: > > > > Which my configuration I need really need to run > > export Latex (plain); latex ; bibtex ; latex ; dvipdf -dALLOWPSTRANSPARENCY > > You never told us _why_ do you need the dvi route and cannot use > pdflatex or one of the newer engines?? Because, it just do not work with pstricks > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: Automize command
> > Le 04/04/2023 à 18:27, Richard Kimberly Heck a écrit : > > On 2023-04-03 10:50 , Patrick Dupre wrote: > >>> Hello, > >>> > >>> I tried to automatize the commands > >>> export Latex (plain); latex ; dvipdf -dALLOWPSTRANSPARENCY > >>> but I have not been successful. > > > > You need to set up a new format, say dvitrans, and then define a latex > > -> dvitrans converter that will run that command. LyX will do the rest. > > Or just modify the dvi->pdf converter? (we have one, right ?) Which my configuration I need really need to run export Latex (plain); latex ; bibtex ; latex ; dvipdf -dALLOWPSTRANSPARENCY I have dvi->pdf (dvipdfm) I create a new format Tkpdf with short name: tkpdf extension pdf no editor, no view Default output format With tex fonts: pdf (pdflatex) With non-tex fonts: pdf (Xetex) I created a converter LaTeX(plain) -> Tkpdf with from format DVI to Format pdf (dvipdfm) Converter dvipdfmx -o $$o $$i Extraflag: hyperref-driver=dvipdfmx Converter File Cache enabled When I export to Tkpdf I keep "Send exported file to command:" empty I get: dvips: ! Bad DVI file: first byte not preamble and a .pdf file with: %PDF-1.7 %�쏢 %%Invocation: gs -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=? -sOutputFile=? - 5 0 obj <> stream x�+T0�3T0A(5Ieendstream endobj 6 0 obj 23 endobj 4 0 obj <> /Contents 5 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 4 0 R ] /Count 1 >> endobj 1 0 obj <> endobj 7 0 obj <>stream 2023-04-05T12:19:42+02:00 2023-04-05T12:19:42+02:00 UnknownApplication Untitled endstream endobj 2 0 obj <>endobj xref 0 8 00 65535 f 000395 0 n 001717 0 n 000336 0 n 000222 0 n 000111 0 n 000204 0 n 000459 0 n trailer << /Size 8 /Root 1 0 R /Info 2 0 R /ID [] >> startxref 1842 %%EOF In fact, it is empty -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Automize command
Hello, I tried to automatize the commands export Latex (plain); latex ; dvipdf -dALLOWPSTRANSPARENCY but I have not been successful. Can I get some help? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: versioning
> Subject: Re: versioning > > On Fri, Mar 31, 2023 at 06:16:25PM +0200, Patrick Dupre wrote: > > No, I wanted to keep a versioning of my documents produced with lyx. > > Still not clear what you want. Do you mean versioning (commit) numbers > visible in the document? In such case VCS toolbar -> Insert version info. > Sorry, what is this VCS toolbar? Thanks -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: versioning
> Subject: Re: versioning > > On Fri, Mar 31, 2023 at 01:45:12PM +0200, Patrick Dupre wrote: > > Hello, > > > > Is it possible to manage a version number with lyx? > > (it means keeping also a track of the previous versions) > > > > Thank. > > Are you talking about building LyX? If so, are you building with CMake? > If so, see the CMake flags 'LYX_PROGRAM_SUFFIX=OFF' and > 'LYX_LOCALVERSIONING=ON'. I'm guessing there's an alternative way if > you're using autotools instead of CMake. > > Scott No, I wanted to keep a versioning of my documents produced with lyx. > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
versioning
Hello, Is it possible to manage a version number with lyx? (it means keeping also a track of the previous versions) Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: converter
> Sent: Friday, March 24, 2023 at 7:48 PM > From: "Herbert Voss" > To: lyx-users@lists.lyx.org > Subject: Re: converter > > > > Am 24.03.23 um 18:05 schrieb Patrick Dupre: > > Hello, > > > >> Can I create a file converter command (File Handling) > >> latex -> pdf with a triple command > >> "export latex (plain) $o"; latex $o; dvipdf -d-dALLOWPSTRANSPARENCY $o.dvi > >> ? > > I think that I making something wrong > > > > in File Format, I put > > Format Tkpdf > > in short name tkpdf > > in Extension pdf > > > > In converter > > Latex (plain) -> Tkpdf > > from format: > > Latex (plain) > > to format: > > Tkpdf > > Converter: > > dvipdf $$i $$o > > why do you need the dvi output? Because !!! 1) need to get the tex file, run latex on the file and make a dvips -dALLOWPSTRANSPARENCY This is only option that I have to make it works properly. > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
converter
Hello, > Can I create a file converter command (File Handling) > latex -> pdf with a triple command > "export latex (plain) $o"; latex $o; dvipdf -d-dALLOWPSTRANSPARENCY $o.dvi > ? I think that I making something wrong in File Format, I put Format Tkpdf in short name tkpdf in Extension pdf In converter Latex (plain) -> Tkpdf from format: Latex (plain) to format: Tkpdf Converter: dvipdf $$i $$o But neither tex or dvi files are generated. In the pdf file I get %PDF-1.7 %�쏢 %%Invocation: gs -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=? -sOutputFile=? - 5 0 obj <> stream x�+T0�3T0A(5Ieendstream endobj 6 0 obj 23 and dvips: ! Bad DVI file: first byte not preamble === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Converter
Hello, Can I create a file converter command (File Handling) latex -> pdf with a triple command "export latex (plain) $o"; latex $o; dvipdf -d-dALLOWPSTRANSPARENCY $o.dvi ? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: my own color
> On Tue, Mar 14, 2023 at 05:17:51PM +0100, Patrick Dupre wrote: > > Indeed, this bug is very old 14 years! > > Maybe it is time to fix it? > > > > Unfortunately, I cannot do it myself. > > I see that the bug claims there is a workaround, namely if you write your > \textcolor{Gold} in normal text, copy it into clipboard and then paste it > inside math formula you get what you wanted. > > Pavel > -- Thank Pavel, It works, actually just doing Ctrl c, Ctrl v from text mode to math mode. Good to know -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: my own color
Indeed, this bug is very old 14 years! Maybe it is time to fix it? Unfortunately, I cannot do it myself. > > Exactly > > > Sent: Tuesday, March 14, 2023 at 4:27 PM > > From: "Axel Dessecker" > > To: lyx-users@lists.lyx.org, "Patrick Dupre" > > Subject: Re: my own color > > > > Am Dienstag, 14. März 2023, 16:02:18 CET schrieb Patrick Dupre: > > > > Sent: Tuesday, March 14, 2023 at 3:55 PM > > > > From: "Patrick Dupre" > > > > To: "Axel Dessecker" > > > > Cc: "lyx" > > > > Subject: Re: my own color > > > > > > > > > Sent: Monday, March 13, 2023 at 5:51 PM > > > > > From: "Axel Dessecker" > > > > > To: "lyx" > > > > > Cc: "Patrick Dupre" > > > > > Subject: Re: my own color > > > > > > > > > > Am Montag, 13. März 2023, 17:42:18 CET schrieb Patrick Dupre: > > > > > > Hello, > > > > > > > > > > > > Can I set my own colors? > > > > > > For example, I would like to have in rgb > > > > > > FFD700 > > > > > > ? > > > > > > > > > > > > Thank > > > > > > > > > > > > == > > > > > > = > > > > > > > > > > > > Patrick DUPRÉ | | email: > > > > > > pdu...@gmx.com > > > > > > Laboratoire interdisciplinaire Carnot de Bourgogne > > > > > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > > > > > Tel: +33 (0)380395988| | Room# D114A > > > > > > > > > > > > == > > > > > > = > > > > > > > > > > Patrick, > > > > > > > > > > Have a look at the xcolor package. You can set your favourite colours > > > > > in > > > > > the preamble. > > > > > > > > > > Axel > > > > > > > > Assuming that I do: > > > > \definecolor{Gold}{RGB}{255,119,0} > > > > > > And how I do use it in a formula? > > > how can I get {\color{Gold}} > > > > If I get you right, you are struggling with coloured formulas. See > > subsection > > 11.3 of the Math manual. I don't know if bug #5269 is still around. > > > > > > > > > > > > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: my own color
Exactly > Sent: Tuesday, March 14, 2023 at 4:27 PM > From: "Axel Dessecker" > To: lyx-users@lists.lyx.org, "Patrick Dupre" > Subject: Re: my own color > > Am Dienstag, 14. März 2023, 16:02:18 CET schrieb Patrick Dupre: > > > Sent: Tuesday, March 14, 2023 at 3:55 PM > > > From: "Patrick Dupre" > > > To: "Axel Dessecker" > > > Cc: "lyx" > > > Subject: Re: my own color > > > > > > > Sent: Monday, March 13, 2023 at 5:51 PM > > > > From: "Axel Dessecker" > > > > To: "lyx" > > > > Cc: "Patrick Dupre" > > > > Subject: Re: my own color > > > > > > > > Am Montag, 13. März 2023, 17:42:18 CET schrieb Patrick Dupre: > > > > > Hello, > > > > > > > > > > Can I set my own colors? > > > > > For example, I would like to have in rgb > > > > > FFD700 > > > > > ? > > > > > > > > > > Thank > > > > > > > > > > == > > > > > = > > > > > > > > > > Patrick DUPRÉ | | email: > > > > > pdu...@gmx.com > > > > > Laboratoire interdisciplinaire Carnot de Bourgogne > > > > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > > > > Tel: +33 (0)380395988| | Room# D114A > > > > > > > > > > == > > > > > = > > > > > > > > Patrick, > > > > > > > > Have a look at the xcolor package. You can set your favourite colours in > > > > the preamble. > > > > > > > > Axel > > > > > > Assuming that I do: > > > \definecolor{Gold}{RGB}{255,119,0} > > > > And how I do use it in a formula? > > how can I get {\color{Gold}} > > If I get you right, you are struggling with coloured formulas. See subsection > 11.3 of the Math manual. I don't know if bug #5269 is still around. > > > > > > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: my own color
> Sent: Tuesday, March 14, 2023 at 3:55 PM > From: "Patrick Dupre" > To: "Axel Dessecker" > Cc: "lyx" > Subject: Re: my own color > > > > Sent: Monday, March 13, 2023 at 5:51 PM > > From: "Axel Dessecker" > > To: "lyx" > > Cc: "Patrick Dupre" > > Subject: Re: my own color > > > > Am Montag, 13. März 2023, 17:42:18 CET schrieb Patrick Dupre: > > > Hello, > > > > > > Can I set my own colors? > > > For example, I would like to have in rgb > > > FFD700 > > > ? > > > > > > Thank > > > > > > === > > > Patrick DUPRÉ | | email: pdu...@gmx.com > > > Laboratoire interdisciplinaire Carnot de Bourgogne > > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > > Tel: +33 (0)380395988| | Room# D114A > > > === > > > > Patrick, > > > > Have a look at the xcolor package. You can set your favourite colours in > > the > > preamble. > > > > Axel > Assuming that I do: > \definecolor{Gold}{RGB}{255,119,0} And how I do use it in a formula? how can I get {\color{Gold}} -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: my own color
> Sent: Monday, March 13, 2023 at 5:51 PM > From: "Axel Dessecker" > To: "lyx" > Cc: "Patrick Dupre" > Subject: Re: my own color > > Am Montag, 13. März 2023, 17:42:18 CET schrieb Patrick Dupre: > > Hello, > > > > Can I set my own colors? > > For example, I would like to have in rgb > > FFD700 > > ? > > > > Thank > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988| | Room# D114A > > === > > Patrick, > > Have a look at the xcolor package. You can set your favourite colours in the > preamble. > > Axel Assuming that I do: \definecolor{Gold}{RGB}{255,119,0} And how I do use it? -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
my own color
Hello, Can I set my own colors? For example, I would like to have in rgb FFD700 ? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: speaker notes & Beamer
> Sent: Thursday, February 23, 2023 at 5:25 PM > From: "Saša Janiška" > To: lyx-users@lists.lyx.org > Subject: Re: speaker notes & Beamer > > On Thu, 23 Feb 2023 10:26:01 -0500 > Scott Kostyshak wrote: > > > In LyX, a "Beamer note" is just an inset, so it is saved in the .lyx > > file as any inset (e.g., like a URL inset or a Note inset). There is > > also a Note environment, and it is saved like any environment. Are you talking about the beamer Note ? > > Aha, that's good to know. Thank you for teaching me something new... > > > When compiling to PDF, you need to add some preamble code, otherwise > > the Note contents will be ignored (by Beamer). I'm using this basic > > setup: > > > > % https://tex.stackexchange.com/a/21872/12212 > > \usepackage{pgfpages} > > \setbeamertemplate{note page}[plain] > > \setbeameroption{show notes on second screen=right} > > I did that and now I can see the Notes. :-) > > > One tip: sometimes I think Pympress gets confused and is not sure > > which monitor is for you and which is for the audience. If it starts > > up the wrong way, press "s" to swap. Just in case though, you might > > want to make sure the presenter notes on the first slide aren't too > > embarrassing if they are accidentally revealed to the audience :). > > Jürgen helped me, so I'll use pdfpc. ;-) > > > I have used a video slide successfully before with Pympress. I > > remember searching and I think I found it is also supported by pdfpc > > but I could not test it. Also with Pympress, I remember it worked on > > one computer and for some reason did not work on the other. I did not > > narrow it down to whether it was a difference in Pympress viewer > > versions, or what, but I did come away with the feeling that it was > > "fragile". > > pdfpc-movie package is the key! > > > This week and next are a bit busy for me. How time-sensitive is this? > > I can try to find time to make a full Pympress example and send you > > the .lyx file and video file and see if it works for you. Would that > > help? > > Heh, deadline is tomorrow afternoon, but everything is fine now. :-) > > Thank you for your assistance and for your readiness to help! > > > Sincerely, > Saša > > -- > Whatever action a great man performs, common men follow. And > whatever standards he sets by exemplary acts, all the world pursues. > > -- > One who is able to withdraw his senses from sense objects, > as the tortoise draws its limbs within the shell, > is firmly fixed in perfect consciousness. > > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: create short-cut
Out of curiosity. Where is stored this preferences? not in .lyx/preference Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 | | Room# D114A === Sent: Wednesday, February 22, 2023 at 7:57 PM From: ehud.be...@protonmail.com To: "lyx-users@lists.lyx.org" , "pdu...@gmx.com" Subject: Re: create short-cut Click View->Message Pane A pane with all the actions placed on LyX is now visible. Do your action (export ps2pdf or whatever) and watch for what the message pane says. Now go to preferences->shortcuts click new shortcut In function field, write exactly the action you see in the message pane. Now bind a key board shortcut to it. I just tried it with Export->Plain text and the message pane says "buffer-export text" and this what you need to write in the function field of your new shortcut That's it. -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: create short-cut
OK, It seems that I need buffer-export pdf but which key? It seems that a lot of CTL are already used. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 | | Room# D114A === Sent: Wednesday, February 22, 2023 at 7:57 PM From: ehud.be...@protonmail.com To: "lyx-users@lists.lyx.org" , "pdu...@gmx.com" Subject: Re: create short-cut Click View->Message Pane A pane with all the actions placed on LyX is now visible. Do your action (export ps2pdf or whatever) and watch for what the message pane says. Now go to preferences->shortcuts click new shortcut In function field, write exactly the action you see in the message pane. Now bind a key board shortcut to it. I just tried it with Export->Plain text and the message pane says "buffer-export text" and this what you need to write in the function field of your new shortcut That's it. -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
create short-cut
Hello, I would like to create a short-cut for ps2pdf. Some recommendations? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: A4 landscape ps2pdf
Here one === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Thursday, January 26, 2023 at 9:55 AM > From: "Herbert Voss" > To: "Patrick Dupre" > Cc: lyx-users@lists.lyx.org > Subject: Re: A4 landscape ps2pdf > > > > Am 26.01.23 um 09:50 schrieb Patrick Dupre: > > Hello, > > > > As I said, > > ps2pdf -dAutoRotatePages=/None > > does not help. > > > > The only solution that I have now is > > export latex > > dvips > > ps2pdf > > > > It seems that lyx does not do that properly! > > Provide a small example ... > > Herbert > test.lyx Description: application/lyx -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: A4 landscape ps2pdf
Hello, As I said, ps2pdf -dAutoRotatePages=/None does not help. The only solution that I have now is export latex dvips ps2pdf It seems that lyx does not do that properly! Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Wednesday, January 25, 2023 at 5:32 PM > From: "Herbert Voss" > To: lyx-users@lists.lyx.org > Subject: Re: A4 landscape ps2pdf > > > > Am 25.01.23 um 17:18 schrieb Patrick Dupre: > > Hello, > > > > I have a file in A4 landscape format which provides the right output if I > > use ctlrR (viewing) > > If I use ps2pdf (with option ps2pdf -dALLOWPSTRANSPARENCY -dNoSafer $$i > > $$o) > > the generated pdf file has a portrait form. > > > > How can I fix this? > > > > try ps2pdf -dAutoRotatePages=/None ... > > or for Windows > > try ps2pdf -dAutoROtatePages#/None ... > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: A4 landscape ps2pdf
Finally, it does not help. I am still in portrait === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Wednesday, January 25, 2023 at 5:32 PM > From: "Herbert Voss" > To: lyx-users@lists.lyx.org > Subject: Re: A4 landscape ps2pdf > > > > Am 25.01.23 um 17:18 schrieb Patrick Dupre: > > Hello, > > > > I have a file in A4 landscape format which provides the right output if I > > use ctlrR (viewing) > > If I use ps2pdf (with option ps2pdf -dALLOWPSTRANSPARENCY -dNoSafer $$i > > $$o) > > the generated pdf file has a portrait form. > > > > How can I fix this? > > > > try ps2pdf -dAutoRotatePages=/None ... > > or for Windows > > try ps2pdf -dAutoROtatePages#/None ... > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: A4 landscape ps2pdf
Hello, Thank. But, I cannot! For some reasons that I cannot explain. After probably a mistake! Now, I cannot apply any modification in the preferences. as well I cannot change a font size for example: after I apply, it automatically come back to default ! Did I locked some sort of configuration file? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Wednesday, January 25, 2023 at 5:32 PM > From: "Herbert Voss" > To: lyx-users@lists.lyx.org > Subject: Re: A4 landscape ps2pdf > > > > Am 25.01.23 um 17:18 schrieb Patrick Dupre: > > Hello, > > > > I have a file in A4 landscape format which provides the right output if I > > use ctlrR (viewing) > > If I use ps2pdf (with option ps2pdf -dALLOWPSTRANSPARENCY -dNoSafer $$i > > $$o) > > the generated pdf file has a portrait form. > > > > How can I fix this? > > > > try ps2pdf -dAutoRotatePages=/None ... > > or for Windows > > try ps2pdf -dAutoROtatePages#/None ... > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
A4 landscape ps2pdf
Hello, I have a file in A4 landscape format which provides the right output if I use ctlrR (viewing) If I use ps2pdf (with option ps2pdf -dALLOWPSTRANSPARENCY -dNoSafer $$i $$o) the generated pdf file has a portrait form. How can I fix this? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 1.0
Thank The problem with lualatex is that I get ! Undefined control sequence. \c@lor@to@ps ->\PSTricks _Not_Configured_For_This_Format l.26 \psline[linecolor=blue,linewidth=10.5pt]( 3,1)(2,2) and an error if I add \usepackage{auto-pst-pdf}% For the preferences File Handling->Converters ps2pdf -dALLOWPSTRANSPARENCY $$i $$o Is it correct? Thank again. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Wednesday, January 11, 2023 at 10:20 AM > From: "Herbert Voss" > To: "Patrick Dupre" > Cc: lyx-users@lists.lyx.org > Subject: Re: LyX 1.0 > > > > Am 11.01.23 um 10:04 schrieb Patrick Dupre: > > > > Do we have similar options with pdflatex? > > > no, but PSTricks code needs lualatex (directly a pdf) or latex with > dvips and ps2df > > Herbert > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 1.0
Thank Herbert, Do we have similar options with pdflatex? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Wednesday, January 11, 2023 at 9:54 AM > From: "Herbert Voss" > To: "Patrick Dupre" > Cc: lyx-users@lists.lyx.org > Subject: Re: LyX 1.0 > > > > Am 11.01.23 um 09:51 schrieb Patrick Dupre: > >> Thank. > >> It seems fantastic except than when I try to run view (to get the pdf > >> file). I get > >> > >> An error occurred while running: > >> ps2pdf "d2_1.ps" "d2_1.pdf" > > In addition, if I export as a Latexplain. > > I can run latex and generate the dvi file. > > Then > > dvips > > gv provides > > > > WARNING: Transparency operations ignored - need to use > > -dALLOWPSTRANSPARENCY > > you have to modify the LyX preferences. ps2pdf needs nowadays optional > arguments: > > ps2pdf -dALLOWPSTRANSPARENCY -dNoSafer > > > Herbert > > > > > > Error: /undefined in .setstrokeconstantalpha > > Operand stack: > > 142.264 199.169 142.264 56.9055 1.0 > > Execution stack: > > %interp_exit .runexec2 --nostringval-- --nostringval-- > > --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- > > --nostringval-- false 1 %stopped_push 1974 1 3 %oparray_pop > > 1973 1 3 %oparray_pop 1961 1 3 %oparray_pop 1817 1 3 > > %oparray_pop --nostringval-- %errorexec_pop .runexec2 > > --nostringval-- --nostringval-- GPL Ghostscript 9.56.1: Unrecoverable > > error, exit code 1 > > --nostringval-- 2 %stopped_push --nostringval-- > > Dictionary stack: > > --dict:766/1123(ro)(G)-- --dict:0/20(G)-- --dict:153/200(L)-- > > --dict:198/300(L)-- --dict:38/200(L)-- --dict:129/200(L)-- > > Current allocation mode is local > > Last OS error: Resource temporarily unavailable > > > > > > > > and ps2pdf > > WARNING: Transparency operations ignored - need to use > > -dALLOWPSTRANSPARENCY > > > > Error: /undefined in .setstrokeconstantalpha > > Operand stack: > > 142.264 199.169 142.264 56.9055 1.0 > > Execution stack: > > %interp_exit .runexec2 --nostringval-- --nostringval-- > > --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- > > --nostringval-- false 1 %stopped_push 1974 1 3 %oparray_pop > > 1973 1 3 %oparray_pop 1961 1 3 %oparray_pop 1817 1 3 > > %oparray_pop --nostringval-- %errorexec_pop .runexec2 > > --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push > > --nostringval-- > > Dictionary stack: > > --dict:766/1123(ro)(G)-- --dict:0/20(G)-- --dict:153/200(L)-- > > --dict:198/300(L)-- --dict:38/200(L)-- --dict:129/200(L)-- > > Current allocation mode is local > > Current file position is 249842 > > GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1 > > > > > > It seems that there is an issue with my distribution (fedora) > > > >> === > >> Patrick DUPRÉ | | email: pdu...@gmx.com > >> Laboratoire interdisciplinaire Carnot de Bourgogne > >> 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > >> Tel: +33 (0)380395988| | Room# D114A > >> === > >> > >> > >>> Sent: Wednesday, January 11, 2023 at 8:32 AM > >>> From: "Herbert Voss" > >>> To: lyx-users@lists.lyx.org > >>> Subject: Re: LyX 1.0 > >>> > >>> > >>> > >>> Am 11.01.23 um 01:37 schrieb José Matos: > >>>> On Tue, 2023-01-10 at 11:23 +0100, Patrick Dupre wrote: > >>>>> Yes, I can share it. > >>>>> Not sure about the exact result ! > >>>>> > >>>>> Thank > >>>> The attached file loads correctly in 2.3 (and Fedora FWIW). :-) > >>>> > >>>> Technically the problem was that the first ERT inset was not enclosed > >>>> in a (Plain) layout. I am not sure why that is not triggered here. > >>>> > >>>> Now that I know what the problem is it should be easy to find the > >>>> culprit. Famous last words, I know. :-D > >>> running it with format pdf (ps2pdf) or pdf(lualate) works well. > >>> Attached a slightly modified version: > >>> > >>> Herbert > >>> -- > >>> lyx-users mailing list > >>> lyx-users@lists.lyx.org > >>> http://lists.lyx.org/mailman/listinfo/lyx-users > >>> > >> -- > >> lyx-users mailing list > >> lyx-users@lists.lyx.org > >> http://lists.lyx.org/mailman/listinfo/lyx-users > >> > > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 1.0
> > Thank. > It seems fantastic except than when I try to run view (to get the pdf > file). I get > > An error occurred while running: > ps2pdf "d2_1.ps" "d2_1.pdf" In addition, if I export as a Latexplain. I can run latex and generate the dvi file. Then dvips gv provides WARNING: Transparency operations ignored - need to use -dALLOWPSTRANSPARENCY Error: /undefined in .setstrokeconstantalpha Operand stack: 142.264 199.169 142.264 56.9055 1.0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1974 1 3 %oparray_pop 1973 1 3 %oparray_pop 1961 1 3 %oparray_pop 1817 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1 --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:766/1123(ro)(G)-- --dict:0/20(G)-- --dict:153/200(L)-- --dict:198/300(L)-- --dict:38/200(L)-- --dict:129/200(L)-- Current allocation mode is local Last OS error: Resource temporarily unavailable and ps2pdf WARNING: Transparency operations ignored - need to use -dALLOWPSTRANSPARENCY Error: /undefined in .setstrokeconstantalpha Operand stack: 142.264 199.169 142.264 56.9055 1.0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1974 1 3 %oparray_pop 1973 1 3 %oparray_pop 1961 1 3 %oparray_pop 1817 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:766/1123(ro)(G)-- --dict:0/20(G)-- --dict:153/200(L)-- --dict:198/300(L)-- --dict:38/200(L)-- --dict:129/200(L)-- Current allocation mode is local Current file position is 249842 GPL Ghostscript 9.56.1: Unrecoverable error, exit code 1 It seems that there is an issue with my distribution (fedora) > === > Patrick DUPRÉ | | email: pdu...@gmx.com > Laboratoire interdisciplinaire Carnot de Bourgogne > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > Tel: +33 (0)380395988| | Room# D114A > === > > > > Sent: Wednesday, January 11, 2023 at 8:32 AM > > From: "Herbert Voss" > > To: lyx-users@lists.lyx.org > > Subject: Re: LyX 1.0 > > > > > > > > Am 11.01.23 um 01:37 schrieb José Matos: > > > On Tue, 2023-01-10 at 11:23 +0100, Patrick Dupre wrote: > > >> Yes, I can share it. > > >> Not sure about the exact result ! > > >> > > >> Thank > > > The attached file loads correctly in 2.3 (and Fedora FWIW). :-) > > > > > > Technically the problem was that the first ERT inset was not enclosed > > > in a (Plain) layout. I am not sure why that is not triggered here. > > > > > > Now that I know what the problem is it should be easy to find the > > > culprit. Famous last words, I know. :-D > > > > running it with format pdf (ps2pdf) or pdf(lualate) works well. > > Attached a slightly modified version: > > > > Herbert > > -- > > lyx-users mailing list > > lyx-users@lists.lyx.org > > http://lists.lyx.org/mailman/listinfo/lyx-users > > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 1.0
Thank. It seems fantastic except than when I try to run view (to get the pdf file). I get An error occurred while running: ps2pdf "d2_1.ps" "d2_1.pdf" === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Wednesday, January 11, 2023 at 8:32 AM > From: "Herbert Voss" > To: lyx-users@lists.lyx.org > Subject: Re: LyX 1.0 > > > > Am 11.01.23 um 01:37 schrieb José Matos: > > On Tue, 2023-01-10 at 11:23 +0100, Patrick Dupre wrote: > >> Yes, I can share it. > >> Not sure about the exact result ! > >> > >> Thank > > The attached file loads correctly in 2.3 (and Fedora FWIW). :-) > > > > Technically the problem was that the first ERT inset was not enclosed > > in a (Plain) layout. I am not sure why that is not triggered here. > > > > Now that I know what the problem is it should be easy to find the > > culprit. Famous last words, I know. :-D > > running it with format pdf (ps2pdf) or pdf(lualate) works well. > Attached a slightly modified version: > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: issue with psline
kpsewhich luapstricks.lua no output === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Tuesday, January 10, 2023 at 9:58 PM > From: "Herbert Voss" > To: "Patrick Dupre" > Cc: "LyX Users List" > Subject: Re: issue with psline > > > > Am 10.01.23 um 21:11 schrieb Patrick Dupre: > > lualatex --version > > This is LuaHBTeX, Version 1.13.0 (TeX Live 2021) > > Maybe too old. Does > > kpsewhich luapstricks.lua > > gives an output of the directory? > > Herbert > > > > > > > Execute 'luahbtex --credits' for credits and version details. > > > > There is NO warranty. Redistribution of this software is covered by > > the terms of the GNU General Public License, version 2 or (at your option) > > any later version. For more information about these matters, see the file > > named COPYING and the LuaTeX source. > > > > LuaTeX is Copyright 2021 Taco Hoekwater and the LuaTeX Team. > > > > texlive is not updated with fedora fc36/fc37 > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988| | Room# D114A > > ======= > > > > > >> Sent: Tuesday, January 10, 2023 at 7:56 PM > >> From: "Herbert Voss" > >> To: "LyX Users List" > >> Subject: Re: issue with psline > >> > >> > >> > >> Am 10.01.23 um 19:19 schrieb Patrick Dupre: > >>> OK Herbert, > >>> > >>> The compilation is OK, > >>> but it does not do the > >>>\psline[linecolor=blue,linewidth=10.5pt](3,1)(2,2) > >>> > >>> Note that I have the same issue with latex dvips ps2pdf > >>> on a fedora (fc36) machine ! > >> What does the output of > >> > >> lualatex --version > >> > >> show? For example: > >> > >> bash-3.2$ lualatex --version > >> This is LuaHBTeX, Version 1.15.0 (TeX Live 2022) > >> Development id: 7509 > >> > >> > >> Herbert > >> > >> -- > >> lyx-users mailing list > >> lyx-users@lists.lyx.org > >> http://lists.lyx.org/mailman/listinfo/lyx-users > >> > > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: issue with psline
lualatex --version This is LuaHBTeX, Version 1.13.0 (TeX Live 2021) Execute 'luahbtex --credits' for credits and version details. There is NO warranty. Redistribution of this software is covered by the terms of the GNU General Public License, version 2 or (at your option) any later version. For more information about these matters, see the file named COPYING and the LuaTeX source. LuaTeX is Copyright 2021 Taco Hoekwater and the LuaTeX Team. texlive is not updated with fedora fc36/fc37 === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Tuesday, January 10, 2023 at 7:56 PM > From: "Herbert Voss" > To: "LyX Users List" > Subject: Re: issue with psline > > > > Am 10.01.23 um 19:19 schrieb Patrick Dupre: > > OK Herbert, > > > > The compilation is OK, > > but it does not do the > > \psline[linecolor=blue,linewidth=10.5pt](3,1)(2,2) > > > > Note that I have the same issue with latex dvips ps2pdf > > on a fedora (fc36) machine ! > > What does the output of > > lualatex --version > > show? For example: > > bash-3.2$ lualatex --version > This is LuaHBTeX, Version 1.15.0 (TeX Live 2022) > Development id: 7509 > > > Herbert > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: issue with psline
OK Herbert, The compilation is OK, but it does not do the \psline[linecolor=blue,linewidth=10.5pt](3,1)(2,2) Note that I have the same issue with latex dvips ps2pdf on a fedora (fc36) machine ! === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Tuesday, January 10, 2023 at 6:55 PM > From: "Herbert Voss" > To: lyx-users@lists.lyx.org > Subject: Re: issue with psline > > > > Am 10.01.23 um 18:23 schrieb Patrick Dupre: > > Hello, > > > > Does the compilation of this file OK for you? > > I get > > ! Undefined control sequence. > > \c@lor@to@ps ->\PSTricks > > _Not_Configured_For_This_Format > > l.28 ... \psline[linecolor=blue,linewidth=10.5pt]( > >3,1)(2,2) \end{pspicture} > > Run it with PDF(lualatex) and _not_ pdf(pdflatex)!! > > Herbert > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
issue with psline
Hello, Does the compilation of this file OK for you? I get ! Undefined control sequence. \c@lor@to@ps ->\PSTricks _Not_Configured_For_This_Format l.28 ... \psline[linecolor=blue,linewidth=10.5pt]( 3,1)(2,2) \end{pspicture} when I try to get a pdf output #LyX 2.3 created this file. For more info see http://www.lyx.org/ \lyxformat 544 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass article \begin_preamble %\usepackage{pstricks} %\usepackage{pst-coil,pst-text} \usepackage{pst-eucl} \usepackage{calc} \usepackage{pst-3dplot}% \usepackage{pst-grad} \usepackage{pst-plot,pst-math,pstricks-add}% \usepackage{pst-all} \end_preamble \use_default_options true \maintain_unincluded_children false \language english \language_package default \inputencoding auto \fontencoding global \font_roman "default" "default" \font_sans "default" "default" \font_typewriter "default" "default" \font_math "auto" "auto" \font_default_family default \use_non_tex_fonts false \font_sc false \font_osf false \font_sf_scale 100 100 \font_tt_scale 100 100 \use_microtype false \use_dash_ligatures true \graphics default \default_output_format default \output_sync 0 \bibtex_command default \index_command default \paperfontsize default \spacing single \use_hyperref false \papersize default \use_geometry false \use_package amsmath 1 \use_package amssymb 1 \use_package cancel 1 \use_package esint 1 \use_package mathdots 1 \use_package mathtools 1 \use_package mhchem 1 \use_package stackrel 1 \use_package stmaryrd 1 \use_package undertilde 1 \cite_engine basic \cite_engine_type default \biblio_style plain \use_bibtopic false \use_indices false \paperorientation portrait \suppress_date false \justification true \use_refstyle 1 \use_minted 0 \index Index \shortcut idx \color #008000 \end_index \secnumdepth 3 \tocdepth 3 \paragraph_separation indent \paragraph_indentation default \is_math_indent 0 \math_numbering_side default \quotes_style english \dynamic_quotes 0 \papercolumns 1 \papersides 1 \paperpagestyle default \tracking_changes false \output_changes false \html_math_output 0 \html_css_as_file 0 \html_be_strict false \end_header \begin_body \begin_layout Standard \begin_inset Float figure wide false sideways false status open \begin_layout Plain Layout \begin_inset ERT status open \begin_layout Plain Layout % \backslash begin{pspicture}(0,0)(18,9) \backslash psline[linewidth=0.25mm]{-}(5.0,2.0)(5.0,7.0) \backslash end{pspicture} \end_layout \end_inset \end_layout \begin_layout Plain Layout \begin_inset ERT status open \begin_layout Plain Layout \backslash begin{pspicture}(-6,-6)(6,6) \backslash psline[linecolor=blue,linewidth=10.5pt](3,1)(2,2) \backslash end{pspicture} \end_layout \end_inset \end_layout \begin_layout Plain Layout \begin_inset Caption Standard \begin_layout Plain Layout \end_layout \end_inset \end_layout \begin_layout Plain Layout \end_layout \end_inset \end_layout \end_body \end_document === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: LyX 1.0
Yes, I can share it. Not sure about the exact result ! Thank --- #This file was created by Wed Aug 22 20:08:36 2001 #LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team \lyxformat 2.15 \textclass article \papersize a4paper \options american,portrait,dvips \begin_preamble %\usepackage{a4_fr} \usepackage{times} %\usepackage[T1]{fontenc} %\usepackage[latin1]{inputenc} %\usepackage[body={20cm,28.5cm}]{geometry} %\usepackage[body={20cm,26.5cm}]{geometry} %\usepackage{geometry} %\geometry{verbose,a4paper} %\geometry{verbose} \pagestyle{empty} \usepackage{babel} %\usepackage{doublespace} \usepackage{color} %\usepackage{crayola} %\usepackage{pifont} %\usepackage{graphicx} \usepackage{pstricks} %\usepackage{pstcol,pst-char,pst-plot,pst-grad} \usepackage{pst-coil,pst-text} %\usepackage[curve,arrow,frame]{xy} %\usepackage{mfpic} %\usepackage{semcolor} %\usepackage{amsmath,amssymb} \usepackage{palatino,mathpple} %\usepackage{lucida,lucmaths} %\usepackage{fancyheadings} %\usepackage{fancybox} %\usepackage{mathptmx} %\setlength\parskip{\medskipamount} %\setlength\parskip{0pt} %\setlength\parindent{0pt} %\setlength\textwidth{19.5cm} %\setlength\textheight{26cm} %\setlength{\topmargin}{0cm}%{-2cm} \end_preamble \layout Standard \begin_float fig \latex latex \backslash begin{pspicture}(0,0)(18,9) \backslash psline[linewidth=0.25mm]{-}(5.0,2.0)(5.0,7.0) \newline \backslash psline[linewidth=0.25mm]{-}(6.0,2.0)(6.0,7.0) \newline \backslash psset{arrowlength=2,arrowsize=4pt,arrowscale=2 1} \newline \backslash pszigzag[coilwidth=3mm,linearc=1.5pt,coilarmA=1pt,coilarmB=10pt]{->}(3.5,3.0)(5.0,5.0) \newline \backslash psset{linestyle=none} \newline \backslash pstextpath[c]{ \backslash psline(4.5,1.0)(5.5,1.0)}{ \backslash huge \backslash ( \backslash left| a \backslash right \backslash rangle \backslash )} \newline \backslash pstextpath[c]{ \backslash psline(5.5,1.0)(6.5,1.0)}{ \backslash huge \backslash ( \backslash left \backslash langle a \backslash right| \backslash )} \newline \backslash pstextpath[c]{ \backslash psline(4.5,8.0)(5.5,8.0)}{ \backslash huge \backslash ( \backslash left| b \backslash right \backslash rangle \backslash )} \newline \backslash pstextpath[c]{ \backslash psline(5.5,8.0)(6.5,8.0)}{ \backslash huge \backslash ( \backslash left \backslash langle a \backslash right| \backslash )} \newline \backslash pstextpath[c]{ \backslash psline(0.5,4.5)(4.5,4.5)}{ \backslash huge \backslash ( \backslash widetilde{V}_{ab} \backslash left( \backslash omega, \backslash , \backslash overrightarrow{r} \backslash right) \backslash )} \newline \backslash end{pspicture} \latex default \layout Caption \latex latex \backslash protect \latex default \latex latex \backslash centering{} \latex default Two-level Vertex for a molecule with a velocity \begin_inset Formula \( \protect\overrightarrow{v}\) \end_inset : \begin_inset Formula \( \widetilde{V}_{ab}\left(\omega,\, \protect\overrightarrow{r}\right)=-\protect\overrightarrow{\mu}_{ab}\cdot \widehat{\varepsilon}\,\widetilde{\mathcal{E}}\left(\omega,\,\protect\overrightarrow{r}\right)\) \end_inset , \begin_inset Formula \( \widetilde{\rho}_{ab}^{(1)}(\omega,\,\protect\overrightarrow{r},\,\protect\overrightarrow{v})=\frac{\widetilde{\Omega}_{ab}\left(\omega,\,\protect\overrightarrow{r}\right)}{\omega_{ba}^{\star}-\omega+i\gamma_{ba}}\left[\rho^{(0)}_{aa}-\rho^{(0)}_{bb}\right]\) \end_inset \begin_inset LatexCommand \label{fig-dia} \end_inset \end_float -- === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Tuesday, January 10, 2023 at 11:03 AM > From: "Jean-Marc Lasgouttes" > To: lyx-users@lists.lyx.org > Subject: Re: LyX 1.0 > > Le 10/01/2023 à 10:36, Patrick Dupre a écrit : > > Hello, > > > > I have an old lyx file (LyX 1.0) that I cannot open with lyx. > > Is there an option to read or convert it? > > Hello, > > In theory, it should be readable. This is probably a bug with lyx2lyx, > our version converter. Is that a file that you can share ? I am not very > good at lyx2lyx myself, but I am sure that one developer will be able to > understand what is wrong. > > JMarc > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
LyX 1.0
Hello, I have an old lyx file (LyX 1.0) that I cannot open with lyx. Is there an option to read or convert it? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Fw: error with CV
Hello, I would appreciate if you could help me in solving this issue due to moderncv What would be the alternative? Thank > > Hello, > > Could you tell me what is wrong with this file? > I get > \usepackage >[a4paper]{geometry} > The package inputenc has already been loaded with options: > [utf8] > There has now been an attempt to load it with options > [latin9] > Adding the global options: > utf8,latin9 > to your \documentclass declaration may fix this. > Try typingto proceed. > > > > #LyX 2.3 created this file. For more info see http://www.lyx.org/ > \lyxformat 544 > \begin_document > \begin_header > \save_transient_properties true > \origin unavailable > \textclass moderncv > \begin_preamble > > \end_preamble > \use_default_options true > \maintain_unincluded_children false > \language english > \language_package default > \inputencoding auto > \fontencoding global > \font_roman "default" "default" > \font_sans "default" "default" > \font_typewriter "default" "default" > \font_math "auto" "auto" > \font_default_family default > \use_non_tex_fonts false > \font_sc false > \font_osf false > \font_sf_scale 100 100 > \font_tt_scale 100 100 > \use_microtype false > \use_dash_ligatures false > \graphics default > \default_output_format default > \output_sync 0 > \bibtex_command default > \index_command default > \paperfontsize 10 > \spacing single > \use_hyperref false > \papersize a4paper > \use_geometry true > \use_package amsmath 1 > \use_package amssymb 1 > \use_package cancel 0 > \use_package esint 1 > \use_package mathdots 1 > \use_package mathtools 0 > \use_package mhchem 1 > \use_package stackrel 0 > \use_package stmaryrd 0 > \use_package undertilde 0 > \cite_engine basic > \cite_engine_type default > \biblio_style plain > \use_bibtopic false > \use_indices false > \paperorientation portrait > \suppress_date false > \justification true > \use_refstyle 0 > \use_minted 0 > \index Index > \shortcut idx > \color #008000 > \end_index > \leftmargin 2.2cm > \topmargin 2.2cm > \rightmargin 2.2cm > \bottommargin 2.2cm > \secnumdepth 0 > \tocdepth -1 > \paragraph_separation skip > \defskip medskip > \is_math_indent 0 > \math_numbering_side default > \quotes_style english > \dynamic_quotes 0 > \papercolumns 1 > \papersides 1 > \paperpagestyle default > \tracking_changes false > \output_changes false > \html_math_output 0 > \html_css_as_file 0 > \html_be_strict false > \end_header > > \begin_body > > \begin_layout Standard > p > \end_layout > > \end_body > \end_document > > > === > Patrick DUPRÉ | | email: pdu...@gmx.com > Laboratoire interdisciplinaire Carnot de Bourgogne > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > Tel: +33 (0)380395988| | Room# D114A > === > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
error with CV
Hello, Could you tell me what is wrong with this file? I get \usepackage [a4paper]{geometry} The package inputenc has already been loaded with options: [utf8] There has now been an attempt to load it with options [latin9] Adding the global options: utf8,latin9 to your \documentclass declaration may fix this. Try typingto proceed. #LyX 2.3 created this file. For more info see http://www.lyx.org/ \lyxformat 544 \begin_document \begin_header \save_transient_properties true \origin unavailable \textclass moderncv \begin_preamble \end_preamble \use_default_options true \maintain_unincluded_children false \language english \language_package default \inputencoding auto \fontencoding global \font_roman "default" "default" \font_sans "default" "default" \font_typewriter "default" "default" \font_math "auto" "auto" \font_default_family default \use_non_tex_fonts false \font_sc false \font_osf false \font_sf_scale 100 100 \font_tt_scale 100 100 \use_microtype false \use_dash_ligatures false \graphics default \default_output_format default \output_sync 0 \bibtex_command default \index_command default \paperfontsize 10 \spacing single \use_hyperref false \papersize a4paper \use_geometry true \use_package amsmath 1 \use_package amssymb 1 \use_package cancel 0 \use_package esint 1 \use_package mathdots 1 \use_package mathtools 0 \use_package mhchem 1 \use_package stackrel 0 \use_package stmaryrd 0 \use_package undertilde 0 \cite_engine basic \cite_engine_type default \biblio_style plain \use_bibtopic false \use_indices false \paperorientation portrait \suppress_date false \justification true \use_refstyle 0 \use_minted 0 \index Index \shortcut idx \color #008000 \end_index \leftmargin 2.2cm \topmargin 2.2cm \rightmargin 2.2cm \bottommargin 2.2cm \secnumdepth 0 \tocdepth -1 \paragraph_separation skip \defskip medskip \is_math_indent 0 \math_numbering_side default \quotes_style english \dynamic_quotes 0 \papercolumns 1 \papersides 1 \paperpagestyle default \tracking_changes false \output_changes false \html_math_output 0 \html_css_as_file 0 \html_be_strict false \end_header \begin_body \begin_layout Standard p \end_layout \end_body \end_document === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
beamer
Hello, Can I create a slide entirely blank? Thanks === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Split windows
Hello, I see that the issue is this here. When I have several files open, I can use "split windows in uppser and lower half". Then, all the windows exhibit this splitting I want to leave this mode, I can use "close current" window. It woks but all the other windows (file editing) are also closed. It is annoying. Regards. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
Hello, I found .config/enchant/*.dic === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Friday, January 28, 2022 at 5:27 PM > From: "Stephen Buonopane" > To: "Patrick Dupre" > Cc: lyx-users@lists.lyx.org > Subject: Re: dictionary > > > > On Jan 28, 2022, at 10:44 AM, Jürgen Spitzmüller via lyx-users > > wrote: > > > > Am Freitag, dem 28.01.2022 um 15:48 +0100 schrieb Patrick Dupre: > >> Here it is > >> > >> But no paths about my own dictionaries > > > > Checkout whether there are any (hidden) files starting with .aspell or > > .hunspell in your home directory (top level). > > If your operating system is able to search on content (ie spotlight on > MacOS), the following once worked for me to locate the personal dictionary... > 1) add an intentionally misspelled to your personal dictionary via LyX > 2) update content search database > 3) search for mis-spelled word > > Cheers > Steve -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
> > > On Jan 28, 2022, at 10:44 AM, Jürgen Spitzmüller via lyx-users > > wrote: > > > > Am Freitag, dem 28.01.2022 um 15:48 +0100 schrieb Patrick Dupre: > >> Here it is > >> > >> But no paths about my own dictionaries > > > > Checkout whether there are any (hidden) files starting with .aspell or > > .hunspell in your home directory (top level). > > If your operating system is able to search on content (ie spotlight on > MacOS), the following once worked for me to locate the personal dictionary... > 1) add an intentionally misspelled to your personal dictionary via LyX > 2) update content search database > 3) search for mis-spelled word > This is exactly what I have done, but without success! > Cheers > Steve -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
No, Except old (2020) .aspell.fr.prepl .aspell.fr.pws .aspell.en.prepl .aspell.en.pws Almost empty personal_ws-1.1 fr 0 === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Friday, January 28, 2022 at 4:44 PM > From: "Jürgen Spitzmüller" > To: "Patrick Dupre" > Cc: lyx-users@lists.lyx.org > Subject: Re: dictionary > > Am Freitag, dem 28.01.2022 um 15:48 +0100 schrieb Patrick Dupre: > > Here it is > > > > But no paths about my own dictionaries > > Checkout whether there are any (hidden) files starting with .aspell or > .hunspell in your home directory (top level). > > HTH, > Jürgen > > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
I used to add "plenty" of words. And there are available from spell checking to spell checking Thus, I really have dictionaries, but I cannot find where! === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Friday, January 28, 2022 at 3:22 PM > From: "Rich Shepard via lyx-users" > To: lyx-users@lists.lyx.org > Subject: Re: dictionary > > On Fri, 28 Jan 2022, Patrick Dupre wrote: > > > Unfortunately, the answer is negative. > > Patrick, > > Then you apparently have no personal word list/dictionary. On my system I > have: > $ find . -name pwl*.dict > ./.lyx/pwl_american.dict > ./.lyx/pwl_english.dict > > When you check spelling in a document have you ever added a new word that's > not in the default dictionary? I believe that creates and uses a pwl; others > will tell you if I'm wrong. > > Good luck, > > Rich > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
It is really msyterious: These what is installed: hunspell-en-GB-0.20140811.1-18.fc34.noarch aspell-fr-0.50-33.fc34.x86_64 hunspell-1.7.0-9.fc34.x86_64 gtkspell3-3.0.10-7.fc34.x86_64 gspell-1.9.1-1.fc34.x86_64 hunspell-fr-6.2-7.fc34.noarch aspell-en-2020.12.07-2.fc34.x86_64 hunspell-filesystem-1.7.0-9.fc34.x86_64 hunspell-en-0.20140811.1-18.fc34.noarch hunspell-en-US-0.20140811.1-18.fc34.noarch gtkspell-2.0.16-23.fc34.x86_64 aspell-0.60.8-7.fc34.x86_64 texlive-numspell-svn45441-39.fc34.noarch but lyx does not seem to detect any of them I am attaching the configure.lyx file I have 4 aspell files .aspell.fr.prepl .aspell.fr.pws .aspell.en.prepl .aspell.en.pws But there all old. > > Hello, > > > > Where his my own dictionary (that one that I use when I make "add") ? > > Hello Patrick, > > the answer depends on the spell checker engine you’re using. > > The options are aspell, hunspell, enchant and the Apple speller. Not all are > available on all platforms. Please check your settings and tell which one > you’re using. > > BR, Stephan > > > > > Thanks > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988| | Room# D114A > > === > > > > -- > > lyx-users mailing list > > lyx-users@lists.lyx.org > > http://lists.lyx.org/mailman/listinfo/lyx-users > > config Description: Binary data -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
> > On Fri, 28 Jan 2022, Patrick Dupre via lyx-users wrote: > > > It is where I expected > > ~/.lyx > > I run linux > > But I do not see: > > Patrick, > > From your home directory (~/) use the command > find . -name pwl*.dict > and it should show you the location of all dictionaries. > > HTH, > > Rich > -- Rich, Unfortunately, the answer is negative. -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: dictionary
Thanks, It is where I expected ~/.lyx I run linux But I do not see: session . lyxpipe.in lyxpipe.out cache .. configure.log lyxrc.defaults packages.lst textclass.lst xtemplates.lst lyxciteengines.lst lyxmodules.lst cbxFiles.lst bbxFiles.lst bibFiles.lst bstFiles.lst styFiles.lst clsFiles.lst preferences bind .lyx_configure_lock clipart doc examples images kbd layouts scripts templates ui === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === > Sent: Friday, January 28, 2022 at 10:42 AM > From: "Baris Erkus via lyx-users" > To: lyx-users@lists.lyx.org > Subject: Re: dictionary > > > On 28-Jan-22 12:34 PM, Patrick Dupre via lyx-users wrote: > > Hello, > > > > Where his my own dictionary (that one that I use when I make "add") ? > > > It is the pwl_x.dict file, where x is the language, under the > LyX user directory. You can find the user directory on the About LyX > window under help. > > E.g. pwl_english.dict > > pwl means personal word list, btw. > > -- > > ↓↓ > Please bottom-post. Start your reply here: > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
dictionary
Hello, Where his my own dictionary (that one that I use when I make "add") ? Thanks === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
onlyenv
Hello, Because, in beamer allowframebreaks conflicts with overlay specification https://tex.stackexchange.com/questions/396815/conflict-between-allowframebreaks-and-itemize-in-beamer I wanted to try the option onlyenv Is there a way to do that? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
tiny vs smallest
Hello, Tiny is too small and smallest is too large (in graphic mode). Can I set an intermediary size? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988| | Room# D114A === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
footnote
Hello, Could somebody tell me what is wrong in this file with a formula in a footnote? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === newfile1.lyx Description: application/lyx -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: beamer dual
Hello, OK Ideally, by default (pympress), I would I have the current slide on the left the next slide on the top right, and "annotations" in the bottom right. I would like to have the notes go in the annotation pad. If I set: \setbeameroption{show notes} the notes come into "next slide" (and lost of course the next slide) I tried several combinations of setting, but I never got the right one. Any idea? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Wednesday, March 03, 2021 at 6:13 PM > From: "Neal Becker" > To: "Patrick Dupre" > Cc: e...@lisse.na, "LyX Users List" > Subject: Re: beamer dual > > *I prefer pympress because we are mostly working from home and we want > to present over internet. pympress makes the notes window a separate > window on my display. So I can share the main window while I view the > notes window. Just what I need! > > You may be missing one of more of these in the preamble. You don't > need more than the first 3, the others are my customizations. There > is a manual for pympress. > > \usepackage{pgfpages} > \setbeameroption{show notes} > \setbeameroption{show notes on second screen=right} > %\setbeamertemplate{note page}[compress] > \setbeamerfont{note page}{size=\tiny} > \addtobeamertemplate{note page}{\setbeamerfont{itemize/enumerate > subbody}{size=\tiny}}{} > \addtobeamertemplate{note page}{\setbeamerfont{itemize/enumerate > subsubbody}{size=\tiny}}{} > > On Wed, Mar 3, 2021 at 12:04 PM Patrick Dupre wrote: > > > > Yes, > > I installed Pympress. > > But, I anticipated that the NoteItem or \note[item] (beamer) > > would be the visible in "Annotations" (Pympress) > > But it is not the case. > > > > What am I missing? > > > > Thanks. > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > === > > > > > > > Sent: Wednesday, March 03, 2021 at 5:03 PM > > > From: "Neal Becker" > > > To: e...@lisse.na > > > Cc: "LyX Users List" > > > Subject: Re: beamer dual > > > > > > IIRC I've also use dspdfviewer, but pympress is python and should be > > > quite portable > > > > > > On Wed, Mar 3, 2021 at 9:58 AM wrote: > > > > > > > > Patrick, > > > > > > > > Neal recommended pympress. So try that. Google for the website there > > > > are packages around. > > > > > > > > el > > > > > > > > — > > > > Sent from Dr Lisse’s iPhone > > > > On 3 Mar 2021, 16:36 +0200, Patrick Dupre , wrote: > > > > > > > > Thanks, but under Linux? > > > > > > > > === > > > > Patrick DUPRÉ | | email: pdu...@gmx.com > > > > Laboratoire interdisciplinaire Carnot de Bourgogne > > > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > > > Tel: +33 (0)380395988 > > > > === > > > > > > > > > > > > Sent: Wednesday, March 03, 2021 at 12:30 PM > > > > From: "Dr Eberhard Lisse" > > > > To: lyx-users@lists.lyx.org > > > > Subject: Re: beamer dual > > > > > > > > On the Mac you can use slidepilot. > > > > > > > > el > > > > > > > > On 03/03/2021 13:16, Patrick Dupre wrote: > > > > > > > > Hello, > > > > > > > > I am preparing a short presentation for a colleague. I would like to > > > > have the regular slides on the standard screen, and on an auxiliary > > > > screen, the notes/text that he could use. Or at least to have the > > > > "notes" attached to the slide, but not visible during the > > > > presentation. > > > > > > > > Is it possible? > > > > > > > > Thanks > > > > > > > > [...] > > > > > > > > > > > > > > > > -- > > > > To email me replace 'nospam' with 'el' > > > > > > > > -- > > > > lyx-users mailing list > > > > lyx-users@lists.lyx.org > > > > http://lists.lyx.org/mailman/listinfo/lyx-users > > > > > > > > -- > > > > lyx-users mailing list > > > > lyx-users@lists.lyx.org > > > > http://lists.lyx.org/mailman/listinfo/lyx-users > > > > > > > > > > > > -- > > > Those who don't understand recursion are doomed to repeat it > > > -- > > > lyx-users mailing list > > > lyx-users@lists.lyx.org > > > http://lists.lyx.org/mailman/listinfo/lyx-users > > > > > > > -- > Those who don't understand recursion are doomed to repeat it > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: beamer dual
Yes, I installed Pympress. But, I anticipated that the NoteItem or \note[item] (beamer) would be the visible in "Annotations" (Pympress) But it is not the case. What am I missing? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Wednesday, March 03, 2021 at 5:03 PM > From: "Neal Becker" > To: e...@lisse.na > Cc: "LyX Users List" > Subject: Re: beamer dual > > IIRC I've also use dspdfviewer, but pympress is python and should be > quite portable > > On Wed, Mar 3, 2021 at 9:58 AM wrote: > > > > Patrick, > > > > Neal recommended pympress. So try that. Google for the website there are > > packages around. > > > > el > > > > — > > Sent from Dr Lisse’s iPhone > > On 3 Mar 2021, 16:36 +0200, Patrick Dupre , wrote: > > > > Thanks, but under Linux? > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > === > > > > > > Sent: Wednesday, March 03, 2021 at 12:30 PM > > From: "Dr Eberhard Lisse" > > To: lyx-users@lists.lyx.org > > Subject: Re: beamer dual > > > > On the Mac you can use slidepilot. > > > > el > > > > On 03/03/2021 13:16, Patrick Dupre wrote: > > > > Hello, > > > > I am preparing a short presentation for a colleague. I would like to > > have the regular slides on the standard screen, and on an auxiliary > > screen, the notes/text that he could use. Or at least to have the > > "notes" attached to the slide, but not visible during the > > presentation. > > > > Is it possible? > > > > Thanks > > > > [...] > > > > > > > > -- > > To email me replace 'nospam' with 'el' > > > > -- > > lyx-users mailing list > > lyx-users@lists.lyx.org > > http://lists.lyx.org/mailman/listinfo/lyx-users > > > > -- > > lyx-users mailing list > > lyx-users@lists.lyx.org > > http://lists.lyx.org/mailman/listinfo/lyx-users > > > > -- > Those who don't understand recursion are doomed to repeat it > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: beamer dual
Thanks, but under Linux? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Wednesday, March 03, 2021 at 12:30 PM > From: "Dr Eberhard Lisse" > To: lyx-users@lists.lyx.org > Subject: Re: beamer dual > > On the Mac you can use slidepilot. > > el > > On 03/03/2021 13:16, Patrick Dupre wrote: > > Hello, > > > > I am preparing a short presentation for a colleague. I would like to > > have the regular slides on the standard screen, and on an auxiliary > > screen, the notes/text that he could use. Or at least to have the > > "notes" attached to the slide, but not visible during the > > presentation. > > > > Is it possible? > > > > Thanks > [...] > > > > -- > To email me replace 'nospam' with 'el' > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
beamer dual
Hello, I am preparing a short presentation for a colleague. I would like to have the regular slides on the standard screen, and on an auxiliary screen, the notes/text that he could use. Or at least to have the "notes" attached to the slide, but not visible during the presentation. Is it possible? Thanks === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: .configure truncated
> On 12/9/20 2:11 PM, Patrick Dupre wrote: > >> On 12/9/20 12:12 PM, Patrick Dupre wrote: > >>> Yes, it is just truncated, every thing else is OK. > >>> > >>> Do you say that I need to have a windows large enough to get a .configure > >>> not > >>> truncated? > >>> > >>> It should not be like that. > >>> The .configure file must be independent of the windows running lyx. > >>> > >>> > >>> === > >>>Patrick DUPRÉ | | email: pdu...@gmx.com > >>>Laboratoire interdisciplinaire Carnot de Bourgogne > >>>9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > >>>Tel: +33 (0)380395988 > >>> === > >>> > >>> > >>>> Sent: Wednesday, December 09, 2020 at 5:30 PM > >>>> From: "Paul A. Rubin" > >>>> To: lyx-users@lists.lyx.org > >>>> Subject: Re: .configure truncated > >>>> > >>>> On 12/9/20 3:38 AM, Patrick Dupre wrote: > >>>>> Hello, > >>>>> > >>>>> The .configure generated (actually it is the same thing on the shell), > >>>>> I get a truncation of the lines, i.e., information are missing > >>>>> > >>>>> Linux homere 5.9.11-100.fc32.x86_64 #1 SMP Tue Nov 24 19:16:53 UTC 2020 > >>>>> x86_64 x86_64 x86_64 GNU/Linux > >>>>> > >>>>> INFO: +checking for document class ltugboat [ltugboat]... no > >>>>> INFO: +checking for document class maa-monthly [article]... yes > >>>>> INFO: +checking for document class memoir [memoir]... yes > >>>>> INFO: +checking for document class moderncv > >>>>> [moderncv,ebgaramond.sty,fancyhdr.sty,fon > >>>>> INFO: +checking for document class mwart [mwart]... no > >>>>> INFO: +checking for document class mwbk [mwbk]... no > >>>>> INFO: +checking for document class mwrep [mwrep]... no > >>>>> INFO: +checking for document class paper [paper]... yes > >>>>> INFO: +checking for document class powerdot > >>>>> [powerdot,enumitem.sty,hyperref.sty,pstri > >>>>> INFO: +checking for document class recipebook [scrbook]... yes > >>>>> INFO: +checking for document class report [report]... yes > >>>>> INFO: +checking for document class revtex4-1 > >>>>> [revtex4-1,natbib.sty,revsymb4-1.sty,tex > >>>>> INFO: +checking for document class revtex4-2 > >>>>> [revtex4-2,natbib.sty,revsymb4-2.sty,tex > >>>>> INFO: +checking for document class revtex4 > >>>>> [revtex4,natbib.sty,revsymb.sty]... yes > >>>>> INFO: +checking for document class revtex [revtex,revtex.sty]... no > >>>>> INFO: +checking for document class sciposter > >>>>> [sciposter,sectionbox.sty,wallpaper.sty] > >>>>> INFO: +checking for document class scrartcl [scrartcl]... yes > >>>>> INFO: +checking for document class scrarticle-beamer > >>>>> [scrartcl,beamerarticle.sty,keyv > >>>>> INFO: +checking for document class scrbook [scrbook]... yes > >>>>> INFO: +checking for document class scrlettr [scrlettr]... no > >>>>> INFO: +checking for document class scrlttr2 [scrlttr2]... yes > >>>>> INFO: +checking for document class scrreprt [scrreprt]... yes > >>>>> INFO: +checking for document class seminar [seminar,sem-page.sty]... yes > >>>>> INFO: +checking for document class siamltex [siamltex]... no > >>>>> INFO: +checking for document class sigplanconf > >>>>> [sigplanconf,natbib.sty]... no > >>>>> INFO: +checking for document class simplecv [simplecv]... yes > >>>>> INFO: +checking for document class singlecol-new > >>>>> [singlecol-new,amsmath.sty,amssymb.s > >>>>> INFO: +checking for document class singlecol [singlecol, natbib.sty]... > >>>>> no > >>>>> INFO: +checking for document class slides [slides]... yes > >>>>> INFO: +checking for document class spie [spie,cite.sty]... no > >>>>> INFO: +checking for document class svglobal3 > >>>>> [
Re: .configure truncated
> On 12/9/20 12:12 PM, Patrick Dupre wrote: > > Yes, it is just truncated, every thing else is OK. > > > > Do you say that I need to have a windows large enough to get a .configure > > not > > truncated? > > > > It should not be like that. > > The .configure file must be independent of the windows running lyx. > > > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > === > > > > > >> Sent: Wednesday, December 09, 2020 at 5:30 PM > >> From: "Paul A. Rubin" > >> To: lyx-users@lists.lyx.org > >> Subject: Re: .configure truncated > >> > >> On 12/9/20 3:38 AM, Patrick Dupre wrote: > >>> Hello, > >>> > >>> The .configure generated (actually it is the same thing on the shell), > >>> I get a truncation of the lines, i.e., information are missing > >>> > >>> Linux homere 5.9.11-100.fc32.x86_64 #1 SMP Tue Nov 24 19:16:53 UTC 2020 > >>> x86_64 x86_64 x86_64 GNU/Linux > >>> > >>> INFO: +checking for document class ltugboat [ltugboat]... no > >>> INFO: +checking for document class maa-monthly [article]... yes > >>> INFO: +checking for document class memoir [memoir]... yes > >>> INFO: +checking for document class moderncv > >>> [moderncv,ebgaramond.sty,fancyhdr.sty,fon > >>> INFO: +checking for document class mwart [mwart]... no > >>> INFO: +checking for document class mwbk [mwbk]... no > >>> INFO: +checking for document class mwrep [mwrep]... no > >>> INFO: +checking for document class paper [paper]... yes > >>> INFO: +checking for document class powerdot > >>> [powerdot,enumitem.sty,hyperref.sty,pstri > >>> INFO: +checking for document class recipebook [scrbook]... yes > >>> INFO: +checking for document class report [report]... yes > >>> INFO: +checking for document class revtex4-1 > >>> [revtex4-1,natbib.sty,revsymb4-1.sty,tex > >>> INFO: +checking for document class revtex4-2 > >>> [revtex4-2,natbib.sty,revsymb4-2.sty,tex > >>> INFO: +checking for document class revtex4 > >>> [revtex4,natbib.sty,revsymb.sty]... yes > >>> INFO: +checking for document class revtex [revtex,revtex.sty]... no > >>> INFO: +checking for document class sciposter > >>> [sciposter,sectionbox.sty,wallpaper.sty] > >>> INFO: +checking for document class scrartcl [scrartcl]... yes > >>> INFO: +checking for document class scrarticle-beamer > >>> [scrartcl,beamerarticle.sty,keyv > >>> INFO: +checking for document class scrbook [scrbook]... yes > >>> INFO: +checking for document class scrlettr [scrlettr]... no > >>> INFO: +checking for document class scrlttr2 [scrlttr2]... yes > >>> INFO: +checking for document class scrreprt [scrreprt]... yes > >>> INFO: +checking for document class seminar [seminar,sem-page.sty]... yes > >>> INFO: +checking for document class siamltex [siamltex]... no > >>> INFO: +checking for document class sigplanconf > >>> [sigplanconf,natbib.sty]... no > >>> INFO: +checking for document class simplecv [simplecv]... yes > >>> INFO: +checking for document class singlecol-new > >>> [singlecol-new,amsmath.sty,amssymb.s > >>> INFO: +checking for document class singlecol [singlecol, natbib.sty]... no > >>> INFO: +checking for document class slides [slides]... yes > >>> INFO: +checking for document class spie [spie,cite.sty]... no > >>> INFO: +checking for document class svglobal3 > >>> [svjour3,svglov3.clo,natbib.sty]... no > >>> INFO: +checking for document class svglobal [svjour,svglobal.clo]... no > >>> INFO: +checking for document class svjog [svjour,svjog.clo,natbib.sty]... > >>> yes > >>> INFO: +checking for document class svmono [svmono]... no > >>> INFO: +checking for document class svmult [svmult,natbib.sty]... no > >>> INFO: +checking for document class svprobth [svjour,svprobth.clo]... no > >>> INFO: +checking for document class tarticle [tarticle,plext.sty]... no > >>> INFO: +checking for document class tbook [tbook,plext.sty]...
Re: .configure truncated
Yes, it is just truncated, every thing else is OK. Do you say that I need to have a windows large enough to get a .configure not truncated? It should not be like that. The .configure file must be independent of the windows running lyx. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Wednesday, December 09, 2020 at 5:30 PM > From: "Paul A. Rubin" > To: lyx-users@lists.lyx.org > Subject: Re: .configure truncated > > On 12/9/20 3:38 AM, Patrick Dupre wrote: > > Hello, > > > > The .configure generated (actually it is the same thing on the shell), > > I get a truncation of the lines, i.e., information are missing > > > > Linux homere 5.9.11-100.fc32.x86_64 #1 SMP Tue Nov 24 19:16:53 UTC 2020 > > x86_64 x86_64 x86_64 GNU/Linux > > > > INFO: +checking for document class ltugboat [ltugboat]... no > > INFO: +checking for document class maa-monthly [article]... yes > > INFO: +checking for document class memoir [memoir]... yes > > INFO: +checking for document class moderncv > > [moderncv,ebgaramond.sty,fancyhdr.sty,fon > > INFO: +checking for document class mwart [mwart]... no > > INFO: +checking for document class mwbk [mwbk]... no > > INFO: +checking for document class mwrep [mwrep]... no > > INFO: +checking for document class paper [paper]... yes > > INFO: +checking for document class powerdot > > [powerdot,enumitem.sty,hyperref.sty,pstri > > INFO: +checking for document class recipebook [scrbook]... yes > > INFO: +checking for document class report [report]... yes > > INFO: +checking for document class revtex4-1 > > [revtex4-1,natbib.sty,revsymb4-1.sty,tex > > INFO: +checking for document class revtex4-2 > > [revtex4-2,natbib.sty,revsymb4-2.sty,tex > > INFO: +checking for document class revtex4 > > [revtex4,natbib.sty,revsymb.sty]... yes > > INFO: +checking for document class revtex [revtex,revtex.sty]... no > > INFO: +checking for document class sciposter > > [sciposter,sectionbox.sty,wallpaper.sty] > > INFO: +checking for document class scrartcl [scrartcl]... yes > > INFO: +checking for document class scrarticle-beamer > > [scrartcl,beamerarticle.sty,keyv > > INFO: +checking for document class scrbook [scrbook]... yes > > INFO: +checking for document class scrlettr [scrlettr]... no > > INFO: +checking for document class scrlttr2 [scrlttr2]... yes > > INFO: +checking for document class scrreprt [scrreprt]... yes > > INFO: +checking for document class seminar [seminar,sem-page.sty]... yes > > INFO: +checking for document class siamltex [siamltex]... no > > INFO: +checking for document class sigplanconf [sigplanconf,natbib.sty]... > > no > > INFO: +checking for document class simplecv [simplecv]... yes > > INFO: +checking for document class singlecol-new > > [singlecol-new,amsmath.sty,amssymb.s > > INFO: +checking for document class singlecol [singlecol, natbib.sty]... no > > INFO: +checking for document class slides [slides]... yes > > INFO: +checking for document class spie [spie,cite.sty]... no > > INFO: +checking for document class svglobal3 > > [svjour3,svglov3.clo,natbib.sty]... no > > INFO: +checking for document class svglobal [svjour,svglobal.clo]... no > > INFO: +checking for document class svjog [svjour,svjog.clo,natbib.sty]... > > yes > > INFO: +checking for document class svmono [svmono]... no > > INFO: +checking for document class svmult [svmult,natbib.sty]... no > > INFO: +checking for document class svprobth [svjour,svprobth.clo]... no > > INFO: +checking for document class tarticle [tarticle,plext.sty]... no > > INFO: +checking for document class tbook [tbook,plext.sty]... no > > INFO: +checking for document class treport [treport,plext.sty]... no > > INFO: +checking for document class tufte-book > > [tufte-book,bibentry.sty,changepage.sty > > INFO: +checking for document class tufte-handout > > [tufte-handout,bibentry.sty,changepa > > INFO: +checking for package hpstatement [hpstatement]... yes > > INFO: +checking for package tcolorbox [tcolorbox]... yes > > INFO: +checking for package environ [environ]... yes > > INFO: +checking for package etoolbox [etoolbox]... yes > > INFO: +checking for package pgf [pgf]... yes > > INFO: +checking for package fixme [fixme]... yes > > INFO: +checking for package endnotes [endnotes]... ye
.configure truncated
Hello, The .configure generated (actually it is the same thing on the shell), I get a truncation of the lines, i.e., information are missing Linux homere 5.9.11-100.fc32.x86_64 #1 SMP Tue Nov 24 19:16:53 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux INFO: +checking for document class ltugboat [ltugboat]... no INFO: +checking for document class maa-monthly [article]... yes INFO: +checking for document class memoir [memoir]... yes INFO: +checking for document class moderncv [moderncv,ebgaramond.sty,fancyhdr.sty,fon INFO: +checking for document class mwart [mwart]... no INFO: +checking for document class mwbk [mwbk]... no INFO: +checking for document class mwrep [mwrep]... no INFO: +checking for document class paper [paper]... yes INFO: +checking for document class powerdot [powerdot,enumitem.sty,hyperref.sty,pstri INFO: +checking for document class recipebook [scrbook]... yes INFO: +checking for document class report [report]... yes INFO: +checking for document class revtex4-1 [revtex4-1,natbib.sty,revsymb4-1.sty,tex INFO: +checking for document class revtex4-2 [revtex4-2,natbib.sty,revsymb4-2.sty,tex INFO: +checking for document class revtex4 [revtex4,natbib.sty,revsymb.sty]... yes INFO: +checking for document class revtex [revtex,revtex.sty]... no INFO: +checking for document class sciposter [sciposter,sectionbox.sty,wallpaper.sty] INFO: +checking for document class scrartcl [scrartcl]... yes INFO: +checking for document class scrarticle-beamer [scrartcl,beamerarticle.sty,keyv INFO: +checking for document class scrbook [scrbook]... yes INFO: +checking for document class scrlettr [scrlettr]... no INFO: +checking for document class scrlttr2 [scrlttr2]... yes INFO: +checking for document class scrreprt [scrreprt]... yes INFO: +checking for document class seminar [seminar,sem-page.sty]... yes INFO: +checking for document class siamltex [siamltex]... no INFO: +checking for document class sigplanconf [sigplanconf,natbib.sty]... no INFO: +checking for document class simplecv [simplecv]... yes INFO: +checking for document class singlecol-new [singlecol-new,amsmath.sty,amssymb.s INFO: +checking for document class singlecol [singlecol, natbib.sty]... no INFO: +checking for document class slides [slides]... yes INFO: +checking for document class spie [spie,cite.sty]... no INFO: +checking for document class svglobal3 [svjour3,svglov3.clo,natbib.sty]... no INFO: +checking for document class svglobal [svjour,svglobal.clo]... no INFO: +checking for document class svjog [svjour,svjog.clo,natbib.sty]... yes INFO: +checking for document class svmono [svmono]... no INFO: +checking for document class svmult [svmult,natbib.sty]... no INFO: +checking for document class svprobth [svjour,svprobth.clo]... no INFO: +checking for document class tarticle [tarticle,plext.sty]... no INFO: +checking for document class tbook [tbook,plext.sty]... no INFO: +checking for document class treport [treport,plext.sty]... no INFO: +checking for document class tufte-book [tufte-book,bibentry.sty,changepage.sty INFO: +checking for document class tufte-handout [tufte-handout,bibentry.sty,changepa INFO: +checking for package hpstatement [hpstatement]... yes INFO: +checking for package tcolorbox [tcolorbox]... yes INFO: +checking for package environ [environ]... yes INFO: +checking for package etoolbox [etoolbox]... yes INFO: +checking for package pgf [pgf]... yes INFO: +checking for package fixme [fixme]... yes INFO: +checking for package endnotes [endnotes]... yes INFO: +checking for package endnotes [endnotes]... yes INFO: +checking for package todonotes [todonotes]... yes INFO: +checking for package fancyvrb [fancyvrb]... yes INFO: +checking for package braille [braille]... no INFO: +checking for package natbib [natbib]... yes INFO: +checking for package apacite [apacite]... no INFO: +checking for package sectionbox [sectionbox]... yes INFO: +checking for package changebar [changebar]... yes INFO: +checking for package algorithm2e [algorithm2e]... no INFO: +checking for package noweb [noweb]... no INFO: +checking for package multicol [multicol]... yes INFO: +checking for package bicaption [bicaption]... yes INFO: +checking for package shapepar [shapepar]... yes INFO: +checking for package covington [covington]... no INFO: +checking for package enumitem [enumitem]... yes INFO: +checking for package forest [forest]... yes INFO: +checking for package fancyhdr [fancyhdr]... yes INFO: +checking for package datetime [datetime]... yes INFO: +checking for package fmtcount [fmtcount]... yes INFO: +checking for package paralist [paralist]... yes INFO: +checking for package enumitem [enumitem]... yes INFO: +checking for package rsphrase [rsphrase]... yes INFO: +checking for package biblatex [biblatex]... yes INFO: +checking for package natbib [natbib]... yes INFO: +checking for package jurabib [jurabib]... no INFO: +checking for package biblatex [biblatex]... yes INFO: +Inspection done. INFO: +Read the file doc/LaTeXConfig.lyx for more information.
Re: Fw: graphique in brower
Sorry, Actually, I forgot to move in html (instead of text) format. > Subject: Re: Fw: graphique in brower > > On 12/3/20 3:31 AM, Patrick Dupre wrote: > > Hello, > > > > I have 2 machine and a different behavior. > > > > If a dial a formula in lyx. > > in one case, I can directly copy the formula in my browser (firefox) keeping > > a graphic mode (.png ?). > > In the other case, I cannot get the graphic. it only copies the ascii code > > of > > the formula. > > > > Thanks. > > > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > === > How are you inserting the formula into the browser? Are you pasting it > into an input field on a web page? (If so, which field on which page?) > > Paul > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Fw: graphique in brower
Hello, I have 2 machine and a different behavior. If a dial a formula in lyx. in one case, I can directly copy the formula in my browser (firefox) keeping a graphic mode (.png ?). In the other case, I cannot get the graphic. it only copies the ascii code of the formula. Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
graphique in brower
Hello, I have 2 machine and a different behavior. If a dial a formula in lyx. in one case, I can directly copy the formula in my browser (firefox) keeping a graphic mode (.png ?). In the other case, I cannot get the graphic. it only copies the ascii code of the formula. Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: | >>
OK, it is fine === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === Sent: Monday, November 09, 2020 at 7:20 PM From: "José Abílio Matos" To: lyx-users@lists.lyx.org Subject: Re: | >> On Monday, November 9, 2020 6:07:58 PM WET Patrick Dupre wrote: > Thank for the feedback, > > This I understand. The problem is that I have to type all my formula under > latex then. This is annoying for large formulas. > > I would like to by able to keep using the lyx tool. In Math manual: Help-> Math (Chapter 5). In this case you could do: Insert -> Math -> Inline Formula in the math bar: Insert delimiters remove the "Keep match" option, select the bar on left and rangle on the right. Does this helps? -- José Abílio -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: | >>
Thank for the feedback, This I understand. The problem is that I have to type all my formula under latex then. This is annoying for large formulas. I would like to by able to keep using the lyx tool. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === Sent: Monday, November 09, 2020 at 6:54 PM From: "José Abílio Matos" To: lyx-users@lists.lyx.org Subject: Re: | >> On Monday, November 9, 2020 5:15:06 PM WET Patrick Dupre wrote: > Hello, > > How can I generate the following sequence with lyx? > $\left|A\right\rangle\rangle $ > > Thank. If I understand you correctly one way would be to copy that sequence text to lyx, select it and press Ctr+M (if you use the cua bindings). Is that what you are looking to? Regards, -- José Abílio -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
| >>
Hello, How can I generate the following sequence with lyx? $\left|A\right\rangle\rangle $ Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
warning and wrong display
Hello, The attached file provides warnings, and finally a wrong formula in the bibliography. It is due to revtex4.1 (and revtex4.2) associated with the bibliography Can somebody tell me how to fix it? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === newfile1.lyx Description: application/lyx -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: substack
Sorry, I found the solution the Help (math) > Subject: substack > > Hello, > > It seems that lyx interprets correctly \substack, but I need to enter \\ > How can I do it? > > Thanks. > > === > Patrick DUPRÉ | | email: pdu...@gmx.com > Laboratoire interdisciplinaire Carnot de Bourgogne > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > Tel: +33 (0)380395988 > === > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
substack
Hello, It seems that lyx interprets correctly \substack, but I need to enter \\ How can I do it? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
png
Hello, Can I export a png file from lyx? Thanks === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: Basic latex
Finally, One option is to Provides natbib-internal 0 === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Thursday, March 26, 2020 at 4:15 PM > From: "Patrick Dupre" > To: lyx > Subject: Basic latex > > Hello, > > I can set the basis bibtex option in the article standard class > but as soon that I set the Revtex class, I lost this option > It returns to Natbib > > How can I have basis bibtex with Revtex 4.1 ? > > Thank > > === > Patrick DUPRÉ | | email: pdu...@gmx.com > Laboratoire interdisciplinaire Carnot de Bourgogne > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > Tel: +33 (0)380395988 > === > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: Basic latex
I disagree, I have an older document, with Revtex 4.1 and bibtex Basic === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Thursday, March 26, 2020 at 4:50 PM > From: "Richard Kimberly Heck" > To: "Patrick Dupre" , lyx > Subject: Re: Basic latex > > On 3/26/20 11:15 AM, Patrick Dupre wrote: > > Hello, > > > > I can set the basis bibtex option in the article standard class > > but as soon that I set the Revtex class, I lost this option > > It returns to Natbib > > > > How can I have basis bibtex with Revtex 4.1 ? > > You can't. The revtex classes load natbib themselves. > > Riki > > > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Basic latex
Hello, I can set the basis bibtex option in the article standard class but as soon that I set the Revtex class, I lost this option It returns to Natbib How can I have basis bibtex with Revtex 4.1 ? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
export to png
Hello, Lyx shows the option export to PNG, but it does not seem to be working At least the command line does not show up. Do I need to install an additional package? Thank for your help. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: installing aa
OK, It works that way (installing in ~/textmf). Why can we not choose a specific directory? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Sunday, December 15, 2019 at 10:18 PM > From: "Paul A. Rubin" > To: "Patrick Dupre" > Cc: lyx-users@lists.lyx.org > Subject: Re: installing aa > > On 12/15/19 4:07 PM, Patrick Dupre wrote: > >> On 12/15/19 2:49 PM, Patrick Dupre wrote: > >>> Hello, > >>> > >>> I wanted to have the class aa available, but I failed in the installation > >>> on a linux machine > >>> aa.layout > >>> is installed in /usr/share/lyx/layouts > >>> I installed the aa-package in ~/latex/styles > >>> I set the variable TEXINPUTS at ~/latex/styles > >>> > >>> This is the out of configure.log > >>> > >>> INFO: +checking for document class aa [aa,answers.sty]... no > >>> > >>> What else should I do? > >>> > >>> Thank. > >>> > >>> === > >>>Patrick DUPRÉ | | email: pdu...@gmx.com > >>>Laboratoire interdisciplinaire Carnot de Bourgogne > >>>9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > >>>Tel: +33 (0)380395988 > >>> === > >>> > >> Did you run 'texhash ~/latex/styles' in a terminal? Something like this > >> is required whenever you install individual packages on your own, to add > >> them to the database of packages used by your LaTeX distribution. > > Yes, I did, I tried > > texhash > > texhash /home/pdupre/latex/styles > > > > but it did not help. > > > >> Paul > >> > >> -- > >> lyx-users mailing list > >> lyx-users@lists.lyx.org > >> http://lists.lyx.org/mailman/listinfo/lyx-users > >> > This may have to do with installing it in a nonstandard location. Do you > have a ~/texmf directory? If so, trying putting the aa directory in > ~/texmf/tex/latex/ (so that the path to the class file is > ~/texmf/tex/latex/aa/aa.cls) and then running texhash again. > > Paul > > > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: installing aa
> On 12/15/19 2:49 PM, Patrick Dupre wrote: > > Hello, > > > > I wanted to have the class aa available, but I failed in the installation > > on a linux machine > > aa.layout > > is installed in /usr/share/lyx/layouts > > I installed the aa-package in ~/latex/styles > > I set the variable TEXINPUTS at ~/latex/styles > > > > This is the out of configure.log > > > > INFO: +checking for document class aa [aa,answers.sty]... no > > > > What else should I do? > > > > Thank. > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > === > > > Did you run 'texhash ~/latex/styles' in a terminal? Something like this > is required whenever you install individual packages on your own, to add > them to the database of packages used by your LaTeX distribution. Yes, I did, I tried texhash texhash /home/pdupre/latex/styles but it did not help. > Paul > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
installing aa
Hello, I wanted to have the class aa available, but I failed in the installation on a linux machine aa.layout is installed in /usr/share/lyx/layouts I installed the aa-package in ~/latex/styles I set the variable TEXINPUTS at ~/latex/styles This is the out of configure.log INFO: +checking for document class aa [aa,answers.sty]... no What else should I do? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: Error: ! Package babel Error: You haven't defined the language french yet.
Sorry, babel-french was not installed on this machine === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Sunday, December 08, 2019 at 6:14 PM > From: "Baris Erkus" > To: "lyx-users@lists.lyx.org" > Subject: Re: Error: ! Package babel Error: You haven't defined the language > french yet. > > > On 08-Dec-19 8:07 PM, Patrick Dupre wrote: > > Hello, > > > > The attached file gives an error. > > Why? > > I use lyx 2.3.3 on fedora30 > > > > Any idea? > > > > Thank. > > > > === > > Patrick DUPRÉ | | email: pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > === > > > Worked on my Win10+MikTeX+LyX2.3.3 > > -- > ↓↓ > Please bottom-post. Start your reply here: > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Error: ! Package babel Error: You haven't defined the language french yet.
Hello, The attached file gives an error. Why? I use lyx 2.3.3 on fedora30 Any idea? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === tmp.lyx Description: application/lyx -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users
Re: Blue underline
Check the language setting. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Sunday, August 11, 2019 at 12:29 AM > From: "Hal Kierstead" > To: Lyx-users > Subject: Blue underline > > All - > > I received a LyX file A.lyx from which I want to copy and paste into another > LyX file B.lyx, but what I paste appears as blue underlined text in B.lyx > (not in the original). When I preview B.lyx everything is OK. What is > happening? Is there away to avoid this as it is annoying to look at? > > If it matters A.lyx was produced on a PC, while I am using a Mac. > > Thanks, > > Hal
onehalfspace
Hello, It seems that there is an issue with: onehalfspace Can I get some feedback? See attached file. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === test.lyx Description: application/lyx
Re: LaTeX Error: Too many math alphabets used in version normal.
Hello, Even setting: \newcommand\bmmax{0} does not help. It is really annoying. How to solve this issue? Why such limitation. I am using Latex for 30 years, and it is the first time that I am stuck. Thank for any help. > > Hello, > > > > I got the message: > > > > LaTeX Error: Too many math alphabets used in version normal. > > > > How can I fix the issue? > > See > https://texfaq.org/FAQ-manymathalph > > Jürgen > > > Thank > > > > See the log file. > > > > = > > == > > Patrick DUPRÉ | | email: > > pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > = > > == >
space above formula
Hello, I am trying to adjust the spacing below a formula. I expect to find something similar to \setlength{\belowcaptionskip}{0.25cm} But I cannot find some ideas? Thanks. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
Re: LaTeX Error: Too many math alphabets used in version normal.
Actually, now, I get: LaTeX Error: Too many symbol fonts declared. which is a bit different > \newcommand\bmmax{3} > \newcommand{\hmmax}{0} > \usepackage{bm} > > > > > > Am Dienstag, den 06.08.2019, 16:35 +0200 schrieb Patrick Dupre: > > > Hello, > > > > > > I got the message: > > > > > > LaTeX Error: Too many math alphabets used in version normal. > > > > > > How can I fix the issue? > > > > See > > https://texfaq.org/FAQ-manymathalph > > > > Jürgen > > > > > Thank > > > > > > See the log file. > > > > > > = > > > == > > > Patrick DUPRÉ | | email: > > > pdu...@gmx.com > > > Laboratoire interdisciplinaire Carnot de Bourgogne > > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > > Tel: +33 (0)380395988 > > > = > > > == > > >
Re: LaTeX Error: Too many math alphabets used in version normal.
Thank for the suggestion. But it does help. I tried both, but I get the same behavior. \newcommand\bmmax{3} \newcommand{\hmmax}{0} \usepackage{bm} > > Am Dienstag, den 06.08.2019, 16:35 +0200 schrieb Patrick Dupre: > > Hello, > > > > I got the message: > > > > LaTeX Error: Too many math alphabets used in version normal. > > > > How can I fix the issue? > > See > https://texfaq.org/FAQ-manymathalph > > Jürgen > > > Thank > > > > See the log file. > > > > = > > == > > Patrick DUPRÉ | | email: > > pdu...@gmx.com > > Laboratoire interdisciplinaire Carnot de Bourgogne > > 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE > > Tel: +33 (0)380395988 > > = > > == >
LaTeX Error: Too many math alphabets used in version normal.
Hello, I got the message: LaTeX Error: Too many math alphabets used in version normal. How can I fix the issue? Thank See the log file. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2019.8.5) 6 AUG 2019 16:26 entering extended mode restricted \write18 enabled. %&-line parsing enabled. **Poster_SAFM.tex (./Poster_SAFM.tex LaTeX2e <2018-04-01> patch level 5 (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls Document Class: beamer 2018/02/20 v3.50 A class for typesetting presentations (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty (/usr/share /texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty Package: etoolbox 2018/02/11 v2.5e e-TeX tools for LaTeX (JAW) \etb@tempcnta=\count80 ) \beamer@tempbox=\box26 \beamer@tempcount=\count81 \c@beamerpauses=\count82 (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty \beamer@slideinframe=\count83 \beamer@minimum=\count84 ) \beamer@commentbox=\box27 \beamer@modecount=\count85 ) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch ) \headdp=\dimen102 \footheight=\dimen103 \sidebarheight=\dimen104 \beamer@tempdim=\dimen105 \beamer@finalheight=\dimen106 \beamer@animht=\dimen107 \beamer@animdp=\dimen108 \beamer@animwd=\dimen109 \beamer@leftmargin=\dimen110 \beamer@rightmargin=\dimen111 \beamer@leftsidebar=\dimen112 \beamer@rightsidebar=\dimen113 \beamer@boxsize=\dimen114 \beamer@vboxoffset=\dimen115 \beamer@descdefault=\dimen116 \beamer@descriptionwidth=\dimen117 \beamer@lastskip=\skip41 \beamer@areabox=\box28 \beamer@animcurrent=\box29 \beamer@animshowbox=\box30 \beamer@sectionbox=\box31 \beamer@logobox=\box32 \beamer@linebox=\box33 \beamer@sectioncount=\count86 \beamer@subsubsectionmax=\count87 \beamer@subsectionmax=\count88 \beamer@sectionmax=\count89 \beamer@totalheads=\count90 \beamer@headcounter=\count91 \beamer@partstartpage=\count92 \beamer@sectionstartpage=\count93 \beamer@subsectionstartpage=\count94 \beamer@animationtempa=\count95 \beamer@animationtempb=\count96 \beamer@xpos=\count97 \beamer@ypos=\count98 \beamer@ypos@offset=\count99 \beamer@showpartnumber=\count100 \beamer@currentsubsection=\count101 \beamer@coveringdepth=\count102 \beamer@sectionadjust=\count103 \beamer@tocsectionnumber=\count104 (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty (/usr/sha re/texlive/texmf-dist/tex/latex/graphics/keyval.sty Package: keyval 2014/10/28 v1.15 key=value parser (DPC) \KV@toks@=\toks14 )) \beamer@paperwidth=\skip42 \beamer@paperheight=\skip43 (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty Package: geometry 2018/04/16 v5.8 Page Geometry (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty Package: ifvtex 2016/05/16 v1.6 Detect VTeX and its facilities (HO) Package ifvtex Info: VTeX not detected. ) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional ) \Gm@cnth=\count105 \Gm@cntv=\count106 \c@Gm@tempcnt=\count107 \Gm@bindingoffset=\dimen118 \Gm@wd@mp=\dimen119 \Gm@odd@mp=\dimen120 \Gm@even@mp=\dimen121 \Gm@layoutwidth=\dimen122 \Gm@layoutheight=\dimen123 \Gm@layouthoffset=\dimen124 \Gm@layoutvoffset=\dimen125 \Gm@dimlist=\toks15 ) (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo File: size11.clo 2014/09/29 v1.4h Standard LaTeX file (size option) ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/sha re/texlive/texmf-dist/tex/latex/graphics/graphicx.sty Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR) (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty Package: trig 2016/01/03 v1.10 sin cos tan (DPC) ) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration ) Package graphics Info: Driver file: pdftex.def on input line 99. (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex )) \Gin@req@height=\dimen126 \Gin@req@width=\dimen127 ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/sha re/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/te xmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex \pgfutil@everybye=\toks16 \pgfutil@tempdima=\dimen128 \pgfutil@tempdimb=\dimen129 (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t
beamposter
Hello, I used to use lyx for my presentations. Now, I want to make a poster (either on A0, or divided in A4 or A3 sheets). When I move to documentclass to Beamposter, my text size has been divided by? maybe 16! I tried to play with the scale of \usepackage[orientation=landscape,scale=0.125]{} It does not help. How can I keep my presentation layout, and obtain a poster (possibly in pieces), by only playing with the setting? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
Re: Setting
Thank, Now, it works like you said. But before (i.e. I close and restart the editor), it wasnot working that way. It was just impossible to edit the preamble without doing Edit! Bizarre. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === Sent: Monday, August 05, 2019 at 4:57 PM From: "Paul A. Rubin" To: lyx-users@lists.lyx.org Subject: Re: Setting On 8/5/19 10:26 AM, Patrick Dupre wrote: Hello, Since Today, when I when to edit the latex preamble, I have to use the "edit" option, which calls emacs. I do not want that. How can I go back to the "old" fashion, ie. editing directly the Latex Preamble ? Is it because I installed a new package? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === If you do not click the edit button (or do and then click end-edit), you can still use the "old" method (insert cursor in preamble and type/delete/copy/paste/...). I'm not sure what the Edit button is for, but I suspect it's to do things like search-and-replace that the LyX interface does not directly support. Paul
Setting
Hello, Since Today, when I when to edit the latex preamble, I have to use the "edit" option, which calls emacs. I do not want that. How can I go back to the "old" fashion, ie. editing directly the Latex Preamble ? Is it because I installed a new package? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
Re: Beamer/Slide presentation manual
Lyx Help -> Specific manuals -> Beamer presentation === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === Sent: Monday, July 22, 2019 at 1:06 PM From: "Maria Susan M. Torres" To: "lyx-users@lists.lyx.org" Subject: Beamer/Slide presentation manual Hi. Where can I find a manual/tutorial to prepare presentation slides in LyX? Thanks, Susan
revtex 4.2
Hello, Is some body working on the new revtex 4.2 style/layout? It would be great. My Best. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
Re: configuration fails
OK, The solution has been to uninstall MikTex and Lyx with Administrator privileges and to reinstall them with standard user privileges !!! It is nonsense, but it finally works. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Thursday, March 07, 2019 at 5:12 PM > From: "Kornel Benko" > To: lyx-users@lists.lyx.org > Subject: Re: configuration fails > > Am Donnerstag, 7. März 2019 16:18:54 CET schrieb Patrick Dupre > : > > Hello, > > > > I also tried to run configure.py manually (see the attached configure.log > > generated). > > Then I copied this file into the home directory, and loaded lyx. > > But lyx immediately generates a new configure.log file (which is shorter: > > it stops at > > DEBUG: Failed to remove file texput.log) > > > > Thank for your help. > > configure should create following files: > lyxrc.defaults > preferences > bbxFiles.lst cbxFiles.lstlyxmodules.lst textclass.lst > bibFiles.lst clsFiles.lstpackages.lstxtemplates.lst > bstFiles.lst lyxciteengines.lst styFiles.lst > > The log-output shows: > WARNING: Failed to find tex2lyx on your system. > This means, that your PATH is not set correctly. 'tex2lyx.exe' is part of > lyx, should be in the same dir as 'lyx.exe'. > > DEBUG: Failed to remove file chklatex.log > this repeats for all .lst file ... > which from my POV shows, that you don't have the privilege to write into the > user dir. > > Kornel > > > > > > > > > > Am Dienstag, 5. März 2019 20:44:43 CET schrieb Patrick Dupre > > > : > > > > Hello, > > > > > > > > Do you think that it is an issue with Miktex or Lyx. > > > > > > No, I think it has to do with your Windows version. > > > > > > > Lyx has been installed as Administrator with shared access. > > > > Would be try in single user ? > > > > > > That should not make any difference. Lyx is _executed_ under the > > > permissions > > > of the user. And the created files should respect this. > > > No, what puzzles is that > > > 1.) either lyx could create a file but could not delete it afterwards > > > or > > > 2.) lyx detected a non-existant file (which then of course cannot be > > > deleted) > > > > > > I am _not_ a Windows expert though. > > > > > > > > > > > Thank. > > > > > > Kornel > > > > > > P.S. > > > Please reply to list, maybe someone else knows what is going on. > > > > > > > > > >
Re: configuration fails
Hello, I also tried to run configure.py manually (see the attached configure.log generated). Then I copied this file into the home directory, and loaded lyx. But lyx immediately generates a new configure.log file (which is shorter: it stops at DEBUG: Failed to remove file texput.log) Thank for your help. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > > Am Dienstag, 5. März 2019 20:44:43 CET schrieb Patrick Dupre : > > Hello, > > > > Do you think that it is an issue with Miktex or Lyx. > > No, I think it has to do with your Windows version. > > > Lyx has been installed as Administrator with shared access. > > Would be try in single user ? > > That should not make any difference. Lyx is _executed_ under the permissions > of the user. And the created files should respect this. > No, what puzzles is that > 1.) either lyx could create a file but could not delete it afterwards > or > 2.) lyx detected a non-existant file (which then of course cannot be deleted) > > I am _not_ a Windows expert though. > > > > > Thank. > > Kornel > > P.S. > Please reply to list, maybe someone else knows what is going on. > >DEBUG: Create directory bind. DEBUG: Create directory clipart. DEBUG: Create directory doc. DEBUG: Create directory examples. DEBUG: Create directory images. DEBUG: Create directory kbd. DEBUG: Create directory layouts. DEBUG: Create directory scripts. DEBUG: Create directory templates. DEBUG: Create directory ui. INFO: checking for DVI to DTL converter... INFO: +checking for "dv2dt"... no INFO: checking for a Latex2e program... INFO: +checking for "latex"... yes INFO: checking for a DVI postprocessing program... INFO: +checking for "pplatex"... no INFO: checking for pLaTeX, the Japanese LaTeX... INFO: +checking for "platex"... no DEBUG: Add to RC: \converter latex dvi"latex" "latex,hyperref-driver=dvips" WARNING: Latex not usable (not LaTeX2e) DEBUG: Removing file chklatex.ltx DEBUG: Failed to remove file chklatex.log INFO: checking for a java interpreter... INFO: +checking for "java"... no INFO: checking for a perl interpreter... INFO: +checking for "perl"... yes INFO: checking for a Tgif viewer and editor... INFO: +checking for "tgif"... no DEBUG: Add to RC: \Format tgif "obj, tgo" Tgif "" "auto" "auto" "vector" "application/x-tgif" INFO: checking for a FIG viewer and editor... INFO: +checking for "xfig"... no DEBUG: Add to RC: \Format figfig FIG"" "auto" "auto" "vector" "application/x-xfig" INFO: checking for a Dia viewer and editor... INFO: +checking for "dia"... no DEBUG: Add to RC: \Format diadia DIA"" "auto" "auto" "vector,zipped=native", "application/x-dia-diagram" INFO: checking for an OpenDocument drawing viewer and editor... INFO: +checking for "libreoffice"... no INFO: +checking for "lodraw"... no INFO: +checking for "ooffice"... no INFO: +checking for "oodraw"... no INFO: +checking for "soffice"... no DEBUG: Add to RC: \Format odg"odg, sxd" "OpenDocument drawing" "" "auto" "auto" "vector,zipped=native" "application/vnd.oasis.opendocument.graphics" INFO: checking for a Grace viewer and editor... INFO: +checking for "xmgrace"... no DEBUG: Add to RC: \Format agragr Grace "" "auto" "auto" "vector" "" INFO: checking for a FEN viewer and editor... INFO: +checking for "xboard"... no DEBUG: Add to RC: \Format fenfen FEN"" "auto" "auto" "" "" INFO: checking for a SVG viewer and editor... INFO: +checking for "inkscape"... no DEBUG: Add to RC: \Format svg"svg" SVG"" "auto" "auto" "vector" "image/svg+xml" \Format svgz "svgz" "SVG (compressed)" "" "auto" "auto" "vector,zipped=native" "" INFO: checking for a raster image viewer... INFO: +checking for "xv"... no INFO: +checking for &
Re: configuration fails
I guess that I have the answer. lyx-2.3.2-cygwin.tar.gz has not been installed. But configure.py should have detected it! === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === Sent: Wednesday, March 06, 2019 at 8:29 PM From: "Patrick Dupre" To: "Richard Kimberly Heck" Cc: "Kornel Benko" , lyx-users@lists.lyx.org Subject: Re: configuration fails I am sorry for the confusion. none of the files exist on the computer. Anyway. I do not think that it is the issue. It seems that the py file terminates normally. Is checkTeXPaths executed? it seems that the output windows_style_tex_paths is not set is it because the statement is false? if os.name == 'nt' or sys.platform == 'cygwin': why test only nt and cygwin ? cygwin is not installed, it does not seems that we need cygwin for lyx. Could you confirm it? checkOtherEntries does not provide any information lyx_kpsewhich may be not set to true I will check about checkModulesConfig() checkCiteEnginesConfig() checkXTemplates() checkLatexConfig() removeTempFiles() later after the os issue has need clarified. Sent: Wednesday, March 06, 2019 at 7:43 PM From: "Richard Kimberly Heck" To: "Patrick Dupre" , "Kornel Benko" Cc: lyx-users@lists.lyx.org Subject: Re: configuration fails On 3/6/19 8:27 AM, Patrick Dupre wrote: Hello, The configuration stop at DEBUG: Removing file a b.tex DEBUG: Removing file a b.log DEBUG: Failed to remove file texput.log Actually, any of the 3 files exists on the computer Sorry, do you mean these files do exist, or that they do not exist? If they do exist, what directory are they in? I can comment these lines in the python file, but it does not help. Actually, the rest of the file is not executed! I check on the permissions of the Lyx and Miktex files. But I do not see any thing wrong. One possibility is that this is some kind of file-locking issue. We've seen this kind of thing on Windows before, though with temporary files. Riki
Re: configuration fails
I am sorry for the confusion. none of the files exist on the computer. Anyway. I do not think that it is the issue. It seems that the py file terminates normally. Is checkTeXPaths executed? it seems that the output windows_style_tex_paths is not set is it because the statement is false? if os.name == 'nt' or sys.platform == 'cygwin': why test only nt and cygwin ? cygwin is not installed, it does not seems that we need cygwin for lyx. Could you confirm it? checkOtherEntries does not provide any information lyx_kpsewhich may be not set to true I will check about checkModulesConfig() checkCiteEnginesConfig() checkXTemplates() checkLatexConfig() removeTempFiles() later after the os issue has need clarified. Sent: Wednesday, March 06, 2019 at 7:43 PM From: "Richard Kimberly Heck" To: "Patrick Dupre" , "Kornel Benko" Cc: lyx-users@lists.lyx.org Subject: Re: configuration fails On 3/6/19 8:27 AM, Patrick Dupre wrote: Hello, The configuration stop at DEBUG: Removing file a b.tex DEBUG: Removing file a b.log DEBUG: Failed to remove file texput.log Actually, any of the 3 files exists on the computer Sorry, do you mean these files do exist, or that they do not exist? If they do exist, what directory are they in? I can comment these lines in the python file, but it does not help. Actually, the rest of the file is not executed! I check on the permissions of the Lyx and Miktex files. But I do not see any thing wrong. One possibility is that this is some kind of file-locking issue. We've seen this kind of thing on Windows before, though with temporary files. Riki
Re: configuration fails
Hello, The configuration stop at DEBUG: Removing file a b.tex DEBUG: Removing file a b.log DEBUG: Failed to remove file texput.log Actually, any of the 3 files exists on the computer I can comment these lines in the python file, but it does not help. Actually, the rest of the file is not executed! I check on the permissions of the Lyx and Miktex files. But I do not see any thing wrong. How should a file the variable TEXINPUTS? I do not think that we really need if we do not use specific style files. It a windows7 machines. It is the last version of lyx and miktex. Regards. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Monday, March 04, 2019 at 8:37 PM > From: "Kornel Benko" > To: lyx-users@lists.lyx.org > Subject: Re: configuration fails > > Am Montag, 4. März 2019 19:34:35 CET schrieb Patrick Dupre : > > Hello, > > > > On a PC running windows 7, we installed Miktex and Lyx, > > but, every time we get the following error message: > > > > The system reconfiguration has failed. > > Default textclass is used but LyX may not be able to work properly. > > Please reconfigure again if needed. > > > > I checked article.cls is on the PC. > > The path seems OK. > > We cannot even get the setting of a new document. > > > > Thank. > > > > Dear Patrick, would be nice to see the configuration-log-file. > You can find it in user-directory (the dir where 'preferences' is) under the name 'configure.log' > In case, you don't know the dir > 1) start lyx > 2.) select Help->About LyX->Version > > Kornel
lyx live
Hello, I found on the internet a lyx live DVD, but it seems old (2013). Is there any recent version? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
Re: configuration fails
Actually, I used to use lyx for decades on a linux machine. Now, I have a student running windows 7 in a Chinese version. This may be a source of additional glitches. Are there some recommendations about the disk partitioning versus the disk installation (like D: versus C:)? > > Am Dienstag, 5. März 2019 20:44:43 CET schrieb Patrick Dupre : > > Hello, > > > > Do you think that it is an issue with Miktex or Lyx. > > No, I think it has to do with your Windows version. > > > Lyx has been installed as Administrator with shared access. > > Would be try in single user ? > > That should not make any difference. Lyx is _executed_ under the permissions > of the user. And the created files should respect this. > No, what puzzles is that > 1.) either lyx could create a file but could not delete it afterwards > or > 2.) lyx detected a non-existant file (which then of course cannot be deleted) > > I am _not_ a Windows expert though. > > > > > Thank. > > Kornel > > P.S. > Please reply to list, maybe someone else knows what is going on. > >
Re: configuration fails
Hello, Here is a configure file log === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 === > Sent: Monday, March 04, 2019 at 8:37 PM > From: "Kornel Benko" > To: lyx-users@lists.lyx.org > Subject: Re: configuration fails > > Am Montag, 4. März 2019 19:34:35 CET schrieb Patrick Dupre : > > Hello, > > > > On a PC running windows 7, we installed Miktex and Lyx, > > but, every time we get the following error message: > > > > The system reconfiguration has failed. > > Default textclass is used but LyX may not be able to work properly. > > Please reconfigure again if needed. > > > > I checked article.cls is on the PC. > > The path seems OK. > > We cannot even get the setting of a new document. > > > > Thank. > > > > Dear Patrick, would be nice to see the configuration-log-file. > You can find it in user-directory (the dir where 'preferences' is) under the > name 'configure.log' > In case, you don't know the dir > 1) start lyx > 2.) select Help->About LyX->Version > > KornelINFO: checking for DVI to DTL converter... INFO: +checking for "dv2dt"... yes INFO: checking for DTL to DVI converter... INFO: +checking for "dt2dv"... yes INFO: checking for a Latex2e program... INFO: +checking for "latex"... yes INFO: checking for a DVI postprocessing program... INFO: +checking for "pplatex"... yes INFO: checking for pLaTeX, the Japanese LaTeX... INFO: +checking for "platex"... no DEBUG: Add to RC: \converter latex dvi2 "pplatex" "latex,hyperref-driver=dvips" \converter dvi2 dvi"python -tt $$s/scripts/clean_dvi.py $$i $$o" "" INFO: checking for a java interpreter... INFO: +checking for "java"... no INFO: checking for a perl interpreter... INFO: +checking for "perl"... yes INFO: checking for a Tgif viewer and editor... INFO: +checking for "tgif"... no DEBUG: Add to RC: \Format tgif "obj, tgo" Tgif "" "auto" "auto" "vector" "application/x-tgif" INFO: checking for a FIG viewer and editor... INFO: +checking for "xfig"... no DEBUG: Add to RC: \Format figfig FIG"" "auto" "auto" "vector" "application/x-xfig" INFO: checking for a Dia viewer and editor... INFO: +checking for "dia"... no DEBUG: Add to RC: \Format diadia DIA"" "auto" "auto" "vector,zipped=native", "application/x-dia-diagram" INFO: checking for an OpenDocument drawing viewer and editor... INFO: +checking for "libreoffice"... no INFO: +checking for "lodraw"... no INFO: +checking for "ooffice"... no INFO: +checking for "oodraw"... no INFO: +checking for "soffice"... no DEBUG: Add to RC: \Format odg"odg, sxd" "OpenDocument drawing" "" "auto" "auto" "vector,zipped=native" "application/vnd.oasis.opendocument.graphics" INFO: checking for a Grace viewer and editor... INFO: +checking for "xmgrace"... no DEBUG: Add to RC: \Format agragr Grace "" "auto" "auto" "vector" "" INFO: checking for a FEN viewer and editor... INFO: +checking for "xboard"... no DEBUG: Add to RC: \Format fenfen FEN"" "auto" "auto" "" "" INFO: checking for a SVG viewer and editor... INFO: +checking for "inkscape"... no DEBUG: Add to RC: \Format svg"svg" SVG"" "auto" "auto" "vector" "image/svg+xml" \Format svgz "svgz" "SVG (compressed)" "" "auto" "auto" "vector,zipped=native" "" INFO: checking for a raster image viewer... INFO: +checking for "xv"... no INFO: +checking for "gwenview"... no INFO: +checking for "kview"... no INFO: +checking for "eog"... no INFO: +checking for "xviewer"... no INFO: +checking for "ristretto"... no INFO: +checking for "gpicview"... no INFO: +checking for "lximage-qt"... no INFO: +checking for "xdg-open"..
bibtex
Hello, What is the way to set the basic bibtex in the last version of lyx? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
configuration fails
Hello, On a PC running windows 7, we installed Miktex and Lyx, but, every time we get the following error message: The system reconfiguration has failed. Default textclass is used but LyX may not be able to work properly. Please reconfigure again if needed. I checked article.cls is on the PC. The path seems OK. We cannot even get the setting of a new document. Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 ===
Re: crash
Hello, You are right. Today the same file does not generate a crash! In the mind time, I just reboot the computer. Random behaviors are just difficult to debug. How can I "buffer-anonymize"? Linux Teucidide 4.19.15-200.fc28.x86_64 #1 SMP Mon Jan 14 17:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux lyx-2.3.2-1.fc28.x86_64 Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com === Sent: Saturday, January 19, 2019 at 12:55 AM From: "John White" To: lyx-users@lists.lyx.org Cc: "Patrick Dupre" , "Scott Kostyshak" Subject: Re: crash On Friday, January 18, 2019 10:22:55 PM PST Patrick Dupre wrote: > Hello, > > Yes, you are right. I did not response to the mentioned message > because I did not understand the point. > Now, I cannot give you the previous lyx file, it is too long, too sensitive > and it has a lot of pictures that I cannot communicate. > I expect that the attached file will be more helpful. > It just crashes when I try to open the inlet > (before it was when I run the spellchecker). > > For me, all these crashes seem due to a memory leak. > > Best. > \> === > Patrick DUPRÉ | | email: pdu...@gmx.com > === > > > Sent: Friday, January 18, 2019 at 9:44 PM > > From: "Scott Kostyshak" > > To: lyx-users@lists.lyx.org > > Subject: Re: crash > > > > On Fri, Jan 18, 2019 at 09:30:02PM +0100, Patrick Dupre wrote: > > > Hello, > > > > > > Where are you with the crash report that I submitted in December? > > > Actually, I can also crash lyx by using trhe option "go to label" > > > when I click on a figure reference. > > > > Hi Patrick, > > > > In the furture can you please respond to the relevant email thread or if > > it is a trac ticket, please post on trac? We get lots of emails (and > > unfortunately, several mysterious crashes) and I personally have a > > horrible memory, so keeping things organized helps out a lot. > > > > I think I found the crash you're referring to. For anyone who is > > > > curious, see here: > > https://www.mail-archive.com/search?l=mid=trinity-4267d203-5264-439d-8 > > 4e6-c54806590235-1541597713075%403c-app-mailcom-bs04> > > Also, it seems you might have missed a question asked by Jean-Marc in > > > > that email thread. The question was the following: > > Is it enough to obfuscate it with "buffer-anonymize"? > > > > The reason why this question is so important is that it would really > > help us to have a minimal example file. Without an example file, it is > > quite difficult to track down the problem since we can't reproduce it. > > If you're not sure what "buffer-anonymize" is, please let us know and we > > can give you instructions for how to use it. > > > > Thanks for following up on this important issue. Hopefully we can figure > > out the crash. > > > > Best, > > > > Scott It doesn't crash on 2.3.0 debian linux. John
Re: crash
Hello, Yes, you are right. I did not response to the mentioned message because I did not understand the point. Now, I cannot give you the previous lyx file, it is too long, too sensitive and it has a lot of pictures that I cannot communicate. I expect that the attached file will be more helpful. It just crashes when I try to open the inlet (before it was when I run the spellchecker). For me, all these crashes seem due to a memory leak. Best. === Patrick DUPRÉ | | email: pdu...@gmx.com === > Sent: Friday, January 18, 2019 at 9:44 PM > From: "Scott Kostyshak" > To: lyx-users@lists.lyx.org > Subject: Re: crash > > On Fri, Jan 18, 2019 at 09:30:02PM +0100, Patrick Dupre wrote: > > Hello, > > > > Where are you with the crash report that I submitted in December? > > Actually, I can also crash lyx by using trhe option "go to label" > > when I click on a figure reference. > > Hi Patrick, > > In the furture can you please respond to the relevant email thread or if > it is a trac ticket, please post on trac? We get lots of emails (and > unfortunately, several mysterious crashes) and I personally have a > horrible memory, so keeping things organized helps out a lot. > > I think I found the crash you're referring to. For anyone who is > curious, see here: > > > https://www.mail-archive.com/search?l=mid=trinity-4267d203-5264-439d-84e6-c54806590235-1541597713075%403c-app-mailcom-bs04 > > Also, it seems you might have missed a question asked by Jean-Marc in > that email thread. The question was the following: > > Is it enough to obfuscate it with "buffer-anonymize"? > > The reason why this question is so important is that it would really > help us to have a minimal example file. Without an example file, it is > quite difficult to track down the problem since we can't reproduce it. > If you're not sure what "buffer-anonymize" is, please let us know and we > can give you instructions for how to use it. > > Thanks for following up on this important issue. Hopefully we can figure > out the crash. > > Best, > > Scott > crash.lyx Description: application/lyx