Re: Setting up labels for and references to tables in LyX

2023-11-06 Thread Jürgen Spitzmüller
Am Montag, dem 06.11.2023 um 13:48 +0100 schrieb Jürgen Spitzmüller: > Also, please file a bug report. I think we should handle this case > ans mask spaces when refstyle is used. No longer needed. I went ahead and fixed it. -- Jürgen -- lyx-users mailing list lyx-users@lists.lyx.org http://list

Re: Setting up labels for and references to tables in LyX

2023-11-06 Thread Jürgen Spitzmüller
Am Montag, dem 06.11.2023 um 13:41 +0100 schrieb Jürgen Spitzmüller: > Spaces in labels work AFAICS. Special characters are automatically > replaced by LyX. On a closer look, it seems that refstyle doesn't work with spaces in label IDs. Other mechanisms do work. So either omit spaces or use prett

Re: Setting up labels for and references to tables in LyX

2023-11-06 Thread Jürgen Spitzmüller
Am Montag, dem 06.11.2023 um 13:10 +0100 schrieb Ricardo Berlasso: > El lun, 6 nov 2023 a las 12:23, Trevor Jenkins > () escribió: > > I need to create labels/references to multiple tables in my LyX > > document. There is nothing in the various Table menu items for > > this. The Insert > Label and

Re: Setting up labels for and references to tables in LyX

2023-11-06 Thread Ricardo Berlasso
El lun, 6 nov 2023 a las 12:23, Trevor Jenkins () escribió: > I need to create labels/references to multiple tables in my LyX document. > There is nothing in the various Table menu items for this. The Insert > > Label and Insert > Cross-Reference… menu items do not appear to function in > that for

Setting up labels for and references to tables in LyX

2023-11-06 Thread Trevor Jenkins
I need to create labels/references to multiple tables in my LyX document. There is nothing in the various Table menu items for this. The Insert > Label and Insert > Cross-Reference… menu items do not appear to function in that for example if I set the name of the label to tab:Electoral Roll Extr

Re: Setting default document class

2023-10-27 Thread Paul Rubin
On 10/26/23 13:13, Rich Shepard wrote: Speaking of which, if you go to ~/.lyx/templates, you should see a file named defaults.lyx. That's your default starting document. All else failing, try creating an empty doc with the Report class, saving it to /tmp with the name defaults.lyx, and then

Re: Setting default document class

2023-10-26 Thread Rich Shepard
On Thu, 26 Oct 2023, Paul Rubin wrote: Are you saying that the doc class within a document kept changing back to Book on its own, or that the default class kept changing back to Book? Paul, Yes, the doc class changed back to Book a couple of times, but that's the only time I've seen this happ

Re: Setting default document class

2023-10-26 Thread Paul Rubin
On 10/26/23 11:54, Rich Shepard wrote: On Thu, 26 Oct 2023, Paul Rubin wrote: Create a new document, select the document class you want as default, and make any other customizations that you want applied to new documents (fonts, paper size, whatever). Then go to Document > Settings... > Doc

Re: Setting default document class

2023-10-26 Thread Rich Shepard
On Thu, 26 Oct 2023, Paul Rubin wrote: Create a new document, select the document class you want as default, and make any other customizations that you want applied to new documents (fonts, paper size, whatever). Then go to Document > Settings... > Document Class and click "Save as Document Defa

Re: Setting default document class

2023-10-26 Thread Paul Rubin
On 10/26/23 11:00, Rich Shepard wrote: Looking in ~/.lyx/lyxrc and ../preferences I do not see where I can set a default document class when I create a new doc. Have I missed seeing where I can do this? TIA, Rich Create a new document, select the document class you want as default, and mak

Setting default document class

2023-10-26 Thread Rich Shepard
Looking in ~/.lyx/lyxrc and ../preferences I do not see where I can set a default document class when I create a new doc. Have I missed seeing where I can do this? TIA, Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Setting "\tempdir_path" before first start

2023-09-04 Thread Jakob Jakobson
Dear developers, first of all: Thanks for the great work that you have been put into LyX! I was trying to get LyX packaged for flatpak ( see also https://www.lyx.org/trac/ticket/11143 ) when I ran into a serious issue: I need to set the "\tempdir_path" before the first start of the program. Is

Re: Tables: Setting width for entire column

2023-02-10 Thread Udicoudco
The column headers are in the first row, and centered. Unchecking > multicolumn for the two header cells doesn't allow me to center them above > the left-aligned cells beneath them. > The column headers are in the second row, the first row is the caption. You don't need to uncheck multicolumn in

Re: Tables: Setting width for entire column

2023-02-10 Thread Rich Shepard
On Fri, 10 Feb 2023, Udicoudco wrote: Since the alignment of the text inside the second row is centered, contrary to the rest of the tabular, these cells are typeset inside \multicell, and in this case their width can be independent from the width of their column. Udi, The column headers are

Re: Tables: Setting width for entire column

2023-02-10 Thread Udicoudco
On Fri, Feb 10, 2023 at 7:30 PM Rich Shepard wrote: > On Fri, 10 Feb 2023, Paul A. Rubin wrote: > > > I'm with Udi on this. Maybe you should post a MWE? > > Paul, Udi: > > I placed the cursor in a cell below the first row (for each column) and > changed the widths from inches to % text area (43%,

Re: Tables: Setting width for entire column

2023-02-10 Thread Rich Shepard
On Fri, 10 Feb 2023, Paul A. Rubin wrote: I'm with Udi on this. Maybe you should post a MWE? Paul, Udi: I placed the cursor in a cell below the first row (for each column) and changed the widths from inches to % text area (43%, 53%). Not using the top row cell made a difference. The table he

Re: Tables: Setting width for entire column

2023-02-10 Thread Paul A. Rubin
On 2/10/23 11:32, Rich Shepard wrote: On Fri, 10 Feb 2023, Udicoudco wrote: Right click on the table and select "settings..." to open the tabular settings dialog. Put the cursor in a cell inside the column you want to change, and in the settings dialog in Table settings->Column settings change

Re: Tables: Setting width for entire column

2023-02-10 Thread Rich Shepard
On Fri, 10 Feb 2023, Udicoudco wrote: Right click on the table and select "settings..." to open the tabular settings dialog. Put the cursor in a cell inside the column you want to change, and in the settings dialog in Table settings->Column settings change the width to the desired one. Udi, T

Re: Tables: Setting width for entire column

2023-02-10 Thread Udicoudco
On Fri, Feb 10, 2023 at 5:59 PM Rich Shepard wrote: > I've looked at the table settings, the User Guide, and the Wiki without > learning how to set the width of an entire column. One table has many rows > (it's a multipage table), and I'm able to change the width of only the cell > in which the c

Tables: Setting width for entire column

2023-02-10 Thread Rich Shepard
I've looked at the table settings, the User Guide, and the Wiki without learning how to set the width of an entire column. One table has many rows (it's a multipage table), and I'm able to change the width of only the cell in which the cursor is located. What am I missing? TIA, Rich -- lyx-user

Re: Setting default language to British English

2023-01-31 Thread Paul Stansell
> > I realise that I can fix it on the TeX side by adding the following line > to the TeX file I'm importing: > > \usepackage[british]{babel} > > but I'd like to fix it on the LyX side if possible. > Actually, that doesn't work either. The import seems to set the languages as I want them, but

Re: Setting default language to British English

2023-01-31 Thread Paul Stansell
Hello again, Richaro's suggestion hasn't completely fixed my problem after all. If I import a TeX file that has no language specified, the document language set in the LyX file is set to "English". Is there a way I can have the document language automatically set to "English (UK)"? I realise th

Re: Setting default language to British English

2023-01-31 Thread Paul Stansell
Hello Ricardo, In the lower part of the document settings window there is a "Save as > default" button. Any change you made to the Document → Settings will be set > as default for any new document. > That fixed the problem. I can see that clicking on that "Save Document as Default" button write

Re: Setting default language to British English

2023-01-31 Thread Ricardo Berlasso
El mar, 31 ene 2023 a las 14:22, Paul Stansell () escribió: > Hello, > > I'm struggling to have LyX start with the default language set to British > English. > > I can set the language of an already-open document to British English by > setting the following: > >

Setting default language to British English

2023-01-31 Thread Paul Stansell
Hello, I'm struggling to have LyX start with the default language set to British English. I can set the language of an already-open document to British English by setting the following: Document > Settings > Language > Language: English (UK) but I can't work out how to m

Re: Setting section color in local layout

2023-01-06 Thread Daniel
, e.g., font-sizes of headings? If I see it correctly, the current way to take care of that is to provide the LaTeX layout already in the work area, e.g. setting the headings to the appropriate font-size. No extra setting needed. Just the layout has to provide the right WYSIWYM style in order to

Re: Setting section color in local layout

2023-01-06 Thread Jean-Marc Lasgouttes
ectly, the current way to take care of that is to provide the LaTeX layout already in the work area, e.g. setting the headings to the appropriate font-size. No extra setting needed. Just the layout has to provide the right WYSIWYM style in order to work correctly. Or why would colors be diff

Re: Setting section color in local layout

2023-01-06 Thread Daniel
correctly, the current way to take care of that is to provide the LaTeX layout already in the work area, e.g. setting the headings to the appropriate font-size. No extra setting needed. Just the layout has to provide the right WYSIWYM style in order to work correctly. Or why would colors be diffe

Re: Setting section color in local layout

2023-01-06 Thread Jean-Marc Lasgouttes
Le 06/01/2023 à 08:15, Daniel a écrit : On 2023-01-04 23:50, Richard Kimberly Heck wrote: That's a missing feature then. We do handle some font features, but not all of them. (We would only do this for LyXHTML. The font color in LyX itself is not meant to be reflected in LaTeX, unless you speci

Re: Setting section color in local layout

2023-01-05 Thread Daniel
On 2023-01-04 23:50, Richard Kimberly Heck wrote: That's a missing feature then. We do handle some font features, but not all of them. (We would only do this for LyXHTML. The font color in LyX itself is not meant to be reflected in LaTeX, unless you specify that separately, as above.) (I gues

Re: Setting section color in local layout

2023-01-04 Thread Richard Kimberly Heck
On 1/4/23 16:37, Lorenzo Bertini wrote: Il 04/01/23 22:06, Ricardo Berlasso ha scritto: El mié, 4 ene 2023 a las 21:41, Lorenzo Bertini (mailto:lorenzobertin...@gmail.com>>) escribió:     Hi,     setting the following in local layout > Style Section >

Re: Setting section color in local layout

2023-01-04 Thread Lorenzo Bertini
Il 04/01/23 22:06, Ricardo Berlasso ha scritto: El mié, 4 ene 2023 a las 21:41, Lorenzo Bertini (mailto:lorenzobertin...@gmail.com>>) escribió: Hi, setting the following in local layout > Style Section >       Font >               Color

Re: Setting section color in local layout

2023-01-04 Thread Ricardo Berlasso
El mié, 4 ene 2023 a las 21:41, Lorenzo Bertini () escribió: > Hi, > > setting the following in local layout > > > Style Section > > Font > > Color Pink > > EndFont > > End > > makes Lyx's workarea section

Setting section color in local layout

2023-01-04 Thread Lorenzo Bertini
Hi, setting the following in local layout Style Section Font Color Pink EndFont End makes Lyx's workarea sections pink indeed (it's just a test color, I swear it's temporary :)), so Lyx is reading the layout alright. But if I outp

Re: Document Setting "Synchronize with output" doesn't work

2022-09-06 Thread tush via lyx-users
Thanks. I actually checked if this problem is also found on Windows 10 and it isn't. So looks like you are right. --- Original Message --- On Monday, September 5th, 2022 at 9:11 PM, Stephan Witt wrote: > IMO it’s a bug in LyX 2.3.x - I’ve fixed it in upcoming 2.4.0 LyX. > > Stephan --

Re: Document Setting "Synchronize with output" doesn't work

2022-09-05 Thread Stephan Witt
gt; \synctex=-1 disappears from the preamble in code preview pane only when I > tick a check mark on "Use Non Tex Fonts" setting. When I uncheck the check > mark this line of code re appears. > > Why is it? IMO it’s a bug in LyX 2.3.x - I’ve fixed it in upcoming 2.4.

Document Setting "Synchronize with output" doesn't work

2022-09-04 Thread tush via lyx-users
a check mark on "Use Non Tex Fonts" setting. When I uncheck the check mark this line of code re appears. Why is it? Maybe there is a clash with some other option or setting that I changed in LyX's Preferences?-- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Setting up LyX on a new computer

2022-03-17 Thread Dr Eberhard Lisse via lyx-users
After installation (I do that from from Homebrew) I would do ln -fs $HOME/Library/Application Support/LyX-2.3/preferences \ $HOME/lyxrc and run unison with a force from the old to the new, but installing unison is currently not advisable for casual users as the stable ma

Re: Setting up LyX on a new computer

2022-03-16 Thread Hal Kierstead via lyx-users
> On Mar 16, 2022, at 2:31 PM, Stephan Witt wrote: > > Am 16.03.2022 um 21:27 schrieb Hal Kierstead via lyx-users > : >> >> All - >> >> I have many preference settings that I would like to transfer to a new >> MacBook Pro. What is the approved way to do this? > > The way to go is to restor

Re: Setting up LyX on a new computer

2022-03-16 Thread Paul A. Rubin via lyx-users
On 3/16/22 16:27, Hal Kierstead via lyx-users wrote: All - I have many preference settings that I would like to transfer to a new MacBook Pro. What is the approved way to do this? Can I just copy the preference file and bind file in Application Support/LyX-2.3 from one computer to the other or

Re: Setting up LyX on a new computer

2022-03-16 Thread Stephan Witt via lyx-users
Am 16.03.2022 um 21:27 schrieb Hal Kierstead via lyx-users : > > All - > > I have many preference settings that I would like to transfer to a new > MacBook Pro. What is the approved way to do this? The way to go is to restore your complete user from a time machine backup, IMO. In the past I r

Setting up LyX on a new computer

2022-03-16 Thread Hal Kierstead via lyx-users
All - I have many preference settings that I would like to transfer to a new MacBook Pro. What is the approved way to do this? Can I just copy the preference file and bind file in Application Support/LyX-2.3 from one computer to the other or what? Maybe I could copy the whole LyX-2.3 folder? Al

Re: Setting a permanent default class that is not "Article (Standard Class)

2021-09-20 Thread Dr Eberhard Lisse
Try it out :-)-O Can't damage anything :-)-O el On 18/09/2021 18:23, Trevor Jenkins wrote: Thanks. Is that what that wording means‽ [...] -- To email me replace 'nospam' with 'el' -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Setting a permanent default class that is not "Article (Standard Class)

2021-09-18 Thread Ricardo Berlasso
El sáb, 18 sept 2021 a las 18:24, Trevor Jenkins () escribió: > Thanks. > > Is that what that wording means‽ > Yes, the "Save as document default" button does exactly that: everything you choose in the menu becomes the default for new documents. Regards, Ricardo > > On 18 Sep 2021, at 16:29,

Re: Setting a permanent default class that is not "Article (Standard Class)

2021-09-18 Thread Trevor Jenkins
Thanks. Is that what that wording means‽ > On 18 Sep 2021, at 16:29, Ricardo Berlasso wrote: > > > El sáb, 18 sept 2021 a las 17:24, Trevor Jenkins ( >) escribió: > I create most (all) of my documents in LyX using the "Tufte Handout" class > with custom options h

Re: Setting a permanent default class that is not "Article (Standard Class)

2021-09-18 Thread Ricardo Berlasso
El sáb, 18 sept 2021 a las 17:24, Trevor Jenkins () escribió: > I create most (all) of my documents in LyX using the "Tufte Handout" class > with custom options however new documents start off with the "Article > (Standard Class)” class with no custom options.Scouring the menus and > documentation

Setting a permanent default class that is not "Article (Standard Class)

2021-09-18 Thread Trevor Jenkins
I create most (all) of my documents in LyX using the "Tufte Handout" class with custom options however new documents start off with the "Article (Standard Class)” class with no custom options.Scouring the menus and documentation I see no way to set my preferred class with its options as the defa

Setting pointer color

2021-03-24 Thread Rich Shepard
Running lyx-2.3.6.1 on Slackware64-14.2. When the trackball/mouse pointer (a thin 'I') is on the last modified text position (the emacs 'point') its color is red. But, when it's being moved its color is black. Quite often my eyeballs (with many millions of miles on them) lose track of the moving

Re: Setting LyX window font size [RESOLVED]

2021-01-27 Thread Rich Shepard
On Wed, 27 Jan 2021, Paul A. Rubin wrote: I'm not sure about Slackware, but on Mint (and Ubuntu) there is a utility named qt5ct (Qt5 Configuration Tool). On Mint (and presumably Ubuntu) it's available from the system menu by searching "qt5". If you install it and run it, you should get a simpl

Re: Setting LyX window font size

2021-01-27 Thread Paul A. Rubin
On 1/27/21 2:14 PM, Rich Shepard wrote: Running lyx-2.3.6.1 on Slackware-14.2/x86_64 with Xfce4-4.12.1. This upgrade changed the font size on the window's menu, outline panel, and other non-text-body elements. They're now too small for me to comfortably read. See attached screenshot. Using Pref

Setting LyX window font size

2021-01-27 Thread Rich Shepard
Running lyx-2.3.6.1 on Slackware-14.2/x86_64 with Xfce4-4.12.1. This upgrade changed the font size on the window's menu, outline panel, and other non-text-body elements. They're now too small for me to comfortably read. See attached screenshot. Using Preferences -> Display I can set the document

Re: Setting

2019-08-05 Thread Patrick Dupre
" To: lyx-users@lists.lyx.org Subject: Re: Setting On 8/5/19 10:26 AM, Patrick Dupre wrote: Hello, Since Today, when I when to edit the latex preamble, I have to use the "edit" option, which calls emacs. I do not want that. How can I go back to the "old" fashion,

Re: Setting

2019-08-05 Thread Paul A. Rubin
On 8/5/19 10:26 AM, Patrick Dupre wrote: Hello, Since Today, when I when to edit the latex preamble, I have to use the "edit" option, which calls emacs. I do not want that. How can I go back to the "old" fashion, ie. editing directly the Latex Preamble ? Is it because I installed a new package?

Setting

2019-08-05 Thread Patrick Dupre
Hello, Since Today, when I when to edit the latex preamble, I have to use the "edit" option, which calls emacs. I do not want that. How can I go back to the "old" fashion, ie. editing directly the Latex Preamble ? Is it because I installed a new package? Thank. ==

Re: draftwatermark: setting text lightness [RESOLVED]

2018-01-02 Thread Rich Shepard
On Tue, 2 Jan 2018, Paul A. Rubin wrote: Works fine for me (pdflatex, article class). Smaller argument values produce darker watermarks; and argument value of 1 makes the watermark invisible. Paul, Yes, that's the problem: Page 3 of the doc notes, "Lightness of the watermark text (1=white,

Re: draftwatermark: setting text lightness

2018-01-02 Thread Paul A. Rubin
On 01/02/2018 12:19 PM, Rich Shepard wrote: The draftwatermark package's doc shows the default lightness of the text as 80% and that it is specified by a real number between 0 and 1. I set it to 0.4 (or 0.6) and see no difference from the default 0.8. Perhaps I have the syntax wrong. Here are

draftwatermark: setting text lightness

2018-01-02 Thread Rich Shepard
The draftwatermark package's doc shows the default lightness of the text as 80% and that it is specified by a real number between 0 and 1. I set it to 0.4 (or 0.6) and see no difference from the default 0.8. Perhaps I have the syntax wrong. Here are the pertinent lines in the preamble: \usepack

Re: Setting default class preamble

2017-12-24 Thread Rich Shepard
On Sun, 24 Dec 2017, Kornel Benko wrote: You have once set the document defaults to KOMA-Script letter2. To change this default behaviour: Open a new document. Set all what you want to have if you open a new document later. Save as document defaults. (Doc

Re: Setting default class preamble

2017-12-24 Thread Rich Shepard
On Sun, 24 Dec 2017, Paul A. Rubin wrote: Check ~/.lyx/templates/defaults.lyx. That's the document class (and settings) that LyX clones whenever you start a new document (File > New). Paul, OK. That explains it. There's only 1 premable in defaults.lyx and it's for the letter class. This pa

Re: Setting default class preamble

2017-12-24 Thread Kornel Benko
Am Sonntag, 24. Dezember 2017 um 09:30:34, schrieb Rich Shepard >I've dug a hole and need to learn how to climb out. > >For a reason I cannot find the preamble for every document class reverts > to that for a KOMA-Script letter2 document. Looking in ~/.lyx I don't see > why this happens.

Re: Setting default class preamble

2017-12-24 Thread Paul A. Rubin
On 12/24/2017 12:30 PM, Rich Shepard wrote: I've dug a hole and need to learn how to climb out.   For a reason I cannot find the preamble for every document class reverts to that for a KOMA-Script letter2 document. Looking in ~/.lyx I don't see why this happens. Check ~/.lyx/templates/defaults

Setting default class preamble

2017-12-24 Thread Rich Shepard
I've dug a hole and need to learn how to climb out. For a reason I cannot find the preamble for every document class reverts to that for a KOMA-Script letter2 document. Looking in ~/.lyx I don't see why this happens. I exported the book I'm writing as a .txt file; it has no preamble inform

Re: Setting LyX font size [FIXED]

2017-09-27 Thread Rich Shepard
On Mon, 25 Sep 2017, Rich Shepard wrote: Now, the LyX frame and menu font size has shrunk. The document display font remains the same, it's the application frame and menus that have changed. Is there a place where I can change this? Found the solution in the wiki: qtconfig is the tool to u

Setting LyX font size

2017-09-25 Thread Rich Shepard
Using font manager I deleted a bunch of typefaces that I have never used nor will use in the future. Many are look-alikes (to me, at least) of serif and sanserig type faces. Now, the LyX frame and menu font size has shrunk. The document display font remains the same, it's the application frame a

Setting prenotes inn Index lists

2016-06-06 Thread Michael Berger
Hi all, I have a document (classicthesis 4.1) with more than one index list. The package 'idxlayout' is loaded and works well. A prenote can be set by using the command '\setindexprenote'. If used in the Latex preamble all index lists will have the same prenote. All my efforts so far to get a di

Re: Setting double-spaced output also causes double-spaced on-screen LyX display

2015-11-03 Thread Jerry
On Nov 2, 2015, at 5:43 PM, Jerry wrote: > > On Oct 27, 2015, at 5:58 PM, Scott Kostyshak wrote: > >> On Tue, Oct 27, 2015 at 05:24:41PM -0700, Jerry wrote: >>> >>> I hope the devs see this post wrt providing different on-screen versus >>> rendered appearance regarding line spacing. Maybe I

Re: Setting double-spaced output also causes double-spaced on-screen LyX display

2015-11-02 Thread Jerry
On Oct 27, 2015, at 5:58 PM, Scott Kostyshak wrote: > On Tue, Oct 27, 2015 at 05:24:41PM -0700, Jerry wrote: >> >> I hope the devs see this post wrt providing different on-screen versus >> rendered appearance regarding line spacing. Maybe I'll file a feature >> request. > > Hi Jerry, > > I

Re: Setting double-spaced output also causes double-spaced on-screen LyX display

2015-10-27 Thread Guenter Milde
nk it would be a good feature request. Also note that 2.2 beta has > not been released yet (alpha will be released soon). But perhaps you > just meant 2.2dev. This would be similar to the "justified" vs. "right aligned" setting, where finally there is a "Use justification

Re: Setting double-spaced output also causes double-spaced on-screen LyX display

2015-10-27 Thread Scott Kostyshak
On Tue, Oct 27, 2015 at 05:24:41PM -0700, Jerry wrote: > > I hope the devs see this post wrt providing different on-screen versus > rendered appearance regarding line spacing. Maybe I'll file a feature request. Hi Jerry, I think it would be a good feature request. Also note that 2.2 beta has no

Re: Setting double-spaced output also causes double-spaced on-screen LyX display

2015-10-27 Thread Jerry
-spaced? > > More to the point of LyX design: Things under Document -> Settings seem to > relate to how the _document_ looks, and things under LyX -> Preferences -> > Look and Feel (on OS X) affect how LyX looks. So there should be a setting in > Look and Feel for on-

Re: Setting double-spaced output also causes double-spaced on-screen LyX display

2015-10-27 Thread John Kane
to how the _document_ looks, and things under LyX -> Preferences -> > Look and Feel (on OS X) affect how LyX looks. So there should be a setting > in Look and Feel for on-screen line spacing, separate from how the rendered > output will look. > > Please tell me that I've missed something. > > I'm using a 2.2 beta. > > Jerry -- John Kane Kingston ON Canada

Setting double-spaced output also causes double-spaced on-screen LyX display

2015-10-26 Thread Jerry
of LyX design: Things under Document -> Settings seem to relate to how the _document_ looks, and things under LyX -> Preferences -> Look and Feel (on OS X) affect how LyX looks. So there should be a setting in Look and Feel for on-screen line spacing, separate from how the rendered output w

Re: setting up a beamer article with LyX

2015-02-21 Thread Jürgen Spitzmüller
Michael Berger wrote: > I went through the Document Settings again of both, the Beamer > Presentation and the Beamer Handout (Beamer Article KOMA-Script). > > But this time I even copied details that I thought were of absolutely no > relevance e.g. Language: "English" vs. Language: "English (USA)"

Re: setting up a beamer article with LyX

2015-02-21 Thread Michael Berger
On 02/21/2015 09:20 AM, Jürgen Spitzmüller wrote: Michael Berger wrote: both files should by now have identical settings. I enclose screenshot of the error message hoping you might find an indication of something that is the cause. Not without the files itself. Jürgen Jürgen, I am very sorry

Re: setting up a beamer article with LyX

2015-02-21 Thread Jürgen Spitzmüller
Michael Berger wrote: > both files should by now have identical settings. > I enclose screenshot of the error message hoping you might find an > indication of something that is the cause. Not without the files itself. Jürgen

Re: setting up a beamer article with LyX

2015-02-20 Thread Paul A . Rubin
Michael Berger online.de> writes: > >> I followed the procedure described in LyX's Help > Specific Manuals > > >> Beamer which says to set up an article first and than produce the handout. If your intent is to produce a set of slide images in a PDF document, you do not need the article. You can

Re: setting up a beamer article with LyX

2015-02-20 Thread Michael Berger
On 02/20/2015 12:08 PM, Jürgen Spitzmüller wrote: Michael Berger wrote: I followed the procedure described in LyX's Help > Specific Manuals > Beamer which says to set up an article first and than produce the handout. So, I created a new document with Beamer Article (Standard Class) / (KOMA-Scrip

Re: setting up a beamer article with LyX

2015-02-20 Thread Jürgen Spitzmüller
Michael Berger wrote: > I followed the procedure described in LyX's Help > Specific Manuals > > Beamer which says to set up an article first and than produce the handout. > So, I created a new document with Beamer Article (Standard Class) / > (KOMA-Script) and then added my Presentation via Insert

setting up a beamer article with LyX

2015-02-20 Thread Michael Berger
Dear all, my idea was to produce a handout from a beamer presentation. I followed the procedure described in LyX's Help > Specific Manuals > Beamer which says to set up an article first and than produce the handout. So, I created a new document with Beamer Article (Standard Class) / (KOMA-Scrip

Re: setting line space in lyx table

2014-05-14 Thread Csikos Bela
Csikos Bela írta: >Hello: > >How to set or change line spacing in a lyx table? I would like to decrease >line space >between lines in cell, not the space between columns. I wanted to say 'not the line space between rows'.

setting line space in lyx table

2014-05-14 Thread Csikos Bela
Hello: How to set or change line spacing in a lyx table? I would like to decrease line space between lines in cell, not the space between columns. Thanks, bcsikos

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-20 Thread Daniel CLEMENT
er, and a letter with no accent > > is obtained (only inside Lyx enviroment). > > > > Best regards. > > > > - Mensaje original - > > De: "Daniel CLEMENT" > > Para: lyx-users@lists.lyx.org > > Enviados: Miércoles, 19 de Marzo 2014 11

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-19 Thread Scott Kostyshak
gt; De: "Daniel CLEMENT" > Para: lyx-users@lists.lyx.org > Enviados: Miércoles, 19 de Marzo 2014 11:48:17 > Asunto: Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting) > > Hi all, PMFJI but perhaps I can help. > > It seems to me that José wants a g

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-19 Thread José Alejandro Lugo García
ll nothing, it means: I type the key accent first, then I type the desired letter, and a letter with no accent is obtained (only inside Lyx enviroment). Best regards. - Mensaje original - De: "Daniel CLEMENT" Para: lyx-users@lists.lyx.org Enviados: Miércoles, 19 de Marzo 2014 1

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-19 Thread Daniel CLEMENT
Hi all, PMFJI but perhaps I can help. It seems to me that José wants a global "dead-key" behavior for his keyboard, that is: type in the accent first, then the accented letter, for _every_ accent. José, am I correct? If so: is this problem LyX-specific? Does your keyboard behave differently in, s

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-19 Thread John Kane
Hi José, I had not realised that you are on Ubuntu.  If you are willing to switch keyboard layouts to Spanish as needed it is fairly easy to set up keyboards in the command area (or whatever it is called correctly) where things like battery status volume control etc is and just do a quick switch

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-18 Thread José Alejandro Lugo García
Hi Scot: Thanks for quick reply. For example: when I press accent + e, a normal e without accent shows up. My keyboard map settings are set to "Es" at the top right corner on the Ubuntu 12.04 Unity taskbar. About PPA, regrettably I have no access from here. Only repositories for Ubuntu LTS from

Re: Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-18 Thread Scott Kostyshak
On Tue, Mar 18, 2014 at 2:41 PM, José Alejandro Lugo García wrote: > Sorry for my previous message with no subject. > Using Lyx 2.0.2 on Ubuntu 12.04 LTS with Spanish keyboard setting. Until > now I have not been able to write with accent. I'm still looking in many > posts on

Accent on Lyx 2.0.2 (Ubuntu 12.04 & Spanish keyboard setting)

2014-03-18 Thread José Alejandro Lugo García
Sorry for my previous message with no subject. Using Lyx 2.0.2 on Ubuntu 12.04 LTS with Spanish keyboard setting. Until now I have not been able to write with accent. I'm still looking in many posts on the Lyx Forum and Internet but nothing. Strangely this is not a problem with Lyx

Re: Problem setting OutputFormat in layout

2014-01-20 Thread Jean-Marc Lasgouttes
19/01/2014 01:15, Parsiad Azimzadeh: I am writing a layout for a class file, and attempting to make the default output format DVI. However, I have encountered what I think is a bug, and it has been reproduced by one other user: http://tex.stackexchange.com/questions/154719/set-default-output-for

Problem setting OutputFormat in layout

2014-01-18 Thread Parsiad Azimzadeh
I am writing a layout for a class file, and attempting to make the default output format DVI. However, I have encountered what I think is a bug, and it has been reproduced by one other user: http://tex.stackexchange.com/questions/154719/set-default-output-format-in-layout-in-lyx Please advise. Th

Re: Lyx... setting text in circular shape

2013-09-28 Thread Jürgen Spitzmüller
Am Samstag 28 September 2013, 07:31:45 schrieb stefano franchi: > Not with LyX, as far as I know. But everything is possible with latex. In > particular, the command \parshape allows you to build paragraphs of > arbitrary shapes. The package shapepar, which is built on top of parshape, > provides a

Re: Lyx... setting text in circular shape

2013-09-27 Thread stefano franchi
Not with LyX, as far as I know. But everything is possible with latex. In particular, the command \parshape allows you to build paragraphs of arbitrary shapes. The package shapepar, which is built on top of parshape, provides a few basic shapes, including a circle. You may want to checkout its docu

Lyx... setting text in circular shape

2013-09-27 Thread Frederick FN Noronha फ्रेड्रिक नोरोन्या *فريدريك نورونيا
Is there some way I could set the colophone of a book (done in Lyx) in a circular shape? FN FN +91-832-2409490 or +91-9822122436 f...@goa-india.org

Setting Mouse/Trackball Position Cursor

2013-09-03 Thread Rich Shepard
The background color in my LyX window is a pale beige and the 'point' cursor (sensu emacs) is a thin, vertical, red line. But, the trackball position cursor is a thin "I" beam that I am constantly losing in the black text on the screen. Looking at Tools->Colors I do not see an option for changin

Re: Setting table column width causes error

2013-06-06 Thread Uwe Stöhr
Am 06.06.2013 03:17, schrieb Richard Heck: Can you please file a bug about this on http://www.lyx.org/trac/? Done: http://www.lyx.org/trac/ticket/8724 (This is a bug in the document class simpleCV.) Besides this, Ben, you have some preamble code in your document that can cause problems. For e

Re: Setting table column width causes error

2013-06-05 Thread Richard Heck
On 06/05/2013 10:45 AM, ben.stan...@exemail.com.au wrote: 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

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

Re: setting options for bibtex

2013-02-05 Thread Paul A . Rubin
Are you using NatBib? I'm not sure, but I think doi=... is an option for NatBib, whereas you're trying to insert it as an option for BibTeX. If you're using NatBib, try adding doi=false to Document > Settings... > Document Class > Class options > Custom. Options specified here are passed down the l

Re: setting options for bibtex

2013-02-05 Thread Csikos Bela
Coen van Hasselt írta: >I want to turn off printing of DOIs in my BibTex bibliography in Lyx. >When I try to add the option doi=false under Document settings -> >Bibliography -> Bibliography generation -> Options >the bibliography is not generated anymore (i.e. question mark for >citation and emp

  1   2   3   4   >