https://github.com/filmil/scons-latex-hello-world
A basic hello-world-like example for Latex with scons-powered build
https://github.com/filmil/scons-latex-hello-world
Last synced: 8 months ago
JSON representation
A basic hello-world-like example for Latex with scons-powered build
- Host: GitHub
- URL: https://github.com/filmil/scons-latex-hello-world
- Owner: filmil
- Created: 2011-08-13T06:15:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-13T06:20:57.000Z (over 14 years ago)
- Last Synced: 2025-01-25T07:28:34.221Z (10 months ago)
- Homepage:
- Size: 161 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
scons and LaTeX Hello World.
============================
This is a minimal LaTeX project that uses scons as its build system.
Preconditions
~~~~~~~~~~~~~
1. Ensure that scons is installed on your system.
2. Ensure that latex is installed correctly on your system.
Building
~~~~~~~~
scons
(yes, it's that easy)
This will produce a file called hello-world.pdf that contains the end
result of the compilation. There will be interim files too, but for
this simple example you don't care about them.
Cleaning
~~~~~~~~
scons -c
(yes, it's that easy)
This will remove all interim files from the source directory, leaving
only the source files and the build system files.
Actually there will be a hidden scons database, but we don't care
about it as it is a dot-prefixed filename that is normally not seen in
the directory listing.
Contact
~~~~~~~
Suggestions et al:
filmil at gmail dot com