blob: b2c05f16c926fdefe83ca5c3773fb2e75500a72e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
The style_showcase helps you make a web page that allows visitors to compare
a number of article styles.
The script style_showcase.py will build a sample LaTeX source file using
the given style, create the .pdf, and convert the result to small and
regular-sized .png graphics. Then you can incorporate those in the .html
file. (You could of course incorporate documents into the .html file
that are not generated by the script.)
The script runs under python 2. It needs the 'convert' program from
imagemagik. The test text is from the lipsum package, with math taken
from the amsmath documentation. The html page color scheme was chosen
by http://colorschemedesigner.com/ .
License: pd
Author: Jim Hefferon, 2010-Feb-16
|