
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
sltx
is a simple (python 3.5+) script, i've written for my own purposes (LaTeX).
It uses sltx-dep.yml
files to track my latex dependencies over various repositories and installs them on the host-system.
I use it only under linux, with texlive installed, but it should work for other os too.
You can configure the installer for your host-system using the sltx-config.yml
or supply it while installing.
The script including the Package sltxpkg
is available with pypi/sltx
So simply install it like any other Python package with sltx
with pip:
pip3 install sltx
Afterwards sltx
should be available as a normal script! Afterwards you can
updates with pip3
and the --upgrade
-flag.
If you just want the auto configuration, type
sltx auto-setup
Please note, that this command requires docker to be installed.
If you have texlive or an comparable variant (having a texmf-home) installed on your local machine
you may use the -d
flag to download the LaTeX-libraries shipped with the container(s).
If you just want to compile a document and have any docker container installed, use:
sltx compile <document>
If you do not want to compile in the docker-container (or if you have none), please use the following instead.
sltx raw-compile <document>
For further help add -h
to the commands to get more information about arguments.
Note: With version 1.64 there should be the wrapper scripts sltxc
for sltx compile
and sltxrc
for sltx raw-compile
.
Just run sltx
or sltx -h
to get the help menu.
If you want to install dependencies from a file like dep.yml
run:
sltx dep dep.yml
If you have your own configuration, lets say it is name "config.yml" add -c config.yml
.
If you want to generate a github workflow just type sltx gen-gha
.
FAQs
sltx-utility
We found that sltx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.