latex-macros-packages env-highlight-simpleround
latex-macro-packages
Status: Beta
Brought to you by:
trucomanx
File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2023-09-28 |
![]() |
[9d5319] Initial commit |
LICENSE | 2023-09-28 |
![]() |
[9d5319] Initial commit |
README.md | 2023-09-28 |
![]() |
[9d5319] Initial commit |
env-highlight-simpleround.pdf | 2023-09-28 |
![]() |
[9d5319] Initial commit |
env-highlight-simpleround.sty | 2023-09-28 |
![]() |
[9d5319] Initial commit |
env-highlight-simpleround.tex | 2023-09-28 |
![]() |
[9d5319] Initial commit |
screenshot.png | 2023-09-28 |
![]() |
[9d5319] Initial commit |
Creates a box environment
Put the env-highlight-simpleround.sty
file in any of these locations
env-highlight-simpleround.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 env-highlight-simpleround.sty
file in the directory.
/home/username/texmf/tex/latex/env-highlight-simpleround/env-highlight-simpleround.sty
To load the package use the next command in the preamble of main tex document.
\usepackage{env-highlight-simpleround}
The command usepackage
find the env-highlight-simpleround.sty
file in the directories listed in the last section.
By other side, if we locate the env-highlight-simpleround.sty
file in /some/path
,
the we can load the package using the next command.
\usepackage{/some/path/env-highlight-simpleround}