Search found 58 matches

by 21did21
Sun Feb 02, 2014 1:16 am
Forum: Graphics, Figures & Tables
Topic: Migration from PDF to EPS Files
Replies: 1
Views: 4103

Migration from PDF to EPS Files

I have found this under TeXstudio.
  • Compiler -> LaTeX
  • Build&View -> DVI-PS-PDF
Then compile with "simple arrow" in TeXstudio and then Build&View with "double arrow".
by 21did21
Sat Feb 01, 2014 12:59 pm
Forum: Graphics, Figures & Tables
Topic: Migration from PDF to EPS Files
Replies: 1
Views: 4103

Migration from PDF to EPS Files

Hello all,

I use TeXstudio and LaTeX since a long time and I have always used PDF files for my figures. It works very well and I have been no problems.

But today, a friend send to me a document which works with EPS figures. My problem is that I don't understand what I have to modify in order to ...
by 21did21
Sun Oct 06, 2013 10:02 pm
Forum: Graphics, Figures & Tables
Topic: Conflict of Package Versions in custom Class
Replies: 2
Views: 7560

Re: Conflict of Package Versions in custom Class

Thanks for your help!

The problem was in the class file. Now it's OK. I have suppressed them.
by 21did21
Sun Oct 06, 2013 7:41 pm
Forum: Graphics, Figures & Tables
Topic: Conflict of Package Versions in custom Class
Replies: 2
Views: 7560

Conflict of Package Versions in custom Class

Hi all,

I have a document within I use the package graphicx and all works nice. The problem is that today I have tried to introduce the package subfig in my document and now I have compilation problems:

caption: You can't use both, the (obsolete) caption2 *and* the (current)
caption package ...
by 21did21
Wed Mar 06, 2013 1:15 am
Forum: General
Topic: Capabilities of "latexdiff"
Replies: 10
Views: 13017

Re: Capabilities of "latexdiff"

now all is OK thanks !

it was a problem in the path and in one extension :)

cheers
by 21did21
Tue Mar 05, 2013 9:23 pm
Forum: General
Topic: Capabilities of "latexdiff"
Replies: 10
Views: 13017

Capabilities of "latexdiff"

thanks for your help !

i was on this website :
http://www.peteryu.ca/tutorials/publishing/latexdiff

and i have installed "strawberry Perl" and "Miktex" for windows. These two tool are installed now on my computer.

Now, if i open a "command windows" and i put in DOS :
latexdiff-so a.tex b.tex ...
by 21did21
Tue Mar 05, 2013 10:38 am
Forum: General
Topic: Capabilities of "latexdiff"
Replies: 10
Views: 13017

Capabilities of "latexdiff"

Hello all,

I am novice with LaTeX and one of my friend want to me that i install "latexdiff" to work with him. I don't know "latexdiff" and i don't understand very well what i can make with it.

Can you explain to me some comment about this?

PS: "latexdiff" exists on Windows or only on Linux? (It ...
by 21did21
Fri Feb 08, 2013 5:15 pm
Forum: BibTeX, biblatex and biber
Topic: jabref : special caracters ?
Replies: 3
Views: 4172

Re: jabref : special caracters ?

when i write for example, in my .bib (with jabref), in author section :
-------------------------------------------------------------------------
1) H\¨o luy
2) T\ae r
the result is :
---------------
1) Hluy
2) Tr
If i put rather this :
---------------------
3) H\¨oluy

the result is one error ...
by 21did21
Fri Feb 08, 2013 2:54 pm
Forum: BibTeX, biblatex and biber
Topic: jabref : special caracters ?
Replies: 3
Views: 4172

jabref : special caracters ?

Hello all,

i have a question :
- how can we insert special carateres in jabref (.bib) ?

i am this because i have tried to put "\ae" or "\o" and it don't work :
i have an error during compilation of Bibtex...

thanks for your help

see you
by 21did21
Thu Mar 08, 2012 3:38 pm
Forum: BibTeX, biblatex and biber
Topic: multiple citations
Replies: 1
Views: 1682

multiple citations

Hello world,

i don't understand with latex how we can cite multiple things ?

Example 1 : if i want to cite some autors
------------------
\citep{book1,book2}
=> output :
[1,2]

Example 2 : if i want to cite lot of autors
------------------
\citep{book1,book2,book3,book4,book5,book6}
=> output ...