Re: Beginner's questions: Establishing a standard format for imported documents

2011-12-07 Thread Richard Heck
On 12/07/2011 05:07 AM, Eric Weir wrote: On Dec 6, 2011, at 10:10 AM, Richard Heck wrote: On 12/06/2011 09:43 AM, Eric Weir wrote: Getting in a little over my head here, but my naive user's sense is a class would be required. I imagine it's not so easy to create a new class, even building

Re: Beginners questions: Where do I find class, style, layout, and template files

2011-12-07 Thread Richard Heck
On 12/07/2011 10:28 AM, Eric Weir wrote: I thought in trying to get the formatting capabilities I want by making as few changes to existing formatting documents I would study a few to see if I could understand what is going on and figure out which one[s] might work for me, but I can't find

Re: Changing the layout for chapter

2011-12-07 Thread Richard Heck
On 12/07/2011 12:50 PM, stefano franchi wrote: The layout file for the memoir class shows chapter headings as: Chapter {Chapter Number} {newline} Chapter Title That is fine when memoir is used to typeset books, but it's very annoying when used for articles (which it's perfectly capable of

Re: regex language -- standard POSIX?

2011-12-08 Thread Richard Heck
On 12/08/2011 03:10 AM, Xu Wang wrote: What regex language/processor is used? It is not stated in the user guide which commands I can enter. Judging from the example in the user guide, I'm guessing that it's POSIX? The default engine is boost::regex:

Re: enumitem.module in Lyx 2

2011-12-09 Thread Richard Heck
On 12/09/2011 09:02 AM, Csikos Bela wrote: Hello: I have Lyx 2.0.2 compiled from source package in openSUSE 11.2. The program works well, however I have a problem with the Customizable list (enumitem) module. The tooltip for this module says: Controls the layout of enumerate, itemize,

Re: Layout for KOMA-script article class?

2011-12-12 Thread Richard Heck
On 12/12/2011 08:41 AM, Eric Weir wrote: I am leaning towards adopting the KOMA-script package as the base for developing my own very simple standard format[s]. I'm wondering if anyone out there has a relatively simple layout for the KOMA-script article class that I might take a look at. The

Re: How to get full image filenames into LaTeX export?

2011-12-15 Thread Richard Heck
On 12/15/2011 11:09 AM, Guenter Milde wrote: On 2011-12-15, Steve Litt wrote: On Wednesday, December 14, 2011 07:05:30 PM Guenter Milde wrote: AFAIK, the extension is kept if you specify it in the LyX source. I thought so too, but with my LyX 2.0.0 April 29, 2011, I inserted title_big.jpg

Re: Layout List not known?

2011-12-18 Thread Richard Heck
On 12/18/2011 01:34 PM, Wolfgang Keller wrote: BTW: Is there any way to tear off this drop-down list and dock it as a listbox, vertically along the side of the window? This would reduce the number of mouseclicks by 50% (to1) and thus make this GUI element a L-O-T more useful imho. Some Gnome

Re: Change the default indenation of Labeling environment/lyx-list

2011-12-21 Thread Richard Heck
On 12/20/2011 04:34 AM, Daniel Ramoeller wrote: Hello, I am trying to set the standard indentation of the Labeling environment (sometimes called lyx-list?). There is no problem to set the indentation manually, by Paragraph Settings... and choosing another value for the default of Longest

Re: Change the default indenation of Labeling environment/lyx-list

2011-12-22 Thread Richard Heck
On 12/22/2011 05:05 AM, Daniel Ramoeller wrote: This is controlled by the Layout for the Labeling environment. So you can put this into your Local Layout: Format 36 Style Labeling LabelString 00.00 End This will only affect new ones, though. Thank you for the reply.

Re: Chapter title?

2011-12-25 Thread Richard Heck
On 12/24/2011 04:56 PM, Frederick FN Noronha फ्रेड्रिक नोरोन्या *فريدريك نورونيا wrote: Any suggestions on how I could use some code to get a Lyx chapter title output like this? Thanks, FN This should not be that hard. Exactly how to do it will depend upon your document class. If you're just

Re: Remove indents in listings

2011-12-27 Thread Richard Heck
On 12/27/2011 10:22 AM, jezZiFeR wrote: Sorry, I mean in the formatting, I’m not sure, wether »listings« is the correct word. I mean the enumeration-format, which works without numbers, just as a listing. I hope, that is clearer… I did something similar in one case using the following: %

Re: Remove indents in listings

2011-12-27 Thread Richard Heck
On 12/27/2011 06:13 AM, jezZiFeR wrote: Hello, I use report (Koma-Script) und would like to remove the indentation in the listings. How could I achieve that? Are you talking about program listings, or something else? Richard

Re: line break with extra space in equations, how?

2011-12-28 Thread Richard Heck
On 12/28/2011 10:00 AM, Bogdan wrote: Hi all, When editing plain .tex files I used to do this all the time to leave extra space between equation lines in, say, an align environment, e.g.: \begin{align} f(x) = \left(x^2\right)^n\\[10pt] = x^{2n} \end{align} Note the \\[10pt] How do I do

Re: line break with extra space in equations, how?

2011-12-28 Thread Richard Heck
On 12/28/2011 12:49 PM, Richard Heck wrote: On 12/28/2011 10:00 AM, Bogdan wrote: Hi all, When editing plain .tex files I used to do this all the time to leave extra space between equation lines in, say, an align environment, e.g.: \begin{align} f(x) = \left(x^2\right)^n\\[10pt] = x^{2n

Re: line break with extra space in equations, how?

2011-12-28 Thread Richard Heck
On 12/28/2011 03:31 PM, Bogdan wrote: On 28-Dec-11 6:04 pm, Richard Heck wrote: On 12/28/2011 12:49 PM, Richard Heck wrote: On 12/28/2011 10:00 AM, Bogdan wrote: Hi all, When editing plain .tex files I used to do this all the time to leave extra space between equation lines in, say, an align

Re: way to add code before \documentclass{}

2012-01-01 Thread Richard Heck
On 12/31/2011 05:51 PM, Bogdan wrote: Is there *any* way to make LyX add latex code before the \documentclass{} call? I do not think so. For the IEEEtran class for instance, the page margins can be set only by setting some IEEEtran latex variables before the \documentclass{} call ... the

Re: way to add code before \documentclass{}

2012-01-01 Thread Richard Heck
On 01/01/2012 04:27 PM, Bogdan wrote: pdflatex \def\myvar{true}\input{myfile.tex} One way to do this, then, would be (a) to define a new file format, call it pdfx (more or less copy over the definition of the PDF (pdflatex) format, but making that one change from pdf2 to pdfx) and then

Re: way to add code before \documentclass{}

2012-01-01 Thread Richard Heck
On 01/01/2012 06:46 PM, Bogdan wrote: On 01-Jan-12 10:00 pm, Richard Heck wrote: On 01/01/2012 04:27 PM, Bogdan wrote: pdflatex \def\myvar{true}\input{myfile.tex} One way to do this, then, would be (a) to define a new file format, call it pdfx (more or less copy over the definition

Re: problem with custom converter (bug?) - workaround provided

2012-01-02 Thread Richard Heck
On 01/01/2012 07:43 PM, Bogdan wrote: Actually, I just discovered that the expansion of $$i is put at the end of the actual command LyX launches no matter what I use for the converter command, e.g. if the converter command is: pdflatexna $$i 20 20 then LyX is actually executing: pdflatexna

Re: problem with custom converter (bug?) - workaround provided

2012-01-02 Thread Richard Heck
On 01/02/2012 05:10 PM, Richard Heck wrote: On 01/02/2012 04:35 PM, Bogdan Roman wrote: - create format foo with short name pdf7 and extension pdf and check all 3 checkboxes - create a converter Latex (pdflatex) - foo with the command pdflatexfoo $$i 20 20 and the extra flag latex=pdflatex

Re: UserDir Ui settings NOT overriding LyXDir Ui setting

2012-01-02 Thread Richard Heck
On 01/02/2012 02:18 PM, stefano franchi wrote: Since Lyx 2.0 I am having troubles customizing LyX Ui. In particular, I cannot get LyX to let the Ui preferences set in my .lyx/ui dir override the system-wide settings (which are in /usr/share/lyx/ui on my archlinux box). My temporary workaround

Re: problem with custom converter (bug?) - workaround provided

2012-01-02 Thread Richard Heck
On 01/02/2012 06:57 PM, Bogdan wrote: On 02-Jan-12 10:32 pm, Richard Heck wrote: On 01/02/2012 05:10 PM, Richard Heck wrote: On 01/02/2012 04:35 PM, Bogdan Roman wrote: - create format foo with short name pdf7 and extension pdf and check all 3 checkboxes - create a converter Latex (pdflatex

Re: way to add code before \documentclass{}

2012-01-03 Thread Richard Heck
On 01/03/2012 03:45 AM, Guenter Milde wrote: On 2012-01-01, Bogdan wrote: On 01-Jan-12 6:07 pm, Uwe Stöhr wrote: Am 01.01.2012 16:15, schrieb Richard Heck: On 12/31/2011 05:51 PM, Bogdan wrote: Is there *any* way to make LyX add latex code before the \documentclass{} call? I do not think so

Re: svn update po/xxx conflict

2012-01-03 Thread Richard Heck
On 01/03/2012 03:46 AM, Jürgen Spitzmüller wrote: Wolfgang Engelmann wrote: what is recommended to do if during a svn update of LyX a conflict in »po/xxx.po« is detected? Just delete the affected files (including the .rej etc. files) and update again. Or just do: svn revert po/*.po. Richard

Re: LyX slow with remote filesystems

2012-01-03 Thread Richard Heck
On 01/03/2012 10:06 AM, Pavel Sanda wrote: Adam Sacarny wrote: I am editing a document in LyX (Mac OS X Lion, LyX 2.0.2) that is stored locally but references several files -- included TeX snippets and some graphics stored as EPS -- that I keep on a remote server. The files are on a drive

Re: Slow scrolling

2012-01-04 Thread Richard Heck
On 01/04/2012 07:34 AM, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/12 12:44, Stephan Witt wrote: Am 04.01.2012 um 07:36 schrieb Stephan Witt: Am 04.01.2012 um 01:28 schrieb Jerry: To check if this is the culprit one may add the following line to your

Re: Help User Guide set as Document Defaults

2012-01-05 Thread Richard Heck
On 01/05/2012 03:34 AM, nomnex wrote: Beginner mistake... I am currently reading the User guide (document class: book (KOMA-Script)). By chance it is read only. I clicked Save as Document Defaults by mistake. Now, how do I get back to the Default document? Can re-generated a Default document

Re: LyX 2.0.2 [Texlive2007] on Fedora 15 [en_US] - Problem with Japanese output

2012-01-05 Thread Richard Heck
On 01/05/2012 04:33 AM, nomnex wrote: On Fri, 30 Dec 2011 23:06:17 + José Matosjama...@lyx.org wrote: # rpm -i # http://jnovy.fedorapeople.org/texlive/packages.f15/texlive-release.noarch.rpm The advantage of this approach is that it gives the most recent texlive version. Sorry for

Re: Qt: was Slow scrolling

2012-01-05 Thread Richard Heck
report for the slow scrolling problem? Jerry Yes, they are looking at it. If you look at the thread, you'll see several names of LyX developers (not exhautively: Pavel Sanda, Richard Heck, Jean-Marc Lasgouttes, André Pönitz) The problem is that we have yet to pinpoint the root cause. I see two

Re: Identifying unused/unreferenced labels

2012-01-05 Thread Richard Heck
On 01/05/2012 05:42 PM, charles reid wrote: Hi all - The LyX 1.6 What's New page (http://wiki.lyx.org/LyX/NewInLyX16#outliner) lists a Navigator feature that is easy spotting of unused/unreferenced labels. However, I don't see this feature in the Navigator in LyX 2.0.2. Was this feature

Re: fontspec package on Fedora (using TrueType/OpenType fonts)

2012-01-06 Thread Richard Heck
On 01/06/2012 09:11 AM, Marcus Ilgner wrote: Hello all, now that I have successfully written a document in LyX, I wanted to export it and found that it uses bitmap fonts by default which are very ugly. The PostScript fonts are not bitmap, though the default Computer Modern is. You should be

Re: Working with many files?

2012-01-07 Thread Richard Heck
On 01/07/2012 03:32 AM, Jürgen Spitzmüller wrote: Peter Baumgartner wrote: 1) Editing the child file: It says in the manual that the master document will be used in the background by LyX when you are editing the child file after you have specified the master in the child file using the menu

Re: LyX 2.0.2 [Texlive2007] on Fedora 15 [en_US] - Problem with Japanese output

2012-01-07 Thread Richard Heck
On 01/07/2012 05:13 AM, nomnex wrote: On Thu, 05 Jan 2012 10:12:33 -0500 Richard Heckrgh...@comcast.net wrote: On Fri, 30 Dec 2011 23:06:17 + José Matosjama...@lyx.org wrote: # rpm -i # http://jnovy.fedorapeople.org/texlive/packages.f15/texlive-release.noarch.rpm The advantage of this

Re: LYX Update from 1.6.8 to 2.0.2

2012-01-07 Thread Richard Heck
On 01/07/2012 04:13 PM, Veit Albrecht wrote: Hey there, a few months ago I wrote my bachelor theses with LYX and was fully satisfied with the program. With a little help from the internet all my problems fade away and my thesis was finished soon. Now I decided to write a new paper and

Re: copying from MS Word to LyX

2012-01-09 Thread Richard Heck
On 01/09/2012 07:11 AM, Leslaw Bieniasz wrote: Hi, I am new to LaTeX and LyX. I have a document written in MS Word, containing lots of math equations plus text, and I want to copy it into LyX. Is there any way to do it? I see that this issue was discussed in the past in this forum, and the

Re: copying from MS Word to LyX

2012-01-09 Thread Richard Heck
On 01/09/2012 08:06 AM, Murat Yildizoglu wrote: You could check rtftolatex, and openoffice (oolatex) based solutions too. oolatex goes the other way. But Libre Office (the successor to Open Office) can export a file as LaTeX. Richard

Re: page numbering problems in frontmatter

2012-01-09 Thread Richard Heck
On 01/09/2012 10:07 AM, Thomas DiPrete wrote: Hi, I've produced a document in book class and am trying to get the table of contents, list of tables, list of figures and the preface to be numbered with roman numerals, and then the body of the document should begin with number 1 in arabic. If I

Re: citation in the list of references

2012-01-12 Thread Richard Heck
On 01/11/2012 11:24 AM, Anne Widura wrote: Hi, I am using Lyx with Bibtex and I cite in the document with the author-year style using the natbib style. e.g. (Renfrew 1994). I add page numbers manually which works fine for me. However when it comes to the list of references I want Lyx to

Re: Header in plain page

2012-01-12 Thread Richard Heck
On 01/11/2012 03:57 PM, Marcelo Acuña wrote: The plain page after my title page by default takes the page number and header. How can I remove this?? In principle, it should be totally blank. This problem is also there in all plain pages throughout my document e.g a plain page between

Re: adding a latex template to lyx

2012-01-12 Thread Richard Heck
On 01/12/2012 04:09 AM, Omar Cheikhrouhou (ISET) wrote: Please can you help me to add the following latex template (enclosed the .sty and .cls file ) to lyx. Please have a look at Chapter 5 of the Customization manual. Since this cls file is based upon report, you can start by copying

Re: preparing an article for a Copernicus journal

2012-01-12 Thread Richard Heck
On 01/12/2012 04:57 AM, Christopher Steele (ENV) wrote: Hi, I'm preparing an article for publication in a Copernicus journal (ACP(D)) using Lyx. How do I go about getting Lyx to recognise the layout/style files from Copernicus. I've had a look at the Wiki, but the advice there looks to be for

Re: preparing an article for a Copernicus journal

2012-01-12 Thread Richard Heck
On 01/12/2012 11:04 AM, Christopher Steele (ENV) wrote: Thanks, both the .lyx and .layout files across but I still can't get the copernicus template to appear, The error I get when I load up the .lyx file on its own as opposed to opening it as a template states that the layout file is not

Re: Cross reference between files

2012-01-16 Thread Richard Heck
On 01/16/2012 06:20 AM, Manolo Martínez wrote: Hello, I'm writing a paper, and a set of responses to referees. It'd be nice if I could cross-reference pieces of the paper in those responses. The easy way (having a document with both paper and responses as children) does not work

Re: Large document does not follow custom formatting

2012-01-16 Thread Richard Heck
On 01/15/2012 01:37 PM, Victor Pereyra wrote: I have a 12 Chapters book. Every chapter is in a separate file and I am using book as the document style. In the Document Settings/Page Layout and /Page Margins of the file that assembles the whole thing (using include) I have set custom

Re: Footnote numbering

2012-01-17 Thread Richard Heck
On 01/17/2012 03:25 PM, Harold Star wrote: Hello, I'm using Lyx 2.0.2 on Windows. My document class is book. Chapter 2 has six footnotes, all handled smoothly. Chapter 4 has a single footnote. To my surprise, though, Lyx has numbered it foot 1 (rather than the expected and desired foot 7).

Re: question about math equation editing

2012-01-18 Thread Richard Heck
On 01/18/2012 05:06 AM, Lesław Bieniasz wrote: Hi, I am trying to learn how to use the math equation editor in LyX, and I have encontered a problem. The manual says that while writing integrals one should pay special attention to correctly writing the d letter, which is an operator, hence it

Re: one more problem with the Springer svmono class

2012-01-18 Thread Richard Heck
On 01/18/2012 06:31 AM, Lesław Bieniasz wrote: Hi, I have one more problem with the svmono class from Springer. The class has a master book file and subordinate files for chapter and appendix (among other files). Initially the master book file has only one chapter and one appendix (labelled

Re: Setting Custom Page Size and Centering Contents

2012-01-18 Thread Richard Heck
On 01/18/2012 02:51 PM, Rich Shepard wrote: I have three PSTricks data plots that default to letterpaper size. I want to specify a paper size that fits each plot and has the plot centered on that page. Looking at TLC2, Chapter 4, I added a couple of lines prior to \begin{document} but they

Re: Citations in Scientific Articles

2012-01-19 Thread Richard Heck
On 01/19/2012 04:13 AM, elloh van wrote: Dear Sir/Madam, I am a LyX user: Please I would like to have a clarification on this pressing issue of mine. I have attached two files depicting two categories of citations. I named them as type-one-citation and type-two-citation. In some processors

Re: Novice: How to change the headings color of a document

2012-01-19 Thread Richard Heck
On 01/19/2012 08:54 PM, nomnex wrote: I do not know what package and what command to pass in a document preamble to change the color of all the headings (Chapter, section, sub-sec, etc...), from the default black to another color e.g. dark blue. I do not need to change the color of the

Re: Novice: TOC in 2 columns

2012-01-20 Thread Richard Heck
On 01/19/2012 11:36 PM, nomnex wrote: On Fri, 20 Jan 2012 12:14:27 +0900 nomnexnom...@gmail.com wrote: On Fri, 20 Jan 2012 12:03:08 +0900 nomnexnom...@gmail.com wrote: Most of the PDF manuals in the latex doc directory have: - Content title is centered - 2 column TOC. How can I do that in

Re: Novice: Text in the middle of the page

2012-01-20 Thread Richard Heck
On 01/20/2012 12:35 AM, nomnex wrote: My apology for many questions in a row. I am a bit overwhelmed with the doc. the default lyx (either article, or report class) document margins -- probably for typographical reason -- do not center the text on the page. The left margin is larger than the

Re: Novice: TOC in 2 columns

2012-01-20 Thread Richard Heck
On 01/20/2012 10:50 AM, nomnex wrote: On Fri, 20 Jan 2012 07:34:42 -0500 Richard Heckrgh...@comcast.net wrote: On 01/19/2012 11:36 PM, nomnex wrote: I have been looking at the file http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/ms/multitoc.sty Maybe better to look at the

Re: Novice: TOC in 2 columns

2012-01-20 Thread Richard Heck
On 01/20/2012 11:41 AM, nomnex wrote: On Fri, 20 Jan 2012 11:18:21 -0500 Richard Heckrgh...@comcast.net wrote: These are LaTeX issues, not LyX ones. Can I ask about LaTeX packages and command to include in LyX, on the user list? Well, you can ask what you like, but you might be better off

Re: Bibtex style file modification

2012-01-20 Thread Richard Heck
On 01/20/2012 02:57 PM, Shane Siers wrote: I am preparing a submission for a journal that does not have its own latex style definitions file. I am using ecology.bst which is very close. However, I would like to be able to make the following modifications: 1. Journal titles are currently

Re: Lyx license use Question

2012-01-21 Thread Richard Heck
On 01/21/2012 12:49 AM, Romildo Aparecido wrote: Hello, I am a Master teacher of calculus from Brazil (also a coder ) and I want to use lyx to teach math for my students. I want to post videos on youtube and my site teaching math for free, they will show content from lyx, of course all for

Re: preamble set math font to roman

2012-01-21 Thread Richard Heck
On 01/21/2012 05:47 PM, Henri Mone wrote: Dear Lyx Users and Experts, I know this is should be a really simple question but I searched for over one hour and could not find an answer. Equations which I set in math-mode are italic. I want them to be in roman (not italic). I could add to each

Re: preamble set math font to roman

2012-01-22 Thread Richard Heck
On 01/21/2012 08:03 PM, Henri Mone wrote: Dear Richard, Thanks for your fast reply. Could you please tell me the command I have to use in the latex preamble to set the math style to upright. Sorry, I don't have the time to experiment with these options. The page lists various packages, and

Re: Photo's and graphics? -- Australian English? -- Page Dimensions?

2012-01-22 Thread Richard Heck
On 01/22/2012 06:31 PM, Peter Patten wrote: Hi to all lyx-Users I am brand new to publishing in general and specifically LYX, [as of yesterday] and hope to create a couple of books re our family tree, containing lots of charts and photos. After down loading LYX, I note the system went into

Re: Photo's and graphics? -- Australian English? -- Page Dimensions?

2012-01-22 Thread Richard Heck
On 01/22/2012 10:55 PM, Peter Patten wrote: Hi Richard thank you for the quick response to my questions, All answers make since and helpful, other than Language This is somewhat more important, as when I choose LYX's English, it is defiantly a US Version, as in the spelling of: Labor instead

Re: Import into LyX

2012-02-02 Thread Richard Heck
On 02/01/2012 03:11 PM, Xu Wang wrote: Hey Rob, that sounds like quite a nice project you have in mind! My two cents: it's not worth carrying it out if you can't get the math to import somewhat well. That seems to be the biggest problem with most ways of converting doc to lyx. I understand

Re: Changing the lyxlist (labeling environment) formatting

2012-02-07 Thread Richard Heck
On 02/07/2012 01:39 AM, Jason Heeris wrote: I am using LyX 2.0.0 under Ubuntu 11.10. I'd like to globally change the format of the header in the labeling environments (aka. lyxlist in the exported TeX source), bsaically bolding the text and increasing the allocated indent. I realise I can do

Re: errors typesetting UserGuide.lyx

2012-02-07 Thread Richard Heck
On 02/07/2012 12:50 AM, Jens Nöckel wrote: I think this can only be solved if you save the user's guide to an external file, bisect that new file until you localize the error to a reasonably small portion of the file, and then inspect the LaTeX log. Did the OP reconfigure LyX after getting

Re: errors typesetting UserGuide.lyx

2012-02-07 Thread Richard Heck
it get back to the list. You should also try typesetting it manually from the command line, in so far as that is possible. Richard -- Rich On Tue, Feb 7, 2012 at 9:29 AM, Jens Nöckel noec...@uoregon.edu mailto:noec...@uoregon.edu wrote: On Feb 7, 2012, at 6:12 AM, Richard Heck wrote

Re: Changing the lyxlist (labeling environment) formatting

2012-02-11 Thread Richard Heck
On 02/11/2012 02:02 AM, Jason Heeris wrote: On 7 February 2012 22:11, Richard Heck rgh...@comcast.net mailto:rgh...@comcast.net wrote: You just need to redefine the lyxlist environment, however you wish. You can see how LyX defines it from the exported source, or just by looking

Re: Errors on publishing [to pdf]

2012-02-12 Thread Richard Heck
On 02/12/2012 07:15 AM, Eric Weir wrote: When I attempt to publish [format and print to pdf] a document compiled from Scrivener and imported into LyX I get a long list of errors, all of which have to do with Lyx--or the document class I'm using, KOMA-Script article--not liking some of the

Re: Errors on publishing [to pdf]

2012-02-12 Thread Richard Heck
On 02/12/2012 12:04 PM, Eric Weir wrote: On Feb 12, 2012, at 10:41 AM, Richard Heck wrote: The problem may be that these are Unicode characters (so is the quote you mentioned). You might try compiling with XeTeX or LuaTeX, which use Unicode. Thanks, Richard. My only way to get from

Re: program listing of child documents with accents

2012-02-12 Thread Richard Heck
On 02/12/2012 11:20 AM, Ricardo wrote: Hello. I use lyx 1.6.7 and Debian GNU/Linux 6.0 Sorry if it's a stupid question, I'm not a lyx advanced user too. I have no problem with the main document in lyx. I can use accents and see them in the output. I have problems with insert;file;child

Re: Customizing stdmenus.inc to use git

2012-02-13 Thread Richard Heck
On 02/13/2012 03:29 AM, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would ike to use git and it was mentioned here that one can customize the stdmenus.inc file so that the VC commands use git. Not so far as I know. LyX does not have native support for git. It could

Re: How to force tex2lyx to read unicode (from within Lyx)?

2012-02-13 Thread Richard Heck
On 02/13/2012 05:41 PM, stefano franchi wrote: I have been helping Eric Weir with his Scrivener--LaTeX--Lyx import and we have narrowed down the problem to Lyx not importing a Unicode-encoded file as Unicode. I'm glad to hear someone was able to help with this. Thanks for your efforts on

Re: Customizing stdmenus.inc to use git

2012-02-14 Thread Richard Heck
On 02/14/2012 03:29 AM, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/02/12 21:50, Richard Heck wrote: On 02/13/2012 03:29 AM, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would ike to use git and it was mentioned here that one can

Re: is lyx really appropriate for my book.

2012-02-14 Thread Richard Heck
On 02/14/2012 02:01 AM, Jürgen Spitzmüller wrote: Uwe Stöhr wrote: I don't know any scientific publisher who is not using TeX. Me, on the contrary, I do not know a single publisher who accepts TeX as an input format (this is in the humanities field). Oxford. Richard

Re: is lyx really appropriate for my book.

2012-02-14 Thread Richard Heck
On 02/14/2012 07:01 AM, Eric Weir wrote: On Feb 13, 2012, at 6:34 PM, Steve Litt wrote: In your book's main matter, use styles and nothing but styles. Never apply an appearance directly, but instead apply appearances through styles that match the usage in the document (Chapter, section,

Re: Automated insertion of labeled sentences

2012-02-15 Thread Richard Heck
On 02/14/2012 05:57 PM, Scott Kostyshak wrote: From: lyx-users@lists.lyx.org [lyx-users@lists.lyx.org] on behalf of sj03rd [sjoerd...@gmail.com] Sent: Tuesday, February 14, 2012 5:15 PM I can refer-and-insert table numbers/equation numbers using labels and cross-references throughout the

Re: Problem with Change tracking

2012-02-15 Thread Richard Heck
On 02/14/2012 09:22 PM, Les Denham wrote: I seem to have found an undocumented feature of LyX 2.02. If I have Track Changes turned on AND have Show Changes in Output turned on AND have an embedded Gnumeric spreadsheet deleted in the current changes awaiting acceptance or rejection THEN

Re: is lyx really appropriate for my book.

2012-02-15 Thread Richard Heck
On 02/15/2012 11:29 AM, Guenter Milde wrote: I've also committed to koma-script. I would like to modify the \@maketitle command. I've located it in scrartcl.cls. Will be studying it. Will undoubtedly be checking in here later about the changes I've made, where to put them, and how to use them.

Re: how to make sections in bibliography?

2012-02-16 Thread Richard Heck
On 02/15/2012 08:11 PM, Marco Beishuizen wrote: Hi, I've tried all day to section my bibliography, but I keep getting errors. The sectioned bibliography in document settings is checked. Also two seperate bibtex databases are created, and added these to the bibliography in LyX. When

Re: LyX 2.0.2: default viewers when using XeTeX

2012-02-16 Thread Richard Heck
On 02/16/2012 10:59 AM, Justin Wood wrote: Hi all. It seems that when changing Document: Settings: Font to use non-TeX fonts, LyX will then change the default viewer action to be DVI (LuaTeX). This doesn't work for me as I'm trying to use XeTeX. Is it possible to specify the default viewer in

Re: Recover file never saved.

2012-02-16 Thread Richard Heck
On 02/16/2012 12:15 PM, Gustavo Goretkin wrote: Does LyX make backup of files that were never saved? I was working on a new file, which I had not saved before, when my laptop crashed. It will autosave such files, if you have that active, etc. Where you might find it depends upon other settings,

Re: is lyx really appropriate for my book.

2012-02-17 Thread Richard Heck
On 02/16/2012 05:05 PM, Colin Williams wrote: I haven't been able to keep up with the subject. It seems there is some division about how much latex knowledge is required to create a book that scales many platforms. If latex is required, then it's my opinion that lyx itself isn't quite ready

Re: Bibliography heading stranded

2012-02-17 Thread Richard Heck
On 02/17/2012 08:29 AM, Eric Weir wrote: I have a document that when compiled for printing has the heading of the bibliography section stranded at the bottom of the page. Any way I can force it onto the next page? This really shouldn't happen. But if you do need to force it, just use

Re: Bibliography heading stranded

2012-02-17 Thread Richard Heck
On 02/17/2012 11:24 AM, Eric Weir wrote: With one of the fonts I've been experimenting with there was a single character outside the right-justified margin on one page. I have a feeling that wouldn't be so easy to fix. This means LaTeX has tried its best and can't figure out how to break the

Re: lyx archive error

2012-02-17 Thread Richard Heck
On 02/17/2012 05:56 PM, Enrico Forestieri wrote: On Fri, Feb 17, 2012 at 04:49:58PM +0100, Pavel Sanda wrote: Waluyo Adi Siswanto wrote: I have found the cause. It could be a bug? ANY file using SPACE in its filename will fail to export archive. I tried in Ubuntu 11.10 and Windows 7, both

Re: unnumbered chapter to toc

2012-02-19 Thread Richard Heck
On 02/19/2012 08:52 AM, Ville Iiskola wrote: Hi i have unnumbered chapter and i add it to table of contents with command \addcontentsline{toc}{chapter}{lähteet} it appears in toc lähteet30 when it should be *lähteet30* Can i change it some way? Please post a short example

Re: bibtex in UTF8 work? How to cancel bibtexkey escape in Lyx?

2012-02-19 Thread Richard Heck
On 02/18/2012 04:22 AM, baiwensimi wrote: I found utf8 based bibtex works in XeTeX, even BibtexKey in utf8. But Lyx did not support it good when cite more than one items. the latex source code show that the utf8 bibtexkey will be escaped. How can I cancel this escape? Please post a small set of

Re: hyperlink from url fields in bibtex file

2012-02-19 Thread Richard Heck
On 02/16/2012 04:29 PM, Csikos Bela wrote: Hello: I would like to include URL fields of the bibtex file in the bibliography as real clickable links. How can I do it? Currently the content of the URL fields looks like regular text. You need to use the \hyperlink command, I'd assume. Richard

Re: Why is the view other formats button greyed-out?

2012-02-20 Thread Richard Heck
On 02/20/2012 08:25 AM, Eric Weir wrote: I have been compiling for printing with xetex. After the first use, the view other formats button on the toolbar is greyed-out, and I have to go to the menu to get access to the command--actually, to a submenu. The button would be so much easier. The

Re: Bibliography heading stranded

2012-02-20 Thread Richard Heck
On 02/20/2012 10:21 AM, Eric Weir wrote: On Feb 20, 2012, at 10:05 AM, stefano franchi wrote: On Mon, Feb 20, 2012 at 8:56 AM, Eric Weireew...@bellsouth.net wrote: On Feb 20, 2012, at 8:43 AM, Jürgen Spitzmüller wrote: Create a text file mytweaks.tex and put them there. Save the file in

Re: Bibliography heading stranded

2012-02-21 Thread Richard Heck
On 02/21/2012 07:48 AM, Eric Weir wrote: On Feb 21, 2012, at 5:37 AM, Jürgen Spitzmüller wrote: Eric Weir wrote: After doing this, and at Stefano's suggestion running texhash, in a 35 page document I have 14 instances of out-of-margin characters. Again, some where there are obvious

Re: lyx 2.0.0 in natty (ubuntu)

2012-02-23 Thread Richard Heck
On 02/23/2012 12:22 AM, Art Edwards wrote: I'm wondering whether others have had this error in natty (ubuntu) Due to some error in it, the layout file: AGU-article could not be loaded. A default textclass with default layouts will be used. LyX will not be able to produce correct output.

Re: lyx 2.0.0 in natty (ubuntu)

2012-02-24 Thread Richard Heck
On 02/23/2012 08:30 PM, Art Edwards wrote: I. Here's the terminal output: theory/home/edwardsa+ACY-gt;lyx +ACY-amp; [1] 2416 theory/home/edwardsa+ACY-gt;LyX: Unknown tag +AGAAXA-plaintext+AF8-roff+AF8-command' [around line 130 of file +AH4-/.lyx/lyxrc.defaults current token:

Re: Including landscape lyx document to portrait document

2012-02-24 Thread Richard Heck
On 02/24/2012 06:29 AM, Hannu Vuolasaho wrote: Hi! I have two documents. Another is in landscape and main document is portrait format. Both have same paper size. How do I include the landscape document and how do I get the labels working from there? Or am I asking something impossible or

Re: shared library run problem

2012-02-24 Thread Richard Heck
On 02/24/2012 09:51 AM, Sajjad wrote: hello forum, I just managed to compile LyX from source and it compiled fine. The qt path is mentioned while configuring and configuring. Now when i try to run lyx or lyxclient i get the following error: /

Re: bibtex references not in compiled document...

2012-02-24 Thread Richard Heck
On 02/24/2012 08:46 AM, Jonas Lindh wrote: Hi. After updating etc I can't seem to get my references into the compiled pdf using lyx 2.0.2 on macosx 10.7.3 and a bst that used to work great from a professor at my dept. MacTeX 2011 is installed and updated using Tex live... I am attaching the

Re: lyx 2.0.0 in natty (ubuntu)

2012-02-24 Thread Richard Heck
On 02/24/2012 02:42 PM, Pavel Sanda wrote: Richard Heck wrote: LyX: Bad boolean +AGA-aa'. Use false or true [around line 8 of file +AH4-/.lyx/textclass.lst current token: 'aa' context: ''] There's something seriously wrong here. It looks to me as if maybe your These errors are just normal

Re: shared library run problem

2012-02-25 Thread Richard Heck
accordingly. Stephan I am using the 64-bit ubuntu. On Fri, Feb 24, 2012 at 6:34 PM, Richard Heck rgh...@comcast.net mailto:rgh...@comcast.net wrote: On 02/24/2012 09:51 AM, Sajjad wrote: hello forum, I just managed to compile LyX from

Re: count math symbols with statistics

2012-02-25 Thread Richard Heck
On 02/25/2012 10:11 AM, Frank Fun wrote: Hi, I am using the lyx 1.6.4 tools - statistics menu item to count the words in my manuscript. The manuscript contains a lot of mathematical symbols which I would like to count as words however. Lyx counts characters, but this is unhelpful for me

Re: need working example of copier to customize pdf output

2012-02-25 Thread Richard Heck
On 02/25/2012 01:43 PM, Paul Johnson wrote: I'm generating a lot of slide shows for my statistics class. Sometimes I forget to run the followup program to create a compressed version of the presentation. It want to make that automatic.[1] When I export a document in pdf from a Beamer slides

Re: Embedded Fonts

2012-02-27 Thread Richard Heck
On 02/27/2012 07:02 AM, Liviu Andronic wrote: On Mon, Feb 27, 2012 at 12:35 PM, Julio Rojasjcredbe...@gmail.com wrote: Dear all, I would like to use Lulu.com to print a book. Nevertheless, the ask for the fonts to be embedded in the PDF. Does Lyx do that by default? Mos often, yes. To

<    2   3   4   5   6   7   8   9   10   11   >