Re: multiplatform vector drawing program to use

2008-04-21 Thread G. Milde
On 11.04.08, Urtzi Jauregi wrote:
> On Wednesday 09 April 2008 11:25:48 G. Milde wrote:
> > However, AFAIK, it converts text to paths in the process so it will show in
> > the PS (or PDF) output exactly as in the SVG.

>   You can switch that option off. Read
>   http://wiki.lyx.org/Tips/UseInkscapeSVGImages
>   For details.

Text to path is off by default for "normal" text but it is always used for
the special "LaTeX formula" text. 

Thus you have the options to:

* use normal text for placeholders and replace with psfrag 
  
  - additional ERT in document needed,
  + font settings of the current document apply,
  + possibility to change replacement text and font without need to edit the
graphic.

* use Effects>Render>LaTeX formula (works for non-formula text as well)

  - font settings of the currently non-configurable script eqtexsvg.py apply.
(should be the default font settings of the system).

  + WYSIWYG text in the graphic facilitates alignment, sizing, and rotation.
  
  + No ERT needed in the LyX document.
  
Guenter  


Re: List of Symbol (Nomenclature) AND List of Abbreviations (Glossary)

2008-04-21 Thread G. Milde
On 19.04.08, Michael Brunneder wrote:
> Hi!

> I'm writing a thesis in Lyx and I've the following problem. I need a  
> List of Symbols (Nomenclature) and a separate List of Abbreviations. The  
> Nomenclature is working fine as described in the Lyx user guide. But now  
> I would need more or less a "second" nomenclature to realize my List of  
> Abbreviations. Any easy way to achive this?

#> texdoc nomencl

this will open the nomencl documentation (nomencl.pdf) on a texlive system.
Section 5.1 Subgroups will help further.

Unfortunately, you cannot pass options to nomencl with LyX but this should
not stand in the way here...

Guenter


Re: Google Docs to LaTeX

2008-04-21 Thread Michael Thompson
Charles de Miramon <[EMAIL PROTECTED]> writes:
>It uses sed (a command line search&replace that is standard on
> Unix). I guess it will work on Mac OS/X. 
> sh w2lclean Myconvertedfile.tex will create a temp-Myconvertedfile.tex that
> you can then import into LyX.

Dear Charles your naive confidence that anyone can do this has emboldened me to
study script composition. There is indeed sed in os x and it seems to follow the
rules you are using, as I could verify easily with the simplest uses of it, the
ones that simply print the modified text to the screen.  And cp and the use of
obnoxiously so-called variables seems to be the same: the framing you use to
capture the modified text (which I don't quite understand yet) does make a
quasi-copy of zeta.tex called temp-zeta.tex. Things go well as long as the
"find-and-replace"-like actions I put into your framing are like s/me/you/g or
s/Athens/Jerusalem/g . But the use of / and \ and ' in tex and in the scripting
language, if that's what you call it - each wanting to use them both as its own
proper symbols and as 'escaped' or however you put it - inevitably leads to an
impenetrable salad of slashes, and the solution that works for you seems to lead
to misunderstanding here. I sort of follow the difficulty as long as I am
thinking of latex only.

So I am studying, but must give up for the night. This is hard! I will get back
to you if I fall into despair.  It's exam week, so I will have ample raw
materials when the .doc term papers hit my electronic mailbox late Friday
afternoon. Perhaps by then I will be able, with the application of a few
skillfully executed keystrokes, to convert the whole directory-full of them into
a handsomely decorated volume in the Memoir class, each as a subordinate
chapter. yours ever Michael







Re: Preamble order and LyX layouts

2008-04-21 Thread rgheck

A. Scottedward Hodel wrote:


On Apr 20, 2008, at 4:28 PM, A. Scottedward Hodel wrote:


Victory!  Thanks very much for your suggestions and help!

Attached is a sample LyX file (a bit convoluted, but it shows the 
features) and the layout file.


A. Scottedward Hodel [EMAIL PROTECTED]
http://homepage.mac.com/hodelas/tar





Alas, I spoke too soon.  If my solution has more than one paragraph, 
the Command paragraph type starts a new solution environment, i.e., I 
get the word "Solution" at the start of each paragraph.  I'll keep 
plugging at it...


I'll have a look at this. There needs to be some kind of "multipar" 
option here.


rh



Re: How to do it in LyX?

2008-04-21 Thread Uwe Stöhr

Salát Máté schrieb:


I haven't seen this "Math manual", maybe that's the problem... :)

Where can I find it?


Menu Help -> Math. But as said, this is only there since LyX 1.5.4.


I ended up on the page http://wiki.lyx.org/LyX/DocumentationDevelopment#Math.

> Here the Math.pdf is "Not Found".

Strange, someone must have deleted it. I uploaded it again.

regards Uwe


TPJ online (fwd)

2008-04-21 Thread Rich Shepard

  For those of you who don't follow the PracTeX Journal, here's the link to
the current issue. There's an article on writing theses with LaTeX, and
another on using BibTeX for various formats.

Rich

--
Richard B. Shepard, Ph.D.   |  IntegrityCredibility
Applied Ecosystem Services, Inc.|Innovation
 Voice: 503-667-4517  Fax: 503-667-8863

-- Forwarded message --
Hello all,

Issue 2008-1 of the PracTeX Journal is online at the usual
http://www.tug.org/pracjourn.  The Theme is LaTeXniques. We hope you'll
enjoy reading it and welcome your feedback.

We also welcome your submissions for our 2008-2  issue. Papers, either
within the "Class and Style" theme or unthemed can be accepted until May
15th. Papers received after this deadline will be considered for the next
issue.

Happy TeXing!
Yuri Robbers.


Creating Feynman diagrams using Feynmf and LyX

2008-04-21 Thread Real87

Hi

I'm trying to produce Feynman diagrams using LyX. I've already tried to use
the  http://wiki.lyx.org/Tips/FeynmanDiagrams feyn  package but it is too
restrictive. Therefore I'm trying to use a much more powerful package called 
http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/ feynmf .
However, there are some compatibility issues with LyX:

- When using the package feynmf (metafont based) there are some problems
when the latex code is converted into .dvi, .pdf or .ps: one needs to
compile twice, since in the first time a error message appears.
Additionally, when the source code is modified the font files are not
updated.

- When using the package feynmp (metapost based) there is no output at all
(the document is blank).

Here is a LyX test file:  http://www.nabble.com/file/p16810095/test.lyx
test.lyx .

BTW, I'm using LyX 1.5.4 with an updated MiKTeX 2.6.
Contact me for additional clarification.

Thank you for your attention.
-- 
View this message in context: 
http://www.nabble.com/Creating-Feynman-diagrams-using-Feynmf-and-LyX-tp16810095p16810095.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: How to do it in LyX?

2008-04-21 Thread Salát Máté
Thanks, Uwe!

I haven't seen this "Math manual", maybe that's the problem... :)

Where can I find it? I ended up on the page 
http://wiki.lyx.org/LyX/DocumentationDevelopment#Math. Here the Math.pdf is 
"Not Found". I could download a single file named Math.lyx, but in spite of the 
required packages are installed, at the opening it complains about some missing 
layout file (http://screencast.com/t/gbkVlMCK), a lot of included pictures are 
missing, and when I try to compile it, there is no information to do it 
(http://screencast.com/t/2TqTZKg42D6). What do they mean, and what shell I do 
to fix them?

Máté
  - Original Message - 
  From: Uwe Stöhr 
  To: Salát Máté 
  Cc: lyx-users@lists.lyx.org 
  Sent: Monday, April 21, 2008 1:08 PM
  Subject: Re: How to do it in LyX?


  Salát Máté schrieb:

  > The first is changing the row distances in multiline modes using the row 
endings "\\[9pt]".

  This is unfortunately not possible in LyX without writing the whole formula 
in ERT, see sec. 18.1.1 
  of the Math manual that comes with LyX 1.5.4.

  > The second is making multiline subscripts in sums or integrals using 
"\substack{...}". Is there any LyX command for this?

  This is supported by LyX, see sec. 10.2 of the Math manual.

  regards Uwe

Re: "english" appended to the left side of the running head

2008-04-21 Thread Richard Heck

rhb wrote:

I'm rather inexperienced with LaTeX and LyX, trying to use the latter to
write a presentation for a class. I'm using the amsart document class,
because it makes the handout look the best, but at the top of each page, it
prints the title as "englishTopological Vector Spaces" instead of
"Topological Vector Spaces". Is there any way I can fix this, or get rid of
the header entirely (I don't really need it)?

Also, is there a way to remove or lessen the empty space above the title on
the first page of the document? I'm having trouble figuring that out.

  
I've seen this problem, too. I think it's a LyX bug. Please file a 
report at bugzilla.lyx.org, and I'll have a look at it as soon as I get 
a chance.


rh



Re: No document classes avalible

2008-04-21 Thread Denné Reed

Hi Steffen,
First thing to try is reconfigure Lyx. In the main menu bar at the top  
select Lyx > Reconfigure.


Best,
Denné

On Apr 21, 2008, at 12:48 PM, Steffen Steinwand wrote:


Hallo,
I have a problem with my LyX installation on my new Mac.
I had download LyX an Tex and installed both, But know there are  
know document classes avalible.

What can I do?

Thanks for your help.

Best regards
Steffen


Re: No document classes avalible

2008-04-21 Thread Bennett Helm
On Mon, Apr 21, 2008 at 1:48 PM, Steffen Steinwand <[EMAIL PROTECTED]>
wrote:

> Hallo,
> I have a problem with my LyX installation on my new Mac.
> I had download LyX an Tex and installed both, But know there are know
> document classes avalible.
> What can I do?


Did you first run LyX before you installed TeX? If so, you'll need to run
LyX > Reconfigure. Then it should locate your TeX installation and recognize
all your document classes.

If not, try running reconfigure anyway. If that doesn't work, what version
of TeX are you using?

Bennett


No document classes avalible

2008-04-21 Thread Steffen Steinwand

Hallo,
I have a problem with my LyX installation on my new Mac.
I had download LyX an Tex and installed both, But know there are know  
document classes avalible.

What can I do?

Thanks for your help.

Best regards
Steffen


why are the table too wide?

2008-04-21 Thread Jon Bendtsen

Hi

Why are the table too wide? I dont want to spent time fixing the table  
width. I suggest 2 possible options if the table is too wide.


1) scale font so all text can be there in one line
2) break the text inside the table into multiple lines



JonB


Re: How to do it in LyX?

2008-04-21 Thread Uwe Stöhr

Salát Máté schrieb:


The first is changing the row distances in multiline modes using the row endings 
"\\[9pt]".


This is unfortunately not possible in LyX without writing the whole formula in ERT, see sec. 18.1.1 
of the Math manual that comes with LyX 1.5.4.



The second is making multiline subscripts in sums or integrals using 
"\substack{...}". Is there any LyX command for this?


This is supported by LyX, see sec. 10.2 of the Math manual.

regards Uwe


Re: Google Docs to LaTeX

2008-04-21 Thread Charles de Miramon
Michael Thompson wrote:


> are too kind to what Charles calls the 'wysiwyg cruft'.  If you find a
> solution to the problem with em-dashes that doesn't involve a
> find-and-replace in the .tex file, tell me.

I paste my w2lclean script that I run on files converted by writer2latex
before importing them into LyX. It is geared for French but can easily be
adapted. It uses sed (a command line search&replace that is standard on
Unix). I guess it will work on Mac OS/X. 

sh w2lclean Myconvertedfile.tex will create a temp-Myconvertedfile.tex that
you can then import into LyX.

For en-dash problem, you have to create a rule to convert space-space to
space--space

Cheers,
Charles

---w2lclean
#! /bin/sh
TEMP=temp-$1
cp $1 $TEMP
sed '
s/\\par/ /g;
s/\\bigskip//g;
s/\\fontsize{.*}{.*}\\selectfont//g;
s/\\usepackage\[ascii\]{inputenc}/\\usepackage\[latin1\]{inputenc}/g;
s/\\textsuperscript{\\footnotemark{}}\\footnotetext/\\footnote/g;
s/\\textstyleFootnoteSymbol{\\footnotemark{}}\\footnotetext/\\footnote/g;
s/\\textstyleAppelnotedebasdep{\\footnotemark{}}\\footnotetext/\\footnote/g;
s/\\textit/\\emph/g;
s/~/ /g;


s/{\\textquotedbl}/«/g;
s/{\\textquoteright}/'\''/g;
s/{\\textquotesingle}/'\''/g;
s/'\'''\''/»/g;
s/{\\guillemotleft}/«/g;
s/{\\guillemotright}/»/g;
s/{\\ /{ /g;

s/{}-/-/g;

s/\\"e/ë/g;
s/\\"i/ï/g;
s/\\"u/ü/g;
s/\\^i/î/g;
s/\\^e/ê/g;
s/\\'\''e/é/g;
s/\\`a/à/g;
s/\\`e/è/g;
s/\\^a/â/g;
s/\\^o/ô/g;
s/\\^u/û/g;
s/\\`u/ù/g;
s/\\^I/Î/g;
s/\\^E/Ê/g;
s/\\^O/Ô/g;
s/\\^U/Û/g;
s/\\`A/À/g;
s/\\selectlanguage{french}/ /g;
s/\\foreignlanguage{french}{/ /g;
s/}\\foreignlanguage{french}{/ /g;
s/\\foreignlanguage{dutch}{/ /g;
s/}\\foreignlanguage{dutch}{/ /g;
' $TEMP > temp-out
mv temp-out $TEMP
 
-- 
http://www.kde-france.org



Re: floats inserted in a beamer presentation does not show the label counter

2008-04-21 Thread Oscar Lopez
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:

> 
> Oscar Lopez wrote:
> 
> RTFM (beameruserguide, sec. 11.6). There's a good rationale provided why it 
> is 
> so.

I am sorry, my fault. I looked for "float" and nothing relevant appeared. Next
time I'll be more careful.

  
> \setbeamertemplate{caption}[numbered]

Thanks for your time and patience!

> 
> Jürgen
> 
> 






Re: floats inserted in a beamer presentation does not show the label counter

2008-04-21 Thread Jürgen Spitzmüller
Oscar Lopez wrote:
> When I insert a Float Figure in a beamer presentation with a caption the
> label counter it does not show at the pdf output. However, if i insert a
> reference to the figure label this reference is correctly displayed at the
> pdf output. Is this expected? 

RTFM (beameruserguide, sec. 11.6). There's a good rationale provided why it is 
so.

> Is there any way to include a numbered float 
> in a beamer presentation? Any possible workaround?

\setbeamertemplate{caption}[numbered]

Jürgen