Re: Space between numbering and name of the part in toc

2008-01-14 Thread Detlev Humann
Description of the problem:
 How can I increase the space between numbering and name of the part in
 table of contents?

 It should be (part Roman 8):
 VIII  Illustration

 But it looks like:
 Vllustration

 I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
 because of losing the toc layout of koma script.

   

Solution for the LateX-preamble: 

% Redefinition of Part
[EMAIL PROTECTED]
\ifnum [EMAIL PROTECTED] -2\relax
[EMAIL PROTECTED]
\addvspace{2.25em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED] Value for new space, originally 2em
[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
\fi
\fi
\begingroup
\parindent \z@ \rightskip [EMAIL PROTECTED]
\parfillskip [EMAIL PROTECTED]
\leavevmode\sectfont\large
[EMAIL PROTECTED]
\hskip -\leftskip
#1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
[EMAIL PROTECTED]
\endgroup
\fi
}

Thanks to Markus Kohm for details!
Regards
Detlev






Separate pagebreaks in 2 tables of contents (problem and solution)

2008-01-14 Thread Detlev Humann
Hi,

I had this problem:

I'm writing a text with scrbook that includes 2 tables of contents
(tocs), the first one is a short toc (toc depth 0), the second one is a
detailed toc (toc depth 5).
The short toc is generated with package shorttoc. My problem: How can I
get pagebreaks for each toc separately, as the command

\addtocontents{toc}{\protect\newpage}

effects both tocs?

And below comes the solution that Markus Kohm found in a small example.
Thanks to him!

Regards
Detlev


\documentclass[oneside,german]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter
%% User specified LaTeX commands.

\usepackage{shorttoc}%%% For short and long toc

\usepackage{babel}
\makeatother

\begin{document}
\DeclareRobustCommand*{\shortortoc}[2]{#1}%%% New command \shortortoc
\shorttoc{Short TOC}{0} 
\DeclareRobustCommand*{\shortortoc}[2]{#2}
\renewcommand*{\contentsname}{Long TOC} 
\setcounter{tocdepth}{5}
\tableofcontents

\clearpage{}

\part{Introduction}
\part{Mainpart}
\chapter{Chapter 1}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\chapter{Chapter 2}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\chapter{Chapter 3}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\addtocontents{toc}{\shortortoc{}{\protect\newpage}}%%% Pagebreak for long toc 
\chapter{Chapter 4}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\chapter{Chapter 5}
\chapter{Chapter 6}
\chapter{Chapter 7}
\chapter{Chapter 8}
\chapter{Chapter 9}
\chapter{Chapter 10}
\chapter{Chapter 11}
\chapter{Chapter 12}
\chapter{Chapter 13}
\chapter{Chapter 14}
\chapter{Chapter 15\_A}
\chapter{Chapter 16\_A}
\addtocontents{toc}{\shortortoc{\protect\newpage}{}}%%% Pagebreak for short toc 
\chapter{Chapter 17\_B}
\chapter{Chapter 18\_B}
\part{Conclusion}
\end{document}




Shorttoc_Minimalbeispiel_6.lyx
Description: application/lyx


Re: Space between numbering and name of the part in toc

2008-01-14 Thread Detlev Humann
Description of the problem:
 How can I increase the space between numbering and name of the part in
 table of contents?

 It should be (part Roman 8):
 VIII  Illustration

 But it looks like:
 Vllustration

 I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
 because of losing the toc layout of koma script.

   

Solution for the LateX-preamble: 

% Redefinition of Part
[EMAIL PROTECTED]
\ifnum [EMAIL PROTECTED] -2\relax
[EMAIL PROTECTED]
\addvspace{2.25em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED] Value for new space, originally 2em
[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
\fi
\fi
\begingroup
\parindent \z@ \rightskip [EMAIL PROTECTED]
\parfillskip [EMAIL PROTECTED]
\leavevmode\sectfont\large
[EMAIL PROTECTED]
\hskip -\leftskip
#1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
[EMAIL PROTECTED]
\endgroup
\fi
}

Thanks to Markus Kohm for details!
Regards
Detlev






Separate pagebreaks in 2 tables of contents (problem and solution)

2008-01-14 Thread Detlev Humann
Hi,

I had this problem:

I'm writing a text with scrbook that includes 2 tables of contents
(tocs), the first one is a short toc (toc depth 0), the second one is a
detailed toc (toc depth 5).
The short toc is generated with package shorttoc. My problem: How can I
get pagebreaks for each toc separately, as the command

\addtocontents{toc}{\protect\newpage}

effects both tocs?

And below comes the solution that Markus Kohm found in a small example.
Thanks to him!

Regards
Detlev


\documentclass[oneside,german]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter
%% User specified LaTeX commands.

\usepackage{shorttoc}%%% For short and long toc

\usepackage{babel}
\makeatother

\begin{document}
\DeclareRobustCommand*{\shortortoc}[2]{#1}%%% New command \shortortoc
\shorttoc{Short TOC}{0} 
\DeclareRobustCommand*{\shortortoc}[2]{#2}
\renewcommand*{\contentsname}{Long TOC} 
\setcounter{tocdepth}{5}
\tableofcontents

\clearpage{}

\part{Introduction}
\part{Mainpart}
\chapter{Chapter 1}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\chapter{Chapter 2}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\chapter{Chapter 3}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\addtocontents{toc}{\shortortoc{}{\protect\newpage}}%%% Pagebreak for long toc 
\chapter{Chapter 4}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\chapter{Chapter 5}
\chapter{Chapter 6}
\chapter{Chapter 7}
\chapter{Chapter 8}
\chapter{Chapter 9}
\chapter{Chapter 10}
\chapter{Chapter 11}
\chapter{Chapter 12}
\chapter{Chapter 13}
\chapter{Chapter 14}
\chapter{Chapter 15\_A}
\chapter{Chapter 16\_A}
\addtocontents{toc}{\shortortoc{\protect\newpage}{}}%%% Pagebreak for short toc 
\chapter{Chapter 17\_B}
\chapter{Chapter 18\_B}
\part{Conclusion}
\end{document}




Shorttoc_Minimalbeispiel_6.lyx
Description: application/lyx


Re: Space between numbering and name of the part in toc

2008-01-14 Thread Detlev Humann
Description of the problem:
> How can I increase the space between numbering and name of the part in
> table of contents?
>
> It should be (part Roman 8):
> VIII  Illustration
>
> But it looks like:
> Vllustration
>
> I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
> because of losing the toc layout of koma script.
>
>   

Solution for the LateX-preamble: 

% Redefinition of Part
[EMAIL PROTECTED]
\ifnum [EMAIL PROTECTED] >-2\relax
[EMAIL PROTECTED]
\addvspace{2.25em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED] Value for new space, originally 2em
[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
\fi
\fi
\begingroup
\parindent \z@ \rightskip [EMAIL PROTECTED]
\parfillskip [EMAIL PROTECTED]
\leavevmode\sectfont\large
[EMAIL PROTECTED]
\hskip -\leftskip
#1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
[EMAIL PROTECTED]
\endgroup
\fi
}

Thanks to Markus Kohm for details!
Regards
Detlev






Separate pagebreaks in 2 tables of contents (problem and solution)

2008-01-14 Thread Detlev Humann
Hi,

I had this problem:

I'm writing a text with scrbook that includes 2 tables of contents
(tocs), the first one is a short toc (toc depth 0), the second one is a
detailed toc (toc depth 5).
The short toc is generated with package shorttoc. My problem: How can I
get pagebreaks for each toc separately, as the command

\addtocontents{toc}{\protect\newpage}

effects both tocs?

And below comes the solution that Markus Kohm found in a small example.
Thanks to him!

Regards
Detlev


\documentclass[oneside,german]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter
%% User specified LaTeX commands.

\usepackage{shorttoc}%%% For short and long toc

\usepackage{babel}
\makeatother

\begin{document}
\DeclareRobustCommand*{\shortortoc}[2]{#1}%%% New command \shortortoc
\shorttoc{Short TOC}{0} 
\DeclareRobustCommand*{\shortortoc}[2]{#2}
\renewcommand*{\contentsname}{Long TOC} 
\setcounter{tocdepth}{5}
\tableofcontents

\clearpage{}

\part{Introduction}
\part{Mainpart}
\chapter{Chapter 1}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\chapter{Chapter 2}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\chapter{Chapter 3}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\addtocontents{toc}{\shortortoc{}{\protect\newpage}}%%% Pagebreak for long toc 
\chapter{Chapter 4}
\section{Section 1}
\subsection{Subsection 1}
\subsection{Subsection 2}
\subsection{Subsection 3}
\section{Section 2}
\subsection{Subsection 1}
\subsection{Subsection 2}
\chapter{Chapter 5}
\chapter{Chapter 6}
\chapter{Chapter 7}
\chapter{Chapter 8}
\chapter{Chapter 9}
\chapter{Chapter 10}
\chapter{Chapter 11}
\chapter{Chapter 12}
\chapter{Chapter 13}
\chapter{Chapter 14}
\chapter{Chapter 15\_A}
\chapter{Chapter 16\_A}
\addtocontents{toc}{\shortortoc{\protect\newpage}{}}%%% Pagebreak for short toc 
\chapter{Chapter 17\_B}
\chapter{Chapter 18\_B}
\part{Conclusion}
\end{document}




Shorttoc_Minimalbeispiel_6.lyx
Description: application/lyx


Space between numbering and name of the part in toc

2007-12-31 Thread Detlev Humann
Hi!

How can I increase the space between numbering and name of the part in
table of contents?

It should be (part Roman 8):
VIII  Illustration

But it looks like:
Vllustration

I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
because of losing the toc layout of koma script.

Best regards
Detlev


Space between numbering and name of the part in toc

2007-12-31 Thread Detlev Humann
Hi!

How can I increase the space between numbering and name of the part in
table of contents?

It should be (part Roman 8):
VIII  Illustration

But it looks like:
Vllustration

I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
because of losing the toc layout of koma script.

Best regards
Detlev


Space between numbering and name of the part in toc

2007-12-31 Thread Detlev Humann
Hi!

How can I increase the space between numbering and name of the part in
table of contents?

It should be (part Roman 8):
VIII  Illustration

But it looks like:
Vllustration

I'm using Lyx 1.5.3 and scrbook. I don't want to use the package tocloft
because of losing the toc layout of koma script.

Best regards
Detlev


Re: Problem with multirow and indices (solution!)

2007-03-22 Thread Detlev Humann
Hi,

here's Karsten Heymann's solution sent by TEX-D-L. Strictly speaking, there are 
2 ways to 
solve the problem. Thanks a lot, Karsten!

Regards
Detlev


\begin{table}
\tiny
\caption{Karsten's Solution}
\begin{tabular}{}
  \multirow{2}{10mm}{$\smash{\left.\rule{0pt}{4mm}\right\}}{}\smash{^e}000,0$} 
  \multirow{2}{10mm}{$\smash{^g}000,0$} 
  \multirow{2}{10mm}{$\smash{^j}000,0$} 
  \multirow{2}{10mm}{$\smash{^z}000,0$} \tabularnewline
 \tabularnewline
\end{tabular}

\bigskip

\begin{tabular}{}
  \multirow{2}{10mm}{$\smash{\left.\rule{0pt}{4mm}\right\}}{}^{\mathstrut 
e}000,0$} 
  \multirow{2}{10mm}{$^{\mathstrut g}000,0$} 
  \multirow{2}{10mm}{$^{\mathstrut j}000,0$} 
  \multirow{2}{10mm}{$^{\mathstrut z}000,0$} \tabularnewline
 \tabularnewline
\end{tabular}
\end{table}

In LyX you only have to modify the multirow-ERT-boxes.

\smash{} rejects height (and depth) of the content in braces.
\mathstrut puts in an invisible prop with the height of the current font 
size. 

If necessary \raisebox{height}{text} for vertical fine tuning.




Re: Problem with multirow and indices (solution!)

2007-03-22 Thread Detlev Humann
Hi,

here's Karsten Heymann's solution sent by TEX-D-L. Strictly speaking, there are 
2 ways to 
solve the problem. Thanks a lot, Karsten!

Regards
Detlev


\begin{table}
\tiny
\caption{Karsten's Solution}
\begin{tabular}{}
  \multirow{2}{10mm}{$\smash{\left.\rule{0pt}{4mm}\right\}}{}\smash{^e}000,0$} 
  \multirow{2}{10mm}{$\smash{^g}000,0$} 
  \multirow{2}{10mm}{$\smash{^j}000,0$} 
  \multirow{2}{10mm}{$\smash{^z}000,0$} \tabularnewline
 \tabularnewline
\end{tabular}

\bigskip

\begin{tabular}{}
  \multirow{2}{10mm}{$\smash{\left.\rule{0pt}{4mm}\right\}}{}^{\mathstrut 
e}000,0$} 
  \multirow{2}{10mm}{$^{\mathstrut g}000,0$} 
  \multirow{2}{10mm}{$^{\mathstrut j}000,0$} 
  \multirow{2}{10mm}{$^{\mathstrut z}000,0$} \tabularnewline
 \tabularnewline
\end{tabular}
\end{table}

In LyX you only have to modify the multirow-ERT-boxes.

\smash{} rejects height (and depth) of the content in braces.
\mathstrut puts in an invisible prop with the height of the current font 
size. 

If necessary \raisebox{height}{text} for vertical fine tuning.




Re: Problem with multirow and indices (solution!)

2007-03-22 Thread Detlev Humann
Hi,

here's Karsten Heymann's solution sent by TEX-D-L. Strictly speaking, there are 
2 ways to 
solve the problem. Thanks a lot, Karsten!

Regards
Detlev


\begin{table}
\tiny
\caption{Karsten's Solution}
\begin{tabular}{}
  \multirow{2}{10mm}{$\smash{\left.\rule{0pt}{4mm}\right\}}{}\smash{^e}000,0$} &
  \multirow{2}{10mm}{$\smash{^g}000,0$} &
  \multirow{2}{10mm}{$\smash{^j}000,0$} &
  \multirow{2}{10mm}{$\smash{^z}000,0$} \tabularnewline
  & & & \tabularnewline
\end{tabular}

\bigskip

\begin{tabular}{}
  \multirow{2}{10mm}{$\smash{\left.\rule{0pt}{4mm}\right\}}{}^{\mathstrut 
e}000,0$} &
  \multirow{2}{10mm}{$^{\mathstrut g}000,0$} &
  \multirow{2}{10mm}{$^{\mathstrut j}000,0$} &
  \multirow{2}{10mm}{$^{\mathstrut z}000,0$} \tabularnewline
  & & & \tabularnewline
\end{tabular}
\end{table}

In LyX you only have to modify the multirow-ERT-boxes.

\smash{} rejects height (and depth) of the content in braces.
\mathstrut puts in an invisible "prop" with the height of the current font 
size. 

If necessary \raisebox{height}{text} for vertical fine tuning.




Re: Problem with multirow and indices (description)

2007-03-21 Thread Detlev Humann
Sorry, the mailing list cut off the description of my problem yesterday,
here it is again:


Hi,

I can´t manage to put all numbers with indices on one horizontal line in a
multirow table.
Some numbers slip a little bit. (You have to take a closer look.) What´s going
wrong?
Maybe the index letters are too high (like b,d, f, h, j, k etc.)? How can I make
Lyx/Latex put
the numbers on one line?

For any hints: thanks in advance!
Detlev



---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Problem with multirow and indices (description)

2007-03-21 Thread Detlev Humann
Sorry, the mailing list cut off the description of my problem yesterday,
here it is again:


Hi,

I can´t manage to put all numbers with indices on one horizontal line in a
multirow table.
Some numbers slip a little bit. (You have to take a closer look.) What´s going
wrong?
Maybe the index letters are too high (like b,d, f, h, j, k etc.)? How can I make
Lyx/Latex put
the numbers on one line?

For any hints: thanks in advance!
Detlev



---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Problem with multirow and indices (description)

2007-03-21 Thread Detlev Humann
Sorry, the mailing list cut off the description of my problem yesterday,
here it is again:


Hi,

I can´t manage to put all numbers with indices on one horizontal line in a
multirow table.
Some numbers "slip" a little bit. (You have to take a closer look.) What´s going
wrong?
Maybe the index letters are too high (like b,d, f, h, j, k etc.)? How can I make
Lyx/Latex put
the numbers on one line?

For any hints: thanks in advance!
Detlev



---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Problem with multirow and indices

2007-03-20 Thread Detlev Humann
#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass scrbook
\begin_preamble
\usepackage{multirow} 
\end_preamble

\end_header

\begin_body

\begin_layout Standard
\begin_inset Float table
wide false
sideways false
status open

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Standard


\backslash
tiny
\end_layout

\end_inset


\end_layout

\begin_layout Caption
Numbers with index e and index j are not on one line.
 Only numbers with index g and z are correct.
\end_layout

\begin_layout Standard
\begin_inset Tabular
lyxtabular version=3 rows=2 columns=4
features
column alignment=center valignment=top width=0
column alignment=center valignment=top width=0
column alignment=center valignment=top width=0
column alignment=center valignment=top width=0
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{$
\backslash
left.
 
\backslash
hspace{-1.5mm} 
\backslash
parbox{1pt}{
\backslash
vspace{7mm}}
\backslash
right
\backslash
} 
\backslash
hspace{-1.0mm}
\backslash
mbox{$^e$000,0}$}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{0.6mm}
\backslash
mbox{$^g$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{-0.70mm}
\backslash
mbox{$^j$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{-0.70mm}
\backslash
mbox{$^z$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
/row
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
/row
/lyxtabular

\end_inset


\end_layout

\end_inset


\end_layout

\end_body
\end_document


Problem with multirow and indices

2007-03-20 Thread Detlev Humann
#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass scrbook
\begin_preamble
\usepackage{multirow} 
\end_preamble

\end_header

\begin_body

\begin_layout Standard
\begin_inset Float table
wide false
sideways false
status open

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Standard


\backslash
tiny
\end_layout

\end_inset


\end_layout

\begin_layout Caption
Numbers with index e and index j are not on one line.
 Only numbers with index g and z are correct.
\end_layout

\begin_layout Standard
\begin_inset Tabular
lyxtabular version=3 rows=2 columns=4
features
column alignment=center valignment=top width=0
column alignment=center valignment=top width=0
column alignment=center valignment=top width=0
column alignment=center valignment=top width=0
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{$
\backslash
left.
 
\backslash
hspace{-1.5mm} 
\backslash
parbox{1pt}{
\backslash
vspace{7mm}}
\backslash
right
\backslash
} 
\backslash
hspace{-1.0mm}
\backslash
mbox{$^e$000,0}$}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{0.6mm}
\backslash
mbox{$^g$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{-0.70mm}
\backslash
mbox{$^j$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{-0.70mm}
\backslash
mbox{$^z$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset
/cell
/row
row
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
cell alignment=center valignment=top topline=true leftline=true 
rightline=true usebox=none
\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset
/cell
/row
/lyxtabular

\end_inset


\end_layout

\end_inset


\end_layout

\end_body
\end_document


Problem with multirow and indices

2007-03-20 Thread Detlev Humann
#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
\lyxformat 245
\begin_document
\begin_header
\textclass scrbook
\begin_preamble
\usepackage{multirow} 
\end_preamble

\end_header

\begin_body

\begin_layout Standard
\begin_inset Float table
wide false
sideways false
status open

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Standard


\backslash
tiny
\end_layout

\end_inset


\end_layout

\begin_layout Caption
Numbers with index e and index j are not on one line.
 Only numbers with index g and z are correct.
\end_layout

\begin_layout Standard
\begin_inset Tabular








\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{$
\backslash
left.
 
\backslash
hspace{-1.5mm} 
\backslash
parbox{1pt}{
\backslash
vspace{7mm}}
\backslash
right
\backslash
} 
\backslash
hspace{-1.0mm}
\backslash
mbox{$^e$000,0}$}
\end_layout

\end_inset


\end_layout

\end_inset


\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{0.6mm}
\backslash
mbox{$^g$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset


\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{-0.70mm}
\backslash
mbox{$^j$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset


\begin_inset Text

\begin_layout Standard
\begin_inset ERT
status collapsed

\begin_layout Standard


\backslash
multirow{2}{10mm}{~
\backslash

\backslash

\backslash
hspace{-0.70mm}
\backslash
mbox{$^z$000,0}
\backslash

\backslash
}
\end_layout

\end_inset


\end_layout

\end_inset




\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset


\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset


\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset


\begin_inset Text

\begin_layout Standard

\end_layout

\end_inset




\end_inset


\end_layout

\end_inset


\end_layout

\end_body
\end_document


Re: Parting line in table float with multicol

2006-11-27 Thread Detlev Humann
Thank you Ingar, that's exactly what I meant!:-)

Regards
Detlev


Zitat von Ingar Pareliussen [EMAIL PROTECTED]:

 må. 27. november 2006 00:25 skreiv Detlev Humann:
  Thank you, Uwe.
  Probably I made my example not clear enough. The problem remains: the
  columns are not balanced without multicol.
  I need all 3 columns to begin and end on one horizontal line. In each
  column the space between the entries should be the same.
 
  So I would be very happy to have a solution with multicol (and parting
  lines in a float). Is there any?

 If I have understood your question, it has to do with the correct sequence of
 commands.  You have to set the columnseprule length before you start the
 multicol-environment. See the attchment.

 Ingar





---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Parting line in table float with multicol

2006-11-27 Thread Detlev Humann
Thank you Ingar, that's exactly what I meant!:-)

Regards
Detlev


Zitat von Ingar Pareliussen [EMAIL PROTECTED]:

 må. 27. november 2006 00:25 skreiv Detlev Humann:
  Thank you, Uwe.
  Probably I made my example not clear enough. The problem remains: the
  columns are not balanced without multicol.
  I need all 3 columns to begin and end on one horizontal line. In each
  column the space between the entries should be the same.
 
  So I would be very happy to have a solution with multicol (and parting
  lines in a float). Is there any?

 If I have understood your question, it has to do with the correct sequence of
 commands.  You have to set the columnseprule length before you start the
 multicol-environment. See the attchment.

 Ingar





---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Parting line in table float with multicol

2006-11-27 Thread Detlev Humann
Thank you Ingar, that's exactly what I meant!:-)

Regards
Detlev


Zitat von Ingar Pareliussen <[EMAIL PROTECTED]>:

> må. 27. november 2006 00:25 skreiv Detlev Humann:
> > Thank you, Uwe.
> > Probably I made my example not clear enough. The problem remains: the
> > columns are not balanced without multicol.
> > I need all 3 columns to begin and end on one horizontal line. In each
> > column the space between the entries should be the same.
> >
> > So I would be very happy to have a solution with multicol (and parting
> > lines in a float). Is there any?
>
> If I have understood your question, it has to do with the correct sequence of
> commands.  You have to set the columnseprule length before you start the
> multicol-environment. See the attchment.
>
> Ingar
>




---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Parting line in table float with multicol

2006-11-26 Thread Detlev Humann

Hi Uwe,

I already did yesterday. Maybe it didn't come through the mailing-list? 
I try again.


Thanks in advance
Detlev


Uwe Stöhr schrieb:

Detlev Humann schrieb:

Maybe I have to give more details: I 've put a mixture of text and 
tables into the 3 columns in my table float. So I am not able to use 
only the vertical lines of the table(s) to separate the 3 columns. 
(And multicol's advantage is to balance the 3 columns perfectly).


Please send a small LyX example file with your table. I can then try 
to find a solution.


regards Uwe



example7.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-26 Thread Detlev Humann

Thank you, Uwe.
Probably I made my example not clear enough. The problem remains: the 
columns are not balanced without multicol.
I need all 3 columns to begin and end on one horizontal line. In each 
column the space between the entries should be the same.


So I would be very happy to have a solution with multicol (and parting 
lines in a float). Is there any?


Regards
Detlev


example9.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-26 Thread Detlev Humann

Hi Uwe,

I already did yesterday. Maybe it didn't come through the mailing-list? 
I try again.


Thanks in advance
Detlev


Uwe Stöhr schrieb:

Detlev Humann schrieb:

Maybe I have to give more details: I 've put a mixture of text and 
tables into the 3 columns in my table float. So I am not able to use 
only the vertical lines of the table(s) to separate the 3 columns. 
(And multicol's advantage is to balance the 3 columns perfectly).


Please send a small LyX example file with your table. I can then try 
to find a solution.


regards Uwe



example7.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-26 Thread Detlev Humann

Thank you, Uwe.
Probably I made my example not clear enough. The problem remains: the 
columns are not balanced without multicol.
I need all 3 columns to begin and end on one horizontal line. In each 
column the space between the entries should be the same.


So I would be very happy to have a solution with multicol (and parting 
lines in a float). Is there any?


Regards
Detlev


example9.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-26 Thread Detlev Humann

Hi Uwe,

I already did yesterday. Maybe it didn't come through the mailing-list? 
I try again.


Thanks in advance
Detlev


Uwe Stöhr schrieb:

Detlev Humann schrieb:

Maybe I have to give more details: I 've put a mixture of text and 
tables into the 3 columns in my table float. So I am not able to use 
only the vertical lines of the table(s) to separate the 3 columns. 
(And multicol's advantage is to balance the 3 columns perfectly).


Please send a small LyX example file with your table. I can then try 
to find a solution.


regards Uwe



example7.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-26 Thread Detlev Humann

Thank you, Uwe.
Probably I made my example not clear enough. The problem remains: the 
columns are not balanced without multicol.
I need all 3 columns to begin and end on one horizontal line. In each 
column the space between the entries should be the same.


So I would be very happy to have a solution with multicol (and parting 
lines in a float). Is there any?


Regards
Detlev


example9.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-25 Thread Detlev Humann

Thanks for the hint, Uwe. But I couln't find the solution for my problem.
Parting line means separator or stripline or dividing rule (said LEO 
Online Dictionary I asked), in German it's Trennlinie. I need just 2 
long vertical lines which separate the 3 (multicol-)columns in my table 
float.


Maybe I have to give more details: I 've put a mixture of text and 
tables into the 3 columns in my table float. So I am not able to use 
only the vertical lines of the table(s) to separate the 3 columns. (And 
multicol's advantage is to balance the 3 columns perfectly).


Multicol produces a parting line with \setlength\columnseprule{1pt}. It 
works fine if put it in standard environment, but it doesn't work if I 
put it in a float or minipage.


Regards
Detlev



Uwe Stöhr schrieb:

Detlev Humann schrieb:

I would like to have a table float with 3 columns separated by a 
parting line.


What do you mean with parting line?

Attached is a LyX-file with some examples.
For more informations about tables in LyX, have a look at the 
Extended-Insets manual:

http://wiki.lyx.org/LyX/DocumentationDevelopment#Extended-Insets

regards Uwe



Detlev Humann schrieb:

Hi,

I would like to have a table float with 3 columns separated by a 
parting line. I tried with the package multicol but I can't get the 
parting line.
If I don't put my table in a float it's no problem to get the parting 
line. What's the mistake? Can I use multicol? (I would like to keep 
the float environment and the multicol package.)


What I like to have:

 Table 1: Caption name
text text | text text | text text
text text | text text | text text
text text | text text | text text

What I get:

 Table 1: Caption name
text text  text text  text text
text text  text text  text text
text text  text text  text text

Thanks in advance!
Detlev




Re: Parting line in table float with multicol

2006-11-25 Thread Detlev Humann

I appended an example to show the problem...
Detlev


example7.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-25 Thread Detlev Humann

Thanks for the hint, Uwe. But I couln't find the solution for my problem.
Parting line means separator or stripline or dividing rule (said LEO 
Online Dictionary I asked), in German it's Trennlinie. I need just 2 
long vertical lines which separate the 3 (multicol-)columns in my table 
float.


Maybe I have to give more details: I 've put a mixture of text and 
tables into the 3 columns in my table float. So I am not able to use 
only the vertical lines of the table(s) to separate the 3 columns. (And 
multicol's advantage is to balance the 3 columns perfectly).


Multicol produces a parting line with \setlength\columnseprule{1pt}. It 
works fine if put it in standard environment, but it doesn't work if I 
put it in a float or minipage.


Regards
Detlev



Uwe Stöhr schrieb:

Detlev Humann schrieb:

I would like to have a table float with 3 columns separated by a 
parting line.


What do you mean with parting line?

Attached is a LyX-file with some examples.
For more informations about tables in LyX, have a look at the 
Extended-Insets manual:

http://wiki.lyx.org/LyX/DocumentationDevelopment#Extended-Insets

regards Uwe



Detlev Humann schrieb:

Hi,

I would like to have a table float with 3 columns separated by a 
parting line. I tried with the package multicol but I can't get the 
parting line.
If I don't put my table in a float it's no problem to get the parting 
line. What's the mistake? Can I use multicol? (I would like to keep 
the float environment and the multicol package.)


What I like to have:

 Table 1: Caption name
text text | text text | text text
text text | text text | text text
text text | text text | text text

What I get:

 Table 1: Caption name
text text  text text  text text
text text  text text  text text
text text  text text  text text

Thanks in advance!
Detlev




Re: Parting line in table float with multicol

2006-11-25 Thread Detlev Humann

I appended an example to show the problem...
Detlev


example7.lyx
Description: application/lyx


Re: Parting line in table float with multicol

2006-11-25 Thread Detlev Humann

Thanks for the hint, Uwe. But I couln't find the solution for my problem.
Parting line means separator or stripline or dividing rule (said LEO 
Online Dictionary I asked), in German it's "Trennlinie". I need just 2 
long vertical lines which separate the 3 (multicol-)columns in my table 
float.


Maybe I have to give more details: I 've put a mixture of text and 
tables into the 3 columns in my table float. So I am not able to use 
only the vertical lines of the table(s) to separate the 3 columns. (And 
multicol's advantage is to balance the 3 columns perfectly).


Multicol produces a parting line with \setlength\columnseprule{1pt}. It 
works fine if put it in standard environment, but it doesn't work if I 
put it in a float or minipage.


Regards
Detlev



Uwe Stöhr schrieb:

Detlev Humann schrieb:

I would like to have a table float with 3 columns separated by a 
parting line.


What do you mean with parting line?

Attached is a LyX-file with some examples.
For more informations about tables in LyX, have a look at the 
Extended-Insets manual:

http://wiki.lyx.org/LyX/DocumentationDevelopment#Extended-Insets

regards Uwe



Detlev Humann schrieb:

Hi,

I would like to have a table float with 3 columns separated by a 
parting line. I tried with the package multicol but I can't get the 
parting line.
If I don't put my table in a float it's no problem to get the parting 
line. What's the mistake? Can I use multicol? (I would like to keep 
the float environment and the multicol package.)


What I like to have:

 Table 1: Caption name
text text | text text | text text
text text | text text | text text
text text | text text | text text

What I get:

 Table 1: Caption name
text text  text text  text text
text text  text text  text text
text text  text text  text text

Thanks in advance!
Detlev




Re: Parting line in table float with multicol

2006-11-25 Thread Detlev Humann

I appended an example to show the problem...
Detlev


example7.lyx
Description: application/lyx


Parting line in table float with multicol

2006-11-24 Thread Detlev Humann

Hi,

I would like to have a table float with 3 columns separated by a parting 
line. I tried with the package multicol but I can't get the parting line.
If I don't put my table in a float it's no problem to get the parting 
line. What's the mistake? Can I use multicol? (I would like to keep the 
float environment and the multicol package.)


What I like to have:

 Table 1: Caption name
text text | text text | text text
text text | text text | text text
text text | text text | text text

What I get:

 Table 1: Caption name
text text  text text  text text
text text  text text  text text
text text  text text  text text

Thanks in advance!
Detlev


Parting line in table float with multicol

2006-11-24 Thread Detlev Humann

Hi,

I would like to have a table float with 3 columns separated by a parting 
line. I tried with the package multicol but I can't get the parting line.
If I don't put my table in a float it's no problem to get the parting 
line. What's the mistake? Can I use multicol? (I would like to keep the 
float environment and the multicol package.)


What I like to have:

 Table 1: Caption name
text text | text text | text text
text text | text text | text text
text text | text text | text text

What I get:

 Table 1: Caption name
text text  text text  text text
text text  text text  text text
text text  text text  text text

Thanks in advance!
Detlev


Parting line in table float with multicol

2006-11-24 Thread Detlev Humann

Hi,

I would like to have a table float with 3 columns separated by a parting 
line. I tried with the package multicol but I can't get the parting line.
If I don't put my table in a float it's no problem to get the parting 
line. What's the mistake? Can I use multicol? (I would like to keep the 
float environment and the multicol package.)


What I like to have:

 Table 1: Caption name
text text | text text | text text
text text | text text | text text
text text | text text | text text

What I get:

 Table 1: Caption name
text text  text text  text text
text text  text text  text text
text text  text text  text text

Thanks in advance!
Detlev


Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Detlev Humann
Zitat von Holger Schmidt [EMAIL PROTECTED]:

 Hi

 I try to build a RPM-Package from Lyx 1.4.2 for Suse Linux 10.1. but I have
 some problems with this. I following the instructions from  lyx.rpm READMEA

 1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1 only as
 a RPM-Package)
 2. The LaTeX - Package are also complete
 3.  The file lyx.spec is in /usr/src/packages/SPECS
 4. The file lyx-1.4.2.tar.gz is in /usr/src/packages/SOURCES

 After the command:
 servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
 I get the following message:
 error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
 directory not found

 Is there something to change in the Spec-file?

 Thanks for your help

 xhosch

 PS: To build an RPM-Package from Lyx 1.4.2. with checkinstall was also not
 possible.




Hi Holger,

some weeks ago Gunnar Hellmund showed how to install Lyx 1.4.1 on Suse 10.1.
(See below.) It also works for Lyx 1.4.2. (I had no problems on 3 different
computers.) You have to take

 lyx-1.4.2_suse92_suse93-1_qt.i586.rpm

from ftp://ftp.lyx.org/pub/lyx/bin/1.4.2

Best wishes
Detlev







 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund [EMAIL PROTECTED]
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar

---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Detlev Humann
Zitat von Holger Schmidt [EMAIL PROTECTED]:

 Hi

 I try to build a RPM-Package from Lyx 1.4.2 for Suse Linux 10.1. but I have
 some problems with this. I following the instructions from  lyx.rpm READMEA

 1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1 only as
 a RPM-Package)
 2. The LaTeX - Package are also complete
 3.  The file lyx.spec is in /usr/src/packages/SPECS
 4. The file lyx-1.4.2.tar.gz is in /usr/src/packages/SOURCES

 After the command:
 servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
 I get the following message:
 error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
 directory not found

 Is there something to change in the Spec-file?

 Thanks for your help

 xhosch

 PS: To build an RPM-Package from Lyx 1.4.2. with checkinstall was also not
 possible.




Hi Holger,

some weeks ago Gunnar Hellmund showed how to install Lyx 1.4.1 on Suse 10.1.
(See below.) It also works for Lyx 1.4.2. (I had no problems on 3 different
computers.) You have to take

 lyx-1.4.2_suse92_suse93-1_qt.i586.rpm

from ftp://ftp.lyx.org/pub/lyx/bin/1.4.2

Best wishes
Detlev







 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund [EMAIL PROTECTED]
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar

---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Build RPM-Packages from Lyx 1.4.2. for Suse Linux 10.1

2006-07-18 Thread Detlev Humann
Zitat von Holger Schmidt <[EMAIL PROTECTED]>:

> Hi
>
> I try to build a RPM-Package from Lyx 1.4.2 for Suse Linux 10.1. but I have
> some problems with this. I following the instructions from " lyx.rpm READMEA"
>
> 1. I installed the  xforms 1.0-266 as RPM-Packet (for Suse  Linux 9.1 only as
> a RPM-Package)
> 2. The LaTeX - Package are also complete
> 3.  The file "lyx.spec is in /usr/src/packages/SPECS
> 4. The file "lyx-1.4.2.tar.gz" is in /usr/src/packages/SOURCES
>
> After the command:
> servername:/usr/src/packages/SPECS # rpmbuild -ba lyx.spec
> I get the following message:
> error: Unable to open icon /usr/src/packages/SOURCES/lyx.xpm: File or
> directory not found
>
> Is there something to change in the Spec-file?
>
> Thanks for your help
>
> xhosch
>
> PS: To build an RPM-Package from Lyx 1.4.2. with "checkinstall" was also not
> possible.
>



Hi Holger,

some weeks ago Gunnar Hellmund showed how to install Lyx 1.4.1 on Suse 10.1.
(See below.) It also works for Lyx 1.4.2. (I had no problems on 3 different
computers.) You have to take

 lyx-1.4.2_suse92_suse93-1_qt.i586.rpm

from ftp://ftp.lyx.org/pub/lyx/bin/1.4.2

Best wishes
Detlev







 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund <[EMAIL PROTECTED]>
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar

---
Diese Nachricht wurde mit dem Webmailer der Universitaet Trier erstellt


Re: Is there LyX-1.4.1 for SuSE 10.x i586 ?

2006-06-02 Thread Detlev Humann

Adinda Praditya wrote:


Hi list,...

I went to ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/ and found only the 64 bit
version of lyx for suse 10.x. So, is there its i586 version?

Regards,

Dida



Hi Adinda,
I was also looking for SUSE 10.1 binaries and couldn't find any. But 
Gunnar Hellmund gave a useful instruction to solve the problem.

It worked fine for me.
Regards
Detlev



 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund [EMAIL PROTECTED]
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar




Re: Is there LyX-1.4.1 for SuSE 10.x i586 ?

2006-06-02 Thread Detlev Humann

Adinda Praditya wrote:


Hi list,...

I went to ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/ and found only the 64 bit
version of lyx for suse 10.x. So, is there its i586 version?

Regards,

Dida



Hi Adinda,
I was also looking for SUSE 10.1 binaries and couldn't find any. But 
Gunnar Hellmund gave a useful instruction to solve the problem.

It worked fine for me.
Regards
Detlev



 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund [EMAIL PROTECTED]
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar




Re: Is there LyX-1.4.1 for SuSE 10.x i586 ?

2006-06-02 Thread Detlev Humann

Adinda Praditya wrote:


Hi list,...

I went to ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/ and found only the 64 bit
version of lyx for suse 10.x. So, is there its i586 version?

Regards,

Dida



Hi Adinda,
I was also looking for SUSE 10.1 binaries and couldn't find any. But 
Gunnar Hellmund gave a useful instruction to solve the problem.

It worked fine for me.
Regards
Detlev



 Original-Nachricht 
Betreff:SUSE 10.1 and LyX 1.4.1
Datum:  Thu, 25 May 2006 21:32:36 +0200
Von:Gunnar Hellmund <[EMAIL PROTECTED]>
Antwort an: [EMAIL PROTECTED]
An: lyx-users@lists.lyx.org



Hi

Currently there does not seem to be a SUSE 10.1 32-bit LyX-rpm available.
But maybe others can benefit from my experience:

I suceeded in installing the SUSE Lyx 1.4.1 rpm for SUSE 9.X
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

First I uninstalled Lyx 1.3.6 via Yast

Then I downloaded
compat-expat1-1.95.8-6.i586.rpm
and
compat-expat1-debuginfo-1.95.8-6.i586.rpm
from
http://download.opensuse.org/distribution/SL-OSS-current/inst-source/suse/i586/
and installed them...

su
rpm -i compat-expat1-1.95.8-6.i586.rpm
rpm -i compat-expat1-debuginfo-1.95.8-6.i586.rpm

Then I downloaded
lyx-1.4.1_suse92_suse93-1_qt.i586.rpm
from
ftp://ftp.lyx.org/pub/lyx/bin/1.4.1/
and installed it...

su
rpm -ivh lyx-1.4.1_suse92_suse93-1_qt.i586.rpm

Best wishes
Gunnar




Unable to print roman numbered pages

2001-09-06 Thread Detlev Humann



Hi!
The first part of my text is "Roman" numbered, the 
second "arabic". All looks fine on the screen, but the problem is: How can I 
tell my printer to print the roman pages?
If I put e.g. "VII" in the printing menu I get an 
error message like "unable to print ("Es konnte nicht gedruckt 
werden").
If I put arabic numbers in the printing menu I get 
of course the arabic numbered pages printed.
What am I doing wrong?
Thanks in advance!
Detlev



Re: Unable to print roman numbered pages

2001-09-06 Thread Detlev Humann



Thanks, Michel! Thanks, Herbert!It's O.K. Now I 
see the difference between counting and numbering the pages.I should have 
told that I have twice pages numbered 1-14, once roman andonce arabic 
(because of \setcounter{1} after the first part)So the economic way of 
printing only the roman pages is using gv.Detlev


Re: Underlined 16

2001-09-06 Thread Detlev Humann




 Lars Reineke wrote:
  Whenever I open a previously saved LyX-Dokument, a 
  blue underlined 16 has
  been appended on the first line.
  What does that mean? And how do I get rid of it?
 
 Alessandro Cafarella wrote:
 I had the same problem and I solved it.
 One of the first lines in the lyx saved file is:
 \lyxformat 2,16
 (Notice the 16!)
 If you manually change it in 2.16 each time it will
 work. It's boring but it's so.
 I think it's due to the fact that in some languages
 (like italian, and, I guess, german) you write 0,5 to
 mean one half, instead of the english use 0.5.

 Bye, Alessandro

In my humble opinion the easiest way is to put a % in ERT (the comment out
command) just in front of  the 16. So it won't appear again in your
printed doc.
Detlev





Re: Underlined 16

2001-09-06 Thread Detlev Humann


   Lars Reineke wrote:  Whenever I open a previously saved
  LyX-Dokument, a   blue underlined 16 has  been appended on the
  first line.  What does that mean? And how do I get rid of it? 
  Alessandro Cafarella wrote: I had the same problem and I solved it.
  One of the first lines in the lyx saved file is: \lyxformat 2,16
  (Notice the 16!) If you manually change it in 2.16 each time it
  will work. It's boring but it's so. I think it's due to the fact
  that in some languages (like italian, and, I guess, german) you
  write 0,5 to mean one half, instead of the english use 0.5.
 
  Bye, Alessandro

 Detlev In my humble opinion the easiest way is to put a % in ERT (the
 Detlev comment out command) just in front of the 16. So it won't
 Detlev appear again in your printed doc. Detlev

 Yes, but the risk is that a new one appears when relaoding the
 document. Another solution is to upgrade to 1.1.6fix3 which fixes this
 problems (but is not very stable wrt tables).

 JMarc


O.K. But the new one appears after the older one. In my doc there are dozens
of 16s on the screen but never on the paper.
And I'm glad about the very, very stable version lyx 1.1.5fix1. Great! So I
won't change my running system. :-)
Detlev




Unable to print roman numbered pages

2001-09-06 Thread Detlev Humann



Hi!
The first part of my text is "Roman" numbered, the 
second "arabic". All looks fine on the screen, but the problem is: How can I 
tell my printer to print the roman pages?
If I put e.g. "VII" in the printing menu I get an 
error message like "unable to print ("Es konnte nicht gedruckt 
werden").
If I put arabic numbers in the printing menu I get 
of course the arabic numbered pages printed.
What am I doing wrong?
Thanks in advance!
Detlev



Re: Unable to print roman numbered pages

2001-09-06 Thread Detlev Humann



Thanks, Michel! Thanks, Herbert!It's O.K. Now I 
see the difference between counting and numbering the pages.I should have 
told that I have twice pages numbered 1-14, once roman andonce arabic 
(because of \setcounter{1} after the first part)So the economic way of 
printing only the roman pages is using gv.Detlev


Re: Underlined 16

2001-09-06 Thread Detlev Humann




 Lars Reineke wrote:
  Whenever I open a previously saved LyX-Dokument, a 
  blue underlined 16 has
  been appended on the first line.
  What does that mean? And how do I get rid of it?
 
 Alessandro Cafarella wrote:
 I had the same problem and I solved it.
 One of the first lines in the lyx saved file is:
 \lyxformat 2,16
 (Notice the 16!)
 If you manually change it in 2.16 each time it will
 work. It's boring but it's so.
 I think it's due to the fact that in some languages
 (like italian, and, I guess, german) you write 0,5 to
 mean one half, instead of the english use 0.5.

 Bye, Alessandro

In my humble opinion the easiest way is to put a % in ERT (the comment out
command) just in front of  the 16. So it won't appear again in your
printed doc.
Detlev





Re: Underlined 16

2001-09-06 Thread Detlev Humann


   Lars Reineke wrote:  Whenever I open a previously saved
  LyX-Dokument, a   blue underlined 16 has  been appended on the
  first line.  What does that mean? And how do I get rid of it? 
  Alessandro Cafarella wrote: I had the same problem and I solved it.
  One of the first lines in the lyx saved file is: \lyxformat 2,16
  (Notice the 16!) If you manually change it in 2.16 each time it
  will work. It's boring but it's so. I think it's due to the fact
  that in some languages (like italian, and, I guess, german) you
  write 0,5 to mean one half, instead of the english use 0.5.
 
  Bye, Alessandro

 Detlev In my humble opinion the easiest way is to put a % in ERT (the
 Detlev comment out command) just in front of the 16. So it won't
 Detlev appear again in your printed doc. Detlev

 Yes, but the risk is that a new one appears when relaoding the
 document. Another solution is to upgrade to 1.1.6fix3 which fixes this
 problems (but is not very stable wrt tables).

 JMarc


O.K. But the new one appears after the older one. In my doc there are dozens
of 16s on the screen but never on the paper.
And I'm glad about the very, very stable version lyx 1.1.5fix1. Great! So I
won't change my running system. :-)
Detlev




Unable to print roman numbered pages

2001-09-06 Thread Detlev Humann



Hi!
The first part of my text is "Roman" numbered, the 
second "arabic". All looks fine on the screen, but the problem is: How can I 
tell my printer to print the roman pages?
If I put e.g. "VII" in the printing menu I get an 
error message like "unable to print ("Es konnte nicht gedruckt 
werden").
If I put arabic numbers in the printing menu I get 
of course the arabic numbered pages printed.
What am I doing wrong?
Thanks in advance!
Detlev
 


Re: Unable to print roman numbered pages

2001-09-06 Thread Detlev Humann



Thanks, Michel! Thanks, Herbert!It's O.K. Now I 
see the difference between counting and numbering the pages.I should have 
told that I have twice pages numbered 1-14, once roman andonce arabic 
(because of \setcounter{1} after the first part)So the economic way of 
printing only the roman pages is using gv.Detlev


Re: Underlined "16"

2001-09-06 Thread Detlev Humann



>
> Lars Reineke wrote:
> > Whenever I open a previously saved LyX-Dokument, a >
> > blue underlined "16" has
> > been appended on the first line.
> > What does that mean? And how do I get rid of it?
> >
> Alessandro Cafarella wrote:
> I had the same problem and I solved it.
> One of the first lines in the lyx saved file is:
> \lyxformat 2,16
> (Notice the 16!)
> If you manually change it in 2.16 each time it will
> work. It's boring but it's so.
> I think it's due to the fact that in some languages
> (like italian, and, I guess, german) you write 0,5 to
> mean one half, instead of the english use 0.5.
>
> Bye, Alessandro

In my humble opinion the easiest way is to put a % in ERT (the "comment out"
command) just in front of  the "16". So it won't appear again in your
printed doc.
Detlev





Re: Underlined "16"

2001-09-06 Thread Detlev Humann


> >>  Lars Reineke wrote: > Whenever I open a previously saved
> >> LyX-Dokument, a > > blue underlined "16" has > been appended on the
> >> first line. > What does that mean? And how do I get rid of it? >
> >> Alessandro Cafarella wrote: I had the same problem and I solved it.
> >> One of the first lines in the lyx saved file is: \lyxformat 2,16
> >> (Notice the 16!) If you manually change it in 2.16 each time it
> >> will work. It's boring but it's so. I think it's due to the fact
> >> that in some languages (like italian, and, I guess, german) you
> >> write 0,5 to mean one half, instead of the english use 0.5.
> >>
> >> Bye, Alessandro
>
> Detlev> In my humble opinion the easiest way is to put a % in ERT (the
> Detlev> "comment out" command) just in front of the "16". So it won't
> Detlev> appear again in your printed doc. Detlev
>
> Yes, but the risk is that a new one appears when relaoding the
> document. Another solution is to upgrade to 1.1.6fix3 which fixes this
> problems (but is not very stable wrt tables).
>
> JMarc
>

O.K. But the new one appears after the older one. In my doc there are dozens
of "16s" on the screen but never on the paper.
And I'm glad about the very, very stable version lyx 1.1.5fix1. Great! So I
won't change my running system. :-)
Detlev




Re: open/close doc behaviour

2001-08-14 Thread Detlev Humann


 Hello,

 I have a somehow weird behaviour when closing resp. opening a LyX-file.
 I don't know, when it happens either when closing (saving) or opening.
 Anyhow, when I usully save a doc and close LyX, then after opening there
appears
 always at the end of the first line a '16' in english language (it is
underlined blue).
 This happens for all my docs.

 Where does it come from and how do I get rid of it?

 Many thanks in advance
 --
 Harald Lichtenstein

As far as I know: It happens only with lyx1.1.5.fix2. Later versions don´t
have this little bug anymore.
If you don´t like to upgrade now (like me) here's a workaround (I already
posted to this list):
Put a % in ERT in that line in which the 16 appears (in most cases it's the
first line), just in front of the first 16.
This won't stop getting a 16 each time you open the file but it avoids
disturbing your printed text,
and you'll never have to care and delete it/them again.
Detlev





Re: open/close doc behaviour

2001-08-14 Thread Detlev Humann


 Hello,

 I have a somehow weird behaviour when closing resp. opening a LyX-file.
 I don't know, when it happens either when closing (saving) or opening.
 Anyhow, when I usully save a doc and close LyX, then after opening there
appears
 always at the end of the first line a '16' in english language (it is
underlined blue).
 This happens for all my docs.

 Where does it come from and how do I get rid of it?

 Many thanks in advance
 --
 Harald Lichtenstein

As far as I know: It happens only with lyx1.1.5.fix2. Later versions don´t
have this little bug anymore.
If you don´t like to upgrade now (like me) here's a workaround (I already
posted to this list):
Put a % in ERT in that line in which the 16 appears (in most cases it's the
first line), just in front of the first 16.
This won't stop getting a 16 each time you open the file but it avoids
disturbing your printed text,
and you'll never have to care and delete it/them again.
Detlev





Re: open/close doc behaviour

2001-08-14 Thread Detlev Humann


> Hello,
>
> I have a somehow weird behaviour when closing resp. opening a LyX-file.
> I don't know, when it happens either when closing (saving) or opening.
> Anyhow, when I usully save a doc and close LyX, then after opening there
appears
> always at the end of the first line a '16' in english language (it is
underlined blue).
> This happens for all my docs.
>
> Where does it come from and how do I get rid of it?
>
> Many thanks in advance
> --
> Harald Lichtenstein
>
As far as I know: It happens only with lyx<1.1.5.fix2. Later versions don´t
have this little bug anymore.
If you don´t like to upgrade now (like me) here's a workaround (I already
posted to this list):
Put a % in ERT in that line in which the 16 appears (in most cases it's the
first line), just in front of the first 16.
This won't stop getting a 16 each time you open the file but it avoids
disturbing your printed text,
and you'll never have to care and delete it/them again.
Detlev





Re: appendix?

2001-08-05 Thread Detlev Humann



 Hi, I am 
writing a report (Document Layout), but can't find Appendix 
option. How do I create Appendixs? Sorry I am a new to 
LyX, and kind of confused.Write \appendix in ERT at the 
beginning of your appendix(ERT=Evil Red Text, i.e. Latex 
command)Detlev


Re: Disable date in Article layout

2001-08-05 Thread Detlev Humann





 How can I suppress the date from printing in documents formatted with 
the default Article Class? 

Write \date{} in ERT 
(ERT=Evil Red Text, i.e. Latex 
command)Detlev


Re: appendix?

2001-08-05 Thread Detlev Humann



 Hi, I am 
writing a report (Document Layout), but can't find Appendix 
option. How do I create Appendixs? Sorry I am a new to 
LyX, and kind of confused.Write \appendix in ERT at the 
beginning of your appendix(ERT=Evil Red Text, i.e. Latex 
command)Detlev


Re: Disable date in Article layout

2001-08-05 Thread Detlev Humann





 How can I suppress the date from printing in documents formatted with 
the default Article Class? 

Write \date{} in ERT 
(ERT=Evil Red Text, i.e. Latex 
command)Detlev


Re: appendix?

2001-08-05 Thread Detlev Humann



>>  Hi,>>  I am 
writing a report (Document Layout), but can't find Appendix 
option.>  How do I create Appendixs?> Sorry I am a new to 
LyX, and kind of confused.>Write \appendix in ERT at the 
beginning of your appendix (ERT=Evil Red Text, i.e. Latex 
command)Detlev


Re: Disable date in Article layout

2001-08-05 Thread Detlev Humann




 
> How can I suppress the date from printing in documents formatted with 
the default Article Class? 
 
Write \date{} in ERT 
(ERT=Evil Red Text, i.e. Latex 
command)Detlev


Hyphenation of abbreviations

2001-07-30 Thread Detlev Humann



Hi!
Lyx/Latex sometimes spilts up abbreviationson 
two pages, e.g.:

bla bla bla bla bla bla bla bla bla bla bla bla bla 
NS-
[next page]
DAP bla bla bla bla bla bla bla.

How can I prevent this?
Thanks in advance!
Detlev


Hyphenation of abbreviations

2001-07-30 Thread Detlev Humann



Hi!
Lyx/Latex sometimes spilts up abbreviationson 
two pages, e.g.:

bla bla bla bla bla bla bla bla bla bla bla bla bla 
NS-
[next page]
DAP bla bla bla bla bla bla bla.

How can I prevent this?
Thanks in advance!
Detlev


Hyphenation of abbreviations

2001-07-30 Thread Detlev Humann



Hi!
Lyx/Latex sometimes spilts up abbreviations on 
two pages, e.g.:
 
bla bla bla bla bla bla bla bla bla bla bla bla bla 
NS-
[next page]
DAP bla bla bla bla bla bla bla.
 
How can I prevent this?
Thanks in advance!
Detlev


Changing Fontsize of ToC and LoF

2001-07-17 Thread Detlev Humann



Hi!
I´d like to change the fontsize of the ToC and the 
LoF from 12 pt to 10 pt (to have more space for long chapter and section 
headlines), whereas the rest of the text remains in 12 pt fontsize.
Is there a way to do it? I´m using 
bookkoma-script.
Thanks in advance
Detlev


Changing Fontsize of ToC and LoF

2001-07-17 Thread Detlev Humann



Hi!
I´d like to change the fontsize of the ToC and the 
LoF from 12 pt to 10 pt (to have more space for long chapter and section 
headlines), whereas the rest of the text remains in 12 pt fontsize.
Is there a way to do it? I´m using 
bookkoma-script.
Thanks in advance
Detlev


Changing Fontsize of ToC and LoF

2001-07-17 Thread Detlev Humann



Hi!
I´d like to change the fontsize of the ToC and the 
LoF from 12 pt to 10 pt (to have more space for long chapter and section 
headlines), whereas the rest of the text remains in 12 pt fontsize.
Is there a way to do it? I´m using 
book koma-script.
Thanks in advance
Detlev


Re: Footnote on next the page

2001-07-13 Thread Detlev Humann




 Dekel Tsur wrote:
 \usepackage[marginal]{footmisc}

Thanks Dekel. I played a little bit around but could only get this:

1.) with \usepackage[marginal]{footmisc} and 
\footnotemargin=0.4em I get this result:

text
--
1bla bla bla bla bla bla
bla bla bla.
2bla.


2.) with \usepackage[flushmargin]{footmisc} I get 
this result:

 text
-
1bla bla bla bla bla bla
bla bla bla.
2bla.


3.) What I like is to have is this:


text
--
1 bla bla bla bla bla bla
 bla bla bla.
2 bla.


4.) In a Latex mailing archiveI´ve found this solution (it should be 
taken from the Latex companion, but I don't remember exactly):

\renewcommand{\@makefntext}[1]{\setlength{\parindent}{0pt} % 
Ändert Fußnoteneinzug
\begin{list}{}{\setlength{\labelwidth}{1.2em}
\setlength{\leftmargin}{\labelwidth}
\setlength{\labelsep}{0pt}\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}\setlength{\topsep}{0pt}
\setlength{\partopsep}{0pt}
\footnotesize} \item[\@makefnmark\hfill]#1
\end{list}
}

This solution works in most cases but sometimes the footnotes 
appear on the next page, what most people don´t like, nor do I. 
I attached (once again) an example file showing this 
behaviour.
So any ideas? I nearly can´t image that there is nobody out 
thereknowing how to solve this "little" problem...
Thanks for thinking about it!
Detlev








 Footnote-Example.tar.gz


Flush footnote indentation (was: Footnote on the next page)

2001-07-13 Thread Detlev Humann



Cheers! Herbert got the solution! For all Lyx users 
who want their footnote indentation to look like this:


text
--
1 bla bla bla bla bla bla
 bla bla bla.
2 bla.



For Lyx 1.1.5 (I tested) write in latex preamble: 


\newlength{\myFootnoteWidth}\setlength{\myFootnoteWidth}{\columnwidth}\newlength{\myFootnoteLabel}\setlength{\myFootnoteLabel}{1.2em} 
% you canchange the number if you 
like\addtolength{\myFootnoteWidth}{-\myFootnoteLabel}\renewcommand{\@makefntext}[1]{% 
\noindent\makebox[\myFootnoteLabel][r]{\@makefnmark\ }% 
\parbox[t]{\myFootnoteWidth}{#1}%}


For Lyx 1.1.6 (AFAIK Herbert tested) it should be enough to write in latex 
preamble:

\newlength{\myFootnoteLabel}\setlength{\myFootnoteLabel}{1.2em} % you 
canchange the number if you like\renewcommand{\@makefntext}[1]{ 
% \noindent\makebox[\myFootnoteLabel][r]{\@makefnmark\ }% 
\parbox{\columnwidth -\myFootnoteLabel}{#1}%}

And the former problem that a footnote appeared on the next pageis 
solved, too.
Additionally, AFAIK, footnotes aren't split anymore.
Maybe Herbert takes this solution on his website?! :-)
Thanks again!
Detlev 



Re: Footnote on next the page

2001-07-13 Thread Detlev Humann




 Dekel Tsur wrote:
 \usepackage[marginal]{footmisc}

Thanks Dekel. I played a little bit around but could only get this:

1.) with \usepackage[marginal]{footmisc} and 
\footnotemargin=0.4em I get this result:

text
--
1bla bla bla bla bla bla
bla bla bla.
2bla.


2.) with \usepackage[flushmargin]{footmisc} I get 
this result:

 text
-
1bla bla bla bla bla bla
bla bla bla.
2bla.


3.) What I like is to have is this:


text
--
1 bla bla bla bla bla bla
 bla bla bla.
2 bla.


4.) In a Latex mailing archiveI´ve found this solution (it should be 
taken from the Latex companion, but I don't remember exactly):

\renewcommand{\@makefntext}[1]{\setlength{\parindent}{0pt} % 
Ändert Fußnoteneinzug
\begin{list}{}{\setlength{\labelwidth}{1.2em}
\setlength{\leftmargin}{\labelwidth}
\setlength{\labelsep}{0pt}\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}\setlength{\topsep}{0pt}
\setlength{\partopsep}{0pt}
\footnotesize} \item[\@makefnmark\hfill]#1
\end{list}
}

This solution works in most cases but sometimes the footnotes 
appear on the next page, what most people don´t like, nor do I. 
I attached (once again) an example file showing this 
behaviour.
So any ideas? I nearly can´t image that there is nobody out 
thereknowing how to solve this "little" problem...
Thanks for thinking about it!
Detlev








 Footnote-Example.tar.gz


Flush footnote indentation (was: Footnote on the next page)

2001-07-13 Thread Detlev Humann



Cheers! Herbert got the solution! For all Lyx users 
who want their footnote indentation to look like this:


text
--
1 bla bla bla bla bla bla
 bla bla bla.
2 bla.



For Lyx 1.1.5 (I tested) write in latex preamble: 


\newlength{\myFootnoteWidth}\setlength{\myFootnoteWidth}{\columnwidth}\newlength{\myFootnoteLabel}\setlength{\myFootnoteLabel}{1.2em} 
% you canchange the number if you 
like\addtolength{\myFootnoteWidth}{-\myFootnoteLabel}\renewcommand{\@makefntext}[1]{% 
\noindent\makebox[\myFootnoteLabel][r]{\@makefnmark\ }% 
\parbox[t]{\myFootnoteWidth}{#1}%}


For Lyx 1.1.6 (AFAIK Herbert tested) it should be enough to write in latex 
preamble:

\newlength{\myFootnoteLabel}\setlength{\myFootnoteLabel}{1.2em} % you 
canchange the number if you like\renewcommand{\@makefntext}[1]{ 
% \noindent\makebox[\myFootnoteLabel][r]{\@makefnmark\ }% 
\parbox{\columnwidth -\myFootnoteLabel}{#1}%}

And the former problem that a footnote appeared on the next pageis 
solved, too.
Additionally, AFAIK, footnotes aren't split anymore.
Maybe Herbert takes this solution on his website?! :-)
Thanks again!
Detlev 



Re: Footnote on next the page

2001-07-13 Thread Detlev Humann




> Dekel Tsur wrote:
> \usepackage[marginal]{footmisc}
 
Thanks Dekel. I played a little bit around but could only get this:
 
1.) with \usepackage[marginal]{footmisc} and 
\footnotemargin=0.4em I get this result:
 
text
--
1bla bla bla bla bla bla
bla bla bla.
2bla.
 
 
2.) with \usepackage[flushmargin]{footmisc} I get 
this result:
 
  text
  -
1bla bla bla bla bla bla
  bla bla bla.
2bla.
 
 
3.) What I like is to have is this:

 
text
--
1 bla bla bla bla bla bla
   bla bla bla.
2 bla.
 
 
4.) In a Latex mailing archive I´ve found this solution (it should be 
taken from the Latex companion, but I don't remember exactly):
 
\renewcommand{\@makefntext}[1]{\setlength{\parindent}{0pt} % 
Ändert Fußnoteneinzug
\begin{list}{}{\setlength{\labelwidth}{1.2em}
\setlength{\leftmargin}{\labelwidth}
\setlength{\labelsep}{0pt}\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}\setlength{\topsep}{0pt}
\setlength{\partopsep}{0pt}
\footnotesize} \item[\@makefnmark\hfill]#1
\end{list}
}
 
This solution works in most cases but sometimes the footnotes 
appear on the next page, what most people don´t like, nor do I. 
I attached (once again) an example file showing this 
behaviour.
So any ideas? I nearly can´t image that there is nobody out 
there knowing how to solve this "little" problem...
Thanks for thinking about it!
Detlev

 
 
 
 
 
 
 
 Footnote-Example.tar.gz


Flush footnote indentation (was: Footnote on the next page)

2001-07-13 Thread Detlev Humann



Cheers! Herbert got the solution! For all Lyx users 
who want their footnote indentation to look like this:
 

text
--
1 bla bla bla bla bla bla
   bla bla bla.
2 bla.
 
 
 
For Lyx 1.1.5 (I tested) write in latex preamble:  

 
\newlength{\myFootnoteWidth}\setlength{\myFootnoteWidth}{\columnwidth}\newlength{\myFootnoteLabel}\setlength{\myFootnoteLabel}{1.2em} 
% you can change the number if you 
like\addtolength{\myFootnoteWidth}{-\myFootnoteLabel}\renewcommand{\@makefntext}[1]{%  
\noindent\makebox[\myFootnoteLabel][r]{\@makefnmark\ }%  
\parbox[t]{\myFootnoteWidth}{#1}%}
 
 
For Lyx 1.1.6 (AFAIK Herbert tested) it should be enough to write in latex 
preamble:
 
\newlength{\myFootnoteLabel}\setlength{\myFootnoteLabel}{1.2em} % you 
can change the number if you like\renewcommand{\@makefntext}[1]{ 
%  \noindent\makebox[\myFootnoteLabel][r]{\@makefnmark\ }%  
\parbox{\columnwidth -\myFootnoteLabel}{#1}%}
 
And the former problem that a footnote appeared on the next page is 
solved, too.
Additionally, AFAIK, footnotes aren't split anymore.
Maybe Herbert takes this solution on his website?! :-)
Thanks again!
Detlev    
 


Re: Footnote on the next page

2001-07-12 Thread Detlev Humann

Detlev Humann wrote:
   
(I know that Lyx/Latex sometimes splits a footnote over two pages,
which isn´t very nice but acceptable. However, this is not my
problem
as I have interfootnotelinepenalty=1 in Latex preamble. The
strange thing in my case is that it doesn´t make a difference if I
comment it out or if I don´t)
   
   Herbert Voss wrote:
  
   if you have the correct
   \interfootnotelinepenalty=1
  
   in preamble send a minimal lay-file, which shows the
   behaviour.

 delte the whole latex preamble and all should work.

 Herbert


Well, that seems to be a radical solution. (I already tried that to find out
the reason for the behaviour.)
If I delete the whole preamble then my redefined footnote indentation gets
lost and I get a split footnote... :-(
Is there no way to save my settings?
(In the worst case I could accept a split footnote but I would like to
keep
the indentation.)
Hope that I don't expect too much from my appreciated Lyx/Latex ;-)

Detlev






Re: Footnote on the next page

2001-07-12 Thread Detlev Humann

 \interfootnotelinepenalty=1

 is possible

 it was your redefinition makefntext

 HErbert


Sorry for one more email:
Did I get you right that there is only one alternative (((ok, latinists know
that there is always one alternative))):
Either my indentation and footnotes appear sometimes misplaced on the next
page - or default indentation and footnotes are correctly placed (with) -
and nothing else?
Maybe there is a hidden package for changing the footnote indentation?
Thanks for answering steadily!

Detlev

PS: If there is no hope for my indentation - why does Lyx/Latex take into
consideration the footnote indentation when placing the footnotes? Is there
no command to prevent misplacing? I can't imagine that the errorfree Latex
isn´t able to cope with such a little problem...(I'm just hallucinating...)




Re: Footnote on the next page

2001-07-12 Thread Detlev Humann

Detlev Humann wrote:
   
(I know that Lyx/Latex sometimes splits a footnote over two pages,
which isn´t very nice but acceptable. However, this is not my
problem
as I have interfootnotelinepenalty=1 in Latex preamble. The
strange thing in my case is that it doesn´t make a difference if I
comment it out or if I don´t)
   
   Herbert Voss wrote:
  
   if you have the correct
   \interfootnotelinepenalty=1
  
   in preamble send a minimal lay-file, which shows the
   behaviour.

 delte the whole latex preamble and all should work.

 Herbert


Well, that seems to be a radical solution. (I already tried that to find out
the reason for the behaviour.)
If I delete the whole preamble then my redefined footnote indentation gets
lost and I get a split footnote... :-(
Is there no way to save my settings?
(In the worst case I could accept a split footnote but I would like to
keep
the indentation.)
Hope that I don't expect too much from my appreciated Lyx/Latex ;-)

Detlev






Re: Footnote on the next page

2001-07-12 Thread Detlev Humann

 \interfootnotelinepenalty=1

 is possible

 it was your redefinition makefntext

 HErbert


Sorry for one more email:
Did I get you right that there is only one alternative (((ok, latinists know
that there is always one alternative))):
Either my indentation and footnotes appear sometimes misplaced on the next
page - or default indentation and footnotes are correctly placed (with) -
and nothing else?
Maybe there is a hidden package for changing the footnote indentation?
Thanks for answering steadily!

Detlev

PS: If there is no hope for my indentation - why does Lyx/Latex take into
consideration the footnote indentation when placing the footnotes? Is there
no command to prevent misplacing? I can't imagine that the errorfree Latex
isn´t able to cope with such a little problem...(I'm just hallucinating...)




Re: Footnote on the next page

2001-07-12 Thread Detlev Humann

> > > > Detlev Humann wrote:
> > > >
> > > > (I know that Lyx/Latex sometimes splits a footnote over two pages,
> > > > which isn´t very nice but acceptable. However, this is not my
problem
> > > > as I have interfootnotelinepenalty=1 in Latex preamble. The
> > > > strange thing in my case is that it doesn´t make a difference if I
> > > > comment it out or if I don´t)
> > > >
> > > Herbert Voss wrote:
> > >
> > > if you have the correct
> > > \interfootnotelinepenalty=1
> > >
> > > in preamble send a minimal lay-file, which shows the
> > > behaviour.
>
> delte the whole latex preamble and all should work.
>
> Herbert
>
>
Well, that seems to be a radical solution. (I already tried that to find out
the reason for the behaviour.)
If I delete the whole preamble then my redefined footnote indentation gets
lost and I get a split footnote... :-(
Is there no way to save my settings?
(In the "worst case" I could accept a split footnote but I would like to
keep
the indentation.)
Hope that I don't expect too much from "my" appreciated Lyx/Latex ;-)

Detlev






Re: Footnote on the next page

2001-07-12 Thread Detlev Humann

> \interfootnotelinepenalty=1
>
> is possible
>
> it was your redefinition makefntext
>
> HErbert
>

Sorry for one more email:
Did I get you right that there is only one alternative (((ok, latinists know
that there is always one alternative))):
Either my indentation and footnotes appear sometimes misplaced on the next
page - or default indentation and footnotes are correctly placed (with) -
and nothing else?
Maybe there is a hidden package for changing the footnote indentation?
Thanks for answering steadily!

Detlev

PS: If there is no "hope for my indentation" - why does Lyx/Latex take into
consideration the footnote indentation when placing the footnotes? Is there
no command to prevent misplacing? I can't imagine that the errorfree Latex
isn´t able to cope with such a little problem...(I'm just hallucinating...)




Footnote on the next page

2001-07-11 Thread Detlev Humann



Hi!
My problem is that Lyx/Latexputs the footnote 
mark(=number) correctly in the text of one page, but the footnote text (with 
correct footnote number of course) appears on the bottom of 
the_next_page.
(I know that Lyx/Latex sometimes splits a footnote 
over two pages, which isn´tvery nice but acceptable. However, this is not 
my problem as I have interfootnotelinepenalty=1 in Latex preamble. The 
strange thing in my case is that it doesn´t make a difference if I comment it 
out or if I don´t)
Therefore myquestion is: How can I prevent 
this well known"M$-Word-Feature"in my Lyx/Latex document? I´d like 
to have footnote mark and footnote text on the_same_page.
Thanks in advance!
Detlev





Footnote on the next page

2001-07-11 Thread Detlev Humann



Hi!
My problem is that Lyx/Latexputs the footnote 
mark(=number) correctly in the text of one page, but the footnote text (with 
correct footnote number of course) appears on the bottom of 
the_next_page.
(I know that Lyx/Latex sometimes splits a footnote 
over two pages, which isn´tvery nice but acceptable. However, this is not 
my problem as I have interfootnotelinepenalty=1 in Latex preamble. The 
strange thing in my case is that it doesn´t make a difference if I comment it 
out or if I don´t)
Therefore myquestion is: How can I prevent 
this well known"M$-Word-Feature"in my Lyx/Latex document? I´d like 
to have footnote mark and footnote text on the_same_page.
Thanks in advance!
Detlev





Footnote on the next page

2001-07-11 Thread Detlev Humann



Hi!
My problem is that Lyx/Latex puts the footnote 
mark(=number) correctly in the text of one page, but the footnote text (with 
correct footnote number of course) appears on the bottom of 
the_next_page.
(I know that Lyx/Latex sometimes splits a footnote 
over two pages, which isn´t very nice but acceptable. However, this is not 
my problem as I have interfootnotelinepenalty=1 in Latex preamble. The 
strange thing in my case is that it doesn´t make a difference if I comment it 
out or if I don´t)
Therefore my question is: How can I prevent 
this well known "M$-Word-Feature" in my Lyx/Latex document? I´d like 
to have footnote mark and footnote text on the_same_page.
Thanks in advance!
Detlev
 
 
 


Footnotes appear in the middle of the page

2001-07-08 Thread Detlev Humann



Hi! 
I´ve got the problem that footnotes sometimes 
appear in the middle of a page.At Herbert´s (very useful) homepage (http://www.educat.hu-berlin.de/~voss/lyx/footnotes.html) 
I found the hint to use
\usepackage[bottom]{footmisc}
tomake the footnotes appear at the bottom 
of a page. But obviously itdoesn´twork inevery case. 
What´s going wrong? I appended asmall example file.
Thanks in advance for answering!
Detlev
 
 Example.tar.gz


Footnotes appear in the middle of the page

2001-07-08 Thread Detlev Humann



Hi! 
I´ve got the problem that footnotes sometimes 
appear in the middle of a page.At Herbert´s (very useful) homepage (http://www.educat.hu-berlin.de/~voss/lyx/footnotes.html) 
I found the hint to use
\usepackage[bottom]{footmisc}
tomake the footnotes appear at the bottom 
of a page. But obviously itdoesn´twork inevery case. 
What´s going wrong? I appended asmall example file.
Thanks in advance for answering!
Detlev
 
 Example.tar.gz


Footnotes appear in the middle of the page

2001-07-08 Thread Detlev Humann



Hi! 
I´ve got the problem that footnotes sometimes 
appear in the middle of a page. At Herbert´s (very useful) homepage (http://www.educat.hu-berlin.de/~voss/lyx/footnotes.html) 
I found the hint to use
 \usepackage[bottom]{footmisc}
to make the footnotes appear at the bottom 
of  a page. But obviously it doesn´t work in every case. 
What´s going wrong? I appended a small example file.
Thanks in advance for answering!
Detlev 
  
 Example.tar.gz


Spacing and fontsize in floats

2001-06-29 Thread Detlev Humann



Hi!
I´ve got many floats in my document like 
this:

caption
figure/table
"my explanation"

I`d like to change the space between figure/table 
and "my explanation". 
Is there a way to do it automatically for all 
floats or do I have to change it manually in every float?

Can I have a special fontsize for "my explanation"? 
In scientific texts it is usual to have a smaller fontsize (or italic) for 
explanations or references under tables/figures.
Is there a way to change the fontsize of "my 
explanation" for all floats or do I have to change it in each float by 
myself?

Thanks in advance
Detlev



Re: Spacing and fontsize in floats

2001-06-29 Thread Detlev Humann


  Detlev Humann wrote:
  
  caption
  figure/table
  my explanation
  
 
 is my explanation of paragraphstale caption or not?
 
 Herbert


No, it's not caption, it's like standard style, only smaller.

Detlev








Spacing and fontsize in floats

2001-06-29 Thread Detlev Humann



Hi!
I´ve got many floats in my document like 
this:

caption
figure/table
"my explanation"

I`d like to change the space between figure/table 
and "my explanation". 
Is there a way to do it automatically for all 
floats or do I have to change it manually in every float?

Can I have a special fontsize for "my explanation"? 
In scientific texts it is usual to have a smaller fontsize (or italic) for 
explanations or references under tables/figures.
Is there a way to change the fontsize of "my 
explanation" for all floats or do I have to change it in each float by 
myself?

Thanks in advance
Detlev



Re: Spacing and fontsize in floats

2001-06-29 Thread Detlev Humann


  Detlev Humann wrote:
  
  caption
  figure/table
  my explanation
  
 
 is my explanation of paragraphstale caption or not?
 
 Herbert


No, it's not caption, it's like standard style, only smaller.

Detlev








Spacing and fontsize in floats

2001-06-29 Thread Detlev Humann



Hi!
I´ve got many floats in my document like 
this:
 
caption
figure/table
"my explanation"
 
I`d like to change the space between figure/table 
and "my explanation". 
Is there a way to do it automatically for all 
floats or do I have to change it manually in every float?
 
Can I have a special fontsize for "my explanation"? 
In scientific texts it is usual to have a smaller fontsize (or italic) for 
explanations or references under tables/figures.
Is there a way to change the fontsize of "my 
explanation" for all floats or do I have to change it in each float by 
myself?
 
Thanks in advance
Detlev
 


Re: Spacing and fontsize in floats

2001-06-29 Thread Detlev Humann


> > Detlev Humann wrote:
> > 
> > caption
> > figure/table
> > "my explanation"
> > 
> 
> is "my explanation" of paragraphstale caption or not?
> 
> Herbert


No, it's not caption, it's like standard style, only smaller.

Detlev








Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann


 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is
generated
 between table-entries of different parts? I´d like to have the
same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.
   
My LoT looks like:
1. Table1
2. Table2
3. Table3
   
4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
  
   Herbert Voss wrote:
   please send the *.lot file. it's in the temporary lyx-dir or
   run latex by hand.
  
  Detlev Humann wrote:
  LoT-File is attached. I see that there is to much \addvspace, but of
course
  it wasn't me - AFAIK ;-)

 Herbert Voss wrote:
 yes, that's the question ...

 I have no idea at this time. for more informations i need the
 whole preamble and the doc, but only with the latex commands,
 if you have one in the text part.

Here they are. I thought the problem could be hidden in the section
% Einzüge und Label-Weite der Verzeichnisse verstellen (=Changing
indentations and label width of lists) in the LaTeX preamble. But after
erasing it there was no difference.
Not even erasing the whole preamble helped. So I have no more clue.
Thank you for your efforts!
Detlev
BTW: I'm running Lyx1.1.5fix2 on Suse7.1






 LaTeX-Preamble_and_-Commands.tar.gz


Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann

 ok, we got it ...
 write in latex preamble:
 
 \def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
  \if@mainmatter
  \refstepcounter{chapter}%
  \typeout{\@chapapp\space\thechapter.}%
  \addcontentsline{toc}{chapter}%
 {\protect\numberline{\thechapter}#1}%
  \else
  \addcontentsline{toc}{chapter}{#1}\fi
 \else
  \addcontentsline{toc}{chapter}{#1}
  \fi
  \chaptermark{#1}%
  \if@twocolumn
\@topnewpage[\@makechapterhead{#2}]%
  \else
 \@makechapterhead{#2}%
 \@afterheading
  \fi}
 
 
 Herbert

It works! Thank you very much! I'm delighted! 
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx? 
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev







Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann


 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is
generated
 between table-entries of different parts? I´d like to have the
same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.
   
My LoT looks like:
1. Table1
2. Table2
3. Table3
   
4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
  
   Herbert Voss wrote:
   please send the *.lot file. it's in the temporary lyx-dir or
   run latex by hand.
  
  Detlev Humann wrote:
  LoT-File is attached. I see that there is to much \addvspace, but of
course
  it wasn't me - AFAIK ;-)

 Herbert Voss wrote:
 yes, that's the question ...

 I have no idea at this time. for more informations i need the
 whole preamble and the doc, but only with the latex commands,
 if you have one in the text part.

Here they are. I thought the problem could be hidden in the section
% Einzüge und Label-Weite der Verzeichnisse verstellen (=Changing
indentations and label width of lists) in the LaTeX preamble. But after
erasing it there was no difference.
Not even erasing the whole preamble helped. So I have no more clue.
Thank you for your efforts!
Detlev
BTW: I'm running Lyx1.1.5fix2 on Suse7.1






 LaTeX-Preamble_and_-Commands.tar.gz


Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann

 ok, we got it ...
 write in latex preamble:
 
 \def\@chapter[#1]#2{\ifnum \c@secnumdepth \m@ne
  \if@mainmatter
  \refstepcounter{chapter}%
  \typeout{\@chapapp\space\thechapter.}%
  \addcontentsline{toc}{chapter}%
 {\protect\numberline{\thechapter}#1}%
  \else
  \addcontentsline{toc}{chapter}{#1}\fi
 \else
  \addcontentsline{toc}{chapter}{#1}
  \fi
  \chaptermark{#1}%
  \if@twocolumn
\@topnewpage[\@makechapterhead{#2}]%
  \else
 \@makechapterhead{#2}%
 \@afterheading
  \fi}
 
 
 Herbert

It works! Thank you very much! I'm delighted! 
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx? 
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev







Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann


> > > > > Detlev Humann wrote:
> > > > > How can I reduce the extra vertical space in the LoT that is
generated
> > > > > between table-entries of different parts? I´d like to have the
same
> > > > > spacing between all entries in the LoT.
> > > > >
> > > > > > Herbert Voss wrote:
> > > > > > I always get the same spacing with koma book-class.
> > > >
> > > > My LoT looks like:
> > > > 1. Table1
> > > > 2. Table2
> > > > 3. Table3
> > > >
> > > > 4. Table4
> > > > 5. Table5
> > > > That looks a little bit strange and unusual ;-)
> > >
> > > Herbert Voss wrote:
> > > please send the *.lot file. it's in the temporary lyx-dir or
> > > run latex by hand.
> > >
> > Detlev Humann wrote:
> > LoT-File is attached. I see that there is to much \addvspace, but of
course
> > it wasn't me - AFAIK ;-)
>>
> Herbert Voss wrote:
> yes, that's the question ...
>
> I have no idea at this time. for more informations i need the
> whole preamble and the doc, but only with the latex commands,
> if you have one in the text part.
>
Here they are. I thought the problem could be hidden in the section
"% Einzüge und Label-Weite der Verzeichnisse verstellen" (=Changing
indentations and label width of lists) in the LaTeX preamble. But after
erasing it there was no difference.
Not even erasing the whole preamble helped. So I have no more clue.
Thank you for your efforts!
Detlev
BTW: I'm running Lyx1.1.5fix2 on Suse7.1






 LaTeX-Preamble_and_-Commands.tar.gz


Re: Vertical spacing in LoT

2001-05-20 Thread Detlev Humann

> ok, we got it ...
> write in latex preamble:
> 
> \def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
>  \if@mainmatter
>  \refstepcounter{chapter}%
>  \typeout{\@chapapp\space\thechapter.}%
>  \addcontentsline{toc}{chapter}%
> {\protect\numberline{\thechapter}#1}%
>  \else
>  \addcontentsline{toc}{chapter}{#1}\fi
> \else
>  \addcontentsline{toc}{chapter}{#1}
>  \fi
>  \chaptermark{#1}%
>  \if@twocolumn
>\@topnewpage[\@makechapterhead{#2}]%
>  \else
> \@makechapterhead{#2}%
> \@afterheading
>  \fi}
> 
> 
> Herbert

It works! Thank you very much! I'm delighted! 
But just give me a hint, please: What was going wrong?
Why didn't you have the obscure extra space in your LoTs, but me?
Did I make any mistake? How could I have avoided it?
Or is it a bug or a feature of Lyx? 
I'd like to reduce my ignorance a little bit.
Thanks once more :-)
Detlev







Re: Vertical spacing in LoT

2001-05-19 Thread Detlev Humann

 Detlev Humann wrote:
 How can I reduce the extra vertical space in the LoT that is generated
 between table-entries of different parts? I´d like to have the same
 spacing between all entries in the LoT.

  Herbert Voss wrote:
  I always get the same spacing with koma book-class.

My LoT looks like:
1. Table1
2. Table2
3. Table3

4. Table4
5. Table5
That looks a little bit strange and unusual ;-)
This problem (is it feature?!) only exists if the tables are in different
parts of the document (book koma-script), not if they are in different
chapters or sections.
If it's a feature: it can be useful in docs full of tables in some different
parts with the tables of each part having nothing to do with the tables of
other parts.
But if you only have 2 parts and all table entries are of the same value
it isn't very pleasing to have them separated.
Does anybody know how to change the feature? Or did I make any mistake?
Thanks in advance!
Detlev








  1   2   >