Name: | texlive-listings |
---|---|
Epoch: | 9 |
Version: | 20200406 |
Release: | 26.el9_2 |
Architecture: | noarch |
Group: | Applications/Publishing |
Size: | 3041271 |
License: | LPPL |
RPM: | texlive-listings-20200406-26.el9_2.noarch.rpm |
Source RPM: | texlive-20200406-26.el9_2.src.rpm |
Build Date: | Mon Jun 19 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://tug.org/texlive/ |
Summary: | Typeset source code listings using LaTeX |
Description: | Typeset programs (programming code) within LaTeX. The source code is read directly by TeX. Keywords, comments and strings can be typeset using different styles (default is bold for keywords, italic for comments and no special style for strings). Includes support for hyperref. To use, simply \usepackage{listings}, identify the language with \lstset{language=Python}, then employ the \begin{lstlisting} ... \end{lstlisting} environment or the \lstinputlisting{filename.py} command. Short (in-line) listings are also available, using either \lstinline|...| or | ... | (after defining the | token with the \lstMakeShortInline command). |
- Resolves: #2209872, CVE-2023-32700
- Resolves: #2031879, fix invalid symlink to mktexmf
- Related: #2014453, fixed dependencies
- Resolves: #2014453, runtime requirement on python-unversioned-command
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Related: #1960650, updated create-clean-texlive.sh, dropped ps2pk
- Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065
- Related: #1960650, add create-clean-texlive.sh to generate clean tarball from released build tarballs, update URLs
- Related: #1960650 - fixed license tags and rpath issue