Giter Club home page Giter Club logo

Comments (5)

ulyngs avatar ulyngs commented on August 27, 2024 1

And the answer provided in #52 for how to move the chapter title to the left: Add the following to template.tex after \usepackage{titlesec}:

\titleformat{\chapter}[display]
  { }
  {\flushleft { \fontsize{60}{60}\selectfont  \thechapter }} 
  {10 pt} % spacing before chapter title
  { \huge } % command after chapter number (this will make the chapter title size huge) 

This will give you

image

from oxforddown.

ulyngs avatar ulyngs commented on August 27, 2024

Hi @gsarti ,

I never looked into how the huge grey numbers are generated, so don't know the answer unfortunately - as a starting point, see if you can find guidance on the GitHub repo for the OxThesis LaTeX template: https://github.com/mcmanigle/OxThesis

Ulrik

from oxforddown.

ulyngs avatar ulyngs commented on August 27, 2024

I just looked into this, you can change it easily yourself by adding something like this to template.tex after \usepackage{titlesec}:

(I took this example from here)

\titleformat{\chapter}[display]
  { \normalsize \huge  \color{black}}
  {\flushright \normalsize \color{red} \MakeUppercase { \chaptertitlename } \hspace{1 ex} { \fontsize{60}{60}\selectfont \color{red}  \thechapter }} {10 pt}{\huge}

This will override oxforddown's default chapter style and give you this:

Screenshot 2021-05-24 at 09 48 47

from oxforddown.

gsarti avatar gsarti commented on August 27, 2024

Thank you for your answer and for the incredible work! I solved the problem during last year and I managed to publish my MSc thesis last December! πŸ˜„

If you'd like to link to it in the examples section, you can find it here: https://gsarti.com/thesis/introduction.html

The edited source files are on Github, if you want to take a look: https://github.com/gsarti/masters-thesis.

from oxforddown.

ulyngs avatar ulyngs commented on August 27, 2024

added to the readme, thanks Gabriele!

from oxforddown.

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.