##// END OF EJS Templates
Moved pygments defs out of base
Moved pygments defs out of base
Jonathan Frederic -
r12688:6fe4e4cb
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / templates / latex / mdframed
README Loading ...
README.txt Loading ...
md-frame-1.mdf Loading ...
mdframed.sty Loading ...

================================================================
================================================================
Working with the command \fbox or \fcolorbox, one has to
handle page breaks by hand. The present package defines the
environment mdframed which automatically deals with page breaks.

Author's name: Marco Daniel and Elke Schubert (supports tikz implementation)
License type: lppl

================================================================
The revision history is printed in the documentation.

================================================================
The current development is available at github:
https://github.com/marcodaniel/mdframed

================================================================
The package provides
* one dtx files,
* one Makefile (compiling for Linux/Mac),
* one mdframedmake.bat (compiling for Windows)
* one personal documentclass ltxmdf.cls
* one example picture donald-duck.jpg

By running the script `make all` you will
produce the following files:
- README.txt
- mdframed.sty
- mdframed.pdf
- md-frame-0.mdf
- md-frame-1.mdf
- md-frame-2.mdf
- md-frame-3.mdf
- mdframed-example-default.tex
- mdframed-example-default.pdf
- mdframed-example-tikz.tex
- mdframed-example-tikz.pdf
- mdframed-example-pstricks.tex
- mdframed-example-pstricks.pdf
- mdframed-example-texsx.tex
- mdframed-example-texsx.pdf

I recommend the following installation in your texmf-tree:

/doc/latex/mdframed/
- README.txt
- mdframed.pdf
- mdframed-example-default.tex
- mdframed-example-default.pdf
- mdframed-example-tikz.tex
- mdframed-example-tikz.pdf
- mdframed-example-pstricks.tex
- mdframed-example-pstricks.pdf
- mdframed-example-texsx.tex
- mdframed-example-texsx.pdf
- ctan-lion.png "CTAN lion drawing by Duane Bibby; thanks to www.ctan.org".

/source/latex/mdframed/
- Makefile
- mdframed.dtx

/tex/latex/mdframed
- mdframed.sty
- md-frame-0.mdf
- md-frame-1.mdf
- md-frame-2.mdf
- md-frame-3.mdf
- ltxmdf.cls
================================================================
================================================================