Re: Incorporating PSTricks Figures in a Document

2005-02-14 Thread Herbert Voss
Rich Shepard wrote:
  I now know the power of pstricks, but what I have yet to discover is
it is not only the power, which makes it worth to use
PSTricks. It uses by default the same fonts for the text
on axes, labels, ... For other drawing tools you often
have to change the fonts with psfrag, otherwise it looks
a bit ugly, when having e.g. palatino as text font and courier
in the graphics ...
And the other advantage is, that you can do all changes to
your graphic on the fly ...
But if you prefer another tool, then it is also okay,
unless the graphic looks well and shows what you want.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Looking for a way of circumventing a bug

2005-02-14 Thread Herbert Voss

Paul Smith wrote:
Dear All
Before proceeding, please have a look at my attached example. LyX
converts the proof to LaTeX as follows:
\begin{proof}
This is my short proof.
\end{proof}
However, due to a bug in the ntheorem package, the end-mark symbol
does not appear; one needs to delete the empty lines between This is
my short proof.. Is it possible to instruct LyX to automatically
delete those lines?

put the following in ~/.lyx/layouts/stdlayouts.inc
# Proof style definition
Style Proof
  MarginStatic
  LatexType Environment
  LatexName proof
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  TopSep0.5
  ParSep0.5
  BottomSep 0.5
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
  Preamble
\usepackage[thmmarks]{ntheorem}
\theoremheaderfont{\itshape\bfseries}
\theorembodyfont{\normalfont}
\theoremstyle{nonumberplain}
\theoremsymbol{\rule{1ex}{1ex}}
\newtheorem{proof}{Proof}
  Endpreamble
End
then restart LyX and you can choose Proof from the
layout menu and no additional definitions in the preamble
are needed
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Looking for a way of circumventing a bug

2005-02-14 Thread Herbert Voss
Paul Smith wrote:
(1) can we have a tag for the above, so that we can see within LyX
that it is a proof?
yes, with this definition - see png
# Proof style definition
Style Proof
  MarginStatic
  LatexType Environment
  LatexName proof
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  TopSep0.5
  ParSep0.5
  BottomSep 0.5
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType Static
  LabelString   Proof: 
  EndLabelType  Filled_Box
  Font
Shape   Up
SizeNormal
  EndFont
  LabelFont
Series  Bold
  EndFont
  Preamble
\usepackage[thmmarks]{ntheorem}
\theoremheaderfont{\itshape\bfseries}
\theorembodyfont{\normalfont}
\theoremstyle{nonumberplain}
\theoremsymbol{\rule{1ex}{1ex}}
\newtheorem{proof}{Proof}
  Endpreamble
End
(2) does this solution conflict with other classes when I use LyX to
work with other documents?
yes, when they also uses ntheorem, then there maybe a
package clash. You can create your own layout class,
then there is no problem.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
inline: proof.png

Re: Looking for a way of circumventing a bug

2005-02-14 Thread Herbert Voss
Paul Smith wrote:
yes, when they also uses ntheorem, then there maybe a
package clash. You can create your own layout class,
then there is no problem.

Is that difficult?
no, look for extarticle.layout as an example
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Incorporating PSTricks Figures in a Document

2005-02-14 Thread Herbert Voss
Rich Shepard wrote:
  I now know the power of pstricks, but what I have yet to discover is
it is not only the power, which makes it worth to use
PSTricks. It uses by default the same fonts for the text
on axes, labels, ... For other drawing tools you often
have to change the fonts with psfrag, otherwise it looks
a bit ugly, when having e.g. palatino as text font and courier
in the graphics ...
And the other advantage is, that you can do all changes to
your graphic on the fly ...
But if you prefer another tool, then it is also okay,
unless the graphic looks well and shows what you want.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Looking for a way of circumventing a bug

2005-02-14 Thread Herbert Voss

Paul Smith wrote:
Dear All
Before proceeding, please have a look at my attached example. LyX
converts the proof to LaTeX as follows:
\begin{proof}
This is my short proof.
\end{proof}
However, due to a bug in the ntheorem package, the end-mark symbol
does not appear; one needs to delete the empty lines between "This is
my short proof.". Is it possible to instruct LyX to automatically
delete those lines?

put the following in ~/.lyx/layouts/stdlayouts.inc
# Proof style definition
Style Proof
  MarginStatic
  LatexType Environment
  LatexName proof
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  TopSep0.5
  ParSep0.5
  BottomSep 0.5
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
  Preamble
\usepackage[thmmarks]{ntheorem}
\theoremheaderfont{\itshape\bfseries}
\theorembodyfont{\normalfont}
\theoremstyle{nonumberplain}
\theoremsymbol{\rule{1ex}{1ex}}
\newtheorem{proof}{Proof}
  Endpreamble
End
then restart LyX and you can choose Proof from the
layout menu and no additional definitions in the preamble
are needed
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Looking for a way of circumventing a bug

2005-02-14 Thread Herbert Voss
Paul Smith wrote:
(1) can we have a tag for the above, so that we can see within LyX
that it is a proof?
yes, with this definition -> see png
# Proof style definition
Style Proof
  MarginStatic
  LatexType Environment
  LatexName proof
  NextNoIndent  1
  LeftMarginMMM
  RightMargin   MMM
  TopSep0.5
  ParSep0.5
  BottomSep 0.5
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType Static
  LabelString   "Proof: "
  EndLabelType  Filled_Box
  Font
Shape   Up
SizeNormal
  EndFont
  LabelFont
Series  Bold
  EndFont
  Preamble
\usepackage[thmmarks]{ntheorem}
\theoremheaderfont{\itshape\bfseries}
\theorembodyfont{\normalfont}
\theoremstyle{nonumberplain}
\theoremsymbol{\rule{1ex}{1ex}}
\newtheorem{proof}{Proof}
  Endpreamble
End
(2) does this solution conflict with other classes when I use LyX to
work with other documents?
yes, when they also uses ntheorem, then there maybe a
package clash. You can create your own layout class,
then there is no problem.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
<>

Re: Looking for a way of circumventing a bug

2005-02-14 Thread Herbert Voss
Paul Smith wrote:
yes, when they also uses ntheorem, then there maybe a
package clash. You can create your own layout class,
then there is no problem.

Is that difficult?
no, look for extarticle.layout as an example
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Incorporating PSTricks Figures in a Document

2005-02-14 Thread Herbert Voss
Rich Shepard wrote:
  I now know the power of pstricks, but what I have yet to discover is
it is not only the power, which makes it worth to use
PSTricks. It uses by default the same fonts for the text
on axes, labels, ... For other drawing tools you often
have to change the fonts with psfrag, otherwise it looks
a bit ugly, when having e.g. palatino as text font and courier
in the graphics ...
And the other advantage is, that you can do all changes to
your graphic on the fly ...
But if you prefer another tool, then it is also okay,
unless the graphic looks well and shows what you want.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-13 Thread Herbert Voss
Kayvan A. Sylvan wrote:
On Sat, Feb 12, 2005 at 09:32:41PM -0600, Paul Johnson wrote:
If pstricks things don't display in pdflatex output, don't you think you 
should put out a big warning to everybody on your wiki?  To me, that's a 
pretty big danger of using pstricks.

pj

Isn't there a correspondinf pdftricks package that makes pstricks
code work with PDFTeX?
http://PSTricks.de/pdf/pdfoutput.phtml
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-13 Thread Herbert Voss
Micha Feigin wrote:
On Sat, 12 Feb 2005 19:47:08 -0800
Kayvan A. Sylvan [EMAIL PROTECTED] wrote:

On Sat, Feb 12, 2005 at 09:32:41PM -0600, Paul Johnson wrote:
If pstricks things don't display in pdflatex output, don't you think you 
should put out a big warning to everybody on your wiki?  To me, that's a 
pretty big danger of using pstricks.

pj
Isn't there a correspondinf pdftricks package that makes pstricks
code work with PDFTeX?

There is also pgf (I think its a part of beamer) that works with both ps and
pdf.
it is 5% of PSTricks ...
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-13 Thread Herbert Voss
Kayvan A. Sylvan wrote:
On Sat, Feb 12, 2005 at 09:32:41PM -0600, Paul Johnson wrote:
If pstricks things don't display in pdflatex output, don't you think you 
should put out a big warning to everybody on your wiki?  To me, that's a 
pretty big danger of using pstricks.

pj

Isn't there a correspondinf pdftricks package that makes pstricks
code work with PDFTeX?
http://PSTricks.de/pdf/pdfoutput.phtml
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-13 Thread Herbert Voss
Micha Feigin wrote:
On Sat, 12 Feb 2005 19:47:08 -0800
Kayvan A. Sylvan [EMAIL PROTECTED] wrote:

On Sat, Feb 12, 2005 at 09:32:41PM -0600, Paul Johnson wrote:
If pstricks things don't display in pdflatex output, don't you think you 
should put out a big warning to everybody on your wiki?  To me, that's a 
pretty big danger of using pstricks.

pj
Isn't there a correspondinf pdftricks package that makes pstricks
code work with PDFTeX?

There is also pgf (I think its a part of beamer) that works with both ps and
pdf.
it is 5% of PSTricks ...
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-13 Thread Herbert Voss
Kayvan A. Sylvan wrote:
On Sat, Feb 12, 2005 at 09:32:41PM -0600, Paul Johnson wrote:
If pstricks things don't display in pdflatex output, don't you think you 
should put out a big warning to everybody on your wiki?  To me, that's a 
pretty big danger of using pstricks.

pj

Isn't there a correspondinf pdftricks package that makes pstricks
code work with PDFTeX?
http://PSTricks.de/pdf/pdfoutput.phtml
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-13 Thread Herbert Voss
Micha Feigin wrote:
On Sat, 12 Feb 2005 19:47:08 -0800
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> wrote:

On Sat, Feb 12, 2005 at 09:32:41PM -0600, Paul Johnson wrote:
If pstricks things don't display in pdflatex output, don't you think you 
should put out a big warning to everybody on your wiki?  To me, that's a 
pretty big danger of using pstricks.

pj
Isn't there a correspondinf pdftricks package that makes pstricks
code work with PDFTeX?

There is also pgf (I think its a part of beamer) that works with both ps and
pdf.
it is 5% of PSTricks ...
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: an input bug

2005-02-10 Thread Herbert Voss
Georg Baum wrote:
Herbert Voss wrote:

LyX 1.3.5
- insert-include a file in input mode
- choose a file in the same dir as the doc
- LyX chooses not the doc dir for this file
   when it runs the tex file in the temp dir
   example: \input{rot.tex} - I'll get
   an error.

It should be found via [EMAIL PROTECTED] in 1.3.x. What  TeX distribution are you
ah, I see. I used a filename which is listed as
TeX file and in this case TeX looks first in the
TeXtree anf then in the [EMAIL PROTECTED] ...
However, LyX should use an absolute path, when running
the file.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-10 Thread Herbert Voss
Rich Shepard wrote:
  From reading the pstricks manual I learn that it will do a great job of
creating figures and plots for use in LaTeX documents and beamer
presentations. Can it be used within LyX? Is there a HOWTO I could read?
the preview also works with LyX, see attached png
Herbert


--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
inline: lyx-pstricks.png

Re: an input bug

2005-02-10 Thread Herbert Voss
Georg Baum wrote:
Herbert Voss wrote:

LyX 1.3.5
- insert-include a file in input mode
- choose a file in the same dir as the doc
- LyX chooses not the doc dir for this file
   when it runs the tex file in the temp dir
   example: \input{rot.tex} - I'll get
   an error.

It should be found via [EMAIL PROTECTED] in 1.3.x. What  TeX distribution are you
ah, I see. I used a filename which is listed as
TeX file and in this case TeX looks first in the
TeXtree anf then in the [EMAIL PROTECTED] ...
However, LyX should use an absolute path, when running
the file.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-10 Thread Herbert Voss
Rich Shepard wrote:
  From reading the pstricks manual I learn that it will do a great job of
creating figures and plots for use in LaTeX documents and beamer
presentations. Can it be used within LyX? Is there a HOWTO I could read?
the preview also works with LyX, see attached png
Herbert


--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
inline: lyx-pstricks.png

Re: an input bug

2005-02-10 Thread Herbert Voss
Georg Baum wrote:
Herbert Voss wrote:

LyX 1.3.5
-> insert->include a file in input mode
-> choose a file in the same dir as the doc
-> LyX chooses not the doc dir for this file
   when it runs the tex file in the temp dir
   example: \input{rot.tex} -> I'll get
   an error.

It should be found via [EMAIL PROTECTED] in 1.3.x. What  TeX distribution are you
ah, I see. I used a filename which is listed as
TeX file and in this case TeX looks first in the
TeXtree anf then in the [EMAIL PROTECTED] ...
However, LyX should use an absolute path, when running
the file.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Using Pstricks Within LyX

2005-02-10 Thread Herbert Voss
Rich Shepard wrote:
  From reading the pstricks manual I learn that it will do a great job of
creating figures and plots for use in LaTeX documents and beamer
presentations. Can it be used within LyX? Is there a HOWTO I could read?
the preview also works with LyX, see attached png
Herbert


--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
<>

an input bug

2005-02-09 Thread Herbert Voss
LyX 1.3.5
- insert-include a file in input mode
- choose a file in the same dir as the doc
- LyX chooses not the doc dir for this file
   when it runs the tex file in the temp dir
   example: \input{rot.tex} - I'll get
   an error.
a solution is to choose always an absolute path,
or to copy the file into the temp dir.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Annoying problem with Babel

2005-02-09 Thread Herbert Voss
Uwe Stöhr wrote:
Stefano Franchi wrote:
LaTeX Error: File `iso-8859-7.def' not found.
 \endinput
   ^^M
*** (cannot \read from terminal in nonstop modes)

This is interesting. I also don't have this file. Seems that new 
versions of babel changed. But what happens if you downlod the file from
[EMAIL PROTECTED]:~ kpsewhich iso-8859-7.def
/opt/texlive8/texmf-dist/tex/latex/greek/iso-8859-7.def
it is on every TeXlive
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Annoying problem with Babel

2005-02-09 Thread Herbert Voss
Stefano Franchi wrote:
unfortunately the suggested fix does not help. I installed the file 
(it was not on my distro: fink on MacOs 10.3), rehashed TeX and 
reconfigured LyX, but I still get the same error message.

LaTeX Error: File `iso-8859-7.def' not found.
 \endinput
   ^^M
*** (cannot \read from terminal in nonstop modes)
there is a package which wants to read something from
the console, which is not possible with LyX, which runs
in batchmode (nonstop mode)
give an example file
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


an input bug

2005-02-09 Thread Herbert Voss
LyX 1.3.5
- insert-include a file in input mode
- choose a file in the same dir as the doc
- LyX chooses not the doc dir for this file
   when it runs the tex file in the temp dir
   example: \input{rot.tex} - I'll get
   an error.
a solution is to choose always an absolute path,
or to copy the file into the temp dir.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Annoying problem with Babel

2005-02-09 Thread Herbert Voss
Uwe Stöhr wrote:
Stefano Franchi wrote:
LaTeX Error: File `iso-8859-7.def' not found.
 \endinput
   ^^M
*** (cannot \read from terminal in nonstop modes)

This is interesting. I also don't have this file. Seems that new 
versions of babel changed. But what happens if you downlod the file from
[EMAIL PROTECTED]:~ kpsewhich iso-8859-7.def
/opt/texlive8/texmf-dist/tex/latex/greek/iso-8859-7.def
it is on every TeXlive
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Annoying problem with Babel

2005-02-09 Thread Herbert Voss
Stefano Franchi wrote:
unfortunately the suggested fix does not help. I installed the file 
(it was not on my distro: fink on MacOs 10.3), rehashed TeX and 
reconfigured LyX, but I still get the same error message.

LaTeX Error: File `iso-8859-7.def' not found.
 \endinput
   ^^M
*** (cannot \read from terminal in nonstop modes)
there is a package which wants to read something from
the console, which is not possible with LyX, which runs
in batchmode (nonstop mode)
give an example file
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


an input bug

2005-02-09 Thread Herbert Voss
LyX 1.3.5
-> insert->include a file in input mode
-> choose a file in the same dir as the doc
-> LyX chooses not the doc dir for this file
   when it runs the tex file in the temp dir
   example: \input{rot.tex} -> I'll get
   an error.
a solution is to choose always an absolute path,
or to copy the file into the temp dir.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Annoying problem with Babel

2005-02-09 Thread Herbert Voss
Uwe Stöhr wrote:
Stefano Franchi wrote:
LaTeX Error: File `iso-8859-7.def' not found.
 \endinput
   ^^M
*** (cannot \read from terminal in nonstop modes)

This is interesting. I also don't have this file. Seems that new 
versions of babel changed. But what happens if you downlod the file from
[EMAIL PROTECTED]:~> kpsewhich iso-8859-7.def
/opt/texlive8/texmf-dist/tex/latex/greek/iso-8859-7.def
it is on every TeXlive
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Annoying problem with Babel

2005-02-09 Thread Herbert Voss
Stefano Franchi wrote:
unfortunately the suggested fix does not help. I installed the file 
(it was not on my distro: fink on MacOs 10.3), rehashed TeX and 
reconfigured LyX, but I still get the same error message.

LaTeX Error: File `iso-8859-7.def' not found.
 \endinput
   ^^M
*** (cannot \read from terminal in nonstop modes)
there is a package which wants to read something from
the console, which is not possible with LyX, which runs
in batchmode (nonstop mode)
give an example file
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Legend at side of Graphics

2005-02-03 Thread Herbert Voss
Guillaume SANTINI wrote:
I got a float-graphic with a long legend (the figure is simple but not 
the comment). I want to specify LyX (v. 1.3.5) to put the legend at the 
side of the graphic rather than bellow. How could i do this ?
use package sidecap
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Legend at side of Graphics

2005-02-03 Thread Herbert Voss
Guillaume SANTINI wrote:
I got a float-graphic with a long legend (the figure is simple but not 
the comment). I want to specify LyX (v. 1.3.5) to put the legend at the 
side of the graphic rather than bellow. How could i do this ?
use package sidecap
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Legend at side of Graphics

2005-02-03 Thread Herbert Voss
Guillaume SANTINI wrote:
I got a float-graphic with a long legend (the figure is simple but not 
the comment). I want to specify LyX (v. 1.3.5) to put the legend at the 
side of the graphic rather than bellow. How could i do this ?
use package sidecap
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Equation Too Long for Text Width

2005-01-31 Thread Herbert Voss
Rich Shepard wrote:
  Then I try entering a bit more of the equation and I press ctrl-enter.
This moves what I've entered down and leaves the cursor after the =, in
front of what I just entered.
  Attached is a pdf of the one page with the equation that's overfull and
needs to be split.
I'll forward an example to you as private mail, which I sent
yesterday to a friend.
HErbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Rotate Table Doesn't

2005-01-31 Thread Herbert Voss
Rich Shepard wrote:
  I have a table that is too wide for the page. When I click on a cell,
bring up the table dialog box, and select Rotate Table 90, it does not
work. The .dvi output shows the table still horizontal, but toward the
bottom of the page and running off the right edge.
  Must be something I've not done properly. Clue, please.
in gereal, the dvi viewers cannot rotate objects, use
the PostScript or PDF-output
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Equation Too Long for Text Width

2005-01-31 Thread Herbert Voss
Rich Shepard wrote:
  Then I try entering a bit more of the equation and I press ctrl-enter.
This moves what I've entered down and leaves the cursor after the =, in
front of what I just entered.
  Attached is a pdf of the one page with the equation that's overfull and
needs to be split.
I'll forward an example to you as private mail, which I sent
yesterday to a friend.
HErbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Rotate Table Doesn't

2005-01-31 Thread Herbert Voss
Rich Shepard wrote:
  I have a table that is too wide for the page. When I click on a cell,
bring up the table dialog box, and select Rotate Table 90, it does not
work. The .dvi output shows the table still horizontal, but toward the
bottom of the page and running off the right edge.
  Must be something I've not done properly. Clue, please.
in gereal, the dvi viewers cannot rotate objects, use
the PostScript or PDF-output
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Equation Too Long for Text Width

2005-01-31 Thread Herbert Voss
Rich Shepard wrote:
  Then I try entering a bit more of the equation and I press ctrl-enter.
This moves what I've entered down and leaves the cursor after the =, in
front of what I just entered.
  Attached is a pdf of the one page with the equation that's overfull and
needs to be split.
I'll forward an example to you as private mail, which I sent
yesterday to a friend.
HErbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: "Rotate Table" Doesn't

2005-01-31 Thread Herbert Voss
Rich Shepard wrote:
  I have a table that is too wide for the page. When I click on a cell,
bring up the table dialog box, and select "Rotate Table 90", it does not
work. The .dvi output shows the table still horizontal, but toward the
bottom of the page and running off the right edge.
  Must be something I've not done properly. Clue, please.
in gereal, the dvi viewers cannot rotate objects, use
the PostScript or PDF-output
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Files Submitted to Publisher

2005-01-30 Thread Herbert Voss
Rich Shepard wrote:
  They don't need the LaTeX (.tex) file, but the .eps, .dvi, .toc, .lof 
etc.
Is this correct? Or, have I missed something here.
my publisher only needs the pdf, the dvi is senseless.
Also toc and lof, when they cannot rum latex.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Files Submitted to Publisher

2005-01-30 Thread Herbert Voss
Rich Shepard wrote:
  They don't need the LaTeX (.tex) file, but the .eps, .dvi, .toc, .lof 
etc.
Is this correct? Or, have I missed something here.
my publisher only needs the pdf, the dvi is senseless.
Also toc and lof, when they cannot rum latex.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Files Submitted to Publisher

2005-01-30 Thread Herbert Voss
Rich Shepard wrote:
  They don't need the LaTeX (.tex) file, but the .eps, .dvi, .toc, .lof 
etc.
Is this correct? Or, have I missed something here.
my publisher only needs the pdf, the dvi is senseless.
Also toc and lof, when they cannot rum latex.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Spacing in List of Tables

2005-01-28 Thread Herbert Voss
Rich Shepard wrote:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
all should go into the preamble
Hebrert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Spacing in List of Tables

2005-01-28 Thread Herbert Voss
Rich Shepard wrote:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
all should go into the preamble
Hebrert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Spacing in "List of Tables"

2005-01-28 Thread Herbert Voss
Rich Shepard wrote:
  1.) With the [EMAIL PROTECTED] in the preamble, the spacing is
drastically altered, but the List of Tables still has 10.10 and 10.11
smashed against the text.
http://TeXnik.de/tocloft/TOC.phtml#label
using tocloft.sty for this is easier
  2.) With the [EMAIL PROTECTED] in an ERT box between the gray
placeholder boxes for List of Figures and List of Tables, the literal
command prints at the end of the List of Figures and the two problem table
numbers have no more spacing.
all should go into the preamble
Hebrert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Latex output of xfig

2005-01-26 Thread Herbert Voss
Angus Leeming wrote:
Is there a way of making Lyx understand .pstex_t file with that color
command in it?

Add \usepackage{color} to your preamble.
should be
\usepackage{xcolor} to your preamble.
better color support and with tables
\usepackage[table]{xcolor}
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: How to cross reference a float

2005-01-26 Thread Herbert Voss
Matej Cepl wrote:
Rich Shepard wrote:
   1) Are all floats referenced other than in the immediate vicinity?
   They
can be referenced as ... as seen in the following figure. Actually, I
find adding a label while creating the float no more onerous than typing
the title, moving the cursor to the front of that, pressing [Enter], then
going Layout-Paragraph-Center before Insert-Graphic for each one. With
all this, what's one more step? :-)

This is not a wise solution, because floats are floats because they can
float, i.e., following figure may actually get before its reference
(AFAIK).
only possible for the t-Option on the _same_ page, otherwise
it is always a _following_ one.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: LyX-TeX Log Location?

2005-01-26 Thread Herbert Voss
Rich Shepard wrote:
   After working in LyX today and deciding to break for dinner I killed X. I
see what appears to be part of a TeX compile log on the console. What I saw
was apparent errors in the .bib file.
   Where do I look for this log file? It's not in my document directory or in
/usr/local/lyx-1.3.5.
it is saved together with the other temporary files in
the temp dir like lyx_tempdfsd544/, which will be deleted
when closing LyX and which will still be there, when you
had a crash
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Latex output of xfig

2005-01-26 Thread Herbert Voss
Angus Leeming wrote:
Is there a way of making Lyx understand .pstex_t file with that color
command in it?

Add \usepackage{color} to your preamble.
should be
\usepackage{xcolor} to your preamble.
better color support and with tables
\usepackage[table]{xcolor}
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: How to cross reference a float

2005-01-26 Thread Herbert Voss
Matej Cepl wrote:
Rich Shepard wrote:
   1) Are all floats referenced other than in the immediate vicinity?
   They
can be referenced as ... as seen in the following figure. Actually, I
find adding a label while creating the float no more onerous than typing
the title, moving the cursor to the front of that, pressing [Enter], then
going Layout-Paragraph-Center before Insert-Graphic for each one. With
all this, what's one more step? :-)

This is not a wise solution, because floats are floats because they can
float, i.e., following figure may actually get before its reference
(AFAIK).
only possible for the t-Option on the _same_ page, otherwise
it is always a _following_ one.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: LyX-TeX Log Location?

2005-01-26 Thread Herbert Voss
Rich Shepard wrote:
   After working in LyX today and deciding to break for dinner I killed X. I
see what appears to be part of a TeX compile log on the console. What I saw
was apparent errors in the .bib file.
   Where do I look for this log file? It's not in my document directory or in
/usr/local/lyx-1.3.5.
it is saved together with the other temporary files in
the temp dir like lyx_tempdfsd544/, which will be deleted
when closing LyX and which will still be there, when you
had a crash
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Latex output of xfig

2005-01-26 Thread Herbert Voss
Angus Leeming wrote:
Is there a way of making Lyx understand .pstex_t file with that color
command in it?

Add \usepackage{color} to your preamble.
should be
\usepackage{xcolor} to your preamble.
better color support and with tables
\usepackage[table]{xcolor}
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: How to cross reference a float

2005-01-26 Thread Herbert Voss
Matej Cepl wrote:
Rich Shepard wrote:
   1) Are all floats referenced other than in the immediate vicinity?
   They
can be referenced as "... as seen in the following figure." Actually, I
find adding a label while creating the float no more onerous than typing
the title, moving the cursor to the front of that, pressing [Enter], then
going Layout->Paragraph->Center before Insert->Graphic for each one. With
all this, what's one more step? :-)

This is not a wise solution, because floats are floats because they can
float, i.e., "following" figure may actually get before its reference
(AFAIK).
only possible for the t-Option on the _same_ page, otherwise
it is always a _following_ one.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: LyX->TeX Log Location?

2005-01-26 Thread Herbert Voss
Rich Shepard wrote:
   After working in LyX today and deciding to break for dinner I killed X. I
see what appears to be part of a TeX compile log on the console. What I saw
was apparent errors in the .bib file.
   Where do I look for this log file? It's not in my document directory or in
/usr/local/lyx-1.3.5.
it is saved together with the other temporary files in
the temp dir like lyx_tempdfsd544/, which will be deleted
when closing LyX and which will still be there, when you
had a crash
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Index Letter Separators

2005-01-25 Thread Herbert Voss
Rich Shepard wrote:
   I think someone may have provided information on this. If so, I apologize
for not saving that message. Also, I do not find the answer in TLC2.
However, I believe part of the answer is on the Tips  Tricks Web page.
   To get letter and Symbol headings in the index I need to use Letter.ist.
Correct? Where do I put this in the LyX document? Does it go in the preamble
as
\usepackage{letter.ist}
or ...?
put it into $texmf-local/makeindex/letter.ist
Now the problem is, that LyX runs hardcoded
makeindex -q  file.idx   or something similiar
but you need
makeindex -s letter.ist file.idx
you have to write a wrapper makeindex, which does nothing else
as starting the makeindexOld with the letter.ist
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Index Letter Separators

2005-01-25 Thread Herbert Voss
Rich Shepard wrote:
   I think someone may have provided information on this. If so, I apologize
for not saving that message. Also, I do not find the answer in TLC2.
However, I believe part of the answer is on the Tips  Tricks Web page.
   To get letter and Symbol headings in the index I need to use Letter.ist.
Correct? Where do I put this in the LyX document? Does it go in the preamble
as
\usepackage{letter.ist}
or ...?
put it into $texmf-local/makeindex/letter.ist
Now the problem is, that LyX runs hardcoded
makeindex -q  file.idx   or something similiar
but you need
makeindex -s letter.ist file.idx
you have to write a wrapper makeindex, which does nothing else
as starting the makeindexOld with the letter.ist
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Index Letter Separators

2005-01-25 Thread Herbert Voss
Rich Shepard wrote:
   I think someone may have provided information on this. If so, I apologize
for not saving that message. Also, I do not find the answer in TLC2.
However, I believe part of the answer is on the Tips & Tricks Web page.
   To get letter and "Symbol" headings in the index I need to use Letter.ist.
Correct? Where do I put this in the LyX document? Does it go in the preamble
as
\usepackage{letter.ist}
or ...?
put it into $texmf-local/makeindex/letter.ist
Now the problem is, that LyX runs hardcoded
makeindex -q  file.idx   or something similiar
but you need
makeindex -s letter.ist file.idx
you have to write a wrapper makeindex, which does nothing else
as starting the makeindexOld with the letter.ist
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Xfig with specialtext

2005-01-24 Thread Herbert Voss
Angus Leeming wrote:
What I'm wondering is whether there is a better way of doing it?  Are
there plans of making Lyx recognize graphics+text combination and
somehow (probably not very easy?) precompile them to show the result
inside the document?

You mean like this ;-)
Excuse the poor resolution of this screenshot, but I wanted to make the
image file as small as possible.
What you can see is an Instant Preview image of an XFig external inset in
LyX 1.4.0cvs. Not available to the public yet, but getting closer.
fine, only one problem ... :-)
why did you use xfig for that??
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Xfig with specialtext

2005-01-24 Thread Herbert Voss
LB wrote:
That's great.  It would be a useful feature!
If Lyx can combine ps files and latex files like that, then they don't 
even have to be produced by xfig. Am I right?
\includegraphics{file.ps}
or with LyX insert-graphics-file.ps
wher is the problem with ps files?
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Xfig with specialtext

2005-01-24 Thread Herbert Voss
Angus Leeming wrote:
What I'm wondering is whether there is a better way of doing it?  Are
there plans of making Lyx recognize graphics+text combination and
somehow (probably not very easy?) precompile them to show the result
inside the document?

You mean like this ;-)
Excuse the poor resolution of this screenshot, but I wanted to make the
image file as small as possible.
What you can see is an Instant Preview image of an XFig external inset in
LyX 1.4.0cvs. Not available to the public yet, but getting closer.
fine, only one problem ... :-)
why did you use xfig for that??
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Xfig with specialtext

2005-01-24 Thread Herbert Voss
LB wrote:
That's great.  It would be a useful feature!
If Lyx can combine ps files and latex files like that, then they don't 
even have to be produced by xfig. Am I right?
\includegraphics{file.ps}
or with LyX insert-graphics-file.ps
wher is the problem with ps files?
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Xfig with specialtext

2005-01-24 Thread Herbert Voss
Angus Leeming wrote:
What I'm wondering is whether there is a better way of doing it?  Are
there plans of making Lyx recognize graphics+text combination and
somehow (probably not very easy?) precompile them to show the result
inside the document?

You mean like this ;-)
Excuse the poor resolution of this screenshot, but I wanted to make the
image file as small as possible.
What you can see is an Instant Preview image of an XFig external inset in
LyX 1.4.0cvs. Not available to the public yet, but getting closer.
fine, only one problem ... :-)
why did you use xfig for that??
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Xfig with specialtext

2005-01-24 Thread Herbert Voss
LB wrote:
That's great.  It would be a useful feature!
If Lyx can combine ps files and latex files like that, then they don't 
even have to be produced by xfig. Am I right?
\includegraphics{file.ps}
or with LyX insert->graphics->file.ps
wher is the problem with ps files?
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: (a+b)(a+b) with arrows

2005-01-23 Thread Herbert Voss
Gunnar wrote:
In many textbooks you show that (a+b)(a+b)=a^2+2ab+b^2  by drawing arrows 
like in the attached image.
How can I do that in LyX?
with LaTeX (ERT), on p. 120 you'll find an example
http://www.ctan.org/tex-archive/info/math/voss/Voss-Mathmode.pdf
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: (a+b)(a+b) with arrows

2005-01-23 Thread Herbert Voss
Gunnar wrote:
In many textbooks you show that (a+b)(a+b)=a^2+2ab+b^2  by drawing arrows 
like in the attached image.
How can I do that in LyX?
with LaTeX (ERT), on p. 120 you'll find an example
http://www.ctan.org/tex-archive/info/math/voss/Voss-Mathmode.pdf
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: (a+b)(a+b) with arrows

2005-01-23 Thread Herbert Voss
Gunnar wrote:
In many textbooks you "show" that (a+b)(a+b)=a^2+2ab+b^2  by drawing arrows 
like in the attached image.
How can I do that in LyX?
with LaTeX (ERT), on p. 120 you'll find an example
http://www.ctan.org/tex-archive/info/math/voss/Voss-Mathmode.pdf
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: vertical lines

2005-01-22 Thread Herbert Voss
John A. White, Jr. wrote:
How can I put a vertical line down the right side of a minipage?  I am a 
choose a table and insert a minipage in one cell
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: vertical lines

2005-01-22 Thread Herbert Voss
John A. White, Jr. wrote:
How can I put a vertical line down the right side of a minipage?  I am a 
choose a table and insert a minipage in one cell
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: vertical lines

2005-01-22 Thread Herbert Voss
John A. White, Jr. wrote:
How can I put a vertical line down the right side of a minipage?  I am a 
choose a table and insert a minipage in one cell
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Installing new document classes

2005-01-17 Thread Herbert Voss
Eraldo Lima wrote:
I'm a new lyx user.
I have installed lyx v. 1.3.5. Under OS X.
Lyx seems to works well, but class's documents remains unavailable in the
Format-Document-Format menu. I'm completely lost. I read several helps and
until now did not success in installing this.
Someone can help me how to do step-by-step?
run edit-reconfigure and restart LyX
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Installing new document classes

2005-01-17 Thread Herbert Voss
Eraldo Lima wrote:
I'm a new lyx user.
I have installed lyx v. 1.3.5. Under OS X.
Lyx seems to works well, but class's documents remains unavailable in the
Format-Document-Format menu. I'm completely lost. I read several helps and
until now did not success in installing this.
Someone can help me how to do step-by-step?
run edit-reconfigure and restart LyX
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Installing new document classes

2005-01-17 Thread Herbert Voss
Eraldo Lima wrote:
I'm a new lyx user.
I have installed lyx v. 1.3.5. Under OS X.
Lyx seems to works well, but class's documents remains unavailable in the
Format->Document->Format menu. I'm completely lost. I read several helps and
until now did not success in installing this.
Someone can help me how to do step-by-step?
run edit-reconfigure and restart LyX
Herbert

--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: hash in URL

2005-01-13 Thread Herbert Voss
Juergen Spitzmueller wrote:
{\small\texttt{http://en.wikipedia.org/wiki/DVD\#Region_codes}}
which can be done by LyX

But then you break semantic markup. Not everyone wants url's to be typeset in 
typewriter mode (actually, I think that this is against all typographic and 
aesthetic rules anyway).
we were talking about urls in footnotes ... and a workaround.
and by the way: if you write a book, then you have in the
end a lot in your brain, but not typographic rukes ... ;-)
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: hash in URL

2005-01-13 Thread Herbert Voss
Juergen Spitzmueller wrote:
{\small\texttt{http://en.wikipedia.org/wiki/DVD\#Region_codes}}
which can be done by LyX

But then you break semantic markup. Not everyone wants url's to be typeset in 
typewriter mode (actually, I think that this is against all typographic and 
aesthetic rules anyway).
we were talking about urls in footnotes ... and a workaround.
and by the way: if you write a book, then you have in the
end a lot in your brain, but not typographic rukes ... ;-)
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: hash in URL

2005-01-13 Thread Herbert Voss
Juergen Spitzmueller wrote:
{\small\texttt{http://en.wikipedia.org/wiki/DVD\#Region_codes}}
which can be done by LyX

But then you break semantic markup. Not everyone wants url's to be typeset in 
typewriter mode (actually, I think that this is against all typographic and 
aesthetic rules anyway).
we were talking about urls in footnotes ... and a workaround.
and by the way: if you write a book, then you have in the
end a lot in your brain, but not typographic rukes ... ;-)
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: hash in URL

2005-01-11 Thread Herbert Voss
Juergen Spitzmueller wrote:
Is the url emebedded in a footnote? If yes, this is a bug (or restriction)
in the url package. See the following bugzilla entry (featuring some
workarounds):
http://bugzilla.lyx.org/show_bug.cgi?id=449
this is no bug, it is a restriction of no verbatim text
in a footnote. In this case one can choose
{\small\texttt{http://en.wikipedia.org/wiki/DVD\#Region_codes}}
which can be done by LyX
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: hash in URL

2005-01-11 Thread Herbert Voss
Juergen Spitzmueller wrote:
Is the url emebedded in a footnote? If yes, this is a bug (or restriction)
in the url package. See the following bugzilla entry (featuring some
workarounds):
http://bugzilla.lyx.org/show_bug.cgi?id=449
this is no bug, it is a restriction of no verbatim text
in a footnote. In this case one can choose
{\small\texttt{http://en.wikipedia.org/wiki/DVD\#Region_codes}}
which can be done by LyX
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: hash in URL

2005-01-11 Thread Herbert Voss
Juergen Spitzmueller wrote:
Is the url emebedded in a footnote? If yes, this is a bug (or restriction)
in the url package. See the following bugzilla entry (featuring some
workarounds):
http://bugzilla.lyx.org/show_bug.cgi?id=449
this is no bug, it is a restriction of no verbatim text
in a footnote. In this case one can choose
{\small\texttt{http://en.wikipedia.org/wiki/DVD\#Region_codes}}
which can be done by LyX
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: lyx+tetex on mac os x / jean-marc's cv class

2005-01-09 Thread Herbert Voss
John O'Gorman wrote:
Matej Cepl wrote:
BTW: What does kpse mean? Wikipedia doesn't know anything about it ;-)
It is based on the library which is shared by all TeX related programs 
(including `which tex` itself) which is called libkpathsea. I am not 
sure about k, but the rest is abbreviation of path search.

I think the k is for Knuth (Donald Knuth, the author of TeX)
they were created by Karl Berry, the nowadys TUG president ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: lyx+tetex on mac os x / jean-marc's cv class

2005-01-09 Thread Herbert Voss
John O'Gorman wrote:
Matej Cepl wrote:
BTW: What does kpse mean? Wikipedia doesn't know anything about it ;-)
It is based on the library which is shared by all TeX related programs 
(including `which tex` itself) which is called libkpathsea. I am not 
sure about k, but the rest is abbreviation of path search.

I think the k is for Knuth (Donald Knuth, the author of TeX)
they were created by Karl Berry, the nowadys TUG president ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: lyx+tetex on mac os x / jean-marc's cv class

2005-01-09 Thread Herbert Voss
John O'Gorman wrote:
Matej Cepl wrote:
BTW: What does "kpse" mean? Wikipedia doesn't know anything about it ;-)
It is based on the library which is shared by all TeX related programs 
(including `which tex` itself) which is called libkpathsea. I am not 
sure about "k", but the rest is abbreviation of "path search".

I think the k is for Knuth (Donald Knuth, the author of TeX)
they were created by Karl Berry, the nowadys TUG president ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: acents in other fonts

2005-01-07 Thread Herbert Voss
Leo Gürtler wrote:
\newfont{\platzhalter}{pnb10}
{\platzhalter
\={a}
}
brngs not the results that was expected.
then something other went wrong. Give a complete
example file.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: acents in other fonts

2005-01-07 Thread Herbert Voss
Leo Gürtler wrote:
\newfont{\platzhalter}{pnb10}
{\platzhalter
\={a}
}
brngs not the results that was expected.
then something other went wrong. Give a complete
example file.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: acents in other fonts

2005-01-07 Thread Herbert Voss
Leo Gürtler wrote:
\newfont{\platzhalter}{pnb10}
{\platzhalter
\={a}
}
brngs not the results that was expected.
then something other went wrong. Give a complete
example file.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Resetting Page Number

2005-01-06 Thread Herbert Voss
Rich Shepard wrote:
  I'm using lyx-1.3.5 on linux with the koma-script report class. The
preamble set up fancyheaders:
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
%\renewcommand{headrulewidth}{0.4pt}
%\renewcommand{footrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
 ^^^
attached an example for using fancy headers
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrbook
\begin_preamble
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
\end_preamble
\language ngerman
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 10
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 22cm
\leftmargin 1.2cm
\topmargin 1.4cm
\rightmargin 1.7cm
\bottommargin 1.4cm
\headsep 1cm
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle fancy

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
frontmatter
\end_inset 


\layout Title

A demo for fancy headings
\layout Author

Herbert Voß
\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
mainmatter
\end_inset 


\layout Chapter

foo
\layout Standard

bar bar bat faser label blubber nonsense bar bar bat faser label blubber
 nonsense bar bar bat faser label blubber nonsense bar bar bat faser label
 blubber nonsense bar bar bat faser label blubber nonsense bar bar bat faser
 label blubber nonsense bar bar bat faser label blubber nonsense bar bar
 bat faser label blubber nonsense 
\layout Section

bar
\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
backmatter
\end_inset 


\layout Chapter
\start_of_appendix 
Foo
\layout Standard

bar baz
\the_end


Re: Resetting Page Number

2005-01-06 Thread Herbert Voss
Rich Shepard wrote:
  I'm using lyx-1.3.5 on linux with the koma-script report class. The
preamble set up fancyheaders:
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
%\renewcommand{headrulewidth}{0.4pt}
%\renewcommand{footrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
 ^^^
attached an example for using fancy headers
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrbook
\begin_preamble
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
\end_preamble
\language ngerman
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 10
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 22cm
\leftmargin 1.2cm
\topmargin 1.4cm
\rightmargin 1.7cm
\bottommargin 1.4cm
\headsep 1cm
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle fancy

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
frontmatter
\end_inset 


\layout Title

A demo for fancy headings
\layout Author

Herbert Voß
\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
mainmatter
\end_inset 


\layout Chapter

foo
\layout Standard

bar bar bat faser label blubber nonsense bar bar bat faser label blubber
 nonsense bar bar bat faser label blubber nonsense bar bar bat faser label
 blubber nonsense bar bar bat faser label blubber nonsense bar bar bat faser
 label blubber nonsense bar bar bat faser label blubber nonsense bar bar
 bat faser label blubber nonsense 
\layout Section

bar
\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
backmatter
\end_inset 


\layout Chapter
\start_of_appendix 
Foo
\layout Standard

bar baz
\the_end


Re: Resetting Page Number

2005-01-06 Thread Herbert Voss
Rich Shepard wrote:
  I'm using lyx-1.3.5 on linux with the koma-script report class. The
preamble set up fancyheaders:
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
%\renewcommand{headrulewidth}{0.4pt}
%\renewcommand{footrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
 ^^^
attached an example for using fancy headers
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass scrbook
\begin_preamble
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
\end_preamble
\language ngerman
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 10
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\paperwidth 17cm
\paperheight 22cm
\leftmargin 1.2cm
\topmargin 1.4cm
\rightmargin 1.7cm
\bottommargin 1.4cm
\headsep 1cm
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle fancy

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
frontmatter
\end_inset 


\layout Title

A demo for fancy headings
\layout Author

Herbert Voß
\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
mainmatter
\end_inset 


\layout Chapter

foo
\layout Standard

bar bar bat faser label blubber nonsense bar bar bat faser label blubber
 nonsense bar bar bat faser label blubber nonsense bar bar bat faser label
 blubber nonsense bar bar bat faser label blubber nonsense bar bar bat faser
 label blubber nonsense bar bar bat faser label blubber nonsense bar bar
 bat faser label blubber nonsense 
\layout Section

bar
\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard

baz
\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
newpage
\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
backmatter
\end_inset 


\layout Chapter
\start_of_appendix 
Foo
\layout Standard

bar baz
\the_end


Re: Some Layout problems

2005-01-05 Thread Herbert Voss
Christian F. wrote:
1. Inserting a blank page
on ERT (Ctrl-L)
\newpage\null\newpage
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: \frontmatter and \mainmatter does not work with pdflatex.

2005-01-05 Thread Herbert Voss
R S Ananda Murthy wrote:
I am typesetting a book using Koma-Script Class in LyX. In this if I  
use \frontmatter and \mainmatter macros and then run pdflatex, then, I  
get error messages. But if I run ps2pdf it works.

In order to make it work with pdflatex I included
\renewcommand\pagemark{\arabic{page}}
\renewcommand\thepage{\arabic{page}}
but \frontmatter / ... should work with hyperref.
Give an example file where it doesn't work.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Some Layout problems

2005-01-05 Thread Herbert Voss
Christian F. wrote:
1. Inserting a blank page
on ERT (Ctrl-L)
\newpage\null\newpage
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: \frontmatter and \mainmatter does not work with pdflatex.

2005-01-05 Thread Herbert Voss
R S Ananda Murthy wrote:
I am typesetting a book using Koma-Script Class in LyX. In this if I  
use \frontmatter and \mainmatter macros and then run pdflatex, then, I  
get error messages. But if I run ps2pdf it works.

In order to make it work with pdflatex I included
\renewcommand\pagemark{\arabic{page}}
\renewcommand\thepage{\arabic{page}}
but \frontmatter / ... should work with hyperref.
Give an example file where it doesn't work.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Some "Layout" problems

2005-01-05 Thread Herbert Voss
Christian F. wrote:
1. Inserting a blank page
on ERT (Ctrl-L)
\newpage\null\newpage
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: \frontmatter and \mainmatter does not work with pdflatex.

2005-01-05 Thread Herbert Voss
R S Ananda Murthy wrote:
I am typesetting a book using Koma-Script Class in LyX. In this if I  
use \frontmatter and \mainmatter macros and then run pdflatex, then, I  
get error messages. But if I run ps2pdf it works.

In order to make it work with pdflatex I included
\renewcommand\pagemark{\arabic{page}}
\renewcommand\thepage{\arabic{page}}
but \frontmatter / ... should work with hyperref.
Give an example file where it doesn't work.
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Comments on structured authoring, LyX, OpenOffice, and life

2005-01-03 Thread Herbert Voss
Steve Litt wrote:
I don't like to fine tune individual pages, but before releasing my books for 
sale, I like to fine-tune what a warning looks like, what a tip looks like, 
what a story looks like, what a list looks like, what a chunk of code looks 
like. Such book-wide fine tuning is trivial in WordPerfect, easy in MS Word, 
reasonable in OpenOffice, and often hugely inobvious in LyX. I could spend an 
I don't really know what you need, but such environments
are still present in a book class, like memoir or komascript
or otherwise _easy_ to create, like the one in my last book
http://www.lob.de/pdf/voss_2_1.pdf (chapter 15)
e.g. p146 and 153
All the images were created on the fly ... try it with M$ Word or
Word Perfect ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Comments on structured authoring, LyX, OpenOffice, and life

2005-01-03 Thread Herbert Voss
Steve Litt wrote:
I don't like to fine tune individual pages, but before releasing my books for 
sale, I like to fine-tune what a warning looks like, what a tip looks like, 
what a story looks like, what a list looks like, what a chunk of code looks 
like. Such book-wide fine tuning is trivial in WordPerfect, easy in MS Word, 
reasonable in OpenOffice, and often hugely inobvious in LyX. I could spend an 
I don't really know what you need, but such environments
are still present in a book class, like memoir or komascript
or otherwise _easy_ to create, like the one in my last book
http://www.lob.de/pdf/voss_2_1.pdf (chapter 15)
e.g. p146 and 153
All the images were created on the fly ... try it with M$ Word or
Word Perfect ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Comments on structured authoring, LyX, OpenOffice, and life

2005-01-03 Thread Herbert Voss
Steve Litt wrote:
I don't like to fine tune individual pages, but before releasing my books for 
sale, I like to fine-tune what a warning looks like, what a tip looks like, 
what a story looks like, what a list looks like, what a chunk of code looks 
like. Such book-wide fine tuning is trivial in WordPerfect, easy in MS Word, 
reasonable in OpenOffice, and often hugely inobvious in LyX. I could spend an 
I don't really know what you need, but such environments
are still present in a book class, like memoir or komascript
or otherwise _easy_ to create, like the one in my last book
http://www.lob.de/pdf/voss_2_1.pdf (chapter 15)
e.g. p146 and 153
All the images were created on the fly ... try it with M$ Word or
Word Perfect ...
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Change starting number at enumerate

2004-12-27 Thread Herbert Voss
Hannan Sadar wrote:
Here is an example of a file with the latex line.
At my computer i get the numbers 1 and 2 and not 5 and 6 like it was
suppose to be.
this cannot work, because the counter is reset inside
the environment. Choose an ERT-solution, if you need
ist only once
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage{enumitem}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing onehalf 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 2cm
\topmargin 2cm
\rightmargin 2cm
\bottommargin 2cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 1
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
begin{enumerate}[start=5]
\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
item 
\end_inset 

bla bla bla
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
item 
\end_inset 

bla bla bla
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{enumerate}
\end_inset 


\the_end


Re: Change starting number at enumerate

2004-12-27 Thread Herbert Voss
Hannan Sadar wrote:
 I try to see Herbert's file, but it seems i don't have enumitem.sty
 file. I look at Goggle and find it, but i don't know where to place it
 in my computer.
do not use Google for this, go to http://ww.ctan.org
Put the file enumitem.sty into /usr/local/share/texmf/tex/latex/enumitem/
or in any other dir, where TeX searches for files.
Then run texhash or mktexlsr
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


Re: Change starting number at enumerate

2004-12-27 Thread Herbert Voss
Hannan Sadar wrote:
Here is an example of a file with the latex line.
At my computer i get the numbers 1 and 2 and not 5 and 6 like it was
suppose to be.
this cannot work, because the counter is reset inside
the environment. Choose an ERT-solution, if you need
ist only once
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage{enumitem}
\end_preamble
\language ngerman
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing onehalf 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 2cm
\topmargin 2cm
\rightmargin 2cm
\bottommargin 2cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 1
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
begin{enumerate}[start=5]
\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
item 
\end_inset 

bla bla bla
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
item 
\end_inset 

bla bla bla
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{enumerate}
\end_inset 


\the_end


Re: Change starting number at enumerate

2004-12-27 Thread Herbert Voss
Hannan Sadar wrote:
 I try to see Herbert's file, but it seems i don't have enumitem.sty
 file. I look at Goggle and find it, but i don't know where to place it
 in my computer.
do not use Google for this, go to http://ww.ctan.org
Put the file enumitem.sty into /usr/local/share/texmf/tex/latex/enumitem/
or in any other dir, where TeX searches for files.
Then run texhash or mktexlsr
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes


<    8   9   10   11   12   13   14   15   16   17   >