Giter Club home page Giter Club logo

Comments (4)

jesstein avatar jesstein commented on June 25, 2024

Das Root-Dokument ist nicht preambel.tex sondern thesis.tex. Dementsprechend sollte es auch keine preambel.log sondern thesis.log geben. Bitte versuchen Sie zunächst Thesis.tex zu kompilieren. Preamble.tex wird durch dieses Dokument geladen und kann nicht ohne einen geeigneten Rahmen ausgeführt werden.

from thesis-template.

DiarSulejmani avatar DiarSulejmani commented on June 25, 2024

Ich habe die Thesis.tex kompiliert. Die Fehlermeldung ist beim kompilieren der Thesis.tex entstanden. Eine Thesis.log wird bei mir nicht generiert, nur die preambel.log

image

from thesis-template.

jesstein avatar jesstein commented on June 25, 2024

Das Problem liegt m.E. an VSCode und insbesondere am Umgang mit Multi-File-Projekten, da die Erkennungsroutine für das Root-File nicht richtig funktioniert bzw. die Information nicht richtig gesetzt ist. Der erste Screenshot zeigt eindeutig, dass VS Code Preambel.tex als Root Dokument betrachtet. Das ist aber falsch, wie ich bereits geschrieben habe.

Ggfs. kann der Eintrag % !TEX root = relative/or/absolute/path/to/root/thesis.tex hier Abhilfe schaffen. Alternativ könnten Sie auch einen anderen Editor für Latex verwenden (z.B. TexMaker oder TexStudio) und testen, ob Sie dort Ihr Projekt kompilieren können.

from thesis-template.

thomsmits avatar thomsmits commented on June 25, 2024

Damit VSCode die thesis.tex als Hauptdatei erkennt, müssen Sie folgende Zeile an den Anfang in preambel.tex und thesis.tex einfügen:

% !TEX root = ./thesis.tex

from thesis-template.

Related Issues (20)

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.