LyX 2.3.4 and Evince/Okular synctex

2020-03-12 Thread Ben Houcine
After a week of Linux distros tests I settled yesterday with 
manjaro-gnome-19.0.2. This distro worked fine with the latest version of 
LyX.Concerning LyX synctex with Okular I have the following note to add to the 
pageLyX wiki | LyX / SyncTeX
The following are necessary:
1) In Document > Settings > Formats, check Synchronize with output (In windows 
10 it's not necessary to do that because I think there is a difference between 
TeXLive versions in Windows and Linux and how they work)
2) Tools → Preferences → File Handling → File Formats
Select the format PDF (pdflatex)Set the Viewer field to Custom with a command: 
okular --unique
as seen this screenshot
https://imgur.com/Wf3aw9U



I note also that so far I have tested the command "okular --unique" don't work 
properly in Windows ports of okular.

- Synctex with Evince:It works great in my manjaro-gnome-19.0.2 tests, the only 
issue is that using the scripts 
http://www.spitzmueller.org/tools/lyx/evince_sync_lyx.zip
evince don't start maximized even if you save window settings in it.My solution 
is to edit the preceding scripts and replace "evince" by the command "evince 
--fullscreen"

- LyX version 2.3.4.4 (testing version):So far in my tests, I din't see any 
issue in Windows 10.

H. BenFSSM-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: [ANNOUNCE] LyX 2.3.4.2 'Emergency' Release

2020-02-22 Thread Ben Houcine
 LyX version 2.3.4.3 work well in Windows 10 (Home Version 1909) as of my 
tests.Slowness in saves seems to have disappeared.

Thanks for the new update.
H. Ben
On Thursday, February 20, 2020, 07:53:39 AM GMT+1, Liviu Andronic 
 wrote:  
 
 On 2/11/20, Richard Kimberly Heck  wrote:
>
> This is an emergency release that fixes four bugs in 2.3.4. Only the
> first two really warrant an emergency release, but while we're at it...
>
Ubuntu packages are now available on the PPA:
https://launchpad.net/~lyx-devel/+archive/ubuntu/release


Liviu


> The first, bug #11728, caused a five-second delay when attempting
> to save files on Windows. This was a side effect of the fix for #10091
> and reminds us why it would be good to have more testing on Windows.
>
> The second bug is discussed in this thread
>    https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html
> and concerns a crash related to the math toolbar. This was due to an
> uninitialize buffer_ member revealed by the fix for #11586.
>
> The third, bug #11724, affects Beamer presentations and causes bad output
> when page geometry is set in certain ways. LyX should and how does ignore
> such settings.
>
> The last, bug #11579, is an old one, but a serious one, that prevents
> the use of CJKUtf8 in ERT. It's a straightforward fix for a bug that is
> pretty serious for people who encounter it.
>
> All LyX users are encouraged to upgrade to 2.3.4.2.
>
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-devel mailing list
lyx-de...@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
  -- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: RHEL6 Linux 2.1.4 Compiling Help

2016-09-23 Thread Ben Lowe
Dear JMark,

Oh, sorry about that. I've rerun it with gcc 4.4 (and attached). Alas
I get errors in making with "/usr/include/QtCore/qthreadstorage.h:",
so I assume its an issue with my Qt version.

Kind Regards,
Ben

On 23 September 2016 at 16:09, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote:
> Le 23/09/2016 à 16:28, Ben Lowe a écrit :
>>
>> I tried compiling with the patch, gcc 4.4 and did this twice, one with
>> and once without "--disable-cxx11", and attached the relevant logs.
>> Sadly I did not have any luck. I think updating Qt might be
>> non-trivial on my build of RHEL6.
>
>
> In what you sent, you are not compiling with gcc 4.4, but with icpc, the
> intel C++ compiler. This has never been tested by us.
>
> Could you try again with gcc 4.4? This is your best bet IMO.
>
> JMarc
>
configuring LyX version 2.2.1
checking for build type... release
checking for version suffix... 
checking whether Qt5 is requested... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking what packaging should be used... posix
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '12581' is supported by ustar format... yes
checking whether GID '245' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for a Python interpreter with version >= 2.7.0 or 3.3.0... python
checking for python... /local/scratch/bml1g12/Software/anaconda/envs/py27/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether the compiler is clang... no
checking whether STL is libstdc++... yes
checking whether STL is libstdc++ using the C++11 ABI... no
checking whether the compiler implements C++11... no
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking for extra library directory... NONE
checking for extra include directory... NONE
checking for extra lib+include directory... NONE
checking for main in -lshlwapi... no
checking for main in -lpsapi... no
checking for main in -lgdi32... no
checking whether to use included boost library... yes
checking whether to use included MyThes library... yes
checking whether byte ordering is bigendian... no
checking whether printing callstack is possible... yes
checking size of wchar_t... 4
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
 extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking magic.h usability... no
checking magic.h presence... no
checking for mag

Re: RHEL6 Linux 2.1.4 Compiling Help

2016-09-23 Thread Ben Lowe
On 23 September 2016 at 13:21, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote:
> Le 23/09/2016 à 14:00, Jean-Marc Lasgouttes a écrit :
>>
>> What happens if you configure gcc 4.9 without using --disable-cxx11? It
>> should not be necessary with a recent compiler like this one.
>>
>> Concerning the error itself, what is the Qt version that you use?
>
>
> I see now that it is Qt 4.6. I would not be surprised that it has some
> inompatibilities with a much newer compiler like gcc4.9
>
> Your best bet is to finish compilation with gcc 4.4 (with the patch I sent).
>
> JMarc
>

I tried compiling with the patch, gcc 4.4 and did this twice, one with
and once without "--disable-cxx11", and attached the relevant logs.
Sadly I did not have any luck. I think updating Qt might be
non-trivial on my build of RHEL6.

Kind Regards,

Ben
configuring LyX version 2.2.1
checking for build type... release
checking for version suffix... 
checking whether Qt5 is requested... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking what packaging should be used... posix
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '12581' is supported by ustar format... yes
checking whether GID '245' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for a Python interpreter with version >= 2.7.0 or 3.3.0... python
checking for python... /local/scratch/bml1g12/Software/anaconda/envs/py27/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for style of include used by make... GNU
checking for gcc... icc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking whether icc understands -c and -o together... yes
checking dependency style of icc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking dependency style of icpc... gcc3
checking how to run the C++ preprocessor... icpc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether the compiler is clang... no
checking whether STL is libstdc++... yes
checking whether STL is libstdc++ using the C++11 ABI... no
checking whether the compiler implements C++11... yes
checking regex usability... yes
checking regex presence... yes
checking for regex... yes
checking for correct regex implementation... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking for extra library directory... NONE
checking for extra include directory... NONE
checking for extra lib+include directory... NONE
checking for main in -lshlwapi... no
checking for main in -lpsapi... no
checking for main in -lgdi32... no
checking whether to use included boost library... yes
checking whether to use included MyThes library... yes
checking whether byte ordering is bigendian... no
checking whether printing callstack is possible... yes
checking size of wchar_t... 4
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
 extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking zlib.h usability... yes
checking zlib.h presence... ye

Re: Lyx Adobe Reader popup 'always on top' on Windows

2015-06-02 Thread Ben Lowe
Yes fixed, thanks very much!

On 21 May 2015 at 01:45, Uwe Stöhr uwesto...@web.de wrote:
 Am 19.03.2015 um 12:24 schrieb Ben Lowe:

 I am a Lyx user on Windows 7 64 bit using Lyx 2.0.7. Whenever I view
 PDF I find that Adobe Reader defaults to always being on top. This can
 be an issue as it means if I would like it to compile the PDF in the
 background, I constantly have to dismiss the PDF window as it pops up
 several times depending on what stage of the compile it is in. This
 seems to occur for both pdflatex and luatex.

 This is now fixed. To test replace the file pdfview.exe on your PC wit
 this one:
 http://ftp.lyx.de/LyX%202.1.3/pdfview.exe

 Does it fix the problem for you?

 regards Uwe


Re: Lyx Adobe Reader popup 'always on top' on Windows

2015-06-02 Thread Ben Lowe
Yes fixed, thanks very much!

On 21 May 2015 at 01:45, Uwe Stöhr uwesto...@web.de wrote:
 Am 19.03.2015 um 12:24 schrieb Ben Lowe:

 I am a Lyx user on Windows 7 64 bit using Lyx 2.0.7. Whenever I view
 PDF I find that Adobe Reader defaults to always being on top. This can
 be an issue as it means if I would like it to compile the PDF in the
 background, I constantly have to dismiss the PDF window as it pops up
 several times depending on what stage of the compile it is in. This
 seems to occur for both pdflatex and luatex.

 This is now fixed. To test replace the file pdfview.exe on your PC wit
 this one:
 http://ftp.lyx.de/LyX%202.1.3/pdfview.exe

 Does it fix the problem for you?

 regards Uwe


Re: Lyx Adobe Reader popup 'always on top' on Windows

2015-06-02 Thread Ben Lowe
Yes fixed, thanks very much!

On 21 May 2015 at 01:45, Uwe Stöhr <uwesto...@web.de> wrote:
> Am 19.03.2015 um 12:24 schrieb Ben Lowe:
>
>> I am a Lyx user on Windows 7 64 bit using Lyx 2.0.7. Whenever I view
>> PDF I find that Adobe Reader defaults to always being on top. This can
>> be an issue as it means if I would like it to compile the PDF in the
>> background, I constantly have to dismiss the PDF window as it pops up
>> several times depending on what stage of the compile it is in. This
>> seems to occur for both pdflatex and luatex.
>
> This is now fixed. To test replace the file pdfview.exe on your PC wit
> this one:
> http://ftp.lyx.de/LyX%202.1.3/pdfview.exe
>
> Does it fix the problem for you?
>
> regards Uwe


Lyx Adobe Reader popup 'always on top' on Windows

2015-03-19 Thread Ben Lowe
I am a Lyx user on Windows 7 64 bit using Lyx 2.0.7. Whenever I view
PDF I find that Adobe Reader defaults to always being on top. This can
be an issue as it means if I would like it to compile the PDF in the
background, I constantly have to dismiss the PDF window as it pops up
several times depending on what stage of the compile it is in. This
seems to occur for both pdflatex and luatex.

I also use Lyx on RHEL6 (linux) and do not have this issue on this
operating system.

Is there a way to get lyx to load Adobe Reader in the background,
rather than 'on top' of other windows?

-Ben


Lyx Adobe Reader popup 'always on top' on Windows

2015-03-19 Thread Ben Lowe
I am a Lyx user on Windows 7 64 bit using Lyx 2.0.7. Whenever I view
PDF I find that Adobe Reader defaults to always being on top. This can
be an issue as it means if I would like it to compile the PDF in the
background, I constantly have to dismiss the PDF window as it pops up
several times depending on what stage of the compile it is in. This
seems to occur for both pdflatex and luatex.

I also use Lyx on RHEL6 (linux) and do not have this issue on this
operating system.

Is there a way to get lyx to load Adobe Reader in the background,
rather than 'on top' of other windows?

-Ben


Lyx Adobe Reader popup 'always on top' on Windows

2015-03-19 Thread Ben Lowe
I am a Lyx user on Windows 7 64 bit using Lyx 2.0.7. Whenever I view
PDF I find that Adobe Reader defaults to always being on top. This can
be an issue as it means if I would like it to compile the PDF in the
background, I constantly have to dismiss the PDF window as it pops up
several times depending on what stage of the compile it is in. This
seems to occur for both pdflatex and luatex.

I also use Lyx on RHEL6 (linux) and do not have this issue on this
operating system.

Is there a way to get lyx to load Adobe Reader in the background,
rather than 'on top' of other windows?

-Ben


lyx over sftp

2015-01-29 Thread ben zipperer
Hi: how do I edit remote files with Lyx on Ubuntu over sftp?

Normally I open thunar or nautilus, click on the shortcut to my remote 
server, right-click on the remote file, and select an application to edit the 
file. This works with gedit, libreoffice, etc.

When I open the file in the above manner using Open with Lyx.., lyx loads, 
but no document is opened. How should I debug and solve this problem?

I'm using Ubuntu 14.10 and Lyx 2.1.2.

I didn't use to have this problem on an older system running an earlier 
version of Lyx and Ubuntu.

Ben



Re: lyx over sftp

2015-01-29 Thread ben zipperer
ben zipperer benzipperer at gmail.com writes:

 
 Hi: how do I edit remote files with Lyx on Ubuntu over sftp?
 
 Normally I open thunar or nautilus, click on the shortcut to my remote 
 server, right-click on the remote file, and select an application to edit 
the 
 file. This works with gedit, libreoffice, etc.
 
 When I open the file in the above manner using Open with Lyx.., lyx 
loads, 
 but no document is opened. How should I debug and solve this problem?
 

I've noticed that lyx isn't receiving or interpreting info from gvfs. 

If I use File- Open dialog in lyx to browse to 
/run/user/1000/gvfs/host=remoteserver,user=remoteuser, I can edit 
remotefile.lyx successfully.

But it remains the case that I can't open remotefile.lyx as described 
above.




Re: lyx over sftp

2015-01-29 Thread ben zipperer
Paul A. Rubin rubin at msu.edu writes:

 
 Possibly a silly question, but just to rule it out: if you right click a
 local .lyx file in either Thunar or Nautilus, does it open properly?
 Occasionally I get a file association linked to a .desktop file that 
invokes
 the application without passing it a file name. If that's the case for you,
 it should affect local LyX files the same way it's affecting the remote 
ones.
 
 Paul
 
 

Thanks, Paul, I checked and my problem only occurs with remote files.





lyx over sftp

2015-01-29 Thread ben zipperer
Hi: how do I edit remote files with Lyx on Ubuntu over sftp?

Normally I open thunar or nautilus, click on the shortcut to my remote 
server, right-click on the remote file, and select an application to edit the 
file. This works with gedit, libreoffice, etc.

When I open the file in the above manner using Open with Lyx.., lyx loads, 
but no document is opened. How should I debug and solve this problem?

I'm using Ubuntu 14.10 and Lyx 2.1.2.

I didn't use to have this problem on an older system running an earlier 
version of Lyx and Ubuntu.

Ben



Re: lyx over sftp

2015-01-29 Thread ben zipperer
ben zipperer benzipperer at gmail.com writes:

 
 Hi: how do I edit remote files with Lyx on Ubuntu over sftp?
 
 Normally I open thunar or nautilus, click on the shortcut to my remote 
 server, right-click on the remote file, and select an application to edit 
the 
 file. This works with gedit, libreoffice, etc.
 
 When I open the file in the above manner using Open with Lyx.., lyx 
loads, 
 but no document is opened. How should I debug and solve this problem?
 

I've noticed that lyx isn't receiving or interpreting info from gvfs. 

If I use File- Open dialog in lyx to browse to 
/run/user/1000/gvfs/host=remoteserver,user=remoteuser, I can edit 
remotefile.lyx successfully.

But it remains the case that I can't open remotefile.lyx as described 
above.




Re: lyx over sftp

2015-01-29 Thread ben zipperer
Paul A. Rubin rubin at msu.edu writes:

 
 Possibly a silly question, but just to rule it out: if you right click a
 local .lyx file in either Thunar or Nautilus, does it open properly?
 Occasionally I get a file association linked to a .desktop file that 
invokes
 the application without passing it a file name. If that's the case for you,
 it should affect local LyX files the same way it's affecting the remote 
ones.
 
 Paul
 
 

Thanks, Paul, I checked and my problem only occurs with remote files.





lyx over sftp

2015-01-29 Thread ben zipperer
Hi: how do I edit remote files with Lyx on Ubuntu over sftp?

Normally I open thunar or nautilus, click on the shortcut to my remote 
server, right-click on the remote file, and select an application to edit the 
file. This works with gedit, libreoffice, etc.

When I open the file in the above manner using "Open with Lyx..", lyx loads, 
but no document is opened. How should I debug and solve this problem?

I'm using Ubuntu 14.10 and Lyx 2.1.2.

I didn't use to have this problem on an older system running an earlier 
version of Lyx and Ubuntu.

Ben



Re: lyx over sftp

2015-01-29 Thread ben zipperer
ben zipperer  gmail.com> writes:

> 
> Hi: how do I edit remote files with Lyx on Ubuntu over sftp?
> 
> Normally I open thunar or nautilus, click on the shortcut to my remote 
> server, right-click on the remote file, and select an application to edit 
the 
> file. This works with gedit, libreoffice, etc.
> 
> When I open the file in the above manner using "Open with Lyx..", lyx 
loads, 
> but no document is opened. How should I debug and solve this problem?
> 

I've noticed that lyx isn't receiving or interpreting info from gvfs. 

If I use File-> Open dialog in lyx to browse to 
/run/user/1000/gvfs/host=remoteserver,user=remoteuser, I can edit 
remotefile.lyx successfully.

But it remains the case that I can't open remotefile.lyx as described 
above.




Re: lyx over sftp

2015-01-29 Thread ben zipperer
Paul A. Rubin  msu.edu> writes:

> 
> Possibly a silly question, but just to rule it out: if you right click a
> local .lyx file in either Thunar or Nautilus, does it open properly?
> Occasionally I get a file association linked to a .desktop file that 
invokes
> the application without passing it a file name. If that's the case for you,
> it should affect local LyX files the same way it's affecting the remote 
ones.
> 
> Paul
> 
> 

Thanks, Paul, I checked and my problem only occurs with remote files.





Re: Lyx with spelling dictionary

2014-01-20 Thread Ben Lowe
Hi Stephan,

Thanks so much for your help! I had the hunspell package but not the
hunspell-devel package. Problem is now resolved.

Kind Regards,

Ben Lowe

On 17 January 2014 15:59, Stephan Witt st.w...@gmx.net wrote:
 Am 17.01.2014 um 14:55 schrieb Ben Lowe bml1...@soton.ac.uk:

 Dear Stephan,

 Thanks for your quick response. What option do I provide lyx with in
 order to compile with enchant/hunspell etc.? I cannot find this
 information in the README, INSTALL etc.,

 Sorry for being unclear.

 You have to install the developer packages - aka rpms - for
 the spell checker of your choice. Something like hunspell-devel-*
 for hunspell (I don't know the package name for RedHat and I don't
 know either if it exists).

 After doing so LyX detects it at configure time and will be build
 with hunspell support. This should be mentioned in config.log.

 There is no configure option.

 Until I do this, I cannot provide a path for Hunspell as the path
 section is greyed out, and I cannot select the Enchant engine.

 Hunspell is not Enchant. Hunspell path is for hunspell spell checker.

 I'd recommend using hunspell. I don't know if enchant is usable.

 Stephan

 On 17 January 2014 13:11, Stephan Witt st.w...@gmx.net wrote:
 Am 17.01.2014 um 13:44 schrieb Ben Lowe ben.lowe...@googlemail.com:

 Hi,

 I'm using redhat 6; I've tried downloading the latest source and
 following these steps:
 http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

 And also tried creating an RPM package, however the dictionary choice
 in preferences  language settings  spellchecker; all options are
 greyed out, and I cannot provide a hunspell path under preferences
 paths as this is greyed out. I have relevant hunspell dictionary
 files in the ~/.lyx/dicts/ folder and they are named correctly.

 This a common issue with linux due to not compiling it with
 spellchecking support, and a fix is apparently to use 'Enchant' engine
 instead, however I have the Enchant package, and I still cannot select
 any spellchecker engines from the spellchecker menu.

 Does anyone have any suggestions on how I can compile lyx on Redhat
 with spell checking support?

 Hi,

 you have to provide the developer packages of the spell checker of your
 choice at compile time (of LyX). In case it's enchant you have to configure
 enchant, in case it's hunspell you may provide the path for the dictionary
 files under preferences if they're not found automatically.

 Stephan



Re: Lyx with spelling dictionary

2014-01-20 Thread Ben Lowe
Hi Stephan,

Thanks so much for your help! I had the hunspell package but not the
hunspell-devel package. Problem is now resolved.

Kind Regards,

Ben Lowe

On 17 January 2014 15:59, Stephan Witt st.w...@gmx.net wrote:
 Am 17.01.2014 um 14:55 schrieb Ben Lowe bml1...@soton.ac.uk:

 Dear Stephan,

 Thanks for your quick response. What option do I provide lyx with in
 order to compile with enchant/hunspell etc.? I cannot find this
 information in the README, INSTALL etc.,

 Sorry for being unclear.

 You have to install the developer packages - aka rpms - for
 the spell checker of your choice. Something like hunspell-devel-*
 for hunspell (I don't know the package name for RedHat and I don't
 know either if it exists).

 After doing so LyX detects it at configure time and will be build
 with hunspell support. This should be mentioned in config.log.

 There is no configure option.

 Until I do this, I cannot provide a path for Hunspell as the path
 section is greyed out, and I cannot select the Enchant engine.

 Hunspell is not Enchant. Hunspell path is for hunspell spell checker.

 I'd recommend using hunspell. I don't know if enchant is usable.

 Stephan

 On 17 January 2014 13:11, Stephan Witt st.w...@gmx.net wrote:
 Am 17.01.2014 um 13:44 schrieb Ben Lowe ben.lowe...@googlemail.com:

 Hi,

 I'm using redhat 6; I've tried downloading the latest source and
 following these steps:
 http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

 And also tried creating an RPM package, however the dictionary choice
 in preferences  language settings  spellchecker; all options are
 greyed out, and I cannot provide a hunspell path under preferences
 paths as this is greyed out. I have relevant hunspell dictionary
 files in the ~/.lyx/dicts/ folder and they are named correctly.

 This a common issue with linux due to not compiling it with
 spellchecking support, and a fix is apparently to use 'Enchant' engine
 instead, however I have the Enchant package, and I still cannot select
 any spellchecker engines from the spellchecker menu.

 Does anyone have any suggestions on how I can compile lyx on Redhat
 with spell checking support?

 Hi,

 you have to provide the developer packages of the spell checker of your
 choice at compile time (of LyX). In case it's enchant you have to configure
 enchant, in case it's hunspell you may provide the path for the dictionary
 files under preferences if they're not found automatically.

 Stephan



Re: Lyx with spelling dictionary

2014-01-20 Thread Ben Lowe
Hi Stephan,

Thanks so much for your help! I had the hunspell package but not the
hunspell-devel package. Problem is now resolved.

Kind Regards,

Ben Lowe

On 17 January 2014 15:59, Stephan Witt <st.w...@gmx.net> wrote:
> Am 17.01.2014 um 14:55 schrieb Ben Lowe <bml1...@soton.ac.uk>:
>
>> Dear Stephan,
>>
>> Thanks for your quick response. What option do I provide lyx with in
>> order to compile with enchant/hunspell etc.? I cannot find this
>> information in the README, INSTALL etc.,
>
> Sorry for being unclear.
>
> You have to install the developer packages - aka rpms - for
> the spell checker of your choice. Something like hunspell-devel-*
> for hunspell (I don't know the package name for RedHat and I don't
> know either if it exists).
>
> After doing so LyX detects it at configure time and will be build
> with hunspell support. This should be mentioned in config.log.
>
> There is no configure option.
>
>> Until I do this, I cannot provide a path for Hunspell as the path
>> section is greyed out, and I cannot select the Enchant engine.
>
> Hunspell is not Enchant. Hunspell path is for hunspell spell checker.
>
> I'd recommend using hunspell. I don't know if enchant is usable.
>
> Stephan
>
>> On 17 January 2014 13:11, Stephan Witt <st.w...@gmx.net> wrote:
>>> Am 17.01.2014 um 13:44 schrieb Ben Lowe <ben.lowe...@googlemail.com>:
>>>
>>>> Hi,
>>>>
>>>> I'm using redhat 6; I've tried downloading the latest source and
>>>> following these steps:
>>>> http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3
>>>>
>>>> And also tried creating an RPM package, however the dictionary choice
>>>> in preferences > language settings > spellchecker; all options are
>>>> greyed out, and I cannot provide a hunspell path under preferences
>>>>> paths as this is greyed out. I have relevant hunspell dictionary
>>>> files in the ~/.lyx/dicts/ folder and they are named correctly.
>>>>
>>>> This a common issue with linux due to not compiling it with
>>>> spellchecking support, and a fix is apparently to use 'Enchant' engine
>>>> instead, however I have the Enchant package, and I still cannot select
>>>> any spellchecker engines from the spellchecker menu.
>>>>
>>>> Does anyone have any suggestions on how I can compile lyx on Redhat
>>>> with spell checking support?
>>>
>>> Hi,
>>>
>>> you have to provide the developer packages of the spell checker of your
>>> choice at compile time (of LyX). In case it's enchant you have to configure
>>> enchant, in case it's hunspell you may provide the path for the dictionary
>>> files under preferences if they're not found automatically.
>>>
>>> Stephan
>


Lyx with spelling dictionary

2014-01-17 Thread Ben Lowe
Hi,

I'm using redhat 6; I've tried downloading the latest source and
following these steps:
http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

And also tried creating an RPM package, however the dictionary choice
in preferences  language settings  spellchecker; all options are
greyed out, and I cannot provide a hunspell path under preferences
paths as this is greyed out. I have relevant hunspell dictionary
files in the ~/.lyx/dicts/ folder and they are named correctly.

This a common issue with linux due to not compiling it with
spellchecking support, and a fix is apparently to use 'Enchant' engine
instead, however I have the Enchant package, and I still cannot select
any spellchecker engines from the spellchecker menu.

Does anyone have any suggestions on how I can compile lyx on Redhat
with spell checking support?

Many Thanks,

Ben Lowe


Re: Lyx with spelling dictionary

2014-01-17 Thread Ben Lowe
Dear Stephan,

Thanks for your quick response. What option do I provide lyx with in
order to compile with enchant/hunspell etc.? I cannot find this
information in the README, INSTALL etc.,

Until I do this, I cannot provide a path for Hunspell as the path
section is greyed out, and I cannot select the Enchant engine.

-Ben


On 17 January 2014 13:11, Stephan Witt st.w...@gmx.net wrote:
 Am 17.01.2014 um 13:44 schrieb Ben Lowe ben.lowe...@googlemail.com:

 Hi,

 I'm using redhat 6; I've tried downloading the latest source and
 following these steps:
 http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

 And also tried creating an RPM package, however the dictionary choice
 in preferences  language settings  spellchecker; all options are
 greyed out, and I cannot provide a hunspell path under preferences
 paths as this is greyed out. I have relevant hunspell dictionary
 files in the ~/.lyx/dicts/ folder and they are named correctly.

 This a common issue with linux due to not compiling it with
 spellchecking support, and a fix is apparently to use 'Enchant' engine
 instead, however I have the Enchant package, and I still cannot select
 any spellchecker engines from the spellchecker menu.

 Does anyone have any suggestions on how I can compile lyx on Redhat
 with spell checking support?

 Hi,

 you have to provide the developer packages of the spell checker of your
 choice at compile time (of LyX). In case it's enchant you have to configure
 enchant, in case it's hunspell you may provide the path for the dictionary
 files under preferences if they're not found automatically.

 Stephan


Lyx with spelling dictionary

2014-01-17 Thread Ben Lowe
Hi,

I'm using redhat 6; I've tried downloading the latest source and
following these steps:
http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

And also tried creating an RPM package, however the dictionary choice
in preferences  language settings  spellchecker; all options are
greyed out, and I cannot provide a hunspell path under preferences
paths as this is greyed out. I have relevant hunspell dictionary
files in the ~/.lyx/dicts/ folder and they are named correctly.

This a common issue with linux due to not compiling it with
spellchecking support, and a fix is apparently to use 'Enchant' engine
instead, however I have the Enchant package, and I still cannot select
any spellchecker engines from the spellchecker menu.

Does anyone have any suggestions on how I can compile lyx on Redhat
with spell checking support?

Many Thanks,

Ben Lowe


Re: Lyx with spelling dictionary

2014-01-17 Thread Ben Lowe
Dear Stephan,

Thanks for your quick response. What option do I provide lyx with in
order to compile with enchant/hunspell etc.? I cannot find this
information in the README, INSTALL etc.,

Until I do this, I cannot provide a path for Hunspell as the path
section is greyed out, and I cannot select the Enchant engine.

-Ben


On 17 January 2014 13:11, Stephan Witt st.w...@gmx.net wrote:
 Am 17.01.2014 um 13:44 schrieb Ben Lowe ben.lowe...@googlemail.com:

 Hi,

 I'm using redhat 6; I've tried downloading the latest source and
 following these steps:
 http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

 And also tried creating an RPM package, however the dictionary choice
 in preferences  language settings  spellchecker; all options are
 greyed out, and I cannot provide a hunspell path under preferences
 paths as this is greyed out. I have relevant hunspell dictionary
 files in the ~/.lyx/dicts/ folder and they are named correctly.

 This a common issue with linux due to not compiling it with
 spellchecking support, and a fix is apparently to use 'Enchant' engine
 instead, however I have the Enchant package, and I still cannot select
 any spellchecker engines from the spellchecker menu.

 Does anyone have any suggestions on how I can compile lyx on Redhat
 with spell checking support?

 Hi,

 you have to provide the developer packages of the spell checker of your
 choice at compile time (of LyX). In case it's enchant you have to configure
 enchant, in case it's hunspell you may provide the path for the dictionary
 files under preferences if they're not found automatically.

 Stephan


Lyx with spelling dictionary

2014-01-17 Thread Ben Lowe
Hi,

I'm using redhat 6; I've tried downloading the latest source and
following these steps:
http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3

And also tried creating an RPM package, however the dictionary choice
in preferences > language settings > spellchecker; all options are
greyed out, and I cannot provide a hunspell path under preferences
>paths as this is greyed out. I have relevant hunspell dictionary
files in the ~/.lyx/dicts/ folder and they are named correctly.

This a common issue with linux due to not compiling it with
spellchecking support, and a fix is apparently to use 'Enchant' engine
instead, however I have the Enchant package, and I still cannot select
any spellchecker engines from the spellchecker menu.

Does anyone have any suggestions on how I can compile lyx on Redhat
with spell checking support?

Many Thanks,

Ben Lowe


Re: Lyx with spelling dictionary

2014-01-17 Thread Ben Lowe
Dear Stephan,

Thanks for your quick response. What option do I provide lyx with in
order to compile with enchant/hunspell etc.? I cannot find this
information in the README, INSTALL etc.,

Until I do this, I cannot provide a path for Hunspell as the path
section is greyed out, and I cannot select the Enchant engine.

-Ben


On 17 January 2014 13:11, Stephan Witt <st.w...@gmx.net> wrote:
> Am 17.01.2014 um 13:44 schrieb Ben Lowe <ben.lowe...@googlemail.com>:
>
>> Hi,
>>
>> I'm using redhat 6; I've tried downloading the latest source and
>> following these steps:
>> http://wiki.lyx.org/LyX/CreatingLyXRPM#toc3
>>
>> And also tried creating an RPM package, however the dictionary choice
>> in preferences > language settings > spellchecker; all options are
>> greyed out, and I cannot provide a hunspell path under preferences
>>> paths as this is greyed out. I have relevant hunspell dictionary
>> files in the ~/.lyx/dicts/ folder and they are named correctly.
>>
>> This a common issue with linux due to not compiling it with
>> spellchecking support, and a fix is apparently to use 'Enchant' engine
>> instead, however I have the Enchant package, and I still cannot select
>> any spellchecker engines from the spellchecker menu.
>>
>> Does anyone have any suggestions on how I can compile lyx on Redhat
>> with spell checking support?
>
> Hi,
>
> you have to provide the developer packages of the spell checker of your
> choice at compile time (of LyX). In case it's enchant you have to configure
> enchant, in case it's hunspell you may provide the path for the dictionary
> files under preferences if they're not found automatically.
>
> Stephan


Multi-documents

2013-11-29 Thread Ben
Hello,
I use Lyx to write novels and factual books (some of which contain photos).
I have a query regarding the use of child documents and a master document.

What characteristics of the master document are given to a child document
associated with it? For example, is the document class, font, margin
settings of the master document given to a new child document that is
associated with the master document? I am creating a new document for a
chapter but if the document class, margins and font settings are not
explicitly set in each of the child documents then, it seems that Lyx (2.0.6
and 2.1.0) complains and warns that a different document class is set and
offers no warnings about differences in font or margin settings. Consistency
throughout the book is important for me.

Am I missing something? I would appreciate any help with this - I publish
frequently and, like using Lyx. I also recommend it to fellow authors via
createspace, smashwords etc. So, would appreciate getting this right.

Many thanks,
Ben



Re: Multi-documents

2013-11-29 Thread Ben
Jürgen Spitzmüller spitz at lyx.org writes:

 
 Ben wrote:
  What characteristics of the master document are given to a child document
  associated with it? For example, is the document class, font, margin
  settings of the master document given to a new child document that is
  associated with the master document?
 
 Yes. Every document setting is passed to the child.
 
  I am creating a new document for a
  chapter but if the document class, margins and font settings are not
  explicitly set in each of the child documents then, it seems that Lyx (2.0.6
  and 2.1.0) complains and warns that a different document class is set and
  offers no warnings about differences in font or margin settings.
 
 The class warning is because different classes might provide different
paragraph 
 styles. So if you include a book class document in an article class document, 
 the chapters in your child will get invalid.
 
 Regards,
 Jürgen
 
 

Thanks for your quick reply. I may be missing something:

a) I create a document called Front.
b) I start a new document and 'include' it in 'Front'.
c) I then create another document called C1. This document is set as the
child of Front.
d) Clicking on 'view' brings up a warning: Included file ...C1 has textclass
article while parent file has textclass 'scrbook'.
e) The resulting .pdf displays 'Front' and includes 'C1' but, without the
formatting of scrbook.

Am I missing something?
Ben




Re: Multi-documents

2013-11-29 Thread Ben
Jürgen Spitzmüller spitz at lyx.org writes:
 
 This should work. Please post example files.
 
 Regards,
 Jürgen
 
 

I'm sorry about this but, how to post files?
I am on the web-based discussion list

Ben




Multi-documents

2013-11-29 Thread Ben
Hello,
I use Lyx to write novels and factual books (some of which contain photos).
I have a query regarding the use of child documents and a master document.

What characteristics of the master document are given to a child document
associated with it? For example, is the document class, font, margin
settings of the master document given to a new child document that is
associated with the master document? I am creating a new document for a
chapter but if the document class, margins and font settings are not
explicitly set in each of the child documents then, it seems that Lyx (2.0.6
and 2.1.0) complains and warns that a different document class is set and
offers no warnings about differences in font or margin settings. Consistency
throughout the book is important for me.

Am I missing something? I would appreciate any help with this - I publish
frequently and, like using Lyx. I also recommend it to fellow authors via
createspace, smashwords etc. So, would appreciate getting this right.

Many thanks,
Ben



Re: Multi-documents

2013-11-29 Thread Ben
Jürgen Spitzmüller spitz at lyx.org writes:

 
 Ben wrote:
  What characteristics of the master document are given to a child document
  associated with it? For example, is the document class, font, margin
  settings of the master document given to a new child document that is
  associated with the master document?
 
 Yes. Every document setting is passed to the child.
 
  I am creating a new document for a
  chapter but if the document class, margins and font settings are not
  explicitly set in each of the child documents then, it seems that Lyx (2.0.6
  and 2.1.0) complains and warns that a different document class is set and
  offers no warnings about differences in font or margin settings.
 
 The class warning is because different classes might provide different
paragraph 
 styles. So if you include a book class document in an article class document, 
 the chapters in your child will get invalid.
 
 Regards,
 Jürgen
 
 

Thanks for your quick reply. I may be missing something:

a) I create a document called Front.
b) I start a new document and 'include' it in 'Front'.
c) I then create another document called C1. This document is set as the
child of Front.
d) Clicking on 'view' brings up a warning: Included file ...C1 has textclass
article while parent file has textclass 'scrbook'.
e) The resulting .pdf displays 'Front' and includes 'C1' but, without the
formatting of scrbook.

Am I missing something?
Ben




Re: Multi-documents

2013-11-29 Thread Ben
Jürgen Spitzmüller spitz at lyx.org writes:
 
 This should work. Please post example files.
 
 Regards,
 Jürgen
 
 

I'm sorry about this but, how to post files?
I am on the web-based discussion list

Ben




Multi-documents

2013-11-29 Thread Ben
Hello,
I use Lyx to write novels and factual books (some of which contain photos).
I have a query regarding the use of child documents and a master document.

What characteristics of the master document are given to a child document
associated with it? For example, is the document class, font, margin
settings of the master document given to a new child document that is
associated with the master document? I am creating a new document for a
chapter but if the document class, margins and font settings are not
explicitly set in each of the child documents then, it seems that Lyx (2.0.6
and 2.1.0) complains and warns that a different document class is set and
offers no warnings about differences in font or margin settings. Consistency
throughout the book is important for me.

Am I missing something? I would appreciate any help with this - I publish
frequently and, like using Lyx. I also recommend it to fellow authors via
createspace, smashwords etc. So, would appreciate getting this right.

Many thanks,
Ben



Re: Multi-documents

2013-11-29 Thread Ben
Jürgen Spitzmüller  lyx.org> writes:

> 
> Ben wrote:
> > What characteristics of the master document are given to a child document
> > associated with it? For example, is the document class, font, margin
> > settings of the master document given to a new child document that is
> > associated with the master document?
> 
> Yes. Every document setting is passed to the child.
> 
> > I am creating a new document for a
> > chapter but if the document class, margins and font settings are not
> > explicitly set in each of the child documents then, it seems that Lyx (2.0.6
> > and 2.1.0) complains and warns that a different document class is set and
> > offers no warnings about differences in font or margin settings.
> 
> The class warning is because different classes might provide different
paragraph 
> styles. So if you include a book class document in an article class document, 
> the chapters in your child will get invalid.
> 
> Regards,
> Jürgen
> 
> 

Thanks for your quick reply. I may be missing something:

a) I create a document called Front.
b) I start a new document and 'include' it in 'Front'.
c) I then create another document called C1. This document is set as the
child of Front.
d) Clicking on 'view' brings up a warning: Included file ...C1 has textclass
article while parent file has textclass 'scrbook'.
e) The resulting .pdf displays 'Front' and includes 'C1' but, without the
formatting of scrbook.

Am I missing something?
Ben




Re: Multi-documents

2013-11-29 Thread Ben
Jürgen Spitzmüller  lyx.org> writes:
> 
> This should work. Please post example files.
> 
> Regards,
> Jürgen
> 
> 

I'm sorry about this but, how to post files?
I am on the web-based discussion list

Ben




latin modern math, palatino text

2013-06-24 Thread Ben Zipperer
Hi, 

In my article, I like the way the general text looks when I select Palatino 
from Document -- Settings -- Fonts, but I don't like the Palatino math 
fonts. I like the way the math looks when I select Latin Modern. 

How do I use Palatino for general text but Latin Modern for the math?

Thanks!

Ben

I'm using Lyx 2.0.2



latin modern math, palatino text

2013-06-24 Thread Ben Zipperer
Hi, 

In my article, I like the way the general text looks when I select Palatino 
from Document -- Settings -- Fonts, but I don't like the Palatino math 
fonts. I like the way the math looks when I select Latin Modern. 

How do I use Palatino for general text but Latin Modern for the math?

Thanks!

Ben

I'm using Lyx 2.0.2



latin modern math, palatino text

2013-06-24 Thread Ben Zipperer
Hi, 

In my article, I like the way the general text looks when I select Palatino 
from Document --> Settings --> Fonts, but I don't like the Palatino math 
fonts. I like the way the math looks when I select Latin Modern. 

How do I use Palatino for general text but Latin Modern for the math?

Thanks!

Ben

I'm using Lyx 2.0.2



Setting table column width causes error

2013-06-05 Thread ben . stanley
Hi,

I have a small document which produces a latex error when processed. I
have reproduced the error using lyx 1.6.10 and 2.0.2.

The problem seems to be caused by setting a width on a table column.
Removing the width on the second column of the second table fixes the
error.

The error text received is as follows:

! Package array Error:  Illegal pream-token (\cv@lh@lr): `c' used.
! Package array Error:  Illegal pream-token (\cv@rh@lr): `c' used.

Please find the document attached.

Ben Stanley.

TableWidthBug.lyx
Description: application/lyx


Setting table column width causes error

2013-06-05 Thread ben . stanley
Hi,

I have a small document which produces a latex error when processed. I
have reproduced the error using lyx 1.6.10 and 2.0.2.

The problem seems to be caused by setting a width on a table column.
Removing the width on the second column of the second table fixes the
error.

The error text received is as follows:

! Package array Error:  Illegal pream-token (\cv@lh@lr): `c' used.
! Package array Error:  Illegal pream-token (\cv@rh@lr): `c' used.

Please find the document attached.

Ben Stanley.

TableWidthBug.lyx
Description: application/lyx


Setting table column width causes error

2013-06-05 Thread ben . stanley
Hi,

I have a small document which produces a latex error when processed. I
have reproduced the error using lyx 1.6.10 and 2.0.2.

The problem seems to be caused by setting a width on a table column.
Removing the width on the second column of the second table fixes the
error.

The error text received is as follows:

! Package array Error:  Illegal pream-token (\cv@lh@lr): `c' used.
! Package array Error:  Illegal pream-token (\cv@rh@lr): `c' used.

Please find the document attached.

Ben Stanley.

TableWidthBug.lyx
Description: application/lyx


Re: Specify an input path in the global preferences?

2011-10-07 Thread Ben M.
 What Guenter suggested seems reasonable. And if you have access to
 2.0, there is also a TEXINPUTS input box in Paths.

Nice, that's even more motivation for me to upgrade.

I just implemented Guenter's suggestion, and it's working well for me.
 Thanks guys!

-Ben


Re: Specify an input path in the global preferences?

2011-10-07 Thread Ben M.
 What Guenter suggested seems reasonable. And if you have access to
 2.0, there is also a TEXINPUTS input box in Paths.

Nice, that's even more motivation for me to upgrade.

I just implemented Guenter's suggestion, and it's working well for me.
 Thanks guys!

-Ben


Re: Specify an input path in the global preferences?

2011-10-07 Thread Ben M.
> What Guenter suggested seems reasonable. And if you have access to
> 2.0, there is also a TEXINPUTS input box in Paths.

Nice, that's even more motivation for me to upgrade.

I just implemented Guenter's suggestion, and it's working well for me.
 Thanks guys!

-Ben


Specify an input path in the global preferences?

2011-10-06 Thread Ben M.
Hi,

My default preamble is \include{standardpreamble}.  This works well
in the top level of my documents directory, where I keep
standardpreamble.tex.  However, if I save a file to a subdirectory,
then standardpreamble cannot be found.

Is it possible, in the preferences (not document settings), to specify
an absolute search path so that standardpreamble.tex is always found?

Specifying an absolute path in the document settings is out of the
question, since I use LyX on several different computers / operating
systems, all synchronized with version control.

For silly compatibility reasons, I'm still using LyX 1.6.

Thanks!
-Ben


Specify an input path in the global preferences?

2011-10-06 Thread Ben M.
Hi,

My default preamble is \include{standardpreamble}.  This works well
in the top level of my documents directory, where I keep
standardpreamble.tex.  However, if I save a file to a subdirectory,
then standardpreamble cannot be found.

Is it possible, in the preferences (not document settings), to specify
an absolute search path so that standardpreamble.tex is always found?

Specifying an absolute path in the document settings is out of the
question, since I use LyX on several different computers / operating
systems, all synchronized with version control.

For silly compatibility reasons, I'm still using LyX 1.6.

Thanks!
-Ben


Specify an input path in the global preferences?

2011-10-06 Thread Ben M.
Hi,

My default preamble is "\include{standardpreamble}".  This works well
in the top level of my documents directory, where I keep
standardpreamble.tex.  However, if I save a file to a subdirectory,
then standardpreamble cannot be found.

Is it possible, in the preferences (not document settings), to specify
an absolute search path so that standardpreamble.tex is always found?

Specifying an absolute path in the "document settings" is out of the
question, since I use LyX on several different computers / operating
systems, all synchronized with version control.

For silly compatibility reasons, I'm still using LyX 1.6.

Thanks!
-Ben


LYX software query

2011-03-24 Thread Ben Lincoln
Hi,

I work in the IT arena at Deutsche Bank, a user has come to me requesting LYX 
on his work PC

Please could you give me some information on the following:

Lyx being free,  is this something that can also be installed within a 
Corporate environment or does this change the perspective on it?

It seems that when you installed it requires the ability to go to the web and 
pull down files, could you confirm that this is the case?

Being a Corporate Environment we have firewalls in place and this would block 
certain ports, what ports does this software communicate through.

Does the software require a 2 way ability to run.

Is the an alternative install method/cost for Banks etc?

Sorry for all the question but do appreciate your help

Many thanks in advance
Ben






[cid:image001.gif@01CBEA03.D3405040]

Ben Lincoln
Dedicated FX and Commodities Support | Global Markets

Deutsche Bank AG, London
Information Enterprise Services
Floor 4, 23 Great Winchester Street, EC2P 2AX
Tel. +44(207)54-74897

Email ben.linc...@db.commailto:ben.linc...@db.com


[cid:image002.gif@01CBEA03.D3405040]

---
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.
Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional 
EU corporate and regulatory disclosures.inline: image001.gifinline: image002.gif

LYX software query

2011-03-24 Thread Ben Lincoln
Hi,

I work in the IT arena at Deutsche Bank, a user has come to me requesting LYX 
on his work PC

Please could you give me some information on the following:

Lyx being free,  is this something that can also be installed within a 
Corporate environment or does this change the perspective on it?

It seems that when you installed it requires the ability to go to the web and 
pull down files, could you confirm that this is the case?

Being a Corporate Environment we have firewalls in place and this would block 
certain ports, what ports does this software communicate through.

Does the software require a 2 way ability to run.

Is the an alternative install method/cost for Banks etc?

Sorry for all the question but do appreciate your help

Many thanks in advance
Ben






[cid:image001.gif@01CBEA03.D3405040]

Ben Lincoln
Dedicated FX and Commodities Support | Global Markets

Deutsche Bank AG, London
Information Enterprise Services
Floor 4, 23 Great Winchester Street, EC2P 2AX
Tel. +44(207)54-74897

Email ben.linc...@db.commailto:ben.linc...@db.com


[cid:image002.gif@01CBEA03.D3405040]

---
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.
Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional 
EU corporate and regulatory disclosures.inline: image001.gifinline: image002.gif

LYX software query

2011-03-24 Thread Ben Lincoln
Hi,

I work in the IT arena at Deutsche Bank, a user has come to me requesting LYX 
on his work PC

Please could you give me some information on the following:

Lyx being free,  is this something that can also be installed within a 
Corporate environment or does this change the perspective on it?

It seems that when you installed it requires the ability to go to the web and 
pull down files, could you confirm that this is the case?

Being a Corporate Environment we have firewalls in place and this would block 
certain ports, what ports does this software communicate through.

Does the software require a 2 way ability to run.

Is the an alternative install method/cost for Banks etc?

Sorry for all the question but do appreciate your help

Many thanks in advance
Ben






[cid:image001.gif@01CBEA03.D3405040]

Ben Lincoln
Dedicated FX and Commodities Support | Global Markets

Deutsche Bank AG, London
Information Enterprise Services
Floor 4, 23 Great Winchester Street, EC2P 2AX
Tel. +44(207)54-74897

Email ben.linc...@db.com<mailto:ben.linc...@db.com>


[cid:image002.gif@01CBEA03.D3405040]

---
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.
Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional 
EU corporate and regulatory disclosures.<><>

How can I edit the LaTeX code?

2010-03-10 Thread Chaka Ben
Hello Lyx-Users,

I am a total newbie to LyX from Germany. I really appreciate the ability of LyX 
as an WYSIWYG-Program and the possibility to see how LyX converts inputs to the 
LaTeX-Code.

But is there a possibility to change the LaTeX-Code within LyX? If not, how do 
you change the LaTeX-Code if necessary?

Thank You very much in advance,

Yours Benjamin from Cologne.






-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


How can I edit the LaTeX code?

2010-03-10 Thread Chaka Ben
Hello Lyx-Users,

I am a total newbie to LyX from Germany. I really appreciate the ability of LyX 
as an WYSIWYG-Program and the possibility to see how LyX converts inputs to the 
LaTeX-Code.

But is there a possibility to change the LaTeX-Code within LyX? If not, how do 
you change the LaTeX-Code if necessary?

Thank You very much in advance,

Yours Benjamin from Cologne.






-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


How can I edit the LaTeX code?

2010-03-10 Thread Chaka Ben
Hello Lyx-Users,

I am a total newbie to LyX from Germany. I really appreciate the ability of LyX 
as an WYSIWYG-Program and the possibility to see how LyX converts inputs to the 
LaTeX-Code.

But is there a possibility to change the LaTeX-Code within LyX? If not, how do 
you change the LaTeX-Code if necessary?

Thank You very much in advance,

Yours Benjamin from Cologne.






-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


How to remove page numbers?

2009-12-18 Thread Nizar BEN NEJI
I'm using the ieeetran.cls Can someone tell how i can remove pages numbers?
Thank you in advance

-- 
_
Nizar BEN NEJI
http://sites.google.com/site/nizarbenneji/


How to remove page numbers?

2009-12-18 Thread Nizar BEN NEJI
I'm using the ieeetran.cls Can someone tell how i can remove pages numbers?
Thank you in advance

-- 
__
___
Nizar BEN NEJI
http://sites.google.com/site/nizarbenneji/


How to remove page numbers?

2009-12-18 Thread Nizar BEN NEJI
I'm using the ieeetran.cls Can someone tell how i can remove pages numbers?
Thank you in advance

-- 
_
Nizar BEN NEJI
http://sites.google.com/site/nizarbenneji/


How to remove page numbers?

2009-12-18 Thread Nizar BEN NEJI
I'm using the ieeetran.cls Can someone tell how i can remove pages numbers?
Thank you in advance

-- 
__
___
Nizar BEN NEJI
http://sites.google.com/site/nizarbenneji/


How to remove page numbers?

2009-12-18 Thread Nizar BEN NEJI
I'm using the ieeetran.cls Can someone tell how i can remove pages numbers?
Thank you in advance

-- 
_
Nizar BEN NEJI
http://sites.google.com/site/nizarbenneji/


How to remove page numbers?

2009-12-18 Thread Nizar BEN NEJI
I'm using the ieeetran.cls Can someone tell how i can remove pages numbers?
Thank you in advance

-- 
__
___
Nizar BEN NEJI
http://sites.google.com/site/nizarbenneji/


Making an argument with numbered premises and a conclusion.

2009-11-29 Thread Ben Rasmussen
In writing a document, I often need to write out an argument with 
numbered premises and a conclusion.  The best I can figure out for now 
is to use the description code to label the argument, then nest in 
numbered premises and the conclusion.


The problem with this is that the conclusion doesn't stand out.  How 
could I have a horizontal line between the premises and conclusion, or a 
therefore symbol before the conclusion?


Making an argument with numbered premises and a conclusion.

2009-11-29 Thread Ben Rasmussen
In writing a document, I often need to write out an argument with 
numbered premises and a conclusion.  The best I can figure out for now 
is to use the description code to label the argument, then nest in 
numbered premises and the conclusion.


The problem with this is that the conclusion doesn't stand out.  How 
could I have a horizontal line between the premises and conclusion, or a 
therefore symbol before the conclusion?


Making an argument with numbered premises and a conclusion.

2009-11-29 Thread Ben Rasmussen
In writing a document, I often need to write out an argument with 
numbered premises and a conclusion.  The best I can figure out for now 
is to use the description code to label the argument, then nest in 
numbered premises and the conclusion.


The problem with this is that the conclusion doesn't stand out.  How 
could I have a horizontal line between the premises and conclusion, or a 
therefore symbol before the conclusion?


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-10 Thread Ben M.
Vincent--should I wait for a patch from you before I go
through the trouble of recompiling?

 Why is that a trouble ?

Just because I've been messing with Qt 4.5.2 while I upgrade from
4.5.1.  My libraries happen to be broken at the moment.  Recompiling
won't be any trouble once I fix all that.

 I'll need to find some spare time to finish the patch -- i.e. to make it
 perfect. So, if you can live with an almost perfect solution, go ahead.

Okay, no hurry there.  If Richard's patch is consistent with your
screenshots, it does indeed look almost perfect.  =)

-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-10 Thread Ben M.
Vincent--should I wait for a patch from you before I go
through the trouble of recompiling?

 Why is that a trouble ?

Just because I've been messing with Qt 4.5.2 while I upgrade from
4.5.1.  My libraries happen to be broken at the moment.  Recompiling
won't be any trouble once I fix all that.

 I'll need to find some spare time to finish the patch -- i.e. to make it
 perfect. So, if you can live with an almost perfect solution, go ahead.

Okay, no hurry there.  If Richard's patch is consistent with your
screenshots, it does indeed look almost perfect.  =)

-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-10 Thread Ben M.
>>Vincent--should I wait for a patch from you before I go
>>through the trouble of recompiling?
>
> Why is that a trouble ?

Just because I've been messing with Qt 4.5.2 while I upgrade from
4.5.1.  My libraries happen to be broken at the moment.  Recompiling
won't be any trouble once I fix all that.

> I'll need to find some spare time to finish the patch -- i.e. to make it
> perfect. So, if you can live with an almost perfect solution, go ahead.

Okay, no hurry there.  If Richard's patch is consistent with your
screenshots, it does indeed look almost perfect.  =)

-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-09 Thread Ben M.
On Sun, Aug 9, 2009 at 11:41 AM, rgheck wrote:
 On 08/09/2009 10:26 AM, Vincent van Ravesteijn wrote:

 File an enhancement request? It probably can't appear before the next
 major release (1.7.0), since it would also require a preferences setting to
 turn it on and off, and that means a change to the format of the preferences
 file.

 I wanted to paint the background of the paragraph holding the cursor
 slightly darker as the rest of the background. Then you can easily see where
 the paragraph starts and ends. This is also related to bug
 http://www.lyx.org/trac/ticket/637.

 I wouldn't object to that idea...and no one would, if it were selectable via
 prefs.

I like Vincent's idea of coloring the current paragraph.  Also, I
filed an enhancement request http://www.lyx.org/trac/ticket/6129 for
pilcrows.

-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-09 Thread Ben M.
 E voila,

 Vincent

Wow, you guys are incredible!  Mere hours after my feature request!
It looks beautiful, and I look forward to trying it out.

Vincent--should I wait for a patch from you before I go through the
trouble of recompiling?

Thanks so much!
-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-09 Thread Ben M.
On Sun, Aug 9, 2009 at 11:41 AM, rgheck wrote:
 On 08/09/2009 10:26 AM, Vincent van Ravesteijn wrote:

 File an enhancement request? It probably can't appear before the next
 major release (1.7.0), since it would also require a preferences setting to
 turn it on and off, and that means a change to the format of the preferences
 file.

 I wanted to paint the background of the paragraph holding the cursor
 slightly darker as the rest of the background. Then you can easily see where
 the paragraph starts and ends. This is also related to bug
 http://www.lyx.org/trac/ticket/637.

 I wouldn't object to that idea...and no one would, if it were selectable via
 prefs.

I like Vincent's idea of coloring the current paragraph.  Also, I
filed an enhancement request http://www.lyx.org/trac/ticket/6129 for
pilcrows.

-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-09 Thread Ben M.
 E voila,

 Vincent

Wow, you guys are incredible!  Mere hours after my feature request!
It looks beautiful, and I look forward to trying it out.

Vincent--should I wait for a patch from you before I go through the
trouble of recompiling?

Thanks so much!
-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-09 Thread Ben M.
On Sun, Aug 9, 2009 at 11:41 AM, rgheck wrote:
> On 08/09/2009 10:26 AM, Vincent van Ravesteijn wrote:
>>>
>>> File an enhancement request? It probably can't appear before the next
>>> major release (1.7.0), since it would also require a preferences setting to
>>> turn it on and off, and that means a change to the format of the preferences
>>> file.
>>>
>> I wanted to paint the background of the paragraph holding the cursor
>> slightly darker as the rest of the background. Then you can easily see where
>> the paragraph starts and ends. This is also related to bug
>> http://www.lyx.org/trac/ticket/637.
>>
> I wouldn't object to that idea...and no one would, if it were selectable via
> prefs.

I like Vincent's idea of coloring the current paragraph.  Also, I
filed an enhancement request http://www.lyx.org/trac/ticket/6129 for
pilcrows.

-Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-09 Thread Ben M.
>> E voila,
>>
>> Vincent

Wow, you guys are incredible!  Mere hours after my feature request!
It looks beautiful, and I look forward to trying it out.

Vincent--should I wait for a patch from you before I go through the
trouble of recompiling?

Thanks so much!
-Ben


Pilcrows / Paragraph marks / Nonprinting characters

2009-08-08 Thread Ben M.
Hi, I'm trying to figure out how to get the LyX buffer to display
paragraph marks at the end of each paragraph, but I can't find any
settings to this effect.  For OpenOffice, it's under View -
Nonprinting characters.  Google searches return nothing useful.  Help
please!

TIA,
Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-08 Thread Ben M.
 So far as I know, there isn't any setting in LyX itself that does this. Why
 do you need it? Are the ends of paragraphs not clear?

It's very difficult to see when a new paragraph appears adjacent to a
display-mode equation.

    Style Standard
        EndLabelType Static
        EndLabelString Unicode Paragraph Marker
    End

This seems only to mark the end of an environment.  Adjacent
paragraphs belong to the same environment.

Thanks for the suggestion.  Any more ideas?

-Ben


Pilcrows / Paragraph marks / Nonprinting characters

2009-08-08 Thread Ben M.
Hi, I'm trying to figure out how to get the LyX buffer to display
paragraph marks at the end of each paragraph, but I can't find any
settings to this effect.  For OpenOffice, it's under View -
Nonprinting characters.  Google searches return nothing useful.  Help
please!

TIA,
Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-08 Thread Ben M.
 So far as I know, there isn't any setting in LyX itself that does this. Why
 do you need it? Are the ends of paragraphs not clear?

It's very difficult to see when a new paragraph appears adjacent to a
display-mode equation.

    Style Standard
        EndLabelType Static
        EndLabelString Unicode Paragraph Marker
    End

This seems only to mark the end of an environment.  Adjacent
paragraphs belong to the same environment.

Thanks for the suggestion.  Any more ideas?

-Ben


Pilcrows / Paragraph marks / Nonprinting characters

2009-08-08 Thread Ben M.
Hi, I'm trying to figure out how to get the LyX buffer to display
paragraph marks at the end of each paragraph, but I can't find any
settings to this effect.  For OpenOffice, it's under "View -
Nonprinting characters."  Google searches return nothing useful.  Help
please!

TIA,
Ben


Re: Pilcrows / Paragraph marks / Nonprinting characters

2009-08-08 Thread Ben M.
> So far as I know, there isn't any setting in LyX itself that does this. Why
> do you need it? Are the ends of paragraphs not clear?

It's very difficult to see when a new paragraph appears adjacent to a
display-mode equation.

>    Style Standard
>        EndLabelType Static
>        EndLabelString <>
>    End

This seems only to mark the end of an environment.  Adjacent
paragraphs belong to the same environment.

Thanks for the suggestion.  Any more ideas?

-Ben


Multiple Language Quotation Problem

2009-07-08 Thread Ben Allen
I very commonly have a paragraph of quotation in Greek, followed by a paragraph
that is the English translation. The problem is that all of the regular English
text AFTER the translation then gets printed as Greek when the output is
produced.

Here is an example. This is what I type in Lyx:

This is English:

μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος

Pretend this is a translation of the Greek. The line below should be 
English.

This should be English.
***
The only thing I do in Lyx is type the text, mark the quotations as quotations,
and mark the Greek text as Greek.

From this, Lyx produces the following code:
**
\begin_body

\begin_layout Standard
This is English:
\end_layout

\begin_layout Quotation

\lang polutonikogreek
μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος
\end_layout

\begin_layout Quotation
Pretend this is a translation of the Greek.
 The line below should be English.
\end_layout

\begin_layout Standard
This should be English.
\end_layout

\end_body
**


I don't have this problem when the Greek text is NOT followed by an English
translation.

Does anyone know how to solve this problem?




Re: Multiple Language Quotation Problem

2009-07-08 Thread Ben Allen
Nikos Alexandris nikos.alexand...@... writes:

 
 Ben Allen:
 ...
 
  I don't have this problem when the Greek text is NOT followed by an English
  translation. Does anyone know how to solve this problem?
 
 Hi! Did you check LyX-wiki:
 English and greek at http://wiki.lyx.org/LyX/Greek
 
 Kind regards, Nikos
 
 
Thanks. I checked that site, but it seems to have no info to fix the problem.
The closest thing is the link to:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg71329.html
But the guy in question had his whole document set to the Greek language, and
thus his English text was being rendered into Greek characters.

My problem arises differently, as I have my document set to English, and only
the quoted line is set to Greek.  And yet ensuing English text (after the
English in the quotation) is all rendered as Greek.

The problem may be limited to Greek. It arises with modern Greek and polytonic
Greek. But I tried a quotation in Russian, and my English text comes out OK. I
guess somehow this arises because of the feature that Greek text can be entered
via Latin script, but there is still somehow something amiss.





Multiple Language Quotation Problem

2009-07-08 Thread Ben Allen
I very commonly have a paragraph of quotation in Greek, followed by a paragraph
that is the English translation. The problem is that all of the regular English
text AFTER the translation then gets printed as Greek when the output is
produced.

Here is an example. This is what I type in Lyx:

This is English:

μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος

Pretend this is a translation of the Greek. The line below should be 
English.

This should be English.
***
The only thing I do in Lyx is type the text, mark the quotations as quotations,
and mark the Greek text as Greek.

From this, Lyx produces the following code:
**
\begin_body

\begin_layout Standard
This is English:
\end_layout

\begin_layout Quotation

\lang polutonikogreek
μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος
\end_layout

\begin_layout Quotation
Pretend this is a translation of the Greek.
 The line below should be English.
\end_layout

\begin_layout Standard
This should be English.
\end_layout

\end_body
**


I don't have this problem when the Greek text is NOT followed by an English
translation.

Does anyone know how to solve this problem?




Re: Multiple Language Quotation Problem

2009-07-08 Thread Ben Allen
Nikos Alexandris nikos.alexand...@... writes:

 
 Ben Allen:
 ...
 
  I don't have this problem when the Greek text is NOT followed by an English
  translation. Does anyone know how to solve this problem?
 
 Hi! Did you check LyX-wiki:
 English and greek at http://wiki.lyx.org/LyX/Greek
 
 Kind regards, Nikos
 
 
Thanks. I checked that site, but it seems to have no info to fix the problem.
The closest thing is the link to:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg71329.html
But the guy in question had his whole document set to the Greek language, and
thus his English text was being rendered into Greek characters.

My problem arises differently, as I have my document set to English, and only
the quoted line is set to Greek.  And yet ensuing English text (after the
English in the quotation) is all rendered as Greek.

The problem may be limited to Greek. It arises with modern Greek and polytonic
Greek. But I tried a quotation in Russian, and my English text comes out OK. I
guess somehow this arises because of the feature that Greek text can be entered
via Latin script, but there is still somehow something amiss.





Multiple Language Quotation Problem

2009-07-08 Thread Ben Allen
I very commonly have a paragraph of quotation in Greek, followed by a paragraph
that is the English translation. The problem is that all of the regular English
text AFTER the translation then gets printed as Greek when the output is
produced.

Here is an example. This is what I type in Lyx:

This is English:

μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος

Pretend this is a translation of the Greek. The line below should be 
English.

This should be English.
***
The only thing I do in Lyx is type the text, mark the quotations as quotations,
and mark the Greek text as Greek.

>From this, Lyx produces the following code:
**
\begin_body

\begin_layout Standard
This is English:
\end_layout

\begin_layout Quotation

\lang polutonikogreek
μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος
\end_layout

\begin_layout Quotation
Pretend this is a translation of the Greek.
 The line below should be English.
\end_layout

\begin_layout Standard
This should be English.
\end_layout

\end_body
**


I don't have this problem when the Greek text is NOT followed by an English
translation.

Does anyone know how to solve this problem?




Re: Multiple Language Quotation Problem

2009-07-08 Thread Ben Allen
Nikos Alexandris <nikos.alexand...@...> writes:

> 
> Ben Allen:
> ...
> 
> > I don't have this problem when the Greek text is NOT followed by an English
> > translation. Does anyone know how to solve this problem?
> 
> Hi! Did you check LyX-wiki:
> "English and greek" at http://wiki.lyx.org/LyX/Greek
> 
> Kind regards, Nikos
> 
> 
Thanks. I checked that site, but it seems to have no info to fix the problem.
The closest thing is the link to:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg71329.html
But the guy in question had his whole document set to the Greek language, and
thus his English text was being rendered into Greek characters.

My problem arises differently, as I have my document set to English, and only
the quoted line is set to Greek.  And yet ensuing English text (after the
English in the quotation) is all rendered as Greek.

The problem may be limited to Greek. It arises with modern Greek and polytonic
Greek. But I tried a quotation in Russian, and my English text comes out OK. I
guess somehow this arises because of the feature that Greek text can be entered
via Latin script, but there is still somehow something amiss.





Repeating a multi-line equation

2009-06-23 Thread Ben M.
Hi, I'm working on a document that looks like this:

Lots of text
   Multi-line equation #1
More text
   Multi-line equation #2
More text
...
Summary of useful equations:
   Multi-line equation #1
   Multi-line equation #2

Ideally, if I change something, I should only have to change it in one
place.  One approach would be to use math macros.  However, it seems
impossible to insert a multi-line AMS environment inside a math macro.

Probably a better solution would be to insert a cross-reference which
somehow reproduces the original equation.  Anyone know of a package
that does this?

Thanks!

-Ben


Repeating a multi-line equation

2009-06-23 Thread Ben M.
Hi, I'm working on a document that looks like this:

Lots of text
   Multi-line equation #1
More text
   Multi-line equation #2
More text
...
Summary of useful equations:
   Multi-line equation #1
   Multi-line equation #2

Ideally, if I change something, I should only have to change it in one
place.  One approach would be to use math macros.  However, it seems
impossible to insert a multi-line AMS environment inside a math macro.

Probably a better solution would be to insert a cross-reference which
somehow reproduces the original equation.  Anyone know of a package
that does this?

Thanks!

-Ben


Repeating a multi-line equation

2009-06-23 Thread Ben M.
Hi, I'm working on a document that looks like this:

Lots of text
   Multi-line equation #1
More text
   Multi-line equation #2
More text
...
Summary of useful equations:
   Multi-line equation #1
   Multi-line equation #2

Ideally, if I change something, I should only have to change it in one
place.  One approach would be to use math macros.  However, it seems
impossible to insert a multi-line AMS environment inside a math macro.

Probably a better solution would be to insert a cross-reference which
somehow reproduces the original equation.  Anyone know of a package
that does this?

Thanks!

-Ben


Problems with the enumeration environment

2009-01-18 Thread Ben Dover
Hi there!

I'm using Lyx and would like to write a letter with scrlttr2.

Now, as scrlttr2 does not provide the \section and \subsection macros and I'd 
like to get headings like this:

1. Heading One

1.1. Subheading

I figured, I use the enumerate function and change the second and third level 
to arabic.

So far I have copied the scrlttr2.layout file and inserted the following code

Preamble
\newif\ifletterclosed
\renewcommand{\labelenumi}{\arabic{enumi}.}
\renewcommand{\labelenumii}{{\arabic{enumi}.}\arabic{enumii}.}

\renewcommand{\labelenumiii}{{\arabic{enumi}.\arabic{enumii}.}\arabic{enumiii}.}
EndPreamble

This works (almost) fine in the output and I get the desired numering (1. 1..1. 
and so on).

However, Lyx does not use the arabic numbering but keeps counting the levels as:

1.
(a)
i.

I'd like to change that and I don't have a clue how to do this. Could anybody 
please point me in the right direction??

And while we're at at: How do I change the indentation and formatting of the 
second and third level in both the output file AND in Lyx? (I'd like NO 
indentation at all and would like to use a sans serif type in bold for the 
headings).

Thanks a lot!!







Problems with the enumeration environment

2009-01-18 Thread Ben Dover
Hi there!

I'm using Lyx and would like to write a letter with scrlttr2.

Now, as scrlttr2 does not provide the \section and \subsection macros and I'd 
like to get headings like this:

1. Heading One

1.1. Subheading

I figured, I use the enumerate function and change the second and third level 
to arabic.

So far I have copied the scrlttr2.layout file and inserted the following code

Preamble
\newif\ifletterclosed
\renewcommand{\labelenumi}{\arabic{enumi}.}
\renewcommand{\labelenumii}{{\arabic{enumi}.}\arabic{enumii}.}

\renewcommand{\labelenumiii}{{\arabic{enumi}.\arabic{enumii}.}\arabic{enumiii}.}
EndPreamble

This works (almost) fine in the output and I get the desired numering (1. 1..1. 
and so on).

However, Lyx does not use the arabic numbering but keeps counting the levels as:

1.
(a)
i.

I'd like to change that and I don't have a clue how to do this. Could anybody 
please point me in the right direction??

And while we're at at: How do I change the indentation and formatting of the 
second and third level in both the output file AND in Lyx? (I'd like NO 
indentation at all and would like to use a sans serif type in bold for the 
headings).

Thanks a lot!!







Problems with the enumeration environment

2009-01-18 Thread Ben Dover
Hi there!

I'm using Lyx and would like to write a letter with scrlttr2.

Now, as scrlttr2 does not provide the \section and \subsection macros and I'd 
like to get headings like this:

1. Heading One

1.1. Subheading

I figured, I use the enumerate function and change the second and third level 
to arabic.

So far I have copied the scrlttr2.layout file and inserted the following code

Preamble
\newif\ifletterclosed
\renewcommand{\labelenumi}{\arabic{enumi}.}
\renewcommand{\labelenumii}{{\arabic{enumi}.}\arabic{enumii}.}

\renewcommand{\labelenumiii}{{\arabic{enumi}.\arabic{enumii}.}\arabic{enumiii}.}
EndPreamble

This works (almost) fine in the output and I get the desired numering (1. 1..1. 
and so on).

However, Lyx does not use the arabic numbering but keeps counting the levels as:

1.
(a)
i.

I'd like to change that and I don't have a clue how to do this. Could anybody 
please point me in the right direction??

And while we're at at: How do I change the indentation and formatting of the 
second and third level in both the output file AND in Lyx? (I'd like NO 
indentation at all and would like to use a sans serif type in bold for the 
headings).

Thanks a lot!!







Missing Toolbar

2008-03-06 Thread Ben Blamey

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, ps 
 etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?

Thanks,

Ben Blamey


Re: Missing Toolbar

2008-03-06 Thread Ben Blamey

view- toolbars isn't there.

This is an item on the view menu right?

I've got PDF PS etc. Update [the same]

Then a separate thing with:

Outline, LaTex log, Tex information.

But no mention of toolbars.

Cheers, Ben

Abdelrazak Younes wrote:

Ben Blamey wrote:

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, 
ps  etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?


How about menu View-Toolbars-View/Update ?

Abdel.



Re: Missing Toolbar

2008-03-06 Thread Ben Blamey

Hi,

I have solved the problem by deleting C:\Docs and Setting\Application 
Data\Lyx15, and letting it generate a set set of default files.


And viewtoolbars has also come back.

Cheers, Ben

Ben Blamey wrote:

view- toolbars isn't there.

This is an item on the view menu right?

I've got PDF PS etc. Update [the same]

Then a separate thing with:

Outline, LaTex log, Tex information.

But no mention of toolbars.

Cheers, Ben

Abdelrazak Younes wrote:

Ben Blamey wrote:

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, 
ps  etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?


How about menu View-Toolbars-View/Update ?

Abdel.





Missing Toolbar

2008-03-06 Thread Ben Blamey

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, ps 
 etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?

Thanks,

Ben Blamey


Re: Missing Toolbar

2008-03-06 Thread Ben Blamey

view- toolbars isn't there.

This is an item on the view menu right?

I've got PDF PS etc. Update [the same]

Then a separate thing with:

Outline, LaTex log, Tex information.

But no mention of toolbars.

Cheers, Ben

Abdelrazak Younes wrote:

Ben Blamey wrote:

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, 
ps  etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?


How about menu View-Toolbars-View/Update ?

Abdel.



Re: Missing Toolbar

2008-03-06 Thread Ben Blamey

Hi,

I have solved the problem by deleting C:\Docs and Setting\Application 
Data\Lyx15, and letting it generate a set set of default files.


And viewtoolbars has also come back.

Cheers, Ben

Ben Blamey wrote:

view- toolbars isn't there.

This is an item on the view menu right?

I've got PDF PS etc. Update [the same]

Then a separate thing with:

Outline, LaTex log, Tex information.

But no mention of toolbars.

Cheers, Ben

Abdelrazak Younes wrote:

Ben Blamey wrote:

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, 
ps  etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?


How about menu View-Toolbars-View/Update ?

Abdel.





Missing Toolbar

2008-03-06 Thread Ben Blamey

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, ps 
 etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?

Thanks,

Ben Blamey


Re: Missing Toolbar

2008-03-06 Thread Ben Blamey

view-> toolbars isn't there.

This is an item on the view menu right?

I've got PDF PS etc. Update [the same]

Then a separate thing with:

Outline, LaTex log, Tex information.

But no mention of toolbars.

Cheers, Ben

Abdelrazak Younes wrote:

Ben Blamey wrote:

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, 
ps  etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?


How about menu View->Toolbars->View/Update ?

Abdel.



Re: Missing Toolbar

2008-03-06 Thread Ben Blamey

Hi,

I have solved the problem by deleting C:\Docs and Setting\Application 
Data\Lyx15, and letting it generate a set set of default files.


And view>toolbars has also come back.

Cheers, Ben

Ben Blamey wrote:

view-> toolbars isn't there.

This is an item on the view menu right?

I've got PDF PS etc. Update [the same]

Then a separate thing with:

Outline, LaTex log, Tex information.

But no mention of toolbars.

Cheers, Ben

Abdelrazak Younes wrote:

Ben Blamey wrote:

Hi,

using version 1.5.4 on windows XP. I remember for a few months when I 
first installed Lyx there was a toolbar with icons that exported pdf, 
ps  etc.


But its disappeared and I see nowhere to get it back again.

I presume it is a config file somewhere?


How about menu View->Toolbars->View/Update ?

Abdel.





  1   2   3   4   5   >