diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-28 00:34:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-28 00:34:17 +0000 |
commit | 3896a3ce963e514325035018b02583376d23aa6c (patch) | |
tree | b846e8081e3808d61fe8cc83f7c52da20cd1b473 /Master/texmf-dist/doc/lualatex | |
parent | 1c9cfa88a38e47a75fd3a9d1cb19d81330927028 (diff) |
lua-visual-debug generic (24feb12)
git-svn-id: svn://tug.org/texlive/trunk@25517 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lua-visual-debug/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.pdf | bin | 99300 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.tex | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-sample.pdf | bin | 46233 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lua-visual-debug/sample.tex | 26 |
5 files changed, 0 insertions, 89 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lua-visual-debug/README b/Master/texmf-dist/doc/lualatex/lua-visual-debug/README deleted file mode 100644 index ffec4835ed8..00000000000 --- a/Master/texmf-dist/doc/lualatex/lua-visual-debug/README +++ /dev/null @@ -1,15 +0,0 @@ -The LaTeX package 'lua-visual-debug' shows boxes, glues, kerns and -penalties in the PDF output. - -Usage: - -\usepackage{lua-visual-debug} - -Requirements: The package only works with LuaLaTeX. - With other engines, a warning message will be shown. - -Copyright 2012 Patrick Gundlach (patrick@gundla.ch) -Public repository: https://github.com/pgundlach/lvdebug -Licensed under the MIT license. See the Lua file for details. -The idea is heavily inspired by Hans Hagen's http://pragma-ade.com/articles/art-visi.pdf - diff --git a/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.pdf b/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.pdf Binary files differdeleted file mode 100644 index 8991337eb24..00000000000 --- a/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.tex b/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.tex deleted file mode 100644 index f57fb7c539d..00000000000 --- a/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-doc.tex +++ /dev/null @@ -1,48 +0,0 @@ -\documentclass{article} -\usepackage{graphics} -\newcommand\LuaLaTeX{Lua\LaTeX} - -\begin{document} -\section{Documentation} - -When you load the package \texttt{lua-visual-debug} in your \LuaLaTeX\ document, \LaTeX\ will highlight boxes, penalties, glues and kerns in the PDF. This package requires you to process the document with \LuaLaTeX. - -\begin{verbatim} -\documentclass{article} -\usepackage{lua-visual-debug} - -\listfiles -\setlength\textwidth{300pt} -\setlength\textheight{10cm} - -\begin{document} - -A wonderful serenity has taken possession of my entire soul, like these sweet -mornings of spring which I enjoy with my whole heart. I am alone, and feel the -charm of existence in this spot, which was created for the bliss of souls like -mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere -tranquil existence, that I neglect my talents. - - -\bgroup\fontsize{30}{34}\selectfont -\centerline{\TeX} -\egroup - -\vbox{\strut Hello}\kern .5cm\vbox{\strut World} - -\[ e=mc^2 \] - -\includegraphics[width=4cm]{cow} -\end{document} -\end{verbatim} - -yields \vspace{5mm} - -\noindent \includegraphics{lvdebug-sample.pdf} - -\section{Copying} - -Copyright 2012 Patrick Gundlach (patrick@gundla.ch), licensed under the MIT license. See the Lua file for details. - - -\end{document} diff --git a/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-sample.pdf b/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-sample.pdf Binary files differdeleted file mode 100644 index 3c011d86e48..00000000000 --- a/Master/texmf-dist/doc/lualatex/lua-visual-debug/lvdebug-sample.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/lualatex/lua-visual-debug/sample.tex b/Master/texmf-dist/doc/lualatex/lua-visual-debug/sample.tex deleted file mode 100644 index 44be4b744ad..00000000000 --- a/Master/texmf-dist/doc/lualatex/lua-visual-debug/sample.tex +++ /dev/null @@ -1,26 +0,0 @@ -\documentclass{article} -\usepackage{lua-visual-debug} - -\listfiles -\setlength\textwidth{300pt} -\setlength\textheight{10cm} - -\begin{document} - -A wonderful serenity has taken possession of my entire soul, like these sweet -mornings of spring which I enjoy with my whole heart. I am alone, and feel the -charm of existence in this spot, which was created for the bliss of souls like -mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere -tranquil existence, that I neglect my talents. - - -\bgroup\fontsize{30}{34}\selectfont -\centerline{\TeX} -\egroup - -\vbox{\strut Hello}\kern .5cm\vbox{\strut World} - -\[ e=mc^2 \] - -%\includegraphics[width=4cm]{cow} -\end{document} |