Theses, Books, Title pagesNo prenote with \cite command possible - Masters/Doctoral Thesis

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Latex_wood
Posts: 2
Joined: Tue Feb 02, 2021 12:06 pm

No prenote with \cite command possible - Masters/Doctoral Thesis

Post by Latex_wood »

Hi folks,

I am now writing my Bachelor-Thesis with this awsome Template. My problem now is that I want a prenote when I cite. Unfortunantly it wont work like that. When I use this

Code: Select all

\cite[pre][after]{key}
I get this output

Code: Select all

[?, pre]after]key
For my work I change this:

Code: Select all

%\printbibliography[heading=bibintoc]
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,Literatur.bib}
What can I do?

regards,
Karl

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

No prenote with \cite command possible - Masters/Doctoral Thesis

Post by Bartman »

I don't know how much the two styles differ, but what about the style of the biblatex-ieee package? In this case, the prenote of the \cite command should be available.
Latex_wood
Posts: 2
Joined: Tue Feb 02, 2021 12:06 pm

No prenote with \cite command possible - Masters/Doctoral Thesis

Post by Latex_wood »

Sorry I forgot to mention that I don't use the biblatex package. In the beginning I've got some problems that's why I switch to this method.
Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

No prenote with \cite command possible - Masters/Doctoral Thesis

Post by Bartman »

If you don't explain the problems, no one can tell you whether they can be solved. But that could be a reason to start a new topic.
Post Reply