texlive-fink 2025.2
LaTeX2e file name keeper
This package keeps track of files included in your document, with \input
or \include
. You then have permanent access to the name of the file currently being processed through the macro \finkfile
.
FiNK has been deprecated and is not maintained anymore. People interested in FiNK's functionality are invited to use a package named currfile
instead.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/fink
- Licenses: LPPL (any version)
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-fink 2025.2
as follows:
guix install texlive-fink@2025.2
Or install the latest version:
guix install texlive-fink
The texlive-fink
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-fink:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.