Gordon Watson | 23 May 2013 23:00

Preparing and inserting figures into LyX document

With LyX working nicely with my text-input, I now need to learn how to prepare and insert figures in that text.

1. Given my system -- MacOSX 10.7.5, LyX 2.0.5.1 -- where best to start drawing for LyX?

2. What search-terms are best for learning how to insert such figures into my document?

PS: I recognise that it's mostly my problem, but I have trouble with some of the LyX documentation; also with
archive-search. It's therefore very helpful when I'm given some early pointers and advice. When I'm more
familiar with the LyX scene, I plan to contribute to the documentation team as a "concerned beginner/user."

Thank you; Gordon -- MacOSX 10.7.5, LyX 2.0.5.1
John Kane | 23 May 2013 16:49
Picon
Favicon

My hyperlinks and urls are not working in Adobe or Okular but do work

I don't seem to be able to create a clickable hyperlink or url  that works in Adobe Reader or Okular but they work just fine in Document Viewer.  This is true of my own file (see attachment) and the recent example file from  http://ca-mg6.mail.yahoo.com/neo/launch?.rand=8ijkmp1vpj8vh#mail that Uwe Stöhr uploaded. 

I have also attached the pdf file. Would someone have a look at the pdf file  and confirm that the problem is my setup? That is, tell me that I have to figure out how to enable hyperrefs in Adobe Reader and Okular and not that there is some problem with the way LyX is generating the pdf on my system?

Thanks
Attachment (hyperlink.problem1.lyx): application/lyx, 2074 bytes
Attachment (hyperlink.problem1.pdf): application/pdf, 61 KiB
Patrick Dupre | 23 May 2013 16:40
Picon
Favicon

Exportation

Hello,

I have another issue with the latex file exporation.
If I choose the plain option, the .eps files are regenerated.
If I choose the pdflatex option, the .pdf files are regenerated.

I would like to have the option of not regenerating any image file
that I may have. The export should only generate a latex, with the 
name of the file that I give in the includegraphics and not modification
of the extension.

Does it make sense?

Thank.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre <at> gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================

Patrick Dupre | 23 May 2013 15:02
Picon
Favicon

More Color options

Hello,

I would like to suggest to the developpers to give an option to
use an extented choice of colors, for example by giving access to the
argument of \color{} without moving to the latex mode (it could be
an option of color in text style).
Is it complicated?
Of course the full list of the crayola colors could also be offered!

Regards.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre <at> gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================

Al Niessner | 23 May 2013 00:09
Picon

options on a document class


Let me start with a big thanks to all of the developers and users of Lyx. I 
have been using it for nearly exclusively for 15 years or more. Ever since 
FrameMaker got purchased by Adobe I have been using Lyx.

Lyx works so well that I have never had to learn LaTeX or TeX. I have been 
through the documentation a couple of times and have been through the WIKI 
too. I almost always get my answers there, but sometimes I have to resort to 
google. In this case, they have all failed and I finally have to post. Well, 
I do not remember every posting before.

Currently I am trying to write a paper and it comes with this request:

Latex users: please use \documentclass[conference, compsocconf]{IEEEtran} 
(with option 'compsocconf').

Since Lyx works so well and I have never had to learn LaTeX, I have no idea 
what they are asking. I poked around Lyx and the documentation and have not 
convinced myself that I have found the correct thing to do.

1) Is there some place (pull down menu or dialog box) that I am supposed to 
enter this option and Lyx will do the rest?

2) If I have to do ERT, then were does the ERT go and should I start with a 
base document or the IEEE template?

3) Some other lower level trick?

Thanks in advance for any and all help.

Jürgen Lange | 22 May 2013 17:17
Picon
Favicon

convert lilypond-lyx to epub

Hello,

My lyx documents contain embedded lilypond code. I want to convert to epub.

Unfortunately the lilypond code isn't compiling to xhtml exporting with  
Lyx-HTML.

Are there any plans to implement this feature?

Regards
Jürgen

--

Dr Eberhard Lisse | 22 May 2013 15:06

Help with import from SPanish

Hi,

I am struggling with importing a document in Spanish into LyX because I
do not know how to get the Spanish diacriticals to show in the LyX
frontend and it doesn't compile.

Here is the minimal example

\documentclass{scrartcl}   	
\usepackage[spanish]{babel}
\usepackage{selinput}
\SelectInputMappings{%
 aacute={á},
 ntilde={ñ},
 Euro={€}
}

\begin{document}
\section{Diagnóstico}
Durante el proceso de visitas al XXXXX, se realizó un inventario de las
características de la infraestructura de comunicaciones y acceso a
Internet y otros servicios.

\end{document}

I use LyX 2.0.6 on Mac 10.8.3 and would appreciate any advice :-)-O

el

Uwe Stöhr | 21 May 2013 21:27
Picon

Re: Remove the automatically added amssymb

Am 21.05.2013 20:25, schrieb xin guo:

> All right. Anyway, I have already finished my paper this time. However, I
> am sad, as a lyx fan, that there is a package works in Latex but fails in
> LyX. Actually, mtpro2 has been the official font of many IEEE magazines.

Don't give up that quickly. Please help to improve the situation as others will run into the same 
situation as you.

I googled a bit and found that for example the beamer document class solved this by providing an option:
https://bitbucket.org/rivanvx/beamer/commits/24853e6b98cf

I googled further and the mtpro2 manual seems to state a solution in sec. 2.15:

"The definitions of the AMS symbols consume a huge amount of TEX re-
sources, so you can disable them through the package option noamssymbols."

Can you please try this out by adding

noamssymbols

to the document class options field in the document settings of your document? Does it then work?

If yes, can you please add it to our Wiki page?:
http://wiki.lyx.org/Examples/IEEE

(LyX is free and lives form the fact that many users help to get it better!)

thanks for your help and patience
Uwe

Stefan A. | 21 May 2013 20:21

Line Breaks in Text Sections formatted with Local Layouts

Hi guys, I've been working with LyX and XeTeX recently to set up a
document which allows me to switch between various East Asian languages
using Text Styles. Although the Text Styles I have defined in Document
Properties -> Local Layouts work well for single words or phrases, I
haven't found a way to enter line breaks in sections defined for a
certain language, and I was hoping someone here may have a suggestion on
how to achieve this. I can copy and paste text containing line breaks
from other sources and I can force line breaks using CTRL + Enter, but I
was hoping for a more elegant solution that does not involve too much
ERT. Any thoughts?

Full disclosure: I posted this question on latex-community.org a week
ago, but haven't received a reply, which is why I figured I'd give this
mailing list a try. The post also contains a sample file demonstrating
my setup:
http://latex-community.org/forum/viewtopic.php?uid=56715&f=48&t=23239&start=0

System information:
$ uname -a
Linux thinkpad 3.2.0-43-generic #68-Ubuntu SMP Wed May 15 03:33:33 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
$ lyx -version
LyX 2.0.6 (2013-04-29)
Built on May  9 2013, 18:14:02
Configuration
  Host type:                    x86_64-pc-linux-gnu
  Special build flags:          build=release warnings use-aspell
use-enchant use-hunspell
  C   Compiler:                 gcc 
  C   Compiler LyX flags:        
  C   Compiler flags:           -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  C++ Compiler:                 g++ (4.6)
  C++ Compiler LyX flags:        
  C++ Compiler flags:           -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  Linker flags:                 
  Linker user flags:            -Wl,-Bsymbolic-functions -Wl,-z,relro
-Wl,-z,defs -Wl,--as-needed -Wl,-z,defs -Wl,--as-needed
  Qt 4 Frontend:
      Qt 4 version:		4.8.1
  Packaging:                    posix
  LyX binary dir:               /usr/bin
  LyX files dir:                /usr/share/lyx

Patrick Dupre | 21 May 2013 20:31
Picon
Favicon

AMS multilne

Hello,

In lyx 2.0.5, I would like to insert a multline formula
(as documented), but I cannot do it because under insert > math >
all the first part of the options (until array environment) is
not available.
Do I have a package missing?
I attached my configure.log file.

Thank.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre <at> gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================
Attachment (configure.log): text/x-log, 59 KiB
Patrick Dupre | 21 May 2013 17:21
Picon
Favicon

disable package

Hello,

lyx (2.0.5) make a
\usepackage{bm} that I am unable to control. Why?

I need to make a 
\usepackage{fourier,bm}
and not 
\usepackage{bm,fourier}

How can I do it?

Thank.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre <at> gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================


Gmane