Re: help with running title in the right up of the pdf page

2011-12-01 Thread Gian Maria Niccolò Benucci
Hi again,

I was wondering if the the text that is in \spacedlowsmallcaps style then
could not be also in \emph one? I mean, can not be together in the same
word...
Am I right?

Cheers,

Gian



On 20 November 2011 16:31, PhilipPirrip p...@net.hr wrote:

 On 11/19/2011 09:55 PM, Gian Maria Niccolň Benucci wrote:

 Anyway, I could not believe that classicthesis do not have the
 possibility to use emph style with capital letters in chapter titles, or
 headers...



 You can always try to fix it yourself, you know. It's a free software,
 using some hacks to get more than LaTeX provides.

 an excerpt from classicthesis.sty (note the \spacedlowsmallcaps command)




 % 

 % headlines
 % 
 \PassOptionsToPackage{**automark}{scrpage2}
\RequirePackage{scrpage2} % provides headers and footers (KOMA
 Script)
\clearscrheadings
\setheadsepline{0pt}
\ifthenelse{\boolean{@**nochapters}}%
{\relax}%

 {\renewcommand{\chaptermark}[**1]{\markboth{\**spacedlowsmallcaps{#1}}{\**
 spacedlowsmallcaps{#1

 \renewcommand{\sectionmark}[1]**{\markright{\thesection\**
 enspace\spacedlowsmallcaps{#1}**}}
\lehead{\mbox{\llap{\small\**thepage\kern2em}\headmark\**hfil}}
\rohead{\mbox{\hfil{\headmark}**\rlap{\small\kern2em\thepage}}**}
\renewcommand{\headfont}{\**small}
%\DeclareRobustCommand{\**fixBothHeadlines}[1]{} % --- ToDo
% hack to get the content headlines right (thanks, Lorenzo!)
\def\toc@heading{%
\ifthenelse{\boolean{@**nochapters}}%
{\section*{\contentsname}}%**nochapters
{\chapter*{\contentsname}}%**chapters
 \@mkboth{\spacedlowsmallcaps{\**contentsname}}{\**
 spacedlowsmallcaps{\**contentsname}}}





Re: help with running title in the right up of the pdf page

2011-12-01 Thread Gian Maria Niccolò Benucci
Hi again,

I was wondering if the the text that is in \spacedlowsmallcaps style then
could not be also in \emph one? I mean, can not be together in the same
word...
Am I right?

Cheers,

Gian



On 20 November 2011 16:31, PhilipPirrip p...@net.hr wrote:

 On 11/19/2011 09:55 PM, Gian Maria Niccolň Benucci wrote:

 Anyway, I could not believe that classicthesis do not have the
 possibility to use emph style with capital letters in chapter titles, or
 headers...



 You can always try to fix it yourself, you know. It's a free software,
 using some hacks to get more than LaTeX provides.

 an excerpt from classicthesis.sty (note the \spacedlowsmallcaps command)




 % 

 % headlines
 % 
 \PassOptionsToPackage{**automark}{scrpage2}
\RequirePackage{scrpage2} % provides headers and footers (KOMA
 Script)
\clearscrheadings
\setheadsepline{0pt}
\ifthenelse{\boolean{@**nochapters}}%
{\relax}%

 {\renewcommand{\chaptermark}[**1]{\markboth{\**spacedlowsmallcaps{#1}}{\**
 spacedlowsmallcaps{#1

 \renewcommand{\sectionmark}[1]**{\markright{\thesection\**
 enspace\spacedlowsmallcaps{#1}**}}
\lehead{\mbox{\llap{\small\**thepage\kern2em}\headmark\**hfil}}
\rohead{\mbox{\hfil{\headmark}**\rlap{\small\kern2em\thepage}}**}
\renewcommand{\headfont}{\**small}
%\DeclareRobustCommand{\**fixBothHeadlines}[1]{} % --- ToDo
% hack to get the content headlines right (thanks, Lorenzo!)
\def\toc@heading{%
\ifthenelse{\boolean{@**nochapters}}%
{\section*{\contentsname}}%**nochapters
{\chapter*{\contentsname}}%**chapters
 \@mkboth{\spacedlowsmallcaps{\**contentsname}}{\**
 spacedlowsmallcaps{\**contentsname}}}





Re: help with running title in the right up of the pdf page

2011-12-01 Thread Gian Maria Niccolò Benucci
Hi again,

I was wondering if the the text that is in \spacedlowsmallcaps style then
could not be also in \emph one? I mean, can not be together in the same
word...
Am I right?

Cheers,

Gian



On 20 November 2011 16:31, PhilipPirrip  wrote:

> On 11/19/2011 09:55 PM, Gian Maria Niccolň Benucci wrote:
>
>> Anyway, I could not believe that classicthesis do not have the
>> possibility to use emph style with capital letters in chapter titles, or
>> headers...
>>
>
>
> You can always try to fix it yourself, you know. It's a free software,
> using some hacks to get more than LaTeX provides.
>
> an excerpt from classicthesis.sty (note the \spacedlowsmallcaps command)
>
>
>
>
> % 
>
> % headlines
> % 
> \PassOptionsToPackage{**automark}{scrpage2}
>\RequirePackage{scrpage2} % provides headers and footers (KOMA
> Script)
>\clearscrheadings
>\setheadsepline{0pt}
>\ifthenelse{\boolean{@**nochapters}}%
>{\relax}%
>
> {\renewcommand{\chaptermark}[**1]{\markboth{\**spacedlowsmallcaps{#1}}{\**
> spacedlowsmallcaps{#1
>
> \renewcommand{\sectionmark}[1]**{\markright{\thesection\**
> enspace\spacedlowsmallcaps{#1}**}}
>\lehead{\mbox{\llap{\small\**thepage\kern2em}\headmark\**hfil}}
>\rohead{\mbox{\hfil{\headmark}**\rlap{\small\kern2em\thepage}}**}
>\renewcommand{\headfont}{\**small}
>%\DeclareRobustCommand{\**fixBothHeadlines}[1]{} % <--- ToDo
>% hack to get the content headlines right (thanks, Lorenzo!)
>\def\toc@heading{%
>\ifthenelse{\boolean{@**nochapters}}%
>{\section*{\contentsname}}%**nochapters
>{\chapter*{\contentsname}}%**chapters
> \@mkboth{\spacedlowsmallcaps{\**contentsname}}{\**
> spacedlowsmallcaps{\**contentsname}}}
>
>
>


Re: help with running title in the right up of the pdf page

2011-11-20 Thread PhilipPirrip

On 11/19/2011 09:55 PM, Gian Maria Niccolò Benucci wrote:

And, one more... for Philipp, where can I find the option pdfspacing?


In the manual that comes with ClassicThesis template.



Re: help with running title in the right up of the pdf page

2011-11-20 Thread PhilipPirrip

On 11/19/2011 09:55 PM, Gian Maria Niccolò Benucci wrote:

Anyway, I could not believe that classicthesis do not have the
possibility to use emph style with capital letters in chapter titles, or
headers...



You can always try to fix it yourself, you know. It's a free software, 
using some hacks to get more than LaTeX provides.


an excerpt from classicthesis.sty (note the \spacedlowsmallcaps command)




%  


% headlines
% 
\PassOptionsToPackage{automark}{scrpage2}
\RequirePackage{scrpage2} % provides headers and footers (KOMA Script)
\clearscrheadings
\setheadsepline{0pt}
\ifthenelse{\boolean{@nochapters}}%
{\relax}%

{\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1

\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} 


\lehead{\mbox{\llap{\small\thepage\kern2em}\headmark\hfil}}
\rohead{\mbox{\hfil{\headmark}\rlap{\small\kern2em\thepage}}}
\renewcommand{\headfont}{\small}
%\DeclareRobustCommand{\fixBothHeadlines}[1]{} % --- ToDo
% hack to get the content headlines right (thanks, Lorenzo!)
\def\toc@heading{%
\ifthenelse{\boolean{@nochapters}}%
{\section*{\contentsname}}%nochapters
{\chapter*{\contentsname}}%chapters
	 	 
\@mkboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}}





Re: help with running title in the right up of the pdf page

2011-11-20 Thread PhilipPirrip

On 11/19/2011 09:55 PM, Gian Maria Niccolò Benucci wrote:

And, one more... for Philipp, where can I find the option pdfspacing?


In the manual that comes with ClassicThesis template.



Re: help with running title in the right up of the pdf page

2011-11-20 Thread PhilipPirrip

On 11/19/2011 09:55 PM, Gian Maria Niccolò Benucci wrote:

Anyway, I could not believe that classicthesis do not have the
possibility to use emph style with capital letters in chapter titles, or
headers...



You can always try to fix it yourself, you know. It's a free software, 
using some hacks to get more than LaTeX provides.


an excerpt from classicthesis.sty (note the \spacedlowsmallcaps command)




%  


% headlines
% 
\PassOptionsToPackage{automark}{scrpage2}
\RequirePackage{scrpage2} % provides headers and footers (KOMA Script)
\clearscrheadings
\setheadsepline{0pt}
\ifthenelse{\boolean{@nochapters}}%
{\relax}%

{\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1

\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} 


\lehead{\mbox{\llap{\small\thepage\kern2em}\headmark\hfil}}
\rohead{\mbox{\hfil{\headmark}\rlap{\small\kern2em\thepage}}}
\renewcommand{\headfont}{\small}
%\DeclareRobustCommand{\fixBothHeadlines}[1]{} % --- ToDo
% hack to get the content headlines right (thanks, Lorenzo!)
\def\toc@heading{%
\ifthenelse{\boolean{@nochapters}}%
{\section*{\contentsname}}%nochapters
{\chapter*{\contentsname}}%chapters
	 	 
\@mkboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}}





Re: help with running title in the right up of the pdf page

2011-11-20 Thread PhilipPirrip

On 11/19/2011 09:55 PM, Gian Maria Niccolò Benucci wrote:

And, one more... for Philipp, where can I find the option pdfspacing?


In the manual that comes with ClassicThesis template.



Re: help with running title in the right up of the pdf page

2011-11-20 Thread PhilipPirrip

On 11/19/2011 09:55 PM, Gian Maria Niccolò Benucci wrote:

Anyway, I could not believe that classicthesis do not have the
possibility to use emph style with capital letters in chapter titles, or
headers...



You can always try to fix it yourself, you know. It's a free software, 
using some hacks to get more than LaTeX provides.


an excerpt from classicthesis.sty (note the \spacedlowsmallcaps command)




%  


% headlines
% 
\PassOptionsToPackage{automark}{scrpage2}
\RequirePackage{scrpage2} % provides headers and footers (KOMA Script)
\clearscrheadings
\setheadsepline{0pt}
\ifthenelse{\boolean{@nochapters}}%
{\relax}%

{\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1

\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} 


\lehead{\mbox{\llap{\small\thepage\kern2em}\headmark\hfil}}
\rohead{\mbox{\hfil{\headmark}\rlap{\small\kern2em\thepage}}}
\renewcommand{\headfont}{\small}
%\DeclareRobustCommand{\fixBothHeadlines}[1]{} % <--- ToDo
% hack to get the content headlines right (thanks, Lorenzo!)
\def\toc@heading{%
\ifthenelse{\boolean{@nochapters}}%
{\section*{\contentsname}}%nochapters
{\chapter*{\contentsname}}%chapters
	 	 
\@mkboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}}





Re: help with running title in the right up of the pdf page

2011-11-19 Thread Wolfgang Engelmann
Am Freitag, 18. November 2011, 19:37:04 schrieb Gian Maria Niccolò Benucci:
 On 18 November 2011 17:05, Wolfgang Engelmann engelmann@uni-
tuebingen.dewrote:
  Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò 
Benucci:
   On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:
On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

How can I change /quercus/ in /Quercus/ as the capital letter is
needed

for genus and/or species name initials?

I'm sorry, I don't understand the question. Where and what needs
(not) to be capitalized?
   
   Sorry, I was not clear enough...
   I mean, when you compile the pdf, in the right up part of the pages
   you can see the running title of the chapter. In my case I have
   some words (i.e., Species or General names) that must be in emph
   style. The problem is that LyX do not use the capital letters in
   those words of the title that are in the emph style (I would mean
   italic style).
   
   For example: if I have the words *Homo sapiens* in the title of a
   Chapter... LyX  writes *homo sapiens*, that is scientifically
   incorrect...
  
  You must do something wrong; I have no problem to change a scientific
  name in the chapter heading to italic (control e on the keyboard) and
  export it correctly to eg a pdf file.
  Could you explain in detail, what you are doing?
  
  Wolfgang
 
 In the header of thesis pages as well as in the contents I do have the
 emph style (I just used the Ctrl + e as you told me) in the title of
 the chapters, but I do not have capital letters.
 
 LyX recognize the emph style but do not use capital letters although
 they are in the initials of scientific names...
 
 If I can send you a pdf page of my thesis you maybe should understand
 better, can I?
 
 Thanks,
 
Gian,

I am sorry,  I missunderstood your question. You ment the running title, I 
though the chapter heading.
Have you considered to use Koma-script as your document class? It offers a 
scrpage-2 package which is superior to fancyheaders and allows all kinds of 
special settings in the headers, footers etc. It is described in Markus 
Kohm Jens-Uwe Morawski's book KomaScript in chapter 4, unfortunately in 
German. I would suggest, if you do not get an advise on this list, to ask 
latex experts in TeX groups such as the Dante group in Germany 
dante...@dante.de
or TeX user group TUG
supp...@tug.org 
or 
Gruppo Utilizzatori Italiani di TeX
 g...@sssup.it. 
 
Wolfgang


Re: help with running title in the right up of the pdf page

2011-11-19 Thread Gian Maria Niccolò Benucci
On 19 November 2011 10:04, Wolfgang Engelmann engelm...@uni-tuebingen.dewrote:

 **

 Am Freitag, 18. November 2011, 19:37:04 schrieb Gian Maria Niccolò Benucci:

  On 18 November 2011 17:05, Wolfgang Engelmann 
 engelm...@uni-tuebingen.dewrote:

   Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò
 Benucci:

On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:

 On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...



 How can I change /quercus/ in /Quercus/ as the capital letter is

 needed



 for genus and/or species name initials?



 I'm sorry, I don't understand the question. Where and what needs

 (not) to be capitalized?

   

Sorry, I was not clear enough...

I mean, when you compile the pdf, in the right up part of the pages

you can see the running title of the chapter. In my case I have

some words (i.e., Species or General names) that must be in emph

style. The problem is that LyX do not use the capital letters in

those words of the title that are in the emph style (I would mean

italic style).

   

For example: if I have the words *Homo sapiens* in the title of a

Chapter... LyX writes *homo sapiens*, that is scientifically

incorrect...

  

   You must do something wrong; I have no problem to change a scientific

   name in the chapter heading to italic (control e on the keyboard) and

   export it correctly to eg a pdf file.

   Could you explain in detail, what you are doing?

  

   Wolfgang

 

  In the header of thesis pages as well as in the contents I do have the

  emph style (I just used the Ctrl + e as you told me) in the title of

  the chapters, but I do not have capital letters.

 

  LyX recognize the emph style but do not use capital letters although

  they are in the initials of scientific names...

 

  If I can send you a pdf page of my thesis you maybe should understand

  better, can I?

 

  Thanks,

 

 Gian,

 I am sorry, I missunderstood your question. You ment the running title, I
 though the chapter heading.

 Have you considered to use Koma-script as your document class? It offers a
 scrpage-2 package which is superior to fancyheaders and allows all kinds of
 special settings in the headers, footers etc. It is described in Markus
 Kohm Jens-Uwe Morawski's book KomaScript in chapter 4, unfortunately in
 German. I would suggest, if you do not get an advise on this list, to ask
 latex experts in TeX groups such as the Dante group in Germany

 dante...@dante.de

 or TeX user group TUG

 supp...@tug.org

 or

 Gruppo Utilizzatori Italiani di TeX

 g...@sssup.it.

 

 Wolfgang





Hi there,

Wolfgang, I will try to ask in such groups, despite the deadline for my
thesis is too near...
Anyway, I could not believe that classicthesis do not have the possibility
to use emph style with capital letters in chapter titles, or headers... And
it's very strange the no one lamented the same problem...
I will find a way, or at least leave it as it is, without capitals.

What about modifying the titles style with caps style? If I use the caps
style in the titles maybe the emph style is compiled in a correct way...

And, one more... for Philipp, where can I find the option pdfspacing?

Thank you all for you precious assistance!
Gian


Re: help with running title in the right up of the pdf page

2011-11-19 Thread Wolfgang Engelmann
Am Freitag, 18. November 2011, 19:37:04 schrieb Gian Maria Niccolò Benucci:
 On 18 November 2011 17:05, Wolfgang Engelmann engelmann@uni-
tuebingen.dewrote:
  Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò 
Benucci:
   On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:
On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

How can I change /quercus/ in /Quercus/ as the capital letter is
needed

for genus and/or species name initials?

I'm sorry, I don't understand the question. Where and what needs
(not) to be capitalized?
   
   Sorry, I was not clear enough...
   I mean, when you compile the pdf, in the right up part of the pages
   you can see the running title of the chapter. In my case I have
   some words (i.e., Species or General names) that must be in emph
   style. The problem is that LyX do not use the capital letters in
   those words of the title that are in the emph style (I would mean
   italic style).
   
   For example: if I have the words *Homo sapiens* in the title of a
   Chapter... LyX  writes *homo sapiens*, that is scientifically
   incorrect...
  
  You must do something wrong; I have no problem to change a scientific
  name in the chapter heading to italic (control e on the keyboard) and
  export it correctly to eg a pdf file.
  Could you explain in detail, what you are doing?
  
  Wolfgang
 
 In the header of thesis pages as well as in the contents I do have the
 emph style (I just used the Ctrl + e as you told me) in the title of
 the chapters, but I do not have capital letters.
 
 LyX recognize the emph style but do not use capital letters although
 they are in the initials of scientific names...
 
 If I can send you a pdf page of my thesis you maybe should understand
 better, can I?
 
 Thanks,
 
Gian,

I am sorry,  I missunderstood your question. You ment the running title, I 
though the chapter heading.
Have you considered to use Koma-script as your document class? It offers a 
scrpage-2 package which is superior to fancyheaders and allows all kinds of 
special settings in the headers, footers etc. It is described in Markus 
Kohm Jens-Uwe Morawski's book KomaScript in chapter 4, unfortunately in 
German. I would suggest, if you do not get an advise on this list, to ask 
latex experts in TeX groups such as the Dante group in Germany 
dante...@dante.de
or TeX user group TUG
supp...@tug.org 
or 
Gruppo Utilizzatori Italiani di TeX
 g...@sssup.it. 
 
Wolfgang


Re: help with running title in the right up of the pdf page

2011-11-19 Thread Gian Maria Niccolò Benucci
On 19 November 2011 10:04, Wolfgang Engelmann engelm...@uni-tuebingen.dewrote:

 **

 Am Freitag, 18. November 2011, 19:37:04 schrieb Gian Maria Niccolò Benucci:

  On 18 November 2011 17:05, Wolfgang Engelmann 
 engelm...@uni-tuebingen.dewrote:

   Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò
 Benucci:

On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:

 On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...



 How can I change /quercus/ in /Quercus/ as the capital letter is

 needed



 for genus and/or species name initials?



 I'm sorry, I don't understand the question. Where and what needs

 (not) to be capitalized?

   

Sorry, I was not clear enough...

I mean, when you compile the pdf, in the right up part of the pages

you can see the running title of the chapter. In my case I have

some words (i.e., Species or General names) that must be in emph

style. The problem is that LyX do not use the capital letters in

those words of the title that are in the emph style (I would mean

italic style).

   

For example: if I have the words *Homo sapiens* in the title of a

Chapter... LyX writes *homo sapiens*, that is scientifically

incorrect...

  

   You must do something wrong; I have no problem to change a scientific

   name in the chapter heading to italic (control e on the keyboard) and

   export it correctly to eg a pdf file.

   Could you explain in detail, what you are doing?

  

   Wolfgang

 

  In the header of thesis pages as well as in the contents I do have the

  emph style (I just used the Ctrl + e as you told me) in the title of

  the chapters, but I do not have capital letters.

 

  LyX recognize the emph style but do not use capital letters although

  they are in the initials of scientific names...

 

  If I can send you a pdf page of my thesis you maybe should understand

  better, can I?

 

  Thanks,

 

 Gian,

 I am sorry, I missunderstood your question. You ment the running title, I
 though the chapter heading.

 Have you considered to use Koma-script as your document class? It offers a
 scrpage-2 package which is superior to fancyheaders and allows all kinds of
 special settings in the headers, footers etc. It is described in Markus
 Kohm Jens-Uwe Morawski's book KomaScript in chapter 4, unfortunately in
 German. I would suggest, if you do not get an advise on this list, to ask
 latex experts in TeX groups such as the Dante group in Germany

 dante...@dante.de

 or TeX user group TUG

 supp...@tug.org

 or

 Gruppo Utilizzatori Italiani di TeX

 g...@sssup.it.

 

 Wolfgang





Hi there,

Wolfgang, I will try to ask in such groups, despite the deadline for my
thesis is too near...
Anyway, I could not believe that classicthesis do not have the possibility
to use emph style with capital letters in chapter titles, or headers... And
it's very strange the no one lamented the same problem...
I will find a way, or at least leave it as it is, without capitals.

What about modifying the titles style with caps style? If I use the caps
style in the titles maybe the emph style is compiled in a correct way...

And, one more... for Philipp, where can I find the option pdfspacing?

Thank you all for you precious assistance!
Gian


Re: help with running title in the right up of the pdf page

2011-11-19 Thread Wolfgang Engelmann
Am Freitag, 18. November 2011, 19:37:04 schrieb Gian Maria Niccolò Benucci:
> On 18 November 2011 17:05, Wolfgang Engelmann wrote:
> > Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò 
Benucci:
> > > On 18 November 2011 14:07, PhilipPirrip  wrote:
> > > > On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
> > > >> 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
> > > >> 
> > > >> How can I change /quercus/ in /Quercus/ as the capital letter is
> > > >> needed
> > > >> 
> > > >> for genus and/or species name initials?
> > > > 
> > > > I'm sorry, I don't understand the question. Where and what needs
> > > > (not) to be capitalized?
> > > 
> > > Sorry, I was not clear enough...
> > > I mean, when you compile the pdf, in the right up part of the pages
> > > you can see the running title of the chapter. In my case I have
> > > some words (i.e., Species or General names) that must be in emph
> > > style. The problem is that LyX do not use the capital letters in
> > > those words of the title that are in the emph style (I would mean
> > > italic style).
> > > 
> > > For example: if I have the words *Homo sapiens* in the title of a
> > > Chapter... LyX  "writes" *homo sapiens*, that is scientifically
> > > incorrect...
> > 
> > You must do something wrong; I have no problem to change a scientific
> > name in the chapter heading to italic (control e on the keyboard) and
> > export it correctly to eg a pdf file.
> > Could you explain in detail, what you are doing?
> > 
> > Wolfgang
> 
> In the header of thesis pages as well as in the contents I do have the
> emph style (I just used the Ctrl + e as you told me) in the title of
> the chapters, but I do not have capital letters.
> 
> LyX recognize the emph style but do not use capital letters although
> they are in the initials of scientific names...
> 
> If I can send you a pdf page of my thesis you maybe should understand
> better, can I?
> 
> Thanks,
> 
Gian,

I am sorry,  I missunderstood your question. You ment the running title, I 
though the chapter heading.
Have you considered to use Koma-script as your document class? It offers a 
scrpage-2 package which is superior to fancyheaders and allows all kinds of 
special settings in the headers, footers etc. It is described in Markus 
Kohm Jens-Uwe Morawski's book KomaScript in chapter 4, unfortunately in 
German. I would suggest, if you do not get an advise on this list, to ask 
latex experts in TeX groups such as the Dante group in Germany 

or TeX user group TUG
supp...@tug.org 
or 
Gruppo Utilizzatori Italiani di TeX
 g...@sssup.it. 
> 
Wolfgang


Re: help with running title in the right up of the pdf page

2011-11-19 Thread Gian Maria Niccolò Benucci
On 19 November 2011 10:04, Wolfgang Engelmann wrote:

> **
>
> Am Freitag, 18. November 2011, 19:37:04 schrieb Gian Maria Niccolò Benucci:
>
> > On 18 November 2011 17:05, Wolfgang Engelmann <
> engelm...@uni-tuebingen.de>wrote:
>
> > > Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò
> Benucci:
>
> > > > On 18 November 2011 14:07, PhilipPirrip  wrote:
>
> > > > > On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
>
> > > > >> 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
>
> > > > >>
>
> > > > >> How can I change /quercus/ in /Quercus/ as the capital letter is
>
> > > > >> needed
>
> > > > >>
>
> > > > >> for genus and/or species name initials?
>
> > > > >
>
> > > > > I'm sorry, I don't understand the question. Where and what needs
>
> > > > > (not) to be capitalized?
>
> > > >
>
> > > > Sorry, I was not clear enough...
>
> > > > I mean, when you compile the pdf, in the right up part of the pages
>
> > > > you can see the running title of the chapter. In my case I have
>
> > > > some words (i.e., Species or General names) that must be in emph
>
> > > > style. The problem is that LyX do not use the capital letters in
>
> > > > those words of the title that are in the emph style (I would mean
>
> > > > italic style).
>
> > > >
>
> > > > For example: if I have the words *Homo sapiens* in the title of a
>
> > > > Chapter... LyX "writes" *homo sapiens*, that is scientifically
>
> > > > incorrect...
>
> > >
>
> > > You must do something wrong; I have no problem to change a scientific
>
> > > name in the chapter heading to italic (control e on the keyboard) and
>
> > > export it correctly to eg a pdf file.
>
> > > Could you explain in detail, what you are doing?
>
> > >
>
> > > Wolfgang
>
> >
>
> > In the header of thesis pages as well as in the contents I do have the
>
> > emph style (I just used the Ctrl + e as you told me) in the title of
>
> > the chapters, but I do not have capital letters.
>
> >
>
> > LyX recognize the emph style but do not use capital letters although
>
> > they are in the initials of scientific names...
>
> >
>
> > If I can send you a pdf page of my thesis you maybe should understand
>
> > better, can I?
>
> >
>
> > Thanks,
>
> >
>
> Gian,
>
> I am sorry, I missunderstood your question. You ment the running title, I
> though the chapter heading.
>
> Have you considered to use Koma-script as your document class? It offers a
> scrpage-2 package which is superior to fancyheaders and allows all kinds of
> special settings in the headers, footers etc. It is described in Markus
> Kohm Jens-Uwe Morawski's book KomaScript in chapter 4, unfortunately in
> German. I would suggest, if you do not get an advise on this list, to ask
> latex experts in TeX groups such as the Dante group in Germany
>
> 
>
> or TeX user group TUG
>
> supp...@tug.org
>
> or
>
> Gruppo Utilizzatori Italiani di TeX
>
> g...@sssup.it.
>
> >
>
> Wolfgang
>




Hi there,

Wolfgang, I will try to ask in such groups, despite the deadline for my
thesis is too near...
Anyway, I could not believe that classicthesis do not have the possibility
to use emph style with capital letters in chapter titles, or headers... And
it's very strange the no one lamented the same problem...
I will find a way, or at least leave it as it is, without capitals.

What about modifying the titles style with caps style? If I use the caps
style in the titles maybe the emph style is compiled in a correct way...

And, one more... for Philipp, where can I find the option pdfspacing?

Thank you all for you precious assistance!
Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 17 November 2011 20:12, PhilipPirrip p...@net.hr wrote:

 On 11/16/2011 11:28 PM, Gian Maria Niccolò Benucci wrote:

  I need to shorten it and change some text, but how can I?
 Thanks a lot for helping...


 You can insert Short title option in any of your chapter headings.
 Right mouse click, Insert short title.



Thank you! But may I ask you another thing about how LyX compiles the
contents...

The titles of the Chapter appear in this form (see the example below):

3 MYCORRHIZATION OF *quercus *AND *corylus* SEEDLINGS...

How can I change *quercus* in *Quercus* as the capital letter is needed for
genus and/or species name initials?

Thanks a lot in advance,

Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread PhilipPirrip

On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

How can I change /quercus/ in /Quercus/ as the capital letter is needed
for genus and/or species name initials?



I'm sorry, I don't understand the question. Where and what needs (not) 
to be capitalized?




Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:

 On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

 How can I change /quercus/ in /Quercus/ as the capital letter is needed

 for genus and/or species name initials?



 I'm sorry, I don't understand the question. Where and what needs (not) to
 be capitalized?



Sorry, I was not clear enough...
I mean, when you compile the pdf, in the right up part of the pages you can
see the running title of the chapter. In my case I have some words (i.e.,
Species or General names) that must be in emph style. The problem is that
LyX do not use the capital letters in those words of the title that are in
the emph style (I would mean italic style).

For example: if I have the words *Homo sapiens* in the title of a
Chapter... LyX  writes *homo sapiens*, that is scientifically incorrect...

Thanks and I hope now I was more clear,

Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Wolfgang Engelmann
Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò Benucci:
 On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:
  On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
  3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
  
  How can I change /quercus/ in /Quercus/ as the capital letter is
  needed
  
  for genus and/or species name initials?
  
  I'm sorry, I don't understand the question. Where and what needs (not)
  to be capitalized?
 
 Sorry, I was not clear enough...
 I mean, when you compile the pdf, in the right up part of the pages you
 can see the running title of the chapter. In my case I have some words
 (i.e., Species or General names) that must be in emph style. The
 problem is that LyX do not use the capital letters in those words of
 the title that are in the emph style (I would mean italic style).
 
 For example: if I have the words *Homo sapiens* in the title of a
 Chapter... LyX  writes *homo sapiens*, that is scientifically
 incorrect... 

You must do something wrong; I have no problem to change a scientific name 
in the chapter heading to italic (control e on the keyboard) and export it 
correctly to eg a pdf file.
Could you explain in detail, what you are doing?

Wolfgang


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Liviu Andronic
2011/11/18 Gian Maria Niccolò Benucci gian.benu...@gmail.com:


 On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:

 On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

 How can I change /quercus/ in /Quercus/ as the capital letter is needed
 for genus and/or species name initials?


 I'm sorry, I don't understand the question. Where and what needs (not) to
 be capitalized?



 Sorry, I was not clear enough...
 I mean, when you compile the pdf, in the right up part of the pages you can
 see the running title of the chapter. In my case I have some words (i.e.,
 Species or General names) that must be in emph style. The problem is that
 LyX do not use the capital letters in those words of the title that are in
 the emph style (I would mean italic style).

You should be able to control this via the 'fancyhdr' package. Look
into its documentation.

Liviu


 For example: if I have the words Homo sapiens in the title of a Chapter...
 LyX  writes homo sapiens, that is scientifically incorrect...

 Thanks and I hope now I was more clear,

 Gian





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 18 November 2011 17:05, Wolfgang Engelmann engelm...@uni-tuebingen.dewrote:

 Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò Benucci:
  On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:
   On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
   3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
  
   How can I change /quercus/ in /Quercus/ as the capital letter is
   needed
  
   for genus and/or species name initials?
  
   I'm sorry, I don't understand the question. Where and what needs (not)
   to be capitalized?
 
  Sorry, I was not clear enough...
  I mean, when you compile the pdf, in the right up part of the pages you
  can see the running title of the chapter. In my case I have some words
  (i.e., Species or General names) that must be in emph style. The
  problem is that LyX do not use the capital letters in those words of
  the title that are in the emph style (I would mean italic style).
 
  For example: if I have the words *Homo sapiens* in the title of a
  Chapter... LyX  writes *homo sapiens*, that is scientifically
  incorrect...

 You must do something wrong; I have no problem to change a scientific name
 in the chapter heading to italic (control e on the keyboard) and export it
 correctly to eg a pdf file.
 Could you explain in detail, what you are doing?

 Wolfgang



In the header of thesis pages as well as in the contents I do have the emph
style (I just used the Ctrl + e as you told me) in the title of the
chapters, but I do not have capital letters.

LyX recognize the emph style but do not use capital letters although they
are in the initials of scientific names...

If I can send you a pdf page of my thesis you maybe should understand
better, can I?

Thanks,

Gian


*

*


Re: help with running title in the right up of the pdf page

2011-11-18 Thread PhilipPirrip

On 11/18/2011 05:05 PM, Wolfgang Engelmann wrote:


You must do something wrong; I have no problem to change a scientific name
in the chapter heading to italic (control e on the keyboard) and export it
correctly to eg a pdf file.


Wolfgang, it's about how ClassicThesis style handles this in the running 
titles.

GMNB, can you please try using option pdfspacing, might help.



Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 17 November 2011 20:12, PhilipPirrip p...@net.hr wrote:

 On 11/16/2011 11:28 PM, Gian Maria Niccolò Benucci wrote:

  I need to shorten it and change some text, but how can I?
 Thanks a lot for helping...


 You can insert Short title option in any of your chapter headings.
 Right mouse click, Insert short title.



Thank you! But may I ask you another thing about how LyX compiles the
contents...

The titles of the Chapter appear in this form (see the example below):

3 MYCORRHIZATION OF *quercus *AND *corylus* SEEDLINGS...

How can I change *quercus* in *Quercus* as the capital letter is needed for
genus and/or species name initials?

Thanks a lot in advance,

Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread PhilipPirrip

On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

How can I change /quercus/ in /Quercus/ as the capital letter is needed
for genus and/or species name initials?



I'm sorry, I don't understand the question. Where and what needs (not) 
to be capitalized?




Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:

 On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

 How can I change /quercus/ in /Quercus/ as the capital letter is needed

 for genus and/or species name initials?



 I'm sorry, I don't understand the question. Where and what needs (not) to
 be capitalized?



Sorry, I was not clear enough...
I mean, when you compile the pdf, in the right up part of the pages you can
see the running title of the chapter. In my case I have some words (i.e.,
Species or General names) that must be in emph style. The problem is that
LyX do not use the capital letters in those words of the title that are in
the emph style (I would mean italic style).

For example: if I have the words *Homo sapiens* in the title of a
Chapter... LyX  writes *homo sapiens*, that is scientifically incorrect...

Thanks and I hope now I was more clear,

Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Wolfgang Engelmann
Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò Benucci:
 On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:
  On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
  3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
  
  How can I change /quercus/ in /Quercus/ as the capital letter is
  needed
  
  for genus and/or species name initials?
  
  I'm sorry, I don't understand the question. Where and what needs (not)
  to be capitalized?
 
 Sorry, I was not clear enough...
 I mean, when you compile the pdf, in the right up part of the pages you
 can see the running title of the chapter. In my case I have some words
 (i.e., Species or General names) that must be in emph style. The
 problem is that LyX do not use the capital letters in those words of
 the title that are in the emph style (I would mean italic style).
 
 For example: if I have the words *Homo sapiens* in the title of a
 Chapter... LyX  writes *homo sapiens*, that is scientifically
 incorrect... 

You must do something wrong; I have no problem to change a scientific name 
in the chapter heading to italic (control e on the keyboard) and export it 
correctly to eg a pdf file.
Could you explain in detail, what you are doing?

Wolfgang


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Liviu Andronic
2011/11/18 Gian Maria Niccolò Benucci gian.benu...@gmail.com:


 On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:

 On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

 How can I change /quercus/ in /Quercus/ as the capital letter is needed
 for genus and/or species name initials?


 I'm sorry, I don't understand the question. Where and what needs (not) to
 be capitalized?



 Sorry, I was not clear enough...
 I mean, when you compile the pdf, in the right up part of the pages you can
 see the running title of the chapter. In my case I have some words (i.e.,
 Species or General names) that must be in emph style. The problem is that
 LyX do not use the capital letters in those words of the title that are in
 the emph style (I would mean italic style).

You should be able to control this via the 'fancyhdr' package. Look
into its documentation.

Liviu


 For example: if I have the words Homo sapiens in the title of a Chapter...
 LyX  writes homo sapiens, that is scientifically incorrect...

 Thanks and I hope now I was more clear,

 Gian





-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 18 November 2011 17:05, Wolfgang Engelmann engelm...@uni-tuebingen.dewrote:

 Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò Benucci:
  On 18 November 2011 14:07, PhilipPirrip p...@net.hr wrote:
   On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
   3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
  
   How can I change /quercus/ in /Quercus/ as the capital letter is
   needed
  
   for genus and/or species name initials?
  
   I'm sorry, I don't understand the question. Where and what needs (not)
   to be capitalized?
 
  Sorry, I was not clear enough...
  I mean, when you compile the pdf, in the right up part of the pages you
  can see the running title of the chapter. In my case I have some words
  (i.e., Species or General names) that must be in emph style. The
  problem is that LyX do not use the capital letters in those words of
  the title that are in the emph style (I would mean italic style).
 
  For example: if I have the words *Homo sapiens* in the title of a
  Chapter... LyX  writes *homo sapiens*, that is scientifically
  incorrect...

 You must do something wrong; I have no problem to change a scientific name
 in the chapter heading to italic (control e on the keyboard) and export it
 correctly to eg a pdf file.
 Could you explain in detail, what you are doing?

 Wolfgang



In the header of thesis pages as well as in the contents I do have the emph
style (I just used the Ctrl + e as you told me) in the title of the
chapters, but I do not have capital letters.

LyX recognize the emph style but do not use capital letters although they
are in the initials of scientific names...

If I can send you a pdf page of my thesis you maybe should understand
better, can I?

Thanks,

Gian


*

*


Re: help with running title in the right up of the pdf page

2011-11-18 Thread PhilipPirrip

On 11/18/2011 05:05 PM, Wolfgang Engelmann wrote:


You must do something wrong; I have no problem to change a scientific name
in the chapter heading to italic (control e on the keyboard) and export it
correctly to eg a pdf file.


Wolfgang, it's about how ClassicThesis style handles this in the running 
titles.

GMNB, can you please try using option pdfspacing, might help.



Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 17 November 2011 20:12, PhilipPirrip  wrote:

> On 11/16/2011 11:28 PM, Gian Maria Niccolò Benucci wrote:
>
>  I need to shorten it and change some text, but how can I?
>> Thanks a lot for helping...
>>
>
> You can insert Short title option in any of your chapter headings.
> Right mouse click, "Insert short title".
>
>
>
Thank you! But may I ask you another thing about how LyX compiles the
contents...

The titles of the Chapter appear in this form (see the example below):

3 MYCORRHIZATION OF *quercus *AND *corylus* SEEDLINGS...

How can I change *quercus* in *Quercus* as the capital letter is needed for
genus and/or species name initials?

Thanks a lot in advance,

Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread PhilipPirrip

On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:

3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...

How can I change /quercus/ in /Quercus/ as the capital letter is needed
for genus and/or species name initials?



I'm sorry, I don't understand the question. Where and what needs (not) 
to be capitalized?




Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 18 November 2011 14:07, PhilipPirrip  wrote:

> On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
>
>> 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
>>
>> How can I change /quercus/ in /Quercus/ as the capital letter is needed
>>
>> for genus and/or species name initials?
>>
>
>
> I'm sorry, I don't understand the question. Where and what needs (not) to
> be capitalized?
>
>

Sorry, I was not clear enough...
I mean, when you compile the pdf, in the right up part of the pages you can
see the running title of the chapter. In my case I have some words (i.e.,
Species or General names) that must be in emph style. The problem is that
LyX do not use the capital letters in those words of the title that are in
the emph style (I would mean italic style).

For example: if I have the words *Homo sapiens* in the title of a
Chapter... LyX  "writes" *homo sapiens*, that is scientifically incorrect...

Thanks and I hope now I was more clear,

Gian


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Wolfgang Engelmann
Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò Benucci:
> On 18 November 2011 14:07, PhilipPirrip  wrote:
> > On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
> >> 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
> >> 
> >> How can I change /quercus/ in /Quercus/ as the capital letter is
> >> needed
> >> 
> >> for genus and/or species name initials?
> > 
> > I'm sorry, I don't understand the question. Where and what needs (not)
> > to be capitalized?
> 
> Sorry, I was not clear enough...
> I mean, when you compile the pdf, in the right up part of the pages you
> can see the running title of the chapter. In my case I have some words
> (i.e., Species or General names) that must be in emph style. The
> problem is that LyX do not use the capital letters in those words of
> the title that are in the emph style (I would mean italic style).
> 
> For example: if I have the words *Homo sapiens* in the title of a
> Chapter... LyX  "writes" *homo sapiens*, that is scientifically
> incorrect... 

You must do something wrong; I have no problem to change a scientific name 
in the chapter heading to italic (control e on the keyboard) and export it 
correctly to eg a pdf file.
Could you explain in detail, what you are doing?

Wolfgang


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Liviu Andronic
2011/11/18 Gian Maria Niccolò Benucci :
>
>
> On 18 November 2011 14:07, PhilipPirrip  wrote:
>>
>> On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
>>>
>>> 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
>>>
>>> How can I change /quercus/ in /Quercus/ as the capital letter is needed
>>> for genus and/or species name initials?
>>
>>
>> I'm sorry, I don't understand the question. Where and what needs (not) to
>> be capitalized?
>>
>
>
> Sorry, I was not clear enough...
> I mean, when you compile the pdf, in the right up part of the pages you can
> see the running title of the chapter. In my case I have some words (i.e.,
> Species or General names) that must be in emph style. The problem is that
> LyX do not use the capital letters in those words of the title that are in
> the emph style (I would mean italic style).
>
You should be able to control this via the 'fancyhdr' package. Look
into its documentation.

Liviu


> For example: if I have the words Homo sapiens in the title of a Chapter...
> LyX  "writes" homo sapiens, that is scientifically incorrect...
>
> Thanks and I hope now I was more clear,
>
> Gian
>
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: help with running title in the right up of the pdf page

2011-11-18 Thread Gian Maria Niccolò Benucci
On 18 November 2011 17:05, Wolfgang Engelmann wrote:

> Am Freitag, 18. November 2011, 14:23:30 schrieb Gian Maria Niccolò Benucci:
> > On 18 November 2011 14:07, PhilipPirrip  wrote:
> > > On 11/18/2011 12:40 PM, Gian Maria Niccolò Benucci wrote:
> > >> 3 MYCORRHIZATION OF /quercus /AND /corylus/ SEEDLINGS...
> > >>
> > >> How can I change /quercus/ in /Quercus/ as the capital letter is
> > >> needed
> > >>
> > >> for genus and/or species name initials?
> > >
> > > I'm sorry, I don't understand the question. Where and what needs (not)
> > > to be capitalized?
> >
> > Sorry, I was not clear enough...
> > I mean, when you compile the pdf, in the right up part of the pages you
> > can see the running title of the chapter. In my case I have some words
> > (i.e., Species or General names) that must be in emph style. The
> > problem is that LyX do not use the capital letters in those words of
> > the title that are in the emph style (I would mean italic style).
> >
> > For example: if I have the words *Homo sapiens* in the title of a
> > Chapter... LyX  "writes" *homo sapiens*, that is scientifically
> > incorrect...
>
> You must do something wrong; I have no problem to change a scientific name
> in the chapter heading to italic (control e on the keyboard) and export it
> correctly to eg a pdf file.
> Could you explain in detail, what you are doing?
>
> Wolfgang



In the header of thesis pages as well as in the contents I do have the emph
style (I just used the Ctrl + e as you told me) in the title of the
chapters, but I do not have capital letters.

LyX recognize the emph style but do not use capital letters although they
are in the initials of scientific names...

If I can send you a pdf page of my thesis you maybe should understand
better, can I?

Thanks,

Gian


*

*


Re: help with running title in the right up of the pdf page

2011-11-18 Thread PhilipPirrip

On 11/18/2011 05:05 PM, Wolfgang Engelmann wrote:


You must do something wrong; I have no problem to change a scientific name
in the chapter heading to italic (control e on the keyboard) and export it
correctly to eg a pdf file.


Wolfgang, it's about how ClassicThesis style handles this in the running 
titles.

GMNB, can you please try using option pdfspacing, might help.



Re: help with running title in the right up of the pdf page

2011-11-17 Thread PhilipPirrip

On 11/16/2011 11:28 PM, Gian Maria Niccolò Benucci wrote:


I need to shorten it and change some text, but how can I?
Thanks a lot for helping...


You can insert Short title option in any of your chapter headings.
Right mouse click, Insert short title.




Re: help with running title in the right up of the pdf page

2011-11-17 Thread PhilipPirrip

On 11/16/2011 11:28 PM, Gian Maria Niccolò Benucci wrote:


I need to shorten it and change some text, but how can I?
Thanks a lot for helping...


You can insert Short title option in any of your chapter headings.
Right mouse click, Insert short title.




Re: help with running title in the right up of the pdf page

2011-11-17 Thread PhilipPirrip

On 11/16/2011 11:28 PM, Gian Maria Niccolò Benucci wrote:


I need to shorten it and change some text, but how can I?
Thanks a lot for helping...


You can insert Short title option in any of your chapter headings.
Right mouse click, "Insert short title".




help with running title in the right up of the pdf page

2011-11-16 Thread Gian Maria Niccolò Benucci
Hi all,

I am working with ClassicThesis style. There is a way to eliminate or
modify the running title of the chapter that LyX plot in the pdf (top of
right pages)?
I need to shorten it and change some text, but how can I?
Thanks a lot for helping...

Gian


help with running title in the right up of the pdf page

2011-11-16 Thread Gian Maria Niccolò Benucci
Hi all,

I am working with ClassicThesis style. There is a way to eliminate or
modify the running title of the chapter that LyX plot in the pdf (top of
right pages)?
I need to shorten it and change some text, but how can I?
Thanks a lot for helping...

Gian


help with running title in the right up of the pdf page

2011-11-16 Thread Gian Maria Niccolò Benucci
Hi all,

I am working with ClassicThesis style. There is a way to eliminate or
modify the running title of the chapter that LyX plot in the pdf (top of
right pages)?
I need to shorten it and change some text, but how can I?
Thanks a lot for helping...

Gian