mathsymbols in LyX 1.3.6 in Windows XP

2005-08-29 Thread Gunnar
Hi. How do I make LyX 1.4.6 for Windows XP display mathsymbols? \sum is transformed into "P" in LyX but it looks alright in the ps/pdf files. Thanks Gunnar.

File filter for external_templates

2005-10-08 Thread Gunnar
teResult "$$FName.tex" Requirement "graphics" FormatEnd TemplateEnd The problem is that the FileFilter does not work. I thought it should filter away all files except those ending in .prov but it does not. Can you help me spot the error? I use LyX 1.3.5 in Linux. Gunnar.

Re: auto page break before new section?

2005-10-09 Thread Gunnar
> I think the package afterpage offers what you want. Just a futile attempt to solve it, but why wouldn't a thing like this work? \renewcommand{\section}[1]{\newpage\section{#1}} I tried but it didn't.

Drawing of polynomials

2005-10-15 Thread Gunnar
2 if you'd like to translate it, extend it or remove my ugly codewriting. Gunnar.

Re: Drawing of polynomials

2005-10-15 Thread Gunnar
> [EMAIL PROTECTED]:~> gcc graf.cpp g++ graf.cpp grafrita.cpp function.cpp will help you. You need to give all three cpp files to the compiler or else you will have to link it together by yourself. Gunnar.

Re: Drawing of polynomials

2005-10-16 Thread Gunnar
> Speaking of which, that package might require some costly Boreland C++ or > Visual Studio licence to be workable for Win32 users. I've compiled with Dev-C++ and here is a exe file for windows users without a compiler. http://web.comhem.se/~u46307480/RitaGraf.exe Gunnar.

copy and paste between lyx documents does not work

2005-10-16 Thread Gunnar
I'm using Linux and if I open two LyX documents, I can't copy and paste between the two windows. I can select text in other windows and paste it by a mouseclick in a LyX window. Why can't I copy/paste between the LyX windows? Gunnar.

updating postscript file, but not eepic picture

2005-10-25 Thread Gunnar
Hi. I have a LyX (1.3.6) file that contains a reference to an eepic file that is be included with "\input" command. That works, but when I change in the eepic file, the LyX files preview is not updataed, even though I use update postscript/ view postscript and reloads the postscript file. What c

Re: updating postscript file, but not eepic picture

2005-10-26 Thread Gunnar
> Does closing and reopening the LyX document rectify the problem? Don't know, but going to sleep, start from the beginning and be aware of what I'm doing solved it. Sorry for bothering you with my mistakes.

Re: Custom titlepage

2005-10-31 Thread Gunnar
> Is anyone aware of any samples of lyx and a customized titlepage? E.g. a > full page image with text printed over it. I simply inserted an eps file and in ERT I inserted the commands \thispagestyle{empty} \newpage worked for me. Gunnar.

\columnsep with multicol

2005-11-06 Thread Gunnar
Hi. I'm using a multicol environement with two columns but I'd like some more space between the columns. I have used these commands \setlength{\columnsep}{20mm} \setlength{\columnseprule}{0.4pt} but the columnsep doesn't seem to be changing. It doesn't matter if it is 20mm or 40mm or 10mm, same

Re: \columnsep with multicol

2005-11-06 Thread Gunnar
Sorry, I should put the > \setlength{\columnsep}{20mm} command outside of the environment. That fixes things.

Need some trouble shootingideas

2005-11-07 Thread Gunnar
r I think). Starting with a new LyXdocument didn't change a thing. Still no menues. Now I need some advice about what we can try to do on his computer. I'm not very familiar to debugging misbehaving programs in Windows, so any idea is a good idea. Regards, Gunnar.

Re: Forget Windows

2005-11-07 Thread Gunnar
On Sunday 06 November 2005 22:05, James W Dow wrote: > LyX is a wonderful word processor. It is best one for writing mathematics > directly from the keyboard. Please don't spend a huge time developing it > for Windows. Windows will gradually fade away. Putting nice programs like > LyX on that opera

Convert png to eps automatically

2005-11-21 Thread Gunnar
Hi. I'm trying to setup a perfect LyX environment in MS windows for users that is not very used to LyX/LaTeX. The problem I have right now is that they make drawings in MS paint. The question: is there any way to make LyX convert png/gif pictures to eps automatically? They display the pictures f

Re: Convert png to eps automatically

2005-11-21 Thread Gunnar
ally this does LyX > for you but it increases the compiling time when you create a > PDF-document with many images. Better use one of the three formats above. Oh, I'm so used to eps/postscript that I wasn't aware of that. Thanks for telling me that Uwe. Gunnar.

No cmr10 with foiltex

2005-11-23 Thread Gunnar
Hi. I'm using LyX 1.3.6 and Windows and I'm having a problem with fonts and foiltex. I write a simple presentation and try to preview the dvi but the dvi file doesn't show the things that I've written. It says (when checking document properties). Making PK font: C:\texmf\miktex\bin\makepk.exe --

updating eepic graphics

2005-11-27 Thread Gunnar
Hi. I'm having trouble updating the postscript preview if I include eepic graphics. Even direct changes to the eepic file isn't noticed in the postscript file,same old plot is used.What am I doing wrong or what is going on with LyX 1.3.6? Even closing the postscript and displaying it all overa

Re: The best 2d and 3d eps math graphs to Lyx

2005-11-30 Thread Gunnar
> MuPAD is no longer free for Linux, I am afraid to tell you. Isn't there still a free version for personal home usage?

Re: The best 2d and 3d eps math graphs to Lyx

2005-11-30 Thread Gunnar
It's not very clear (make it harder to get it for free?), but isn't this TAN thing a free thing for personal noncommercial use? https://www.mupad.org/muptan/muptan.php

Re: c++2tex

2005-12-04 Thread Gunnar
> Use the LaTeX-package "listings". I attached an example LyX-file. > Perhaps LyX should support the listings-package in one of the next > releases. No offense, but how do you make it look good?

pictures and collaboration

2005-12-07 Thread Gunnar
to include the pictures again. Gunnar X-mas is soon here, where is 1.4? :-)

Decimalcomma instead of decimalpoint

2005-12-13 Thread Gunnar
How can I automatically get a decimal comma instead of a decimal point in math environments? I've tried \AtBeginDocument{\def\extrasspanish{}} and even \DeclareMathSymbol{,}{\mathpunct}{letters}{"3B} \DeclareMathSymbol{.}{\mathord}{letters}{"3B} \DeclareMathSymbol{\decimal}{\mathord}{letters}{"3

Re: Decimalcomma instead of decimalpoint

2005-12-13 Thread Gunnar
> How can I automatically get a decimal comma instead of a decimal point in > math environments? > > I've tried > \AtBeginDocument{\def\extrasspanish{}} > > and even > \DeclareMathSymbol{,}{\mathpunct}{letters}{"3B} > \DeclareMathSymbol{.}{\mathord}{letters}{"3B} > \DeclareMathSymbol{\decimal}{\mat

Re: Decimalcomma instead of decimalpoint

2005-12-14 Thread Gunnar
> I do not understand what you want. Don't worry, neither did I when I read it. > If you want to use decimal comma instead of a decimal point, then > write decimal commas instead of writing points. That way you get what > you want, and the math looks good. If I write 4,5 in math environment, I ge

Re: lyx 1.3.6 crashes with changebars

2006-01-12 Thread Gunnar
> Well, change tracking in 1.3 is really really unsupported. In 1.4, it > is much better, but still have many problems. Really serious problems or very minor things? It would be super to be able to use it soon.

Include a lot of C++ code

2006-01-20 Thread Gunnar
Hi. I'm using the "hightlght" program to hightlight C++ code that I include in my LyX files. I have created an external template so I can include C++ files with ease. But the problem is that with small pieces of code, only a few lines, it is a little bit too much work to create all these small

Re: Include a lot of C++ code

2006-01-20 Thread Gunnar
> perhaps listings.sty ? Thanks for your reply, but I feel that highlight makes it beautiful, listings doesn't. :-(

Re: Include a lot of C++ code

2006-01-20 Thread Gunnar
nd then the result is includeed with \include{...}? > how about showing us an example of the task? > > martin > > On 20/01/06, Gunnar <[EMAIL PROTECTED]> wrote: > > > perhaps listings.sty ? > > > > Thanks for your reply, > > but I feel that highlight makes it beautiful, listings doesn't. :-(

Re: Include a lot of C++ code

2006-01-22 Thread Gunnar
I wrote a c++ program that extracted my special c++ code environment. But I ran in to problems with the exported LaTeX file (export from LyX 1.3.6, LyX format 221). If I write int main( int a = 4, string namn = "adfa öööas"); I get \begin{KODcpp} int main( int a = 4, string namn = {}``adfa öö

Re: Include a lot of C++ code

2006-01-23 Thread Gunnar
> It seems this could be helpful for me too. I just didn't understand so > far how to do a thing of this kind. .-( > So, would you mind to post this lyx-shortcut (and the latex commands) > here? Thanks I post all I have done. There are still some undetected bugs, but it works on and decent *niix

Re: Include a lot of C++ code

2006-01-23 Thread Gunnar
> You are sure listings can't do what you want? > The defaults may not fit your needs, but this package is > very configurable. If someone can make it look like the result of the highlight program, then I'm happy. The fonts, spacings are all ugly. No code in the listings documentation looks good

keybinding for typewriter and bold?

2006-01-29 Thread Gunnar
What should I write in the bind file if I wish to make a marked text to have typewriter style and bold letters at the same time?

updating problem

2006-02-10 Thread Gunnar
I have an external template defined for including c++ code (attached at the bottom of the message) and I'm having problem with updating the postscript after editing one of the included c++ files. The postscript file doesn't. update when I do S C T to update the postscript. Restarting LyX works

Re: updating problem

2006-02-10 Thread Gunnar
> Do you know the listings package? Yes, and I don't want it. This is a more general kind of problem, how do you update a postscript file?

Can't find eps file when exporting

2006-02-11 Thread Gunnar
I have a LyX document that includes a figure (Insert->Graphics), it's an eps file. It is shown in LyX. But when I preview the postscript, or export on the command line afterwards: lyx -e pdf Prov.MaC.lyx I get the most strange error: $ lyx -e pdf Prov.MaC.lyx Executing command:dvips -t a4 -o

Re: Can't find eps file when exporting

2006-02-13 Thread Gunnar
No one has anyideas? I look at the latex file and it looks alright, and I can run latex on it and get a healthy dvi file. but as I try to run dvips to produce a postscript it starts to go crazy: dvips: Could not find figure file /home/gunnar/Skola/Undervisning/vandblad.eps; I create the file

Re: Can't find eps file when exporting

2006-02-13 Thread Gunnar
It seems to be related to the fact that pdflatex can't handle eps and everygraphics file must be converted to pdf with the epstopdf command. How can I tell LyX to do this for me?

Re: Can't find eps file when exporting

2006-02-13 Thread Gunnar
pbuf0/0_home_gunnar_Skola_appollonius.eps; > Does your document include an image whose path is > /home/gunnar/Skola/appollonius.eps? In other words, is that path > correct? Is it the path you supplied in LyX when you inserted the image? Yes it does, but the path was changed a litt

Minimal LyX installation

2006-02-17 Thread Gunnar
What is the bare minimum for a LyX installation if the only thing that should be done is writing new LyX documents and producing pdf's? LyX, LaTeX, ghostscript, what else? As I remember, the LyX installer installed both Perl and Python. Will LyX work without them? The reason for asking is that

Re: Closing an ERT (was: keybindings referenceguide)

2006-03-01 Thread Gunnar
> Nowadays, I find myself touching the mouse mostly to close ERT boxes, > because I can't see a way to close these via a keybinding. Ctrl+i closes it for me.

Strange preview of eps in LyX

2006-03-17 Thread Gunnar
Hello. I've inserted the following eps file in LyX 1.3.6 (gentoo linux) %!PS-Adobe-3.0 EPSF-2.0 %%BoundingBox: 0 0 200 140 /mm {2.834646 mul} def 10 10 translate 0 10 120 { dup 0 exch moveto 180 exch lineto } for 0 10 180 { dup 0 moveto 120 lineto } for stroke showpage The line

Re: updating postscript file, but not eepic picture

2006-04-16 Thread Gunnar
> > I have a LyX (1.3.6) file that contains a reference to an eepic file that > > is be included with "\input" command. That works, but when I change in > > the eepic file, the LyX files preview is not updataed, even though I use > > update postscript/ view postscript and reloads the postscript fil

floatflt environment controll

2006-04-30 Thread Gunnar
Hi. I have my own environment for theorems, etc, and in one theorem I use a floatflt figure to show some stuff. It looks like this: Theorem 7.7 yada yada yada yada yada yada formula picture here

Re: floatflt environment controll

2006-04-30 Thread Gunnar
And I should perhaps add that if I add a long text directly after the formulas inside of the theorem environment, then that text isn't wrapped. Very strange. > Hi. I have my own environment for theorems, etc, and in one theorem I use a > floatflt figure to show some stuff. It looks like this: >

Re: How to import source codes

2006-05-31 Thread Gunnar
I use a program called "highlight" to highlight the source code, and all this is done by adding an external template (insert -> external template) In the file .lyx/external_templates I add Template CppKod GuiName "[C++ $$Basename]" HelpText Snyggar till C++ kod

Re: How to import source codes

2006-06-01 Thread Gunnar
> I'm going to give this a try. > > But, where to get the highlight program? www.andre-simon.de

Re: maple sheets in lyx

2006-06-06 Thread Gunnar
There are some maple.sty files etc. They ought to be available on the net. > Hello > > Does somebody know how to > import maple sheets in lyx? > > I'm using Lyx 1.4... on windows > > Is it possible with <>? > > If yes, which settings? > > Thanks, Rafael

Re: How to import source codes

2006-06-06 Thread Gunnar
> Gunar, > > Do you put anything special in the preamble? > I'm able to import the coding but unfortunately LyX > gives these errors when I attempt to view the dvi. Oh yes, sorry. I have these lines. % Highlighting theme definition: \newcommand{\hlstd}[1]{\textcolor[rgb]{0,0,0}{#1}} \newcommand{

Re: How to import source codes

2006-06-06 Thread Gunnar
> It is functional now. Great! > It does appear, however, that sometimes the > highlighter generates .tex with very long lines that > are not recognized upon inclusion in the .lyx file. > I can workaround for now. Exactly, what is the problem? The long lines are not truncated in LyX? Try add a

Re: How to import source codes

2006-06-06 Thread Gunnar
> I am actually inputting VB code. So I grabbed your > external template and updated it for .bas code. > > The highlight program is converting to .tex and, in > the process, inserting "\dq{}" commands here and > there. I don't know what these are, but they are not > very muched liked by .lyx.

Re: LaTeX commands instead of KB shortcuts

2006-08-13 Thread Gunnar
Have you tried to add a customized keyboard shortcut for your own commands? That might work. But I think recognizing the leading "\" can be a problem. I use keyboard shorcuts for everything and I find it to be very efficient (most of the time less keystrokes compared to the corresponding latex

New to LyX 1.4

2006-08-15 Thread Gunnar
So, finaly I'm taking the step to 1.4 from 1.3.7 I have some customizations all over the the .lyx directory, keybindings, external templates, etc. Is there something I should do before chaning to 1.4 except making a backup copy?

Re: New to LyX 1.4

2006-08-16 Thread Gunnar
I think I've fixed the LFUN and external templates now, but I get these messages when starting with a new document: New counter already exists: part New counter already exists: part New counter already exists: part New counter already exists: chapter New counter already exists: section New counte

Re: New to LyX 1.4

2006-08-16 Thread Gunnar
> What does these messages mean? Can it be layout files that needs updates > to? It was that. Problem solved!

Re: New to LyX 1.4

2006-08-16 Thread Gunnar
On Wednesday 16 August 2006 12:25, Jean-Marc Lasgouttes wrote: > >>>>> "Gunnar" == Gunnar <[EMAIL PROTECTED]> writes: > > Gunnar> I think I've fixed the LFUN and external templates now, but I > Gunnar> get these messages when starting with

Re: syntax highlighting for inline source code

2006-08-18 Thread Gunnar
Add the following to .lyx/externaltemplates (modify accordingly to python, this is C++ (cpp) Template CppKod GuiName "[C++ $$Basename]" HelpText Snyggar till C++ kod HelpTextEnd InputFormat cpp FileFilter "*.{cpp,h,hpp,c}" ViewComman

Navigation in math formulas is not good in 1.4.2

2006-08-23 Thread Gunnar
Some of the problems: If I have two consecutive math displayformulas and position the cursor in the first, and press the arrow down key, I usualy move to the line AFTER the second mathdisplayformula. Very anoying. And here is a picture of a mathdisplay formula where if I put the cursor betwe

Re: Navigation in math formulas is not good in 1.4.2

2006-08-23 Thread Gunnar
On Wednesday 23 August 2006 09:45, Gunnar wrote: > Some of the problems: > If I have two consecutive math displayformulas and position the cursor in > the first, and press the arrow down key, I usualy move to the line AFTER > the second mathdisplayformula. Very anoying. > > And

Re: Navigation in math formulas is not good in 1.4.2

2006-08-23 Thread Gunnar
On Wednesday 23 August 2006 09:46, Gunnar wrote: > On Wednesday 23 August 2006 09:45, Gunnar wrote: > > Some of the problems: > > If I have two consecutive math displayformulas and position the cursor in > > the first, and press the arrow down key, I usualy move to the line

Re: please complete "Questionnaire for Users" (as part of a usability study)

2006-09-05 Thread Gunnar
> How long have you used lyx? When was the first versions of LyX available? Was it version 0.10 ? It's been so very long since I started using it.

Options for external templates

2006-10-09 Thread Gunnar
I'm looking for documentation for how to give options to external templates. I wish to give two values ( and of course the filename), and produce a LaTeX code like this {\hangindent=8cm\hangafter=-6\relax \noindent \raisebox{-\height}[0pt][0pt]{ \makebox[0pt][r]{\includegraphics{Q.eps}\hspace*{

Enter text into indexbox without using mouse

2006-10-10 Thread Gunnar
I have almost stoped using the mouse in LyX now, the only problem in 1.4.2 is that if I wish to add an index entry, I only get the grey box and have to click on it to open it to add text. The usual C-i that closes/opens the ERTs doesn't work here :-( Is there a cure so I can open/close it with

Re: math macros

2006-10-15 Thread Gunnar
On Sunday 15 October 2006 19:56, Nick Kuzmik wrote: > I do a lot of math in lyx, and I create a lot of macros on the fly. What's > the best way to keep them organized? Maybe make it so every file I open > has all the same macros? In .lyx/bind/ directory you will find a lot of files, there you can

bracket size and multiline equations

2006-10-22 Thread Gunnar
I want to write an equation like this ( 3 ( --- + 3+ 3+ +3+ ... ( 4 3+ +3+3+3+3 ) But the second line should end with a bracket of the same size as it started. How do I do that?

Re: Problem installing Contract package

2006-10-28 Thread Gunnar
> /usr/share/texmf-tetex/tex/latex/base/ (as article.sty) and > contract.layout in .lyx/ . And finally I tryed to reconfigure Lyx but I > got : > +checking for document class contract [article,contract.sty]... no > > Can somebody explain me where I did a mistake? I don't think you should have to,

Re: LyX-code ::

2006-11-11 Thread Gunnar
> Is there anything else ? > Some package having the "::" character ? Some time ago I wrote about C++ and syntax highlightning on this list. It uses an external program called Highlight for code generation. That might be helpfull.

Re: +/- symbol

2006-11-29 Thread Gunnar
> > How can I have the +/- symbol where the + is on top of the - symbol, > > reading plus or minus. For example, a standard deviation would have > > this sign. Tex code is fine. Since I like the command shortcuts, ALT+m +

volume of rotation drawing

2006-12-20 Thread Gunnar
Hi. Not really lyx related but someone might perhaps know how to produce nice eps drawings of a volume of rotation. You know the kind of picture you usually find in your calculus textbook where the graph of f(x) rotates around the x-axis. Any ideas?

external file conversion fails

2006-12-28 Thread Gunnar
-L -t 4 -I -S cpp -f -r -q $$FName -o $$FName.tex I'm not really sure what is going on here. I thought I had it working. Any ideas, anyone? Regards Gunnar.

Re: external file conversion fails

2006-12-28 Thread Gunnar
UpdateResult "$$FPath$$Basename.tex" FormatEnd TemplateEnd And the result is a file that lacks some of the images that are used. In the console I get: dvips: Could not find figure file /home/gunnar/Skola//int_area.eps; continuing and that file really exists in the curre

Re: external file conversion fails

2006-12-28 Thread Gunnar
> And the result is a file that lacks some of the images that are used. > In the console I get: > dvips: Could not find figure file /home/gunnar/Skola//int_area.eps; > continuing > > and that file really exists in the current directory. > This picture is included with ER

\includegraphics doesn't find pictures

2006-12-28 Thread Gunnar
Hi again. I just created a new account, logged in, started lyx 1.4.3 and created the lyx file attached. I try to view the file but all I get is dvips: Could not find figure file /tmp//int_area.eps; continuing I try lyx -e pdf and lyx -e ps with the same result, but lyx -e latex newfile1.lyx

Re: \includegraphics doesn

2006-12-29 Thread Gunnar
> Preview in LyX > and lyx -e ps both worked fine for me. Are You sure that /tmp is the > directory where int_area.eps should be found? Try putting int_area.eps > to the same directory where your newfile1.lyx resides and try again. > > > Best, > Jan I found that changing z1 to z0 in /etc/texmf/dvi

pst-tree and LyX

2007-01-05 Thread Gunnar
teTeX (and it uses pdflatex so there might be a fierce battle between postscript and pdf... Best wishes Gunnar

Re: OpenOffice vs. LyX

2007-01-23 Thread Gunnar
ut of business. Best wishes Gunnar On Tuesday 23 January 2007 06:00, Steve Litt wrote: > Hi all, > > I was considering switching to OpenOffice because of the excessive effort > in creating/modifying styles in LyX. > > So as an experiment, I began making a derivative, in Op

Re: Questionnaire

2007-02-12 Thread Gunnar
> Does anyone know of a LaTeX questionnaire class or LyX questionnaire > template? I need to create a fairly big questionnaire (1000+ questions) and > I would like to know if there's a solution developed for this task. Before doing this, shouldn't you ask yourself if anyone ever will fill it out?

Re: AW: How to center graphics in Lyx?

2007-02-15 Thread Gunnar
> Notwithstanding, I remember Herbert Voss electing the '\centering' > solution as the best one. He seems to be very good at this, so why did he say this? I can't remember if I have ever had any problem with the paragraph justification solution.

Re: Insering source code into LyX document

2007-03-01 Thread Gunnar
> You may want the excellent ``listings`` package. Or the even more excellent program "highlight" (The result looks better with this one)

Re: Insering source code into LyX document

2007-03-01 Thread Gunnar
> this is external program, right? Yes. http://www.andre-simon.de/

Re: annoying behaviour in 1.4

2007-03-07 Thread Gunnar
> moved to the beginning of the next word. Apart from being just odd, > there's a real problem with that: If I have the text "firstword > [MATH] secondword", and the cursor is at "firstword", then I can not > move (quickly) to the beginning of the [MATH] stuff, since C-right > just moves past the m

Re: annoying behaviour in 1.4

2007-03-07 Thread Gunnar
ase seems to be down at the moment. Regards Gunnar.

Re: Lyx's Site down?

2007-03-12 Thread Gunnar
> We should really set up some kind of fallback mechanism that works > (a) when Lars is not available (which seems to be rather common lately) > and (b) without the help of "Third Parties". Some thoughts, It can't be that hard to setup a mirror site called lyx2.org or something else that is easy

Re: convert lyx to PDF from command line

2007-03-16 Thread Gunnar
On Friday 16 March 2007 12:55, Eugeny N Dzhurinsky wrote: > Hello, could somebody please tell me how is it possible to convert LyX > document to PDF from command line? lyx -e pdf file.lyx creates file.pdf

Re: convert lyx to PDF from command line

2007-03-16 Thread Gunnar
> Is there any way to specify I would like to use pdflatex to make > conversion? lyx -e pdflatex file.lyx perhaps?

eps graphics fails when displaying in pdf mode if inserted by ERT \includegraphics

2011-05-13 Thread Gunnar
Hello, I'm having problem in LyX 2.0.0rc3 (ubuntu has some lag) with a very simple test document. I insert an eps file with Insert -> Graphics and I can display the document as a pdf file (pdflatex) and as a ps file. That works fine, Then I add an ERT {\includegraphics{venn5.eps} and it works

Re: eps graphics fails when displaying in pdf mode if inserted by ERT \includegraphics

2011-05-13 Thread Gunnar
On Saturday 14 May 2011 08.47.45 Gunnar wrote: > Hello, > > I'm having problem in LyX 2.0.0rc3 (ubuntu has some lag) with a very simple > test document. > > I insert an eps file with Insert -> Graphics and I can display the document > as a pdf file (pdflatex) and as

Re: eps graphics fails when displaying in pdf mode if inserted by ERT \includegraphics

2011-05-17 Thread Gunnar
On Monday 16 May 2011 18.15.43 Julien Rioux wrote: > On 14/05/2011 2:47 AM, Gunnar wrote: > > How can I make LyX work with ERT and pdf? (Yes, I need ERT) > > I'm curious what is your use case which requires ERT for includegraphics > ? Since LyX supports inclusion of any g

annoying slowness with word completion in math mode

2011-06-07 Thread Gunnar
Hello. I use LyX 2.0.0pre3 with ubuntu and for some reason the word completion in math mode is very slow. If I start to type \vee I write \v and can wait for an eternity, and then finaly it suggests \vee and some other alternatives. I found a setting th

picture in header

2003-03-14 Thread Gunnar
he lyx file and the logotype attached in this mail. TIA Gunnar.#LyX 1.1 created this file. For more info see http://www.lyx.org/ \lyxformat 218 \textclass article \begin_preamble %%\addtolength{\voffset}{-4mm} \usepackage{graphics} \end_preamble \language swedish \inputencoding latin1 \fontscheme de

customize userinterface

2003-03-24 Thread Gunnar
, and then some more LaTeX code. How do I define that? Or can I do that with some other macros? Gunnar. -- http://www.gunix.dk ---To boldly browse were no one has browsed before

Re: customize userinterface

2003-03-24 Thread Gunnar
> > I would like the action to insert some LaTeX code, a figure, and then > > some more LaTeX code. How do I define that? > By playing around with > command-sequence ert-insert ; self-insert xxx ; inset-toggle ; > etc. Ehh.. sorry for being stupid. Where do I write that? Is there any example I ca

Re: customize userinterface

2003-03-24 Thread Gunnar
>Icon "command-sequence ert-insert ; self-insert xxx ; inset-toggle Allright, now it starts to get a little bit clearer, Still the question of how to give a fixed parameter to ert-insert so I get that as LaTeX code. I still use LyX 1.1.6fix4. Has much changend in 1.3.1 concerning this? I guess

No section numbers?

2003-03-24 Thread Gunnar
Hello.. again. With LyX 1.3.1 I can't see the section numbers in the LyX window. The postscript preview shows them correctly. Why aren't they there in LyX? -- http://www.gunix.dk ---To boldly browse were no one has browsed before

eepic in lyx

2003-12-13 Thread Gunnar
Hello. I want to use eepic figures in LyX (created with ePiX), is there any other way to do that other than using ERT like \begin{figure}[hbt] \input{myfig.eepic} \end{figure}

no space verbatim include

2004-01-28 Thread Gunnar
Hello. If I use "include file" and choose verbatim format for my c++ source code that I want to have in my lyx file, the tab's are not respected, no space to indent the lines. :-( It works if I use space's instead of tab's. Is there a way to get this behaviour in LyX?

Problem with latex conversion

2009-10-18 Thread Gunnar
Have I gotten some of my environments wrong or is LyX doing something wrong? Any help on this matter is very much appreciated. b.lyx Description: application/lyx #\DeclareLyXModule{Gunnar} #DescriptionBegin #Gunnars modul #DescriptionEnd Style GGGExample LatexType Environm

mdwlist question

2004-03-11 Thread Gunnar
Hello. How can I have an enumeration list and then use the mdwlist package to suspend enumeration, insert some lyx code (yes, new enivornment), and then resume the enumeration? It seems like that the enumeration is ended, and then the resume command is operating outside of any \begin¥enumerat

Re: mdwlist question

2004-03-11 Thread Gunnar
Oh my... Thanks, that was a feature I didn't know of. Time to read the doc's again!! > Gunnar, try this. (The attached LyX file does not use the mdwlist > package, but it addresses everything else I think.)

Re: how to make figure placing look good?

2004-03-28 Thread Gunnar
I just found the "picins" package. That looks really promising!

  1   2   >