Menu

Tree [635e1e] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2023-11-04 Fernando Pujaico Rivera Fernando Pujaico Rivera [8e2ad2] ordenando
 LICENSE 2023-11-03 Fernando Pujaico Rivera Fernando Pujaico Rivera [f37b1b] Initial commit
 README.md 2023-11-03 Fernando Pujaico Rivera Fernando Pujaico Rivera [f37b1b] Initial commit
 screenshot.png 2023-11-03 Fernando Pujaico Rivera Fernando Pujaico Rivera [f37b1b] Initial commit
 wrapper-variable.pdf 2024-08-29 Fernando Pujaico Rivera Fernando Pujaico Rivera [635e1e] ordenando
 wrapper-variable.sty 2023-11-04 Fernando Pujaico Rivera Fernando Pujaico Rivera [ba678b] ordenando
 wrapper-variable.tex 2023-11-04 Fernando Pujaico Rivera Fernando Pujaico Rivera [ba678b] ordenando

Read Me

wrapper-variable package

Creates commands with variable wrapper

Screenshot

Install package

Put the wrapper-variable.sty file in any of these locations

  • Put the wrapper-variable.sty file in the same path of main tex file, or.
  • Execute the commmand:

    kpsewhich -var-value=TEXMFHOME
    

    and this returns the path of local tex files. By example, if returns

    /home/username/texmf
    

    then, put the wrapper-variable.sty file in the directory.

    /home/username/texmf/tex/latex/wrapper-variable/wrapper-variable.sty
    

Load the package

To load the package use the next command in the preamble of main tex document.

\usepackage{wrapper-variable}

The command usepackage find the wrapper-variable.sty file in the directories listed in the last section.
By other side, if we locate the wrapper-variable.sty file in /some/path,
the we can load the package using the next command.

\usepackage{/some/path/wrapper-variable}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.