Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/certik/theoretical-physics
Source code of the Theoretical Physics Reference online book
https://github.com/certik/theoretical-physics
book physics reference theoretical-physics
Last synced: 14 days ago
JSON representation
Source code of the Theoretical Physics Reference online book
- Host: GitHub
- URL: https://github.com/certik/theoretical-physics
- Owner: certik
- License: mit
- Created: 2009-09-07T07:46:29.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:21:08.000Z (2 months ago)
- Last Synced: 2024-10-16T22:16:45.054Z (28 days ago)
- Topics: book, physics, reference, theoretical-physics
- Language: Python
- Homepage: https://theoretical-physics.com
- Size: 1.42 MB
- Stars: 222
- Watchers: 16
- Forks: 48
- Open Issues: 37
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - certik/theoretical-physics - Source code of the Theoretical Physics Reference online book (Python)
README
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.texHow 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