Search found 40 matches

by BastienBastien
Fri Jan 12, 2018 5:44 pm
Forum: Graphics, Figures & Tables
Topic: \listoftheorems but change the Title
Replies: 1
Views: 1933

\listoftheorems but change the Title

Hello guys,

I use the code:

\thispagestyle{empty}
\listoftheorems
\thispagestyle{empty}

to print all the "Définitions" names, but I would need to write "Liste des définitions" instead.
Could you please tell me how can I change it?
I have tried:

\thispagestyle{empty}
\listoftheorems[Liste des ...
by BastienBastien
Mon Dec 25, 2017 9:51 pm
Forum: Math & Science
Topic: [SOLVED] use string variables
Replies: 4
Views: 14026

use string variables

Thanks Stefan!
by BastienBastien
Sat Dec 23, 2017 11:54 am
Forum: Math & Science
Topic: [SOLVED] use string variables
Replies: 4
Views: 14026

use string variables

Hi Stefan,

Yep for sure and I even use it a little bit.
But I though may be there is something more suitable to such usage.
Ok thanks I'll use this command.

Regards,
Bastien
by BastienBastien
Fri Dec 22, 2017 11:23 pm
Forum: Math & Science
Topic: [SOLVED] use string variables
Replies: 4
Views: 14026

[SOLVED] use string variables

Hello LaTeX users,
Do you know whether it is possible to use "string variables"
to simplify some LaTeX code. For instance, one could write
something that looks like:

STR1 = "\alpha+\beta"
STR2 = "\gamma bla bla bla"
STR3 = "Hello this is a complex equation!"
STR4 = "Please help me guys ...
by BastienBastien
Tue Dec 05, 2017 5:52 pm
Forum: BibTeX, biblatex and biber
Topic: [SOLVED] best way to cite a Wikipedia webpage
Replies: 3
Views: 14787

best way to cite a Wikipedia webpage

Hi,
Ahah yes there is a "Cite this page" button on each Wikipedia page.
I didn't know.
Thanks guys.
by BastienBastien
Sat Dec 02, 2017 6:30 pm
Forum: BibTeX, biblatex and biber
Topic: [SOLVED] best way to cite a Wikipedia webpage
Replies: 3
Views: 14787

[SOLVED] best way to cite a Wikipedia webpage

Hello Dears,
Do you know what is the best way to cite a Wikipedia webpage ?
I do it like that:

ZOTERO -> Webpage
and I set
author = Wikipedia
URL=https://blablabla

Do you think this is the best ay?
Or do you think this is an ugly workaround?
by BastienBastien
Sat Dec 02, 2017 6:27 pm
Forum: BibTeX, biblatex and biber
Topic: [SOLVED] several bib files for several bibliographies
Replies: 2
Views: 24782

[SOLVED] several bib files for several bibliographies

Thanks boy,
I gave it a try and it works fine!
by BastienBastien
Sun Nov 26, 2017 5:47 pm
Forum: BibTeX, biblatex and biber
Topic: [SOLVED] several bib files for several bibliographies
Replies: 2
Views: 24782

[SOLVED] several bib files for several bibliographies

Hello Dear LaTeX users,

I've got a problem!
I am writing a document, and I use two different BIB files, so that it makes my life easier.
And to make the life of the reader easier, I would like to keep TWO bibliographies at the end of my document.

Here is my code:

\usepackage[backend=biber ...
by BastienBastien
Mon Aug 14, 2017 4:23 pm
Forum: Math & Science
Topic: big left brace with multiline eqnarray
Replies: 11
Views: 35372

big left brace with multiline eqnarray

Hi,
It is almost perfekt, as it requires to edit the tag in case you add or remove some equations before.
But if there is no better/elegant solution, then I will use this tag solution.
Thks
by BastienBastien
Fri Aug 11, 2017 5:51 pm
Forum: Math & Science
Topic: big left brace with multiline eqnarray
Replies: 11
Views: 35372

big left brace with multiline eqnarray

Ahah yes I have missed it.
I will give it a try this evening.