| Name: | texlive-listings |
|---|---|
| Epoch: | 9 |
| Version: | 20200406 |
| Release: | 25.el9 |
| Architecture: | noarch |
| Group: | Applications/Publishing |
| Size: | 3041271 |
| License: | LPPL |
| RPM: | texlive-listings-20200406-25.el9.noarch.rpm |
| Source RPM: | texlive-20200406-25.el9.src.rpm |
| Build Date: | Sat May 07 2022 |
| 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: #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
- Resolves: #1960650 - Texlive is missing xpatch.sty
- Related: #1958286, Rebuild Texlive due to API/ABI change in poppler