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: pdf dimensions

2011-12-01 Thread Gian Maria Niccolò Benucci
On 1 December 2011 13:09, Csikos Bela bcsikos...@freemail.hu wrote:

 Gian Maria Niccolò Benucci gian.benu...@gmail.com írta:
 Hi everyone,Is it possible to reduce the dimension of the compiled pdf in
 LyX 2.0???Thanks a lot,-- Gian 


 Do you mean the page size of the produced page?
 It can be set easily under DocumentSettingsPage layoutPaper
 formatFormat.

 bcsikos




Nope. I meant the dimesion of the produced file.pdf
My thesis has 60 figures and 230 pages so the output is of 70 Mb... very
big! How to reduce it?

Thanks a lot,

Gian


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: pdf dimensions

2011-12-01 Thread Gian Maria Niccolò Benucci
On 1 December 2011 13:09, Csikos Bela bcsikos...@freemail.hu wrote:

 Gian Maria Niccolò Benucci gian.benu...@gmail.com írta:
 Hi everyone,Is it possible to reduce the dimension of the compiled pdf in
 LyX 2.0???Thanks a lot,-- Gian 


 Do you mean the page size of the produced page?
 It can be set easily under DocumentSettingsPage layoutPaper
 formatFormat.

 bcsikos




Nope. I meant the dimesion of the produced file.pdf
My thesis has 60 figures and 230 pages so the output is of 70 Mb... very
big! How to reduce it?

Thanks a lot,

Gian


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: pdf dimensions

2011-12-01 Thread Gian Maria Niccolò Benucci
On 1 December 2011 13:09, Csikos Bela <bcsikos...@freemail.hu> wrote:

> "Gian Maria Niccolò Benucci" <gian.benu...@gmail.com> írta:
> >Hi everyone,Is it possible to reduce the dimension of the compiled pdf in
> LyX 2.0???Thanks a lot,-- Gian >
>
>
> Do you mean the page size of the produced page?
> It can be set easily under Document>Settings>Page layout>Paper
> format>Format.
>
> bcsikos
>
>
>
>
Nope. I meant the dimesion of the produced file.pdf
My thesis has 60 figures and 230 pages so the output is of 70 Mb... very
big! How to reduce it?

Thanks a lot,

Gian


pdf dimensions

2011-11-30 Thread Gian Maria Niccolò Benucci
Hi everyone,

Is it possible to reduce the dimension of the compiled pdf in LyX 2.0???

Thanks a lot,


-- 
Gian


pdf dimensions

2011-11-30 Thread Gian Maria Niccolò Benucci
Hi everyone,

Is it possible to reduce the dimension of the compiled pdf in LyX 2.0???

Thanks a lot,


-- 
Gian


pdf dimensions

2011-11-30 Thread Gian Maria Niccolò Benucci
Hi everyone,

Is it possible to reduce the dimension of the compiled pdf in LyX 2.0???

Thanks a lot,


-- 
Gian


words wrapping problem

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

How to wrap the words that escape the text margin? Do exist a command that
force LyX to wrap those
words...?
Thank you in advance,

-- 
Gian



**


option for acronyms, figures and tables color in the pdf

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

There is an option to change the color of  acronyms, Tables and Figures
throughout the text of the document?
Those coloured words should represent a problem during the printing of the
thesis, How can I change their color into black?
Thanks for helping,

-- 
Gian


words wrapping problem

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

How to wrap the words that escape the text margin? Do exist a command that
force LyX to wrap those
words...?
Thank you in advance,

-- 
Gian



**


option for acronyms, figures and tables color in the pdf

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

There is an option to change the color of  acronyms, Tables and Figures
throughout the text of the document?
Those coloured words should represent a problem during the printing of the
thesis, How can I change their color into black?
Thanks for helping,

-- 
Gian


words wrapping problem

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

How to wrap the words that escape the text margin? Do exist a command that
force LyX to wrap those
words...?
Thank you in advance,

-- 
Gian



**


option for acronyms, figures and tables color in the pdf

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

There is an option to change the color of  acronyms, Tables and Figures
throughout the text of the document?
Those coloured words should represent a problem during the printing of the
thesis, How can I change their color into black?
Thanks for helping,

-- 
Gian


help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Hi there,

I am not able to eliminate the date in each of the page of my document. I
am using classicthesis style
I tried switching the option off the option in:
documentsettingsDocument Classsuppress the default date on the front
page...

but nothing happened!

May I have to witch it off in the mater documet or also in each of child
ones?
Thanks a lot,

G.


Re: help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Yes, I tried, in the master document as well in each of the child ones but
nothing...

should be possible that there will be something to change in the
classictheis-config.tex???

thanks for helping,

G.




2011/11/22 stefano franchi stefano.fran...@gmail.com

 Gian Maria,

 have you tried  adding \date{} in the preamble of your master
 document? That should work.

 Cheers,

 Stefano

 2011/11/22 Gian Maria Niccolò Benucci gian.benu...@gmail.com:
 
  Hi there,
 
  I am not able to eliminate the date in each of the page of my document.
 I am
  using classicthesis style
  I tried switching the option off the option in:
  documentsettingsDocument Classsuppress the default date on the front
  page...
 
  but nothing happened!
 
  May I have to witch it off in the mater documet or also in each of child
  ones?
  Thanks a lot,
 
  G.
 
 
 



 --
 __
 Stefano Franchi
 Associate Research Professor
 Department of Hispanic StudiesPh:   +1 (979) 845-2125
 Texas AM University  Fax:  +1 (979) 845-6421
 College Station, Texas, USA



Re: help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Thank you very much Philip, can you gently give me the URL?
There many manuals of many interpretation of classicthesis...
thank you very much,

G.


help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Hi there,

I am not able to eliminate the date in each of the page of my document. I
am using classicthesis style
I tried switching the option off the option in:
documentsettingsDocument Classsuppress the default date on the front
page...

but nothing happened!

May I have to witch it off in the mater documet or also in each of child
ones?
Thanks a lot,

G.


Re: help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Yes, I tried, in the master document as well in each of the child ones but
nothing...

should be possible that there will be something to change in the
classictheis-config.tex???

thanks for helping,

G.




2011/11/22 stefano franchi stefano.fran...@gmail.com

 Gian Maria,

 have you tried  adding \date{} in the preamble of your master
 document? That should work.

 Cheers,

 Stefano

 2011/11/22 Gian Maria Niccolò Benucci gian.benu...@gmail.com:
 
  Hi there,
 
  I am not able to eliminate the date in each of the page of my document.
 I am
  using classicthesis style
  I tried switching the option off the option in:
  documentsettingsDocument Classsuppress the default date on the front
  page...
 
  but nothing happened!
 
  May I have to witch it off in the mater documet or also in each of child
  ones?
  Thanks a lot,
 
  G.
 
 
 



 --
 __
 Stefano Franchi
 Associate Research Professor
 Department of Hispanic StudiesPh:   +1 (979) 845-2125
 Texas AM University  Fax:  +1 (979) 845-6421
 College Station, Texas, USA



Re: help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Thank you very much Philip, can you gently give me the URL?
There many manuals of many interpretation of classicthesis...
thank you very much,

G.


help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Hi there,

I am not able to eliminate the date in each of the page of my document. I
am using classicthesis style
I tried switching the option off the option in:
document>settings>Document Class>suppress the default date on the front
page...

but nothing happened!

May I have to witch it off in the mater documet or also in each of child
ones?
Thanks a lot,

G.


Re: help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Yes, I tried, in the master document as well in each of the child ones but
nothing...

should be possible that there will be something to change in the
classictheis-config.tex???

thanks for helping,

G.




2011/11/22 stefano franchi <stefano.fran...@gmail.com>

> Gian Maria,
>
> have you tried  adding \date{} in the preamble of your master
> document? That should work.
>
> Cheers,
>
> Stefano
>
> 2011/11/22 Gian Maria Niccolò Benucci <gian.benu...@gmail.com>:
> >
> > Hi there,
> >
> > I am not able to eliminate the date in each of the page of my document.
> I am
> > using classicthesis style
> > I tried switching the option off the option in:
> > document>settings>Document Class>suppress the default date on the front
> > page...
> >
> > but nothing happened!
> >
> > May I have to witch it off in the mater documet or also in each of child
> > ones?
> > Thanks a lot,
> >
> > G.
> >
> >
> >
>
>
>
> --
> __
> Stefano Franchi
> Associate Research Professor
> Department of Hispanic StudiesPh:   +1 (979) 845-2125
> Texas A University  Fax:  +1 (979) 845-6421
> College Station, Texas, USA
>


Re: help with the date in each frontpage

2011-11-22 Thread Gian Maria Niccolò Benucci
Thank you very much Philip, can you gently give me the URL?
There many manuals of many interpretation of classicthesis...
thank you very much,

G.


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 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 Gian Maria Niccolò Benucci
On 19 November 2011 10:04, Wolfgang Engelmann <engelm...@uni-tuebingen.de>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 <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-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: hot to regulate table dimensions

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

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


 Hi all,

 A simple question from a rookie user...

 How to modify table dimension in ClassicThesis?
 The table escape from the pdf margin, how to fix that?


 Did you put too much text in it?
 What dimensions did you set in your table properties?
 This has nothing to do with ClassicThesis, it's just that you're doing
 something wrong.



Yes, probably is my fault! Anyway I will try to mange regulate the
dimensions and see what will happen...

Tanks a lot,

G.


Re: margins problem in classicthesis additional chapters

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

 On 11/17/2011 02:53 AM, Gian Maria Niccolò Benucci wrote:

  I added a new chapters the Chapter05.lyx trough the template.lyx file
 present in the classicthesis package
 but, after I compiled the ClassicThesis.lyx in the generated pdf the
 text is centered and no more justified like it is in the latter
 Chapters...


 You'll have to dig this one by yourself, I can't see how anyone here could
 help you without the files you modified.

 First, make a backup copy of all your files.

 Then, copy Chapter03.lyx to Chapter05.lyx.
 What's the output like now?

 What does your Chapter05.lyx look like when you compile it separately?

 Try playing a bit, shouldn't be hard to find out where the problem is.

 As a last resort, upload all of your .lyx files (even better, a minimal
 example) somewhere so that we can take a look at them.



The problem seems that disappeared. I only delete the Child documents in
the main lyx file and I included them again and now the margins are
justified.
I do not know how it solves, but seems it's ok now!

Thanks for helping,

G.


*
*


bracktes of references in classicthesis style

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

How to change the brackets type (round brackets) of the references included
by bib.file in the classicthesis package?
This is how they are in the pdf:

More recently, Boero [2010] argued that...

How can I change this refrence in:

More recently, Boero (2010) argued that


Thanks a lot for helping,



Gian


Re: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
2011/11/18 Manolo Martínez man...@austrohungaro.com

 On 11/18/11 at 12:56pm, Gian Maria Niccolò Benucci wrote:
 
  How to change the brackets type (round brackets) of the references
 included
  by bib.file in the classicthesis package?
  This is how they are in the pdf:
 
  More recently, Boero [2010] argued that...
 
  How can I change this refrence in:
 
  More recently, Boero (2010) argued that
 

 What is the style (the .bst) file you are using? That's what takes care of
 this
 and other formatiing. I normally use the kluwer style, which does this
 kind of
 author-year citations the way I need.

 Manolo


I am using the biochem style, but indeed I do not completely like it, also
because I would like the doi and/or the url would compare in the reference
list...

I would try the kluwer style as you wrote,
any others style that sound scientific to suggest me? How to add new
ones? (I am using jabref for the bib)

Many thanks,

G.


Re: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
2011/11/18 Manolo Martínez man...@austrohungaro.com

 On 11/18/11 at 01:12pm, Gian Maria Niccolò Benucci wrote:
  I would try the kluwer style as you wrote,
  any others style that sound scientific to suggest me? How to add new
  ones? (I am using jabref for the bib)

 If you are writing a doctoral dissertation, you may want to look how other
 well-regarded dissertation from your department formatted references -- if
 there are no official guidelines, that is -- and then try some .bst untl
 you
 find one that looks like those. Or ask the LaTeX geek in your deparment;
 there
 is probably one :)

 As to how to change the citation style, it's done in LyX, not JabRef. Take
 a
 look at the User's Guide, section 6.5

 Manolo



Hi again Manolo,

Unfortunately I am the only and (probably the first according my knowledge)
insane PhD student
that used LyX or other latex supports for writing his thesis...
...I indeed do not win a medal for that, but since I would be proud of the
results, I tried for LyX...

I just fitted some different styles for references adding my bib file into
the first chapter of classicthesis. In most of the cases I got this
situation:

...People interested (author?) [(year?)]only in the nice style
Provide (author?)(year?)students with.

Otherwise, if I clic the (author?) the file jumped to correct author
position in the bibliography at the end of the thesis.

may my bib file has something that don't work with classicthesis?

Really thanks for supporting me,

G.


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 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: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
Thank you very much Liviu!
Your help, fixes my problem... now I have round brackets in references...

Now I only need to solve the problem of capital letter in emph text style
in the pdf titiles and running titles un tu the header of the pages... :S

Cheers,

Gian


2011/11/18 Liviu Andronic landronim...@gmail.com

 2011/11/18 Gian Maria Niccolò Benucci gian.benu...@gmail.com:
 
  Hi all,
 
  How to change the brackets type (round brackets) of the references
 included
  by bib.file in the classicthesis package?
  This is how they are in the pdf:
 
  More recently, Boero [2010] argued that...
 
  How can I change this refrence in:
 
  More recently, Boero (2010) argued that
 
 That's annoying, but easy to fix. See [1]. You can also input 'round'
 in Document Class options.
 Liviu

 [1] http://www.lyx.org/trac/ticket/6777


 
  Thanks a lot for helping,
 
 
 
  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




-- 
Gian Maria Niccolò Benucci
Ph.D. Candidate

University of Perugia
Department of Applied Biology

Borgo XX Giugno, 74
I-06121 - Perugia, ITALY
Tel: +39.0755856433
Fax: +39.0755856069
Email: gian.benu...@gmail.com



*- Do not print this email unless you really need to. Save paper and
protect the environment! -*


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: hot to regulate table dimensions

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

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


 Hi all,

 A simple question from a rookie user...

 How to modify table dimension in ClassicThesis?
 The table escape from the pdf margin, how to fix that?


 Did you put too much text in it?
 What dimensions did you set in your table properties?
 This has nothing to do with ClassicThesis, it's just that you're doing
 something wrong.



Yes, probably is my fault! Anyway I will try to mange regulate the
dimensions and see what will happen...

Tanks a lot,

G.


Re: margins problem in classicthesis additional chapters

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

 On 11/17/2011 02:53 AM, Gian Maria Niccolò Benucci wrote:

  I added a new chapters the Chapter05.lyx trough the template.lyx file
 present in the classicthesis package
 but, after I compiled the ClassicThesis.lyx in the generated pdf the
 text is centered and no more justified like it is in the latter
 Chapters...


 You'll have to dig this one by yourself, I can't see how anyone here could
 help you without the files you modified.

 First, make a backup copy of all your files.

 Then, copy Chapter03.lyx to Chapter05.lyx.
 What's the output like now?

 What does your Chapter05.lyx look like when you compile it separately?

 Try playing a bit, shouldn't be hard to find out where the problem is.

 As a last resort, upload all of your .lyx files (even better, a minimal
 example) somewhere so that we can take a look at them.



The problem seems that disappeared. I only delete the Child documents in
the main lyx file and I included them again and now the margins are
justified.
I do not know how it solves, but seems it's ok now!

Thanks for helping,

G.


*
*


bracktes of references in classicthesis style

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

How to change the brackets type (round brackets) of the references included
by bib.file in the classicthesis package?
This is how they are in the pdf:

More recently, Boero [2010] argued that...

How can I change this refrence in:

More recently, Boero (2010) argued that


Thanks a lot for helping,



Gian


Re: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
2011/11/18 Manolo Martínez man...@austrohungaro.com

 On 11/18/11 at 12:56pm, Gian Maria Niccolò Benucci wrote:
 
  How to change the brackets type (round brackets) of the references
 included
  by bib.file in the classicthesis package?
  This is how they are in the pdf:
 
  More recently, Boero [2010] argued that...
 
  How can I change this refrence in:
 
  More recently, Boero (2010) argued that
 

 What is the style (the .bst) file you are using? That's what takes care of
 this
 and other formatiing. I normally use the kluwer style, which does this
 kind of
 author-year citations the way I need.

 Manolo


I am using the biochem style, but indeed I do not completely like it, also
because I would like the doi and/or the url would compare in the reference
list...

I would try the kluwer style as you wrote,
any others style that sound scientific to suggest me? How to add new
ones? (I am using jabref for the bib)

Many thanks,

G.


Re: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
2011/11/18 Manolo Martínez man...@austrohungaro.com

 On 11/18/11 at 01:12pm, Gian Maria Niccolò Benucci wrote:
  I would try the kluwer style as you wrote,
  any others style that sound scientific to suggest me? How to add new
  ones? (I am using jabref for the bib)

 If you are writing a doctoral dissertation, you may want to look how other
 well-regarded dissertation from your department formatted references -- if
 there are no official guidelines, that is -- and then try some .bst untl
 you
 find one that looks like those. Or ask the LaTeX geek in your deparment;
 there
 is probably one :)

 As to how to change the citation style, it's done in LyX, not JabRef. Take
 a
 look at the User's Guide, section 6.5

 Manolo



Hi again Manolo,

Unfortunately I am the only and (probably the first according my knowledge)
insane PhD student
that used LyX or other latex supports for writing his thesis...
...I indeed do not win a medal for that, but since I would be proud of the
results, I tried for LyX...

I just fitted some different styles for references adding my bib file into
the first chapter of classicthesis. In most of the cases I got this
situation:

...People interested (author?) [(year?)]only in the nice style
Provide (author?)(year?)students with.

Otherwise, if I clic the (author?) the file jumped to correct author
position in the bibliography at the end of the thesis.

may my bib file has something that don't work with classicthesis?

Really thanks for supporting me,

G.


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 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: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
Thank you very much Liviu!
Your help, fixes my problem... now I have round brackets in references...

Now I only need to solve the problem of capital letter in emph text style
in the pdf titiles and running titles un tu the header of the pages... :S

Cheers,

Gian


2011/11/18 Liviu Andronic landronim...@gmail.com

 2011/11/18 Gian Maria Niccolò Benucci gian.benu...@gmail.com:
 
  Hi all,
 
  How to change the brackets type (round brackets) of the references
 included
  by bib.file in the classicthesis package?
  This is how they are in the pdf:
 
  More recently, Boero [2010] argued that...
 
  How can I change this refrence in:
 
  More recently, Boero (2010) argued that
 
 That's annoying, but easy to fix. See [1]. You can also input 'round'
 in Document Class options.
 Liviu

 [1] http://www.lyx.org/trac/ticket/6777


 
  Thanks a lot for helping,
 
 
 
  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




-- 
Gian Maria Niccolò Benucci
Ph.D. Candidate

University of Perugia
Department of Applied Biology

Borgo XX Giugno, 74
I-06121 - Perugia, ITALY
Tel: +39.0755856433
Fax: +39.0755856069
Email: gian.benu...@gmail.com



*- Do not print this email unless you really need to. Save paper and
protect the environment! -*


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: hot to regulate table dimensions

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

> On 11/16/2011 07:41 PM, Gian Maria Niccolò Benucci wrote:
>
>>
>> Hi all,
>>
>> A simple question from a rookie user...
>>
>> How to modify table dimension in ClassicThesis?
>> The table escape from the pdf margin, how to fix that?
>>
>
> Did you put too much text in it?
> What dimensions did you set in your table properties?
> This has nothing to do with ClassicThesis, it's just that you're doing
> something wrong.
>
>
>
Yes, probably is my fault! Anyway I will try to mange regulate the
dimensions and see what will happen...

Tanks a lot,

G.


Re: margins problem in classicthesis additional chapters

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

> On 11/17/2011 02:53 AM, Gian Maria Niccolò Benucci wrote:
>
>  I added a new chapters the Chapter05.lyx trough the template.lyx file
>> present in the classicthesis package
>> but, after I compiled the ClassicThesis.lyx in the generated pdf the
>> text is centered and no more justified like it is in the latter
>> Chapters...
>>
>
> You'll have to dig this one by yourself, I can't see how anyone here could
> help you without the files you modified.
>
> First, make a backup copy of all your files.
>
> Then, copy Chapter03.lyx to Chapter05.lyx.
> What's the output like now?
>
> What does your Chapter05.lyx look like when you compile it separately?
>
> Try playing a bit, shouldn't be hard to find out where the problem is.
>
> As a last resort, upload all of your .lyx files (even better, a minimal
> example) somewhere so that we can take a look at them.
>
>
>
The problem seems that disappeared. I only delete the Child documents in
the main lyx file and I included them again and now the margins are
justified.
I do not know how it solves, but seems it's ok now!

Thanks for helping,

G.


*
*


bracktes of references in classicthesis style

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

How to change the brackets type (round brackets) of the references included
by bib.file in the classicthesis package?
This is how they are in the pdf:

More recently, Boero [2010] argued that...

How can I change this refrence in:

More recently, Boero (2010) argued that


Thanks a lot for helping,



Gian


Re: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
2011/11/18 Manolo Martínez <man...@austrohungaro.com>

> On 11/18/11 at 12:56pm, Gian Maria Niccolò Benucci wrote:
> >
> > How to change the brackets type (round brackets) of the references
> included
> > by bib.file in the classicthesis package?
> > This is how they are in the pdf:
> >
> > More recently, Boero [2010] argued that...
> >
> > How can I change this refrence in:
> >
> > More recently, Boero (2010) argued that
> >
>
> What is the style (the .bst) file you are using? That's what takes care of
> this
> and other formatiing. I normally use the kluwer style, which does this
> kind of
> author-year citations the way I need.
>
> Manolo
>

I am using the biochem style, but indeed I do not completely like it, also
because I would like the doi and/or the url would compare in the reference
list...

I would try the kluwer style as you wrote,
any others style that "sound" scientific to suggest me? How to add new
ones? (I am using jabref for the bib)

Many thanks,

G.


Re: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
2011/11/18 Manolo Martínez <man...@austrohungaro.com>

> On 11/18/11 at 01:12pm, Gian Maria Niccolò Benucci wrote:
> > I would try the kluwer style as you wrote,
> > any others style that "sound" scientific to suggest me? How to add new
> > ones? (I am using jabref for the bib)
>
> If you are writing a doctoral dissertation, you may want to look how other
> well-regarded dissertation from your department formatted references -- if
> there are no official guidelines, that is -- and then try some .bst untl
> you
> find one that looks like those. Or ask the LaTeX geek in your deparment;
> there
> is probably one :)
>
> As to how to change the citation style, it's done in LyX, not JabRef. Take
> a
> look at the User's Guide, section 6.5
>
> Manolo
>


Hi again Manolo,

Unfortunately I am the only and (probably the first according my knowledge)
"insane" PhD student
that used LyX or other latex supports for writing his thesis...
...I indeed do not win a medal for that, but since I would be proud of the
results, I tried for LyX...

I just fitted some different styles for references adding my bib file into
the first chapter of classicthesis. In most of the cases I got this
situation:

...People interested (author?) [(year?)]only in the nice style
Provide (author?)(year?)students with.

Otherwise, if I clic the (author?) the file jumped to correct author
position in the bibliography at the end of the thesis.

may my bib file has something that don't work with classicthesis?

Really thanks for supporting me,

G.


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 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 <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: bracktes of references in classicthesis style

2011-11-18 Thread Gian Maria Niccolò Benucci
Thank you very much Liviu!
Your help, fixes my problem... now I have round brackets in references...

Now I only need to solve the problem of capital letter in emph text style
in the pdf titiles and running titles un tu the header of the pages... :S

Cheers,

Gian


2011/11/18 Liviu Andronic <landronim...@gmail.com>

> 2011/11/18 Gian Maria Niccolò Benucci <gian.benu...@gmail.com>:
> >
> > Hi all,
> >
> > How to change the brackets type (round brackets) of the references
> included
> > by bib.file in the classicthesis package?
> > This is how they are in the pdf:
> >
> > More recently, Boero [2010] argued that...
> >
> > How can I change this refrence in:
> >
> > More recently, Boero (2010) argued that
> >
> That's annoying, but easy to fix. See [1]. You can also input 'round'
> in Document Class options.
> Liviu
>
> [1] http://www.lyx.org/trac/ticket/6777
>
>
> >
> > Thanks a lot for helping,
> >
> >
> >
> > 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
>



-- 
Gian Maria Niccolò Benucci
Ph.D. Candidate

University of Perugia
Department of Applied Biology

Borgo XX Giugno, 74
I-06121 - Perugia, ITALY
Tel: +39.0755856433
Fax: +39.0755856069
Email: gian.benu...@gmail.com



*- Do not print this email unless you really need to. Save paper and
protect the environment! -*


hot to regulate table dimensions

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

A simple question from a rookie user...

How to modify table dimension in ClassicThesis?
The table escape from the pdf margin, how to fix that?
Thanks a lot in advance,

G.


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


margins problem in classicthesis additional chapters

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

I am using the lastest LYX port fo classictheis style...
I am in trouble with the realization of my thesis (time burning) and I got
this problem:

I added a new chapters the Chapter05.lyx trough the template.lyx file
present in the classicthesis package
 but, after I compiled the ClassicThesis.lyx in the generated pdf the text
is centered and no more justified like it is in the latter Chapters...

How to fix this problem and add more chapters with a correct text spacing
in the pdf???

Thank you very much,

Gian


hot to regulate table dimensions

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

A simple question from a rookie user...

How to modify table dimension in ClassicThesis?
The table escape from the pdf margin, how to fix that?
Thanks a lot in advance,

G.


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


margins problem in classicthesis additional chapters

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

I am using the lastest LYX port fo classictheis style...
I am in trouble with the realization of my thesis (time burning) and I got
this problem:

I added a new chapters the Chapter05.lyx trough the template.lyx file
present in the classicthesis package
 but, after I compiled the ClassicThesis.lyx in the generated pdf the text
is centered and no more justified like it is in the latter Chapters...

How to fix this problem and add more chapters with a correct text spacing
in the pdf???

Thank you very much,

Gian


hot to regulate table dimensions

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

A simple question from a rookie user...

How to modify table dimension in ClassicThesis?
The table escape from the pdf margin, how to fix that?
Thanks a lot in advance,

G.


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


margins problem in classicthesis additional chapters

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

I am using the lastest LYX port fo classictheis style...
I am in trouble with the realization of my thesis (time burning) and I got
this problem:

I added a new chapters the Chapter05.lyx trough the template.lyx file
present in the classicthesis package
 but, after I compiled the ClassicThesis.lyx in the generated pdf the text
is centered and no more justified like it is in the latter Chapters...

How to fix this problem and add more chapters with a correct text spacing
in the pdf???

Thank you very much,

Gian


Re: how to wrap the Title in classicthesis-preamble.sty

2011-10-17 Thread Gian Maria Niccolò Benucci
Hi again,

I would be seriously happy to try the new version of classic-thesis
template. Where can I find it? Do you have a direct link?
Thanks a lot,

Gian



On 17 October 2011 00:52, PhilipPirrip p...@net.hr wrote:

 On 10/16/2011 10:54 PM, Gian Maria Niccolò Benucci wrote:

 I tired your advice adding the following to classicthesis-preamble.sty:
 \newcommand{\myTitleLine1}{**Brassicaceae: from origin to recent
 days\xspace}
 \newcommand{\myTitleLine2}{**Taxonomy, ecology and polulation
 studies\xspace}
 \newcommand{\myTitle}{\**myTitleLine1 \myTitleLine2}
 I am probably doing something bad... but where???



 It's my fault, sorry. Commands, so it seems, should not contain digits.
 Just rename \myTitleLine1 to \myTitleLineA, and so on.

 In this case, you could have had considered using \myTitle and \mySubtitle,
 hm?



 We've just released a new version of ClassicThesis template. Its
 configuration does not depend on classicthesis-preamble.STY any more, but on
 classicthesis-config.tex. Many people had problems with the .sty.
 The config file is also much 'cleaner' now. Give it a try, and tell us your
 impressions.
 Regards,
 Pip




-- 
Gian Maria Niccolò Benucci
Ph.D. Candidate

University of Perugia
Department of Applied Biology

Borgo XX Giugno, 74
I-06121 - Perugia, ITALY
Tel: +39.0755856433
Fax: +39.0755856069
Email: gian.benu...@gmail.com



*- Do not print this email unless you really need to. Save paper and
protect the environment! -*


Re: how to wrap the Title in classicthesis-preamble.sty

2011-10-17 Thread Gian Maria Niccolò Benucci
Hi again,

I would be seriously happy to try the new version of classic-thesis
template. Where can I find it? Do you have a direct link?
Thanks a lot,

Gian



On 17 October 2011 00:52, PhilipPirrip p...@net.hr wrote:

 On 10/16/2011 10:54 PM, Gian Maria Niccolò Benucci wrote:

 I tired your advice adding the following to classicthesis-preamble.sty:
 \newcommand{\myTitleLine1}{**Brassicaceae: from origin to recent
 days\xspace}
 \newcommand{\myTitleLine2}{**Taxonomy, ecology and polulation
 studies\xspace}
 \newcommand{\myTitle}{\**myTitleLine1 \myTitleLine2}
 I am probably doing something bad... but where???



 It's my fault, sorry. Commands, so it seems, should not contain digits.
 Just rename \myTitleLine1 to \myTitleLineA, and so on.

 In this case, you could have had considered using \myTitle and \mySubtitle,
 hm?



 We've just released a new version of ClassicThesis template. Its
 configuration does not depend on classicthesis-preamble.STY any more, but on
 classicthesis-config.tex. Many people had problems with the .sty.
 The config file is also much 'cleaner' now. Give it a try, and tell us your
 impressions.
 Regards,
 Pip




-- 
Gian Maria Niccolò Benucci
Ph.D. Candidate

University of Perugia
Department of Applied Biology

Borgo XX Giugno, 74
I-06121 - Perugia, ITALY
Tel: +39.0755856433
Fax: +39.0755856069
Email: gian.benu...@gmail.com



*- Do not print this email unless you really need to. Save paper and
protect the environment! -*


Re: how to wrap the Title in classicthesis-preamble.sty

2011-10-17 Thread Gian Maria Niccolò Benucci
Hi again,

I would be seriously happy to try the new version of classic-thesis
template. Where can I find it? Do you have a direct link?
Thanks a lot,

Gian



On 17 October 2011 00:52, PhilipPirrip <p...@net.hr> wrote:

> On 10/16/2011 10:54 PM, Gian Maria Niccolò Benucci wrote:
>
>> I tired your advice adding the following to classicthesis-preamble.sty:
>> \newcommand{\myTitleLine1}{**Brassicaceae: from origin to recent
>> days\xspace}
>> \newcommand{\myTitleLine2}{**Taxonomy, ecology and polulation
>> studies\xspace}
>> \newcommand{\myTitle}{\**myTitleLine1 \myTitleLine2}
>> I am probably doing something bad... but where???
>>
>
>
> It's my fault, sorry. Commands, so it seems, should not contain digits.
> Just rename \myTitleLine1 to \myTitleLineA, and so on.
>
> In this case, you could have had considered using \myTitle and \mySubtitle,
> hm?
>
>
>
> We've just released a new version of ClassicThesis template. Its
> configuration does not depend on classicthesis-preamble.STY any more, but on
> classicthesis-config.tex. Many people had problems with the .sty.
> The config file is also much 'cleaner' now. Give it a try, and tell us your
> impressions.
> Regards,
> Pip
>
>


-- 
Gian Maria Niccolò Benucci
Ph.D. Candidate

University of Perugia
Department of Applied Biology

Borgo XX Giugno, 74
I-06121 - Perugia, ITALY
Tel: +39.0755856433
Fax: +39.0755856069
Email: gian.benu...@gmail.com



*- Do not print this email unless you really need to. Save paper and
protect the environment! -*


Re: how to wrap the Title in classicthesis-preamble.sty

2011-10-16 Thread Gian Maria Niccolò Benucci
Hi Philip,

I tired your advice adding the following to classicthesis-preamble.sty:

\newcommand{\myTitleLine1}{Brassicaceae: from origin to recent days\xspace}

\newcommand{\myTitleLine2}{Taxonomy, ecology and polulation studies\xspace}

\newcommand{\myTitle}{\myTitleLine1 \myTitleLine2}


Then I open the the Titlepage.lyx and I compile the Pdf but I got this
error:


LaTeX Error: Missing \begin{document}.

Undefined control sequence.
Undefined control sequence.

I am probably doing something bad... but where???

Thanks for helping,

Gian



On 15 October 2011 14:03, PhilipPirrip p...@net.hr wrote:

 On 10/15/2011 01:17 AM, Gian Maria Niccolò Benucci wrote:

 Hi again,

 I am using ClassicThesis style by Andrè Miede and I have a problem with
 title length in the classicthesis-preamble.sty.
 The title of my Thesis is a bit long and would be better to wrap it. How
 to wrap the Title?
 I tried with \\ or \endline but nothing...


 You don't have to put your title in the command \myTitle. Just insert it
 where ever you need it (e.g. in  Titlepage.lyx, DirtyTitlepage.lyx, etc) and
 how ever you want it.

 In my case, wrapping works even with
 \newcommand{\myTitle}{A Classic Thesis Style --- An Homage to The Elements
 of Typographic Style\xspace}

 but I suppose you need wrapping at some exact place.




 Then you can split the whole title into a few lines like

 \newcommand{\myTitleLine1}{A Classic Thesis Style\xspace}
 \newcommand{\myTitleLine2}{an homage to\xspace}
 \newcommand{\myTitleLine2}{The Elements of Typographic Style\xspace}

 \newcommand{\myTitle}{\**myTitleLine1 \myTitleLine2 \myTitleLine3}


 and repeat the first three commands where needed, or use the fourth to
 expand to the whole title.


 Endless possibilities, you see ;)




Re: how to wrap the Title in classicthesis-preamble.sty

2011-10-16 Thread Gian Maria Niccolò Benucci
Hi Philip,

I tired your advice adding the following to classicthesis-preamble.sty:

\newcommand{\myTitleLine1}{Brassicaceae: from origin to recent days\xspace}

\newcommand{\myTitleLine2}{Taxonomy, ecology and polulation studies\xspace}

\newcommand{\myTitle}{\myTitleLine1 \myTitleLine2}


Then I open the the Titlepage.lyx and I compile the Pdf but I got this
error:


LaTeX Error: Missing \begin{document}.

Undefined control sequence.
Undefined control sequence.

I am probably doing something bad... but where???

Thanks for helping,

Gian



On 15 October 2011 14:03, PhilipPirrip p...@net.hr wrote:

 On 10/15/2011 01:17 AM, Gian Maria Niccolò Benucci wrote:

 Hi again,

 I am using ClassicThesis style by Andrè Miede and I have a problem with
 title length in the classicthesis-preamble.sty.
 The title of my Thesis is a bit long and would be better to wrap it. How
 to wrap the Title?
 I tried with \\ or \endline but nothing...


 You don't have to put your title in the command \myTitle. Just insert it
 where ever you need it (e.g. in  Titlepage.lyx, DirtyTitlepage.lyx, etc) and
 how ever you want it.

 In my case, wrapping works even with
 \newcommand{\myTitle}{A Classic Thesis Style --- An Homage to The Elements
 of Typographic Style\xspace}

 but I suppose you need wrapping at some exact place.




 Then you can split the whole title into a few lines like

 \newcommand{\myTitleLine1}{A Classic Thesis Style\xspace}
 \newcommand{\myTitleLine2}{an homage to\xspace}
 \newcommand{\myTitleLine2}{The Elements of Typographic Style\xspace}

 \newcommand{\myTitle}{\**myTitleLine1 \myTitleLine2 \myTitleLine3}


 and repeat the first three commands where needed, or use the fourth to
 expand to the whole title.


 Endless possibilities, you see ;)




Re: how to wrap the Title in classicthesis-preamble.sty

2011-10-16 Thread Gian Maria Niccolò Benucci
Hi Philip,

I tired your advice adding the following to classicthesis-preamble.sty:

\newcommand{\myTitleLine1}{Brassicaceae: from origin to recent days\xspace}

\newcommand{\myTitleLine2}{Taxonomy, ecology and polulation studies\xspace}

\newcommand{\myTitle}{\myTitleLine1 \myTitleLine2}


Then I open the the Titlepage.lyx and I compile the Pdf but I got this
error:


LaTeX Error: Missing \begin{document}.

Undefined control sequence.
Undefined control sequence.

I am probably doing something bad... but where???

Thanks for helping,

Gian



On 15 October 2011 14:03, PhilipPirrip <p...@net.hr> wrote:

> On 10/15/2011 01:17 AM, Gian Maria Niccolò Benucci wrote:
>
>> Hi again,
>>
>> I am using ClassicThesis style by Andrè Miede and I have a problem with
>> title length in the classicthesis-preamble.sty.
>> The title of my Thesis is a bit long and would be better to wrap it. How
>> to wrap the Title?
>> I tried with \\ or \endline but nothing...
>>
>
> You don't have to put your title in the command \myTitle. Just insert it
> where ever you need it (e.g. in  Titlepage.lyx, DirtyTitlepage.lyx, etc) and
> how ever you want it.
>
> In my case, wrapping works even with
> \newcommand{\myTitle}{A Classic Thesis Style --- An Homage to The Elements
> of Typographic Style\xspace}
>
> but I suppose you need wrapping at some exact place.
>
>
>
>
> Then you can split the whole title into a few lines like
>
> \newcommand{\myTitleLine1}{A Classic Thesis Style\xspace}
> \newcommand{\myTitleLine2}{an homage to\xspace}
> \newcommand{\myTitleLine2}{The Elements of Typographic Style\xspace}
>
> \newcommand{\myTitle}{\**myTitleLine1 \myTitleLine2 \myTitleLine3}
>
>
> and repeat the first three commands where needed, or use the fourth to
> expand to the whole title.
>
>
> Endless possibilities, you see ;)
>
>


how to wrap the Title in classicthesis-preamble.sty

2011-10-14 Thread Gian Maria Niccolò Benucci
Hi again,

I am using ClassicThesis style by Andrè Miede and I have a problem with
title length in the classicthesis-preamble.sty.
The title of my Thesis is a bit long and would be better to wrap it. How to
wrap the Title?
I tried with \\ or \endline but nothing...

Thank you to everyone,

Gian


how to wrap the Title in classicthesis-preamble.sty

2011-10-14 Thread Gian Maria Niccolò Benucci
Hi again,

I am using ClassicThesis style by Andrè Miede and I have a problem with
title length in the classicthesis-preamble.sty.
The title of my Thesis is a bit long and would be better to wrap it. How to
wrap the Title?
I tried with \\ or \endline but nothing...

Thank you to everyone,

Gian


how to wrap the Title in classicthesis-preamble.sty

2011-10-14 Thread Gian Maria Niccolò Benucci
Hi again,

I am using ClassicThesis style by Andrè Miede and I have a problem with
title length in the classicthesis-preamble.sty.
The title of my Thesis is a bit long and would be better to wrap it. How to
wrap the Title?
I tried with \\ or \endline but nothing...

Thank you to everyone,

Gian


How to shorten captions in table and figure lists

2011-10-13 Thread Gian Maria Niccolò Benucci
Hi all,

I am using ClassisThesis style. How to reduce the length or shorten the
Figure and Table captions in the Table and Figure lists?
Thank you in advance,


Gian


How to shorten captions in table and figure lists

2011-10-13 Thread Gian Maria Niccolò Benucci
Hi all,

I am using ClassisThesis style. How to reduce the length or shorten the
Figure and Table captions in the Table and Figure lists?
Thank you in advance,


Gian


How to shorten captions in table and figure lists

2011-10-13 Thread Gian Maria Niccolò Benucci
Hi all,

I am using ClassisThesis style. How to reduce the length or shorten the
Figure and Table captions in the Table and Figure lists?
Thank you in advance,


Gian


Re: Classic Thesis Bibliography in child document

2011-10-12 Thread Gian Maria Niccolò Benucci
If in Classic Thesis style the master document is report(KOMA-script) then I
have no explanation for why do not work for me... also if I included the Bib
file in the master doc (ClassicThesis.lyx) I am not able to insert reference
in the child document (e.g., Abstract.lyx).
Any other test I could do?
Thanks a lot,

Gian


In the child document, make sure that Document  Settings  Document Class
shows the correct master document.

In the master document, insert your BibTeX database in a BibTeX inset.

You can now insert citations using the citation keys provided by your BibTeX
database, also in the child doc. If you do not see this behavior, you would
be experiencing a bug, so please provide more info.

Cheers,

Julien


Re: Classic Thesis Bibliography in child document

2011-10-12 Thread Gian Maria Niccolò Benucci
Julien,

You saved me! Now LyX let me insert the references also in the child
documents.
Thank you very very much for your precious advice!

Gian


On 12 October 2011 19:44, Julien Rioux jri...@physics.utoronto.ca wrote:

 On 12/10/2011 7:32 PM, PhilipPirrip wrote:

 On 10/12/2011 05:36 PM, Gian Maria Niccolò Benucci wrote:

 If in Classic Thesis style the master document is report(KOMA-script)
 then I have no explanation for why do not work for me... also if I
 included the Bib file in the master doc (ClassicThesis.lyx) I am not
 able to insert reference in the child document (e.g., Abstract.lyx).
 Any other test I could do?
 Thanks a lot,


 Which version of ClassicThesis for LyX are you using?

 Are you sure you first open ClassicThesis.lyx, and from there all the
 chapter files?
 You can not just open Abstract.lyx and expect LyX to know what other
 files are the part of the bundle.



 Actually, if the setting for default master document is set in the document
 settings of Abstract.lyx, then you *can* simply open Abstract.lyx and expect
 LyX to know everything. LyX opens the master document to get all the
 information.

 Let me restate how to set this setting: In your child doc, use the menu
 Document  Settings to open the dialog. On the panel named Document Class,
 look for the checkbox select default master document and the corresponding
 line below it. Make sure it points to your master doc, which includes the
 bibtex bibliography.

 Hope this helps,
 Julien




Re: Classic Thesis Bibliography in child document

2011-10-12 Thread Gian Maria Niccolò Benucci
If in Classic Thesis style the master document is report(KOMA-script) then I
have no explanation for why do not work for me... also if I included the Bib
file in the master doc (ClassicThesis.lyx) I am not able to insert reference
in the child document (e.g., Abstract.lyx).
Any other test I could do?
Thanks a lot,

Gian


In the child document, make sure that Document  Settings  Document Class
shows the correct master document.

In the master document, insert your BibTeX database in a BibTeX inset.

You can now insert citations using the citation keys provided by your BibTeX
database, also in the child doc. If you do not see this behavior, you would
be experiencing a bug, so please provide more info.

Cheers,

Julien


Re: Classic Thesis Bibliography in child document

2011-10-12 Thread Gian Maria Niccolò Benucci
Julien,

You saved me! Now LyX let me insert the references also in the child
documents.
Thank you very very much for your precious advice!

Gian


On 12 October 2011 19:44, Julien Rioux jri...@physics.utoronto.ca wrote:

 On 12/10/2011 7:32 PM, PhilipPirrip wrote:

 On 10/12/2011 05:36 PM, Gian Maria Niccolò Benucci wrote:

 If in Classic Thesis style the master document is report(KOMA-script)
 then I have no explanation for why do not work for me... also if I
 included the Bib file in the master doc (ClassicThesis.lyx) I am not
 able to insert reference in the child document (e.g., Abstract.lyx).
 Any other test I could do?
 Thanks a lot,


 Which version of ClassicThesis for LyX are you using?

 Are you sure you first open ClassicThesis.lyx, and from there all the
 chapter files?
 You can not just open Abstract.lyx and expect LyX to know what other
 files are the part of the bundle.



 Actually, if the setting for default master document is set in the document
 settings of Abstract.lyx, then you *can* simply open Abstract.lyx and expect
 LyX to know everything. LyX opens the master document to get all the
 information.

 Let me restate how to set this setting: In your child doc, use the menu
 Document  Settings to open the dialog. On the panel named Document Class,
 look for the checkbox select default master document and the corresponding
 line below it. Make sure it points to your master doc, which includes the
 bibtex bibliography.

 Hope this helps,
 Julien




Re: Classic Thesis Bibliography in child document

2011-10-12 Thread Gian Maria Niccolò Benucci
If in Classic Thesis style the master document is report(KOMA-script) then I
have no explanation for why do not work for me... also if I included the Bib
file in the master doc (ClassicThesis.lyx) I am not able to insert reference
in the child document (e.g., Abstract.lyx).
Any other test I could do?
Thanks a lot,

Gian


In the child document, make sure that Document > Settings > Document Class
shows the correct master document.

In the master document, insert your BibTeX database in a BibTeX inset.

You can now insert citations using the citation keys provided by your BibTeX
database, also in the child doc. If you do not see this behavior, you would
be experiencing a bug, so please provide more info.

Cheers,

Julien


Re: Classic Thesis Bibliography in child document

2011-10-12 Thread Gian Maria Niccolò Benucci
Julien,

You saved me! Now LyX let me insert the references also in the child
documents.
Thank you very very much for your precious advice!

Gian


On 12 October 2011 19:44, Julien Rioux <jri...@physics.utoronto.ca> wrote:

> On 12/10/2011 7:32 PM, PhilipPirrip wrote:
>
>> On 10/12/2011 05:36 PM, Gian Maria Niccolò Benucci wrote:
>>
>>> If in Classic Thesis style the master document is report(KOMA-script)
>>> then I have no explanation for why do not work for me... also if I
>>> included the Bib file in the master doc (ClassicThesis.lyx) I am not
>>> able to insert reference in the child document (e.g., Abstract.lyx).
>>> Any other test I could do?
>>> Thanks a lot,
>>>
>>
>> Which version of ClassicThesis for LyX are you using?
>>
>> Are you sure you first open ClassicThesis.lyx, and from there all the
>> chapter files?
>> You can not just open Abstract.lyx and expect LyX to know what other
>> files are the part of the bundle.
>>
>>
>>
> Actually, if the setting for default master document is set in the document
> settings of Abstract.lyx, then you *can* simply open Abstract.lyx and expect
> LyX to know everything. LyX opens the master document to get all the
> information.
>
> Let me restate how to set this setting: In your child doc, use the menu
> Document > Settings to open the dialog. On the panel named Document Class,
> look for the checkbox "select default master document" and the corresponding
> line below it. Make sure it points to your master doc, which includes the
> bibtex bibliography.
>
> Hope this helps,
> Julien
>
>


Classic Thesis Bibliography in child document

2011-10-11 Thread Gian Maria Niccolò Benucci
Manolo,
My I did not understand you well, or you missed a passage.
How did you include the references along the text if you do not insert the
Bib file at the end of each child document?
Thanks again,

G.





2011/10/10 Manolo Martínez man...@austrohungaro.com

 For what it's worth, I wrote my dissertation in the ClassicThesis style,
 and I
 would just compile child documents, without references as you say. Whenever
 I
 wanted to see how references looked I'd compile the whole shebang -- this
 happened, say, once every few days.

 Manolo
 On 10/09/11 at 11:44pm, Gian Maria Niccolò Benucci wrote:
  Hi again,
 
  I am sorry probably I am not able to explain well my problem... I will
 try
  again.
  I would like to have the reference at the end of the thesis, not at the
 end
  of each Chapter.
  I tried adding the Bib file in e.g., the Chtaper#1.lyx and I put the
  references in the correct place along the document. Then I compile the
 main
  Classic.Thesis.lyx, with the same Bib file at the end of it, but I have
 the
  simblos ?] instead of the corrected reference.
  Ho can I include in the text the references if I do not add the Bib file
 at
  the end of each Chapter?
 
  Thanks for helps and sorry but I am a rookie...
 
  G.
 
 
  On 8 October 2011 20:36, PhilipPirrip p...@net.hr wrote:
 
  
II got the same problem. I tried to include the Bibtex Bib in each
   single Chapter but the references appear only if I compile the Chapter
   alone and never when I try with the ClassicThesis.lyx
  
  
   I'm not sure here what it is that you want? A separate bibliography for
   each chapter?
   Do you get the bibliography right when you compile the original
 template,
   without any modifications?
  
  
  
  
  

 --



Classic Thesis Bibliography in child document

2011-10-11 Thread Gian Maria Niccolò Benucci
Manolo,
My I did not understand you well, or you missed a passage.
How did you include the references along the text if you do not insert the
Bib file at the end of each child document?
Thanks again,

G.





2011/10/10 Manolo Martínez man...@austrohungaro.com

 For what it's worth, I wrote my dissertation in the ClassicThesis style,
 and I
 would just compile child documents, without references as you say. Whenever
 I
 wanted to see how references looked I'd compile the whole shebang -- this
 happened, say, once every few days.

 Manolo
 On 10/09/11 at 11:44pm, Gian Maria Niccolò Benucci wrote:
  Hi again,
 
  I am sorry probably I am not able to explain well my problem... I will
 try
  again.
  I would like to have the reference at the end of the thesis, not at the
 end
  of each Chapter.
  I tried adding the Bib file in e.g., the Chtaper#1.lyx and I put the
  references in the correct place along the document. Then I compile the
 main
  Classic.Thesis.lyx, with the same Bib file at the end of it, but I have
 the
  simblos ?] instead of the corrected reference.
  Ho can I include in the text the references if I do not add the Bib file
 at
  the end of each Chapter?
 
  Thanks for helps and sorry but I am a rookie...
 
  G.
 
 
  On 8 October 2011 20:36, PhilipPirrip p...@net.hr wrote:
 
  
II got the same problem. I tried to include the Bibtex Bib in each
   single Chapter but the references appear only if I compile the Chapter
   alone and never when I try with the ClassicThesis.lyx
  
  
   I'm not sure here what it is that you want? A separate bibliography for
   each chapter?
   Do you get the bibliography right when you compile the original
 template,
   without any modifications?
  
  
  
  
  

 --



Classic Thesis Bibliography in child document

2011-10-11 Thread Gian Maria Niccolò Benucci
Manolo,
My I did not understand you well, or you missed a passage.
How did you include the references along the text if you do not insert the
Bib file at the end of each child document?
Thanks again,

G.





2011/10/10 Manolo Martínez <man...@austrohungaro.com>

> For what it's worth, I wrote my dissertation in the ClassicThesis style,
> and I
> would just compile child documents, without references as you say. Whenever
> I
> wanted to see how references looked I'd compile the whole shebang -- this
> happened, say, once every few days.
>
> Manolo
> On 10/09/11 at 11:44pm, Gian Maria Niccolò Benucci wrote:
> > Hi again,
> >
> > I am sorry probably I am not able to explain well my problem... I will
> try
> > again.
> > I would like to have the reference at the end of the thesis, not at the
> end
> > of each Chapter.
> > I tried adding the Bib file in e.g., the Chtaper#1.lyx and I put the
> > references in the correct place along the document. Then I compile the
> main
> > Classic.Thesis.lyx, with the same Bib file at the end of it, but I have
> the
> > simblos ?] instead of the corrected reference.
> > Ho can I include in the text the references if I do not add the Bib file
> at
> > the end of each Chapter?
> >
> > Thanks for helps and sorry but I am a rookie...
> >
> > G.
> >
> >
> > On 8 October 2011 20:36, PhilipPirrip <p...@net.hr> wrote:
> >
> > >
> > >  II got the same problem. I tried to include the Bibtex Bib in each
> > >> single Chapter but the references appear only if I compile the Chapter
> > >> alone and never when I try with the ClassicThesis.lyx
> > >>
> > >
> > > I'm not sure here what it is that you want? A separate bibliography for
> > > each chapter?
> > > Do you get the bibliography right when you compile the original
> template,
> > > without any modifications?
> > >
> > >
> > >
> > >
> > >
>
> --
>


Re: Classic Thesis Bibliography in child document

2011-10-09 Thread Gian Maria Niccolò Benucci
Hi again,

I am sorry probably I am not able to explain well my problem... I will try
again.
I would like to have the reference at the end of the thesis, not at the end
of each Chapter.
I tried adding the Bib file in e.g., the Chtaper#1.lyx and I put the
references in the correct place along the document. Then I compile the main
Classic.Thesis.lyx, with the same Bib file at the end of it, but I have the
simblos ?] instead of the corrected reference.
Ho can I include in the text the references if I do not add the Bib file at
the end of each Chapter?

Thanks for helps and sorry but I am a rookie...

G.


On 8 October 2011 20:36, PhilipPirrip p...@net.hr wrote:


  II got the same problem. I tried to include the Bibtex Bib in each
 single Chapter but the references appear only if I compile the Chapter
 alone and never when I try with the ClassicThesis.lyx


 I'm not sure here what it is that you want? A separate bibliography for
 each chapter?
 Do you get the bibliography right when you compile the original template,
 without any modifications?







Re: Classic Thesis Bibliography in child document

2011-10-09 Thread Gian Maria Niccolò Benucci
Hi again,

I am sorry probably I am not able to explain well my problem... I will try
again.
I would like to have the reference at the end of the thesis, not at the end
of each Chapter.
I tried adding the Bib file in e.g., the Chtaper#1.lyx and I put the
references in the correct place along the document. Then I compile the main
Classic.Thesis.lyx, with the same Bib file at the end of it, but I have the
simblos ?] instead of the corrected reference.
Ho can I include in the text the references if I do not add the Bib file at
the end of each Chapter?

Thanks for helps and sorry but I am a rookie...

G.


On 8 October 2011 20:36, PhilipPirrip p...@net.hr wrote:


  II got the same problem. I tried to include the Bibtex Bib in each
 single Chapter but the references appear only if I compile the Chapter
 alone and never when I try with the ClassicThesis.lyx


 I'm not sure here what it is that you want? A separate bibliography for
 each chapter?
 Do you get the bibliography right when you compile the original template,
 without any modifications?







Re: Classic Thesis Bibliography in child document

2011-10-09 Thread Gian Maria Niccolò Benucci
Hi again,

I am sorry probably I am not able to explain well my problem... I will try
again.
I would like to have the reference at the end of the thesis, not at the end
of each Chapter.
I tried adding the Bib file in e.g., the Chtaper#1.lyx and I put the
references in the correct place along the document. Then I compile the main
Classic.Thesis.lyx, with the same Bib file at the end of it, but I have the
simblos ?] instead of the corrected reference.
Ho can I include in the text the references if I do not add the Bib file at
the end of each Chapter?

Thanks for helps and sorry but I am a rookie...

G.


On 8 October 2011 20:36, PhilipPirrip  wrote:

>
>  II got the same problem. I tried to include the Bibtex Bib in each
>> single Chapter but the references appear only if I compile the Chapter
>> alone and never when I try with the ClassicThesis.lyx
>>
>
> I'm not sure here what it is that you want? A separate bibliography for
> each chapter?
> Do you get the bibliography right when you compile the original template,
> without any modifications?
>
>
>
>
>


Re: Classic Thesis Bibliography in child document

2011-10-07 Thread Gian Maria Niccolò Benucci
Julien,

II got the same problem. I tried to include the Bibtex Bib in each single
Chapter but the references appear only if I compile the Chapter alone and
never when I try with the ClassicThesis.lyx
What do you exactly mean form branch?
Onward we go...

Thanks,

G.


On 7 October 2011 18:59, Julien Rioux jri...@physics.utoronto.ca wrote:

 On 07/10/2011 3:24 PM, Sergey Churilov wrote:

 Hi,

 I've noticed that if citing in child document, after compiling I get ?]
 symbol insted of proper reference.
 If I compile from ClassicThesis.lyx everything is Ok and bibliography is
 listed in the end of the document es expected.
 In order to compile only child document (e.g. single Chapter) with
 references do I need to insert Bibtex Bibliography... in each child document
 from InsertList/TOC or there is some other way around?

 Thanks,
 Sergey


 You can do it at least two ways.

 I think LyX 2.0 has a new feature which does what you want. Compile the
 master doc with onclude only selected children (see the Document 
 Settings  Child docs).

 Alternatively, put the BibTeX-generated bibliography in a branch in the
 child document, activate this branch in the child doc, and deactivate it in
 the master doc. This is the way most of us were doing this in LyX 1.6.

 --
 Julien




Re: Classic Thesis Bibliography in child document

2011-10-07 Thread Gian Maria Niccolò Benucci
Julien,

II got the same problem. I tried to include the Bibtex Bib in each single
Chapter but the references appear only if I compile the Chapter alone and
never when I try with the ClassicThesis.lyx
What do you exactly mean form branch?
Onward we go...

Thanks,

G.


On 7 October 2011 18:59, Julien Rioux jri...@physics.utoronto.ca wrote:

 On 07/10/2011 3:24 PM, Sergey Churilov wrote:

 Hi,

 I've noticed that if citing in child document, after compiling I get ?]
 symbol insted of proper reference.
 If I compile from ClassicThesis.lyx everything is Ok and bibliography is
 listed in the end of the document es expected.
 In order to compile only child document (e.g. single Chapter) with
 references do I need to insert Bibtex Bibliography... in each child document
 from InsertList/TOC or there is some other way around?

 Thanks,
 Sergey


 You can do it at least two ways.

 I think LyX 2.0 has a new feature which does what you want. Compile the
 master doc with onclude only selected children (see the Document 
 Settings  Child docs).

 Alternatively, put the BibTeX-generated bibliography in a branch in the
 child document, activate this branch in the child doc, and deactivate it in
 the master doc. This is the way most of us were doing this in LyX 1.6.

 --
 Julien




Re: Classic Thesis Bibliography in child document

2011-10-07 Thread Gian Maria Niccolò Benucci
Julien,

II got the same problem. I tried to include the Bibtex Bib in each single
Chapter but the references appear only if I compile the Chapter alone and
never when I try with the ClassicThesis.lyx
What do you exactly mean form "branch"?
Onward we go...

Thanks,

G.


On 7 October 2011 18:59, Julien Rioux  wrote:

> On 07/10/2011 3:24 PM, Sergey Churilov wrote:
>
>> Hi,
>>
>> I've noticed that if citing in child document, after compiling I get ?]
>> symbol insted of proper reference.
>> If I compile from ClassicThesis.lyx everything is Ok and bibliography is
>> listed in the end of the document es expected.
>> In order to compile only child document (e.g. single Chapter) with
>> references do I need to insert Bibtex Bibliography... in each child document
>> from Insert>List/TOC or there is some other way around?
>>
>> Thanks,
>> Sergey
>>
>
> You can do it at least two ways.
>
> I think LyX 2.0 has a new feature which does what you want. Compile the
> master doc with "onclude only selected children" (see the Document >
> Settings > Child docs).
>
> Alternatively, put the BibTeX-generated bibliography in a branch in the
> child document, activate this branch in the child doc, and deactivate it in
> the master doc. This is the way most of us were doing this in LyX 1.6.
>
> --
> Julien
>
>