Git Product home page Git Product logo

asudis's Issues

Making This Template Available on sharelatex.com

Prof. Shumway,

This is not really a bug report, but I just want to let you know that I have asked the guys at sharelatex.com to upload this template to their template repository. sharelatex is an online latex editor that you can write collaboratively if you have not known about that already.

-Piyanat

New Requirement From Format Review Team

Hi Prof. Shumway,

I am an ASU graduate student in EE and I used your template to format my Master's thesis. It helped me a lot and simplified my preparation. I appreciate that you have shared this online.

Unfortunately the Format Review Team said my theis didn't pass the review because they require uppercase for chapter titles in tables of contents and title case for captions in list of figures. This is a new requirement that's updated in 2014.

I tried to research online to figure out how to use the tocloft package to do that but I it didn't get me anywhere. I was wondering if you could take a look at this and help me out?

Thank you very much!
Yiqiu Liu
Master of Science student,
School of Electrical, Computer and Energy Engineering,
Arizona State University

List of Figures

Question: I have two figures in my introduction (Chapter 1). What in asudis.sty needs to be modified so that the 'Figure' and 'Page' headers are placed in the correct place.

figureheader

References: long URLs wrapping fix

If URLs or DOI URLs are too long, it does not wrap in the references section and instead continues off the page which does not suit ASU's format.

https://gking.harvard.edu/files/natbib2.pdf proposes including the package url to resolve this issue. I have resolved this in my own instance by including the package before including the natbib package.

TOC fix for new format requirement

The @chapter command needs to be patched so the chapter titles in TOC are all Capitalized. The following fix in asudis.sty worked for me:

\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
                        \refstepcounter{chapter}%
                        \typeout{\@chapapp\space\thechapter.}%
                        \addcontentsline{toc}{chapter}%
                        {\protect\numberline{\thechapter}\MakeUppercase{#1}}%
                    \else
                        \addcontentsline{toc}{chapter}{\MakeUppercase{#1}}%
                    \fi
                    \chaptermark{#1}%

Ref: http://tex.stackexchange.com/questions/23558/typeset-cftchapfont-as-uppercase

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.