CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 09:21:28 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100221224210
location: https://web.archive.org/web/20100221224210/https://github.com/pramode/Python-and-LaTeX-Book
server-timing: captures_list;dur=0.617202, exclusion.robots;dur=0.021521, exclusion.robots.policy;dur=0.010230, esindex;dur=0.011705, cdx.remote;dur=7.917332, LoadShardBlock;dur=377.157599, PetaboxLoader3.datanode;dur=87.932536, PetaboxLoader3.resolve;dur=35.326529
x-app-server: wwwb-app225
x-ts: 302
x-tr: 411
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 17 Aug 2025 09:21:28 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 21 Feb 2010 22:42:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f74e1d8bd8f15240ac283e1a854430b0"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 26562
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 21 Feb 2010 22:42:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 15 Dec 2009 09:29:46 GMT", ; rel="prev memento"; datetime="Tue, 15 Dec 2009 09:29:46 GMT", ; rel="memento"; datetime="Sun, 21 Feb 2010 22:42:10 GMT", ; rel="next memento"; datetime="Sat, 11 Aug 2012 10:35:00 GMT", ; rel="last memento"; datetime="Mon, 18 Jan 2021 02:03:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100221165729_crawl102-c/52_14_20100221224044_crawl101.arc.gz
server-timing: captures_list;dur=0.536380, exclusion.robots;dur=0.017913, exclusion.robots.policy;dur=0.008656, esindex;dur=0.014013, cdx.remote;dur=20.364476, LoadShardBlock;dur=146.050889, PetaboxLoader3.datanode;dur=83.003975, PetaboxLoader3.resolve;dur=178.673146, load_resource;dur=186.351387
x-app-server: wwwb-app225
x-ts: 200
x-tr: 422
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
pramode's Python-and-LaTeX-Book at master - GitHub
This service is courtesy of Pledgie.
pramode / Python-and-LaTeX-Book
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
An introductory book on Python/LaTeX for Maths student — Read more

Pramode (author)
Wed Feb 17 19:41:40 -0800 2010
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun Jan 24 06:25:14 -0800 2010 | added chap14, first chapter on latex; added fac... [Pramode] |
![]() |
Makefile | Fri Nov 13 04:24:08 -0800 2009 | first commit [Pramode] |
![]() |
README | Wed Dec 09 09:58:45 -0800 2009 | Added a README [Pramode] |
![]() |
conf.py | Wed Feb 17 19:41:40 -0800 2010 | modified conf.py [Pramode] |
![]() |
indexpdf.rst | Wed Feb 17 19:16:03 -0800 2010 | modified index [Pramode] |
![]() |
indexweb.rst | Wed Feb 17 19:16:03 -0800 2010 | modified index [Pramode] |
![]() |
mk | Wed Feb 17 19:32:43 -0800 2010 | modified build script mk [Pramode] |
![]() |
mkpdf | Sun Jan 24 06:25:14 -0800 2010 | added chap14, first chapter on latex; added fac... [Pramode] |
![]() |
mkweb | Sun Jan 24 06:25:14 -0800 2010 | added chap14, first chapter on latex; added fac... [Pramode] |
![]() |
pdfimages/ | Fri Jan 29 07:47:48 -0800 2010 | started chapter on math with LaTeX [Pramode] |
![]() |
src/ | Wed Feb 17 18:51:12 -0800 2010 | spellchecked all source files [Pramode] |
![]() |
webimages/ | Fri Jan 29 07:47:48 -0800 2010 | started chapter on math with LaTeX [Pramode] |
README
How to build the book ----------------------- a) Set up Sphinx (https://sphinx.pocoo.org/) b) Type: make html to build the book for online browsing. You will find the HTML files under _build/html c) Type: make latex to generate latex output. The latex files will be under _build/latex. Run `make' in this folder.