Skip to content

certik/theoretical-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 26, 2025
58db800 · May 26, 2025

History

1,064 Commits
Apr 2, 2023
Apr 1, 2023
Sep 9, 2009
May 25, 2025
Dec 12, 2019
Aug 14, 2018
Jan 8, 2012
Jan 14, 2016
Mar 31, 2023
May 22, 2011
Jul 23, 2010
Apr 2, 2023

Repository files navigation

Theoretical Physics Reference

This is an opensource book, available online at:

https://theoretical-physics.com

All files in the repository are licensed under the MIT license. The source code of the repository is available at:

https://github.com/certik/theoretical-physics

Build

Install prerequisites:

sudo apt-get install python-sphinx texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng

To build the book, do:

make web

This builds both html and pdf versions, that you can find in the _build directory.

Build Using Conda

Conda build:

mamba env create -f environment.yml
conda activate tprbook
make latex
tectonic _build/latex/theoretical-physics.tex

How to Push to Github

First fetch the gh-pages branch and then use this script:

./copy-docs

and optionally push the gh-pages branch to github:

git push github

About

Source code of the Theoretical Physics Reference online book

Topics

Resources

License

Stars

234 stars

Watchers

12 watching

Forks

Packages

No packages published