Search found 23 matches

by Matifou
Wed Jul 13, 2011 11:16 am
Forum: General
Topic: Looking for a LaTeX consultant
Replies: 1
Views: 1359

Looking for a LaTeX consultant

Hi

(hope I chosed the right category in this forum for this request).

We are looking for a LaTeX expert who will design a LaTeX template for a book, and typeset it.

We welcome everyone one interested in contacting us directly for details: Matthieu \dot\ Stigler \at\ fao \dot\ org

Thanks

Matthieu
by Matifou
Tue Apr 12, 2011 11:26 pm
Forum: General
Topic: Enumerate: do not reset counter each time
Replies: 3
Views: 3767

Re: Enumerate: do not reset counter each time

Thanks a lot for your fats answer!

Indeed, enumitem does what I wish, with the [resume] option. However, I forgot to mention that I am looking for a solution working for the beamer package. It seems there are many conflicts between enumitem and beamer, and I could not get working it.

Would you be ...
by Matifou
Tue Apr 12, 2011 11:02 pm
Forum: General
Topic: Enumerate: do not reset counter each time
Replies: 3
Views: 3767

Enumerate: do not reset counter each time

Hi

My request can seem a little bit funny... I wish to have enumerate lists that do not reset the counter each time, I mean even if I close the enumerate, the folowing enum block will keep same number...

Any idea on how one can do this? Looked through the net but did not find :-(

Thanks!!
by Matifou
Thu Feb 24, 2011 2:13 pm
Forum: General
Topic: Different Depth for ToC and LoF/LoT?
Replies: 2
Views: 2528

Re: Different Depth for ToC and LoF/LoT?

Great! It was actually quite simple, just introducing the command twice!

Thanks a lot, and sorry for not providing a minimal example!
by Matifou
Thu Feb 24, 2011 11:46 am
Forum: General
Topic: Different Depth for ToC and LoF/LoT?
Replies: 2
Views: 2528

Different Depth for ToC and LoF/LoT?

Hi

I wish to have a different counter depth for TOC than for LO (tables, figures, ...). This comes from the fact that for a book, I only want to show thte chapter title (depth 0), but still want to have a non-empty list of tables...

Is it possible to define two different counters? Do I need to ...
by Matifou
Wed Feb 02, 2011 3:16 pm
Forum: BibTeX, biblatex and biber
Topic: Capitalize first letter of each title sentence?
Replies: 4
Views: 5995

Re: Capitalize first letter of each title sentence?

Dear Frabjous

Thanks so much for providing these more than detailed explanations! Very kind of you! I will go through them but consider definitely the topic as resolved!

Thanks again!
by Matifou
Wed Feb 02, 2011 3:15 pm
Forum: BibTeX, biblatex and biber
Topic: Installing BiBTeX Styles
Replies: 5
Views: 5003

Re: Installing BiBTeX Styles

Mmh, to answer your questions:

1: I think in folder /layouts/ in your user folder (check Help-> About Lyx)

2: I put it randomdly, and simply in the preamble give the path to it:
\usepackage{../../../style}

3: I'm not sure you need .bbx and .cbx When using biblio, I just indicate style in the ...
by Matifou
Tue Feb 01, 2011 7:07 pm
Forum: BibTeX, biblatex and biber
Topic: Capitalize first letter of each title sentence?
Replies: 4
Views: 5995

Re: Capitalize first letter of each title sentence?

well it is this change.case function actually (so not really .bst dependent I think), so yes indeed very difficult to change...

Regexp is a good idea, I have the editor but not the brain! :-) Any small hint I could work on? I guess rule should specify check only title line, replace letter by ...
by Matifou
Tue Feb 01, 2011 7:01 pm
Forum: BibTeX, biblatex and biber
Topic: Installing BiBTeX Styles
Replies: 5
Views: 5003

Re: Installing BiBTeX Styles

Well there are some tutorials where you will find where to install the stuff. I must confess I just put them anywhere, and give the absolute path in Lyx. No need to install in some special directory I think for Lyx.

Mat
by Matifou
Mon Jan 31, 2011 11:53 am
Forum: BibTeX, biblatex and biber
Topic: Capitalize first letter of each title sentence?
Replies: 4
Views: 5995

Capitalize first letter of each title sentence?

Hi

Bibtex by default will "de-capitalize" article titles, keeping only the first letter of whole title. This make sense, but if I have a two sentences title, I get something like:
BibTeX guide. the difficulty of getting capitals

Sure I could add in each citation a {} for first letter of second ...