| Name: | texlive-listings |
|---|---|
| Epoch: | 7 |
| Version: | 20180414 |
| Release: | 14.el8 |
| Architecture: | noarch |
| Group: | Applications/Publishing |
| Size: | 1696724 |
| License: | LPPL |
| RPM: | texlive-listings-20180414-14.el8.noarch.rpm |
| Source RPM: | texlive-20180414-14.el8.src.rpm |
| Build Date: | Mon Nov 11 2019 |
| Build Host: | jenkins-10-147-72-125-78f0649f-0d81-4ed9-8a5f-f87f52bdc01d.appad1iad.osdevelopmeniad.oraclevcn.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). |
- Rebuild due to soname bump in poppler-0.66.0-21 - Resolves: #1715843
- Resolves: #1665917, annocheck distro flag failures
- texconfig is needed in texconfig-sys, added Requirement texlive-texconfig - multilib issue detected by rpmdiff - drop obsoleted patch for poppler-0.58 - XML validity issue Related: #1602712
- Resolves: #1602712, review covscan
- Resolves: #1632804, CVE-2018-17407
- Fixed #1624178, another annocheck distro flag failures
- Fixed #1624178 annocheck distro flag failures
- fixed VerifyTest
- Rebuild for poppler-0.66.0 - Backport required fixes
- fixed trigger error