Writing a journal paper with LyX

2015-05-12 Thread Marcelo Alves
Dear all,

I intend to write a paper to be submitted to the Elsevier journal Geodema.
However, when I use the template of elsarticle class in LyX the one that
comes is that of Nuclear Physics B, another Elsevier journal.
My question is: how I can use a specify template for Geoderma? Should I
modify the one of Nulclear Physics B?

Thank you.

Marcelo Alves.


Re: Writing a journal paper with LyX

2015-05-12 Thread Rich Shepard

On Tue, 12 May 2015, Marcelo Alves wrote:


I intend to write a paper to be submitted to the Elsevier journal Geodema.
However, when I use the template of elsarticle class in LyX the one that
comes is that of Nuclear Physics B, another Elsevier journal. My question
is: how I can use a specify template for Geoderma? Should I modify the one
of Nulclear Physics B?


Marcelo,

  Have you considered contacting the publisher and asking if they have a
LaTeX/LyX class for Geodema? That's where I'd start.

Rich


Re: literature incomplete in pdf

2015-05-12 Thread Margret Mueller
thank you both a lot
somehow i am not able (neither any of my more experienced lyx friends to
turn my dissertation into a biblatex. it gives always multiple errors (i
tried many times)... T1 inputenc error..(?)
that is why i wondered if there was another (nonpainful) way

Best regards
Margret

2015-05-11 18:07 GMT+02:00 Johannes Böttcher johannesbottc...@gmail.com:



 On 05/11/2015 05:44 PM, Margret Mueller wrote:


 I use bibtex (changing to biblatex for some reason gives multiple errors
 we
 still work on it)
 apsr and natbib

 however the problem is that
 - in newspaper entries: the publication and the exact date (month day) are
 not displayed
 - in working papers the institution is not displayed
 - and any unicode signs in the literature result in error messages but i
 can live with manually cleaning the literature of any special letters

 Im looking forward to any hint as I am not able to find a solution to this
 in the last months



 Hi,

 it is quite possible, that the bibliography style you are using simply
 doesn't know the fields and entries you have defined, and every field
 unknown is ignored. For example, non of the bst styles i know have a
 defined date field, but all just support a year entry.


 Please consider the following example:
 %%
 \documentclass{article}
 \begin{filecontents}{\jobname.bib}
 @bok{nobook,
 author={maggie},
 title={the title},
 }
 @misc{entry,
 date={2015-05-11},
 author={maggie},
 titel={not title, but titel},
 }
 \end{filecontents}
 \begin{document}
 \nocite{*}
 \bibliographystyle{plain}
 \bibliography{\jobname}
 \end{document}
 %%


 Making biblatex work might be a fruitful endeavour, as hacking bst-styles
 is a pain.


 Best regards
 Johannes




-- 
__
Margret Mueller
PhD Student
Political Communication
FU Berlin
0049 176 842 787 22


Compile child document with cross-references

2015-05-12 Thread Gilles Moyse
I am currently working on a thesis document made of one master and several
child documents, one for each chapter.

I am using the procedure described in
http://wiki.lyx.org/FAQ/Multidoc#multipart-bib to use a separate
bibliography when compiling only one chapter (i.e. only one child document).

Though it works for the bibliography, it does not for the chapter number
and the cross-references. The former appears as Chapter 1, and the latter
as question marks.

Is there a way to compile the child document only with the correct chapter
number and cross-references?

Thanks in advance!


Re: Compile child document with cross-references

2015-05-12 Thread Jürgen Spitzmüller
2015-05-12 21:45 GMT+02:00 Gilles Moyse:

 I am currently working on a thesis document made of one master and several
 child documents, one for each chapter.

 I am using the procedure described in
 http://wiki.lyx.org/FAQ/Multidoc#multipart-bib to use a separate
 bibliography when compiling only one chapter (i.e. only one child document).

 Though it works for the bibliography, it does not for the chapter number
 and the cross-references. The former appears as Chapter 1, and the latter
 as question marks.

 Is there a way to compile the child document only with the correct chapter
 number and cross-references?


Yes. Use Include Only Selected Children with Maintain counters and
references in Document  Settings  Child Documents from within the master.
(this uses LaTeX' \includeonly' feature).

Jürgen




 Thanks in advance!



Re: literature incomplete in pdf

2015-05-12 Thread Johannes Böttcher



On 05/12/2015 07:48 PM, Margret Mueller wrote:

thank you both a lot
somehow i am not able (neither any of my more experienced lyx friends to
turn my dissertation into a biblatex. it gives always multiple errors (i
tried many times)... T1 inputenc error..(?)
that is why i wondered if there was another (nonpainful) way

Best regards
Margret

2015-05-11 18:07 GMT+02:00 Johannes Böttcher johannesbottc...@gmail.com:




On 05/11/2015 05:44 PM, Margret Mueller wrote:



I use bibtex (changing to biblatex for some reason gives multiple errors
we
still work on it)
apsr and natbib

however the problem is that
- in newspaper entries: the publication and the exact date (month day) are
not displayed
- in working papers the institution is not displayed
- and any unicode signs in the literature result in error messages but i
can live with manually cleaning the literature of any special letters

Im looking forward to any hint as I am not able to find a solution to this
in the last months




Hi,

it is quite possible, that the bibliography style you are using simply
doesn't know the fields and entries you have defined, and every field
unknown is ignored. For example, non of the bst styles i know have a
defined date field, but all just support a year entry.


Please consider the following example:
%%
\documentclass{article}
 \begin{filecontents}{\jobname.bib}
 @bok{nobook,
 author={maggie},
 title={the title},
 }
 @misc{entry,
 date={2015-05-11},
 author={maggie},
 titel={not title, but titel},
}
\end{filecontents}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{\jobname}
\end{document}
%%


Making biblatex work might be a fruitful endeavour, as hacking bst-styles
is a pain.


Best regards
Johannes





The real error messgae would be better. For example, inputenc doesn't 
know the option T1, but package fontnec does. I guess this is a typo, 
though.


It is also possible, that you have characters in your bibliography 
database, that are not known for your current encoding and need to be 
defined first.


There is a pretty simple algorithm to limit the reasson to a very small 
area, called *creating a minimal working example* [1]. That is 
something, in my opinion, best done down at the pure LaTeX level, as LyX 
can and its extra stuff can be quite confusing and distracting.


Once we have a bit of actual code producing the error, i am sure we can 
find a solution.


Johannes

[1] http://www.dickimaw-books.com/latex/minexample/html/


Problem environment

2015-05-12 Thread shiv
I am preparing some home work in LyX and would like to have a series of
Problems. I used the Problem environment, but, if I have two Problem
environments in succession LyX merges them together. I can artifically
insert a Ctrl-space in Standard environment between two Problem
environments, but I wonder if I am doing something wrong. Thanks for any help.

I am LyX 2.1.3.

--shiv--



Re: beamer and lyx 2.1.3

2015-05-12 Thread Will Furnass
On 12/05/15 05:25, Simplice Dossou-Gbété wrote:
 i would like to add short title to a title when using beamer with lyx 2.1.3.

Have a look at 'beamer-conference-ornate-20min.lyx' in the collection of
templates that come with LyX.  FYI by default you can quickly add a
short title using the keyboard shortcut Alt-a 1.

Will




Re: Problem environment

2015-05-12 Thread Scott Kostyshak
On Tue, May 12, 2015 at 8:54 PM, shiv s...@ece.ucsb.edu wrote:
 I am preparing some home work in LyX and would like to have a series of
 Problems. I used the Problem environment, but, if I have two Problem
 environments in succession LyX merges them together. I can artifically
 insert a Ctrl-space in Standard environment between two Problem
 environments, but I wonder if I am doing something wrong. Thanks for any help.


Hi Shiv,

In the layout dropdown box, choose Separator. Does that work?

Scott


nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann
I tried to renaming nomname to Glossar and to get the header right (it 
is at the moment taking the name of the preceeding Namensverzeichnis and 
found this one in the Internet which I put in ERT and inserted between 
Namenverzeichnis and Nomenclature


\clearpage \markboth{\nomname}{\Glossar}

which does, however, not seem to be the correct way since I get

! Undefined control sequence.

argument ...otect \bbl@restore@actives \Glossar

}

l.3203 ...\clearpage \markboth{\nomname}{\Glossar}

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


Does somebody remember the correct way to do it?

Wolfgang
LyX Document
LyX Document
LyX Document
LyX Document
LyX Document


Re: nomname renaming and header

2015-05-12 Thread Jürgen Spitzmüller
2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:

  I tried to renaming nomname to Glossar and to get the header right (it
 is at the moment taking the name of the preceeding Namensverzeichnis and
 found this one in the Internet which I put in ERT and inserted between
 Namenverzeichnis and Nomenclature

 \clearpage \markboth{\nomname}{\Glossar}


\Glossar is not a known command. Try in preamble:

\AtBeginDocument{\renewcommand\nomname{Glossar}}

plus in the text:

\clearpage \markboth{\nomname}{\nomname}

HTH
Jürgen


Re: nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann

Thanks, Jürgen and Johannes (for: \cleardoublepage). Worked. Good.
Wolfgang

Am 12.05.2015 um 16:59 schrieb Jürgen Spitzmüller:

2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:


  I tried to renaming nomname to Glossar and to get the header right (it
is at the moment taking the name of the preceeding Namensverzeichnis and
found this one in the Internet which I put in ERT and inserted between
Namenverzeichnis and Nomenclature

\clearpage \markboth{\nomname}{\Glossar}


\Glossar is not a known command. Try in preamble:

\AtBeginDocument{\renewcommand\nomname{Glossar}}

plus in the text:

\clearpage \markboth{\nomname}{\nomname}

HTH
Jürgen





Re: nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann

yes, it does
Wolfgang

Am 12.05.2015 um 17:04 schrieb Will Furnass:

On 12/05/15 15:37, Wolfgang Engelmann wrote:

I tried to renaming nomname to Glossar and to get the header right (it
is at the moment taking the name of the preceeding Namensverzeichnis and
found this one in the Internet which I put in ERT and inserted between
Namenverzeichnis and Nomenclature

\clearpage \markboth{\nomname}{\Glossar}

Does this do what you want when inserted as ERT before your Nomenclature?

\renewcommand{\nomname}{Glossar}

Will




Re: beamer and lyx 2.1.3

2015-05-12 Thread Maria Gouskova
On Tue, May 12, 2015 at 12:25 AM, Simplice Dossou-Gbété 
simplice.dossou-gb...@univ-pau.fr wrote:

 i would like to add short title to a title when using beamer with lyx
 2.1.3.
 i can't find out how to do that.  is someone to tell how to proceed?
 best regards


This is discussed on The title page frame of the Beamer manual
(HelpSpecific ManualsBeamer Presentations).

If you do not see the option, it is not accommodated by the template you
have chosen. The shadow theme definitely allows for it, so try that first.


Re: nomname renaming and header

2015-05-12 Thread Will Furnass
On 12/05/15 15:37, Wolfgang Engelmann wrote:
 I tried to renaming nomname to Glossar and to get the header right (it
 is at the moment taking the name of the preceeding Namensverzeichnis and
 found this one in the Internet which I put in ERT and inserted between
 Namenverzeichnis and Nomenclature
 
 \clearpage \markboth{\nomname}{\Glossar}

Does this do what you want when inserted as ERT before your Nomenclature?

\renewcommand{\nomname}{Glossar}

Will


Re: beamer and lyx 2.1.3

2015-05-12 Thread Will Furnass
On 12/05/15 05:25, Simplice Dossou-Gbété wrote:
 i would like to add short title to a title when using beamer with lyx 2.1.3.

Have a look at 'beamer-conference-ornate-20min.lyx' in the collection of
templates that come with LyX.  FYI by default you can quickly add a
short title using the keyboard shortcut Alt-a 1.

Will




nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann
I tried to renaming nomname to Glossar and to get the header right (it 
is at the moment taking the name of the preceeding Namensverzeichnis and 
found this one in the Internet which I put in ERT and inserted between 
Namenverzeichnis and Nomenclature


\clearpage \markboth{\nomname}{\Glossar}

which does, however, not seem to be the correct way since I get

! Undefined control sequence.

argument ...otect \bbl@restore@actives \Glossar

}

l.3203 ...\clearpage \markboth{\nomname}{\Glossar}

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


Does somebody remember the correct way to do it?

Wolfgang
LyX Document
LyX Document
LyX Document
LyX Document
LyX Document


Re: beamer and lyx 2.1.3

2015-05-12 Thread Maria Gouskova
On Tue, May 12, 2015 at 12:25 AM, Simplice Dossou-Gbété 
simplice.dossou-gb...@univ-pau.fr wrote:

 i would like to add short title to a title when using beamer with lyx
 2.1.3.
 i can't find out how to do that.  is someone to tell how to proceed?
 best regards


This is discussed on The title page frame of the Beamer manual
(HelpSpecific ManualsBeamer Presentations).

If you do not see the option, it is not accommodated by the template you
have chosen. The shadow theme definitely allows for it, so try that first.


Re: nomname renaming and header

2015-05-12 Thread Jürgen Spitzmüller
2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:

  I tried to renaming nomname to Glossar and to get the header right (it
 is at the moment taking the name of the preceeding Namensverzeichnis and
 found this one in the Internet which I put in ERT and inserted between
 Namenverzeichnis and Nomenclature

 \clearpage \markboth{\nomname}{\Glossar}


\Glossar is not a known command. Try in preamble:

\AtBeginDocument{\renewcommand\nomname{Glossar}}

plus in the text:

\clearpage \markboth{\nomname}{\nomname}

HTH
Jürgen


Re: nomname renaming and header

2015-05-12 Thread Will Furnass
On 12/05/15 15:37, Wolfgang Engelmann wrote:
 I tried to renaming nomname to Glossar and to get the header right (it
 is at the moment taking the name of the preceeding Namensverzeichnis and
 found this one in the Internet which I put in ERT and inserted between
 Namenverzeichnis and Nomenclature
 
 \clearpage \markboth{\nomname}{\Glossar}

Does this do what you want when inserted as ERT before your Nomenclature?

\renewcommand{\nomname}{Glossar}

Will


Re: nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann

Thanks, Jürgen and Johannes (for: \cleardoublepage). Worked. Good.
Wolfgang

Am 12.05.2015 um 16:59 schrieb Jürgen Spitzmüller:

2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:


  I tried to renaming nomname to Glossar and to get the header right (it
is at the moment taking the name of the preceeding Namensverzeichnis and
found this one in the Internet which I put in ERT and inserted between
Namenverzeichnis and Nomenclature

\clearpage \markboth{\nomname}{\Glossar}


\Glossar is not a known command. Try in preamble:

\AtBeginDocument{\renewcommand\nomname{Glossar}}

plus in the text:

\clearpage \markboth{\nomname}{\nomname}

HTH
Jürgen





Re: nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann

yes, it does
Wolfgang

Am 12.05.2015 um 17:04 schrieb Will Furnass:

On 12/05/15 15:37, Wolfgang Engelmann wrote:

I tried to renaming nomname to Glossar and to get the header right (it
is at the moment taking the name of the preceeding Namensverzeichnis and
found this one in the Internet which I put in ERT and inserted between
Namenverzeichnis and Nomenclature

\clearpage \markboth{\nomname}{\Glossar}

Does this do what you want when inserted as ERT before your Nomenclature?

\renewcommand{\nomname}{Glossar}

Will




Writing a journal paper with LyX

2015-05-12 Thread Marcelo Alves
Dear all,

I intend to write a paper to be submitted to the Elsevier journal Geodema.
However, when I use the template of elsarticle class in LyX the one that
comes is that of Nuclear Physics B, another Elsevier journal.
My question is: how I can use a specify template for Geoderma? Should I
modify the one of Nulclear Physics B?

Thank you.

Marcelo Alves.


Re: Writing a journal paper with LyX

2015-05-12 Thread Rich Shepard

On Tue, 12 May 2015, Marcelo Alves wrote:


I intend to write a paper to be submitted to the Elsevier journal Geodema.
However, when I use the template of elsarticle class in LyX the one that
comes is that of Nuclear Physics B, another Elsevier journal. My question
is: how I can use a specify template for Geoderma? Should I modify the one
of Nulclear Physics B?


Marcelo,

  Have you considered contacting the publisher and asking if they have a
LaTeX/LyX class for Geodema? That's where I'd start.

Rich


Re: literature incomplete in pdf

2015-05-12 Thread Margret Mueller
thank you both a lot
somehow i am not able (neither any of my more experienced lyx friends to
turn my dissertation into a biblatex. it gives always multiple errors (i
tried many times)... T1 inputenc error..(?)
that is why i wondered if there was another (nonpainful) way

Best regards
Margret

2015-05-11 18:07 GMT+02:00 Johannes Böttcher johannesbottc...@gmail.com:



 On 05/11/2015 05:44 PM, Margret Mueller wrote:


 I use bibtex (changing to biblatex for some reason gives multiple errors
 we
 still work on it)
 apsr and natbib

 however the problem is that
 - in newspaper entries: the publication and the exact date (month day) are
 not displayed
 - in working papers the institution is not displayed
 - and any unicode signs in the literature result in error messages but i
 can live with manually cleaning the literature of any special letters

 Im looking forward to any hint as I am not able to find a solution to this
 in the last months



 Hi,

 it is quite possible, that the bibliography style you are using simply
 doesn't know the fields and entries you have defined, and every field
 unknown is ignored. For example, non of the bst styles i know have a
 defined date field, but all just support a year entry.


 Please consider the following example:
 %%
 \documentclass{article}
 \begin{filecontents}{\jobname.bib}
 @bok{nobook,
 author={maggie},
 title={the title},
 }
 @misc{entry,
 date={2015-05-11},
 author={maggie},
 titel={not title, but titel},
 }
 \end{filecontents}
 \begin{document}
 \nocite{*}
 \bibliographystyle{plain}
 \bibliography{\jobname}
 \end{document}
 %%


 Making biblatex work might be a fruitful endeavour, as hacking bst-styles
 is a pain.


 Best regards
 Johannes




-- 
__
Margret Mueller
PhD Student
Political Communication
FU Berlin
0049 176 842 787 22


Re: literature incomplete in pdf

2015-05-12 Thread Johannes Böttcher



On 05/12/2015 07:48 PM, Margret Mueller wrote:

thank you both a lot
somehow i am not able (neither any of my more experienced lyx friends to
turn my dissertation into a biblatex. it gives always multiple errors (i
tried many times)... T1 inputenc error..(?)
that is why i wondered if there was another (nonpainful) way

Best regards
Margret

2015-05-11 18:07 GMT+02:00 Johannes Böttcher johannesbottc...@gmail.com:




On 05/11/2015 05:44 PM, Margret Mueller wrote:



I use bibtex (changing to biblatex for some reason gives multiple errors
we
still work on it)
apsr and natbib

however the problem is that
- in newspaper entries: the publication and the exact date (month day) are
not displayed
- in working papers the institution is not displayed
- and any unicode signs in the literature result in error messages but i
can live with manually cleaning the literature of any special letters

Im looking forward to any hint as I am not able to find a solution to this
in the last months




Hi,

it is quite possible, that the bibliography style you are using simply
doesn't know the fields and entries you have defined, and every field
unknown is ignored. For example, non of the bst styles i know have a
defined date field, but all just support a year entry.


Please consider the following example:
%%
\documentclass{article}
 \begin{filecontents}{\jobname.bib}
 @bok{nobook,
 author={maggie},
 title={the title},
 }
 @misc{entry,
 date={2015-05-11},
 author={maggie},
 titel={not title, but titel},
}
\end{filecontents}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{\jobname}
\end{document}
%%


Making biblatex work might be a fruitful endeavour, as hacking bst-styles
is a pain.


Best regards
Johannes





The real error messgae would be better. For example, inputenc doesn't 
know the option T1, but package fontnec does. I guess this is a typo, 
though.


It is also possible, that you have characters in your bibliography 
database, that are not known for your current encoding and need to be 
defined first.


There is a pretty simple algorithm to limit the reasson to a very small 
area, called *creating a minimal working example* [1]. That is 
something, in my opinion, best done down at the pure LaTeX level, as LyX 
can and its extra stuff can be quite confusing and distracting.


Once we have a bit of actual code producing the error, i am sure we can 
find a solution.


Johannes

[1] http://www.dickimaw-books.com/latex/minexample/html/


Compile child document with cross-references

2015-05-12 Thread Gilles Moyse
I am currently working on a thesis document made of one master and several
child documents, one for each chapter.

I am using the procedure described in
http://wiki.lyx.org/FAQ/Multidoc#multipart-bib to use a separate
bibliography when compiling only one chapter (i.e. only one child document).

Though it works for the bibliography, it does not for the chapter number
and the cross-references. The former appears as Chapter 1, and the latter
as question marks.

Is there a way to compile the child document only with the correct chapter
number and cross-references?

Thanks in advance!


Re: Compile child document with cross-references

2015-05-12 Thread Jürgen Spitzmüller
2015-05-12 21:45 GMT+02:00 Gilles Moyse:

 I am currently working on a thesis document made of one master and several
 child documents, one for each chapter.

 I am using the procedure described in
 http://wiki.lyx.org/FAQ/Multidoc#multipart-bib to use a separate
 bibliography when compiling only one chapter (i.e. only one child document).

 Though it works for the bibliography, it does not for the chapter number
 and the cross-references. The former appears as Chapter 1, and the latter
 as question marks.

 Is there a way to compile the child document only with the correct chapter
 number and cross-references?


Yes. Use Include Only Selected Children with Maintain counters and
references in Document  Settings  Child Documents from within the master.
(this uses LaTeX' \includeonly' feature).

Jürgen




 Thanks in advance!



Problem environment

2015-05-12 Thread shiv
I am preparing some home work in LyX and would like to have a series of
Problems. I used the Problem environment, but, if I have two Problem
environments in succession LyX merges them together. I can artifically
insert a Ctrl-space in Standard environment between two Problem
environments, but I wonder if I am doing something wrong. Thanks for any help.

I am LyX 2.1.3.

--shiv--



Re: Problem environment

2015-05-12 Thread Scott Kostyshak
On Tue, May 12, 2015 at 8:54 PM, shiv s...@ece.ucsb.edu wrote:
 I am preparing some home work in LyX and would like to have a series of
 Problems. I used the Problem environment, but, if I have two Problem
 environments in succession LyX merges them together. I can artifically
 insert a Ctrl-space in Standard environment between two Problem
 environments, but I wonder if I am doing something wrong. Thanks for any help.


Hi Shiv,

In the layout dropdown box, choose Separator. Does that work?

Scott


Re: beamer and lyx 2.1.3

2015-05-12 Thread Will Furnass
On 12/05/15 05:25, Simplice Dossou-Gbété wrote:
> i would like to add short title to a title when using beamer with lyx 2.1.3.

Have a look at 'beamer-conference-ornate-20min.lyx' in the collection of
templates that come with LyX.  FYI by default you can quickly add a
short title using the keyboard shortcut Alt-a 1.

Will




nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann
I tried to renaming nomname to Glossar and to get the header right (it 
is at the moment taking the name of the preceeding Namensverzeichnis and 
found this one in the Internet which I put in ERT and inserted between 
Namenverzeichnis and Nomenclature


\clearpage \markboth{\nomname}{\Glossar}

which does, however, not seem to be the correct way since I get

! Undefined control sequence.

 ...otect \bbl@restore@actives \Glossar

}

l.3203 ...\clearpage \markboth{\nomname}{\Glossar}

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


Does somebody remember the correct way to do it?

Wolfgang
LyX Document
LyX Document
LyX Document
LyX Document
LyX Document


Re: beamer and lyx 2.1.3

2015-05-12 Thread Maria Gouskova
On Tue, May 12, 2015 at 12:25 AM, Simplice Dossou-Gbété <
simplice.dossou-gb...@univ-pau.fr> wrote:

> i would like to add short title to a title when using beamer with lyx
> 2.1.3.
> i can't find out how to do that.  is someone to tell how to proceed?
> best regards
>
>
This is discussed on "The title page" frame of the Beamer manual
(Help>Specific Manuals>Beamer Presentations).

If you do not see the option, it is not accommodated by the template you
have chosen. The "shadow" theme definitely allows for it, so try that first.


Re: nomname renaming and header

2015-05-12 Thread Jürgen Spitzmüller
2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:

>  I tried to renaming nomname to Glossar and to get the header right (it
> is at the moment taking the name of the preceeding Namensverzeichnis and
> found this one in the Internet which I put in ERT and inserted between
> Namenverzeichnis and Nomenclature
>
> \clearpage \markboth{\nomname}{\Glossar}
>

\Glossar is not a known command. Try in preamble:

\AtBeginDocument{\renewcommand\nomname{Glossar}}

plus in the text:

\clearpage \markboth{\nomname}{\nomname}

HTH
Jürgen


Re: nomname renaming and header

2015-05-12 Thread Will Furnass
On 12/05/15 15:37, Wolfgang Engelmann wrote:
> I tried to renaming nomname to Glossar and to get the header right (it
> is at the moment taking the name of the preceeding Namensverzeichnis and
> found this one in the Internet which I put in ERT and inserted between
> Namenverzeichnis and Nomenclature
> 
> \clearpage \markboth{\nomname}{\Glossar}

Does this do what you want when inserted as ERT before your Nomenclature?

\renewcommand{\nomname}{Glossar}

Will


Re: nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann

Thanks, Jürgen and Johannes (for: \cleardoublepage). Worked. Good.
Wolfgang

Am 12.05.2015 um 16:59 schrieb Jürgen Spitzmüller:

2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:


  I tried to renaming nomname to Glossar and to get the header right (it
is at the moment taking the name of the preceeding Namensverzeichnis and
found this one in the Internet which I put in ERT and inserted between
Namenverzeichnis and Nomenclature

\clearpage \markboth{\nomname}{\Glossar}


\Glossar is not a known command. Try in preamble:

\AtBeginDocument{\renewcommand\nomname{Glossar}}

plus in the text:

\clearpage \markboth{\nomname}{\nomname}

HTH
Jürgen





Re: nomname renaming and header

2015-05-12 Thread Wolfgang Engelmann

yes, it does
Wolfgang

Am 12.05.2015 um 17:04 schrieb Will Furnass:

On 12/05/15 15:37, Wolfgang Engelmann wrote:

I tried to renaming nomname to Glossar and to get the header right (it
is at the moment taking the name of the preceeding Namensverzeichnis and
found this one in the Internet which I put in ERT and inserted between
Namenverzeichnis and Nomenclature

\clearpage \markboth{\nomname}{\Glossar}

Does this do what you want when inserted as ERT before your Nomenclature?

\renewcommand{\nomname}{Glossar}

Will




Writing a journal paper with LyX

2015-05-12 Thread Marcelo Alves
Dear all,

I intend to write a paper to be submitted to the Elsevier journal Geodema.
However, when I use the template of elsarticle class in LyX the one that
comes is that of Nuclear Physics B, another Elsevier journal.
My question is: how I can use a specify template for Geoderma? Should I
modify the one of Nulclear Physics B?

Thank you.

Marcelo Alves.


Re: Writing a journal paper with LyX

2015-05-12 Thread Rich Shepard

On Tue, 12 May 2015, Marcelo Alves wrote:


I intend to write a paper to be submitted to the Elsevier journal Geodema.
However, when I use the template of elsarticle class in LyX the one that
comes is that of Nuclear Physics B, another Elsevier journal. My question
is: how I can use a specify template for Geoderma? Should I modify the one
of Nulclear Physics B?


Marcelo,

  Have you considered contacting the publisher and asking if they have a
LaTeX/LyX class for Geodema? That's where I'd start.

Rich


Re: literature incomplete in pdf

2015-05-12 Thread Margret Mueller
thank you both a lot
somehow i am not able (neither any of my more experienced lyx friends to
turn my dissertation into a biblatex. it gives always multiple errors (i
tried many times)... T1 inputenc error..(?)
that is why i wondered if there was another (nonpainful) way

Best regards
Margret

2015-05-11 18:07 GMT+02:00 Johannes Böttcher :

>
>
> On 05/11/2015 05:44 PM, Margret Mueller wrote:
>
>
>> I use bibtex (changing to biblatex for some reason gives multiple errors
>> we
>> still work on it)
>> apsr and natbib
>>
>> however the problem is that
>> - in newspaper entries: the publication and the exact date (month day) are
>> not displayed
>> - in working papers the institution is not displayed
>> - and any unicode signs in the literature result in error messages but i
>> can live with manually "cleaning" the literature of any "special" letters
>>
>> Im looking forward to any hint as I am not able to find a solution to this
>> in the last months
>>
>
>
> Hi,
>
> it is quite possible, that the bibliography style you are using simply
> doesn't know the fields and entries you have defined, and every field
> unknown is ignored. For example, non of the bst styles i know have a
> defined date field, but all just support a year entry.
>
>
> Please consider the following example:
> %%
> \documentclass{article}
> \begin{filecontents}{\jobname.bib}
> @bok{nobook,
> author={maggie},
> title={the title},
> }
> @misc{entry,
> date={2015-05-11},
> author={maggie},
> titel={not title, but titel},
> }
> \end{filecontents}
> \begin{document}
> \nocite{*}
> \bibliographystyle{plain}
> \bibliography{\jobname}
> \end{document}
> %%
>
>
> Making biblatex work might be a fruitful endeavour, as hacking bst-styles
> is a pain.
>
>
> Best regards
> Johannes
>
>


-- 
__
Margret Mueller
PhD Student
Political Communication
FU Berlin
0049 176 842 787 22


Re: literature incomplete in pdf

2015-05-12 Thread Johannes Böttcher



On 05/12/2015 07:48 PM, Margret Mueller wrote:

thank you both a lot
somehow i am not able (neither any of my more experienced lyx friends to
turn my dissertation into a biblatex. it gives always multiple errors (i
tried many times)... T1 inputenc error..(?)
that is why i wondered if there was another (nonpainful) way

Best regards
Margret

2015-05-11 18:07 GMT+02:00 Johannes Böttcher :




On 05/11/2015 05:44 PM, Margret Mueller wrote:



I use bibtex (changing to biblatex for some reason gives multiple errors
we
still work on it)
apsr and natbib

however the problem is that
- in newspaper entries: the publication and the exact date (month day) are
not displayed
- in working papers the institution is not displayed
- and any unicode signs in the literature result in error messages but i
can live with manually "cleaning" the literature of any "special" letters

Im looking forward to any hint as I am not able to find a solution to this
in the last months




Hi,

it is quite possible, that the bibliography style you are using simply
doesn't know the fields and entries you have defined, and every field
unknown is ignored. For example, non of the bst styles i know have a
defined date field, but all just support a year entry.


Please consider the following example:
%%
\documentclass{article}
 \begin{filecontents}{\jobname.bib}
 @bok{nobook,
 author={maggie},
 title={the title},
 }
 @misc{entry,
 date={2015-05-11},
 author={maggie},
 titel={not title, but titel},
}
\end{filecontents}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{\jobname}
\end{document}
%%


Making biblatex work might be a fruitful endeavour, as hacking bst-styles
is a pain.


Best regards
Johannes





The real error messgae would be better. For example, inputenc doesn't 
know the option T1, but package fontnec does. I guess this is a typo, 
though.


It is also possible, that you have characters in your bibliography 
database, that are not known for your current encoding and need to be 
defined first.


There is a pretty simple algorithm to limit the reasson to a very small 
area, called *creating a minimal working example* [1]. That is 
something, in my opinion, best done down at the pure LaTeX level, as LyX 
can and its extra stuff can be quite confusing and distracting.


Once we have a bit of actual code producing the error, i am sure we can 
find a solution.


Johannes

[1] http://www.dickimaw-books.com/latex/minexample/html/


Compile child document with cross-references

2015-05-12 Thread Gilles Moyse
I am currently working on a thesis document made of one master and several
child documents, one for each chapter.

I am using the procedure described in
http://wiki.lyx.org/FAQ/Multidoc#multipart-bib to use a separate
bibliography when compiling only one chapter (i.e. only one child document).

Though it works for the bibliography, it does not for the chapter number
and the cross-references. The former appears as Chapter 1, and the latter
as question marks.

Is there a way to compile the child document only with the correct chapter
number and cross-references?

Thanks in advance!


Re: Compile child document with cross-references

2015-05-12 Thread Jürgen Spitzmüller
2015-05-12 21:45 GMT+02:00 Gilles Moyse:

> I am currently working on a thesis document made of one master and several
> child documents, one for each chapter.
>
> I am using the procedure described in
> http://wiki.lyx.org/FAQ/Multidoc#multipart-bib to use a separate
> bibliography when compiling only one chapter (i.e. only one child document).
>
> Though it works for the bibliography, it does not for the chapter number
> and the cross-references. The former appears as Chapter 1, and the latter
> as question marks.
>
> Is there a way to compile the child document only with the correct chapter
> number and cross-references?
>

Yes. Use "Include Only Selected Children" with "Maintain counters and
references" in Document > Settings > Child Documents from within the master.
(this uses LaTeX' \includeonly' feature).

Jürgen



>
> Thanks in advance!
>


"Problem" environment

2015-05-12 Thread shiv
I am preparing some home work in LyX and would like to have a series of
"Problem"s. I used the "Problem" environment, but, if I have two "Problem"
environments in succession LyX merges them together. I can artifically
insert a Ctrl-space in "Standard" environment between two "Problem"
environments, but I wonder if I am doing something wrong. Thanks for any help.

I am LyX 2.1.3.

--shiv--



Re: "Problem" environment

2015-05-12 Thread Scott Kostyshak
On Tue, May 12, 2015 at 8:54 PM, shiv  wrote:
> I am preparing some home work in LyX and would like to have a series of
> "Problem"s. I used the "Problem" environment, but, if I have two "Problem"
> environments in succession LyX merges them together. I can artifically
> insert a Ctrl-space in "Standard" environment between two "Problem"
> environments, but I wonder if I am doing something wrong. Thanks for any help.
>

Hi Shiv,

In the layout dropdown box, choose "Separator". Does that work?

Scott