Re: Newbie questions

2005-09-30 Thread Helge Hafting
[EMAIL PROTECTED] wrote: 2) In need to change the *subsection font to italics, how is this done? Several solutions: 1. A new layout The ideal solution is to get/make a new layout file for lyx, that sets everything up right for you. That way, you get a new document type that you might want

Re: Hyphenation in danish

2005-09-30 Thread Helge Hafting
Søren O'Neill wrote: Hi there, how do I pursuade LyX (or rather LaTeX i suppose) to hyphenate using danish rules? I'm getting some very weird hyphenations like: p-ainful Kind regards Soren - Denmark (If you hadn't guessed:-) Two things: 1. Set the document language to Danish. (Go into d

Re: Blue Line in MathEd

2005-09-30 Thread Helge Hafting
Daniel Watkins wrote: I've noticed since I upgraded to 1.4.0cvs that some of my MathEd boxes have a blue line running along the bottom of them. I'm presuming it's not just me who's getting this, and I was wondering why it's there? Does it have some significance that I'm missing? It is a bug.

Lyx, pdfLatex and pdf bookmarks. Character not right.

2005-09-30 Thread Sanders, Maarten (M.J.L.)
Hi, I have following issue (I guess it is also (pdf)latex related, but give it a try here anyway). I have a document, language is selected as dutch. In the pdf I have a correct "Lijst van figuren" , a "List of figures". However, in the PDF bookmarks it shows as y with double quotes on top which

Fixing the equal-sign and other font issues on Windows

2005-09-30 Thread Matei Zaharia
I noticed that on http://www.home.zonnet.nl/rareitsma/lyx/ it says to download certain TTF fonts for Windows, and if an issue pops up where horizontal or vertical lines are being hidden (e.g. in equal signs, but also happens with +/-, epsilon, and a whole bunch of stuff), to tweak the font size. [

Re: Fixing the equal-sign and other font issues on Windows

2005-09-30 Thread Paul Smith
On 9/30/05, Matei Zaharia <[EMAIL PROTECTED]> wrote: > > I noticed that on http://www.home.zonnet.nl/rareitsma/lyx/ it says to > download certain TTF fonts for Windows, and if an issue pops up where > horizontal or vertical lines are being hidden (e.g. in equal signs, but also > happens with +/-, e

Re: Blue Line in MathEd

2005-09-30 Thread Daniel Watkins
On Fri, 2005-09-30 at 08:45 +0100, Helge Hafting wrote: > The blue line means that the text is set in some other language > than the document language. That should not happen unless you > explicitly set the language of some text, so it is a bug. I think I may have worked out what the problem was.

Selecting All Within A Document

2005-09-30 Thread Daniel Watkins
This is a fairly noob Q, but is there a shortcut to select everything within a document (like Ctrl-A)? Cheers, Dan

Re: Selecting All Within A Document

2005-09-30 Thread Daniel Watkins
On Fri, 2005-09-30 at 16:15 +0100, [EMAIL PROTECTED] wrote: > Did you try something like "inserting a Lyx file" inside your new file ? > I mean, when your aim is to copy-paste the selection... Thanks for the answer, but I need to change the default language of everything within the file (as Documen

Re: Fixing the equal-sign and other font issues on Windows

2005-09-30 Thread Paul Smith
On 9/30/05, Matei Zaharia <[EMAIL PROTECTED]> wrote: > > LyX team has meanwhile released the version 1.3.6, in which the > > problem reported by you does not occur! > > Hmm, I'm actually using 1.3.6. Maybe I missed some extra installation > instructions. Specifically, here's what I did: > > - Insta

Re: Fixing the equal-sign and other font issues on Windows

2005-09-30 Thread Paul A. Rubin
Paul Smith wrote: On 9/30/05, Matei Zaharia <[EMAIL PROTECTED]> wrote: I noticed that on http://www.home.zonnet.nl/rareitsma/lyx/ it says to download certain TTF fonts for Windows, and if an issue pops up where horizontal or vertical lines are being hidden (e.g. in equal signs, but also happens

Re: Selecting All Within A Document

2005-09-30 Thread Paul A. Rubin
Daniel Watkins wrote: This is a fairly noob Q, but is there a shortcut to select everything within a document (like Ctrl-A)? Cheers, Dan Yes, there is (sort of), and no, it's not a particularly newbie question (meaning that I've been using LyX for a while and only discovered it by looking ha

Re: Selecting All Within A Document

2005-09-30 Thread Juergen Spitzmueller
Daniel Watkins wrote: > This is a fairly noob Q, but is there a shortcut to select everything > within a document (like Ctrl-A)? Set the cursor at the beginning of the doc, and then C-S-End Jürgen

equations in lyx

2005-09-30 Thread gajus miknaitis
This is probably a very simple and obvious question, but how do I get LyX to insert \begin{equation} and \end{equation}? Using "Insert->Math->Inline (or Display) forumla" doesn't get me this. Do I need to do it by hand? cheers, g

Re: equations in lyx

2005-09-30 Thread Rich Shepard
On Fri, 30 Sep 2005, gajus miknaitis wrote: This is probably a very simple and obvious question, but how do I get LyX to insert \begin{equation} and \end{equation}? Using "Insert->Math->Inline (or Display) forumla" doesn't get me this. Do I need to do it by hand? It's worked for me.

Re: equations in lyx

2005-09-30 Thread gajus miknaitis
On Fri, 30 Sep 2005, Rich Shepard wrote: It's worked for me. If you press ctrl-m (or shift-ctrl-m) do you get the math box in which to type your equation? If so, the proper LaTeX code has been inserted in the document. Ok, I just opened a fresh document and inserted an equation in this

Re: equations in lyx

2005-09-30 Thread Paul Smith
On 9/30/05, gajus miknaitis <[EMAIL PROTECTED]> wrote: > > It's worked for me. > > > > If you press ctrl-m (or shift-ctrl-m) do you get the math box in which to > > type your equation? If so, the proper LaTeX code has been inserted in the > > document. > > Ok, I just opened a fresh document and i

Re: equations in lyx

2005-09-30 Thread gajus miknaitis
On Fri, 30 Sep 2005, Paul Smith wrote: On 9/30/05, gajus miknaitis <[EMAIL PROTECTED]> wrote: It's worked for me. If you press ctrl-m (or shift-ctrl-m) do you get the math box in which to type your equation? If so, the proper LaTeX code has been inserted in the document. Ok, I just opene

Re: equations in lyx

2005-09-30 Thread Rich Shepard
On Fri, 30 Sep 2005, gajus miknaitis wrote: No, "\begin{equation}". The LaTeX compiles fine, but I want the equation mode (or environment or whatever) so that the eqns are numbered. Put the cursor at the end of the equation (within the mathbox) and press meta-m m, or select Edit->Math->Turn

Re: equations in lyx

2005-09-30 Thread Rich Shepard
On Fri, 30 Sep 2005, gajus miknaitis wrote: Now if there was only a way to turn on this numbering for the entire document, instead of case by case. I believe that when turned on it stays on for future equations. However, it's been many months since I finished entering equations in my book so