Skip to content

Commit

Permalink
Fixing small typos in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
maurovm committed Nov 28, 2023
1 parent f40f1da commit 6d2ef25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ LaTex itself is very portable. However, I developed this class under Linux and m
 

As a research student, a proportion of your time will be devoted to writing science in a formal academic style. There are many resources that will help you to write your thesis, such as [Writing your thesis](https://www.mpls.ox.ac.uk/training/resources-for-researcher-and-career-development/ ompleting-your-dphil/writing-up-your-thesis), [Completing your doctorate](https://www.vitae.ac.uk/doing-research/doing-a-doctorate/completing-your-doctorate), [Essay and dissertation writing skills](https://www.ox.ac.uk/students/academic/guidance/skills/essay) and also other [resources for new students](https://cameralab.eng.ox.ac.uk/resources_new_students.html). Steven Pinker's talk on [Linguistics, Style and Writing in the 21st Century](https://youtu.be/OV5J6BfToSw) will provide you with sound advice on writing.
As a research student, a proportion of your time will be devoted to writing science in a formal academic style. There are many resources that will help you to write your thesis, such as [Writing your thesis](https://www.mpls.ox.ac.uk/training/resources-for-researcher-and-career-development/completing-your-dphil/writing-up-your-thesis), [Completing your doctorate](https://www.vitae.ac.uk/doing-research/doing-a-doctorate/completing-your-doctorate), [Essay and dissertation writing skills](https://www.ox.ac.uk/students/academic/guidance/skills/essay) and also other [resources for new students](https://cameralab.eng.ox.ac.uk/resources_new_students.html). Steven Pinker's talk on [Linguistics, Style and Writing in the 21st Century](https://youtu.be/OV5J6BfToSw) will provide you with sound advice on writing (hopefully you will put the passive voice to rest after watching the video).

My students have found very helpful to use the LaTeX typesetting system to write reports, theses, journal papers or other academic documents. You can write your LaTeX documents from scratch, however, it is often easier to start with an already written class template. This way you can focus on (as your supervisor expects) writing about your exciting research contributions, rather than spending time formatting your document or applying other cosmetic changes that just distract the reader.
My students have found very helpful to use the LaTeX typesetting system to write reports, theses, journal papers or other academic documents. You can write your LaTeX documents from scratch, however, it is often easier to start with an already written class template. This way you can focus on (as your supervisor expects) writing about your exciting research contributions, rather than spending time formatting your document or applying other cosmetic changes that just waste everybody's time and distract the reader.

The OxEngThesis class is based on the [memoir](https://ctan.org/pkg/memoir) package, with the addition of several other packages and extra features useful to format a typical academic document. The main class file is [oxengthesis.cls](oxengthesis.cls). One sample source file is provided: [sample_dphil_thesis.tex](sample_dphil_thesis.tex) to get you started writing your thesis. You can check the [sample_dphil_thesis-sample_output.pdf](sample_dphil_thesis-sample_output.pdf) file to view an example of the output PDF document for a doctoral thesis.

This tutorial summarises some of the features available in the OxEngThesis class. Take a look at the [oxengthesis.cls](oxengthesis.cls) file and the [sample_dphil_thesis.tex](sample_dphil_thesis.tex) source file for a more complete overview. Additionally, this tutorial is replicated as "Chapter 0 The OxEngThesis LaTeX class" in the [sample_dphil_thesis-sample_output.pdf](sample_dphil_thesis-sample_output.pdf), so you can view examples of the LaTeX syntax to write your document.
This tutorial summarises some of the features available in the OxEngThesis class. Take a look at the [oxengthesis.cls](oxengthesis.cls) file and the [sample_dphil_thesis.tex](sample_dphil_thesis.tex) source file for a more complete overview. Additionally, this tutorial is replicated as "Chapter 0: The OxEngThesis LaTeX class" in the [sample_dphil_thesis-sample_output.pdf](sample_dphil_thesis-sample_output.pdf), so you can view examples of the LaTeX syntax to write your document.

 

Expand All @@ -37,7 +37,7 @@ Install the Carlito font (if it's not already installed in your system). Follow
## LaTeX editors


There are several editors available that will make your life easier when writing LaTeX documents and, ultimately, generating the final PDF file (a.k.a compiling the LaTeX source files). For macOS, [Texifier](https://www.texifier.com) works really well. Good editors for Linux are [Kile](https://apps.kde.org/en-gb/kile) and [TeXMaker](https://www.xm1math.net/texmaker). I don't use Microsoft Windows. If you know what software is good for this operating system, let me know so I cand add it to my recommendaiton list.
There are several editors available that will make your life easier when writing LaTeX documents and, ultimately, generating the final PDF file (a.k.a compiling the LaTeX source files). For macOS, [Texifier](https://www.texifier.com) works really well. Good editors for Linux are [Kile](https://apps.kde.org/en-gb/kile) and [TeXMaker](https://www.xm1math.net/texmaker). If you know what software is good for Microsoft Windows, let me know so I can add it to my recommendation list.

The LaTeX files in this repository require the [LuaLaTeX](https://en.wikipedia.org/wiki/LuaTeX) engine. You editor should allow you to configure LuaLaTeX as the typesetting engine for your document and automatically take care of the compilation process to generate the final PDF document.

Expand All @@ -47,7 +47,7 @@ The LaTeX files in this repository require the [LuaLaTeX](https://en.wikipedia.o
# Writing your thesis


This tutorial is replicated as "Chapter 0 The OxEngThesis LaTeX class" in the [sample_dphil_thesis-sample_output.pdf](sample_dphil_thesis-sample_output.pdf), so you can review examples on how to write your LaTeX document.
This tutorial is replicated as "Chapter 0: The OxEngThesis LaTeX class" in the [sample_dphil_thesis-sample_output.pdf](sample_dphil_thesis-sample_output.pdf), so you can review examples on how to write your LaTeX document.


## Preparing your document
Expand Down
4 changes: 2 additions & 2 deletions oxengthesis_class_documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ \section{Introduction}

As a research student, a proportion of your time will be devoted to writing science in a formal academic style. There are many resources that will help you to write your thesis, such as ``Writing your thesis''\footnote{\url{https://www.mpls.ox.ac.uk/training/resources-for-researcher-and-career-development/completing-your-dphil/writing-up-your-thesis}}, ``Completing your doctorate''\footnote{\url{https://www.vitae.ac.uk/doing-research/doing-a-doctorate/completing-your-doctorate}}, ``Essay and dissertation writing skills''\footnote{\url{https://www.ox.ac.uk/students/academic/guidance/skills/essay}} and also ``Resources for new students''\footnote{\url{https://cameralab.eng.ox.ac.uk/resources_new_students.html}}. Steven Pinker's talk on ``Linguistics, Style and Writing in the 21st Century''\footnote{\url{https://youtu.be/OV5J6BfToSw}} will provide you with sound advice on writing.

My students have found very helpful to use the LaTeX typesetting system to write reports, theses, journal papers or other academic documents. You can write your LaTeX documents from scratch, however, it is often easier to start with an already written class template. This way you can focus on (as your supervisor expects) writing about your exciting research contributions, rather than spending time formatting your document or applying other cosmetic changes that just distract the reader.
My students have found very helpful to use the LaTeX typesetting system to write reports, theses, journal papers or other academic documents. You can write your LaTeX documents from scratch, however, it is often easier to start with an already written class template. This way you can focus on (as your supervisor expects) writing about your exciting research contributions, rather than spending time formatting your document or applying other cosmetic changes that just waste everybody's time and distract the reader.

The OxEngThesis class is based on the \textit{memoir}\footnote{\url{https://ctan.org/pkg/memoir}} package, with the addition of several other packages and extra features useful to format a typical academic document. The main class file is \verb|oxengthesis.cls|. One sample source file is provided (\verb|sample_dphil_thesis.tex|). You can check this sample
PDF file to review an example of the output of a doctoral thesis.
Expand All @@ -42,7 +42,7 @@ \section{Requirements}
\section{LaTeX editors}


There are several editors available that will make your life easier when writing LaTeX documents and, ultimately, generating the final PDF file (a.k.a compiling the LaTeX source files). For macOS and iOS, Texifier\footnote{\url{https://www.texifier.com}} works really well. Good editors for Linux are Kile\footnote{\url{https://apps.kde.org/en-gb/kile}} and TeXMaker\footnote{\url{https://www.xm1math.net/texmaker}}.
There are several editors available that will make your life easier when writing LaTeX documents and, ultimately, generating the final PDF file (a.k.a compiling the LaTeX source files). For macOS and iOS, Texifier\footnote{\url{https://www.texifier.com}} works really well. Good editors for Linux are Kile\footnote{\url{https://apps.kde.org/en-gb/kile}} and TeXMaker\footnote{\url{https://www.xm1math.net/texmaker}}. If you know what software is good for Microsoft Windows, let me know so I can add it to my recommendation list.

The LaTeX files in this repository require the \textit{LuaLaTeX}\footnote{\url{https://en.wikipedia.org/wiki/LuaTeX}} engine. You editor should allow you to configure LuaLaTeX as the typesetting engine for your document and automatically take care of the compilation process to generate the final PDF document.

Expand Down
Binary file modified sample_dphil_thesis-sample_output.pdf
Binary file not shown.

0 comments on commit 6d2ef25

Please sign in to comment.