jacobarchambault/texbox
A Fedora Toolbx with TexStudio and several other useful LaTeX fonts and classes pre-installed
30
A Dockerfile and shell script for creating a Fedora Toolbx with the following pre-installed:
lipsum
, siunitx
, fontawesome
and nth
TeX styles, and the Cormorant Garamond font - ideal for creating resumes with PrometheusCV.An image for creating a Fedora toolbox with TeXstudio and several other TeX styles and documents pre-installed. As such, it provides an image to get you up and running with a bare bones development environment for writing academic papers, resumes, and CVs with TexStudio.
To create the toolbox, open a terminal and run toolbox create -i docker.io/jacobarchambault/texbox texbox
Once the script has completed, you can run toolbox enter texbox
to enter into the development environment. To open TeXstudio, enter texstudio
into the terminal.
Toolbx
Toolbx is a project for building containerized development environments built on OCI compliant technologies including Podman and Buildah. It comes pre-installed on Linux Fedora workstations, and is an integral part of developing on Silverblue, Fedora's atomic desktop variant.
Traditionally, a developer would install whatever applications they need directly onto their laptop. This can lead to several problems:
In contrast with traditional development environments, Toolbx can be used to build and run reproducible, isolated, and portable development environments with a single command.
docker pull jacobarchambault/texbox