Search found 7 matches

by mariana
Tue May 12, 2015 12:34 pm
Forum: BibTeX, biblatex and biber
Topic: multibib: can get the multi-references list on the final doc
Replies: 10
Views: 11208

multibib: can get the multi-references list on the final doc

It WORKED! in the end...so simple!

Thank you for all your work and preserverance.

The Community is powerful!

:D
by mariana
Tue May 12, 2015 12:00 pm
Forum: BibTeX, biblatex and biber
Topic: multibib: can get the multi-references list on the final doc
Replies: 10
Views: 11208

Re: multibib: can get the multi-references list on the final

I did what you have asked. And now i have the error:

"file multibib.sty not found!"

:roll:
by mariana
Mon May 11, 2015 6:44 pm
Forum: BibTeX, biblatex and biber
Topic: multibib: can get the multi-references list on the final doc
Replies: 10
Views: 11208

multibib: can get the multi-references list on the final doc

:o I thought you were God....
Here you have (sorry!):
\documentclass{article}
\usepackage{multibib}
\newcites{articles}{Artigos em Congressos}
\bibliographystylearticles{IEEEtran}
\begin{document}
\section{Publications}
\nocitearticles{*}
\bibliographyarticles{articles}
\end{document}

LOg file ...
by mariana
Mon May 11, 2015 6:32 pm
Forum: BibTeX, biblatex and biber
Topic: multibib: can get the multi-references list on the final doc
Replies: 10
Views: 11208

Re: multibib: can get the multi-references list on the final

I did only with articles. The same problem...
by mariana
Mon May 11, 2015 4:23 pm
Forum: BibTeX, biblatex and biber
Topic: multibib: can get the multi-references list on the final doc
Replies: 10
Views: 11208

multibib: can get the multi-references list on the final doc

I have done my PhD Thesis with bibtex.
I loved Latex.

So I am used to bibtex and Latex, and I use bibtex in my papers, and they all work fine.

These files are extracts of my bib.bib file (with hundreds of entries).

This minimal example work like a charm:
\documentclass{article ...
by mariana
Mon May 11, 2015 4:00 pm
Forum: BibTeX, biblatex and biber
Topic: multibib: can get the multi-references list on the final doc
Replies: 10
Views: 11208

multibib: can get the multi-references list on the final doc

I am doing a CV using moderncv and I want to have a publications section with different subsections: Articles in confs, papers in journals, books and posters.

I have tried it with no success. I get one sentence in the pdf final file: "1. Publications" and nothing else. the log file tells me that ...
by mariana
Mon May 21, 2012 12:08 am
Forum: BibTeX, biblatex and biber
Topic: Problem with aux file for .bib file
Replies: 16
Views: 174658

Re: Problem with aux file for .bib file

I had the same problem. Read all the threads here.
And then just realised that my latex file had an error in a footnote (forgot to close).

So it is perfectly normal that some of these described errors are not GUI errors neither Latex errors but a mistake in any place of the file.

If you got an ...