Previewing SVG text in LyX

2015-05-26 Thread Will Furnass
Any text in SVG images is rendered within LyX (2.1.3) as a opaque black rectangle. Is there any way of configuring the previewing of SVGs so that contained text is readable within LyX? I could convert all text in my SVGs to paths to make them easier to render but I'd rather not as this would

Previewing SVG text in LyX

2015-05-26 Thread Will Furnass
Any text in SVG images is rendered within LyX (2.1.3) as a opaque black rectangle. Is there any way of configuring the previewing of SVGs so that contained text is readable within LyX? I could convert all text in my SVGs to paths to make them easier to render but I'd rather not as this would

Previewing SVG text in LyX

2015-05-26 Thread Will Furnass
Any text in SVG images is rendered within LyX (2.1.3) as a opaque black rectangle. Is there any way of configuring the previewing of SVGs so that contained text is readable within LyX? I could convert all text in my SVGs to paths to make them easier to render but I'd rather not as this would

Re: beamer and lyx 2.1.3

2015-05-12 Thread Will Furnass
On 12/05/15 05:25, Simplice Dossou-Gbété wrote: i would like to add short title to a title when using beamer with lyx 2.1.3. Have a look at 'beamer-conference-ornate-20min.lyx' in the collection of templates that come with LyX. FYI by default you can quickly add a short title using the keyboard

Re: nomname renaming and header

2015-05-12 Thread Will Furnass
On 12/05/15 15:37, Wolfgang Engelmann wrote: I tried to renaming nomname to Glossar and to get the header right (it is at the moment taking the name of the preceeding Namensverzeichnis and found this one in the Internet which I put in ERT and inserted between Namenverzeichnis and Nomenclature

Re: beamer and lyx 2.1.3

2015-05-12 Thread Will Furnass
On 12/05/15 05:25, Simplice Dossou-Gbété wrote: i would like to add short title to a title when using beamer with lyx 2.1.3. Have a look at 'beamer-conference-ornate-20min.lyx' in the collection of templates that come with LyX. FYI by default you can quickly add a short title using the keyboard

Re: nomname renaming and header

2015-05-12 Thread Will Furnass
On 12/05/15 15:37, Wolfgang Engelmann wrote: I tried to renaming nomname to Glossar and to get the header right (it is at the moment taking the name of the preceeding Namensverzeichnis and found this one in the Internet which I put in ERT and inserted between Namenverzeichnis and Nomenclature

Re: beamer and lyx 2.1.3

2015-05-12 Thread Will Furnass
On 12/05/15 05:25, Simplice Dossou-Gbété wrote: > i would like to add short title to a title when using beamer with lyx 2.1.3. Have a look at 'beamer-conference-ornate-20min.lyx' in the collection of templates that come with LyX. FYI by default you can quickly add a short title using the

Re: nomname renaming and header

2015-05-12 Thread Will Furnass
On 12/05/15 15:37, Wolfgang Engelmann wrote: > I tried to renaming nomname to Glossar and to get the header right (it > is at the moment taking the name of the preceeding Namensverzeichnis and > found this one in the Internet which I put in ERT and inserted between > Namenverzeichnis and

Re: Strategies for locating errors

2015-05-08 Thread Will Furnass
Will Furnass wrote: If would be great if LyX would switch to/open the child document containing the likely location of the error and move the cursor to that location. Ticket filed: http://www.lyx.org/trac/ticket/9539

Re: Strategies for locating errors

2015-05-08 Thread Will Furnass
Will Furnass wrote: If would be great if LyX would switch to/open the child document containing the likely location of the error and move the cursor to that location. Ticket filed: http://www.lyx.org/trac/ticket/9539

Re: Strategies for locating errors

2015-05-08 Thread Will Furnass
> Will Furnass wrote: >> >> If would be great if LyX would switch to/open the child document >> containing the likely location of the error and move the cursor to that >> location. Ticket filed: http://www.lyx.org/trac/ticket/9539

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 12:47, Nikos Alexandris wrote: * Will Furnass wrfurna...@sheffield.ac.uk [2015-05-05 11:51:56 +0100]: How do others locate compilation errors in large multi-file documents? snip Something like binary search: split in two halfs, try to find out which half does not compile

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 13:27, Rainer M Krug wrote: Will Furnass wrfurna...@sheffield.ac.uk writes: could LyX be improved to make locating errors less manual though? For example, if a mapping was generated at compile time from LyX lines to TeX lines then buttons could be added to the compilation pane

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 15:06, Wolfgang Engelmann wrote: That was the reason I was asking a while ago, whether the latex source panel (under view) could show the tex line number. But I was told it is not possible under lyx. That would certainly be a step in the right direction. Given that we already have

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 5 May 2015 at 21:38, Georg Baum georg.b...@post.rwth-aachen.de wrote: If you select the error item in the error dialog then the corresponding LyX contents should should be selected in the main area as well. This is not always 100% correct, but usually the error cause is nearby. Does this

Strategies for locating errors

2015-05-05 Thread Will Furnass
How do others locate compilation errors in large multi-file documents? I get a 'Missing } inserted' error for 'l.1052' when compiling but can't relate that line number to the LyX source. I then try exporting to tex using pdflatex into a temporary directory and search through all 16 tex files

Strategies for locating errors

2015-05-05 Thread Will Furnass
How do others locate compilation errors in large multi-file documents? I get a 'Missing } inserted' error for 'l.1052' when compiling but can't relate that line number to the LyX source. I then try exporting to tex using pdflatex into a temporary directory and search through all 16 tex files

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 12:47, Nikos Alexandris wrote: * Will Furnass wrfurna...@sheffield.ac.uk [2015-05-05 11:51:56 +0100]: How do others locate compilation errors in large multi-file documents? snip Something like binary search: split in two halfs, try to find out which half does not compile

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 13:27, Rainer M Krug wrote: Will Furnass wrfurna...@sheffield.ac.uk writes: could LyX be improved to make locating errors less manual though? For example, if a mapping was generated at compile time from LyX lines to TeX lines then buttons could be added to the compilation pane

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 15:06, Wolfgang Engelmann wrote: That was the reason I was asking a while ago, whether the latex source panel (under view) could show the tex line number. But I was told it is not possible under lyx. That would certainly be a step in the right direction. Given that we already have

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 5 May 2015 at 21:38, Georg Baum georg.b...@post.rwth-aachen.de wrote: If you select the error item in the error dialog then the corresponding LyX contents should should be selected in the main area as well. This is not always 100% correct, but usually the error cause is nearby. Does this

Strategies for locating errors

2015-05-05 Thread Will Furnass
How do others locate compilation errors in large multi-file documents? I get a 'Missing } inserted' error for 'l.1052' when compiling but can't relate that line number to the LyX source. I then try exporting to tex using pdflatex into a temporary directory and search through all 16 tex files

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 12:47, Nikos Alexandris wrote: > * Will Furnass <wrfurna...@sheffield.ac.uk> [2015-05-05 11:51:56 +0100]: > >> How do others locate compilation errors in large multi-file documents? >> > > Something like "binary search": split in two

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 13:27, Rainer M Krug wrote: > Will Furnass <wrfurna...@sheffield.ac.uk> writes: >> >> could LyX be improved to make locating errors less manual >> though? For example, if a mapping was generated at compile time >> from LyX lines to TeX

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 05/05/15 15:06, Wolfgang Engelmann wrote: > That was the reason I was asking a while ago, whether the latex > source panel (under >view) could show the tex line number. But I was > told it is not possible under lyx. That would certainly be a step in the right direction. Given that we already

Re: Strategies for locating errors

2015-05-05 Thread Will Furnass
On 5 May 2015 at 21:38, Georg Baum wrote: > > If you select the error item in the error dialog then the corresponding LyX > contents should should be selected in the main area as well. This is not > always 100% correct, but usually the error cause is nearby. Does

Re: lyx 1.6.9 does not work

2014-10-08 Thread Will Furnass
, Will Furnass Doctoral Student Pennine Water Group Department of Civil and Structural Engineering University of Sheffield Phone: +44 (0)114 22 25768

Re: lyx 1.6.9 does not work

2014-10-08 Thread Will Furnass
On 08/10/14 14:57, renato wrote: Ok, but I need to install it on Win XP and Debian Jessie, I know, that on Ubunu there are a repo for Lyx 2.1.x, can someone Show me this repo? I will add to my repository list on Debian (it should works) See

Re: lyx 1.6.9 does not work

2014-10-08 Thread Will Furnass
, Will Furnass Doctoral Student Pennine Water Group Department of Civil and Structural Engineering University of Sheffield Phone: +44 (0)114 22 25768

Re: lyx 1.6.9 does not work

2014-10-08 Thread Will Furnass
On 08/10/14 14:57, renato wrote: Ok, but I need to install it on Win XP and Debian Jessie, I know, that on Ubunu there are a repo for Lyx 2.1.x, can someone Show me this repo? I will add to my repository list on Debian (it should works) See

Re: lyx 1.6.9 does not work

2014-10-08 Thread Will Furnass
Regards, Will Furnass Doctoral Student Pennine Water Group Department of Civil and Structural Engineering University of Sheffield Phone: +44 (0)114 22 25768

Re: lyx 1.6.9 does not work

2014-10-08 Thread Will Furnass
On 08/10/14 14:57, renato wrote: > Ok, but I need to install it on Win XP and Debian Jessie, I know, that > on Ubunu there are a repo for Lyx 2.1.x, can someone Show me this repo? > I will add to my repository list on Debian (it should works) See

Re: Keyboard shortcut for unicode input not working

2014-01-26 Thread William Furnass
On 23 January 2014 21:50, Scott Kostyshak skost...@lyx.org wrote: On Thu, Jan 23, 2014 at 4:21 PM, William Furnass w...@thearete.co.uk wrote: On 23 January 2014 16:23, Scott Kostyshak skost...@lyx.org wrote: On Thu, Jan 23, 2014 at 6:37 AM, William Furnass w...@thearete.co.uk wrote: I'm

Re: Keyboard shortcut for unicode input not working

2014-01-26 Thread William Furnass
On 23 January 2014 21:50, Scott Kostyshak skost...@lyx.org wrote: On Thu, Jan 23, 2014 at 4:21 PM, William Furnass w...@thearete.co.uk wrote: On 23 January 2014 16:23, Scott Kostyshak skost...@lyx.org wrote: On Thu, Jan 23, 2014 at 6:37 AM, William Furnass w...@thearete.co.uk wrote: I'm

Re: Keyboard shortcut for unicode input not working

2014-01-26 Thread William Furnass
On 23 January 2014 21:50, Scott Kostyshak <skost...@lyx.org> wrote: > > On Thu, Jan 23, 2014 at 4:21 PM, William Furnass <w...@thearete.co.uk> wrote: >> >> On 23 January 2014 16:23, Scott Kostyshak <skost...@lyx.org> wrote: >>> >>&g

Keyboard shortcut for unicode input not working

2014-01-23 Thread William Furnass
I'm running LyX v2.06 on Linux Mint 16. In other applications I can enter a unicode character using ctrl-shift-u then the code point. However, I'm unable to do this in LyX, even if I explicitly bind 'unicode-input' to ctrl-shift-u in the preferences (results in '\bind C-S-u unicode-insert' being

Keyboard shortcut for unicode input not working

2014-01-23 Thread William Furnass
I'm running LyX v2.06 on Linux Mint 16. In other applications I can enter a unicode character using ctrl-shift-u then the code point. However, I'm unable to do this in LyX, even if I explicitly bind 'unicode-input' to ctrl-shift-u in the preferences (results in '\bind C-S-u unicode-insert' being

Keyboard shortcut for unicode input not working

2014-01-23 Thread William Furnass
I'm running LyX v2.06 on Linux Mint 16. In other applications I can enter a unicode character using ctrl-shift-u then the code point. However, I'm unable to do this in LyX, even if I explicitly bind 'unicode-input' to ctrl-shift-u in the preferences (results in '\bind "C-S-u" "unicode-insert"'