Code Monkey home page Code Monkey logo

latex-thesis's Introduction

Thesis Template

LaTeX-Vorlage für Abschlussarbeiten. Angelehnt an die Vorgaben der Sektion MINT der Uni Lübeck.

Kompiliertes PDF

Es handelt sich nicht um eine offizielle Vorlage. Ob diese Vorlage eventuell vorhandenen Gestaltungsvorgaben entspricht, ist im Zweifelsfall mit den jeweils zuständigen Institutionen abzusprechen.

latex-thesis's People

Contributors

malteschmitz avatar sepp2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

latex-thesis's Issues

`\parencite` und `\footcite` funktionieren nicht

Hey! Erstmal vielen Dank für deine Ressourcen und besonders für die Vorträge.

Leider scheint \parencite und \footcite nicht zu funktionieren. Nach langem probieren und auch versuchen, zu debuggen, komme ich immer noch nicht zu einer Lösung, deswegen der Issue.
Die kurze Version, was gehen sollte:

% irgendwo im Text
Das hier sollte gehen\parencite[vgl.]{scala}

Mit einer rohen Tex-Datei geht das so:

\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[autostyle]{csquotes}
\usepackage[style=authoryear]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
Das hier geht\parencite[vgl.][3]{angenendt}
\printbibliography
\end{document}

Beispiel von https://golatex.de/viewtopic.php?t=13841
In der Vorlage geht es nicht. Interessant ist, dass \cite ganz normal funktioniert.
Fehlermeldung sagt nichts, außer

Undefined control sequence.
Das hier sollte gehen\parencite

, was nicht hilfreich ist.

Habs auch mal mit den unveränderten Repository versucht und es kam das gleiche heraus.
Wenn ich das Package explizit einbinde mit

\usepackage[style=authoryear]{biblatex} % auch ohne style=authoryear versucht

bringt das auch nichts.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.