fileparse Code
Brought to you by:
mscharrer
| File | Date | Author | Commit |
|---|---|---|---|
| Makefile | 2020-09-29 |
|
[5b34d5] Updated email address in Makefile |
| README | 2016-04-24 |
|
[dc5584] Added copyright year. |
| fftest.tex | 2013-02-03 |
|
[0e43d9] Basic version of findfile.sty. |
| fgtest.tex | 2013-02-03 |
|
[0e43d9] Basic version of findfile.sty. |
| fileparse.dtx | 2013-02-02 |
|
[696344] Initial import. |
| fileparse.ins | 2013-02-02 |
|
[696344] Initial import. |
| fileparse.sty | 2013-02-03 |
|
[75b17e] Changed macros to not include extra \fi's. |
| findfile.sty | 2013-02-03 |
|
[0e43d9] Basic version of findfile.sty. |
| test.tex | 2013-02-02 |
|
[14be3c] Catcodes, default extension, dot-extension macro. |
LaTeX package 'fileparse' ~~~~~~~~~~~~~~~~~~~~~~~~~ Copyright (c) 2013-2016 by Martin Scharrer <martin@scharrer-online.de> CTAN: http://www.ctan.org/pkg/fileparse Code repository: https://bitbucket.org/martin_scharrer/fileparse The 'fileparse' package provides macros for package and document authors to parse a given file path into its different parts, like basename, extension and directory. It is designed to be more robust than the \filename@parse macro from the LaTeX core. For once it handles filenames with multiple dots correctly.