summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mdframed/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdframed/README.txt')
-rw-r--r--Master/texmf-dist/doc/latex/mdframed/README.txt71
1 files changed, 71 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mdframed/README.txt b/Master/texmf-dist/doc/latex/mdframed/README.txt
new file mode 100644
index 00000000000..3f53c02ae52
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mdframed/README.txt
@@ -0,0 +1,71 @@
+================================================================
+================================================================
+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
+================================================================
+================================================================
+