Search found 16 matches

by nicr
Thu Nov 19, 2015 3:11 pm
Forum: Text Formatting
Topic: space before :
Replies: 4
Views: 4770

space before :

Thank you Johannes_B,
I found that I have

Code: Select all

\usepackage{caption}
\DeclareCaptionLabelSeparator{colonfr}{~: }
This should be the reason.
Thank you again :-)
by nicr
Thu Nov 19, 2015 1:34 pm
Forum: Text Formatting
Topic: space before :
Replies: 4
Views: 4770

space before :

Hello every body,

When I write
HF:HNO$_3$:H$_2$O
15:1:2,5
I get
HF :HNO3 :H20
15 :1 :2,5
The problem is the space before :. Please, would someone know why I get a space before each : that I wrote? :-)
by nicr
Mon Nov 16, 2015 9:59 pm
Forum: Math & Science
Topic: how to write a big {
Replies: 2
Views: 3933

Re: how to write a big {

Thank you very much Johannes_B :-)
I tried \left{ but not \left\{
by nicr
Mon Nov 16, 2015 7:50 pm
Forum: Math & Science
Topic: how to write a big {
Replies: 2
Views: 3933

how to write a big {

Hi everybody,

Please, does someone know how to write { and }? There is \{ and \} but they are too little. I would like them as big as \left( and \right). The text is in the align environment and I just have 1-\cos\left[\left(\frac{n}{N}\right)^{5}\right] in between.

Than you :-)
by nicr
Tue Nov 11, 2014 11:59 am
Forum: Page Layout
Topic: bibliography for each chapter at the end of the book
Replies: 6
Views: 8824

Re: bibliography for each chapter at the end of the book

Dear Johannes,

I am very very sorry.
I should have been more specific asking you for a general answer or asking you what those errors mean.
Your answers "You are trying to use chapters in an article document (where no chapters exist)" and "When using biblatex, there is no reason to load natbib as ...
by nicr
Mon Nov 10, 2014 11:17 pm
Forum: Page Layout
Topic: bibliography for each chapter at the end of the book
Replies: 6
Views: 8824

bibliography for each chapter at the end of the book

Thank you very much Johannes! That is what I am looking for. :-)

Next point: I can compile a first chapter without the code concerning biber in the (Latex-> pdflatex biber) mode with only 3 errors, but I have numerous errors when I insert in Johanne's code.
The 3 errors are:
- "Package natbib Error ...
by nicr
Mon Nov 10, 2014 11:17 am
Forum: Page Layout
Topic: bibliography for each chapter at the end of the book
Replies: 6
Views: 8824

Re: bibliography for each chapter at the end of the book

Thank you very much Johannes for your answer.
There are three bibliographies in the pdf that I've uploaded for you: One after each chapter (let's call them Bibli I and Bibli II) and one normal at the end (let's call it Bibli). So we have now in the pdf mic:
Chapter I
Bibli I
Chapter II
Bibli II ...
by nicr
Sun Nov 09, 2014 8:16 pm
Forum: Page Layout
Topic: bibliography for each chapter at the end of the book
Replies: 6
Views: 8824

bibliography for each chapter at the end of the book

Hi Everyone :-)

I would like to have the bibliographies of the chapters of my book at its end.
I did succeed to do it one year ago, but I'm no longer able to do it.

Meanwhile I updated MikeTex, Biber and Texniccenter yesterday.

With Texniccenter:
I can compile a first time (with pdflatex) but not ...
by nicr
Wed Sep 25, 2013 11:58 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography incompatible with Author-Year Citations
Replies: 4
Views: 36721

Re: Bibliography incompatible with Author-Year Citations

Thank you very much Johannes_B und Thorsten for your answers.
_ Johannes_B: I already have Latex Biber. I use it only when I want to compile over some chapters which have their own bibliographies.
_ Thorsten: Indeed. Since I suppressed the alpha-fr style, there is no failure anymore.
Thanks once ...
by nicr
Tue Sep 24, 2013 11:25 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography incompatible with Author-Year Citations
Replies: 4
Views: 36721

Bibliography incompatible with Author-Year Citations

Hi :-) :-)

I'm always receiving the following message:
Package natbib error: Bibliography not compatible with author-year citations.
Please, could someone help me?

My files are:

\input{settings}
\begin{document}
\include{texs/draft}
\bibliographystyle{alpha-fr}
\bibliography{biblio/essai}
\end ...