Re: formatting help needed

2009-05-25 Thread Markus Büchele
Hello Richard,

sorry for my long silence - I didn't resolve the issues completely, but I got 
over an important hurdle.

I exported my .lyx-file to a .tex-file. This was the only way, I could get in 
the \setlength\parindent{0.7cm} option. It was quite hard for me because 
the German umlaut didn't get translated properly. I found out that I had to 
change the encoding to utf8 to make it work.

I also added:
\usepackage{fancyhdr}
\pagestyle{fancy}

The next point I need to solve is the header issue: 
* page number: font size 12
* left pages: chapter title (right-aligned) in small capitals and font size 10
* right pages: subchapter title (left-aligned) in small capitals and font size 
10
header not on first page of chapter

At present I get both chapter and subchapter titles in the header so that they 
overwrite each other and are unreadable. The page number is in the footer and 
should go up to the header.

A second point is the font size (12 and solved ;-) but the line distance 
should be 14 points. How do I get that?

Thanks a lot for your help!

Markus

Just is case it may help, here is my header of the .tex file:

%% LyX 1.6.2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,english,ngerman]{extbook}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=3.6cm,bmargin=3.6cm,lmargin=3.5cm,rmargin=3.5cm,headsep=1.2cm,footskip=1.25cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{color}
\usepackage{array}
\usepackage{textcomp}

\setlength\parindent{0.7cm}


%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}

\usepackage{babel}

\begin{document}


Am Donnerstag, 7. Mai 2009 15:03:42 schrieb rgheck:
 Markus Büchele wrote:
  Hi Lyx experts,
 
  I have been using LYX for over decade now. It has always been a fantastic
  tool, especially for my PhD thesis.
 
  Unfortunately I have arrived at a dead end just before publication. My
  publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise
  ideas about the layout of the text and I am unable to adjust to his
  wishes with LYX.

 All of this can be done, probably without too much trouble.

  Things which need to be adapted are:
  * font in the header, which has to be small capitals instead of capitals
  and a different font size

 I assume here that you mean the page header, or do you mean the chapter
 titles? Adjusting the page headers can be done use the fancyhdr package,
 and is fairly simple.
 http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
 Adjusting the chapter titles can be done using the titlesec package and
 is also fairly simple.
 http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
 We can work out the details.

  * header (left pages): the word chapter is printed in all chapters in
  German (Kapitel which is correct), but in chapter 9 there is chapter
  in the header (a bug?)

 Did you have some English in the document somewhere? It seems as if the
 language has gotten changed.

  * space of indentation at the beginning of paragraphs

 In your preamble, put:
 \setlength\parindent{2cm}
 or whatever it is you need. LaTeX will accept lots of different units,
 too. See here:

 http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html
/ltx-86.html for help.

  * headlines of chapters without the word chapter in the headline and
  different font size

 I think this is where you want to use titlesec.

 An alternative might be to switch to use the book (koma-script) class.
 The koma-script classes provide for a LOT of customization.

 Richard




Re: formatting help needed

2009-05-25 Thread Markus Büchele
Hello Richard,

sorry for my long silence - I didn't resolve the issues completely, but I got 
over an important hurdle.

I exported my .lyx-file to a .tex-file. This was the only way, I could get in 
the \setlength\parindent{0.7cm} option. It was quite hard for me because 
the German umlaut didn't get translated properly. I found out that I had to 
change the encoding to utf8 to make it work.

I also added:
\usepackage{fancyhdr}
\pagestyle{fancy}

The next point I need to solve is the header issue: 
* page number: font size 12
* left pages: chapter title (right-aligned) in small capitals and font size 10
* right pages: subchapter title (left-aligned) in small capitals and font size 
10
header not on first page of chapter

At present I get both chapter and subchapter titles in the header so that they 
overwrite each other and are unreadable. The page number is in the footer and 
should go up to the header.

A second point is the font size (12 and solved ;-) but the line distance 
should be 14 points. How do I get that?

Thanks a lot for your help!

Markus

Just is case it may help, here is my header of the .tex file:

%% LyX 1.6.2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,english,ngerman]{extbook}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=3.6cm,bmargin=3.6cm,lmargin=3.5cm,rmargin=3.5cm,headsep=1.2cm,footskip=1.25cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{color}
\usepackage{array}
\usepackage{textcomp}

\setlength\parindent{0.7cm}


%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}

\usepackage{babel}

\begin{document}


Am Donnerstag, 7. Mai 2009 15:03:42 schrieb rgheck:
 Markus Büchele wrote:
  Hi Lyx experts,
 
  I have been using LYX for over decade now. It has always been a fantastic
  tool, especially for my PhD thesis.
 
  Unfortunately I have arrived at a dead end just before publication. My
  publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise
  ideas about the layout of the text and I am unable to adjust to his
  wishes with LYX.

 All of this can be done, probably without too much trouble.

  Things which need to be adapted are:
  * font in the header, which has to be small capitals instead of capitals
  and a different font size

 I assume here that you mean the page header, or do you mean the chapter
 titles? Adjusting the page headers can be done use the fancyhdr package,
 and is fairly simple.
 http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
 Adjusting the chapter titles can be done using the titlesec package and
 is also fairly simple.
 http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
 We can work out the details.

  * header (left pages): the word chapter is printed in all chapters in
  German (Kapitel which is correct), but in chapter 9 there is chapter
  in the header (a bug?)

 Did you have some English in the document somewhere? It seems as if the
 language has gotten changed.

  * space of indentation at the beginning of paragraphs

 In your preamble, put:
 \setlength\parindent{2cm}
 or whatever it is you need. LaTeX will accept lots of different units,
 too. See here:

 http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html
/ltx-86.html for help.

  * headlines of chapters without the word chapter in the headline and
  different font size

 I think this is where you want to use titlesec.

 An alternative might be to switch to use the book (koma-script) class.
 The koma-script classes provide for a LOT of customization.

 Richard




Re: formatting help needed

2009-05-25 Thread Markus Büchele
Hello Richard,

sorry for my long silence - I didn't resolve the issues completely, but I got 
over an important hurdle.

I exported my .lyx-file to a .tex-file. This was the only way, I could get in 
the "\setlength\parindent{0.7cm}" option. It was quite hard for me because 
the German umlaut didn't get translated properly. I found out that I had to 
change the encoding to utf8 to make it work.

I also added:
\usepackage{fancyhdr}
\pagestyle{fancy}

The next point I need to solve is the header issue: 
* page number: font size 12
* left pages: chapter title (right-aligned) in small capitals and font size 10
* right pages: subchapter title (left-aligned) in small capitals and font size 
10
header not on first page of chapter

At present I get both chapter and subchapter titles in the header so that they 
overwrite each other and are unreadable. The page number is in the footer and 
should go up to the header.

A second point is the font size (12 and solved ;-) but the line distance 
should be 14 points. How do I get that?

Thanks a lot for your help!

Markus

Just is case it may help, here is my header of the .tex file:

%% LyX 1.6.2 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,english,ngerman]{extbook}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=3.6cm,bmargin=3.6cm,lmargin=3.5cm,rmargin=3.5cm,headsep=1.2cm,footskip=1.25cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{color}
\usepackage{array}
\usepackage{textcomp}

\setlength\parindent{0.7cm}


%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}

\usepackage{babel}

\begin{document}


Am Donnerstag, 7. Mai 2009 15:03:42 schrieb rgheck:
> Markus Büchele wrote:
> > Hi Lyx experts,
> >
> > I have been using LYX for over decade now. It has always been a fantastic
> > tool, especially for my PhD thesis.
> >
> > Unfortunately I have arrived at a dead end just before publication. My
> > publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise
> > ideas about the layout of the text and I am unable to adjust to his
> > wishes with LYX.
>
> All of this can be done, probably without too much trouble.
>
> > Things which need to be adapted are:
> > * font in the header, which has to be small capitals instead of capitals
> > and a different font size
>
> I assume here that you mean the page header, or do you mean the chapter
> titles? Adjusting the page headers can be done use the fancyhdr package,
> and is fairly simple.
> http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
> Adjusting the chapter titles can be done using the titlesec package and
> is also fairly simple.
> http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
> We can work out the details.
>
> > * header (left pages): the word chapter is printed in all chapters in
> > German ("Kapitel" which is correct), but in chapter 9 there is "chapter"
> > in the header (a bug?)
>
> Did you have some English in the document somewhere? It seems as if the
> language has gotten changed.
>
> > * space of indentation at the beginning of paragraphs
>
> In your preamble, put:
> \setlength\parindent{2cm}
> or whatever it is you need. LaTeX will accept lots of different units,
> too. See here:
>
> http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html
>/ltx-86.html for help.
>
> > * headlines of chapters without the word "chapter" in the headline and
> > different font size
>
> I think this is where you want to use titlesec.
>
> An alternative might be to switch to use the book (koma-script) class.
> The koma-script classes provide for a LOT of customization.
>
> Richard




formatting help needed

2009-05-07 Thread Markus Büchele
Hi Lyx experts,

I have been using LYX for over decade now. It has always been a fantastic 
tool, especially for my PhD thesis. 

Unfortunately I have arrived at a dead end just before publication. My 
publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise ideas 
about the layout of the text and I am unable to adjust to his wishes with 
LYX.

I could not find a suitable template on the Internet. 
I don't know how to change parts of the layout beyond the text options.
That is why I need help in changing the page layout. I use the template book 
(more font sizes).

Things which need to be adapted are:
* font in the header, which has to be small capitals instead of capitals 
and a different font size
* header (left pages): the word chapter is printed in all chapters in German 
(Kapitel which is correct), but in chapter 9 there is chapter in the 
header (a bug?)
* space of indentation at the beginning of paragraphs
* headlines of chapters without the word chapter in the headline and 
different font size

If anybody feels able to help, please contact me and I will send you parts of 
my text and the exact figures so that the changes can be applied to it.

If it does not work out well this way, I will have no other choice than to 
transfer the whole text to M$-word and reformat it there.

I'm not an IT specialist, just a poor historian using LYX on Linux.
Please help me to prevent that nightmare!

Yours, 

Markus


Re: formatting help needed

2009-05-07 Thread rgheck

Markus Büchele wrote:

Hi Lyx experts,

I have been using LYX for over decade now. It has always been a fantastic 
tool, especially for my PhD thesis. 

Unfortunately I have arrived at a dead end just before publication. My 
publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise ideas 
about the layout of the text and I am unable to adjust to his wishes with 
LYX.


  

All of this can be done, probably without too much trouble.


Things which need to be adapted are:
* font in the header, which has to be small capitals instead of capitals 
and a different font size


  
I assume here that you mean the page header, or do you mean the chapter 
titles? Adjusting the page headers can be done use the fancyhdr package, 
and is fairly simple.

   http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
Adjusting the chapter titles can be done using the titlesec package and 
is also fairly simple.

   http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
We can work out the details.

* header (left pages): the word chapter is printed in all chapters in German 
(Kapitel which is correct), but in chapter 9 there is chapter in the 
header (a bug?)


  
Did you have some English in the document somewhere? It seems as if the 
language has gotten changed.



* space of indentation at the beginning of paragraphs

  

In your preamble, put:
   \setlength\parindent{2cm}
or whatever it is you need. LaTeX will accept lots of different units, 
too. See here:
   
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-86.html

for help.

* headlines of chapters without the word chapter in the headline and 
different font size


  

I think this is where you want to use titlesec.

An alternative might be to switch to use the book (koma-script) class. 
The koma-script classes provide for a LOT of customization.


Richard



Re: formatting help needed

2009-05-07 Thread Rich Shepard

On Thu, 7 May 2009, rgheck wrote:


* space of indentation at the beginning of paragraphs


In your preamble, put:
  \setlength\parindent{2cm}
or whatever it is you need. LaTeX will accept lots of different units, too. 
See here:

  
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-86.html
for help.


Richard,

  If you open Layout-Document-Text Layout there are radiobox options to
separate paragraphs by indentation or an extra line. I always use the
indentation option as document defaults, that this seems to be what is
desired.

  Does one really need to use the \parindent{} length?

Rich

--
Richard B. Shepard, Ph.D.   |  IntegrityCredibility
Applied Ecosystem Services, Inc.|Innovation
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: formatting help needed

2009-05-07 Thread Markus Büchele
Thanks a lot, Richards and Rich! I'll try to get your advice implemented. If I 
run into trouble, I'll let you know.

Markus


Am Donnerstag, 7. Mai 2009 15:03:42 schrieben Sie:
 Markus Büchele wrote:
  Hi Lyx experts,
 
  I have been using LYX for over decade now. It has always been a fantastic
  tool, especially for my PhD thesis.
 
  Unfortunately I have arrived at a dead end just before publication. My
  publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise
  ideas about the layout of the text and I am unable to adjust to his
  wishes with LYX.

 All of this can be done, probably without too much trouble.

  Things which need to be adapted are:
  * font in the header, which has to be small capitals instead of capitals
  and a different font size

 I assume here that you mean the page header, or do you mean the chapter
 titles? Adjusting the page headers can be done use the fancyhdr package,
 and is fairly simple.
 http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
 Adjusting the chapter titles can be done using the titlesec package and
 is also fairly simple.
 http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
 We can work out the details.

  * header (left pages): the word chapter is printed in all chapters in
  German (Kapitel which is correct), but in chapter 9 there is chapter
  in the header (a bug?)

 Did you have some English in the document somewhere? It seems as if the
 language has gotten changed.

  * space of indentation at the beginning of paragraphs

 In your preamble, put:
 \setlength\parindent{2cm}
 or whatever it is you need. LaTeX will accept lots of different units,
 too. See here:

 http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html
/ltx-86.html for help.

  * headlines of chapters without the word chapter in the headline and
  different font size

 I think this is where you want to use titlesec.

 An alternative might be to switch to use the book (koma-script) class.
 The koma-script classes provide for a LOT of customization.

 Richard




formatting help needed

2009-05-07 Thread Markus Büchele
Hi Lyx experts,

I have been using LYX for over decade now. It has always been a fantastic 
tool, especially for my PhD thesis. 

Unfortunately I have arrived at a dead end just before publication. My 
publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise ideas 
about the layout of the text and I am unable to adjust to his wishes with 
LYX.

I could not find a suitable template on the Internet. 
I don't know how to change parts of the layout beyond the text options.
That is why I need help in changing the page layout. I use the template book 
(more font sizes).

Things which need to be adapted are:
* font in the header, which has to be small capitals instead of capitals 
and a different font size
* header (left pages): the word chapter is printed in all chapters in German 
(Kapitel which is correct), but in chapter 9 there is chapter in the 
header (a bug?)
* space of indentation at the beginning of paragraphs
* headlines of chapters without the word chapter in the headline and 
different font size

If anybody feels able to help, please contact me and I will send you parts of 
my text and the exact figures so that the changes can be applied to it.

If it does not work out well this way, I will have no other choice than to 
transfer the whole text to M$-word and reformat it there.

I'm not an IT specialist, just a poor historian using LYX on Linux.
Please help me to prevent that nightmare!

Yours, 

Markus


Re: formatting help needed

2009-05-07 Thread rgheck

Markus Büchele wrote:

Hi Lyx experts,

I have been using LYX for over decade now. It has always been a fantastic 
tool, especially for my PhD thesis. 

Unfortunately I have arrived at a dead end just before publication. My 
publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise ideas 
about the layout of the text and I am unable to adjust to his wishes with 
LYX.


  

All of this can be done, probably without too much trouble.


Things which need to be adapted are:
* font in the header, which has to be small capitals instead of capitals 
and a different font size


  
I assume here that you mean the page header, or do you mean the chapter 
titles? Adjusting the page headers can be done use the fancyhdr package, 
and is fairly simple.

   http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
Adjusting the chapter titles can be done using the titlesec package and 
is also fairly simple.

   http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
We can work out the details.

* header (left pages): the word chapter is printed in all chapters in German 
(Kapitel which is correct), but in chapter 9 there is chapter in the 
header (a bug?)


  
Did you have some English in the document somewhere? It seems as if the 
language has gotten changed.



* space of indentation at the beginning of paragraphs

  

In your preamble, put:
   \setlength\parindent{2cm}
or whatever it is you need. LaTeX will accept lots of different units, 
too. See here:
   
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-86.html

for help.

* headlines of chapters without the word chapter in the headline and 
different font size


  

I think this is where you want to use titlesec.

An alternative might be to switch to use the book (koma-script) class. 
The koma-script classes provide for a LOT of customization.


Richard



Re: formatting help needed

2009-05-07 Thread Rich Shepard

On Thu, 7 May 2009, rgheck wrote:


* space of indentation at the beginning of paragraphs


In your preamble, put:
  \setlength\parindent{2cm}
or whatever it is you need. LaTeX will accept lots of different units, too. 
See here:

  
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-86.html
for help.


Richard,

  If you open Layout-Document-Text Layout there are radiobox options to
separate paragraphs by indentation or an extra line. I always use the
indentation option as document defaults, that this seems to be what is
desired.

  Does one really need to use the \parindent{} length?

Rich

--
Richard B. Shepard, Ph.D.   |  IntegrityCredibility
Applied Ecosystem Services, Inc.|Innovation
http://www.appl-ecosys.com Voice: 503-667-4517  Fax: 503-667-8863


Re: formatting help needed

2009-05-07 Thread Markus Büchele
Thanks a lot, Richards and Rich! I'll try to get your advice implemented. If I 
run into trouble, I'll let you know.

Markus


Am Donnerstag, 7. Mai 2009 15:03:42 schrieben Sie:
 Markus Büchele wrote:
  Hi Lyx experts,
 
  I have been using LYX for over decade now. It has always been a fantastic
  tool, especially for my PhD thesis.
 
  Unfortunately I have arrived at a dead end just before publication. My
  publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise
  ideas about the layout of the text and I am unable to adjust to his
  wishes with LYX.

 All of this can be done, probably without too much trouble.

  Things which need to be adapted are:
  * font in the header, which has to be small capitals instead of capitals
  and a different font size

 I assume here that you mean the page header, or do you mean the chapter
 titles? Adjusting the page headers can be done use the fancyhdr package,
 and is fairly simple.
 http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
 Adjusting the chapter titles can be done using the titlesec package and
 is also fairly simple.
 http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
 We can work out the details.

  * header (left pages): the word chapter is printed in all chapters in
  German (Kapitel which is correct), but in chapter 9 there is chapter
  in the header (a bug?)

 Did you have some English in the document somewhere? It seems as if the
 language has gotten changed.

  * space of indentation at the beginning of paragraphs

 In your preamble, put:
 \setlength\parindent{2cm}
 or whatever it is you need. LaTeX will accept lots of different units,
 too. See here:

 http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html
/ltx-86.html for help.

  * headlines of chapters without the word chapter in the headline and
  different font size

 I think this is where you want to use titlesec.

 An alternative might be to switch to use the book (koma-script) class.
 The koma-script classes provide for a LOT of customization.

 Richard




formatting help needed

2009-05-07 Thread Markus Büchele
Hi Lyx experts,

I have been using LYX for over decade now. It has always been a fantastic 
tool, especially for my PhD thesis. 

Unfortunately I have arrived at a dead end just before publication. My 
publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise ideas 
about the layout of the text and I am unable to adjust to his wishes with 
LYX.

I could not find a suitable template on the Internet. 
I don't know how to change parts of the layout beyond the text options.
That is why I need help in changing the page layout. I use the template "book 
(more font sizes)".

Things which need to be adapted are:
* font in the header, which has to be small capitals instead of capitals 
and a different font size
* header (left pages): the word chapter is printed in all chapters in German 
("Kapitel" which is correct), but in chapter 9 there is "chapter" in the 
header (a bug?)
* space of indentation at the beginning of paragraphs
* headlines of chapters without the word "chapter" in the headline and 
different font size

If anybody feels able to help, please contact me and I will send you parts of 
my text and the exact figures so that the changes can be applied to it.

If it does not work out well this way, I will have no other choice than to 
transfer the whole text to M$-word and reformat it there.

I'm not an IT specialist, just a poor historian using LYX on Linux.
Please help me to prevent that nightmare!

Yours, 

Markus


Re: formatting help needed

2009-05-07 Thread rgheck

Markus Büchele wrote:

Hi Lyx experts,

I have been using LYX for over decade now. It has always been a fantastic 
tool, especially for my PhD thesis. 

Unfortunately I have arrived at a dead end just before publication. My 
publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise ideas 
about the layout of the text and I am unable to adjust to his wishes with 
LYX.


  

All of this can be done, probably without too much trouble.


Things which need to be adapted are:
* font in the header, which has to be small capitals instead of capitals 
and a different font size


  
I assume here that you mean the page header, or do you mean the chapter 
titles? Adjusting the page headers can be done use the fancyhdr package, 
and is fairly simple.

   http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
Adjusting the chapter titles can be done using the titlesec package and 
is also fairly simple.

   http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
We can work out the details.

* header (left pages): the word chapter is printed in all chapters in German 
("Kapitel" which is correct), but in chapter 9 there is "chapter" in the 
header (a bug?)


  
Did you have some English in the document somewhere? It seems as if the 
language has gotten changed.



* space of indentation at the beginning of paragraphs

  

In your preamble, put:
   \setlength\parindent{2cm}
or whatever it is you need. LaTeX will accept lots of different units, 
too. See here:
   
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-86.html

for help.

* headlines of chapters without the word "chapter" in the headline and 
different font size


  

I think this is where you want to use titlesec.

An alternative might be to switch to use the book (koma-script) class. 
The koma-script classes provide for a LOT of customization.


Richard



Re: formatting help needed

2009-05-07 Thread Rich Shepard

On Thu, 7 May 2009, rgheck wrote:


* space of indentation at the beginning of paragraphs


In your preamble, put:
  \setlength\parindent{2cm}
or whatever it is you need. LaTeX will accept lots of different units, too. 
See here:

  
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-86.html
for help.


Richard,

  If you open Layout->Document->Text Layout there are radiobox options to
separate paragraphs by indentation or an extra line. I always use the
indentation option as document defaults, that this seems to be what is
desired.

  Does one really need to use the \parindent{} length?

Rich

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


Re: formatting help needed

2009-05-07 Thread Markus Büchele
Thanks a lot, Richards and Rich! I'll try to get your advice implemented. If I 
run into trouble, I'll let you know.

Markus


Am Donnerstag, 7. Mai 2009 15:03:42 schrieben Sie:
> Markus Büchele wrote:
> > Hi Lyx experts,
> >
> > I have been using LYX for over decade now. It has always been a fantastic
> > tool, especially for my PhD thesis.
> >
> > Unfortunately I have arrived at a dead end just before publication. My
> > publisher (Franz Steiner Verlag, Stuttgart, Germany) has very percise
> > ideas about the layout of the text and I am unable to adjust to his
> > wishes with LYX.
>
> All of this can be done, probably without too much trouble.
>
> > Things which need to be adapted are:
> > * font in the header, which has to be small capitals instead of capitals
> > and a different font size
>
> I assume here that you mean the page header, or do you mean the chapter
> titles? Adjusting the page headers can be done use the fancyhdr package,
> and is fairly simple.
> http://www.ctan.org/tex-archive/help/Catalogue/entries/fancyhdr.html
> Adjusting the chapter titles can be done using the titlesec package and
> is also fairly simple.
> http://www.ctan.org/tex-archive/macros/latex/contrib/titlesec/
> We can work out the details.
>
> > * header (left pages): the word chapter is printed in all chapters in
> > German ("Kapitel" which is correct), but in chapter 9 there is "chapter"
> > in the header (a bug?)
>
> Did you have some English in the document somewhere? It seems as if the
> language has gotten changed.
>
> > * space of indentation at the beginning of paragraphs
>
> In your preamble, put:
> \setlength\parindent{2cm}
> or whatever it is you need. LaTeX will accept lots of different units,
> too. See here:
>
> http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html
>/ltx-86.html for help.
>
> > * headlines of chapters without the word "chapter" in the headline and
> > different font size
>
> I think this is where you want to use titlesec.
>
> An alternative might be to switch to use the book (koma-script) class.
> The koma-script classes provide for a LOT of customization.
>
> Richard