Stylesheet handling for html and latex2e writer:
commit121dd94533f0c5d4787714a707080e99f4cf494c
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 16 Dec 2008 00:00:33 +0000 (16 00:00 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 16 Dec 2008 00:00:33 +0000 (16 00:00 +0000)
tree0c0ec989a73770667f374926014cb39ff75a8700
parent7ec88a1ea8ee1fa9c1ea8875dbc3e5227996c383
Stylesheet handling for html and latex2e writer:
accept multiple stylesheets,
do not rewrite path if stylesheet is to be embedded,
load latex packages with \\usepackage;
fix custom role handling in latex2e: command definition was missing in output

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5823 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/utils.py
docutils/writers/html4css1/__init__.py
docutils/writers/latex2e/__init__.py
test/data/ham.tex [new file with mode: 0644]
test/data/spam.sty [new file with mode: 0644]
test/functional/expected/multistyle_path_embed_rst_latex2e.tex [new file with mode: 0644]
test/functional/expected/multistyle_path_rst_latex2e.tex [new file with mode: 0644]
test/functional/expected/multistyle_rst_latex2e.tex [new file with mode: 0644]
test/functional/expected/standalone_rst_latex.tex
test/functional/tests/multistyle_path_embedd_rst_latex2e.py [new file with mode: 0644]
test/functional/tests/multistyle_path_rst_latex2e.py [new file with mode: 0644]