Giter VIP home page Giter VIP logo

useclass's Introduction

Latest Document GitHub Release CTAN

The useclass.sty Package: Load 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. The latest documentation is available here.

Installation

The following methods are available for installing and updating the package. Choose the method that best suits your needs.

Since this package is derived from the .dtx file, the easiest way to install or update it is to place or replace the useclass.sty file in the same directory as your working document. You can download useclass.sty from the GitHub Release.

For a full installation of the package, you can use a TeX repository manager such as TeX Live. This method will download the package from CTAN and install all required files to TeX Directory Structure (TDS). For command-line users, the following commands can be used:

tlmgr [--usermode] install useclass
tlmgr [--usermode] update useclass

If you're a developer interested in contributing to the project's development, or if you simply want to try the latest features before they are released, you can clone the repository from GitHub and use either l3build or make to install the package.

Usage

Use \useclass to load a class with the same usage as \usepackage:

\useclass[<options>]{<class>}

where <options> and <class> are the options and the name of the loaded class, respectively.

Example:

\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.3c of this license or (at your option) any later version. This version of this license is in https://www.latex-project.org/lppl/lppl-1-3c.txt and 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.

useclass's People

Contributors

huangyxi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.