Change title labels

2006-05-16 Thread david
Dear list I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot) 1.1. Subsection (ending with dot) 1.1.1. Subsubsection (ending with dot) What is the best solution for this problem? Thanks David

Re: Change title labels

2006-05-16 Thread david
: The titlesec package does this kind of thing pretty well. I expect it works with the koma-script classes, but I don't know that for sure. david wrote: Dear list I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot) 1.1

Re: Change title labels

2006-05-16 Thread david
of the table of contents: \usepackage{tocloft} \renewcommand{\cftsubsecaftersnum}{.} \renewcommand{\cftsubsubsecaftersnum}{.} David Uwe Stöhr schrieb: david schrieb: I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot

Bib to toc

2006-08-08 Thread david
Hello everybody How can I get the bibliography to be mentioned in the toc? Thanks for help David S.

Re: Bib to toc

2006-08-08 Thread david
Thanks, but I don't have a BibTex-Bibliography, just the normal one provided by Lyx. Is there a way to have this one mentioned in the table of contents? David Niels Muller Larsen schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 david wrote: Hello everybody How can I get

Re: Bib to toc

2006-08-08 Thread david
Thanks, that's what I was looking for! David Jens Noeckel schrieb: On Aug 8, 2006, at 5:22 AM, david wrote: Thanks, but I don't have a BibTex-Bibliography, just the normal one provided by Lyx. Is there a way to have this one mentioned in the table of contents? David Niels Muller Larsen

Aspell and language de_CH

2006-08-25 Thread david
Germany (de_DE) is used. Thanks! David

Re: Aspell and language de_CH

2006-08-25 Thread david
Thats what I was looking for. Thanks a lot! David Paul A. Rubin schrieb: david wrote: Hello How can I get aspell to use the language German Switzerland (de_CH)? If I chose Deutsch (neue Rechtschreibung) in the document properties (format/document) I get an error message: The file /usr

Compile error: The directory path to the document cannot contain spaces

2011-12-04 Thread David
troublesome to do that every time. Furthermore my directory is something like D:\My Documents\blahblahblah and I clearly cannot change My Documents to something else. Is there an alternative method that can bypass this problem? Thanks, David

Re: Compile error: The directory path to the document cannot contain spaces

2011-12-04 Thread David
on my computer. --- 2011年12月5日 星期一,Richard Heck rgh...@comcast.net 寫道﹕ 寄件人: Richard Heck rgh...@comcast.net 主題: Re: Compile error: The directory path to the document cannot contain spaces 收件人: David dav_0...@yahoo.com 副本(CC): lyx-users@lists.lyx.org 日期: 2011年12月5日,星期一,上午1:53

Re: BEAMER - \lyxframeend

2012-06-18 Thread David
I can't see pdf because lyx always give me the same error: \lyxframeend {} The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue,

installation help

2001-01-29 Thread David
using RH-7 on a Compaq Presario 1270 Any suggestions David

Re: installation help

2001-01-29 Thread David
'_ObjectRec *' make[3]: *** [formula.lo] Error 1 etc etc I have no clue what this means. Any thoughts? David On Mon, 29 Jan 2001, Lior Silberman wrote: I seem to remember that the 'forms.h' include file comes in the xforms-devel package. Therefore you need xforms-devel-0.88-15 in addition

Re: FYI: Strange '@'-links on the FAQ-pages

2004-02-10 Thread david
I love it. Have you registered this practice with the FAQ-maintainers list as a best current practice? Christian Ridderström wrote: Imagine that someone (e.g. on this list) asks a question already answerred on a FAQ-page. You are now feeling helpful (and perhaps lazy/efficient) so you would

Re: No indentation of first paragraphs

2015-08-13 Thread David
Am 13.08.2015 um 10:31 schrieb jezZiFeR: As far as I know I did not change the class options in the preamble. There is a XeTeX-command in the preamble, which might be unnecessary, but I see no changes in the class options. As I do not know what using Sections for creating headers is, I

Re: No indentation of first paragraphs

2015-08-13 Thread David
Am 13.08.2015 um 10:58 schrieb Michael Berger: David Rörich david.roerich at inue.uni-stuttgart.de writes: This is probably a property of the document class you use (and it should be configurable via class options). Most classes I know do _not_ indent the first paragraph in a section

Re: No indentation of first paragraphs

2015-08-13 Thread David
In fact my first line »Texttexttext«-line *is* indented: It is just in the case of an empty line before a new paragraph where the paragraph settings have to be changed, if an indentation is not wanted. This is fine, because it just happens a few times in the document. Ok. The only way I

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread David
Dear list, I would like to bring up the following topic again in the hope that someone has an answer. Am 30.07.2015 um 13:51 schrieb David Rörich: 2) I work on a document with many math macros having long names, several of them beginning with the same string. When entering an ambiguous

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread David
Am 13.08.2015 um 16:03 schrieb Richard Heck: On 08/13/2015 05:35 AM, David wrote: Dear list, I would like to bring up the following topic again in the hope that someone has an answer. PS You can also change the delay time under Tools Preferences Editing Input Completion. Richard

Re: Keyboard macros: disabled commands and autocomplete

2015-07-31 Thread David
Am 31.07.2015 um 20:03 schrieb aparsloe: A hackish way is to insert and then delete a space character, to 'dirty' the document, which should enable the buffer-write: command-sequence space-insert normal; char-delete-backward; buffer-write; master-buffer-update; but I suspect

Change title labels

2006-05-16 Thread david
Dear list I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot) 1.1. Subsection (ending with dot) 1.1.1. Subsubsection (ending with dot) What is the best solution for this problem? Thanks David

Re: Change title labels

2006-05-16 Thread david
: The titlesec package does this kind of thing pretty well. I expect it works with the koma-script classes, but I don't know that for sure. david wrote: Dear list I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot) 1.1

Re: Change title labels

2006-05-16 Thread david
of the table of contents: \usepackage{tocloft} \renewcommand{\cftsubsecaftersnum}{.} \renewcommand{\cftsubsubsecaftersnum}{.} David Uwe Stöhr schrieb: david schrieb: I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot

Bib to toc

2006-08-08 Thread david
Hello everybody How can I get the bibliography to be mentioned in the toc? Thanks for help David S.

Re: Bib to toc

2006-08-08 Thread david
Thanks, but I don't have a BibTex-Bibliography, just the normal one provided by Lyx. Is there a way to have this one mentioned in the table of contents? David Niels Muller Larsen schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 david wrote: Hello everybody How can I get

Re: Bib to toc

2006-08-08 Thread david
Thanks, that's what I was looking for! David Jens Noeckel schrieb: On Aug 8, 2006, at 5:22 AM, david wrote: Thanks, but I don't have a BibTex-Bibliography, just the normal one provided by Lyx. Is there a way to have this one mentioned in the table of contents? David Niels Muller Larsen

Aspell and language de_CH

2006-08-25 Thread david
Germany (de_DE) is used. Thanks! David

Re: Aspell and language de_CH

2006-08-25 Thread david
Thats what I was looking for. Thanks a lot! David Paul A. Rubin schrieb: david wrote: Hello How can I get aspell to use the language German Switzerland (de_CH)? If I chose Deutsch (neue Rechtschreibung) in the document properties (format/document) I get an error message: The file /usr

Compile error: The directory path to the document cannot contain spaces

2011-12-04 Thread David
troublesome to do that every time. Furthermore my directory is something like D:\My Documents\blahblahblah and I clearly cannot change My Documents to something else. Is there an alternative method that can bypass this problem? Thanks, David

Re: Compile error: The directory path to the document cannot contain spaces

2011-12-04 Thread David
on my computer. --- 2011年12月5日 星期一,Richard Heck rgh...@comcast.net 寫道﹕ 寄件人: Richard Heck rgh...@comcast.net 主題: Re: Compile error: The directory path to the document cannot contain spaces 收件人: David dav_0...@yahoo.com 副本(CC): lyx-users@lists.lyx.org 日期: 2011年12月5日,星期一,上午1:53

Re: BEAMER - \lyxframeend

2012-06-18 Thread David
I can't see pdf because lyx always give me the same error: \lyxframeend {} The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue,

installation help

2001-01-29 Thread David
using RH-7 on a Compaq Presario 1270 Any suggestions David

Re: installation help

2001-01-29 Thread David
'_ObjectRec *' make[3]: *** [formula.lo] Error 1 etc etc I have no clue what this means. Any thoughts? David On Mon, 29 Jan 2001, Lior Silberman wrote: I seem to remember that the 'forms.h' include file comes in the xforms-devel package. Therefore you need xforms-devel-0.88-15 in addition

Re: FYI: Strange '@'-links on the FAQ-pages

2004-02-10 Thread david
I love it. Have you registered this practice with the FAQ-maintainers list as a best current practice? Christian Ridderström wrote: Imagine that someone (e.g. on this list) asks a question already answerred on a FAQ-page. You are now feeling helpful (and perhaps lazy/efficient) so you would

Re: lyx file saved as #file.lyx

2015-10-21 Thread David
Am 21.10.2015 um 16:06 schrieb Wolfgang Engelmann: > I am getting lately my lyx file saved as #file.lyx, not as file.lyx. > I am on debian. > Whats wrong? > Wolfgang > On Linux systems, #filename# files are usually auto-saved files that vraious editors create to allow restoring unsaved changes

Re: Finding the generated latex file

2015-10-28 Thread David
Am 28.10.2015 um 17:47 schrieb Scott Kostyshak: > On Wed, Oct 28, 2015 at 04:39:23PM +, Ilan wrote: >> Thanks David and Stephan. >> > > Another possibility is: > on Linux when I preview with Evince, I can just right-click on the PDF > that is opened in Evince a

Re: Finding the generated latex file

2015-10-28 Thread David
Am 28.10.2015 um 15:09 schrieb Ilan: > After compiling a file in Lyx, I no longer see the full path to the Latex > file > in the log. > It used to be in the first lines of the Latex log window. > > Is there any way to get it back? That way I can easily copy and paste the > path > in order to

Re: superscript characters of nomenclature entries

2015-10-09 Thread David
{0} if it's text or $V^0$ if it's math. Especially, you cannot copy and past formatted text from the Lyx editor into the nomenclature entry dialog. Regards, David

Compile error: "The directory path to the document cannot contain spaces"

2011-12-04 Thread David
certainly it will be too troublesome to do that every time. Furthermore my directory is something like "D:\My Documents\blahblahblah" and I clearly cannot change "My Documents" to something else. Is there an alternative method that can bypass this problem? Thanks, David

Re: Compile error: "The directory path to the document cannot contain spaces"

2011-12-04 Thread David
on my computer. --- 2011年12月5日 星期一,Richard Heck <rgh...@comcast.net> 寫道﹕ 寄件人: Richard Heck <rgh...@comcast.net> 主題: Re: Compile error: "The directory path to the document cannot contain spaces" 收件人: "David" <dav_0...@yahoo.com> 副本(CC): lyx-users@l

installation help

2001-01-29 Thread David
using RH-7 on a Compaq Presario 1270 Any suggestions David

Re: installation help

2001-01-29 Thread David
'_ObjectRec *' make[3]: *** [formula.lo] Error 1 etc etc I have no clue what this means. Any thoughts? David On Mon, 29 Jan 2001, Lior Silberman wrote: > I seem to remember that the 'forms.h' include file comes in the > xforms-devel package. Therefore you need xforms-devel-0.88-15 in ad

Re: FYI: Strange '@'-links on the FAQ-pages

2004-02-10 Thread david
I love it. Have you registered this practice with the FAQ-maintainers list as a best current practice? Christian Ridderström wrote: Imagine that someone (e.g. on this list) asks a question already answerred on a FAQ-page. You are now feeling helpful (and perhaps lazy/efficient) so you would

Re: just finished my PhD thesis using LyX

2015-08-28 Thread David
Nice work! Good luck for your defense! Am 27.08.2015 um 22:23 schrieb Roel Schipper - CITG: Not a question, just a sign of gratitude to the LyX writers and user community: I just finished my 356 page PhD thesis Civil Engineering using LyX. It has been a real pleasure writing with LyX. It was

Re: book cover

2015-08-28 Thread David
sized PDF files from Inkscape files containing raster images. Regards, David

Change title labels

2006-05-16 Thread david
Dear list I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot) 1.1. Subsection (ending with dot) 1.1.1. Subsubsection (ending with dot) What is the best solution for this problem? Thanks David

Re: Change title labels

2006-05-16 Thread david
: The titlesec package does this kind of thing pretty well. I expect it works with the koma-script classes, but I don't know that for sure. david wrote: Dear list I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot) 1.1

Re: Change title labels

2006-05-16 Thread david
of the table of contents: \usepackage{tocloft} \renewcommand{\cftsubsecaftersnum}{.} \renewcommand{\cftsubsubsecaftersnum}{.} David Uwe Stöhr schrieb: david schrieb: I'm using the article (koma-script) class and I need to change the title-labeling as followed: 1 Section (ending with no dot

Bib to toc

2006-08-08 Thread david
Hello everybody How can I get the bibliography to be mentioned in the toc? Thanks for help David S.

Re: Bib to toc

2006-08-08 Thread david
Thanks, but I don't have a BibTex-Bibliography, just the "normal" one provided by Lyx. Is there a way to have this one mentioned in the table of contents? David Niels Muller Larsen schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 david wrote: Hello everybody How

Re: Bib to toc

2006-08-08 Thread david
Thanks, that's what I was looking for! David Jens Noeckel schrieb: On Aug 8, 2006, at 5:22 AM, david wrote: Thanks, but I don't have a BibTex-Bibliography, just the "normal" one provided by Lyx. Is there a way to have this one mentioned in the table of contents? David Ni

Aspell and language de_CH

2006-08-25 Thread david
the language German Germany (de_DE) is used. Thanks! David

Re: Aspell and language de_CH

2006-08-25 Thread david
Thats what I was looking for. Thanks a lot! David Paul A. Rubin schrieb: > david wrote: >> Hello >> >> How can I get aspell to use the language German Switzerland (de_CH)? >> >> If I chose "Deutsch (neue Rechtschreibung)" in the document properties

Re: BEAMER - \lyxframeend

2012-06-18 Thread David
> > I can't see pdf because lyx always give me the same error: > > "\lyxframeend > > {} > > The control sequence at the end of the top line > > of your error message was never \def'ed. If you have > > misspelled it (e.g., `\hobx'), type `I' and the correct > > spelling (e.g., `I\hbox'). Otherwise

Re: Keyboard macros: disabled commands and autocomplete

2015-07-31 Thread David
Am 31.07.2015 um 20:03 schrieb aparsloe: > A hackish way is to insert and then delete a space character, to 'dirty' > the document, which should enable the buffer-write: > > command-sequence space-insert normal; char-delete-backward; > buffer-write; master-buffer-update; > > but I suspect

Re: No indentation of first paragraphs

2015-08-13 Thread David
Am 13.08.2015 um 10:31 schrieb jezZiFeR: > As far as I know I did not change the class options in the preamble. There is > a XeTeX-command in the preamble, which might be unnecessary, but I see no > changes in the class options. As I do not know what using Sections for > creating headers is, I

Re: No indentation of first paragraphs

2015-08-13 Thread David
> > In fact my first line »Texttexttext«-line *is* indented: > It is just in the case of an empty line before a new paragraph where the > paragraph settings have to be changed, if an indentation is not wanted. > This is fine, because it just happens a few times in the document. > Ok. The only

Re: No indentation of first paragraphs

2015-08-13 Thread David
Am 13.08.2015 um 10:58 schrieb Michael Berger: > David Rörich inue.uni-stuttgart.de> writes: > >> >> This is probably a property of the document class you use (and it should >> be configurable via class options). Most classes I know do _not_ indent >> the first

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread David
Dear list, I would like to bring up the following topic again in the hope that someone has an answer. Am 30.07.2015 um 13:51 schrieb David Rörich: > > 2) I work on a document with many math macros having long names, several > of them beginning with the same string. When entering an

Re: Keyboard macros: disabled commands and autocomplete

2015-08-13 Thread David
Am 13.08.2015 um 16:03 schrieb Richard Heck: > On 08/13/2015 05:35 AM, David wrote: >> Dear list, >> >> I would like to bring up the following topic again in the hope that >> someone has an answer. > > PS You can also change the delay time under Tools> Pref

Re: just finished my PhD thesis using LyX

2015-08-28 Thread David
Nice work! Good luck for your defense! Am 27.08.2015 um 22:23 schrieb Roel Schipper - CITG: > Not a question, just a sign of gratitude to the LyX writers and user > community: I just finished my 356 page PhD thesis Civil Engineering > using LyX. It has been a real pleasure writing with LyX. It

Re: book cover

2015-08-28 Thread David
a problem of how to create reasonably sized PDF files from Inkscape files containing raster images. Regards, David

Re: Confusing compiling error

2015-09-03 Thread David
the TeX document. I have no idea what the problem > is, so any help would be greatly appreciated. Can you please show us a minimal example reproducing the error. Otherwise it's nearly impossible to tell what's wrong David

Re: How to change Contents to Inhaltsverzeichnis in German edition of Komascript book

2015-09-14 Thread David
Am 14.09.2015 um 18:00 schrieb Daniel CLEMENT: > > But you would expect either LyX, or the language package, to take care > of this. > Me too. Documents > Settings > Language... set language to German. This should produce the German headings.

Re: IBus incompatibility

2015-09-29 Thread David
Am 29.09.2015 um 03:20 schrieb Guillaume Munch: > There is currently a serious incompatibility between LyX and IBus (the > default input method in Ubuntu and Fedora) that causes various problems: > > * The keyboard starts outputting the wrong keys > > * LyX completely and definitely stops

Searching in math macros

2015-10-01 Thread David
dit > Find (Advanced), but without luck. Do you know a way to do this? Thanks in advance. Regards, David symbols.lyx Description: application/lyx

Re: Searching in math macros

2015-10-02 Thread David
ically, and can be searched for using the filter. Oh great, thanks a ton for this tip! David

Re: Display SVG graphics in Lyx

2015-09-20 Thread David
Am 20.09.2015 um 12:45 schrieb David: > Am 20.09.2015 um 11:14 schrieb Georg Baum: >> Rainer M Krug wrote: >> >> for that it would be nice if somebody could report it at >> http://www.lyx.org/trac/wiki/BugTrackerHome first (including the test case), >> then a

Re: Display SVG graphics in Lyx

2015-09-20 Thread David
Am 20.09.2015 um 11:14 schrieb Georg Baum: > Rainer M Krug wrote: > > for that it would be nice if somebody could report it at > http://www.lyx.org/trac/wiki/BugTrackerHome first (including the test case), > then a LyX developer might report the qt problem later. > Will do.

Re: Display SVG graphics in Lyx

2015-09-19 Thread David
kes me suspect that some external tool is responsible for that behaviour and that it might be possible to be changed. Regards, david

Re: Display SVG graphics in Lyx

2015-09-19 Thread David
Am 18.09.2015 um 21:21 schrieb Les: > David, > > I find your example does not have the arrows inn LyX, but does have > them in the PDF output, as yours does. I'm running Linux Mint with LyX > 2.0.8.1. > > Les > Thanks for confirming this, Les

Re: Display SVG graphics in Lyx

2015-09-19 Thread David
Am 19.09.2015 um 15:17 schrieb Rainer M Krug: > > Hm - the output now works, but the preview still does not work. Which > toolchain is actually used to create the preview? > I also think that the PDF output (i.e. the svg->pdf converter) and the preview are independent. From my experience,

Display SVG graphics in Lyx

2015-09-18 Thread David
rds, David lyxinkscape.lyx Description: application/lyx lyxinkscape.pdf Description: Adobe PDF document

Re: Render inkscape text with latex

2015-12-02 Thread David
Am 02.12.2015 um 20:30 schrieb Daniel CLEMENT: > Le mardi 01 décembre 2015 à 13:27 -0600, Rajil Saraswat a écrit : >> Hello, >> >> I want the text used in svg images to be rendered using latex. >> Inkscape provides instructions at >> http://wiki.inkscape.org/wiki/index.php/LaTeX on how to do this

Re: Options of packages loaded by modules/Lyx

2015-12-01 Thread David
> > Thanks for these interesting approaches, Richard! In this regard, it > would also be nice if one could point Lyx to module files that are > located outside ~/.lyx > This way I could save the module file together with my document (in a > git repo) and have it ready wherever I need it. > Or

Re: Options of packages loaded by modules/Lyx

2015-12-01 Thread David
Am 01.12.2015 um 20:41 schrieb Guillaume Munch: > > There's a dirty, but quite general hack that I have often used in the > past. In "class options", add: > > ]{myClass}\PassOptionsToPackage{myOptions}{todonotes}% > > I'd be happy to hear about a better solution... > That's clever ;)

Re: Render inkscape text with latex

2015-12-02 Thread David
ze in Inkscape For a whole different approach, you should check out the TexText plugin for Inkscape: https://bitbucket.org/pv/textext It renders Latex text/formulas inside Inkscape and converts them to SVG David

Re: Options of packages loaded by modules/Lyx

2015-12-04 Thread David
Am 04.12.2015 um 17:00 schrieb Jürgen Spitzmüller: > > "trunk" is the development version of LyX, i.e. forthcoming LyX 2.2. > > With LyX 2.1.x, you cannot use the descirbed feature with the todonotes > module, since it only works for packages "known" to LyX (and the todonotes > packages is not

Re: Options of packages loaded by modules/Lyx

2015-12-04 Thread David
Am 04.12.2015 um 16:40 schrieb Jürgen Spitzmüller: > Am Dienstag 01 Dezember 2015, 15:04:07 schrieb Richard Heck: >> If so, then a PassOptionToPackage tag would be a very good idea. These >> could be output very early, yes? > > We have such a thing already: > > PackageOptions todonotes myoptions

Options of packages loaded by modules/Lyx

2015-12-01 Thread David
ch because it would have a system wide effect where I only want it to affect the document. (Also, I don't want to change the moule on all systems I use) What other options do I have? Thanks, David [1] http://www.lyx.org/trac/raw-attachment/ticket/7546/todonotes.module

Follow a hyperlink from Lyx editor

2015-12-10 Thread David
on the link and have a browser loading the webpage. Is this possible (I tried CTRL+Click / SHIFT+Click / ALT+Click)? If not, would that be a candidate for a feature request? David

Re: Follow a hyperlink from Lyx editor

2015-12-17 Thread David
Am 17.12.2015 um 07:39 schrieb Scott Kostyshak: > > I think this is a reasonable feature request. Please open a ticket at > http://www.lyx.org/trac > Done: http://www.lyx.org/trac/ticket/9906 Edits to make the request clearer are always welcome. David

Re: Why does Lyx insert a \par in a center environment?

2015-12-14 Thread David
Am 14.12.2015 um 05:03 schrieb Robert Susmilch: > David, > > I’ve found for myself that if you need absolute control you need to use ERT. > I > was attempting to use LyX with the MLA style format (from the era of > typewriters, ugh) and had to use the following

Re: Hunspell not found

2015-12-14 Thread David
Am 14.12.2015 um 12:42 schrieb Cor Blom: > > An up-to-date version of lyx for openSUSE 13.1 can be found here: > > http://download.opensuse.org/repositories/Publishing/openSUSE_13.1/ > > That one is complied with hunspell and enchant support (but without > aspell). > > Regards, > > Cor >

Re: Why does Lyx insert a \par in a center environment?

2015-12-14 Thread David
Am 14.12.2015 um 04:01 schrieb Richard Heck: > There is an answer to this, but to be honest I do not remember what it > is. It cannot be > prevented, as it is hardcoded. But if you don't want it, you can always > use ERT. > > Richard > > Ok, thanks!

Re: Hunspell not found

2015-12-14 Thread David
Am 14.12.2015 um 12:09 schrieb Stephan Witt: > > In case of a self compiled LyX install the devel package for hunspell. > Otherwise ask the packager of the LyX package you've installed. > > Stephan I built it myself. So that will be the reason. Thanks for your answers. David

Why does Lyx insert a \par in a center environment?

2015-12-13 Thread David
Hi, I've noticed that Lyx inserts a \par before the end of a center environment. I'm curious: why is that done and can it be prevented? Cheers, David

Hunspell not found

2015-12-14 Thread David
of lyx -dbg any contains the following line table[57]: tag: `\hunspelldir_path' code:57 but I don't know if it's relevant. Also, I tried a reconfigure. On another that I use and which is running Ubuntu, Hunspell works in Lyx. Any thoughts on this problem? Thanks, David

do we have something like #ifdef from C in LyX? (multipart documents with common macros)

2005-10-26 Thread David Soukal
of multiple definition of the same macros. So, I'm looking for conditional compilation... something from C header files.. Or is there something more elegant that I'm not seeing? THANK YOU! David

Symbols for a figure key - adding a new font

2005-10-27 Thread David Wolfson
Hi, Through the wonders of wine, I've managed to get some figures from an old excel sheet added into a lyx file as floats, but need to add symbol definitions in the caption. I've found most of the symbols listed as part of the ifsym font in the 'comprehensive list of LATEX fonts' from CTAN,

Re: Symbols for a figure key - adding a new font

2005-10-31 Thread David Wolfson
Paul, Thanks for the reply - sorry not to get back to you sooner, I took the weeekend off! Paul A. Rubin wrote: David Wolfson wrote: I tried adding \usepackage{ifsym} in the preamamble, I think you need \usepackage[geometry]{ifsym} to get \FilledTriangleUp. surprised to hear that I get

Re: Symbols for a figure key - adding a new font

2005-10-31 Thread David Wolfson
Paul, This would suggest that ifsym is not properly installed. Did you (a) install it and (b) update your TeX file database? If so, try 'kpsewhich ifsym.sty' from a shell to see if the system knows where to find it. Is there a 'howto' out there I should look at? Have a gander at

Re: Symbols for a figure key - adding a new font

2005-10-31 Thread David Wolfson
OK, I've had some luck getting it installed, but working is another matter... This would suggest that ifsym is not properly installed. Did you (a) install it and (b) update your TeX file database? If so, try 'kpsewhich ifsym.sty' from a shell to see if the system knows where to find

Re: Symbols for a figure key - adding a new font

2005-10-31 Thread David Wolfson
I've just donr dome more p[oking and got a couple of updates. Unfortunately, the output was not as I'd hope. Instead of getting a triangle, I have an 'a' in the DVI, and nothing in pdf. This is the same processing through LyX or LaTeX on the command line. This appears to be a problem with

Re: Symbols for a figure key - adding a new font

2005-11-01 Thread David Wolfson
On Monday 31 October 2005 21:33, Paul A. Rubin wrote: David Wolfson wrote: Unfortunately, the output was not as I'd hope. Instead of getting a triangle, I have an 'a' in the DVI, LaTeX writes out a DVI file which contains a command to load the ifgeo10 font. When your DVI viewer (xdvi) tries

Re: do we have something like #ifdef from C in LyX? (multipart documents with common macros)

2005-11-01 Thread David Soukal
! David

Re: do we have something like #ifdef from C in LyX? (multipart documentswith common macros)

2005-11-01 Thread David Soukal
Todd Denniston wrote: Todd Denniston wrote: David Soukal wrote: Hello guys, I'm sorry to bother you with something that's must have been answered many times, but I can't find a quick answer in the documentation. SNIP The chapters compile fine, however, the master won't compile because

Re: Symbols for a figure key - adding a new font solved

2005-11-02 Thread David Wolfson
Stephen, On Wednesday 02 November 2005 04:07, Stephen Harris wrote: I downloaded the entire zip package and installed it in /usr/ifsym since I wasn't sure what the proper path was. I copied texmf.dvi, the test file, to the same directory. Then ran xdvi texmf.dvi and in displayed properly.

Re: centre a graphic

2005-11-03 Thread David Soukal
the LaTeX command \centering (entered in an ERT box)... This has the advantage of saving a litlle bit of vertical space. David

Version Control and multipart documents

2005-11-09 Thread David Wolfson
I'm writing a large document, so have a master document with a number of include files. This all works well, and I normally load the master document and load the individual files from within it. Having completed first drafts of some parts of the document, I'm now trying to use version control.

  1   2   3   4   5   6   7   8   9   10   >