diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-04 21:11:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-04 21:11:15 +0000 |
commit | 8513513489880b54cfb194c0e604e3cc48de83e1 (patch) | |
tree | 90544f80e40f2d9456a8e1825e50703d0613416e /Master/texmf-dist/doc/latex/useclass | |
parent | cf284a15d2d7c72b692868e6b24a8fa811d10738 (diff) |
useclass (4mar24)
git-svn-id: svn://tug.org/texlive/trunk@70395 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/useclass')
-rw-r--r-- | Master/texmf-dist/doc/latex/useclass/README.md | 26 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/useclass/useclass.pdf | bin | 0 -> 490171 bytes |
2 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/useclass/README.md b/Master/texmf-dist/doc/latex/useclass/README.md new file mode 100644 index 00000000000..baabb9b6e73 --- /dev/null +++ b/Master/texmf-dist/doc/latex/useclass/README.md @@ -0,0 +1,26 @@ +# The `useclass.sty` Package: Use Classes as Packages + +## Introduction +`useclass` is a package that enables the usage of classes as packages. It was originally designed for the `l3doc` class, which is employed for documenting LaTeX code with numerous useful features. However, employing the `l3doc` class as a package is not convenient when using the developing class as the style for the document. Therefore, this package provides a simple interface for utilizing classes as packages. + +## Usage +Use `\useclass` to load a class with the same usage as `\usepackage`: +```tex +\useclass[<options>]{<class>} +``` +where `<options>` and `<class>` are the options and the name of the loaded class, respectively. + +Example: +```tex +\usepackage{useclass} +\useclass[full]{l3doc} +``` + +## License +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + https://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2008 or later. diff --git a/Master/texmf-dist/doc/latex/useclass/useclass.pdf b/Master/texmf-dist/doc/latex/useclass/useclass.pdf Binary files differnew file mode 100644 index 00000000000..499da57e296 --- /dev/null +++ b/Master/texmf-dist/doc/latex/useclass/useclass.pdf |