Directory macros/latex/contrib/download
README
%% download - download files with LaTeX %% %% Copyright (C) 2012-2019 by Simon Sigurdhsson <sigurdhsson@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Simon Sigurdhsson. %% %% This work consists of the file download.tex %% and the derived file download.sty. This is version 1.2 of the download package, a package which allows LaTeX to download files using wget or cURL. The following files are enclosed. README - This file Makefile - GNU Makefile for making the package and documentation download.tex - LaTeX source code of the package and documentation download.pdf - PDF version of the documentation Installation notes: The easiest way to install this package, assuming you have obtained the source code from Github or CTAN, is to simply run `make install`. This will generate package code and documentation, install it into TEXMFHOME and run `mktexlsr`. If you wish to compile the package but not install it, run `make all` instead. If you insist on doing it manually, remember that you must use `pdflatex` (not `tex` or `latex`).
Download the contents of this package in one zip archive (260.6k).
download – Allow LaTeX to download files using an external process
The package allows the user to download files (using cURL or wget), from within a document.
To run the external commands, LaTeX (or whatever) needs to be run with the --shell-escape flag; this creates a tension between your needs and the security implications of the flag; users should exercise due caution.
Package | download |
Version | 1.2 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2012–2019 Simon Sigurdhsson |
Maintainer | Simon Sigurdhsson |
TDS archive | download.tds.zip |
Contained in | TeX Live as download MiKTeX as download |
Topics | External code |