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/) {
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
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/
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"
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
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
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
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
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í
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>*
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
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
> 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
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
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
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
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
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"
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
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
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
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
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
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
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
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
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
###
>
> 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
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
> -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/
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
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
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
>>>>>>>
>>>>>>> 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
;>>>>> 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
>>>>>
>> 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
>>>>
>>>>
;>
>>>> 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
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?
>&
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
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 &
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
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
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
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
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
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
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
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
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
--
> 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
> can a non-root user run lyx sudo?
Yes. A non-root user can run lyx with sudo and it works fine.
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
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
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
.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:
>
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
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:
&
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?
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
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
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
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
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
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
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.
-
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.-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>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
>> 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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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.
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
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 - 100 of 228 matches
Mail list logo