Re: Question: how to run Reconfigure without GUI

2019-02-08 Thread Dr Eberhard Lisse
I futureproofed it a little :-)-O #!/bin/bash function lyxconfigure { if [[ "$OSTYPE" == "darwin"* ]] then BASEDIR="/Users/$(whoami)/Library/Application Support/LyX" LYXVER=$(lyx --version 2>&1 \ | perl -ne 'if (/^LyX/) {

Re: Question: how to run Reconfigure without GUI

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

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Steve Litt
On Tue, 5 Feb 2019 13:49:31 -0500 Scott Kostyshak wrote: > On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: > > Scott, > > > > this is very helpful for my alias file on the Mac. > > > > function lyxconfigure > > { > > pushd ~/ > > python -tt > > "/Applications/LyX.app/

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Jean-Marc Lasgouttes
Le 05/02/2019 à 19:49, Scott Kostyshak a écrit : On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: Scott, this is very helpful for my alias file on the Mac. function lyxconfigure { pushd ~/ python -tt "/Applications/LyX.app/Contents/Resources/configure.py"

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Scott Kostyshak
On Tue, Feb 05, 2019 at 12:35:55PM +0200, Dr Eberhard Lisse wrote: > Scott, > > this is very helpful for my alias file on the Mac. > > function lyxconfigure > { > pushd ~/ > python -tt "/Applications/LyX.app/Contents/Resources/configure.py" > popd > } Nice. Thanks for sharing I

Re: Question: how to run Reconfigure without GUI

2019-02-05 Thread Dr Eberhard Lisse
27:34AM -0500, Daniel Gómez Martínez wrote: >> I found out I can start the action I want with "lyx -x reconfigure"; >> however, GUI is triggered at the end. > > You can call the configure script directly. For example, > > python -tt "/usr/local/share/lyx/c

Re: Question: how to run Reconfigure without GUI

2019-01-15 Thread Scott Kostyshak
On Tue, Jan 15, 2019 at 11:27:34AM -0500, Daniel Gómez Martínez wrote: > I found out I can start the action I want with "lyx -x reconfigure"; > however, GUI is triggered at the end. You can call the configure script directly. For example, python -tt "/usr/local/share/lyx/c

Re: Question: how to run Reconfigure without GUI

2019-01-15 Thread Paul A. Rubin
On 1/15/19 11:27 AM, Daniel Gómez Martínez wrote: I found out I can start the action I want with "lyx -x reconfigure"; however, GUI is triggered at the end. Already tried "lyx -batch -x reconfigure" but lyx ask for an input file, which I consider should not happen; I

Re: Question: how to run Reconfigure without GUI

2019-01-15 Thread Daniel Gómez Martínez
I found out I can start the action I want with "lyx -x reconfigure"; however, GUI is triggered at the end. Already tried "lyx -batch -x reconfigure" but lyx ask for an input file, which I consider should not happen; I’m considering a bug report. Regards, *Daniel Gómez Martí

Question: how to run Reconfigure without GUI

2019-01-15 Thread Daniel Gómez Martínez
Hello everyone, I was wondering if there's a way to execute Tools>Reconfigure without GUI (i.e. from the terminal) in Linux. Thanks in advance, *Daniel Gómez Martínez* * <3044313476>*

Re: Change the GUI font?

2018-09-04 Thread Charlie
On Tue, 4 Sep 2018 12:15:50 +0200 Klaus-Dieter Bauer wrote: > Is there any way to change the font used in LyX's GUI, or more > specifically the font used in the outline? > > The preferences-dialog allows changing the screen-fonts used to > display *documents*, but I did

Change the GUI font?

2018-09-04 Thread Klaus-Dieter Bauer
Is there any way to change the font used in LyX's GUI, or more specifically the font used in the outline? The preferences-dialog allows changing the screen-fonts used to display *documents*, but I didn't see an option to change the GUI font. I also looked at the .ui files, but cou

Re: Scalebox / Resizebox via GUI?

2018-08-24 Thread Joel Kulesza
> On Aug 24, 2018, at 02:13, Jürgen Spitzmüller wrote: > > Am Mittwoch, den 22.08.2018, 16:06 -0600 schrieb Joel Kulesza: >> P.S. Is there a reason this is in a module and not in the GUI >> natively? > > Because it is so much easier to hack together a module than

Re: Fwd: Scalebox / Resizebox via GUI?

2018-08-24 Thread Jürgen Spitzmüller
Am Mittwoch, den 22.08.2018, 16:06 -0600 schrieb Joel Kulesza: > P.S. Is there a reason this is in a module and not in the GUI > natively? Because it is so much easier to hack together a module than to add proper GUI support. Jürgen signature.asc Description: This is a digitally signed m

Fwd: Scalebox / Resizebox via GUI?

2018-08-22 Thread Joel Kulesza
I also seem to be blind and missed this in the modules (GraphicBoxes). Sorry, Joel P.S. Is there a reason this is in a module and not in the GUI natively? -- Forwarded message -- From: Joel Kulesza Date: Wed, Aug 22, 2018 at 4:03 PM Subject: Scalebox / Resizebox via GUI? To

Scalebox / Resizebox via GUI?

2018-08-22 Thread Joel Kulesza
Colleagues, I cannot seem to find a way to insert/manipulate a \scalebox or \resizebox via the GUI. Am I overlooking this or are they unavailable? For example, I produce a .pgf plot via matplotlib that I'd like to include and then scale. The plot is such that it displays better this way

Re: Changing GUI color of environment labels

2017-02-13 Thread Jürgen Spitzmüller
Am Sonntag, den 12.02.2017, 17:55 +0100 schrieb Matthias Wirtz: > Hello, > > for changing GUI colors one can use Tools->Preferences- > >Look&Feel/Colors. > > Unfortunately I can not identify the entry responsible for the  > text/background color of environment labe

Changing GUI color of environment labels

2017-02-13 Thread Matthias Wirtz
Hello, for changing GUI colors one can use Tools->Preferences->Look&Feel/Colors. Unfortunately I can not identify the entry responsible for the text/background color of environment labels. In classes like beamer or letter you have environment names "Sent to Address"

Re: LyX GUI unresponsive over ssh

2016-09-01 Thread Pavel Sanda
Boylan, Ross wrote: > It seems the GUI is just incredibly slow, taking maybe 30 to 60 seconds to > respond to an event. That includes even trivial operations like clicking > somewhere and having the cursor appear. In the interim I see continuous > network activity at about 265

Re: LyX GUI unresponsive over ssh

2016-08-27 Thread Jean-Marc Lasgouttes
Le 26/08/2016 à 22:36, Boylan, Ross a écrit : I'm surprised; I thought the point of X was to avoid pushing bitmaps around. Yes, it used to be the case. Nowadays it is a bit different, I think. JMarc

Re: LyX GUI unresponsive over ssh

2016-08-26 Thread Scott Kostyshak
On Fri, Aug 26, 2016 at 03:11:48PM +0200, Jean-Marc Lasgouttes wrote: > Le 26/08/2016 à 00:30, Boylan, Ross a écrit : > > It seems the GUI is just incredibly slow, taking maybe 30 to 60 > > seconds to respond to an event. That includes even trivial > > operations like c

Re: LyX GUI unresponsive over ssh

2016-08-26 Thread Jean-Marc Lasgouttes
Le 26/08/2016 à 00:30, Boylan, Ross a écrit : It seems the GUI is just incredibly slow, taking maybe 30 to 60 seconds to respond to an event. That includes even trivial operations like clicking somewhere and having the cursor appear. In the interim I see continuous network activity at about

Re: LyX GUI unresponsive over ssh

2016-08-25 Thread Steve Litt
On Thu, 25 Aug 2016 22:30:44 + "Boylan, Ross" wrote: > It seems the GUI is just incredibly slow, taking maybe 30 to 60 > seconds to respond to an event. That includes even trivial > operations like clicking somewhere and having the cursor appear. In > the interim I

RE: LyX GUI unresponsive over ssh

2016-08-25 Thread Boylan, Ross
It seems the GUI is just incredibly slow, taking maybe 30 to 60 seconds to respond to an event. That includes even trivial operations like clicking somewhere and having the cursor appear. In the interim I see continuous network activity at about 265KiB/s. Perhaps this is some problem with

Re: installing lyx 2.2 with TL2016,GUI already in place and functioning

2016-06-25 Thread Kornel Benko
Am Samstag, 25. Juni 2016 um 14:13:11, schrieb Michael Berger > > On 06/18/2016 09:56 PM, Kornel Benko wrote: > > Am Samstag, 18. Juni 2016 um 18:06:24, schrieb Michael Berger > > > >> Hi Miguel, Kornel, > >> .. > I will do as Miguel told me and enter the PATH of my TL2016 > installation

installing lyx 2.2 with TL2016,GUI already in place and functioning

2016-06-25 Thread Michael Berger
On 06/18/2016 09:56 PM, Kornel Benko wrote: Am Samstag, 18. Juni 2016 um 18:06:24, schrieb Michael Berger Hi Miguel, Kornel, .. I will do as Miguel told me and enter the PATH of my TL2016 installation "/usr/local/texlive/2016/bin/x86_64-linux" in LyX Preferences' as PATH prefix. Th

installing lyx 2.2 with TL2016,GUI already in place and functioning

2016-06-25 Thread Michael Berger
Dear all, after fixing some - as I believe - Mageia specific shortcomings, TL2016 full / 3263 files / GUI is installed on my system and functioning. See screen-shot. Currently no Lyx version is installed and I want to install Lyx 2.2.0 I downloaded lyx-2.2.0.tar.gz and extracted it. After

Re: Changing key bindings in the GUI

2014-08-26 Thread Maria Gouskova
### > > These three custom key bindings work without a problem. The problem is > with the daughter bindings files, and I tried to change it through the > GUI but to no avail. > > One of the key bindings in the mac.bind file in the lyx.app folder > defin

Changing key bindings in the GUI

2014-08-25 Thread Maria Gouskova
ut Numbered Examples (consecutive)" \bind"C-~S-a""layout Subexample" \bind"C-/""inset-vspace-bigskip" ## These three custom key bindings work without a problem. The problem is with the daughter binding

RE: command line text export different than GUI?

2014-06-25 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
> -Original Message- > From: Richard Heck [mailto:rgh...@lyx.org] > Sent: Tuesday, June 03, 2014 10:03 PM > To: Denniston, Todd A CIV NAVSURFWARCENDIV Crane > Cc: lyx-users@lists.lyx.org > Subject: Re: command line text export different than GUI? > > On 06/03/

Re: command line text export different than GUI?

2014-06-03 Thread Richard Heck
On 06/03/2014 05:16 PM, Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: I am wondering why a get a different result from the GUI than from the command line when attempting to export to a text file. I am also wondering what incantation I would need to use to get results as I get from the GUI

command line text export different than GUI?

2014-06-03 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
I am wondering why a get a different result from the GUI than from the command line when attempting to export to a text file. I am also wondering what incantation I would need to use to get results as I get from the GUI by going to latex and then to text+++. test process: Open testexport.lyx

Re: Seeing invisible table grid lines in the GUI

2014-01-25 Thread Stephan Witt
n Wed, Jan 22, 2014 at 12:17 PM, Maria Gouskova >>>>>>> wrote: >>>>>>>> Hi LyX users, >>>>>>>> >>>>>>>> I use LyX on several computers (all version 2.0.6) and cannot figure >>>>&g

Re: Seeing invisible table grid lines in the GUI

2014-01-25 Thread Maria Gouskova
>>>>>>> >>>>>>> I use LyX on several computers (all version 2.0.6) and cannot figure >>>>>>> out which setting allows one to see invisible table grid lines. They >>>>>>> helpfully show up as light gray lines on the Ma

Re: Seeing invisible table grid lines in the GUI

2014-01-23 Thread Stephan Witt
;>>>>> out which setting allows one to see invisible table grid lines. They >>>>>> helpfully show up as light gray lines on the Macs running 10.6.8, but >>>>>> not on the one running 10.8.5. Is this a setting somewhere in the GUI >>>>>

Re: Seeing invisible table grid lines in the GUI

2014-01-23 Thread Stephan Witt
>> helpfully show up as light gray lines on the Macs running 10.6.8, but >>>>> not on the one running 10.8.5. Is this a setting somewhere in the GUI >>>>> that I need to turn on? >>>>> >>>>> Maria >>>> >>>>

Re: Seeing invisible table grid lines in the GUI

2014-01-22 Thread Stephen Buonopane
;> >>>> I use LyX on several computers (all version 2.0.6) and cannot figure >>>> out which setting allows one to see invisible table grid lines. They >>>> helpfully show up as light gray lines on the Macs running 10.6.8, but >>>> not on

Re: Seeing invisible table grid lines in the GUI

2014-01-22 Thread Scott Kostyshak
cannot figure >>> out which setting allows one to see invisible table grid lines. They >>> helpfully show up as light gray lines on the Macs running 10.6.8, but >>> not on the one running 10.8.5. Is this a setting somewhere in the GUI >>> that I need to turn on? >&

Re: Seeing invisible table grid lines in the GUI

2014-01-22 Thread Maria Gouskova
nes. They >> helpfully show up as light gray lines on the Macs running 10.6.8, but >> not on the one running 10.8.5. Is this a setting somewhere in the GUI >> that I need to turn on? >> >> Maria > > Hi Maria, > > I've never heard of this particular i

Re: Seeing invisible table grid lines in the GUI

2014-01-22 Thread Scott Kostyshak
8, but > not on the one running 10.8.5. Is this a setting somewhere in the GUI > that I need to turn on? > > Maria Hi Maria, I've never heard of this particular issue but other Mac-related screen issues have been solved by zooming. In Tools > Preferences > Look & Feel &

Seeing invisible table grid lines in the GUI

2014-01-22 Thread Maria Gouskova
Hi LyX users, I use LyX on several computers (all version 2.0.6) and cannot figure out which setting allows one to see invisible table grid lines. They helpfully show up as light gray lines on the Macs running 10.6.8, but not on the one running 10.8.5. Is this a setting somewhere in the GUI that

Re: gui problem

2013-06-26 Thread John White
Litt wrote: On Tue, 25 Jun 2013 10:33:10 -0700 John White wrote: Any of you linux users know why lyx 2.0.6 works fine when started at command line but won't save files if started from GUI? Thanks I'm not sure what you mean by "started from GUI", but if you mean from t

Re: gui problem

2013-06-25 Thread stefano franchi
On Tue, Jun 25, 2013 at 1:56 PM, Steve Litt wrote: > On Tue, 25 Jun 2013 10:33:10 -0700 > John White wrote: > > > Any of you linux users know why lyx 2.0.6 works fine when started at > > command line but won't save files if started from GUI? > > > > Th

Re: gui problem

2013-06-25 Thread Steve Litt
On Tue, 25 Jun 2013 10:33:10 -0700 John White wrote: > Any of you linux users know why lyx 2.0.6 works fine when started at > command line but won't save files if started from GUI? > > Thanks I'm not sure what you mean by "started from GUI", but if you mea

Re: gui problem

2013-06-25 Thread John White
Any of you linux users know why lyx 2.0.6 works fine when started at command line but won't save files if started from GUI? Thanks

2.0.4: GUI handling of EPS bounding boxes

2012-09-19 Thread Matthias Hunstig
on the tracker (http://www.lyx.org/trac/changeset/036e0c2a/lyxgit), the GUI does not handle the bounding box correctly. In my tries (Windows 7), I get two cases: a) Bounding box is ignored in GUI. For finding good bounding box values I have to guess and hope. This could be seen as a missing

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Craig wrote: > Now, does it run because I had to re-emerge qt > and then re-emerge lyx? Did I need to log out to unload the old copies > of QT from memory? one of these, perhaps. >I thought I had isolated the xetex flag as the > problem, but now that works fine too! xetex use flag only pul

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
you're a Gentoo user: * Re-emerged lyx (tried this yesterday).  Still crashed. * Updated world * Re-emerged qt-core and qt-gui.  Still crashed. * Logged out and logged back in * Messed with xetex and luatex USE flags.  Previously, hadapp-office/lyx xetex -luat

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Nico Williams
strace lyx running as root and not, then look to see what system calls are failing in the latter case leading up to the segfault. That might give you a clue as to where else to look. Nico --

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
> another shot in the darkness - do you have correctly set locales? $ cat locale.gen en_US ISO-8859-1 en_US.UTF-8 UTF-8 $ env | grep LANG LANG=en_US.UTF-8 GDM_LANG=en_US.UTF-8

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
> can a non-root user run lyx sudo? Yes.  A non-root user can run lyx with sudo and it works fine.

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Pavel Sanda
Pavel Sanda wrote: > Craig wrote: > > Then I get: > > > > > > Error returned from iconv > > EILSEQ An invalid multibyte sequence has been encountered in the input. > > When converting from UCS-4LE to UTF-8. > > Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 > > 0x0 0

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread William Seager
On Wednesday 23 May 2012 08:09:33 Craig wrote: > Creating a new user, logging in to a new X session and running LyX > resulted in the same crash can a non-root user run lyx sudo? -- William Seager University of Toronto Scarborough www.utsc.utoronto.ca/~seager

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-23 Thread Craig
Other things I've tried: * Disabling Xinerama did not prevent the crash * Creating a new user, logging in to a new X session and running LyX resulted in the same crash

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
.cpp(91): GuiSelection::on_dataChanged GuiSelection.cpp(91): GuiSelection::on_dataChanged From: Pavel Sanda To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 5:19 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: > Then I get: >

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: > Then I get: > > > Error returned from iconv > EILSEQ An invalid multibyte sequence has been encountered in the input. > When converting from UCS-4LE to UTF-8. > Input: 0xd0 0x61 0x16 0x3f 0xc0 0x7f 0x0 0x0 0xe0 0xe5 0xf2 0x0 0x0 0x0 0x0 > 0x0 0x0 0xaf 0xe9 0x0 0x0 0x0 0x0 0x0 0xc0

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
When I run LyX as root or do "sudo lyx" I don't get any errors or warning messages. From: Pavel Sanda To: lyx-users@lists.lyx.org Sent: Tuesday, May 22, 2012 4:50 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: &

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread William Seager
On Monday 21 May 2012 10:23:01 Craig wrote: > The strange part is that I can run LyX successfully if I run it as root. That must be a big clue - can you create a brand new user and see if lyx runs for the new user?

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: > Removing ~/.lyx does not change anything.  It still crashes right away (note > that the window, buttons, etc are fully drawn and the file > examples/splash.lyx gets loaded before the SIGSEGV dialog box appears). Can you post backtrace when lyx is compiled with debug use flag? P

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
Sent: Tuesday, May 22, 2012 4:33 PM Subject: Re: LyX SEGSEGV crash just after GUI window appears Craig wrote: > I just installed LyX 2.0.3 on a Gentoo system and the application is crashing > as soon as the window opens.  I get a dialog box with the SIGSEGV message and > then it dies.  Th

Re: LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Pavel Sanda
Craig wrote: > I just installed LyX 2.0.3 on a Gentoo system and the application is crashing > as soon as the window opens.  I get a dialog box with the SIGSEGV message and > then it dies.  The strange part is that I can run LyX successfully if I run > it as root.  Idon't know if this a LyX bug

LyX SEGSEGV crash just after GUI window appears

2012-05-22 Thread Craig
I just installed LyX 2.0.3 on a Gentoo system and the application is crashing as soon as the window opens.  I get a dialog box with the SIGSEGV message and then it dies.  The strange part is that I can run LyX successfully if I run it as root.  Idon't know if this a LyX bug or a Gentoo packaging

Re: biblatex gui

2011-05-24 Thread Julio Rojas
This really looks nice. I hope it goes well. - Julio Rojas jcredbe...@gmail.com On Tue, May 24, 2011 at 11:28 AM, Jürgen Spitzmüller wrote: > Julio Rojas wrote: > > Dear Louis. You can perfectly use JabRef for biblatex files. Some fields, > > like

Re: biblatex gui

2011-05-24 Thread Jürgen Spitzmüller
Julio Rojas wrote: > Dear Louis. You can perfectly use JabRef for biblatex files. Some fields, > like "booktitle" can be introduced by hand in the tab "Bibtex Source" of > each reference. Or you can simply customize entry types to Biblatex format > going to Options -> Customize entry types. And th

Re: biblatex gui

2011-05-24 Thread Julio Rojas
Dear Louis. You can perfectly use JabRef for biblatex files. Some fields, like "booktitle" can be introduced by hand in the tab "Bibtex Source" of each reference. Or you can simply customize entry types to Biblatex format going to Options -> Customize entry types. I hope this helps you. Regards. -

Re: biblatex gui

2011-05-24 Thread Dominik Waßenhoven
Louis Turk wrote: > Am I correct in thinking that JabRef does not support biblatex? No, you can add any field you like to JabRef via "Options > Customize entry types" and "Options > Set up general fields". Regards, Dominik.-

biblatex gui

2011-05-23 Thread Louis Turk
Hi fellow Lyxers, Am I correct in thinking that JabRef does not support biblatex? The only program I've found that supports entering biblatex citations into .bib files is Synaptic. Are there others? Is there an emacs mode for doing this? Lou

Re: how to change GUI Language

2010-11-04 Thread Uwe Stöhr
Am 04.11.2010 09:59, schrieb Christian del Castillo: 1) using the version I installed last time from here: ftp://ftp.lyx.org/pub/lyx/bin/1.6.7/LyX-1.6.7-4-Installer.exe I still do not get to choose a GUI/ install language, and in the end my LyX was (automatically) in Japanese, again. This is

Re: how to change GUI Language

2010-11-04 Thread Uwe Stöhr
Am 04.11.2010 09:59, schrieb Christian del Castillo: 1) using the version I installed last time from here: ftp://ftp.lyx.org/pub/lyx/bin/1.6.7/LyX-1.6.7-4-Installer.exe I still do not get to choose a GUI/ install language, and in the end my LyX was (automatically) in Japanese, again. This is

Re: how to change GUI Language

2010-10-30 Thread Uwe Stöhr
Am 30.10.2010 03:18, schrieb Christian del Castillo: LyX installer is in English Good. I do not recall being given the chance to choose my GUI language. The installer asks you about this in a separate step, so you must be able t do this. Here are the steps that I get until 'In

Re: how to change GUI Language

2010-10-29 Thread Uwe Stöhr
Am 29.10.2010 08:51, schrieb Christian del Castillo: Since the GUI is in a language that the user cannot understand in the first place, even if someone told the user to go to tools->preferences->language settings, he wouldn't know where the 'tools' menu is, where the &#

Re: how to change GUI Language

2010-10-28 Thread Uwe Stöhr
Am 29.10.2010 03:17, schrieb Christian del Castillo: I was also going to the mail archive, and the way I understandit is that LyX will detect the system language and adjust GUI accordingly, however in my case, the system language was in English, my IP address Korean, the only Japanese setting I

how to change GUI Language

2010-10-28 Thread Christian del Castillo
language my GUI was in. I was also going to the mail archive, and the way I understandit is that LyX will detect the system language and adjust GUI accordingly, however in my case, the system language was in English, my IP address Korean, the only Japanese setting I had was in 'Language to di

Re: LyX 2.0 GUI Issue on Mac

2010-06-29 Thread Pavel Sanda
James C. Sutherland wrote: > It doesn't fix the advanced find window, but it did fix the Progress > Messages window. yes thats what i thought. the appearence of messages window is up to you - if one wants it small its not possible to put there everything... pavel

Re: LyX 2.0 GUI Issue on Mac

2010-06-29 Thread James C. Sutherland
On Tue, Jun 29, 2010 at 5:56 AM, Pavel Sanda wrote: > James C. Sutherland wrote: > > I just started looking at the 2.0 alpha 4 version of LyX. > > > > This issue may already be well-known, but there are several parts of the > GUI > > that appear improperly on my Mac

Re: LyX 2.0 GUI Issue on Mac

2010-06-29 Thread Pavel Sanda
James C. Sutherland wrote: > I just started looking at the 2.0 alpha 4 version of LyX. > > This issue may already be well-known, but there are several parts of the GUI > that appear improperly on my Mac. Thus far, I have seen these on: > >- The advanced find dialogue wi

Re: Indent in GUI vs. preview

2010-06-25 Thread Guenter Milde
On 2010-06-24, Vincent van Ravesteijn wrote: > On Thu, Jun 24, 2010 at 4:28 PM, Daniel CLEMENT > wrote: ... >> Every first paragraph after a section, subsection, enumeration, math >> display,... is _not_ indented (in the LyX window) -- which is normal. >> However, when I open the paragraph style

Re: Indent in GUI vs. preview

2010-06-24 Thread Daniel CLEMENT
Thanks, this makes things clearer. One little comment, however Vincent van Ravesteijn wrote: > On Thu, Jun 24, 2010 at 4:28 PM, Daniel CLEMENT > wrote: > > [...] > > > > However, when I open the paragraph style dialog, the "indent paragraph" > > box is checked, and indeed the paragraph comes out

Re: Indent in GUI vs. preview

2010-06-24 Thread Vincent van Ravesteijn
On Thu, Jun 24, 2010 at 4:28 PM, Daniel CLEMENT wrote: > Hi, > > I think I have noticed a small inconsistency within the lyX GUI. I hope > it's not a FAQ; I searched the list archive but no luck. > > Every first paragraph after a section, subsection, enumeration, math

Indent in GUI vs. preview

2010-06-24 Thread Daniel CLEMENT
Hi, I think I have noticed a small inconsistency within the lyX GUI. I hope it's not a FAQ; I searched the list archive but no luck. Every first paragraph after a section, subsection, enumeration, math display,... is _not_ indented (in the LyX window) -- which is normal. However, when I

Re: GUI behavior in table editing

2010-06-14 Thread Vincent van Ravesteijn
>Maria Gouskove wrote: >Okay, I submitted a bug report. Forwarding the message by Edwin on lyx-devel to lyx-users: >can you confirm whether this is fixed in latest trunk? > >ed. Vincent

Re: GUI behavior in table editing

2010-06-14 Thread Maria Gouskova
>> I am trying to understand the principles behind cursor and window >> behavior in the LyX GUI during table editing. Suppose you're working >> on a table that fits into the open document window completely. Move >> the cursor (using either a mouse click or the arrow-d

Re: GUI behavior in table editing

2010-06-14 Thread Helge Hafting
On 11. juni 2010 16:33, Maria Gouskova wrote: Dear LyX users, I am trying to understand the principles behind cursor and window behavior in the LyX GUI during table editing. Suppose you're working on a table that fits into the open document window completely. Move the cursor (using eit

Re: GUI behavior in table editing

2010-06-11 Thread Maria Gouskova
> Cheers, >> >> Rob >> >> >> On Jun 11, 2010, at 8:33 AM, Maria Gouskova wrote: >> >>> Dear LyX users, >>> >>> I am trying to understand the principles behind cursor and window >>> behavior in the LyX GUI during table edi

GUI behavior in table editing

2010-06-11 Thread Maria Gouskova
Dear LyX users, I am trying to understand the principles behind cursor and window behavior in the LyX GUI during table editing. Suppose you're working on a table that fits into the open document window completely. Move the cursor (using either a mouse click or the arrow-down key) into a r

Re: GUI issues in V1.6.2

2009-03-21 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: I don't have a concern, I just said that I can't remember having seen this console window popping up and closing before with Joost's installer. So, I had the same experience as Bob. No complaints or concerns. No problem when you have some ;-) I rechecked the c

Re: GUI issues in V1.6.2

2009-03-20 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: Vincent van Ravesteijn schrieb: Never seen this before. I also quiestioned this when running LyX the first time after installing 1.6.2 with your installer. In this case the console Window is not closed to show the users the installation progress. When you have installed Ly

Re: GUI issues in V1.6.2

2009-03-20 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: Never seen this before. I also quiestioned this when running LyX the first time after installing 1.6.2 with your installer. In this case the console Window is not closed to show the users the installation progress. When you have installed LyX and LaTeX packages

Re: GUI issues in V1.6.2

2009-03-20 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: Vincent van Ravesteijn - TNW schrieb: The 'official' LyX 1.6.2 installer is not yet available (which I regret), so you probably have used the 'alternative' installer to install LyX. This installer for instance installs a lyx.bat file which is used to start LyX. That's why it

Re: GUI issues in V1.6.2

2009-03-20 Thread Uwe Stöhr
Robert Betz schrieb: Yes the path is in the environment. The problem may be that the installer cannot handle the space in the path — Miktex is installed in: c:\Program Files(x86)\Miktex 2.7\Miktex\bin Note: It is an x64 machine hence the (x86) in the path for 32 bit programs. This is not

Re: GUI issues in V1.6.2

2009-03-20 Thread Uwe Stöhr
Robert Betz schrieb: The statement about the finding Miktex was to indicate that there appears to be an issue with the installer in that it finds that there is a Miktex distribution but is unable to fill in the path to the latex.exe file. > Probably the wrong list to be talking about this any

Re: GUI issues in V1.6.2

2009-03-20 Thread Uwe Stöhr
Robert Betz schrieb: The statement about the finding Miktex was to indicate that there appears to be an issue with the installer in that it finds that there is a Miktex distribution but is unable to fill in the path to the latex.exe file. > Probably the wrong list to be talking about this any

Re: GUI issues in V1.6.2

2009-03-20 Thread Uwe Stöhr
Vincent van Ravesteijn - TNW schrieb: The 'official' LyX 1.6.2 installer is not yet available (which I regret), so you probably have used the 'alternative' installer to install LyX. This installer for instance installs a lyx.bat file which is used to start LyX. That's why it looks like the behav

Re: GUI issues in V1.6.2

2009-03-20 Thread Uwe Stöhr
Robert Betz schrieb: Installed the new Lyx 1.6.2 the other day on a Windows XP x64 machine, > but found that there are problems with the GUI. > If on moves one of the toolbars to somewhere else on the toolbar area > then stop and restart the program it the toolbar is at a different

Re: GUI issues in V1.6.2

2009-03-19 Thread Robert Betz
Rubin, Yes the path is in the environment. The problem may be that the installer cannot handle the space in the path — Miktex is installed in: c:\Program Files(x86)\Miktex 2.7\Miktex\bin Note: It is an x64 machine hence the (x86) in the path for 32 bit programs. This problem was not in the

Re: GUI issues in V1.6.2

2009-03-19 Thread Paul A. Rubin
Robert Betz wrote: The statement about the finding Miktex was to indicate that there appears to be an issue with the installer in that it finds that there is a Miktex distribution but is unable to fill in the path to the latex.exe file. Probably the wrong list to be talking about this anyway.

RE: GUI issues in V1.6.2

2009-03-19 Thread Robert Betz
Vincent, Thanks for the reply. I noted that the GUI bug was in an earlier release, (V1.6.0 I think), but it seemed to disappear in V1.6.1-1. Well at least is does not occur in my installation. The statement about the finding Miktex was to indicate that there appears to be an issue with

RE: GUI issues in V1.6.2

2009-03-19 Thread Vincent van Ravesteijn - TNW
Hi Bob >Installed the new Lyx 1.6.2 the other day on a Windows XP >x64 machine, but found that there are problems with the GUI. >If on moves one of the toolbars to somewhere else on the >toolbar area then stop and restart the program it the toolbar >is at a different position.

GUI issues in V1.6.2

2009-03-19 Thread Robert Betz
Installed the new Lyx 1.6.2 the other day on a Windows XP x64 machine, but found that there are problems with the GUI. If on moves one of the toolbars to somewhere else on the toolbar area then stop and restart the program it the toolbar is at a different position. Also when the program

Re: Gui acess to \nocite )

2008-08-14 Thread rgheck
Matthieu Stigler wrote: Hello I just discovered Lyx and use it since twodays (really nice!) so excuse me if my question is dummy, but I did not find any answer in the manuals of forums. Is there a Gui acess to \nocite? From the menu I have only access to \cite... should I make it through

  1   2   3   >