Menu

Tree [e6f234] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2023-10-13 Fernando Pujaico Rivera Fernando Pujaico Rivera [439123] Initial commit
 LICENSE 2023-10-13 Fernando Pujaico Rivera Fernando Pujaico Rivera [439123] Initial commit
 README.md 2023-10-13 Fernando Pujaico Rivera Fernando Pujaico Rivera [439123] Initial commit
 chapter-format-formalbar.pdf 2025-05-22 Fernando Pujaico Rivera Fernando Pujaico Rivera [e6f234] ordenando
 chapter-format-formalbar.sty 2025-05-22 Fernando Pujaico Rivera Fernando Pujaico Rivera [4fc3ff] ordenando
 chapter-format-formalbar.tex 2025-05-22 Fernando Pujaico Rivera Fernando Pujaico Rivera [e6f234] ordenando
 screenshot.png 2023-10-13 Fernando Pujaico Rivera Fernando Pujaico Rivera [439123] Initial commit

Read Me

chapter-format-formalbar package

Modifiy de chapter format

Screenshot

Install package

Put the chapter-format-formalbar.sty file in any of these locations

  • Put the chapter-format-formalbar.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 chapter-format-formalbar.sty file in the directory.

    /home/username/texmf/tex/latex/chapter-format-formalbar/chapter-format-formalbar.sty
    

Load the package

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

\usepackage{chapter-format-formalbar}

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

\usepackage{/some/path/chapter-format-formalbar}
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.