document fancybox package

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13576 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-04-07 08:45:42 +00:00
parent 9c74d33b82
commit e7e314d40f
5 changed files with 49 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2006-04-07 Uwe Stöhr <uwestoehr@web.de>
* chklatex.ltx: add test for fancybox package; sort the packages
list (bug 2469).
2006-04-01 Michael Gerz <michael.gerz@teststep.org>
* lib/ui/stdmenus.ui:

View File

@ -215,26 +215,27 @@
%%% Packages
\TestPackage{algorithm}
\TestPackage{array}
\TestPackage{babel}
\TestPackage{bibtopic}
\TestPackage{color} % this one should be there if graphics.sty is there.
\TestPackage{dvipost}
\TestPackage{fancybox}
\TestPackage{fancyhdr}
\TestPackage{floatflt}
\TestPackage{geometry}
\TestPackage{jurabib}
\TestPackage{latex8}
\TestPackage{longtable}
\TestPackage{natbib}
\TestPackage{prettyref}
\TestPackage{preview}
\TestPackage{rotating}
\TestPackage{setspace}
\TestPackage{subfigure}
\TestPackage{geometry}
\TestPackage{longtable}
\TestPackage{algorithm}
\TestPackage{rotating}
\TestPackage{latex8}
\TestPackage{url}
\TestPackage{varioref}
\TestPackage{prettyref}
\TestPackage{natbib}
\TestPackage{bibtopic}
\TestPackage{jurabib}
\TestPackage{dvipost}
\TestPackage{preview}
\TestPackage{url}
% The test for the graphics package is slightly more involved...
\newcommand\groption{dvips}

View File

@ -1,3 +1,8 @@
2006-04-07 Uwe Stöhr <uwestoehr@web.de>
* LaTeXConfig.lyx.in: add description of the fancybox package (bug
2469).
2006-03-28 Luis Guillermo Cota Preciado <lgc@mantis.labvis.unam.mx>
* es_Tutorial.lyx: small update.

View File

@ -2184,7 +2184,7 @@ Found: @chk_dvipost@
\begin_layout Description
URL:
\family sans
\family typewriter
http://freshmeat.net/projects/dvipost/
\end_layout
@ -2201,7 +2201,29 @@ dvipost
dvipost
\family default
needs teTeX version 2 or newer.
\end_layout
\begin_layout Subsection
fancybox
\end_layout
\begin_layout Description
Found: @chk_fancybox@
\end_layout
\begin_layout Description
CTAN:
\family typewriter
macros/latex/contrib/fancybox/
\end_layout
\begin_layout Description
Notes: The package
\family sans
fancybox
\family default
is needed to draw frames around boxes (menu Insert \SpecialChar \menuseparator
Box).
\end_layout
\begin_layout Subsection

View File

@ -26,7 +26,8 @@ What's new
- Update Spanish translation of the tutorial.
- Document the packages prettyref, varioref and preview in LaTeXConfig.lyx.
- Document the packages fancybox, prettyref, preview and varioref in
LaTeXConfig.lyx.
** Bug fixes