Re: Page numbers in pdf display

2008-06-29 Thread Maksi


Jürgen Spitzmüller-2 wrote:
 Works for me using the \frontmatter ans \mainmatter commands and Acroread
 as 
 PDF viewer.

Thanks for your answers, it works fine. However, it does not work with XeTeX
but I guess I can live with that.

Kind regards,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18183464.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Page numbers in pdf display

2008-06-29 Thread Maksi


Jürgen Spitzmüller-2 wrote:
 Works for me using the \frontmatter ans \mainmatter commands and Acroread
 as 
 PDF viewer.

Thanks for your answers, it works fine. However, it does not work with XeTeX
but I guess I can live with that.

Kind regards,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18183464.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Page numbers in pdf display

2008-06-29 Thread Maksi


Jürgen Spitzmüller-2 wrote:
> Works for me using the \frontmatter ans \mainmatter commands and Acroread
> as 
> PDF viewer.

Thanks for your answers, it works fine. However, it does not work with XeTeX
but I guess I can live with that.

Kind regards,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18183464.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Page numbers in pdf display

2008-06-28 Thread Maksi

Hello,


as my thesis requires roman numerals for the front matter and arabic
numerals for the main matter I would like the resulting PDF file to display
always the right number as on the printed paper. Right now it displays
something like

i -- 1
ii -- 2 etc.
1 -- 7
2 -- 8 etc.

as the PDF viewer simply counts from the first to the last page. However, I
have seen already LaTeX-PDF-Files that display always the same page number
as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on latest
MacTeX?

Thanks for any help,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18171590.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Page numbers in pdf display

2008-06-28 Thread Maksi

Hello,


as my thesis requires roman numerals for the front matter and arabic
numerals for the main matter I would like the resulting PDF file to display
always the right number as on the printed paper. Right now it displays
something like

i -- 1
ii -- 2 etc.
1 -- 7
2 -- 8 etc.

as the PDF viewer simply counts from the first to the last page. However, I
have seen already LaTeX-PDF-Files that display always the same page number
as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on latest
MacTeX?

Thanks for any help,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18171590.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Page numbers in pdf display

2008-06-28 Thread Maksi

Hello,


as my thesis requires roman numerals for the front matter and arabic
numerals for the main matter I would like the resulting PDF file to display
always the right number as on the printed paper. Right now it displays
something like

i --> 1
ii --> 2 etc.
1 --> 7
2 --> 8 etc.

as the PDF viewer simply counts from the first to the last page. However, I
have seen already LaTeX-PDF-Files that display always the same page number
as is being printed. How can I achieve that in LyX 1.5.5 and XeTeX on latest
MacTeX?

Thanks for any help,


Maksi
-- 
View this message in context: 
http://www.nabble.com/Page-numbers-in-pdf-display-tp18171590p18171590.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: No headers with memoir class

2008-06-15 Thread Maksi


Nicolás wrote:
 Does someone know whether it is possible to suppress the headers of part
 of a document using the memoir class? Thanks

If I got you right, you want to avoid your default page style (headings) for
some parts of a document. Try to insert some ERT before:

\pagestyle{empty}

and after the section:

\pagestyle{your_style_as_in_document_settings_dialogue}

This should work but I have not tried it myself.

Regards,
Maksi

-- 
View this message in context: 
http://www.nabble.com/No-headers-with-memoir-class-tp17843588p17847568.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: No headers with memoir class

2008-06-15 Thread Maksi


Nicolás wrote:
 Does someone know whether it is possible to suppress the headers of part
 of a document using the memoir class? Thanks

If I got you right, you want to avoid your default page style (headings) for
some parts of a document. Try to insert some ERT before:

\pagestyle{empty}

and after the section:

\pagestyle{your_style_as_in_document_settings_dialogue}

This should work but I have not tried it myself.

Regards,
Maksi

-- 
View this message in context: 
http://www.nabble.com/No-headers-with-memoir-class-tp17843588p17847568.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: No headers with memoir class

2008-06-15 Thread Maksi


Nicolás wrote:
> Does someone know whether it is possible to suppress the headers of part
> of a document using the memoir class? Thanks

If I got you right, you want to avoid your default page style (headings) for
some parts of a document. Try to insert some ERT before:

\pagestyle{empty}

and after the section:

\pagestyle{your_style_as_in_document_settings_dialogue}

This should work but I have not tried it myself.

Regards,
Maksi

-- 
View this message in context: 
http://www.nabble.com/No-headers-with-memoir-class-tp17843588p17847568.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Several questions on memoir style with fancy layout

2008-06-06 Thread Maksi


Les Denham-2 wrote:
 

  1. Each chapter's name is of style Chapter, naturally. What's the
 correct
  style for the description, however? Ideally, I'd like the descriptions
 to
  appear in the TOC -- under the chapter's name, but without its own
  page-number, which is always the same as the chapter's, of course.

  I currently use the style Addsec*, which is not quite doing it...

 In ERT:
 \chapterprecis{your text here} at the beginning of each chapter.  See
 p. 120 
 of the Memoir manual.
 


LyX actually supports Chapterprecis via the environment menu.


Max
-- 
View this message in context: 
http://www.nabble.com/Several-questions-on-%22memoir%22-style-with-%22fancy%22-layout-tp17674090p17689213.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Several questions on memoir style with fancy layout

2008-06-06 Thread Maksi


Les Denham-2 wrote:
 

  1. Each chapter's name is of style Chapter, naturally. What's the
 correct
  style for the description, however? Ideally, I'd like the descriptions
 to
  appear in the TOC -- under the chapter's name, but without its own
  page-number, which is always the same as the chapter's, of course.

  I currently use the style Addsec*, which is not quite doing it...

 In ERT:
 \chapterprecis{your text here} at the beginning of each chapter.  See
 p. 120 
 of the Memoir manual.
 


LyX actually supports Chapterprecis via the environment menu.


Max
-- 
View this message in context: 
http://www.nabble.com/Several-questions-on-%22memoir%22-style-with-%22fancy%22-layout-tp17674090p17689213.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Several questions on "memoir" style with "fancy" layout

2008-06-06 Thread Maksi


Les Denham-2 wrote:
> 
>>
>>  1. Each chapter's name is of style Chapter, naturally. What's the
>> correct
>>  style for the description, however? Ideally, I'd like the descriptions
>> to
>>  appear in the TOC -- under the chapter's name, but without its own
>>  page-number, which is always the same as the chapter's, of course.
>>
>>  I currently use the style Addsec*, which is not quite doing it...
>>
>> In ERT:
>> \chapterprecis{} at the beginning of each chapter.  See
>> p. 120 
>> of the Memoir manual.
> 


LyX actually supports Chapterprecis via the environment menu.


Max
-- 
View this message in context: 
http://www.nabble.com/Several-questions-on-%22memoir%22-style-with-%22fancy%22-layout-tp17674090p17689213.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: about the style of the section numbering

2008-05-29 Thread Maksi


Haiyang Chao wrote:
 Thanks for your prompt response. Actually, Ijust need to modify another
 guy's file. But he is also not so familiar with lyx. My lyx file is using
 ieeetran.cls. It looks like document setting is the only part I can
 modify
 to change the page style.

LaTeX has come a long way and today the basic usage of LaTeX starts with the
choice of the document class. At least two packages are very powerful and
very configurable: Memoir and KOMA-Script. Within these classes you can
change practically everything you want. For other classes (the regular ones)
you need a lot of extra packages to change their look and behaviour. And
then there are very special classes such as AMS, IEEE and so on which are
often written for very special purposes such as specific journals. Unless
you are writing for such a journal providing its own document class or
unless you want your writings to look exactly like in one of these journals,
I for my part would not recommend using them. Use Memoir or KOMA instead and
check their manuals to make changes. Quite a few typical changes can be done
very easily by mouse-click in LyX’ document settings dialogue. If you need
help with theses classes simply ask on the list.
-- 
View this message in context: 
http://www.nabble.com/about-the-style-of-the-section-numbering-tp17508124p17529204.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Thesis first pages

2008-05-29 Thread Maksi


David Hewitt wrote:
 FWIW, I had a nightmare of a time meeting all the formatting stuff my
 WORD-centric academic admin wanted for my dissertation. So I made a set of
 front pages in MS Word that worked when exported as PDF (with Adobe full
 version Acrobat Pro), and just added them to the front of the
 LyX-generated PDF when I was done. It was the simplest solution.

Yes, title page customization is one of the most difficult tasks. I also
tend to do it in an application such as Writer, Scribus and the like and
replace the pages with a PDF editor. It actually works with LaTeX commands
in LyX as well but I have spent way too many days trying again and again and
never achieved exactly what I wanted -- in writer I was finished in five
minutes.

-- 
View this message in context: 
http://www.nabble.com/Thesis-first-pages-tp17494603p17529408.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: about the style of the section numbering

2008-05-29 Thread Maksi


Haiyang Chao wrote:
 Thanks for your prompt response. Actually, Ijust need to modify another
 guy's file. But he is also not so familiar with lyx. My lyx file is using
 ieeetran.cls. It looks like document setting is the only part I can
 modify
 to change the page style.

LaTeX has come a long way and today the basic usage of LaTeX starts with the
choice of the document class. At least two packages are very powerful and
very configurable: Memoir and KOMA-Script. Within these classes you can
change practically everything you want. For other classes (the regular ones)
you need a lot of extra packages to change their look and behaviour. And
then there are very special classes such as AMS, IEEE and so on which are
often written for very special purposes such as specific journals. Unless
you are writing for such a journal providing its own document class or
unless you want your writings to look exactly like in one of these journals,
I for my part would not recommend using them. Use Memoir or KOMA instead and
check their manuals to make changes. Quite a few typical changes can be done
very easily by mouse-click in LyX’ document settings dialogue. If you need
help with theses classes simply ask on the list.
-- 
View this message in context: 
http://www.nabble.com/about-the-style-of-the-section-numbering-tp17508124p17529204.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Thesis first pages

2008-05-29 Thread Maksi


David Hewitt wrote:
 FWIW, I had a nightmare of a time meeting all the formatting stuff my
 WORD-centric academic admin wanted for my dissertation. So I made a set of
 front pages in MS Word that worked when exported as PDF (with Adobe full
 version Acrobat Pro), and just added them to the front of the
 LyX-generated PDF when I was done. It was the simplest solution.

Yes, title page customization is one of the most difficult tasks. I also
tend to do it in an application such as Writer, Scribus and the like and
replace the pages with a PDF editor. It actually works with LaTeX commands
in LyX as well but I have spent way too many days trying again and again and
never achieved exactly what I wanted -- in writer I was finished in five
minutes.

-- 
View this message in context: 
http://www.nabble.com/Thesis-first-pages-tp17494603p17529408.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: about the style of the section numbering

2008-05-29 Thread Maksi


Haiyang Chao wrote:
> Thanks for your prompt response. Actually, Ijust need to modify another
> guy's file. But he is also not so familiar with lyx. My lyx file is using
> ieeetran.cls. It looks like "document setting" is the only part I can
> modify
> to change the page style.

LaTeX has come a long way and today the basic usage of LaTeX starts with the
choice of the document class. At least two packages are very powerful and
very configurable: Memoir and KOMA-Script. Within these classes you can
change practically everything you want. For other classes (the regular ones)
you need a lot of extra packages to change their look and behaviour. And
then there are very special classes such as AMS, IEEE and so on which are
often written for very special purposes such as specific journals. Unless
you are writing for such a journal providing its own document class or
unless you want your writings to look exactly like in one of these journals,
I for my part would not recommend using them. Use Memoir or KOMA instead and
check their manuals to make changes. Quite a few typical changes can be done
very easily by mouse-click in LyX’ document settings dialogue. If you need
help with theses classes simply ask on the list.
-- 
View this message in context: 
http://www.nabble.com/about-the-style-of-the-section-numbering-tp17508124p17529204.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Thesis first pages

2008-05-29 Thread Maksi


David Hewitt wrote:
> FWIW, I had a nightmare of a time meeting all the formatting stuff my
> WORD-centric academic admin wanted for my dissertation. So I made a set of
> front pages in MS Word that worked when exported as PDF (with Adobe full
> version Acrobat Pro), and just added them to the front of the
> LyX-generated PDF when I was done. It was the simplest solution.

Yes, title page customization is one of the most difficult tasks. I also
tend to do it in an application such as Writer, Scribus and the like and
replace the pages with a PDF editor. It actually works with LaTeX commands
in LyX as well but I have spent way too many days trying again and again and
never achieved exactly what I wanted -- in writer I was finished in five
minutes.

-- 
View this message in context: 
http://www.nabble.com/Thesis-first-pages-tp17494603p17529408.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Table borders...double borders

2008-05-22 Thread Maksi


econkramer wrote:
 I would put a double border at the top and at the bottom of a table. The
 only way I found up to now is rather fancy; that is, putting 2 lines more,
 one at the top and at the bottom and then selecting the borders. But, the
 results is not so good, obviously, as the table appears longer than
 needed.
 Does someone know a more intellegent way of putting a double border?

I think that you are trying to achieve something that the booktabs package
offers (check Google ;)). LyX has half-native support for booktabs. Click on
the table and open its properties and click on “formal table”. Check 
section 2 in the Embedded Objects Manual for more information.

Regards,

Max

-- 
View this message in context: 
http://www.nabble.com/Table-borders...double-borders-tp17409400p17412598.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Table borders...double borders

2008-05-22 Thread Maksi


econkramer wrote:
 I would put a double border at the top and at the bottom of a table. The
 only way I found up to now is rather fancy; that is, putting 2 lines more,
 one at the top and at the bottom and then selecting the borders. But, the
 results is not so good, obviously, as the table appears longer than
 needed.
 Does someone know a more intellegent way of putting a double border?

I think that you are trying to achieve something that the booktabs package
offers (check Google ;)). LyX has half-native support for booktabs. Click on
the table and open its properties and click on “formal table”. Check 
section 2 in the Embedded Objects Manual for more information.

Regards,

Max

-- 
View this message in context: 
http://www.nabble.com/Table-borders...double-borders-tp17409400p17412598.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Table borders...double borders

2008-05-22 Thread Maksi


econkramer wrote:
> I would put a double border at the top and at the bottom of a table. The
> only way I found up to now is rather fancy; that is, putting 2 lines more,
> one at the top and at the bottom and then selecting the borders. But, the
> results is not so good, obviously, as the table appears longer than
> needed.
> Does someone know a more intellegent way of putting a double border?

I think that you are trying to achieve something that the booktabs package
offers (check Google ;)). LyX has half-native support for booktabs. Click on
the table and open its properties and click on “formal table”. Check 
section 2 in the Embedded Objects Manual for more information.

Regards,

Max

-- 
View this message in context: 
http://www.nabble.com/Table-borders...double-borders-tp17409400p17412598.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: multiplatform vector drawing program to use

2008-04-08 Thread Maksi


Oscar Lopez wrote:
 Now we are concerned with the use of a common vector
 drawing program that can be used at both platforms. The main feature that
 we
 require is that the vector drawing program can annotate drawings with
 latex math
 formulae.

I do not know about the math formula stuff, but I use Inkscape for Vector
Graphics in LyX. It is very comfortable as you can 
http://wiki.lyx.org/Tips/UseInkscapeSVGImages use the SVG images directly in
LyX . Also, it supports several plattforms.
And, just to mention them, there are also 
http://jpicedt.sourceforge.net/site/index.php?language=en jPicEdt  and 
http://latexdraw.sourceforge.net/ LaTeXDraw , which are way better for
integration in LaTeX (e.g. fonts) but I do not know about their vector
graphics capabilities.

Maksi

-- 
View this message in context: 
http://www.nabble.com/multiplatform-vector-drawing-program-to-use-tp16542701p16558749.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: multiplatform vector drawing program to use

2008-04-08 Thread Maksi


Oscar Lopez wrote:
 Now we are concerned with the use of a common vector
 drawing program that can be used at both platforms. The main feature that
 we
 require is that the vector drawing program can annotate drawings with
 latex math
 formulae.

I do not know about the math formula stuff, but I use Inkscape for Vector
Graphics in LyX. It is very comfortable as you can 
http://wiki.lyx.org/Tips/UseInkscapeSVGImages use the SVG images directly in
LyX . Also, it supports several plattforms.
And, just to mention them, there are also 
http://jpicedt.sourceforge.net/site/index.php?language=en jPicEdt  and 
http://latexdraw.sourceforge.net/ LaTeXDraw , which are way better for
integration in LaTeX (e.g. fonts) but I do not know about their vector
graphics capabilities.

Maksi

-- 
View this message in context: 
http://www.nabble.com/multiplatform-vector-drawing-program-to-use-tp16542701p16558749.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: multiplatform vector drawing program to use

2008-04-08 Thread Maksi


Oscar Lopez wrote:
> Now we are concerned with the use of a common vector
> drawing program that can be used at both platforms. The main feature that
> we
> require is that the vector drawing program can annotate drawings with
> latex math
> formulae.

I do not know about the math formula stuff, but I use Inkscape for Vector
Graphics in LyX. It is very comfortable as you can 
http://wiki.lyx.org/Tips/UseInkscapeSVGImages use the SVG images directly in
LyX . Also, it supports several plattforms.
And, just to mention them, there are also 
http://jpicedt.sourceforge.net/site/index.php?language=en jPicEdt  and 
http://latexdraw.sourceforge.net/ LaTeXDraw , which are way better for
integration in LaTeX (e.g. fonts) but I do not know about their vector
graphics capabilities.

Maksi

-- 
View this message in context: 
http://www.nabble.com/multiplatform-vector-drawing-program-to-use-tp16542701p16558749.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: AMS article

2008-04-07 Thread Maksi


Julio Rojas wrote:
 Ouch... Is there any way to change this? I'm tired of working with the
 Koma
 article class.

If it is just you being tired of working with KOMA, why not try other
article classes and see which one fits your needs best? I quite like working
with Memoir because it is very configurable and adaptable; it even has an
article option to be behave like an article class. Its detailed
configurability requires to read the very detailed manual first, though.

Maksi

-- 
View this message in context: 
http://www.nabble.com/AMS-article-tp16530986p16534389.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: AMS article

2008-04-07 Thread Maksi


Julio Rojas wrote:
 Ouch... Is there any way to change this? I'm tired of working with the
 Koma
 article class.

If it is just you being tired of working with KOMA, why not try other
article classes and see which one fits your needs best? I quite like working
with Memoir because it is very configurable and adaptable; it even has an
article option to be behave like an article class. Its detailed
configurability requires to read the very detailed manual first, though.

Maksi

-- 
View this message in context: 
http://www.nabble.com/AMS-article-tp16530986p16534389.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: AMS article

2008-04-07 Thread Maksi


Julio Rojas wrote:
> Ouch... Is there any way to change this? I'm tired of working with the
> Koma
> article class.

If it is just you being tired of working with KOMA, why not try other
article classes and see which one fits your needs best? I quite like working
with Memoir because it is very configurable and adaptable; it even has an
article option to be behave like an article class. Its detailed
configurability requires to read the very detailed manual first, though.

Maksi

-- 
View this message in context: 
http://www.nabble.com/AMS-article-tp16530986p16534389.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Jurabib and Harvard

2008-04-06 Thread Maksi


Julio Rojas wrote:
 I had a rather rough experience with jurabib. My wife's tutor wanted an
 APAlike style with footcites, op.cit, idem and ibidem. Lots of hacking!!!
 
 I was going to help you today with some tips, but you have already solved
 it. Advice: move to biblatex. Harder at first, but much better later.

Yes, I know. On my laptop I already use biblatex only. However, my
girlfriend is just starting into LyX and LaTeX, so I do not want to make it
too complicated.
Anyway, as a humanities student I still find Jurabib a lot easier than
Natbib in terms of configuring. And Biblatex will be even more configurable.
Sooner or later it will be easy to use it with LyX and probably even
configurable via a nice graphical interface :)

Max

-- 
View this message in context: 
http://www.nabble.com/Jurabib-and-Harvard-tp16513141p16527523.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Jurabib and Harvard

2008-04-06 Thread Maksi


Julio Rojas wrote:
 I had a rather rough experience with jurabib. My wife's tutor wanted an
 APAlike style with footcites, op.cit, idem and ibidem. Lots of hacking!!!
 
 I was going to help you today with some tips, but you have already solved
 it. Advice: move to biblatex. Harder at first, but much better later.

Yes, I know. On my laptop I already use biblatex only. However, my
girlfriend is just starting into LyX and LaTeX, so I do not want to make it
too complicated.
Anyway, as a humanities student I still find Jurabib a lot easier than
Natbib in terms of configuring. And Biblatex will be even more configurable.
Sooner or later it will be easy to use it with LyX and probably even
configurable via a nice graphical interface :)

Max

-- 
View this message in context: 
http://www.nabble.com/Jurabib-and-Harvard-tp16513141p16527523.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Jurabib and Harvard

2008-04-06 Thread Maksi


Julio Rojas wrote:
> I had a rather rough experience with jurabib. My wife's tutor wanted an
> APAlike style with footcites, op.cit, idem and ibidem. Lots of hacking!!!
> 
> I was going to help you today with some tips, but you have already solved
> it. Advice: move to biblatex. Harder at first, but much better later.

Yes, I know. On my laptop I already use biblatex only. However, my
girlfriend is just starting into LyX and LaTeX, so I do not want to make it
too complicated.
Anyway, as a humanities student I still find Jurabib a lot easier than
Natbib in terms of configuring. And Biblatex will be even more configurable.
Sooner or later it will be easy to use it with LyX and probably even
configurable via a nice graphical interface :)

Max

-- 
View this message in context: 
http://www.nabble.com/Jurabib-and-Harvard-tp16513141p16527523.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Jurabib and Harvard

2008-04-05 Thread Maksi

Hello,


I am helping my girlfriend to make a harvard style citation with 
Jurabib in LyX. First I tried it with Natbib, but doing it with Natbib 
is rather difficult especially as her works are to be written in 
languages other than English (Natbib can not really put authors in 
small caps and many BibTeX styles compatible with Natbib do not look 
good for, say, German, Spanish or Croatian papers). And the harvard 
package is–as far as I can see–not working in LyX.


Anyway, Jurabib offers everything needed. Telling from a post in 2003 
off the German TeX-list, Jurabib is configurable for a harvard style as 
in (Author, 2008: 27): 
http://groups.google.com/group/de.comp.text.tex/browse_thread/thread/b00600f956c569f5/dbd521c31a89cf72?lnk=stq=jurabib+doppelpunkt#dbd521c31a89cf72
However, 

in LyX it seems to conflict when with the citation commands in LyX. The 
most compatible solution seems to be the default citation command 
(taken from LyX’ source view):


\cite[11]{Eco2003Wie-man-eine-wi}

with this setup in the LaTeX preamble:

\jurabibsetup{authorformat=smallcaps,authorformat=year,round}
\jbyearaftertitle
\renewcommand{\jbcitationyearformat}[1]{#1:}

Unfortunately, it does not produce the desired output, it produces 
something like: (Eco 2003: 11). What I need now is a comma between 
author and year: (Eco, 2003: 11). But I can not find any hint how to do 
that. Any ideas?


Thanks for you help,


Maksi




Re: Jurabib and Harvard

2008-04-05 Thread Maksi
Okay, I was about to give up. I wrote the post above after spending 
almost a day on configuring LyX and Natbib or Jurabib for the desired 
Harvard style. Sometimes I hate these configuration orgies but then in 
the end, I always manage to achieve what I have been trying. I hated 
LyX and LaTeX so much all day long and now everything works just fine 
and I can not help but have to love it again. Sweet as.


This is how I managed a Harvard style including small caps in Jurabib 
for in-text citations:


\jurabibsetup{authorformat=smallcaps,round}
\renewcommand{\jbcitationyearformat}[1]{\unskip,\space#1:}

(Put it in the preamble) This: {\unskip,\space#1:} is pretty much of a 
hack, but it works.


Cheers :)




Jurabib and Harvard

2008-04-05 Thread Maksi

Hello,


I am helping my girlfriend to make a harvard style citation with 
Jurabib in LyX. First I tried it with Natbib, but doing it with Natbib 
is rather difficult especially as her works are to be written in 
languages other than English (Natbib can not really put authors in 
small caps and many BibTeX styles compatible with Natbib do not look 
good for, say, German, Spanish or Croatian papers). And the harvard 
package is–as far as I can see–not working in LyX.


Anyway, Jurabib offers everything needed. Telling from a post in 2003 
off the German TeX-list, Jurabib is configurable for a harvard style as 
in (Author, 2008: 27): 
http://groups.google.com/group/de.comp.text.tex/browse_thread/thread/b00600f956c569f5/dbd521c31a89cf72?lnk=stq=jurabib+doppelpunkt#dbd521c31a89cf72
However, 

in LyX it seems to conflict when with the citation commands in LyX. The 
most compatible solution seems to be the default citation command 
(taken from LyX’ source view):


\cite[11]{Eco2003Wie-man-eine-wi}

with this setup in the LaTeX preamble:

\jurabibsetup{authorformat=smallcaps,authorformat=year,round}
\jbyearaftertitle
\renewcommand{\jbcitationyearformat}[1]{#1:}

Unfortunately, it does not produce the desired output, it produces 
something like: (Eco 2003: 11). What I need now is a comma between 
author and year: (Eco, 2003: 11). But I can not find any hint how to do 
that. Any ideas?


Thanks for you help,


Maksi




Re: Jurabib and Harvard

2008-04-05 Thread Maksi
Okay, I was about to give up. I wrote the post above after spending 
almost a day on configuring LyX and Natbib or Jurabib for the desired 
Harvard style. Sometimes I hate these configuration orgies but then in 
the end, I always manage to achieve what I have been trying. I hated 
LyX and LaTeX so much all day long and now everything works just fine 
and I can not help but have to love it again. Sweet as.


This is how I managed a Harvard style including small caps in Jurabib 
for in-text citations:


\jurabibsetup{authorformat=smallcaps,round}
\renewcommand{\jbcitationyearformat}[1]{\unskip,\space#1:}

(Put it in the preamble) This: {\unskip,\space#1:} is pretty much of a 
hack, but it works.


Cheers :)




Jurabib and Harvard

2008-04-05 Thread Maksi

Hello,


I am helping my girlfriend to make a harvard style citation with 
Jurabib in LyX. First I tried it with Natbib, but doing it with Natbib 
is rather difficult especially as her works are to be written in 
languages other than English (Natbib can not really put authors in 
small caps and many BibTeX styles compatible with Natbib do not look 
good for, say, German, Spanish or Croatian papers). And the harvard 
package is–as far as I can see–not working in LyX.


Anyway, Jurabib offers everything needed. Telling from a post in 2003 
off the German TeX-list, Jurabib is configurable for a harvard style as 
in (Author, 2008: 27): 
http://groups.google.com/group/de.comp.text.tex/browse_thread/thread/b00600f956c569f5/dbd521c31a89cf72?lnk=st=jurabib+doppelpunkt#dbd521c31a89cf72
However, 

in LyX it seems to conflict when with the citation commands in LyX. The 
most compatible solution seems to be the default citation command 
(taken from LyX’ source view):


\cite[11]{Eco2003Wie-man-eine-wi}

with this setup in the LaTeX preamble:

\jurabibsetup{authorformat=smallcaps,authorformat=year,round}
\jbyearaftertitle
\renewcommand{\jbcitationyearformat}[1]{#1:}

Unfortunately, it does not produce the desired output, it produces 
something like: (Eco 2003: 11). What I need now is a comma between 
author and year: (Eco, 2003: 11). But I can not find any hint how to do 
that. Any ideas?


Thanks for you help,


Maksi




Re: Jurabib and Harvard

2008-04-05 Thread Maksi
Okay, I was about to give up. I wrote the post above after spending 
almost a day on configuring LyX and Natbib or Jurabib for the desired 
Harvard style. Sometimes I hate these configuration orgies but then in 
the end, I always manage to achieve what I have been trying. I hated 
LyX and LaTeX so much all day long and now everything works just fine 
and I can not help but have to love it again. Sweet as.


This is how I managed a Harvard style including small caps in Jurabib 
for in-text citations:


\jurabibsetup{authorformat=smallcaps,round}
\renewcommand{\jbcitationyearformat}[1]{\unskip,\space#1:}

(Put it in the preamble) This: {\unskip,\space#1:} is pretty much of a 
hack, but it works.


Cheers :)




Re: how to center chapter title?

2008-04-03 Thread Maksi


snvv wrote:
 I'd like to center the chapter and bibliography titles of document class
 book 
 (memoir) or book in general.

In Memoir, you can do this by writing your own chapter style or choosing a
chapter style that fits your needs. Check this part of the LyX-wiki for more
information:  http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10
http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10 

Maksi

-- 
View this message in context: 
http://www.nabble.com/how-to-center-chapter-title--tp16466744p16467471.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: how to center chapter title?

2008-04-03 Thread Maksi


snvv wrote:
 I'd like to center the chapter and bibliography titles of document class
 book 
 (memoir) or book in general.

In Memoir, you can do this by writing your own chapter style or choosing a
chapter style that fits your needs. Check this part of the LyX-wiki for more
information:  http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10
http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10 

Maksi

-- 
View this message in context: 
http://www.nabble.com/how-to-center-chapter-title--tp16466744p16467471.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: how to center chapter title?

2008-04-03 Thread Maksi


snvv wrote:
> I'd like to center the chapter and bibliography titles of document class
> book 
> (memoir) or book in general.

In Memoir, you can do this by writing your own chapter style or choosing a
chapter style that fits your needs. Check this part of the LyX-wiki for more
information:  http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10
http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10 

Maksi

-- 
View this message in context: 
http://www.nabble.com/how-to-center-chapter-title--tp16466744p16467471.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: BibLaTeX blues

2008-03-28 Thread Maksi
On 2008-03-27 23:14:40 +0100, Julio Rojas 
[EMAIL PROTECTED] said:




Guys, BibLaTeX rules!!! I'm working my way thru the files and up until now,
I have been able to mimic the format APA uses for the article records. It's
hard, but not as hard as BibTeX.

If someone is interested on an APAlike style in BibLaTeX, please, let me
know.

Best regards.


Glad to hear that. I also think that biblatex really will become the 
major tool for BibTeX. If you have found a quick and easy way to edit 
styles, would you like to add it to the biblatex page in the LyX wiki? 
That would be nice.


Cheers,

Maksi




Re: Bibliography Style

2008-03-28 Thread Maksi
On 2008-03-26 14:37:06 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



Thanks Max. BTW, is there any application that helps in the migration
from a BibTeX database to a BibLaTeX one? What about maintaining it? I
mean, something like JabRef.


As for the app, I simply continued using BibDesk, so JabRef should be 
just fine. You might have to configure JabRef to make easy use of some 
of the new fields that biblatex offers (e.g. I added a translator-field 
to my templates, a library-field and so on, all fields for which 
biblatex offers interesting support and functionality).


Maksi




Re: BibLaTeX blues

2008-03-28 Thread Maksi
On 2008-03-27 23:14:40 +0100, Julio Rojas 
[EMAIL PROTECTED] said:




Guys, BibLaTeX rules!!! I'm working my way thru the files and up until now,
I have been able to mimic the format APA uses for the article records. It's
hard, but not as hard as BibTeX.

If someone is interested on an APAlike style in BibLaTeX, please, let me
know.

Best regards.


Glad to hear that. I also think that biblatex really will become the 
major tool for BibTeX. If you have found a quick and easy way to edit 
styles, would you like to add it to the biblatex page in the LyX wiki? 
That would be nice.


Cheers,

Maksi




Re: Bibliography Style

2008-03-28 Thread Maksi
On 2008-03-26 14:37:06 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



Thanks Max. BTW, is there any application that helps in the migration
from a BibTeX database to a BibLaTeX one? What about maintaining it? I
mean, something like JabRef.


As for the app, I simply continued using BibDesk, so JabRef should be 
just fine. You might have to configure JabRef to make easy use of some 
of the new fields that biblatex offers (e.g. I added a translator-field 
to my templates, a library-field and so on, all fields for which 
biblatex offers interesting support and functionality).


Maksi




Re: BibLaTeX blues

2008-03-28 Thread Maksi
On 2008-03-27 23:14:40 +0100, "Julio Rojas" 
<[EMAIL PROTECTED]> said:




Guys, BibLaTeX rules!!! I'm working my way thru the files and up until now,
I have been able to mimic the format APA uses for the article records. It's
hard, but not as hard as BibTeX.

If someone is interested on an APAlike style in BibLaTeX, please, let me
know.

Best regards.


Glad to hear that. I also think that biblatex really will become the 
major tool for BibTeX. If you have found a quick and easy way to edit 
styles, would you like to add it to the biblatex page in the LyX wiki? 
That would be nice.


Cheers,

Maksi




Re: Bibliography Style

2008-03-28 Thread Maksi
On 2008-03-26 14:37:06 +0100, "Julio Rojas" 
<[EMAIL PROTECTED]> said:



Thanks Max. BTW, is there any application that helps in the migration
from a BibTeX database to a BibLaTeX one? What about maintaining it? I
mean, something like JabRef.


As for the app, I simply continued using BibDesk, so JabRef should be 
just fine. You might have to configure JabRef to make easy use of some 
of the new fields that biblatex offers (e.g. I added a translator-field 
to my templates, a library-field and so on, all fields for which 
biblatex offers interesting support and functionality).


Maksi




Re: BibLaTeX blues

2008-03-27 Thread Maksi
On 2008-03-26 20:20:54 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



Don't worry Max. I solved the problems and BibLaTeX is running. The
last problem is the original one that got me looking into BibLaTeX. I
need a citation style that fully suits BibLaTeX (ibid., ibidem,
op.cit) but I need a bibliography style that looks like the APA style
used in apalike. The problem is I don't have any clue on how to
create bibliographic styles using BibLaTeX.


Sorry, nor do I. On CTAN there already is a location for biblatex 
contributions 
(http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/), 
but no APA style has been contributed yet.
So far, I never had to come up with my own style, but probably using 
author-year in biblatex (http://wiki.lyx.org/BibTeX/Biblatex#toc6) is 
already enough for you. If not, you can surely play around with it 
after reading the author guide of the biblatex manual :)




Also, is there any possibility to change the default cite command
into footcite? I tried with \def\cite{\footcite} and LyX gets
hung.


That is a LyX issue (as far as I can see). Simply put all citations 
into footnotes first and you should not have any problems.




Thx for all the help guys!!!


You're welcome.




Re: BibLaTeX blues

2008-03-27 Thread Maksi
On 2008-03-26 20:20:54 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



Don't worry Max. I solved the problems and BibLaTeX is running. The
last problem is the original one that got me looking into BibLaTeX. I
need a citation style that fully suits BibLaTeX (ibid., ibidem,
op.cit) but I need a bibliography style that looks like the APA style
used in apalike. The problem is I don't have any clue on how to
create bibliographic styles using BibLaTeX.


Sorry, nor do I. On CTAN there already is a location for biblatex 
contributions 
(http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/), 
but no APA style has been contributed yet.
So far, I never had to come up with my own style, but probably using 
author-year in biblatex (http://wiki.lyx.org/BibTeX/Biblatex#toc6) is 
already enough for you. If not, you can surely play around with it 
after reading the author guide of the biblatex manual :)




Also, is there any possibility to change the default cite command
into footcite? I tried with \def\cite{\footcite} and LyX gets
hung.


That is a LyX issue (as far as I can see). Simply put all citations 
into footnotes first and you should not have any problems.




Thx for all the help guys!!!


You're welcome.




Re: BibLaTeX blues

2008-03-27 Thread Maksi
On 2008-03-26 20:20:54 +0100, "Julio Rojas" 
<[EMAIL PROTECTED]> said:



Don't worry Max. I solved the problems and BibLaTeX is running. The
last problem is the original one that got me looking into BibLaTeX. I
need a citation style that fully suits BibLaTeX (ibid., ibidem,
op.cit) but I need a bibliography style that looks like the APA style
used in "apalike". The problem is I don't have any clue on how to
create bibliographic styles using BibLaTeX.


Sorry, nor do I. On CTAN there already is a location for biblatex 
contributions 
(http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/), 
but no APA style has been contributed yet.
So far, I never had to come up with my own style, but probably using 
author-year in biblatex (http://wiki.lyx.org/BibTeX/Biblatex#toc6) is 
already enough for you. If not, you can surely play around with it 
after reading the author guide of the biblatex manual :)




Also, is there any possibility to change the default "cite" command
into "footcite"? I tried with "\def\cite{\footcite}" and LyX gets
hung.


That is a LyX issue (as far as I can see). Simply put all citations 
into footnotes first and you should not have any problems.




Thx for all the help guys!!!


You're welcome.




Re: LyX logo

2008-03-26 Thread Maksi
On 2008-03-25 23:28:34 +0100, Joost Verburg 
[EMAIL PROTECTED] said:


Anyway, writing down her comments I've certainly learnt a lot. Most 
importantly that there can actually be some thinking involved in 
creating stuff like this!


Yes. Personally I think a nice website and logo are quite important. Of 
course many developers and current users just care about the quality of 
the software, but effective marketing can attract new users and 
developers and generate more activity and interest. Products like 
Mozilla Firefox have become very popular because of good advertising 
combined with good software.




That is like the neverending discussion about what one finds important 
in a relationship or what criteria a possible partner would have to 
meet. Humans _are_ visually orientated beings and so attractiveness 
_is_ important to us.
I personally completely avoid using ugly software from ugly websites, 
unless it is really, really good. But I am a Mac-User and probably more 
sensitive about these kind of things. A software must be really, really 
to for me to use it even though it is ugly. For example, Inkscape is 
so ugly on Mac (the website is okay though), but it is quite a good 
application, so I use it. LyX is not too ugly (though the website is), 
but it is a brilliant application, so I use it. OpenOffice/X11 has a 
confusing pseudo-business-like website and is because of its use of X11 
way too ugly (for Inkscape there is no alternative to X11), so I 
completely stopped using it. This is because when working with a 
computer I do not want to work _for_ the computer but rather _with_ the 
computer and an app should be easy, nice and intuitive (which LyX in 
many ways already is). And such things as nice websites, splash 
screens, logos, document icons and the general appearance are important 
and can evoke positive emotions in the best case and negative emotions 
in the worst case -- just think of your reactions when someone sends 
you, say, a .doc instead of a .rtf or .pdf or when someone sends you a 
.bmp that will not open instead of a .png or .jpg -- at least I feel 
negative emotions coming up at the very moment I spot the word icon...


Maksi




Re: Bibliography Style

2008-03-26 Thread Maksi
On 2008-03-26 01:02:34 +0100, Julio Rojas 
[EMAIL PROTECTED] said:




Does anyone know if the following bibliographic style is supported in
LyX/LaTeX:

\begin{thebibliography}{99}
\bibitem{Zienkiewicz} O.C. Zienkiewicz and R.L. Taylor. \textit{The finite
element method}, McGraw Hill, Vol. I., (1989), Vol. II., (1991).
\bibitem{Idelsohn} S. Idelsohn and E. O\~nate. Finite element and finite
volumes. Two good friends. \textit{Int. J. Num. Meth. Engng.}, \textbf{37},
3323--3341, (1994).
\end{thebibliography}
\end{document}

Thx in advance!!!


Sorry, that looks a bit too complicated for me. LyX has support for 
default LaTeX referencing (numerical), Natbib, Jurabib and even 
biblatex (http://wiki.lyx.org/BibTeX/Biblatex), also check out the 
general BibTeX section in the LyX wiki 
(http://wiki.lyx.org/BibTeX/BibTeX). Many of these packages have a lot 
of styles they come with and offer easy configuration of custom styles. 
In other words: you surely can achieve the style you wish in LaTeX and 
if you can do so in LaTeX, you can do so in LyX as well. Unfortunately 
I do not know any good ressources for bibliography and citation styles 
in LaTeX, but may someone else does?


Regards,

Maksi




Re: Bibliography Style

2008-03-26 Thread Maksi
On 2008-03-26 12:47:11 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



Do you know of any good site that helps you in the step-by-step
process of using BibLaTeX? The package manual is a good reference, but
not a good beginners help source.

I would like to see a sample file. I googled for one with no results.

Thx for your help.



I have been looking for such a site myself and I did not find one. 
Also, I find the manual of biblatex not very user-friendly written. 
Because of this I started editing some stuff that I know in the LyX 
wiki. There you will find instructions on how to use biblatex in LyX 
(so far it is possible with some effort) and a short biblatex style 
guide: http://wiki.lyx.org/BibTeX/Biblatex
I will add some information about customizing biblatex in LyX as soon 
as I learn how to do that :)


Maks




Re: BibLaTeX blues

2008-03-26 Thread Maksi
On 2008-03-26 19:20:37 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



I have installed BibLaTeX, reconfigured MikTeX, updated a book class
to use it as the wiki says and... when I try to reconfigures LyX and
error telling me it cannot be reconfigured appears.

The messages says (free translation from spanish here):
Reconfiguration of the system has failed. The default text class is
bee used but LyX may not work correctly. Please, reconfigure if
needed.

I removed the new class from the layouts folder but the error keeps
appearing. I have close LyX and restarted it to no avail.

Any ideas?


Sorry to have talked you into using biblatex, Julio. It works fine for 
me (with the instructions from the wiki), but I have to admit to have 
no idea about MikTeX, but I still hope you will figure out how to use 
it. Lo siento :)


Maksi




Re: LyX logo

2008-03-26 Thread Maksi
On 2008-03-25 23:28:34 +0100, Joost Verburg 
[EMAIL PROTECTED] said:


Anyway, writing down her comments I've certainly learnt a lot. Most 
importantly that there can actually be some thinking involved in 
creating stuff like this!


Yes. Personally I think a nice website and logo are quite important. Of 
course many developers and current users just care about the quality of 
the software, but effective marketing can attract new users and 
developers and generate more activity and interest. Products like 
Mozilla Firefox have become very popular because of good advertising 
combined with good software.




That is like the neverending discussion about what one finds important 
in a relationship or what criteria a possible partner would have to 
meet. Humans _are_ visually orientated beings and so attractiveness 
_is_ important to us.
I personally completely avoid using ugly software from ugly websites, 
unless it is really, really good. But I am a Mac-User and probably more 
sensitive about these kind of things. A software must be really, really 
to for me to use it even though it is ugly. For example, Inkscape is 
so ugly on Mac (the website is okay though), but it is quite a good 
application, so I use it. LyX is not too ugly (though the website is), 
but it is a brilliant application, so I use it. OpenOffice/X11 has a 
confusing pseudo-business-like website and is because of its use of X11 
way too ugly (for Inkscape there is no alternative to X11), so I 
completely stopped using it. This is because when working with a 
computer I do not want to work _for_ the computer but rather _with_ the 
computer and an app should be easy, nice and intuitive (which LyX in 
many ways already is). And such things as nice websites, splash 
screens, logos, document icons and the general appearance are important 
and can evoke positive emotions in the best case and negative emotions 
in the worst case -- just think of your reactions when someone sends 
you, say, a .doc instead of a .rtf or .pdf or when someone sends you a 
.bmp that will not open instead of a .png or .jpg -- at least I feel 
negative emotions coming up at the very moment I spot the word icon...


Maksi




Re: Bibliography Style

2008-03-26 Thread Maksi
On 2008-03-26 01:02:34 +0100, Julio Rojas 
[EMAIL PROTECTED] said:




Does anyone know if the following bibliographic style is supported in
LyX/LaTeX:

\begin{thebibliography}{99}
\bibitem{Zienkiewicz} O.C. Zienkiewicz and R.L. Taylor. \textit{The finite
element method}, McGraw Hill, Vol. I., (1989), Vol. II., (1991).
\bibitem{Idelsohn} S. Idelsohn and E. O\~nate. Finite element and finite
volumes. Two good friends. \textit{Int. J. Num. Meth. Engng.}, \textbf{37},
3323--3341, (1994).
\end{thebibliography}
\end{document}

Thx in advance!!!


Sorry, that looks a bit too complicated for me. LyX has support for 
default LaTeX referencing (numerical), Natbib, Jurabib and even 
biblatex (http://wiki.lyx.org/BibTeX/Biblatex), also check out the 
general BibTeX section in the LyX wiki 
(http://wiki.lyx.org/BibTeX/BibTeX). Many of these packages have a lot 
of styles they come with and offer easy configuration of custom styles. 
In other words: you surely can achieve the style you wish in LaTeX and 
if you can do so in LaTeX, you can do so in LyX as well. Unfortunately 
I do not know any good ressources for bibliography and citation styles 
in LaTeX, but may someone else does?


Regards,

Maksi




Re: Bibliography Style

2008-03-26 Thread Maksi
On 2008-03-26 12:47:11 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



Do you know of any good site that helps you in the step-by-step
process of using BibLaTeX? The package manual is a good reference, but
not a good beginners help source.

I would like to see a sample file. I googled for one with no results.

Thx for your help.



I have been looking for such a site myself and I did not find one. 
Also, I find the manual of biblatex not very user-friendly written. 
Because of this I started editing some stuff that I know in the LyX 
wiki. There you will find instructions on how to use biblatex in LyX 
(so far it is possible with some effort) and a short biblatex style 
guide: http://wiki.lyx.org/BibTeX/Biblatex
I will add some information about customizing biblatex in LyX as soon 
as I learn how to do that :)


Maks




Re: BibLaTeX blues

2008-03-26 Thread Maksi
On 2008-03-26 19:20:37 +0100, Julio Rojas 
[EMAIL PROTECTED] said:



I have installed BibLaTeX, reconfigured MikTeX, updated a book class
to use it as the wiki says and... when I try to reconfigures LyX and
error telling me it cannot be reconfigured appears.

The messages says (free translation from spanish here):
Reconfiguration of the system has failed. The default text class is
bee used but LyX may not work correctly. Please, reconfigure if
needed.

I removed the new class from the layouts folder but the error keeps
appearing. I have close LyX and restarted it to no avail.

Any ideas?


Sorry to have talked you into using biblatex, Julio. It works fine for 
me (with the instructions from the wiki), but I have to admit to have 
no idea about MikTeX, but I still hope you will figure out how to use 
it. Lo siento :)


Maksi




Re: LyX logo

2008-03-26 Thread Maksi
On 2008-03-25 23:28:34 +0100, Joost Verburg 
<[EMAIL PROTECTED]> said:


Anyway, writing down her comments I've certainly learnt a lot. Most 
importantly that there can actually be some thinking involved in 
creating stuff like this!


Yes. Personally I think a nice website and logo are quite important. Of 
course many developers and current users just care about the quality of 
the software, but effective marketing can attract new users and 
developers and generate more activity and interest. Products like 
Mozilla Firefox have become very popular because of good advertising 
combined with good software.




That is like the neverending discussion about what one finds important 
in a relationship or what criteria a possible partner would have to 
meet. Humans _are_ visually orientated beings and so attractiveness 
_is_ important to us.
I personally completely avoid using ugly software from ugly websites, 
unless it is really, really good. But I am a Mac-User and probably more 
sensitive about these kind of things. A software must be really, really 
to for me to use it even though it is ugly. For example, Inkscape is 
so ugly on Mac (the website is okay though), but it is quite a good 
application, so I use it. LyX is not too ugly (though the website is), 
but it is a brilliant application, so I use it. OpenOffice/X11 has a 
confusing pseudo-business-like website and is because of its use of X11 
way too ugly (for Inkscape there is no alternative to X11), so I 
completely stopped using it. This is because when working with a 
computer I do not want to work _for_ the computer but rather _with_ the 
computer and an app should be easy, nice and intuitive (which LyX in 
many ways already is). And such things as nice websites, splash 
screens, logos, document icons and the general appearance are important 
and can evoke positive emotions in the best case and negative emotions 
in the worst case -- just think of your reactions when someone sends 
you, say, a .doc instead of a .rtf or .pdf or when someone sends you a 
.bmp that will not open instead of a .png or .jpg -- at least I feel 
negative emotions coming up at the very moment I spot the word icon...


Maksi




Re: Bibliography Style

2008-03-26 Thread Maksi
On 2008-03-26 01:02:34 +0100, "Julio Rojas" 
<[EMAIL PROTECTED]> said:




Does anyone know if the following bibliographic "style" is supported in
LyX/LaTeX:

\begin{thebibliography}{99}
\bibitem{Zienkiewicz} O.C. Zienkiewicz and R.L. Taylor. \textit{The finite
element method}, McGraw Hill, Vol. I., (1989), Vol. II., (1991).
\bibitem{Idelsohn} S. Idelsohn and E. O\~nate. Finite element and finite
volumes. Two good friends. \textit{Int. J. Num. Meth. Engng.}, \textbf{37},
3323--3341, (1994).
\end{thebibliography}
\end{document}

Thx in advance!!!


Sorry, that looks a bit too complicated for me. LyX has support for 
default LaTeX referencing (numerical), Natbib, Jurabib and even 
biblatex (http://wiki.lyx.org/BibTeX/Biblatex), also check out the 
general BibTeX section in the LyX wiki 
(http://wiki.lyx.org/BibTeX/BibTeX). Many of these packages have a lot 
of styles they come with and offer easy configuration of custom styles. 
In other words: you surely can achieve the style you wish in LaTeX and 
if you can do so in LaTeX, you can do so in LyX as well. Unfortunately 
I do not know any good ressources for bibliography and citation styles 
in LaTeX, but may someone else does?


Regards,

Maksi




Re: Bibliography Style

2008-03-26 Thread Maksi
On 2008-03-26 12:47:11 +0100, "Julio Rojas" 
<[EMAIL PROTECTED]> said:



Do you know of any good site that helps you in the step-by-step
process of using BibLaTeX? The package manual is a good reference, but
not a good beginners help source.

I would like to see a sample file. I googled for one with no results.

Thx for your help.



I have been looking for such a site myself and I did not find one. 
Also, I find the manual of biblatex not very user-friendly written. 
Because of this I started editing some stuff that I know in the LyX 
wiki. There you will find instructions on how to use biblatex in LyX 
(so far it is possible with some effort) and a short biblatex style 
guide: http://wiki.lyx.org/BibTeX/Biblatex
I will add some information about customizing biblatex in LyX as soon 
as I learn how to do that :)


Maks




Re: BibLaTeX blues

2008-03-26 Thread Maksi
On 2008-03-26 19:20:37 +0100, "Julio Rojas" 
<[EMAIL PROTECTED]> said:



I have installed BibLaTeX, reconfigured MikTeX, updated a book class
to use it as the wiki says and... when I try to reconfigures LyX and
error telling me it cannot be reconfigured appears.

The messages says (free translation from spanish here):
Reconfiguration of the system has failed. The default text class is
bee used but LyX may not work correctly. Please, reconfigure if
needed.

I removed the new class from the layouts folder but the error keeps
appearing. I have close LyX and restarted it to no avail.

Any ideas?


Sorry to have talked you into using biblatex, Julio. It works fine for 
me (with the instructions from the wiki), but I have to admit to have 
no idea about MikTeX, but I still hope you will figure out how to use 
it. Lo siento :)


Maksi




Re: Request for screenshots

2008-03-25 Thread Maksi
On 2008-03-23 00:43:33 +0100, Rex C. Eastbourne 
[EMAIL PROTECTED] said:


It would be great if some people could send in some images, along the lines
of the attached image, that are nice graphical demonstrations of some
functionality of LyX (equations, images, references, bibliography, you name
it). especially if you have a nice, beautiful equation to send in :)

Send 'em over!

Rex


Great idea. For my diploma thesis (in German) I created a kind of 
»splash page« which has some definitions taken from dictionarys on it 
and is placed right before the actual text starts. In plain LaTeX 
exactly copying the definitions is a rather painful task and requires 
some editing like this 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-latex.tiff), 
whereas LyX makes it a lot easier and nicer to look at 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-lyx.tiff). 
Of course, both methods produce the same output 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-pdf.pdf).


Let me know, if you need higher quality screenshots.

Regards,

Maksi




Re: LyX logo

2008-03-25 Thread Maksi
On 2008-03-25 01:22:25 +0100, Joost Verburg 
[EMAIL PROTECTED] said:




Andre Poenitz wrote:

I'd like to have the bird in one way or the other.
Smoothing edges, adding something in the background
or similar I can live with...


A good logo should be recognized immediately. The bird is the only one
here that is somewhat unique. I don't know how it represents the LyX
brand and it may be more a mascot than a logo, but in my opinion we
should not change the logo unless we get one that is really
professionally designed.

In the meanwhile it may however be a good idea to stick to a single logo
instead of the current logo and banner. If the bird is combined with the
word LyX I would prefer the typeface to be more simple instead of the
rotated/colorful letters of the banner. Just as an example, I attached a
splash screen design with the logo that I think looks more professional.

Joost


image


Very nice splash screen, looks very modern. Also, it combines the bird 
and still makes a new layout. What typeface did you use? One 
possibility would be to use some LaTeX font for the written stuff (if 
you have not done yet, can not really tell), to have some kind of link 
to the typical LyX output right at the start of the program...


Maksi




Re: Request for screenshots

2008-03-25 Thread Maksi
On 2008-03-23 00:43:33 +0100, Rex C. Eastbourne 
[EMAIL PROTECTED] said:


It would be great if some people could send in some images, along the lines
of the attached image, that are nice graphical demonstrations of some
functionality of LyX (equations, images, references, bibliography, you name
it). especially if you have a nice, beautiful equation to send in :)

Send 'em over!

Rex


Great idea. For my diploma thesis (in German) I created a kind of 
»splash page« which has some definitions taken from dictionarys on it 
and is placed right before the actual text starts. In plain LaTeX 
exactly copying the definitions is a rather painful task and requires 
some editing like this 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-latex.tiff), 
whereas LyX makes it a lot easier and nicer to look at 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-lyx.tiff). 
Of course, both methods produce the same output 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-pdf.pdf).


Let me know, if you need higher quality screenshots.

Regards,

Maksi




Re: LyX logo

2008-03-25 Thread Maksi
On 2008-03-25 01:22:25 +0100, Joost Verburg 
[EMAIL PROTECTED] said:




Andre Poenitz wrote:

I'd like to have the bird in one way or the other.
Smoothing edges, adding something in the background
or similar I can live with...


A good logo should be recognized immediately. The bird is the only one
here that is somewhat unique. I don't know how it represents the LyX
brand and it may be more a mascot than a logo, but in my opinion we
should not change the logo unless we get one that is really
professionally designed.

In the meanwhile it may however be a good idea to stick to a single logo
instead of the current logo and banner. If the bird is combined with the
word LyX I would prefer the typeface to be more simple instead of the
rotated/colorful letters of the banner. Just as an example, I attached a
splash screen design with the logo that I think looks more professional.

Joost


image


Very nice splash screen, looks very modern. Also, it combines the bird 
and still makes a new layout. What typeface did you use? One 
possibility would be to use some LaTeX font for the written stuff (if 
you have not done yet, can not really tell), to have some kind of link 
to the typical LyX output right at the start of the program...


Maksi




Re: Request for screenshots

2008-03-25 Thread Maksi
On 2008-03-23 00:43:33 +0100, "Rex C. Eastbourne" 
<[EMAIL PROTECTED]> said:


It would be great if some people could send in some images, along the lines
of the attached image, that are nice graphical demonstrations of some
functionality of LyX (equations, images, references, bibliography, you name
it). especially if you have a nice, beautiful equation to send in :)

Send 'em over!

Rex


Great idea. For my diploma thesis (in German) I created a kind of 
»splash page« which has some definitions taken from dictionarys on it 
and is placed right before the actual text starts. In plain LaTeX 
exactly copying the definitions is a rather painful task and requires 
some editing like this 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-latex.tiff), 
whereas LyX makes it a lot easier and nicer to look at 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-lyx.tiff). 
Of course, both methods produce the same output 
(http://www.unet.univie.ac.at/~a0303098/public/lyx/definition-pdf.pdf).


Let me know, if you need higher quality screenshots.

Regards,

Maksi




Re: LyX logo

2008-03-25 Thread Maksi
On 2008-03-25 01:22:25 +0100, Joost Verburg 
<[EMAIL PROTECTED]> said:




Andre Poenitz wrote:

I'd like to have "the bird" in one way or the other.
Smoothing edges, adding something in the background
or similar I can live with...


A good logo should be recognized immediately. The bird is the only one
here that is somewhat unique. I don't know how it represents the "LyX
brand" and it may be more a mascot than a logo, but in my opinion we
should not change the logo unless we get one that is really
professionally designed.

In the meanwhile it may however be a good idea to stick to a single logo
instead of the current logo and banner. If the bird is combined with the
word LyX I would prefer the typeface to be more simple instead of the
rotated/colorful letters of the banner. Just as an example, I attached a
splash screen design with the logo that I think looks more professional.

Joost





Very nice splash screen, looks very modern. Also, it combines the bird 
and still makes a new layout. What typeface did you use? One 
possibility would be to use some LaTeX font for the written stuff (if 
you have not done yet, can not really tell), to have some kind of link 
to the typical LyX output right at the start of the program...


Maksi




Re: headlines fixed

2008-03-20 Thread Maksi
On 2008-03-19 20:11:43 +0100, diefettenjahre 
[EMAIL PROTECTED] said:



I found my biggest mistake.
The KOMA forum entries helped me on this on (missing
headline).
\ihead[]{Chapterbeginning Title}

If you want to have headlines as well for the plain sides, you gotta add
parameter to ihead:

\ihead[My plain side title]{Chapterbeginning Title}

Does anyone have a direct link to the coma docs?
The website is quite confusing...

bye :-)


You mean this? 
http://www.ctan.org/tex-archive/help/Catalogue/entries/koma-script.html


What I meant with you having to learn at least some LaTeX was that the 
template is using quite a lot of LaTeX to set up some individual stuff 
especially for TU (?) Dresden. Unless that look is what you really, 
really want, you will have to change some things. And then it might 
seem easier to start from scratch and build your own template (this way 
I learned a little bit about LaTeX) – that's what I meant with “having 
to learn LaTeX”.


Maksi




Re: Experiences with biblatex?

2008-03-20 Thread Maksi
On 2008-03-19 10:26:51 +0100, Dominik Waßenhoven 
[EMAIL PROTECTED] said:



Daniel Lohmann schrieb am 19.03.2008:

After finding myself spending more and more time with tweaking and  
customizing bibliography handling I am considering switching to  
biblatex.



[...]



1) Do you have to change your .bib-files?


Yes, slightly. biblatex introduces some new field types (like 
maintitle, subtitle, titleaddon etc.). In order to get your 
bibliography properly formatted, some changes to the bib file will be 
necessary. I used jurabib previously, and it took me about 2-3 hours 
with a 1000 entries bib file.


I have also switched to biblatex and did have to edit some of my 
bibliography entries, e.g. biblatex offers a Library field and I am not 
moving all data from “Location” to “Library” as it would otherwise 
display in my document and be a mistake. However, I think that biblatex 
really is the way to go and will some day replace all previous packages 
so I do not mind the extra work.





2) Does it work well with hyperref (including backref support and so  on)?


Yes, I have no problems so far.


Nor do I.




3) Do I really have to use the natbib options?


No, I don't use natbib at all. biblatex is absolutely independent from 
natbib, there is only a natbib-compatibility-mode in order to use 
natbib's commands (\citep, \citet etc.), not the ones biblatex provides 
(\parencite, \textcite etc.).


Dito. Just put it in the preamble and forget about it.



4) Why is it the case that the path to the bib-files has to be either  
absolute or the bib-file has to be in texmf? I really would like to  
avoid both.


I have all my bib files in my local texmf tree. But it should work if 
the bib file is in the same directory as the master tex file (though 
I'm not sure if LyX can handle this).


No, LyX can not handle this (in my experience). Also, I sometimes 
manage to give an absolute path and sometimes not, but it is okay for 
me to simply put them in the texmf-tree. In my “working directory” I 
simply put links to the bib-files.




5) Even though I never heard any complaints about the 0.7 version of  
biblatex, it is still considered as beta. Did you experience any  
problems while using it?


I am using it a lot, and for a long time, and I had no serious problems 
since version 0.6.


Same for me.



Regards,
Dominik.-


biblatex is a really, really cool package and is useful to anyone, from 
physics to philosophy students. As far as I can see, it will still take 
a while, until it will be useable in LyX as it has a completely 
different approach to BibTeX in comparison to all previous packages. It 
would be cool though to not only have it implemented in LyX some day, 
but also to have a comfortable set-up window/dialogue for it, where one 
could access all biblatex styles and options with the ease of a few 
mouse-clicks (and maybe even create custom styles). If I knew how to 
code, I would do that instantly but apart from some Turbo Pascal :) 
that I learned at grammar school many, many years ago, I do not know 
anything. However, integrating biblatex well into LyX would make LyX 
really attractive even to users who so far have only used Word and Word 
and Word and oh, ahem... Writer.


By the way, Dominik, do your custom-styles for biblatex work in LyX as 
well (using a TeXLive 2007 distribution, the MacTeX package from 
december 2007)?


Regards,

Maksi




Re: Experiences with biblatex?

2008-03-20 Thread Maksi
On 2008-03-20 14:09:17 +0100, Dominik Waßenhoven 
[EMAIL PROTECTED] said:



Maksi schrieb:


On 2008-03-19 10:26:51 +0100, Dominik Waßenhoven
[EMAIL PROTECTED] said:


Daniel Lohmann schrieb am 19.03.2008:


1) Do you have to change your .bib-files?


Yes, slightly. [...]


I have also switched to biblatex and did have to edit some of my
bibliography entries, e.g. biblatex offers a Library field and I am not
moving all data from “Location” to “Library” as it would otherwise
display in my document and be a mistake.


Huh? AFAIK 'library' is not printed in the standard biblatex styles,
whereas 'location' is the same as 'address' in traditional BibTeX
styles.


Yeah, right. Before biblatex I had this field in BibDesk called 
location and I could not figure what it was meant for so I used it for 
library data (which library has the book, running numbers and so on) 
but then learned that the library-field is smarter. So at the moment I 
am copying the info that used to be in location to library (for every 
single entry :))





By the way, Dominik, do your custom-styles for biblatex work in LyX as
well (using a TeXLive 2007 distribution, the MacTeX package from
december 2007)?


Sure, I use LyX with them without problems. You just have to load the
style (and some of the additional options, if you like) in the preamble,
that's all.


Nice :)



Regards,
Dominik.-


(btw. how do you translate »shorthand« from the biblatex-manual to 
German? Siglen? Also ein Siglenverzeichnis (z.B. KrV, KpV usw.?)






Re: headlines fixed

2008-03-20 Thread Maksi
On 2008-03-19 20:11:43 +0100, diefettenjahre 
[EMAIL PROTECTED] said:



I found my biggest mistake.
The KOMA forum entries helped me on this on (missing
headline).
\ihead[]{Chapterbeginning Title}

If you want to have headlines as well for the plain sides, you gotta add
parameter to ihead:

\ihead[My plain side title]{Chapterbeginning Title}

Does anyone have a direct link to the coma docs?
The website is quite confusing...

bye :-)


You mean this? 
http://www.ctan.org/tex-archive/help/Catalogue/entries/koma-script.html


What I meant with you having to learn at least some LaTeX was that the 
template is using quite a lot of LaTeX to set up some individual stuff 
especially for TU (?) Dresden. Unless that look is what you really, 
really want, you will have to change some things. And then it might 
seem easier to start from scratch and build your own template (this way 
I learned a little bit about LaTeX) – that's what I meant with “having 
to learn LaTeX”.


Maksi




Re: Experiences with biblatex?

2008-03-20 Thread Maksi
On 2008-03-19 10:26:51 +0100, Dominik Waßenhoven 
[EMAIL PROTECTED] said:



Daniel Lohmann schrieb am 19.03.2008:

After finding myself spending more and more time with tweaking and  
customizing bibliography handling I am considering switching to  
biblatex.



[...]



1) Do you have to change your .bib-files?


Yes, slightly. biblatex introduces some new field types (like 
maintitle, subtitle, titleaddon etc.). In order to get your 
bibliography properly formatted, some changes to the bib file will be 
necessary. I used jurabib previously, and it took me about 2-3 hours 
with a 1000 entries bib file.


I have also switched to biblatex and did have to edit some of my 
bibliography entries, e.g. biblatex offers a Library field and I am not 
moving all data from “Location” to “Library” as it would otherwise 
display in my document and be a mistake. However, I think that biblatex 
really is the way to go and will some day replace all previous packages 
so I do not mind the extra work.





2) Does it work well with hyperref (including backref support and so  on)?


Yes, I have no problems so far.


Nor do I.




3) Do I really have to use the natbib options?


No, I don't use natbib at all. biblatex is absolutely independent from 
natbib, there is only a natbib-compatibility-mode in order to use 
natbib's commands (\citep, \citet etc.), not the ones biblatex provides 
(\parencite, \textcite etc.).


Dito. Just put it in the preamble and forget about it.



4) Why is it the case that the path to the bib-files has to be either  
absolute or the bib-file has to be in texmf? I really would like to  
avoid both.


I have all my bib files in my local texmf tree. But it should work if 
the bib file is in the same directory as the master tex file (though 
I'm not sure if LyX can handle this).


No, LyX can not handle this (in my experience). Also, I sometimes 
manage to give an absolute path and sometimes not, but it is okay for 
me to simply put them in the texmf-tree. In my “working directory” I 
simply put links to the bib-files.




5) Even though I never heard any complaints about the 0.7 version of  
biblatex, it is still considered as beta. Did you experience any  
problems while using it?


I am using it a lot, and for a long time, and I had no serious problems 
since version 0.6.


Same for me.



Regards,
Dominik.-


biblatex is a really, really cool package and is useful to anyone, from 
physics to philosophy students. As far as I can see, it will still take 
a while, until it will be useable in LyX as it has a completely 
different approach to BibTeX in comparison to all previous packages. It 
would be cool though to not only have it implemented in LyX some day, 
but also to have a comfortable set-up window/dialogue for it, where one 
could access all biblatex styles and options with the ease of a few 
mouse-clicks (and maybe even create custom styles). If I knew how to 
code, I would do that instantly but apart from some Turbo Pascal :) 
that I learned at grammar school many, many years ago, I do not know 
anything. However, integrating biblatex well into LyX would make LyX 
really attractive even to users who so far have only used Word and Word 
and Word and oh, ahem... Writer.


By the way, Dominik, do your custom-styles for biblatex work in LyX as 
well (using a TeXLive 2007 distribution, the MacTeX package from 
december 2007)?


Regards,

Maksi




Re: Experiences with biblatex?

2008-03-20 Thread Maksi
On 2008-03-20 14:09:17 +0100, Dominik Waßenhoven 
[EMAIL PROTECTED] said:



Maksi schrieb:


On 2008-03-19 10:26:51 +0100, Dominik Waßenhoven
[EMAIL PROTECTED] said:


Daniel Lohmann schrieb am 19.03.2008:


1) Do you have to change your .bib-files?


Yes, slightly. [...]


I have also switched to biblatex and did have to edit some of my
bibliography entries, e.g. biblatex offers a Library field and I am not
moving all data from “Location” to “Library” as it would otherwise
display in my document and be a mistake.


Huh? AFAIK 'library' is not printed in the standard biblatex styles,
whereas 'location' is the same as 'address' in traditional BibTeX
styles.


Yeah, right. Before biblatex I had this field in BibDesk called 
location and I could not figure what it was meant for so I used it for 
library data (which library has the book, running numbers and so on) 
but then learned that the library-field is smarter. So at the moment I 
am copying the info that used to be in location to library (for every 
single entry :))





By the way, Dominik, do your custom-styles for biblatex work in LyX as
well (using a TeXLive 2007 distribution, the MacTeX package from
december 2007)?


Sure, I use LyX with them without problems. You just have to load the
style (and some of the additional options, if you like) in the preamble,
that's all.


Nice :)



Regards,
Dominik.-


(btw. how do you translate »shorthand« from the biblatex-manual to 
German? Siglen? Also ein Siglenverzeichnis (z.B. KrV, KpV usw.?)






Re: headlines fixed

2008-03-20 Thread Maksi
On 2008-03-19 20:11:43 +0100, diefettenjahre 
<[EMAIL PROTECTED]> said:



I found my biggest mistake.
The KOMA forum entries helped me on this on (missing
headline).
"\ihead[]{Chapterbeginning Title}"

If you want to have headlines as well for the plain sides, you gotta add
parameter to ihead:

"\ihead[My plain side title]{Chapterbeginning Title}"

Does anyone have a direct link to the coma docs?
The website is quite confusing...

bye :-)


You mean this? 
http://www.ctan.org/tex-archive/help/Catalogue/entries/koma-script.html


What I meant with you having to learn at least some LaTeX was that the 
template is using quite a lot of LaTeX to set up some individual stuff 
especially for TU (?) Dresden. Unless that look is what you really, 
really want, you will have to change some things. And then it might 
seem easier to start from scratch and build your own template (this way 
I learned a little bit about LaTeX) – that's what I meant with “having 
to learn LaTeX”.


Maksi




Re: Experiences with biblatex?

2008-03-20 Thread Maksi
On 2008-03-19 10:26:51 +0100, Dominik Waßenhoven 
<[EMAIL PROTECTED]> said:



Daniel Lohmann schrieb am 19.03.2008:

After finding myself spending more and more time with tweaking and  
customizing bibliography handling I am considering switching to  
biblatex.



[...]



1) Do you have to change your .bib-files?


Yes, slightly. biblatex introduces some new field types (like 
maintitle, subtitle, titleaddon etc.). In order to get your 
bibliography properly formatted, some changes to the bib file will be 
necessary. I used jurabib previously, and it took me about 2-3 hours 
with a >1000 entries bib file.


I have also switched to biblatex and did have to edit some of my 
bibliography entries, e.g. biblatex offers a Library field and I am not 
moving all data from “Location” to “Library” as it would otherwise 
display in my document and be a mistake. However, I think that biblatex 
really is the way to go and will some day replace all previous packages 
so I do not mind the extra work.





2) Does it work well with hyperref (including backref support and so  on)?


Yes, I have no problems so far.


Nor do I.




3) Do I really have to use the natbib options?


No, I don't use natbib at all. biblatex is absolutely independent from 
natbib, there is only a natbib-compatibility-mode in order to use 
natbib's commands (\citep, \citet etc.), not the ones biblatex provides 
(\parencite, \textcite etc.).


Dito. Just put it in the preamble and forget about it.



4) Why is it the case that the path to the bib-files has to be either  
absolute or the bib-file has to be in texmf? I really would like to  
avoid both.


I have all my bib files in my local texmf tree. But it should work if 
the bib file is in the same directory as the master tex file (though 
I'm not sure if LyX can handle this).


No, LyX can not handle this (in my experience). Also, I sometimes 
manage to give an absolute path and sometimes not, but it is okay for 
me to simply put them in the texmf-tree. In my “working directory” I 
simply put links to the bib-files.




5) Even though I never heard any complaints about the 0.7 version of  
biblatex, it is still considered as "beta". Did you experience any  
problems while using it?


I am using it a lot, and for a long time, and I had no serious problems 
since version 0.6.


Same for me.



Regards,
Dominik.-


biblatex is a really, really cool package and is useful to anyone, from 
physics to philosophy students. As far as I can see, it will still take 
a while, until it will be useable in LyX as it has a completely 
different approach to BibTeX in comparison to all previous packages. It 
would be cool though to not only have it implemented in LyX some day, 
but also to have a comfortable set-up window/dialogue for it, where one 
could access all biblatex styles and options with the ease of a few 
mouse-clicks (and maybe even create custom styles). If I knew how to 
code, I would do that instantly but apart from some Turbo Pascal :) 
that I learned at grammar school many, many years ago, I do not know 
anything. However, integrating biblatex well into LyX would make LyX 
really attractive even to users who so far have only used Word and Word 
and Word and oh, ahem... Writer.


By the way, Dominik, do your custom-styles for biblatex work in LyX as 
well (using a TeXLive 2007 distribution, the MacTeX package from 
december 2007)?


Regards,

Maksi




Re: Experiences with biblatex?

2008-03-20 Thread Maksi
On 2008-03-20 14:09:17 +0100, Dominik Waßenhoven 
<[EMAIL PROTECTED]> said:



Maksi schrieb:


On 2008-03-19 10:26:51 +0100, Dominik Waßenhoven
<[EMAIL PROTECTED]> said:


Daniel Lohmann schrieb am 19.03.2008:


1) Do you have to change your .bib-files?


Yes, slightly. [...]


I have also switched to biblatex and did have to edit some of my
bibliography entries, e.g. biblatex offers a Library field and I am not
moving all data from “Location” to “Library” as it would otherwise
display in my document and be a mistake.


Huh? AFAIK 'library' is not printed in the standard biblatex styles,
whereas 'location' is the same as 'address' in traditional BibTeX
styles.


Yeah, right. Before biblatex I had this field in BibDesk called 
location and I could not figure what it was meant for so I used it for 
library data (which library has the book, running numbers and so on) 
but then learned that the library-field is smarter. So at the moment I 
am copying the info that used to be in location to library (for every 
single entry :))





By the way, Dominik, do your custom-styles for biblatex work in LyX as
well (using a TeXLive 2007 distribution, the MacTeX package from
december 2007)?


Sure, I use LyX with them without problems. You just have to load the
style (and some of the additional options, if you like) in the preamble,
that's all.


Nice :)



Regards,
Dominik.-


(btw. how do you translate »shorthand« from the biblatex-manual to 
German? Siglen? Also ein Siglenverzeichnis (z.B. KrV, KpV usw.?)






Re: Bachelor Thesis template from thesis-template.com

2008-03-18 Thread Maksi
On 2008-03-18 17:34:51 +0100, diefettenjahre 
[EMAIL PROTECTED] said:



Hello everyone,


I'm pretty new to Lyx and I would like to use it in order to write my Bachelor
Thesis within the next few months.
As the newbie I am - I've got some questions about different aspects, mostly
about a template I found online.

Starting with the template: It has been published as a template for the TU
Dresden at www.thesis-template.com I changed a lot according to my needs but
experienced some problems:

1.) The whole document (excepting the title) should have headlines. But somehow
there are no headlines at the TOC and the following page. What do I have to
change in order to get headlines there as well?
2.) a) How can I change the appearance of various indexes (such as list of
figures, tables and abbreviations) in the TOC?
Consider e.g. the bibtex-index: I can do a right-click and mark the 
checkbox and

it's listed. But what to do for the other indexes?
b) Moreover, is it even possible to assign them a chapter number? Let's 
say my
7th chapter is 'Indexes' containing list of figures at 7.1 and list of
abbreviations at 7.2 and so on... How to achieve that?

And finally just a minor problem - rather a question:
3.) How to insert a non-breaking hyphen? Is there any better way than using
mbox? I read that there's a command for LaTeX (~-) or something similar. But
this one's not working in Lyx. Suggestions anyone?

I would really appreciate if someone might help me on these problems.
Thanks in Advance and have a nice day.

Sunny regards from Berlin, Germany.


I took only a quick look at the template and can not answer your 
questions but wanted to give you some general advice. The template is 
based on KOMA-Script, which has a very well written German manual, 
which I highly recommend. Many of your questions regarding 
customization are KOMA-related questions in the end and for many of 
them you will need to put LaTeX-code either in the preamble or via ERT. 
The KOMA-handbook will help you to find out, what code to put where.


And, by the way, if you do not need to use the template from Dresden in 
Berlin, then you might as well make your own template, based of 
preferrable KOMA-Book or Memoir (rather than the standard classes). 
Simply start with the basic documents and slowly set up your document 
the way you need it.


Snowy greetings from Vienna,

Maksi




Re: Bachelor Thesis template from thesis-template.com

2008-03-18 Thread Maksi
On 2008-03-18 17:34:51 +0100, diefettenjahre 
[EMAIL PROTECTED] said:



Hello everyone,


I'm pretty new to Lyx and I would like to use it in order to write my Bachelor
Thesis within the next few months.
As the newbie I am - I've got some questions about different aspects, mostly
about a template I found online.

Starting with the template: It has been published as a template for the TU
Dresden at www.thesis-template.com I changed a lot according to my needs but
experienced some problems:

1.) The whole document (excepting the title) should have headlines. But somehow
there are no headlines at the TOC and the following page. What do I have to
change in order to get headlines there as well?
2.) a) How can I change the appearance of various indexes (such as list of
figures, tables and abbreviations) in the TOC?
Consider e.g. the bibtex-index: I can do a right-click and mark the 
checkbox and

it's listed. But what to do for the other indexes?
b) Moreover, is it even possible to assign them a chapter number? Let's 
say my
7th chapter is 'Indexes' containing list of figures at 7.1 and list of
abbreviations at 7.2 and so on... How to achieve that?

And finally just a minor problem - rather a question:
3.) How to insert a non-breaking hyphen? Is there any better way than using
mbox? I read that there's a command for LaTeX (~-) or something similar. But
this one's not working in Lyx. Suggestions anyone?

I would really appreciate if someone might help me on these problems.
Thanks in Advance and have a nice day.

Sunny regards from Berlin, Germany.


I took only a quick look at the template and can not answer your 
questions but wanted to give you some general advice. The template is 
based on KOMA-Script, which has a very well written German manual, 
which I highly recommend. Many of your questions regarding 
customization are KOMA-related questions in the end and for many of 
them you will need to put LaTeX-code either in the preamble or via ERT. 
The KOMA-handbook will help you to find out, what code to put where.


And, by the way, if you do not need to use the template from Dresden in 
Berlin, then you might as well make your own template, based of 
preferrable KOMA-Book or Memoir (rather than the standard classes). 
Simply start with the basic documents and slowly set up your document 
the way you need it.


Snowy greetings from Vienna,

Maksi




Re: Bachelor Thesis template from thesis-template.com

2008-03-18 Thread Maksi
On 2008-03-18 17:34:51 +0100, diefettenjahre 
<[EMAIL PROTECTED]> said:



Hello everyone,


I'm pretty new to Lyx and I would like to use it in order to write my Bachelor
Thesis within the next few months.
As the newbie I am - I've got some questions about different aspects, mostly
about a template I found online.

Starting with the template: It has been published as a template for the TU
Dresden at www.thesis-template.com I changed a lot according to my needs but
experienced some problems:

1.) The whole document (excepting the title) should have headlines. But somehow
there are no headlines at the TOC and the following page. What do I have to
change in order to get headlines there as well?
2.) a) How can I change the appearance of various indexes (such as list of
figures, tables and abbreviations) in the TOC?
Consider e.g. the bibtex-index: I can do a right-click and mark the 
checkbox and

it's listed. But what to do for the other indexes?
b) Moreover, is it even possible to assign them a chapter number? Let's 
say my
7th chapter is 'Indexes' containing list of figures at 7.1 and list of
abbreviations at 7.2 and so on... How to achieve that?

And finally just a minor problem - rather a question:
3.) How to insert a non-breaking hyphen? Is there any better way than using
mbox? I read that there's a command for LaTeX (~-) or something similar. But
this one's not working in Lyx. Suggestions anyone?

I would really appreciate if someone might help me on these problems.
Thanks in Advance and have a nice day.

Sunny regards from Berlin, Germany.


I took only a quick look at the template and can not answer your 
questions but wanted to give you some general advice. The template is 
based on KOMA-Script, which has a very well written German manual, 
which I highly recommend. Many of your questions regarding 
customization are KOMA-related questions in the end and for many of 
them you will need to put LaTeX-code either in the preamble or via ERT. 
The KOMA-handbook will help you to find out, what code to put where.


And, by the way, if you do not need to use the template from Dresden in 
Berlin, then you might as well make your own template, based of 
preferrable KOMA-Book or Memoir (rather than the standard classes). 
Simply start with the basic documents and slowly set up your document 
the way you need it.


Snowy greetings from Vienna,

Maksi