Menu

Tree [79ba4c] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2023-09-29 Fernando Pujaico Rivera Fernando Pujaico Rivera [ee2948] Initial commit
 LICENSE 2023-09-29 Fernando Pujaico Rivera Fernando Pujaico Rivera [ee2948] Initial commit
 README.md 2023-09-29 Fernando Pujaico Rivera Fernando Pujaico Rivera [ee2948] Initial commit
 env-highlight-brokenpage.pdf 2024-08-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [79ba4c] agregando color de texto
 env-highlight-brokenpage.sty 2024-08-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [79ba4c] agregando color de texto
 env-highlight-brokenpage.tex 2024-08-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [79ba4c] agregando color de texto
 screenshot.png 2023-09-29 Fernando Pujaico Rivera Fernando Pujaico Rivera [ee2948] Initial commit

Read Me

env-highlight-brokenpage package

Creates a box environment

Screenshot

Install package

Put the env-highlight-brokenpage.sty file in any of these locations

  • Put the env-highlight-brokenpage.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-brokenpage.sty file in the directory.

    /home/username/texmf/tex/latex/env-highlight-brokenpage/env-highlight-brokenpage.sty
    

Load the package

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

\usepackage{env-highlight-brokenpage}

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

\usepackage{/some/path/env-highlight-brokenpage}
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.