Skip to content

This repo hosts the project files for a Latex Workshop presented by Daoming Dong and Youchao Wang for CSSA Cambridge, UK, April 20th, 2019

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

Gerella/LatexTutorialCSSACambridge

 
 

Repository files navigation

LaTeX Tutorial CSSA Cambridge

LICENSE 996.icu LICENSE

This repo hosts the project files for a Latex Workshop presented by Daoming Dong (dd511, Darwin College) and Youchao Wang (yw479, Clare Hall) for CSSA Cambridge, UK, April 20th, 2019.

A very important note

A special thanks to Dr Rich Wareham (github: rjw57) who responded to our "add a license request" in no time.

Repository layout

LaTeXTutorial.pdf: The beamer slides used for the tutorial. Currently still WIP.

You may find all the source codes for the LaTeX presentation slides in the BeamerSlides folder. The main .tex file is LaTeXTutorial.tex. The easiest way to build the project is to use the following code (in your bash/powershell environment).

pdflatex LaTeXTutorial.tex

Demo

Useful references

A University of Cambridge style beamer template can be found here. The beamer presentation for this tutorial made use of this template.

A CUED (Engineering Department) PhD thesis template can be found here. A modified thesis template is available in the submodule.

A good one-hour LaTeX youtube video can be found here.

The Cambridge Computer Lab LaTeX tutorial slides by Dr Markus Kuhn can be found here. Some of the contents in the presentation were referenced from this source.

Cloning the repository

Since this repo contains submodules, the ideal way of cloning this repository is:

git clone --recursive https://github.com/Siegfriedchao/LatexTutorialCSSACambridge.git

To update recursively, i.e. to pull the updates from the submodules

git pull --recurse-submodules
git submodule update --remote --recursive

Whenever you find yourself pulling an empty submodle folder, do not panic, all you need to do is:

git submodule update --init

About

This repo hosts the project files for a Latex Workshop presented by Daoming Dong and Youchao Wang for CSSA Cambridge, UK, April 20th, 2019

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PostScript 88.0%
  • TeX 12.0%