| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2025-07-04 |
|
[3c4186] ordenando |
| LICENSE | 2022-05-13 |
|
[ca2d0d] Agregando screenshot |
| README.md | 2023-09-29 |
|
[648d6d] ordenando |
| chan-chan.png | 2023-10-19 |
|
[ed0800] ordenando |
| screenshot.png | 2022-05-13 |
|
[ca2d0d] Agregando screenshot |
| separator-rule.pdf | 2025-07-04 |
|
[3c4186] ordenando |
| separator-rule.sty | 2025-07-04 |
|
[3c4186] ordenando |
| separator-rule.tex | 2023-10-19 |
|
[ed0800] ordenando |
Creates macros to show separator rules

Put the separator-rule.sty file in any of these locations
separator-rule.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 separator-rule.sty file in the directory.
/home/username/texmf/tex/latex/separator-rule/separator-rule.sty
To load the package use the next command in the preamble of main tex document.
\usepackage{separator-rule}