EloyAnguianoRey / tfgtfmthesisuam

1 stars 0 forks source link

\fullcite or equivalent not working #3

Open DStrelak opened 2 years ago

DStrelak commented 2 years ago

One cannot use \fullcite from bibtex package, as this template uses cite package. Replacing cite by bibtex resulted in no bibliography at all, and I was unable to find out why.

Workaround via \usepackage{natbib} and \usepackage{bibentry} also does not work. The \bibentryis simply ignored, i.e. no text is present in the pdf.

DStrelak commented 2 years ago

What have worked for me was:

 \newcommand{\bibliographyconfig}[2][ieeetr]
 {
    \@bibliographymodebooltrue
+   \nobibliography*
    \providecommand*\@bibstyleaux{#1}
    \providecommand*\@bibfileaux{#2}
 }

in the main template, and then \usepackage{bibentry} in the main tex file. Then one can get the citation via \bibentry{mypaper}