Git Product home page Git Product logo

Comments (8)

amunn avatar amunn commented on July 17, 2024 1

This problem was caused by the fact that you had no abstract in your document, only the public abstract. The {publicabstract} environment produces unnumbered and uncounted pages, and should be used only in addition to a regular abstract, which you didn't have. Since the thesis office requires the two abstracts to be formatted the same way, there's no way to tell that the public abstract was not the regular abstract. I'll update the documentation to explain this more carefully, and for future versions add some checks that obligatory components are in fact there.

from msu-thesis.

amunn avatar amunn commented on July 17, 2024

Hi thanks for the bug report. Since this has been in place for many years without a problem I'd like to understand a bit better how it arose. Can you tell me exactly what you had in the \frontmatter pages in your thesis? (Actual content isn't relevant, just which parts). Thanks

from msu-thesis.

ani-mal avatar ani-mal commented on July 17, 2024

That is what I got:

\begin{document}
\frontmatter
\maketitlepage

\begin{publicabstract}
\input{MSU Thesis/Abstract/PublicAbstract}
\end{publicabstract}

from msu-thesis.

amunn avatar amunn commented on July 17, 2024

Thanks, but this doesn't match with what your initial bug report shows. The note from the thesis office mentions a dedication page, and your fix suggests fixing the copyright page. Can you show me all of the things you have between \frontmatter and \mainmatter in your document?

from msu-thesis.

ani-mal avatar ani-mal commented on July 17, 2024
\begin{document}
\frontmatter
\maketitlepage

\begin{publicabstract}
\input{MSU Thesis/Abstract/PublicAbstract}
\end{publicabstract}


\clearpage
\makecopyrightpage
\makededicationpage
\clearpage

\chapter*{Acknowledgements}
\input{MSU Thesis/Acknowledgement/Acknowledgement}

\clearpage
\SingleSpacing
\tableofcontents* % ToC will not appear in the table of contents
\clearpage
\listoftables
\clearpage
\listoffigures
\clearpage
\listoflistings
\clearpage

\input{MSU Thesis/KeyToAbbreviations/Abbreviations}

\mainmatter

from msu-thesis.

ani-mal avatar ani-mal commented on July 17, 2024

The bug report was fixed by altering the .cls what I have provided on the past comments are chunks of the .tex

from msu-thesis.

amunn avatar amunn commented on July 17, 2024

Thanks a lot. Before I accept the fix I need to understand the actual source of the problem. I suspect that it reflects a change in what is/is not supposed to be numbered relative to previous years.

from msu-thesis.

ani-mal avatar ani-mal commented on July 17, 2024

@amunn that could indeed be a relative new change, indeed. That was also my thought when I ran into it.

But with this fix, my dissertation got accepted by ProQuest.

from msu-thesis.

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.