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