\documentclass[editMode]{ufdissertation}\sloppy
%\usepackage{CustomMacros}% This is a user macro/style file.
\usepackage{tikz}% tikz is used by almost everyone, but
certainly by me for this.
\usepackage{pgfplots}% pgfplots is tikz but better.
%\usepackage{amsrefs}% amsrefs contains the .bibtex style content for mathematician papers.
\usepackage{algpseudocode}
\usepackage{scrextend}
\deffootnote{1.5em}{0em}{\thefootnotemark\quad}
%% Uncomment the relevant line below if you have tables or figures.
\haveTablestrue% Uncomment this if you have tables in your thesis.
\haveFigurestrue% Uncomment this if you have figures in your thesis.
\haveObjectstrue% Uncomment this if you have Objects in your thesis. This is almost
certainly not the case however.
%%% Below are the commands to set the degree type, department, graduation time, and chair.
% Most of these are self explanatory.
% Note: The \chair command takes an optional argument for a cochair.
% So if John was your chair and Jacob was a cochair, you would use \chair[Jacob]
{John}.
% If John was your chair and you had no cochair, you can simply use \chair{John}.
\title{any}% Put your title here.
\degreeType{any}% Official name of your degree; eg "Doctorate of Philosophy".
\major{any}% Your official Department
\author{any}% Your Name
\thesisType{any}% Dissertation (PhD) or Thesis (Masters)
\degreeYear{any}% Intended graduation year (not the year you submit the
thesis)
\degreeMonth{any}% Month of graduation should be May, August, or December.
\chair{any}% Chair and Cochair (see comment block above).
%%% For each of the following, type in the name of the file that contains each section.
% They are assumed to be tex files, but if they aren't the command takes an optional argument for the extension.
%So, you could load dedication.tex as your dedication file using \setDedicationFile{dedication}
% You could load dedication.txt instead with \setDedicationFile[txt]{dedication}.
% NOTE: For some compilers they may or may not add a .tex to the end of the file automatically.
% If you get a "couldn't find dedication.tex.tex" type error, try the command with an empty optional argument,
%e.g. \setDedicationFile[]{dedication}
Ich kann das Problem nicht nachvollziehen. Hier funktioniert das beispielsweise absolut korrekt:
Bitte ergänze durch Bearbeiten deiner Frage zur Verdeutlichung ein vollständiges Minimalbeispiel, mit dem wir das Problem nachvollziehen können.
@felipeabrao Ich habe den Text aus Deiner 'Antwort' die Frage verschoben. Du kannst gern stets direkt die Frage editieren und Zusätze einfügen. Hier sind Antworten stets "echte" Antworten, keine Gespräche oder Rückfragen oder Zusatzinfos, sondern Lösungen. Editieren der Frage ist jederzeit möglich und erwünscht. Das verbessert die Übersicht erheblich für die Archivierung der Lösungen. Ungewohnt und anders als in Webforen, doch innovativ und nutzbarer. Bemerkungen gern wie hier als Kommentare.
Danke schon fur die Kommentare. Mein Problem war gelost. Ich habe einfach die neueste Version der Klasse probiert, und alles laufte sehr gut. Danke noch mals!
Danke für das beispiel. Da die klasse im online-editor ohnehin nicht tut, ist es auch egal, dass das etwas bastelei ist. Für andere fälle schau dir aber besser nochmal die oben verlinkte anleitung an.
Ich habe mir die klasse gerade einmal angesehen. Da wird
hyperref
verdächtig früh geladen. Würde ich weiter nach hinten verschieben bzw. andere pakete davor ziehen.@stefan Wie wird das hier gehandhabt? Werden fragen, die durch ein update gelöst wurden, hier als veraltet geschlossen oder bleiben unbeantwortet oder soll man eine antwort ergänzen, dass ein update das problem löst oder ...?