diff --git a/anolis/rnotes/anolis-23.md b/anolis/rnotes/anolis-23.md new file mode 100644 index 0000000000000000000000000000000000000000..c390719a2003c1984a288391e1aa1f843f1dce7a --- /dev/null +++ b/anolis/rnotes/anolis-23.md @@ -0,0 +1,13857 @@ +Anolis OS 23.1 分层分类报告 +===================================== + +## 0. 引言 +当前报告是由相关统计程序通过自动训练和筛选所得出的结果,该结果会按需进行持续调整和演进 + +## 1. 分层分类数据 + rpm_name | src_name | description | summary | 分层 | 分类 +---|---|---|---|---|--- + abattis-cantarell-fonts | abattis-cantarell-fonts | This package is the default font for the user interface, which replaces Bitstream Vera.The font was originally created by Dave Crossland in 2009. | Humanist sans serif font | 3 | 库 + abattis-cantarell-vf-fonts | abattis-cantarell-fonts | The Cantarell font family is a contemporary Humanist sans serifdesigned for on-screen reading. The fonts were originally designedby Dave Crossland. | Humanist sans serif font (variable) | 3 | 库 + abi-compliance-checker | abi-compliance-checker | A tool for checking backward binary compatibility of a shared C/C++ library. Itchecks for changes in calling stack, changes in v-table, removed symbols, etc. | An ABI Compliance Checker | 3 | 工具 + abi-dumper | abi-dumper | A tool to dump ABI of an ELF object containing DWARF debug info.The tool is intended to be used with ABI Compliance Checker tool for trackingABI changes of a C/C++ library or kernel module. | Tool to dump ABI of an ELF object containing DWARF debug info | 3 | 工具 + abseil-cpp | abseil-cpp | Abseil is an open-source collection of C++ library code designed to augmentthe C++ standard library. The Abseil library code is collected fromGoogle's own C++ code base, has been extensively tested and used inproduction, and is the same code we depend on in our daily coding lives.In some cases, Abseil provides pieces missing from the C++ standard; inothers, Abseil provides alternatives to the standard for special needs we'vefound through usage in the Google code base. We denote those cases clearlywithin the library code we provide you.Abseil is not meant to be a competitor to the standard library; we've justfound that many of these utilities serve a purpose within our code base,and we now want to provide those resources to the C++ community as a whole. | C++ Common Libraries | 3 | 库 + abseil-cpp-devel | abseil-cpp | Development headers for abseil-cpp | Development files for abseil-cpp | 3 | 服务 + abseil-cpp-doc | abseil-cpp | Doc files for abseil-cpp | Doc files for abseil-cpp | 3 | 服务 + accel-config | accel-config | Accel-config is an open-source utility library for controlling and configuringIntel Data Streaming Accelerator (DSA) and Intel Analytics Accelerator (IAA)sub-systems within the Linux kernel. It provides a user-friendly interface toconfigure, manage, and monitor these sub-systems.The library supports a range of DSA and IAA hardware accelerators, includingFPGA-based accelerators, which can perform complex data processing tasks suchas compression, encryption, and data analytics. The library enables users toconfigure these accelerators to optimize performance for their specific use case.Accel-config has several key features, including:Configuration management: Accel-config provides a unified interface toconfigure, manage, and monitor DSA and IAA sub-systems within the Linux kernel.Users can modify the configuration of individual hardware accelerators andpipelines to optimize performance.Performance monitoring: Accel-config includes a set of monitoring tools thatenable users to monitor the performance of DSA and IAA sub-systems in real-time.This can help identify performance bottlenecks, optimize system configuration,and improve overall system performance.Debugging tools: Accel-config provides a set of debugging tools that enableusers to diagnose and troubleshoot issues with DSA and IAA sub-systems. Thisincludes tools for tracing data flow through pipelines, identifying hardwarefaults, and testing individual hardware accelerators.Scalability: Accel-config is designed to scale to large-scale deployments,supporting multiple hardware accelerators and pipelines. It can be integratedwith existing monitoring and management tools to provide a unified interfacefor managing complex data processing systems.Overall, Accel-config is a powerful tool for managing and optimizing Intel DSAand IAA sub-systems within the Linux kernel. It provides a user-friendlyinterface for configuring and monitoring these sub-systems, enabling users tooptimize performance for their specific use case. | Configure accelerator subsystem devices | 3 | 库 + accel-config-devel | accel-config | The accel-config-devel package contains libraries and header files fordeveloping applications that use accel-config. | Development files for libaccfg | 3 | 库 + accel-config-libs | accel-config | Libraries for accel-config. | Configuration library for accelerator subsystem devices | 3 | 库 + accountsservice | accountsservice | The accountsservice project provides a set of D-Bus interfaces forquerying and manipulating user account information and an implementationof these interfaces, based on the useradd, usermod and userdel commands. | D-Bus interfaces for querying and manipulating user account information | 3 | 服务 + accountsservice-devel | accountsservice | The accountsservice-devel package contains headers and otherfiles needed to build applications that use accountsservice-libs. | Development files for accountsservice-libs | 3 | 服务 + accountsservice-libs | accountsservice | The accountsservice-libs package contains a library that canbe used by applications that want to interact with the accountsservicedaemon. | Client-side library to talk to accountsservice | 3 | 服务 + acl | acl | This package contains the getfacl and setfacl utilities needed formanipulating access control lists. | Access control list utilities | 1 | 工具 + acpica-tools | acpica-tools | The ACPI Component Architecture (ACPICA) project provides an OS-independentreference implementation of the Advanced Configuration and Power InterfaceSpecification (ACPI). ACPICA code contains those portions of ACPI meant tobe directly integrated into the host OS as a kernel-resident subsystem, anda small set of tools to assist in developing and debugging ACPI tables.This package contains only the user-space tools needed for ACPI tabledevelopment, not the kernel implementation of ACPI. The following commandsare installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package)This version of the tools is being released under GPLv2 license. | ACPICA tools for the development and debug of ACPI tables | 3 | 工具 + acpica-tools-doc | acpica-tools | Doc files for acpica-tools | Doc files for acpica-tools | 3 | 工具 + acpid | acpid | acpid is a daemon that dispatches ACPI events to user-space programs. | ACPI Event Daemon | 2 | 服务 + adcli | adcli | adcli is a tool for joining an Active Directory domain usingstandard LDAP and Kerberos calls. | Active Directory enrollment | 3 | 工具 + adcli-doc | adcli | adcli is a tool for joining an Active Directory domain usingstandard LDAP and Kerberos calls. This package contains itsdocumentation. | adcli documentation | 3 | 工具 + adobe-mappings-cmap | adobe-mappings-cmap | CMap (Character Map) resources are used to unidirectionally map character codes,such as Unicode encoding form, to CIDs (Character IDs -- meaning glyphs) of aCIDFont resource.These CMap resources are useful for some applications (e.g. Ghostscript) tocorrectly display text containing Japanese, (Traditional) Chinese, or Koreancharacters. | CMap resources for Adobe's character collections | 3 | 工具 + adobe-mappings-cmap-deprecated | adobe-mappings-cmap | This sub-package contains currently deprecated CMap resources that someapplications might still require to function properly. | Deprecated CMap resources for Adobe's character collections | 3 | 工具 + adobe-mappings-cmap-devel | adobe-mappings-cmap | This package is useful for development purposes only. It installs RPMmacros useful for building packages against adobe-mappings-cmap,as well as all the fonts contained in this font set. | RPM macros for Adobe's CMap resources for character collections | 3 | 工具 + adobe-mappings-pdf | adobe-mappings-pdf | Mapping resources for PDF have a variety of functions, such as mapping CIDs(Character IDs) to character codes, or mapping character codes to othercharacter codes.These mapping resources for PDF should not be confused with CMap resources.While both types of resources share the same file structure and syntax, theyhave very different functions.These PDF mapping resources are useful for some applications (e.g. Ghostscript)to function properly. | PDF mapping resources from Adobe | 3 | 工具 + adobe-mappings-pdf-devel | adobe-mappings-pdf | This package is useful for development purposes only. It installs RPMmacros useful for building packages against adobe-mappings-pdf,as well as all the fonts contained in this font set. | RPM macros for Adobe's PDF mapping resources | 3 | 工具 + adobe-source-code-pro-fonts | adobe-source-code-pro-fonts | This font is an open-source monospaced typeface designed byPaul D. Hunt for Adobe Systems. It was created to improve thelegibility of coding fonts and is widely used by developers anddesigners worldwide. This typeface is available in multipleweights and styles, making it versatile and adaptable to differentdesign projects. Adobe Source Code Pro is a popular choice forcoding and programming environments, as it is easy to read anddistinguish between different characters, even at small font sizes.It is free to use and can be downloaded from the Adobe website. | A set of mono-spaced OpenType fonts designed for coding environments | 3 | 工具 + adwaita-cursor-theme | adwaita-icon-theme | The adwaita-cursor-theme package contains a modern set of cursors originallydesigned for the GNOME desktop. | Adwaita cursor theme | 3 | 工具 + adwaita-gtk2-theme | gnome-themes-extra | The adwaita-gtk2-theme package contains a gtk2 theme for presenting widgetswith a GNOME look and feel. | Adwaita gtk2 theme | 3 | 服务 + adwaita-icon-theme | adwaita-icon-theme | This package contains the Adwaita icon theme used by the GNOME desktop. | Adwaita icon theme | 3 | 工具 + adwaita-icon-theme-devel | adwaita-icon-theme | The adwaita-icon-theme-devel package contains the pkgconfig file fordeveloping applications that use adwaita-icon-theme. | Development files for adwaita-icon-theme | 3 | 工具 + aide | aide | AIDE (Advanced Intrusion Detection Environment) is a file integritychecker and intrusion detection program. | Intrusion detection environment | 3 | 工具 + aide-doc | aide | The aide-doc package contains documentation files for aide. | Documentation files for aide | 3 | 工具 + alsa-lib | alsa-lib | This package includes the ALSA runtime libraries to simplify applicationprogramming and provide higher level functionality as well as support forthe older OSS API, providing binary compatibility for most OSS programs.The Advanced Linux Sound Architecture (ALSA) provides audio and MIDIfunctionality to the Linux operating system. | The Advanced Linux Sound Architecture (ALSA) library | 2 | 库 + alsa-lib-devel | alsa-lib | This package includes the ALSA development libraries for developingagainst the ALSA libraries and interfaces.The Advanced Linux Sound Architecture (ALSA) provides audio and MIDIfunctionality to the Linux operating system. | Development files from the ALSA library | 2 | 库 + alsa-topology | alsa-lib | The Advanced Linux Sound Architecture (ALSA) topology configurationcontains alsa-lib configuration of SoC topology | ALSA Topology configuration | 2 | 服务 + alsa-ucm | alsa-lib | The Advanced Linux Sound Architecture (ALSA) Use Case Manager configurationcontains alsa-lib configuration of Audio input/output names and routing | ALSA Use Case Manager configuration | 2 | 库 + alsa-utils | alsa-utils | This package contains command line utilities for the Advanced Linux SoundArchitecture (ALSA). | Advanced Linux Sound Architecture (ALSA) utilities | 2 | 工具 + alternatives | chkconfig | The alternatives package in Linux creates, removes, maintains and displaysinformation about the symbolic links comprising the alternatives system.It is possible for several programs fulfilling the same or similar functionsto be installed on a single system at the same time. | A ultility to manage symbolic links determining default commands | 3 | 工具 + amtk | amtk | Amtk is the acronym for “Actions, Menus and Toolbars Kit”. It is a basicGtkUIManager replacement based on GAction. It is suitable for both atraditional UI or a modern UI with a GtkHeaderBar. | Actions, Menus and Toolbars Kit for GTK+ applications | 3 | 工具 + amtk-devel | amtk | The amtk-devel package contains libraries and header files fordeveloping applications that use amtk. | Development files for amtk | 3 | 工具 + amtk-doc | amtk | This package contains documentation for amtk. | Documentation files for amtk | 3 | 工具 + anaconda | anaconda | The anaconda package is a metapackage for the Anaconda installer. | Graphical system installer | 2 | 工具 + anaconda-core | anaconda | The anaconda-core package contains the program which was used to install yoursystem. | Core of the Anaconda installer | 2 | 工具 + anaconda-dracut | anaconda | The 'anaconda' dracut module handles installer-specific boot tasks andoptions. This includes driver disks, kickstarts, and finding the anacondaruntime on NFS/HTTP/FTP servers or local disks. | The anaconda dracut module | 2 | 工具 + anaconda-gui | anaconda | This package contains graphical user interface for the Anaconda installer. | Graphical user interface for the Anaconda installer | 2 | 工具 + anaconda-install-env-deps | anaconda | The anaconda-install-env-deps metapackage lists all installation environment dependencies.This makes it possible for packages (such as Initial Setup) to depend on the main Anaconda package withoutpulling in all the install time dependencies as well. | Installation environment specific dependencies | 2 | 工具 + anaconda-install-img-deps | anaconda | The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.Add this package to an image build (eg. with lorax) to ensure all Anaconda capabilities are supported in the resulting image. | Installation image specific dependencies | 2 | 工具 + anaconda-live | anaconda | The anaconda-live package contains scripts, data and dependencies requiredfor live installations. | Live installation specific files and dependencies | 3 | 工具 + anaconda-tui | anaconda | This package contains textual user interface for the Anaconda installer. | Textual user interface for the Anaconda installer | 2 | 工具 + anaconda-widgets | anaconda | This package contains a set of custom GTK+ widgets used by the anaconda installer. | A set of custom GTK+ widgets for use with anaconda | 3 | 工具 + anaconda-widgets-devel | anaconda | This package contains libraries and header files needed for writing the anacondainstaller. It also contains Python and Glade support files, as well asdocumentation for working with this library. | Development files for anaconda-widgets | 2 | 工具 + annobin-annocheck | annobin | Installs the annocheck program which uses the notes generated by annobin tocheck that the specified files were compiled with the correct securityhardening options. | A tool for checking the security hardening status of binaries | 3 | 工具 + annobin-docs | annobin | Provides the documentation files and example shell scripts for use with annobin. | Documentation and shell scripts for use with annobin | 3 | 工具 + annobin-plugin-gcc | annobin | Installs an annobin plugin that can be used by gcc. | annobin gcc plugin | 3 | 工具 + anolis-backgrounds | anolis-logos | Licensed only for approved usage, see COPYING for details. | Anolis OS related desktop backgrounds | 1 | 库 + anolis-epao-release | anolis-rawhide-release | This package contains the EPAO Packages for Anolis OS 23 repositoryGPG key as well as configuration for yum. | EPAO Packages for Anolis OS 23 repository configuration | 1 | 库 + anolis-gpg-keys | anolis-release | Anolis OS RPM signature keys | Anolis OS RPM keys | 1 | 库 + anolis-logos | anolis-logos | Licensed only for approved usage, see COPYING for details. | Anolis OS related icons and pictures | 1 | 库 + anolis-logos-httpd | anolis-logos | Licensed only for approved usage, see COPYING for details. | Anolis OS related icons and pictures used by httpd | 1 | 库 + anolis-logos-ipa | anolis-logos | Licensed only for approved usage, see COPYING for details. | Anolis OS related icons and pictures used by ipa | 1 | 库 + anolis-nightly-release | anolis-rawhide-release | Anolis OS 23 nightly repository. | Anolis OS 23 nightly repository configuration | 1 | 库 + anolis-release | anolis-release | Anolis OS 23 release files | Anolis OS 23 release file | 1 | 库 + anolis-repos | anolis-release | Anolis OS package repository files for yum and dnf | Anolis OS package repositories | 1 | 库 + ant | ant | Apache Ant is a Java library and command-line tool whose mission is todrive processes described in build files as targets and extensionpoints dependent upon each other. The main known usage of Ant is thebuild of Java applications. Ant supplies a number of built-in tasksallowing to compile, assemble, test and run Java applications. Antcan also be used effectively to build non Java applications, forinstance C or C++ applications. More generally, Ant can be used topilot any type of process which can be described in terms of targetsand tasks. | Java build tool | 3 | 工具 + ant-junit | ant | Optional junit tasks for ant. | Optional junit tasks for ant | 3 | 库 + ant-lib | ant | Core part of Apache Ant that can be used as a library. | Core part of ant | 3 | 库 + aom | aom | The Alliance for Open Media’s focus is to deliver a next-generationvideo format that is: - Interoperable and open; - Optimized for the Internet; - Scalable to any modern device at any bandwidth; - Designed with a low computational footprint and optimized for hardware; - Capable of consistent, highest-quality, real-time video delivery; and - Flexible for both commercial and non-commercial content, including user-generated content.This package contains the reference encoder and decoder. | Royalty-free next-generation video format | 3 | 库 + aom-doc | aom | The aom-doc package contains documentation files for aom. | Documentation files for aom | 3 | 库 + aopalliance | aopalliance | Aspect-Oriented Programming (AOP) offers a better solution to manyproblems than do existing technologies, such as EJB. AOP Allianceintends to facilitate and standardize the use of AOP to enhanceexisting middleware environments (such as J2EE), or developmentenvironements (e.g. Eclipse). The AOP Alliance also aims to ensureinteroperability between Java/J2EE AOP implementations to build alarger AOP community. | Java/J2EE AOP standards | 3 | 库 + aopalliance-javadoc | aopalliance | API documentation for aopalliance. | API documentation for aopalliance | 3 | 库 + apache-commons-beanutils | apache-commons-beanutils | The scope of this package is to create a package of Java utility methodsfor accessing and modifying the properties of arbitrary JavaBeans. Nodependencies outside of the JDK are required, so the use of this packageis very lightweight. | Java utility methods for accessing and modifying the properties of arbitrary JavaBeans | 3 | 库 + apache-commons-beanutils-javadoc | apache-commons-beanutils | Javadoc for apache-commons-beanutils. | Javadoc for apache-commons-beanutils | 3 | 库 + apache-commons-cli | apache-commons-cli | The CLI library provides a simple and easy to use API for working with thecommand line arguments and options. | Command Line Interface Library for Java | 3 | 库 + apache-commons-cli-javadoc | apache-commons-cli | API documentation for apache-commons-cli. | API documentation for apache-commons-cli | 3 | 库 + apache-commons-codec | apache-commons-codec | Commons Codec is an attempt to provide definitive implementations ofcommonly used encoders and decoders. Examples include Base64, Hex,Phonetic and URLs. | Implementations of common encoders and decoders | 3 | 库 + apache-commons-codec-javadoc | apache-commons-codec | API documentation for apache-commons-codec. | API documentation for apache-commons-codec | 3 | 库 + apache-commons-collections | apache-commons-collections | The introduction of the Collections API by Sun in JDK 1.2 has been aboon to quick and effective Java programming. Ready access to powerfuldata structures has accelerated development by reducing the need forcustom container classes around each core object. Most Java2 APIs aresignificantly easier to use because of the Collections API.However, there are certain holes left unfilled by Sun'simplementations, and the Jakarta-Commons Collections Component strivesto fulfill them. Among the features of this package are:- special-purpose implementations of Lists and Maps for fast access- adapter classes from Java1-style containers (arrays, enumerations) toJava2-style collections.- methods to test or create typical set-theory properties of collectionssuch as union, intersection, and closure. | Provides new interfaces, implementations and utilities for Java Collections | 3 | 库 + apache-commons-collections4 | apache-commons-collections4 | Commons-Collections seek to build upon the JDK classes by providingnew interfaces, implementations and utilities. | Extension of the Java Collections Framework | 3 | 库 + apache-commons-collections4-javadoc | apache-commons-collections4 | This package provides API documentation for apache-commons-collections4. | API documentation for apache-commons-collections4 | 3 | 库 + apache-commons-collections-javadoc | apache-commons-collections | Javadoc for apache-commons-collections. | Javadoc for apache-commons-collections | 3 | 库 + apache-commons-collections-testframework | apache-commons-collections | Testframework for apache-commons-collections. | Testframework for apache-commons-collections | 3 | 库 + apache-commons-compress | apache-commons-compress | The Apache Commons Compress library defines an API for working withar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200 and bzip2 files.In version 1.14 read-only support for Brotli decompression has been added,but it has been removed form this package. | Java API for working with compressed files and archivers | 3 | 库 + apache-commons-exec | apache-commons-exec | Commons Exec is a library for dealing with external process execution andenvironment management in Java. | Java library to reliably execute external processes from within the JVM | 3 | 库 + apache-commons-exec-javadoc | apache-commons-exec | This package contains the API documentation for apache-commons-exec. | Javadocs for apache-commons-exec | 3 | 库 + apache-commons-io | apache-commons-io | Commons-IO contains utility classes, stream implementations,file filters, and endian classes. It is a library of utilitiesto assist with developing IO functionality. | Utilities to assist with developing IO functionality | 3 | 库 + apache-commons-io-javadoc | apache-commons-io | API documentation for apache-commons-io. | API documentation for apache-commons-io | 3 | 库 + apache-commons-jxpath | apache-commons-jxpath | Defines a simple interpreter of an expression language called XPath.JXPath applies XPath expressions to graphs of objects of all kinds:JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. | Simple XPath interpreter | 3 | 库 + apache-commons-jxpath-javadoc | apache-commons-jxpath | This package contains the API documentation for apache-commons-jxpath. | API documentation for apache-commons-jxpath | 3 | 库 + apache-commons-lang3 | apache-commons-lang3 | The standard Java libraries fail to provide enough methods formanipulation of its core classes. The Commons Lang Component providesthese extra methods.The Commons Lang Component provides a host of helper utilities for thejava.lang API, notably String manipulation methods, basic numericalmethods, object reflection, creation and serialization, and Systemproperties. Additionally it contains an inheritable enum type, anexception structure that supports multiple types of nested-Exceptionsand a series of utilities dedicated to help with building methods, suchas hashCode, toString and equals.With version of commons-lang 3.x, developers decided to change API andtherefore created differently named artifact and jar files. This isthe new version, while apache-commons-lang is the compatibilitypackage. | Provides a host of helper utilities for the java.lang API | 3 | 库 + apache-commons-lang3-javadoc | apache-commons-lang3 | API documentation for apache-commons-lang3. | API documentation for apache-commons-lang3 | 3 | 库 + apache-commons-logging | apache-commons-logging | The commons-logging package provides a simple, component orientedinterface (org.apache.commons.logging.Log) together with wrappers forlogging systems. The user can choose at runtime which system they wantto use. In addition, a small number of basic implementations areprovided to allow users to use the package standalone.commons-logging was heavily influenced by Avalon's Logkit and Log4J. Thecommons-logging abstraction is meant to minimize the differences betweenthe two, and to allow a developer to not tie himself to a particularlogging implementation. | Apache Commons Logging | 3 | 库 + apache-commons-logging-javadoc | apache-commons-logging | API documentation for apache-commons-logging. | API documentation for apache-commons-logging | 3 | 库 + apache-ivy | apache-ivy | Apache Ivy is a tool for managing (recording, tracking, resolving andreporting) project dependencies. It is designed as process agnostic and isnot tied to any methodology or structure. while available as a standalonetool, Apache Ivy works particularly well with Apache Ant providing a numberof powerful Ant tasks ranging from dependency resolution to dependencyreporting and publication. | Java-based dependency manager | 3 | 库 + apache-ivy-javadoc | apache-ivy | API documentation for apache-ivy. | API documentation for apache-ivy | 3 | 库 + apache-resource-bundles | apache-resource-bundles | An archive which contains templates for generating the necessary license filesand notices for all Apache releases. | Apache Resource Bundles | 3 | 库 + apiguardian | apiguardian | API Guardian indicates the status of an API element and therefore itslevel of stability as well. It is used to annotate public types,methods, constructors, and fields within a framework or application inorder to publish their API status and level of stability and toindicate how they are intended to be used by consumers of the API. | API Guardian Java annotation | 3 | 库 + apiguardian-javadoc | apiguardian | API documentation for apiguardian. | Javadoc for apiguardian | 3 | 库 + appstream | appstream | AppStream makes it easy to access application information from theAppStream database over a nice GObject-based interface. | Utilities to generate, maintain and access the AppStream database | 3 | 库 + appstream-devel | appstream | Development files for appstream. | Development files for appstream | 3 | 库 + apr | apr | The mission of the Apache Portable Runtime (APR) is to provide afree library of C data structures and routines, forming a systemportability layer to as many operating systems as possible,including Unices, MS Win32, BeOS and OS/2. | Apache Portable Runtime library | 3 | 库 + apr-devel | apr | This package provides the support files which can be used tobuild applications using the APR library. The mission of theApache Portable Runtime (APR) is to provide a free library ofC data structures and routines. | APR library development kit | 3 | 工具 + apr-util | apr-util | The mission of the Apache Portable Runtime (APR) is to provide afree library of C data structures and routines. This librarycontains additional utility interfaces for APR; including supportfor XML, LDAP, database interfaces, URI parsing and more. | Apache Portable Runtime Utility library | 3 | 工具 + apr-util-devel | apr-util | This package provides the support files which can be used tobuild applications using the APR utility library. The missionof the Apache Portable Runtime (APR) is to provide a freelibrary of C data structures and routines. | APR utility library development kit | 3 | 工具 + apr-util-ldap | apr-util | This package provides the LDAP support for the apr-util. | APR utility library LDAP support | 3 | 工具 + apr-util-mysql | apr-util | This package provides the MySQL driver for the apr-util DBD(database abstraction) interface. | APR utility library MySQL DBD driver | 3 | 工具 + apr-util-odbc | apr-util | This package provides the ODBC driver for the apr-util DBD(database abstraction) interface. | APR utility library ODBC DBD driver | 3 | 工具 + apr-util-openssl | apr-util | This package provides the OpenSSL crypto support for the apr-util. | APR utility library OpenSSL crypto support | 3 | 工具 + apr-util-pgsql | apr-util | This package provides the PostgreSQL driver for the apr-utilDBD (database abstraction) interface. | APR utility library PostgreSQL DBD driver | 3 | 工具 + apr-util-sqlite | apr-util | This package provides the SQLite driver for the apr-util DBD(database abstraction) interface. | APR utility library SQLite DBD driver | 3 | 工具 + aqute-bnd | aqute-bnd | The bnd tool helps you create and diagnose OSGi bundles.The key functions are:- Show the manifest and JAR contents of a bundle- Wrap a JAR so that it becomes a bundle- Create a Bundle from a specification and a class path- Verify the validity of the manifest entriesThe tool is capable of acting as:- Command line tool- File format- Directives- Use of macros | BND Tool | 3 | 库 + aqute-bnd-javadoc | aqute-bnd | API documentation for aqute-bnd. | Javadoc for aqute-bnd | 3 | 库 + aqute-bndlib | aqute-bnd | BND library. | BND library | 3 | 库 + argon2 | argon2 | Argon2 is a password-hashing function that summarizes the state of the artin the design of memory-hard functions and can be used to hash passwordsfor credential storage, key derivation, or other applications.It has a simple design aimed at the highest memory filling rate andeffective use of multiple computing units, while still providing defenseagainst tradeoff attacks (by exploiting the cache and memory organizationof the recent processors).Argon2 has three variants: Argon2i, Argon2d, and Argon2id.* Argon2d is faster and uses data-depending memory access, which makes it highly resistant against GPU cracking attacks and suitable for applications with no threats from side-channel timing attacks (eg. cryptocurrencies).* Argon2i instead uses data-independent memory access, which is preferred for password hashing and password-based key derivation, but it is slower as it makes more passes over the memory to protect from tradeoff attacks.* Argon2id is a hybrid of Argon2i and Argon2d, using a combination of data-depending and data-independent memory accesses, which gives some of Argon2i's resistance to side-channel cache timing attacks and much of Argon2d's resistance to GPU cracking attacks.Argon2i, Argon2d, and Argon2id are parametrized by:* A time cost, which defines the amount of computation realized and therefore the execution time, given in number of iterations* A memory cost, which defines the memory usage, given in kibibytes* A parallelism degree, which defines the number of parallel threads | The password-hashing tools | 3 | 工具 + args4j | args4j | args4j is a small Java class library that makes it easyto parse command line options/arguments in your CUI application.- It makes the command line parsing very easy by using annotations- You can generate the usage screen very easily- You can generate HTML/XML that lists all options for your documentation- Fully supports localization- It is designed to parse javac like options (as opposed to GNU-style where ls -lR is considered to have two options l and R) | Java command line arguments parser | 3 | 库 + args4j-javadoc | args4j | This package contains the API documentation for args4j. | API documentation for args4j | 3 | 库 + asciidoc | asciidoc | AsciiDoc is a text document format for writing short documents,articles, books and UNIX man pages. AsciiDoc files can be translatedto HTML and DocBook markups using the asciidoc(1) command. | Text based document generation | 3 | 工具 + asio-devel | asio | Header files you can use to develop applications with asio.The asio package contains a cross-platform C++ library for network programmingthat provides developers with a consistent asynchronous I/O model using amodern C++ approach. | Header files for asio | 3 | 库 + aspell | aspell | GNU Aspell is a Free and Open Source spell checker designed to eventuallyreplace Ispell. It can either be used as a library or as an independentspell checker. Its main feature is that it does a much better job ofcoming up with possible suggestions than just about any other spell checkerout there for the English language, including Ispell and Microsoft Word.It also has many other technical enhancements over Ispell such as usingshared memory for dictionaries and intelligently handling personaldictionaries when more than one Aspell process is open at once. | Spell checker | 3 | 工具 + aspell-devel | aspell | The aspell-devel package includes librariesand header files needed for Aspell development. | Libraries and header files for Aspell development | 3 | 工具 + aspell-en | aspell-en | Provides the word list/dictionaries for the following: English, CanadianEnglish, British English | English dictionaries for Aspell | 3 | 工具 + assertj-core | assertj-core | A rich and intuitive set of strongly-typed assertions to use for unit testing(either with JUnit or TestNG). | Library of assertions similar to fest-assert | 3 | 库 + assertj-core-javadoc | assertj-core | This package provides API documentation for assertj-core. | API documentation for assertj-core | 3 | 库 + at | at | At and batch read commands from standard input or from a specifiedfile. At allows you to specify that a command will be run at aparticular time. Batch will execute commands when the system loadlevels drop to a particular level. Both commands use user's shell.You should install the at package if you need a utility fortime-oriented job control. Note: If it is a recurring job that willneed to be repeated at the same time every day/week, etc. you shoulduse crontab instead. | Job spooling tools | 3 | 工具 + atf-tests | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package installs the run-time tests for all the components of ATF, whichinclude tests for the C, C++ and POSIX shell libraries and the run-time tools.Please see the README file in the documentation directory for furtherdetails on how to run the installed tests. | Automated Testing Framework - Test suite | 3 | 库 + atinject | atinject | This package specifies a means for obtaining objects in such a way asto maximize reusability, testability and maintainability compared totraditional approaches such as constructors, factories, and servicelocators (e.g., JNDI). This process, known as dependency injection, isbeneficial to most nontrivial applications. | Dependency injection specification for Java (JSR-330) | 3 | 库 + atinject-javadoc | atinject | API documentation for atinject. | API documentation for atinject | 3 | 库 + atk | at-spi2-core | The ATK library provides a set of interfaces for adding accessibilitysupport to applications and graphical user interface toolkits. Bysupporting the ATK interfaces, an application or toolkit can be usedwith tools such as screen readers, magnifiers, and alternative inputdevices. | Interfaces for accessibility support | 3 | 库 + atk-devel | at-spi2-core | This package includes libraries, header files, and developer documentationneeded for development of applications or toolkits which use ATK. | Development files for the ATK accessibility toolkit | 3 | 库 + atkmm | atkmm | atkmm provides a C++ interface for the ATK library. Highlightsinclude typesafe callbacks, widgets extensible via inheritance and acomprehensive set of widget classes that can be freely combined toquickly create complex user interfaces. | C++ interface for the ATK library | 3 | 库 + atkmm-devel | atkmm | The atkmm-devel package contains libraries and header files fordeveloping applications that use atkmm. | Development files for atkmm | 3 | 库 + atlas | atlas | The ATLAS (Automatically Tuned Linear Algebra Software) project is anongoing research effort f(ocusing on applying empirical techniques inorder to provide portable performance. At present, it provides C andFortran77 interfaces to a portably efficient BLAS implementation, aswell as a few routines from LAPACK.The performance improvements in ATLAS are obtained largely viacompile-time optimizations and tend to be specific to a given hardwareconfiguration. In order to package ATLAS some compromisesare necessary so that good performance can be obtained on a varietyof hardware. This set of ATLAS binary packages is therefore notnecessarily optimal for any specific hardware configuration. However,the source package can be used to compile customized ATLAS packages;see the documentation for information. | Automatically Tuned Linear Algebra Software | 3 | 库 + atlas-corei2 | atlas | This package contains the ATLAS (Automatically Tuned Linear AlgebraSoftware) libraries compiled with optimizations for the Corei2 (Ivy/Sandy bridge)CPUs. The base ATLAS builds for the x86_64 architecture are made for the hammer64 CPUs. | ATLAS libraries for Corei2 (Ivy/Sandy bridge) CPUs | 2 | 库 + atlas-corei2-devel | atlas | This package contains shared and static versions of the ATLAS(Automatically Tuned Linear Algebra Software) libraries compiled withoptimizations for the corei2 (Ivy/Sandy bridge) CPUs. | Development libraries for ATLAS for Corei2 (Ivy/Sandy bridge) CPUs | 3 | 库 + atlas-corei2-static | atlas | This package contains the ATLAS (Automatically Tuned Linear AlgebraSoftware) static libraries compiled with optimizations for the Corei2 (Ivy/Sandy bridge)CPUs. The base ATLAS builds for the x86_64 architecture are made for the hammer64 CPUs. | ATLAS libraries for Corei2 (Ivy/Sandy bridge) CPUs | 3 | 库 + atlas-devel | atlas | This package contains headers for development with ATLAS(Automatically Tuned Linear Algebra Software). | Development libraries for ATLAS | 2 | 库 + atlas-doc | atlas | The atlas-doc package contains documentation files for atlas. | Documentation files for atlas | 2 | 工具 + atlas-static | atlas | This package contains static version of ATLAS (Automatically TunedLinear Algebra Software). | Static libraries for ATLAS | 2 | 库 + atmel-firmware | atmel-firmware | The drivers for Atmel at76c50x wireless network chips in the Linux 2.6.x kernelbut do not include the firmware.This firmware needs to be loaded by the host on most cards using these chips. | Firmware for Atmel at76c50x wireless network chips | 1 | 服务 + atmel-firmware-doc | atmel-firmware | The atmel-firmware-doc package contains documentation files for atmel-firmware. | Documentation files for atmel-firmware | 1 | 服务 + at-spi2-atk | at-spi2-core | at-spi allows assistive technologies to access GTK-basedapplications. Essentially it exposes the internals of applications forautomation, so tools such as screen readers, magnifiers, or evenscripting interfaces can query and interact with GUI controls.This version of at-spi is a major break from previous versions.It has been completely rewritten to use D-Bus rather thanORBIT / CORBA for its transport protocol.This package includes a gtk-module that bridges ATK to the newD-Bus based at-spi. | A GTK+ module that bridges ATK to D-Bus at-spi | 3 | 工具 + at-spi2-atk-devel | at-spi2-core | The at-spi2-atk-devel package includes the header files for the at-spi2-atklibrary. | A GTK+ module that bridges ATK to D-Bus at-spi | 3 | 库 + at-spi2-core | at-spi2-core | at-spi allows assistive technologies to access GTK-basedapplications. Essentially it exposes the internals of applications forautomation, so tools such as screen readers, magnifiers, or evenscripting interfaces can query and interact with GUI controls.This version of at-spi is a major break from previous versions.It has been completely rewritten to use D-Bus rather thanORBIT / CORBA for its transport protocol. | Protocol definitions and daemon for D-Bus at-spi | 3 | 库 + at-spi2-core-devel | at-spi2-core | The at-spi2-core-devel package includes the header files andAPI documentation for libatspi. | Development files and headers for at-spi2-core | 3 | 库 + attr | attr | A set of tools for manipulating extended attributes on filesystemobjects, in particular getfattr(1) and setfattr(1).An attr(1) command is also provided which is largely compatiblewith the SGI IRIX tool of the same name. | Utilities for managing filesystem extended attributes | 3 | 工具 + audispd-plugins | audit | The audispd-plugins package provides plugins for the real-timeinterface to the audit system, audispd. These plugins can do thingslike relay events to remote machines or analyze events for suspiciousbehavior. | Plugins for the audit event dispatcher | 1 | 工具 + audit | audit | The audit package contains the user space utilities forstoring and searching the audit records generated bythe audit subsystem in the Linux 2.6 and later kernels. | User space tools for kernel auditing | 3 | 工具 + audit-libs | audit | The audit-libs package contains the dynamic libraries needed forapplications to use the audit framework. | Dynamic library for libaudit | 3 | 库 + audit-libs-devel | audit | The audit-libs-devel package contains the header files needed fordeveloping applications that need to use the audit framework libraries. | Header files for libaudit | 3 | 库 + augeas | augeas | Augeas is a library and command line tool that focuses on the most basic problem inhandling Linux configurations programmatically: editing actual configuration filesin a controlled manner.To that end, Augeas exposes a tree of all configuration settings (well, all the ones it knows about)and a simple local API for manipulating the tree. Augeas then modifies underlying configurationfiles according to the changes that have been made to the tree; it does as little modeling ofconfigurations as possible, and focuses exclusively on transforming the tree-oriented syntax ofits public API to the myriad syntaxes of individual configuration files. | A library for changing configuration files | 3 | 工具 + augeas-devel | augeas | The augeas-devel package contains libraries and header files fordeveloping applications that use augeas. | Development files for augeas | 3 | 库 + augeas-libs | augeas | This package is a librarie for Augeas which is a library for programmatically editing configuration files.It parses configuration files into a tree structure, which it exposes through its public API. Changesmade through the API are written back to the initially read files | Libraries for augeas | 3 | 库 + augeas-static | augeas | The augeas-static package contains static libraries needed to producestatic builds using augeas. | Static libraries for augeas | 3 | 库 + authselect | authselect | Authselect is a tool to configure system identity and authentication sources andproviders by selecting a specific profile. Profile is a set of files thatdescribes how the resulting system configuration will look like. When a profileis selected, authselect will create nsswitch.conf(5) and PAM(8) stack to useidentity and authentication sources defined by the profile. | Configures authentication and identity sources from supported profiles | 2 | 工具 + authselect-compat | authselect | Authselect is a tool to configure system identity and authentication sources andproviders by selecting a specific profile. Profile is a set of files thatdescribes how the resulting system configuration will look like. When a profileis selected, authselect will create nsswitch.conf(5) and PAM(8) stack to useidentity and authentication sources defined by the profile.This package will replace /usr/sbin/authconfig with a tool that willtranslate some of the authconfig calls into authselect calls. It providesonly minimum backward compatibility and users are encouraged to migrateto authselect completely. | Tool to provide minimum backwards compatibility with authconfig | 2 | 工具 + authselect-devel | authselect | Authselect is a tool to configure system identity and authentication sources andproviders by selecting a specific profile. Profile is a set of files thatdescribes how the resulting system configuration will look like. When a profileis selected, authselect will create nsswitch.conf(5) and PAM(8) stack to useidentity and authentication sources defined by the profile.This package provides system header files and development libraries for authselect.Useful if you develop a front-end for the authselect library. | Development libraries and headers for authselect | 2 | 库 + authselect-libs | authselect | Authselect is a tool to configure system identity and authentication sources andproviders by selecting a specific profile. Profile is a set of files thatdescribes how the resulting system configuration will look like. When a profileis selected, authselect will create nsswitch.conf(5) and PAM(8) stack to useidentity and authentication sources defined by the profile.This package provides common library files for authselect and used by the authselectcommand line tool and any other potential front-ends. | Utility library used by the authselect tool | 2 | 工具 + autoconf | autoconf | GNU's Autoconf is a tool for configuring source code and Makefiles.Using Autoconf, programmers can create portable and configurablepackages, since the person building the package is allowed tospecify various configuration options.You should install Autoconf if you are developing software and you'dlike to use it to create shell scripts which will configure yoursource code packages. If you are installing Autoconf, you will alsoneed to install the GNU m4 package.Note that the Autoconf package is not required for the end user whomay be configuring software with an Autoconf-generated script;Autoconf is only required for the generation of the scripts, nottheir use. | A GNU tool used to create autoconfiguration files | 3 | 工具 + autoconf-archive | autoconf-archive | The GNU Autoconf Archive is a collection of more than 450 macros forGNU Autoconf that have been contributed as free software by friendlysupporters of the cause from all over the Internet. | The Autoconf Macro Archive | 3 | 工具 + autoconf-archive-doc | autoconf-archive | The autoconf-archive-doc package contains documentation files for autoconf-archive. | Documentation files for autoconf-archive | 3 | 工具 + autogen | autogen | AutoGen is a tool designed to simplify the creation and maintenance ofprograms that contain large amounts of repetitious text. It is especiallyvaluable in programs that have several blocks of text that must be keptsynchronised. | Automated text file generator | 3 | 工具 + autogen-libopts | autogen | Libopts is very powerful command line option parser consisting of a set ofAutoGen templates and a run time library that nearly eliminates the hassle ofparsing and documenting command line options. | Automated option processing library based on autogen | 3 | 库 + autogen-libopts-devel | autogen | This package contains development files for libopts. | Development files for libopts | 3 | 库 + automake | automake | Automake is a tool for automatically generating `Makefile.in` filescompliant with the GNU Coding Standards.You should install Automake if you are developing software and wouldlike to use its ability to automatically generate GNU standardMakefiles. | A program which creates Makefiles from template files. | 3 | 工具 + autotrace | autotrace | AutoTrace is a program for converting bitmaps to vector graphics.Supported input formats include BMP, TGA, PNM, PPM, and any formatsupported by ImageMagick, whereas output can be produced inPostscript, SVG, xfig, SWF, and others. | Utility for converting bitmaps to vector graphics | 3 | 工具 + avahi | avahi | Avahi is a free and open-source implementation of the Zeroconf networkingprotocol, which allows devices to connect and communicate with each other on alocal network without any manual configuration or setup. It was originallydeveloped for Linux and other Unix-like operating systems, but has since beenported to other platforms including macOS and Windows.The main purpose of Avahi is to simplify the process of setting up andconfiguring a local network, particularly for non-technical users. It providesa number of features that make it easy for devices to discover and connect toeach other, including service discovery, automatic address assignment, andmulticast DNS resolution.Service discovery is one of the key features of Avahi. It allows devices toadvertise the services they provide on the network, and for other devices todiscover and connect to those services. For example, a printer connected to thenetwork can advertise itself as a printing service, and other devices can thendiscover and connect to that printer without any manual setup.Automatic address assignment is another important feature of Avahi. It allowsdevices to automatically obtain an IP address and other network settingswithout requiring any manual configuration. This makes it easy for devices toconnect to the network and start communicating with other devices right away.Multicast DNS resolution is the third key feature of Avahi. It allows devicesto resolve domain names on the local network without requiring a central DNSserver. This is particularly useful for devices that do not have a fixed IPaddress or hostname, as they can still be discovered and connected to by otherdevices on the network.Avahi is used by a wide range of applications and services, including mediaplayers, file sharing tools, gaming platforms, and printers. It is also usedby some desktop environments, such as GNOME and KDE, to simplify networkconfiguration for users.Overall, Avahi is a powerful and flexible tool that makes it easy for devicesto communicate and collaborate on a local network without requiring any manualconfiguration or setup. It simplifies the process of setting up andconfiguring a local network, particularly for non-technical users, and iswidely supported by many popular applications and services. | Local network service discovery | 3 | 服务 + avahi-autoipd | avahi | avahi-autoipd implements IPv4LL, "Dynamic Configuration of IPv4Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP addressconfiguration from the link-local 169.254.0.0/16 range without the need for acentral server. It is primarily intended to be used in ad-hoc networks whichlack a DHCP server. | Link-local IPv4 address automatic configuration daemon (IPv4LL) | 3 | 服务 + avahi-compat-howl | avahi | Libraries that are compatible with those provided by the howl package. | Libraries for howl compatibility | 3 | 库 + avahi-compat-howl-devel | avahi | Header files for development with the howl compatibility libraries. | Header files for development with the howl compatibility libraries | 3 | 库 + avahi-compat-libdns_sd | avahi | Libraries for Apple Bonjour mDNSResponder compatibility. | Libraries for Apple Bonjour mDNSResponder compatibility | 3 | 库 + avahi-compat-libdns_sd-devel | avahi | Header files for development with the Apple Bonjour mDNSResponder compatibilitylibraries. | Header files for the Apple Bonjour mDNSResponder compatibility libraries | 3 | 库 + avahi-devel | avahi | The avahi-devel package contains the header files and librariesnecessary for developing programs using avahi. | Libraries and header files for avahi development | 3 | 库 + avahi-dnsconfd | avahi | avahi-dnsconfd connects to a running avahi-daemon and runs the script/etc/avahi/dnsconfd.action for each unicast DNS server that is announced on thelocal LAN. This is useful for configuring unicast DNS servers in a DHCP-likefashion with mDNS. | Configure local unicast DNS settings based on information published in mDNS | 3 | 服务 + avahi-glib | avahi | Libraries for easy use of avahi from glib applications. | Glib libraries for avahi | 3 | 库 + avahi-glib-devel | avahi | The avahi-devel package contains the header files and librariesnecessary for developing programs using avahi with glib. | Libraries and header files for avahi glib development | 3 | 库 + avahi-gobject | avahi | This library contains a GObject wrapper for the Avahi API | GObject wrapper library for Avahi | 3 | 库 + avahi-gobject-devel | avahi | The avahi-gobject-devel package contains the header files and librariesnecessary for developing programs using avahi-gobject. | Libraries and header files for Avahi GObject development | 3 | 库 + avahi-libs | avahi | The avahi-libs package contains the libraries neededto run programs that use avahi. | Libraries for avahi run-time use | 3 | 库 + avahi-qt5 | avahi | Libraries for easy use of avahi from Qt5 applications. | Qt5 libraries for avahi | 3 | 库 + avahi-qt5-devel | avahi | Th avahi-qt5-devel package contains the header files and librariesnecessary for developing programs using avahi with Qt5. | Libraries and header files for avahi Qt5 development | 3 | 库 + avahi-tools | avahi | Command line tools that use avahi to browse and publish mDNS services. | Command line tools for mDNS browsing and publishing | 3 | 工具 + avahi-ui-devel | avahi | The avahi-ui-devel package contains the header files and librariesnecessary for developing programs using avahi-ui. | Libraries and header files for Avahi UI development | 3 | 库 + avahi-ui-gtk3 | avahi | This library contains a Gtk 3.x widget for browsing services. | Gtk user interface library for Avahi (Gtk+ 3 version) | 3 | 工具 + avahi-ui-tools | avahi | Graphical user interface tools that use Avahi to browse for mDNS services. | UI tools for mDNS browsing | 3 | 工具 + babeltrace | babeltrace | Babeltrace is a trace viewer and converter reading and writingthe Common Trace Format (CTF). Its main use is to pretty-printCTF traces into a human-readable text output ordered by time. | A trace manipulation toolkit | 3 | 工具 + basesystem | basesystem | Basesystem defines the components of a basic "anolis os" system(for example, the package installation order to use during bootstrapping).Basesystem should be in every installation of a system, and itshould never be removed. | The skeleton package which defines a simple "anolis os" system | 1 | 库 + bash | bash | The GNU Bourne Again shell (Bash) is a shell or command languageinterpreter that is compatible with the Bourne shell (sh). Bashincorporates useful features from the Korn shell (ksh) and the C shell(csh). Most sh scripts can be run by bash without modification. | The GNU Bourne Again shell | 1 | 工具 + bash-completion | bash-completion | bash-completion is a collection of command line command completionsfor the Bash shell, collection of helper functions to assist in creatingnew completions, and set of facilities for loading completionsautomatically on demand, as well as installing them. | Programmable completion functions for bash | 3 | 工具 + bash-devel | bash | This package contains development headers for bash. | Development headers for bash | 1 | 库 + bc | bc | The bc package includes bc and dc. Bc is an arbitrary precisionnumeric processing arithmetic language. Dc is an interactivearbitrary precision stack based calculator, which can be used as atext mode calculator.Install the bc package if you need its number handling capabilities orif you would like to use its text mode calculator. | GNU's bc (a numeric processing language) and dc (a calculator) | 3 | 工具 + bcc | bcc | BCC is a toolkit for creating efficient kernel tracing and manipulationprograms, and includes several useful tools and examples. It makes use ofextended BPF (Berkeley Packet Filters), formally known as eBPF, a new featurethat was first added to Linux 3.15. Much of what BCC uses requires Linux 4.1and above. | BPF Compiler Collection (BCC) | 3 | 工具 + bcc-devel | bcc | The bcc-devel package contains libraries and header files for developingapplication that use BPF Compiler Collection (BCC). | Shared library for BPF Compiler Collection (BCC) | 3 | 库 + bcc-doc | bcc | Examples for BPF Compiler Collection (BCC) | Examples for BPF Compiler Collection (BCC) | 3 | 工具 + bcc-lua | bcc | Standalone tool to run BCC tracers written in Lua | Standalone tool to run BCC tracers written in Lua | 3 | 工具 + bcc-tools | bcc | Command line tools for BPF Compiler Collection (BCC) | Command line tools for BPF Compiler Collection (BCC) | 3 | 工具 + bc-doc | bc | The bc-doc package contains documentation files for bc. | Documentation files for bc | 3 | 库 + bdf2psf | console-setup | This package provides a command-line converter that can be used in scriptsto build console fonts from BDF sources automatically. The converter comeswith a collection of font encodings that cover many of the world'slanguages. The output font can use a different character encoding from theinput. When the source font does not define a glyph for a particularsymbol in the encoding table, that glyph position in the console font isnot wasted but used for another symbol. | Generate console fonts from BDF source fonts | 3 | 工具 + bdftopcf | bdftopcf | bdftopcf is a font compiler for the X server and font server. Fontsin Portable Compiled Format can be read by any architecture, althoughthe file is structured to allow one particular architecture to readthem directly without reformatting. This allows fast reading on theappropriate machine, but the files are still portable (but read moreslowly) on other machines. | Font compiler for the X server and font server | 3 | 工具 + beakerlib | beakerlib | The BeakerLib project means to provide a library of various helpers, whichcould be used when writing operating system level integration tests./usr/lib/rpm/anolis/generate-compatibility-deps beakerlib | A shell-level integration testing library | 2 | 库 + beakerlib-doc | beakerlib | The beakerlib-doc package contains documentation files for beakerlib. | Documentation files for beakerlib | 3 | 库 + beakerlib-vim-syntax | beakerlib | Files for syntax highlighting BeakerLib tests in VIM editor%dir /usr/lib/compatibility/beakerlib/usr/lib/compatibility/beakerlib/beakerlib-*-option.list | Files for syntax highlighting BeakerLib tests in VIM editor | 3 | 工具 + beust-jcommander | beust-jcommander | JCommander is a very small Java framework that makes it trivial toparse command line parameters (with annotations). | Java framework for parsing command line parameters | 3 | 库 + biber | biber | Biber is a command-line tool for dealing with bibliographic databases.Biber offers a large superset of legacy BibTeX (texlive-bibtex)functionality. It is often used with the popular BibLaTeX package(texlive-biblatex), where it is required for some features. | Command-line bibliographic manager, BibTeX replacement | 3 | 工具 + bind | bind | BIND (Berkeley Internet Name Domain) is an implementation of the DNS(Domain Name System) protocols. BIND includes a DNS server (named),which resolves host names to IP addresses; a resolver library(routines for applications to use when interfacing with DNS); andtools for verifying that the DNS server is operating properly. | The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server | 2 | 服务 + bind-chroot | bind | This package contains a tree of files which can be used as achroot(2) jail for the named(8) program from the BIND package.Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz> | A chroot runtime environment for the ISC BIND DNS server, named(8) | 2 | 服务 + bind-devel | bind | The bind-devel package contains full version of the header files and librariesrequired for building bind-dyndb-ldap. Upstream no longer supports nor recommendsbind libraries for third party applications. | Header files and libraries needed for bind-dyndb-ldap | 3 | 服务 + bind-dlz-filesystem | bind | Dynamic Loadable Zones filesystem module for BIND server. | BIND server filesystem DLZ module | 2 | 服务 + bind-dlz-ldap | bind | Dynamic Loadable Zones LDAP module for BIND server. | BIND server ldap DLZ module | 2 | 服务 + bind-dlz-mysql | bind | Dynamic Loadable Zones MySQL module for BIND server.Contains also mysqldyn module with dynamic DNS updates (DDNS) support. | BIND server mysql and mysqldyn DLZ modules | 3 | 服务 + bind-dnssec-doc | bind | Bind-dnssec-doc contains manual pages for bind-dnssec-utils. | Manual pages of DNSSEC utilities | 3 | 工具 + bind-dnssec-utils | bind | Bind-dnssec-utils contains a collection of utilities for editingDNSSEC keys and BIND zone files. These tools provide generation,revocation and verification of keys and DNSSEC signatures in zone files.You should install bind-dnssec-utils if you need to sign a DNS zoneor maintain keys for it. | DNSSEC keys and zones management utilities | 3 | 工具 + bind-doc | bind | BIND (Berkeley Internet Name Domain) is an implementation of the DNS(Domain Name System) protocols. BIND includes a DNS server (named),which resolves host names to IP addresses; a resolver library(routines for applications to use when interfacing with DNS); andtools for verifying that the DNS server is operating properly.This package contains BIND 9 Administrator Reference Manualin HTML and PDF format. | BIND 9 Administrator Reference Manual | 2 | 服务 + bind-libs | bind | Contains heavyweight version of BIND suite libraries used by both named DNSserver and utilities in bind-utils package. | Libraries used by the BIND DNS packages | 2 | 库 + bind-license | bind | Contains license of the BIND DNS suite. | License of the BIND DNS suite | 3 | 服务 + bind-utils | bind | Bind-utils contains a collection of utilities for querying DNS (DomainName System) name servers to find out information about Internethosts. These tools will provide you with the IP addresses for givenhost names, as well as other information about registered domains andnetwork addresses.You should install bind-utils if you need to get information from DNS nameservers. | Utilities for querying DNS name servers | 2 | 工具 + binutils | binutils | Binutils is a collection of binary utilities, including ar (forcreating, modifying and extracting from archives), as (a family of GNUassemblers), gprof (for displaying call graph profile data), ld (theGNU linker), nm (for listing symbols from object files), objcopy (forcopying and translating object files), objdump (for displayinginformation from object files), ranlib (for generating an index forthe contents of an archive), readelf (for displaying detailedinformation about binary files), size (for listing the section sizesof an object or archive file), strings (for listing printable stringsfrom files), strip (for discarding symbols), and addr2line (forconverting addresses to file and line). | A GNU collection of binary utilities | 1 | 工具 + binutils-devel | binutils | This package contains BFD and opcodes static and dynamic libraries.The dynamic libraries are in this package, rather than a separatebase package because they are actually linker scripts that forcethe use of the static libraries. This is because the API of theBFD library is too unstable to be used dynamically.The static libraries are here because they are now needed by thedynamic libraries.Developers starting new projects are strongly encouraged to considerusing libelf instead of BFD. | BFD and opcodes static and dynamic libraries and header files | 1 | 库 + binutils-gold | binutils | This package provides the GOLD linker, which can be used as an alternative tothe default binutils linker (ld.bfd). The GOLD is generally faster than theBFD linker, and it supports features such as Identical Code Folding andIncremental linking. Unfortunately it is not as well maintained as the BFDlinker, and it may become deprecated in the future. | The GOLD linker, a faster alternative to the BFD linker | 1 | 工具 + biosdevname | biosdevname | biosdevname in its simplest form takes a kernel device name as anargument, and returns the BIOS-given name it "should" be. This is necessaryon systems where the BIOS name for a given device (e.g. the label onthe chassis is "Gb1") doesn't map directly and obviously to the kernelname (e.g. eth0). | Udev helper for naming devices per BIOS names | 2 | 工具 + bison | bison | Bison is a general purpose parser generator that converts a grammardescription for an LALR(1) context-free grammar into a C program toparse that grammar. Bison can be used to develop a wide range oflanguage parsers, from ones used in simple desk calculators to complexprogramming languages. Bison is upwardly compatible with Yacc, so anycorrectly written Yacc grammar should work with Bison without anychanges. If you know Yacc, you shouldn't have any trouble usingBison. You do need to be very proficient in C programming to be ableto use Bison. Bison is only needed on systems that are used fordevelopment.If your system will be used for C development, you should installBison. | A GNU general-purpose parser generator | 2 | 工具 + bison-devel | bison | The bison-devel package contains the -ly library sometimes used byprograms using Bison-generated parsers. If you are developing programsusing Bison, you might want to link with this library. This libraryis not required by all Bison-generated parsers, but may be employed bysimple programs to supply minimal support for the generated parsers. | -ly library for development using Bison-generated parsers | 2 | 工具 + bison-doc | bison | Doc pages for bison. | Documents for bison | 2 | 工具 + bison-runtime | bison | The bison-runtime package contains files used at runtime by parsersthat Bison generates. Packages whose binaries contain parsersgenerated by Bison should depend on bison-runtime to ensure thatthese files are available. See the Internationalization in theBison manual section for more information. | Runtime support files used by Bison-generated parsers | 2 | 工具 + bitmap-console-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected set of bitmap fonts | 3 | 库 + bitmap-console-opentype-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected set of bitmap fonts (opentype version) | 3 | 库 + bitmap-fangsongti-fonts | bitmap-fonts | bitmap-fonts-cjk package contains bitmap fonts used by Anaconda. They areselected from the xorg packages, and the font encoding are converted fromnative encoding to ISO10646. They are only intended to be used in Anaconda. | Selected CJK bitmap fonts for Anaconda | 3 | 库 + bitmap-fangsongti-opentype-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected CJK bitmap fonts for Anaconda (opentype version) | 3 | 库 + bitmap-fixed-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected set of bitmap fonts | 3 | 库 + bitmap-fixed-opentype-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected set of bitmap fonts (opentype version) | 3 | 库 + bitmap-fonts-compat | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals.Meta-package for installing all font families of bitmap. | Compatibility files of bitmap-font families | 3 | 库 + bitmap-lucida-typewriter-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected CJK bitmap fonts for Anaconda | 3 | 库 + bitmap-lucida-typewriter-opentype-fonts | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals. | Selected CJK bitmap fonts for Anaconda (opentype version) | 3 | 库 + bitmap-opentype-fonts-compat | bitmap-fonts | The bitmap-fonts package provides a number of bitmap fonts selectedfrom the xorg package designed for use locations such asterminals.Meta-package for installing all font families of opentype bitmap. | Compatibility files of bitmap-font families (opentype version) | 3 | 库 + black | python-black | Black is the uncompromising Python code formatter. By using it, you agree tocease control over minutiae of hand-formatting. In return, Black gives youspeed, determinism, and freedom from pycodestyle nagging about formatting.You will save time and mental energy for more important matters. | The uncompromising code formatter | 2 | 库 + black+colorama | python-black | This is a metapackage bringing in colorama extras requires for black.It makes sure the dependencies are installed. | Metapackage for black: colorama extras | 3 | 库 + black+d | python-black | This is a metapackage bringing in d extras requires for black.It makes sure the dependencies are installed. | Metapackage for black: d extras | 2 | 工具 + black+uvloop | python-black | This is a metapackage bringing in uvloop extras requires for black.It makes sure the dependencies are installed. | Metapackage for black: uvloop extras | 3 | 库 + blas | lapack | BLAS (Basic Linear Algebra Subprograms) is a standard library whichprovides a number of basic algorithms for numerical algebra. | The Basic Linear Algebra Subprograms library | 3 | 库 + blas64 | lapack | BLAS (Basic Linear Algebra Subprograms) is a standard library whichprovides a number of basic algorithms for numerical algebra.This build has 64bit INTEGER support. | The Basic Linear Algebra Subprograms library (64bit INTEGER) | 3 | 库 + blas64_ | lapack | BLAS (Basic Linear Algebra Subprograms) is a standard library whichprovides a number of basic algorithms for numerical algebra.This build has 64bit INTEGER support and a symbol name suffix. | The Basic Linear Algebra Subprograms library (64bit INTEGER) | 3 | 库 + blas-devel | lapack | BLAS development libraries (shared). | BLAS development libraries | 2 | 库 + blas-static | lapack | BLAS static libraries. | BLAS static libraries | 2 | 库 + blis | blis | BLIS is a portable software framework for instantiatinghigh-performance BLAS-like dense linear algebra libraries. Theframework was designed to isolate essential kernels of computationthat, when optimized, immediately enable optimized implementations ofmost of its commonly used and computationally intensive operations.While BLIS exports a new BLAS-like API, it also includes a BLAScompatibility layer which gives application developers access to BLISimplementations via traditional BLAS routine calls.This packaging contains automatically-dispatchedarchitecture-optimized kernels for some targets, notably recent x86_64.This is the serial version. | BLAS-like Library Instantiation Software Framework | 3 | 库 + blis-devel | blis | The blis-devel package contains libraries and header files fordeveloping applications that use blis. | Development files for blis | 3 | 库 + blis-doc | blis | The blis-doc package contains documentation files for blis. | Documentation files for blis | 1 | 工具 + blis-openmp | blis | BLIS is a portable software framework for instantiatinghigh-performance BLAS-like dense linear algebra libraries. Theframework was designed to isolate essential kernels of computationthat, when optimized, immediately enable optimized implementations ofmost of its commonly used and computationally intensive operations.While BLIS exports a new BLAS-like API, it also includes a BLAScompatibility layer which gives application developers access to BLISimplementations via traditional BLAS routine calls.This packaging contains automatically-dispatchedarchitecture-optimized kernels for some targets, notably recent x86_64.This is the OpenMP-parallelized version. | BLAS-like Library Instantiation Software Framework - OpenMP | 3 | 库 + blis-openmp64 | blis | BLIS is a portable software framework for instantiatinghigh-performance BLAS-like dense linear algebra libraries. Theframework was designed to isolate essential kernels of computationthat, when optimized, immediately enable optimized implementations ofmost of its commonly used and computationally intensive operations.While BLIS exports a new BLAS-like API, it also includes a BLAScompatibility layer which gives application developers access to BLISimplementations via traditional BLAS routine calls.This packaging contains automatically-dispatchedarchitecture-optimized kernels for some targets, notably recent x86_64.This is the OpenMP-parallelized version with a 64-bit integer interface. | BLAS-like Library Instantiation Software Framework - OpenMP, 64-bit | 3 | 库 + blis-serial64 | blis | BLIS is a portable software framework for instantiatinghigh-performance BLAS-like dense linear algebra libraries. Theframework was designed to isolate essential kernels of computationthat, when optimized, immediately enable optimized implementations ofmost of its commonly used and computationally intensive operations.While BLIS exports a new BLAS-like API, it also includes a BLAScompatibility layer which gives application developers access to BLISimplementations via traditional BLAS routine calls.This packaging contains automatically-dispatchedarchitecture-optimized kernels for some targets, notably recent x86_64.This is the serial version with a 64-bit integer interface. | BLAS-like Library Instantiation Software Framework - 64-bit | 3 | 库 + blis-srpm-macros | blis | BLIS architecture macros. | BLIS architecture macros | 2 | 库 + blis-threads | blis | BLIS is a portable software framework for instantiatinghigh-performance BLAS-like dense linear algebra libraries. Theframework was designed to isolate essential kernels of computationthat, when optimized, immediately enable optimized implementations ofmost of its commonly used and computationally intensive operations.While BLIS exports a new BLAS-like API, it also includes a BLAScompatibility layer which gives application developers access to BLISimplementations via traditional BLAS routine calls.This packaging contains automatically-dispatchedarchitecture-optimized kernels for some targets, notably recent x86_64.This is the pthreads-parallelized version. | BLAS-like Library Instantiation Software Framework - pthreads | 3 | 库 + blis-threads64 | blis | BLIS is a portable software framework for instantiatinghigh-performance BLAS-like dense linear algebra libraries. Theframework was designed to isolate essential kernels of computationthat, when optimized, immediately enable optimized implementations ofmost of its commonly used and computationally intensive operations.While BLIS exports a new BLAS-like API, it also includes a BLAScompatibility layer which gives application developers access to BLISimplementations via traditional BLAS routine calls.This packaging contains automatically-dispatchedarchitecture-optimized kernels for some targets, notably recent x86_64.This is the pthreads-parallelized version with a 64-bit integer interface. | BLAS-like Library Instantiation Software Framework - pthreads, 64-bit | 3 | 工具 + blivet-data | python-blivet | The blivet-data package provides data files required by the blivetpython module. | Data for the blivet python module. | 2 | 库 + bluez | bluez | Utilities for use in Bluetooth applications:- avinfo- bluemoon- bluetoothctl- bluetoothd- btattach- btmon- hex2hcd- l2ping- l2test- mpris-proxy- rctestThe BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. | Bluetooth utilities | 2 | 工具 + bluez-cups | bluez | This package provides the CUPS backend | CUPS printer backend for Bluetooth printers | 2 | 工具 + bluez-hid2hci | bluez | Most allinone PC's and bluetooth keyboard / mouse sets which include abluetooth dongle, ship with a so called HID proxying bluetooth HCI.The HID proxying makes the keyboard / mouse show up as regular USB HIDdevices (after connecting using the connect button on the device + keyboard),which makes them work without requiring any manual configuration.The bluez-hid2hci package provides the hid2hci utility and udev rules toautomatically switch supported Bluetooth devices into regular HCI mode.Install this package if you want to use the bluetooth function of the HCIwith other bluetooth devices like for example a mobile phone.Note that after installing this package you will first need to pair yourbluetooth keyboard and mouse with the bluetooth adapter before you can usethem again. Since you cannot use your bluetooth keyboard and mouse untilthey are paired, this will require the use of a regular (wired) USB keyboardand mouse. | Put HID proxying bluetooth HCI's into HCI mode | 2 | 工具 + bluez-libs | bluez | Libraries for use in Bluetooth applications. | Libraries for use in Bluetooth applications | 3 | 库 + bluez-libs-devel | bluez | bluez-libs-devel provides development libraries and headers foruse in Bluetooth applications. | Development libraries for Bluetooth applications | 2 | 库 + bluez-mesh | bluez | Services for bluetooth mesh | Bluetooth mesh | 2 | 服务 + bluez-obexd | bluez | Object Exchange daemon for sharing files, contacts etc over bluetooth | Object Exchange daemon for sharing content | 2 | 服务 + bmc-snmp-proxy | ipmitool | IPMITool BMC-SNMP-Proxy is a feature in IPMITool that allows SNMP-basedmonitoring tools to access IPMI sensor data through a proxy. This featureprovides a way to integrate IPMI-enabled hardware into SNMP-based managementsystems, such as Nagios or Icinga.The BMC-SNMP-Proxy works by translating SNMP requests into IPMI requests,which are then sent to the target system's Baseboard Management Controller(BMC). The BMC responds with the requested sensor data, which is thentranslated back into SNMP format and returned to the monitoring tool.This feature is useful for organizations that want to use SNMP-basedmonitoring tools to manage their IPMI-enabled hardware. SNMP is a widely-usedprotocol for network management, and many organizations already have existingSNMP monitoring systems in place. By using the BMC-SNMP-Proxy, organizationscan leverage their existing monitoring infrastructure to monitor theirIPMI-enabled hardware.It is important to note that the BMC-SNMP-Proxy requires that the targetsystem's BMC is configured with SNMP support. Additionally, the proxy must beconfigured with the appropriate credentials to access the target system'sBMC.Overall, IPMITool BMC-SNMP-Proxy is a powerful feature that enablesorganizations to integrate IPMI-enabled hardware into their existing networkmanagement infrastructure. It provides a simple and efficient way to monitorhardware health and quickly detect and resolve issues. | Reconfigure SNMP to include host SNMP agent within BMC | 2 | 工具 + bolt | bolt | bolt is a system daemon to manage Thunderbolt devices via a D-BUSAPI. Thunderbolt 3 introduced different security modes that requiredevices to be authorized before they can be used. The D-Bus API can beused to list devices, enroll them (authorize and store them in thelocal database) and forget them again (remove previously enrolleddevices). It also emits signals if new devices are connected (orremoved). During enrollment devices can be set to be automaticallyauthorized as soon as they are connected. A command line tool, calledboltctl, can be used to control the daemon and perform all the abovementioned tasks. | Thunderbolt device manager | 3 | 服务 + boost | boost | Boost provides free peer-reviewed portable C++ source libraries.We emphasize libraries that work well with the C++ Standard Library. Boost libraries areintended to be widely useful, and usable across a broad spectrum of applications. The Boostlicense encourages the use of Boost libraries for all users with minimal restrictions.We aim to establish "existing practice" and provide reference implementations so that Boostlibraries are suitable for eventual standardization. Beginning with the ten Boost Librariesincluded in the Library Technical Report (TR1) and continuing with every release of the ISOstandard for C++ since 2011, the C++ Standards Committee has continued to rely on Boost asa valuable source for additions to the Standard C++ Library. | The free peer-reviewed portable C++ source libraries | 3 | 库 + boost-atomic | boost | Run-time support for Boost.Atomic, a library that provides atomic datatypes and operations on these data types, as well as memory orderingconstraints required for coordinating multiple threads through atomicvariables. | Run-time component of boost atomic library | 3 | 库 + boost-b2 | boost | B2 (formerly Boost.Jam) is the low-level build engine tool for Boost.Build.Historically, B2 was based on on FTJam and on Perforce Jam but has growna number of significant features and is now developed independently. | A low-level build tool | 3 | 库 + boost-build | boost | Boost.Build is an easy way to build C++ projects, everywhere. You nameyour pieces of executable and libraries and list their sources. Boost.Buildtakes care about compiling your sources with the right options,creating static and shared libraries, making pieces of executable, and otherchores -- whether you are using GCC, MSVC, or a dozen more supportedC++ compilers -- on Windows, OSX, Linux and commercial UNIX systems. | Cross platform build system for C++ projects | 3 | 库 + boost-chrono | boost | Run-time support for Boost.Chrono, a set of useful time utilities. | Run-time component of boost chrono library | 3 | 库 + boost-container | boost | Boost.Container library implements several well-known containers,including STL containers. The aim of the library is to offer advancedfeatures not present in standard containers or to offer the lateststandard draft features for compilers that comply with C++03. | Run-time component of boost container library | 3 | 库 + boost-context | boost | Run-time support for Boost.Context, a foundational library thatprovides a sort of cooperative multitasking on a single thread. | Run-time component of boost context switching library | 3 | 库 + boost-contract | boost | Run-time support for boost contract library.Contract programming for C++. All contract programming features are supported:Subcontracting, class invariants, postconditions (with old and return values),preconditions, customizable actions on assertion failure (e.g., terminateor throw), optional compilation and checking of assertions, etc,from Lorenzo Caminiti. | Run-time component of boost contract library | 3 | 库 + boost-coroutine | boost | Run-time support for Boost.Coroutine, a library that providesgeneralized subroutines which allow multiple entry points forsuspending and resuming execution. | Run-time component of boost coroutine library | 3 | 库 + boost-date-time | boost | Run-time support for Boost Date Time, a set of date-time libraries basedon generic programming concepts. | Run-time component of boost date-time library | 3 | 库 + boost-devel | boost | Headers and shared object symbolic links for the Boost C++ libraries. | The Boost C++ headers and shared development libraries | 3 | 库 + boost-doctools | boost | Tools for working with Boost documentation in BoostBook or QuickBook format. | Tools for working with Boost documentation | 3 | 库 + boost-examples | boost | This package contains example source files distributed with boost. | Source examples for the Boost C++ libraries | 3 | 库 + boost-fiber | boost | Run-time support for the Boost Fiber library, a framework formicro-/userland-threads (fibers) scheduled cooperatively. | Run-time component of boost fiber library | 3 | 库 + boost-filesystem | boost | Run-time support for the Boost Filesystem Library, which providesportable facilities to query and manipulate paths, files, anddirectories. | Run-time component of boost filesystem library | 3 | 库 + boost-graph | boost | Run-time support for the BGL graph library. BGL interface and graphcomponents are generic, in the same sense as the Standard TemplateLibrary (STL). | Run-time component of boost graph library | 3 | 库 + boost-graph-mpich | boost | Run-time support for the Parallel BGL graph library. The interface andgraph components are generic, in the same sense as the StandardTemplate Library (STL). This libraries in this package use MPICHback-end to do the parallel work. | Run-time component of parallel boost graph library | 3 | 库 + boost-graph-openmpi | boost | Run-time support for the Parallel BGL graph library. The interface andgraph components are generic, in the same sense as the StandardTemplate Library (STL). This libraries in this package use OpenMPIback-end to do the parallel work. | Run-time component of parallel boost graph library | 3 | 库 + boost-iostreams | boost | Run-time support for Boost.Iostreams, a framework for defining streams,stream buffers and i/o filters. | Run-time component of boost iostreams library | 3 | 库 + boost-json | boost | Run-time support for Boost.Json, a portable C++ library which providescontainers and algorithms that implement JavaScript Object Notation, orsimply "JSON" | Run-time component of boost json library | 3 | 库 + boost-locale | boost | Run-time support for Boost.Locale, a set of localization and Unicodehandling tools. | Run-time component of boost locale library | 3 | 库 + boost-log | boost | Boost.Log library aims to make logging significantly easier for theapplication developer. It provides a wide range of out-of-the-boxtools along with public interfaces for extending the library. | Run-time component of boost logging library | 3 | 库 + boost-math | boost | Run-time support for C99 and C++ TR1 C-style Functions from the mathportion of Boost.TR1. | Math functions for boost TR1 library | 3 | 库 + boost-mpich | boost | Run-time support for Boost.MPI-MPICH, a library providing a clean C++API over the MPICH implementation of MPI. | Run-time component of Boost.MPI library | 3 | 库 + boost-mpich-devel | boost | Devel package for Boost.MPI-MPICH, a library providing a clean C++API over the MPICH implementation of MPI. | Shared library symbolic links for Boost.MPI | 3 | 库 + boost-mpich-python3 | boost | Python 3 support for Boost.MPI-MPICH, a library providing a clean C++API over the MPICH implementation of MPI. | Python 3 run-time component of Boost.MPI library | 3 | 库 + boost-mpich-python3-devel | boost | Devel package for the Python 3 interface of Boost.MPI-MPICH, a libraryproviding a clean C++ API over the MPICH implementation of MPI. | Shared library symbolic links for Boost.MPI Python 3 component | 3 | 库 + boost-nowide | boost | Run-time support for Boost.Nowide. | Standard library functions with UTF-8 API on Windows | 3 | 库 + boost-numpy3 | boost | The Boost Python Library is a framework for interfacing Python andC++. It allows you to quickly and seamlessly expose C++ classes,functions and objects to Python, and vice versa, using no specialtools -- just your C++ compiler. This package contains run-timesupport for the NumPy extension of the Boost Python Library for Python 3. | Run-time component of boost numpy library for Python 3 | 3 | 库 + boost-openmpi | boost | Run-time support for Boost.MPI-OpenMPI, a library providing a clean C++API over the OpenMPI implementation of MPI. | Run-time component of Boost.MPI library | 3 | 库 + boost-openmpi-devel | boost | Devel package for Boost.MPI-OpenMPI, a library providing a clean C++API over the OpenMPI implementation of MPI. | Shared library symbolic links for Boost.MPI | 3 | 库 + boost-openmpi-python3 | boost | Python 3 support for Boost.MPI-OpenMPI, a library providing a clean C++API over the OpenMPI implementation of MPI. | Python 3 run-time component of Boost.MPI library | 3 | 库 + boost-openmpi-python3-devel | boost | Devel package for the Python 3 interface of Boost.MPI-OpenMPI, a libraryproviding a clean C++ API over the OpenMPI implementation of MPI. | Shared library symbolic links for Boost.MPI Python 3 component | 3 | 库 + boost-program-options | boost | Run-time support of boost program options library, which allows programdevelopers to obtain (name, value) pairs from the user, viaconventional methods such as command-line and configuration file. | Run-time component of boost program_options library | 3 | 库 + boost-python3 | boost | The Boost Python Library is a framework for interfacing Python andC++. It allows you to quickly and seamlessly expose C++ classes,functions and objects to Python, and vice versa, using no specialtools -- just your C++ compiler. This package contains run-timesupport for the Boost Python Library compiled for Python 3. | Run-time component of boost python library for Python 3 | 3 | 库 + boost-random | boost | Run-time support for boost random library. | Run-time component of boost random library | 3 | 库 + boost-regex | boost | Run-time support for boost regular expression library. | Run-time component of boost regular expression library | 3 | 库 + boost-serialization | boost | Run-time support for serialization for persistence and marshaling. | Run-time component of boost serialization library | 3 | 库 + boost-stacktrace | boost | Run-time component of the Boost stacktrace library. | Run-time component of boost stacktrace library | 3 | 库 + boost-static | boost | Static Boost C++ libraries. | The Boost C++ static development libraries | 3 | 库 + boost-system | boost | Run-time component of Boost operating system support library, includingthe diagnostics support that is part of the C++11 standard library. | Run-time component of boost system support library | 3 | 库 + boost-test | boost | Run-time support for simple program testing, full unit testing, and forprogram execution monitoring. | Run-time component of boost test library | 3 | 库 + boost-thread | boost | Run-time component Boost.Thread library, which provides classes andfunctions for managing multiple threads of execution, and forsynchronizing data between the threads or providing separate copies ofdata specific to individual threads. | Run-time component of boost thread library | 3 | 库 + boost-timer | boost | "How long does my C++ code take to run?"The Boost Timer library answers that question and does so portably,with as little as one #include and one additional line of code. | Run-time component of boost timer library | 3 | 库 + boost-type_erasure | boost | The Boost.TypeErasure library provides runtime polymorphism in C++that is more flexible than that provided by the core language. | Run-time component of boost type erasure library | 3 | 库 + boost-url | boost | Boost.URL is a portable C++ library which provides containers and algorithmswhich model a "URL", more formally described using the Uniform ResourceIdentifier (URI) specification (henceforth referred to as rfc3986). A URLis a compact sequence of characters that identifies an abstract or physicalresource. | Run-time component of boost url library | 3 | 库 + boost-wave | boost | Run-time support for the Boost.Wave library, a Standards conforming,and highly configurable implementation of the mandated C99/C++preprocessor functionality. | Run-time component of boost C99/C++ preprocessing library | 3 | 库 + bouncycastle | bouncycastle | The Bouncy Castle Crypto package is a Java implementation of cryptographicalgorithms. This jar contains JCE provider and lightweight API for theBouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8. | Bouncy Castle Cryptography APIs for Java | 3 | 库 + bouncycastle-javadoc | bouncycastle | API documentation for the Bouncy Castle Cryptography APIs. | Javadoc for bouncycastle | 3 | 库 + bouncycastle-mail | bouncycastle | The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. The APIs canbe used in conjunction with a JCE/JCA provider such as the one provided withthe Bouncy Castle Cryptography APIs. The JavaMail API and the Java activationframework will also be needed. | Bouncy Castle S/MIME API | 3 | 库 + bouncycastle-pg | bouncycastle | The Bouncy Castle Java API for handling the OpenPGP protocol. The APIs can beused in conjunction with a JCE/JCA provider such as the one provided with theBouncy Castle Cryptography APIs. | Bouncy Castle OpenPGP API | 3 | 库 + bouncycastle-pkix | bouncycastle | The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, andcertificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. TheAPIs can be used in conjunction with a JCE/JCA provider such as the oneprovided with the Bouncy Castle Cryptography APIs. | Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs | 3 | 库 + bouncycastle-tls | bouncycastle | The Bouncy Castle Java APIs for TLS and DTLS, including a provider for theJSSE. | Bouncy Castle JSSE provider and TLS/DTLS API | 3 | 库 + bouncycastle-util | bouncycastle | The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used tosupport bcpkix and bctls. | Bouncy Castle ASN.1 Extension and Utility APIs | 3 | 库 + bpftool | kernel | This package contains the bpftool, which allows inspection and simplemanipulation of eBPF programs and maps. | Inspection and simple manipulation of eBPF programs and maps | 3 | 工具 + bpftrace | bpftrace | BPFtrace is a high-level tracing language for Linux enhanced Berkeley PacketFilter (eBPF) available in recent Linux kernels (4.x). BPFtrace uses LLVM as abackend to compile scripts to BPF-bytecode and makes use of BCC forinteracting with the Linux BPF system, as well as existing Linux tracingcapabilities: kernel dynamic tracing (kprobes), user-level dynamic tracing(uprobes), and tracepoints. The BPFtrace language is inspired by awk and C,and predecessor tracers such as DTrace and SystemTap | High-level tracing language for Linux eBPF | 3 | 工具 + bridge-utils | bridge-utils | This package contains utilities for configuring the linux ethernetbridge. The linux ethernet bridge can be used for connecting multipleethernet devices together. The connecting is fully transparent: hostsconnected to one ethernet device see hosts connected to the otherethernet devices directly.Install bridge-utils if you want to use the linux ethernet bridge. | Utilities for configuring the linux ethernet bridge | 3 | 服务 + brlapi | brltty | This package provides the run-time support for the ApplicationProgramming Interface to BRLTTY.Install this package if you have an application which directly accessesa refreshable braille display. | Application Programming Interface for BRLTTY | 3 | 库 + brlapi-devel | brltty | This package provides the header files, static archive, shared objectlinker reference, and reference documentation for BrlAPI (theApplication Programming Interface to BRLTTY). It enables theimplementation of applications which take direct advantage of arefreshable braille display in order to present information in wayswhich are more appropriate for blind users and/or to provide userinterfaces which are more specifically attuned to their needs.Install this package if you are developing or maintaining an applicationwhich directly accesses a refreshable braille display. | Headers, static archive, and documentation for BrlAPI | 3 | 库 + brlapi-java | brltty | This package provides the Java binding for BrlAPI. | Java binding for BrlAPI | 3 | 库 + brltty | brltty | BRLTTY is a background process (daemon) which provides access to theLinux/Unix console (when in text mode) for a blind person using arefreshable braille display. It drives the braille display and providescomplete screen review functionality. | Braille display driver for Linux/Unix | 3 | 工具 + brltty-at-spi2 | brltty | This package provides the AtSpi2 driver for BRLTTY. | AtSpi2 driver for BRLTTY | 3 | 库 + brltty-docs | brltty | This package provides the documentation for BRLTTY. | Documentation for BRLTTY | 3 | 工具 + brltty-dracut | brltty | This package provides brltty module for Dracut. | brltty module for Dracut | 3 | 工具 + brltty-minimal | brltty | This package provides stripped down brltty version for Anacondainstaller. | Stripped down brltty version for Anaconda installer | 3 | 工具 + brltty-xw | brltty | This package provides the XWindow driver for BRLTTY. | XWindow driver for BRLTTY | 3 | 工具 + brotli | brotli | Brotli is an open-source lossless compression algorithm developed by Google.It was released in 2015 and is designed to compress data more efficiently thanother popular compression algorithms like Gzip, Zopfli, and Deflate.Brotli uses a combination of a modern variant of the LZ77 algorithm, Huffmancoding, and a static dictionary to achieve high compression ratios. Thealgorithm works by identifying repeated patterns in the data stream andreplacing them with shorter symbols. The dictionary contains frequently usedpatterns, which further improves compression efficiency. Brotli also uses"context modeling," which means that it takes into account the context of thedata being compressed, such as the data type or the position within the file.One of the key advantages of Brotli is that it achieves higher compressionratios compared to other algorithms, resulting in smaller file sizes. Thismakes it ideal for use in web applications where reducing page load times andbandwidth usage is critical. Brotli is supported by major web browsers likeGoogle Chrome, Mozilla Firefox, and Microsoft Edge, as well as many HTTPservers.Another advantage of Brotli is its speed. While it is generally slower thanGzip or Deflate when compressing data, it is faster when decompressing data.This means that the overall performance of a web page can be improved becauseBrotli-compressed files can be served faster, resulting in a better userexperience.In summary, Brotli is a modern and efficient compression algorithm that offershigher compression ratios and faster decompression speeds compared to othercompression algorithms. Its adoption by major web browsers and HTTP servers hasmade it an important tool for web developers looking to optimize theirwebsite's performance. | Lossless compression algorithm | 3 | 工具 + brotli-devel | brotli | Brotli-devel is a development package that provides the necessary files,libraries, and headers required for developing applications that use theBrotli compression algorithm. Brotli is a relatively new compression algorithmdeveloped by Google, which aims to provide better compression ratio and speedthan existing algorithms like Gzip and Deflate.The brotli-devel package includes the brotli library, which is a Cimplementation of the Brotli compression algorithm. The library provides asimple and easy-to-use API for compressing and decompressing data in Capplications. It also includes a command-line tool for testing and benchmarkingthe algorithm.Developers can use the brotli-devel package to create software applicationsthat use the Brotli compression algorithm. The package is available on variousoperating systems, such as Linux and macOS, and can be installed using packagemanagers like YUM and Homebrew.Overall, brotli-devel is a useful development package for developers who wantto leverage the high compression ratio and speed of Brotli in theirapplications. It provides an easy way to integrate the algorithm into Capplications and can help improve the performance and efficiency of datacompression in those applications. | Lossless compression algorithm (development files) | 3 | 库 + bsdcat | libarchive | The bsdcat program typically takes a filename as an argument or reads standardinput when used in a pipe. In both cases decompressed data it written tostandard output. | Expand files to standard output | 2 | 库 + bsdcpio | libarchive | The bsdcpio package contains standalone bsdcpio utility split off regularlibarchive packages. | Copy files to and from archives | 2 | 库 + bsdtar | libarchive | The bsdtar package contains standalone bsdtar utility split off regularlibarchive packages. | Manipulate tape archives | 2 | 库 + btrfs-progs | btrfs-progs | Btrfs is a modern copy on write (COW) filesystem for Linuxaimed at implementing advanced features while also focusingon fault tolerance, repair and easy administration. | An userspace programs named btrfs | 3 | 工具 + btrfs-progs-devel | btrfs-progs | This devel package provides the libraries and header files which is used todevelop btrfs filesystem-specific programs. It includes development filesfor two libraries: libbtrfs (GPLv2) and libbtrfsutil (LGPLv2+). Please installbtrfs-progs-devel if you want to develop the btrfs filesystem-specific programs. | btrfs filesystem-specific libraries and headers | 3 | 工具 + bubblewrap | bubblewrap | Bubblewrap (/usr/bin/bwrap) is a core execution engine for unprivilegedcontainers that works as a setuid binary on kernels withoutuser namespaces. | Core execution tool for unprivileged containers | 3 | 库 + buildkit | buildkit | BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. | A toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. | 3 | 工具 + buildkit-doc | buildkit | The buildkit-doc package contains documentation files for buildkit. | Documentation files for buildkit | 3 | 服务 + busybox | busybox | Busybox is a single binary which includes versions of a large numberof system commands, including a shell. This package can be veryuseful for recovering from certain types of system failures,particularly those involving broken shared libraries. | Statically linked binary providing simplified versions of system commands | 3 | 工具 + busybox-doc | busybox | The busybox-doc package contains documentation files for busybox. | Documentation files for busybox | 3 | 工具 + busybox-petitboot | busybox | Busybox is a single binary which includes versions of a large numberof system commands, including a shell. The version contained in thispackage is a minimal configuration intended for use with the Petitbootbootloader used on PlayStation 3. The busybox package provides a binarybetter suited to normal use. | Version of busybox configured for use with petitboot | 3 | 工具 + busybox-shared | busybox | Busybox is a single binary which includes versions of a large numberof system commands, including a shell. The version contained in thispackage is build against shared libraries, most notably glibc. | A shared (non-static) version of busybox | 3 | 工具 + byacc | byacc | This package provides a parser generator utility that reads a grammarspecification from a file and generates an LR(1) parser for it. Theparsers consist of a set of LALR(1) parsing tables and a driverroutine written in the C programming language. It has a public domainlicense which includes the generated C.If you are going to do development on your system, you will want to installthis package. | Berkeley Yacc, a parser generator | 3 | 工具 + byacc-doc | byacc | The byacc-doc package contains documentation files for byacc. | Documentation files for byacc | 3 | 工具 + byaccj | byaccj | BYACC/J is an extension of the Berkeley v 1.8 YACC-compatibleparser generator. Standard YACC takes a YACC source file, andgenerates one or more C files from it, which if compiled properly,will produce a LALR-grammar parser. This is useful for expressionparsing, interactive command parsing, and file reading. Manymegabytes of YACC code have been written over the years.This is the standard YACC tool that is in use every day to produceC/C++ parsers. I have added a "-J" flag which will cause BYACC togenerate Java source code, instead. So there finally is a YACC forJava now! | Parser Generator with Java Extension | 3 | 工具 + byaccj-doc | byaccj | Doc files for byaccj | Doc files for byaccj | 3 | 库 + byte-buddy | byte-buddy | Byte Buddy is a code generation library for creating Java classes during theruntime of a Java application and without the help of a compiler. Other thanthe code generation utilities that ship with the Java Class Library, Byte Buddyallows the creation of arbitrary classes and is not limited to implementinginterfaces for the creation of runtime proxies. | Runtime code generation for the Java virtual machine | 3 | 库 + byte-buddy-agent | byte-buddy | The Byte Buddy Java agent allows to access the JVM's HotSwap feature. | Byte Buddy Java agent | 3 | 库 + byte-buddy-javadoc | byte-buddy | This package contains API documentation for byte-buddy. | Javadoc for byte-buddy | 3 | 工具 + byte-buddy-maven-plugin | byte-buddy | A plugin for post-processing class files via Byte Buddy in a Maven build. | Byte Buddy Maven plugin | 3 | 工具 + bzip2 | bzip2 | Bzip2 is a freely available, patent-free, high quality data compressor.Bzip2 compresses files to within 10 to 15 percent of the capabilitiesof the best techniques available. However, bzip2 has the added benefitof being approximately two times faster at compression and six timesfaster at decompression than those techniques. Bzip2 is not thefastest compression utility, but it does strike a balance between speedand compression capability.Install bzip2 if you need a compression utility. | File compression utility | 1 | 工具 + bzip2-devel | bzip2 | Header files and a library of bzip2 functions, for developing appswhich will use the library. | Libraries and header files for apps which will use bzip2 | 3 | 库 + bzip2-libs | bzip2 | Libraries for applications using the bzip2 compression format. | Libraries for applications using bzip2 | 1 | 库 + bzip2-static | bzip2 | Static libraries for applications using the bzip2 compression format. | Libraries for applications using bzip2 | 1 | 库 + ca-certificates | ca-certificates | ca-certificates is a package containing a set of trusted rootCertificate Authorities (CA) chosen by the Mozilla Foundationthat can be used to validate and authenticate SSL/TLS connections.It is a collection of trusted CA certificates that are used byvarious applications and operating systems to verify the authenticityof SSL/TLS connections. | The Mozilla CA root certificate bundle | 2 | 工具 + cairo | cairo | Cairo is a 2D graphics library designed to provide high-quality displayand print output. Currently supported output targets include the X WindowSystem, in-memory image buffers, and image files (PDF, PostScript, and SVG).Cairo is designed to produce consistent output on all output media whiletaking advantage of display hardware acceleration when available. | A 2D graphics library | 2 | 库 + cairo-devel | cairo | Cairo is a 2D graphics library designed to provide high-quality displayand print output.This package contains libraries, header files and developer documentationneeded for developing software which uses the cairo graphics library. | Development files for cairo | 2 | 库 + cairo-gobject | cairo | Cairo is a 2D graphics library designed to provide high-quality displayand print output.This package contains functionality to make cairo graphics libraryintegrate well with the GObject object system used by GNOME. | GObject bindings for cairo | 2 | 库 + cairo-gobject-devel | cairo | Cairo is a 2D graphics library designed to provide high-quality displayand print output.This package contains libraries, header files and developer documentationneeded for developing software which uses the cairo Gobject library. | Development files for cairo-gobject | 2 | 库 + cairomm | cairomm | This library provides a C++ interface to cairo.The API/ABI version series is 1.0. | C++ API for the cairo graphics library | 2 | 库 + cairomm-devel | cairomm | The cairomm-devel package contains libraries and header files for developingapplications that use cairomm.The API/ABI version series is 1.0. | Development files for cairomm | 2 | 库 + cairo-tools | cairo | Cairo is a 2D graphics library designed to provide high-quality displayand print output.This package contains tools for working with the cairo graphics library. * cairo-trace: Record cairo library calls for later playback | Development tools for cairo | 2 | 库 + capstone | capstone | Capstone is a disassembly framework with the target of becoming the ultimatedisasm engine for binary analysis and reversing in the security community. | A lightweight multi-platform, multi-architecture disassembly framework | 3 | 工具 + capstone-devel | capstone | The capstone-devel package contains libraries and header files fordeveloping applications that use capstone. | Development files for capstone | 3 | 库 + c-ares | c-ares | c-ares is a C library that performs DNS requests and name resolvesasynchronously. c-ares is a fork of the library named 'ares', writtenby Greg Hudson at MIT. | A library that performs asynchronous DNS operations | 3 | 库 + c-ares-devel | c-ares | This package contains the header files and libraries needed tocompile applications or shared objects that use c-ares. | Development files for c-ares | 3 | 工具 + cargo | rust | Cargo is a tool that allows Rust projects to declare their various dependenciesand ensure that you'll always get a repeatable build. | Rust's package manager and build tool | 2 | 库 + cargo-c | rust-cargo-c | Helper program to build and install c-like libraries. | Helper program to build and install c-like libraries | 2 | 库 + ccache-swig | swig | ccache-swig is a compiler cache. It speeds up re-compilation of C/C++/SWIGcode by caching previous compiles and detecting when the same compile isbeing done again. ccache-swig is ccache plus support for SWIG. | Fast compiler cache | 3 | 库 + cdi-api | cdi-api | APIs for JSR-299: Contexts and Dependency Injection for Java EE | CDI API | 3 | 库 + cdi-api-javadoc | cdi-api | API documentation for cdi-api. | API documentation for cdi-api | 3 | 库 + cdparanoia | cdparanoia | Cdparanoia (Paranoia III) reads digital audio directly from a CD, thenwrites the data to a file or pipe in WAV, AIFC or raw 16 bit linearPCM format. Cdparanoia doesn't contain any extra features (like the onesincluded in the cdda2wav sampling utility). Instead, cdparanoia's strengthlies in its ability to handle a variety of hardware, including inexpensivedrives prone to misalignment, frame jitter and loss of streaming duringatomic reads. Cdparanoia is also good at reading and repairing data fromdamaged CDs. | Compact Disc Digital Audio (CDDA) extraction tool (or ripper) | 3 | 工具 + cdparanoia-devel | cdparanoia | The cdparanoia-devel package contains the libraries and header files neededfor developing applications to read CD Digital Audio disks. | Development tools for libcdda_paranoia (Paranoia III) | 3 | 库 + cdparanoia-libs | cdparanoia | The cdparanoia-libs package contains the dynamic libraries needed forapplications which read CD Digital Audio disks. | Libraries for libcdda_paranoia (Paranoia III) | 3 | 库 + cdparanoia-static | cdparanoia | The cdparanoia-devel package contains the static libraries needed fordeveloping applications to read CD Digital Audio disks. | Development tools for libcdda_paranoia (Paranoia III) | 3 | 库 + cepces | cepces | cepces is an application for enrolling certificates through CEP and CES.It requires certmonger to operate.Only simple deployments using Microsoft Active Directory Certificate Serviceshave been tested. | Certificate Enrollment through CEP/CES | 3 | 工具 + cepces-certmonger | cepces | Installing cepces-certmonger adds cepces as a CA configuration.Uninstall revert the action. | certmonger integration for cepces | 3 | 工具 + cepces-doc | cepces | The cepces-doc package contains documentation files for cepces. | Documentation files for cepces | 3 | 工具 + cepces-selinux | cepces | SELinux support for cepces | SELinux support for cepces | 3 | 工具 + ceph | ceph | Ceph is a massively scalable, open-source, distributed storage system that runson commodity hardware and delivers object, block and file system storage. | User space components of the Ceph file system | 3 | 服务 + cephadm | ceph | Utility to bootstrap a Ceph cluster and manage Ceph daemons deployedwith systemd and podman. | Utility to bootstrap Ceph clusters | 3 | 服务 + ceph-base | ceph | Base is the package that includes all the files shared amongst ceph servers | Ceph Base Package | 3 | 工具 + ceph-common | ceph | Common utilities to mount and interact with a ceph storage cluster.Comprised of files that are common to Ceph clients and servers. | Ceph Common | 3 | 工具 + ceph-exporter | ceph | Daemon for exposing perf counters as Prometheus metrics | Daemon for exposing perf counters as Prometheus metrics | 3 | 服务 + cephfs-mirror | ceph | Daemon for mirroring CephFS snapshots between Ceph clusters. | Ceph daemon for mirroring CephFS snapshots | 3 | 工具 + cephfs-shell | ceph | This package contains an interactive tool that allows accessing a Cephfile system without mounting it by providing a nice pseudo-shell whichworks like an FTP client. | Interactive shell for Ceph file system | 3 | 工具 + cephfs-top | ceph | This package provides a top(1) like utility to display Ceph Filesystem metricsin realtime. | top(1) like utility for Ceph Filesystem | 3 | 工具 + ceph-fuse | ceph | FUSE based client for Ceph distributed network file system | Ceph fuse-based client | 3 | 工具 + ceph-grafana-dashboards | ceph | This package provides a set of Grafana dashboards for monitoring ofCeph clusters. The dashboards require a Prometheus server setupcollecting data from Ceph Manager "prometheus" module and Prometheusproject "node_exporter" module. The dashboards are designed to beintegrated with the Ceph Manager Dashboard web UI. | The set of Grafana dashboards for monitoring purposes | 3 | 服务 + ceph-immutable-object-cache | ceph | Daemon for immutable object cache. | Ceph daemon for immutable object cache | 3 | 库 + ceph-mds | ceph | ceph-mds is the metadata server daemon for the Ceph distributed file system.One or more instances of ceph-mds collectively manage the file systemnamespace, coordinating access to the shared OSD cluster. | Ceph Metadata Server Daemon | 3 | 服务 + ceph-mgr | ceph | ceph-mgr enables python modules that provide services (such as the RESTmodule derived from Calamari) and expose CLI hooks. ceph-mgr gathersthe cluster maps, the daemon metadata, and performance counters, andexposes all these to the python modules. | Ceph Manager Daemon | 3 | 库 + ceph-mgr-cephadm | ceph | ceph-mgr-cephadm is a ceph-mgr module for orchestration functions usingthe integrated cephadm deployment tool management operations. | Ceph Manager module for cephadm-based orchestration | 3 | 服务 + ceph-mgr-dashboard | ceph | ceph-mgr-dashboard is a manager module, providing a web-based applicationto monitor and manage many aspects of a Ceph cluster and related components.See the Dashboard documentation at http://docs.ceph.com/ for details and adetailed feature overview. | Ceph Dashboard | 3 | 服务 + ceph-mgr-diskprediction-local | ceph | ceph-mgr-diskprediction-local is a ceph-mgr module that tries to predictdisk failures using local algorithms and machine-learning databases. | Ceph Manager module for predicting disk failures | 3 | 服务 + ceph-mgr-k8sevents | ceph | ceph-mgr-k8sevents is a ceph-mgr module that sends every ceph-eventsto kubernetes' events API | Ceph Manager module to orchestrate ceph-events to kubernetes' events API | 3 | 库 + ceph-mgr-modules-core | ceph | ceph-mgr-modules-core provides a set of modules which are alwaysenabled by ceph-mgr. | Ceph Manager modules which are always enabled | 3 | 工具 + ceph-mgr-rook | ceph | ceph-mgr-rook is a ceph-mgr module for orchestration functions usinga Rook backend. | Ceph Manager module for Rook-based orchestration | 3 | 工具 + ceph-mon | ceph | ceph-mon is the cluster monitor daemon for the Ceph distributed filesystem. One or more instances of ceph-mon form a Paxos part-timeparliament cluster that provides extremely reliable and durable storageof cluster membership, configuration, and state. | Ceph Monitor Daemon | 3 | 服务 + ceph-osd | ceph | ceph-osd is the object storage daemon for the Ceph distributed filesystem. It is responsible for storing objects on a local file systemand providing access to them over the network. | Ceph Object Storage Daemon | 3 | 服务 + ceph-prometheus-alerts | ceph | This package provides Ceph default alerts for Prometheus. | Prometheus alerts for a Ceph deplyoment | 3 | 工具 + ceph-radosgw | ceph | RADOS is a distributed object store used by the Ceph distributedstorage system. This package provides a REST gateway to theobject store that aims to implement a superset of Amazon's S3service as well as the OpenStack Object Storage ("Swift") API. | Rados REST gateway | 3 | 服务 + ceph-resource-agents | ceph | Resource agents for monitoring and managing Ceph daemonsunder Open Cluster Framework (OCF) compliant resourcemanagers such as Pacemaker. | OCF-compliant resource agents for Ceph daemons | 3 | 服务 + ceph-selinux | ceph | This package contains SELinux support for Ceph MON, OSD and MDS. The packagealso performs file-system relabelling which can take a long time on heavilypopulated file-systems. | SELinux support for Ceph MON, OSD and MDS | 3 | 工具 + ceph-test | ceph | This package contains Ceph benchmarks and test tools. | Ceph benchmarks and test tools | 3 | 库 + ceph-volume | ceph | This package contains a tool to deploy OSD with different devices likelvm or physical disks, and trying to follow a predictable, and robustway of preparing, activating, and starting the deployed OSD. | Ceph OSD deployment and inspection tool | 3 | 工具 + cereal-devel | cereal | cereal is a header-only C++11 serialization library. cereal takes arbitrarydata types and reversibly turns them into different representations, such ascompact binary encodings, XML, or JSON. cereal was designed to be fast,light-weight, and easy to extend - it has no external dependencies and can beeasily bundled with other code or used standalone.This package contains development headers and libraries for the cereal library | Development headers and libraries for cereal | 3 | 库 + cereal-doc | cereal | The cereal-doc package contains documentation files for cereal. | Documentation files for cereal | 3 | 库 + certmonger | certmonger | Certmonger is a service which is primarily concerned with getting yoursystem enrolled with a certificate authority (CA) and keeping it enrolled. | Certificate status monitor and PKI enrollment client | 3 | 服务 + certmonger-doc | certmonger | The certmonger-doc package contains documentation files for certmonger. | Documentation files for certmonger | 3 | 工具 + cglib | cglib | cglib is a powerful, high performance and quality code generation libraryfor Java. It is used to extend Java classes and implements interfacesat run-time. | Code Generation Library for Java | 3 | 库 + cglib-javadoc | cglib | Documentation for the cglib code generation library. | Javadoc for cglib | 3 | 库 + chafa-devel | chafa | Development files for chafa, such as headers. | Image-to-text converter for terminal (development files) | 3 | 库 + chafa-libs | chafa | Shared library for chafa. | Image-to-text converter for terminal (library) | 3 | 库 + check | check | Check is a unit test framework for C. It features a simple interface fordefining unit tests, putting little in the way of the developer. Testsare run in a separate address space, so Check can catch both assertionfailures and code errors that cause segmentation faults or other signals.The output from unit tests can be used within source code editors and IDEs. | A unit test framework for C | 3 | 工具 + check-devel | check | Libraries and headers for developing programs with check | Libraries and headers for developing programs with check | 3 | 库 + checkpolicy | checkpolicy | Security-enhanced Linux is a feature of the Linux® kernel and a numberof utilities with enhanced security functionality designed to addmandatory access controls to Linux. The Security-enhanced Linuxkernel contains new architectural components originally developed toimprove the security of the Flask operating system. Thesearchitectural components provide general support for the enforcementof many kinds of mandatory access control policies, including thosebased on the concepts of Type Enforcement®, Role-based AccessControl, and Multi-level Security.This package contains checkpolicy, the SELinux policy compiler.Only required for building policies. | SELinux policy compiler | 2 | 工具 + chkconfig | chkconfig | Chkconfig is a command-line utility in Linux that allows you to update andquery runlevel information for system services. It manipulates the numeroussymbolic links in /etc/rc.d, which relieves system administrators of some ofthe drudgery of manually editing the symbolic links. | A system tool for maintaining the /etc/rc*.d hierarchy | 2 | 工具 + chrome-gnome-shell | chrome-gnome-shell | Browser extension for Google Chrome/Chromium, Firefox, Vivaldi, Opera (andother Browser Extension, Chrome Extension or WebExtensions capable browsers)and native host messaging connector that provides integration with GNOME Shelland the corresponding extensions repository https://extensions.gnome.org. | Support for managing GNOME Shell Extensions through web browsers | 3 | 工具 + chrome-gnome-shell-doc | chrome-gnome-shell | The chrome-gnome-shell-doc package contains documentation files for chrome-gnome-shell. | Documentation files for chrome-gnome-shell | 3 | 服务 + chrony | chrony | chrony is a versatile implementation of the Network Time Protocol (NTP).It can synchronise the system clock with NTP servers, reference clocks(e.g. GPS receiver), and manual input using wristwatch and keyboard. Itcan also operate as an NTPv4 (RFC 5905) server and peer to provide a timeservice to other computers in the network. | An NTP client/server | 2 | 服务 + chrpath | chrpath | chrpath allows you to modify the dynamic library load path (rpath) ofcompiled programs. Currently, only removing and modifying the rpathis supported. | Modify rpath of compiled programs | 3 | 工具 + chrpath-doc | chrpath | Doc pages for chrpath | Documents for chrpath | 3 | 库 + cifs-utils | cifs-utils | The SMB/CIFS protocol is a standard file sharing protocol widely deployedon Microsoft Windows machines. This package contains tools for mountingshares on Linux using the SMB/CIFS protocol. The tools in this packagework in conjunction with support in the kernel to allow one to mount aSMB/CIFS share onto a client and use it as if it were a standard Linuxfile system. | Utilities for mounting and managing CIFS mounts | 2 | 工具 + cifs-utils-devel | cifs-utils | The SMB/CIFS protocol is a standard file sharing protocol widely deployedon Microsoft Windows machines. This package contains the header filenecessary for building ID mapping plugins for cifs-utils. | Files needed for building plugins for cifs-utils | 2 | 工具 + clang | clang | clang: noun 1. A loud, resonant, metallic sound. 2. The strident call of a crane or goose. 3. C-language family front-end toolkit.The goal of the Clang project is to create a new C, C++, Objective Cand Objective C++ front-end for the LLVM compiler. Its tools are builtas libraries and designed to be loosely-coupled and extensible.Install compiler-rt if you want the Blocks C language extension or toenable sanitization and profiling options when building, andlibomp-devel to enable -fopenmp. | A C language family front-end for LLVM | 2 | 工具 + clang-analyzer | clang | The Clang Static Analyzer consists of both a source code analysisframework and a standalone tool that finds bugs in C and Objective-Cprograms. The standalone tool is invoked from the command-line, and isintended to run in tandem with a build of a project or code base. | A source code analysis framework | 2 | 工具 + clang-devel | clang | Development header files for clang. | Development header files for clang | 2 | 库 + clang-libs | clang | Runtime library for clang. | Runtime library for clang | 2 | 库 + clang-resource-filesystem | clang | This package owns the clang resouce directory: $libdir/clang/$version/ | Filesystem package that owns the clang resource directory | 2 | 库 + clang-tools-extra | clang | A set of extra tools built using Clang's tooling API. | Extra tools for clang | 2 | 库 + clevis | clevis | Clevis is a framework for automated decryption. It allows you to encryptdata using sophisticated unlocking policies which enable decryption tooccur automatically.The clevis package provides basic encryption/decryption policy support.Users can use this directly; but most commonly, it will be used as abuilding block for other packages. For example, see the clevis-luksand clevis-dracut packages for automatic root volume unlocking ofLUKSv1/LUKSv2 volumes during early boot. | Automated decryption framework | 2 | 工具 + clevis-luks | clevis | LUKS integration for clevis. This package allows you to bind a LUKSvolume to a clevis unlocking policy. For automated unlocking, an unlockerwill also be required. See, for example, clevis-dracut and clevis-udisks2. | LUKS integration for clevis | 2 | 工具 + clippy | rust | A collection of lints to catch common mistakes and improve your Rust code. | Lints to catch common mistakes and improve your Rust code | 2 | 库 + clisp | clisp | ANSI Common Lisp is a high-level, general-purpose programminglanguage. GNU CLISP is a Common Lisp implementation by Bruno Haibleof Karlsruhe University and Michael Stoll of Munich University, bothin Germany. It mostly supports the Lisp described in the ANSI CommonLisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD,NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX andothers) and on other systems (Windows NT/2000/XP, Windows 95/98/ME)and needs only 4 MiB of RAM.It is Free Software and may be distributed under the terms of GNU GPL,while it is possible to distribute commercial proprietary applicationscompiled with GNU CLISP.The user interface comes in English, German, French, Spanish, Dutch,Russian and Danish, and can be changed at run time. GNU CLISPincludes an interpreter, a compiler, a debugger, CLOS, MOP, a foreignlanguage interface, sockets, i18n, fast bignums and more. An X11interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runsMaxima, ACL2 and many other Common Lisp packages. | ANSI Common Lisp implementation | 2 | 库 + clisp-devel | clisp | Files necessary for linking CLISP programs. | Development files for CLISP | 2 | 工具 + cloud-init | cloud-init | Cloud-init is a set of init scripts for cloud instances. Cloud instancesneed special scripts to run during initialization to retrieve and installssh keys and to let the user run various scripts. | Cloud instance init scripts | 2 | 服务 + cloud-utils-growpart | cloud-utils-growpart | This package provides the growpart script for growing a partition. It isprimarily used in cloud images in conjunction with the dracut-modules-growrootpackage to grow the root partition on first boot. | Script for growing a partition | 2 | 工具 + clutter | clutter | Clutter is an open source software library for creating fast,visually rich graphical user interfaces. The most obvious exampleof potential usage is in media center type applications.We hope however it can be used for a lot more. | Open Source software library for creating rich graphical user interfaces | 3 | 工具 + clutter-devel | clutter | Header files and libraries for building a extension library for theclutter | Clutter development environment | 2 | 库 + clutter-doc | clutter | Clutter is an open source software library for creating fast,visually rich graphical user interfaces. The most obvious exampleof potential usage is in media center type applications.We hope however it can be used for a lot more.This package contains documentation for clutter. | Documentation for clutter | 2 | 库 + clutter-gtk | clutter-gtk | clutter-gtk is a library which allows the embedding of a Cluttercanvas (or "stage") into a GTK+ application, as well as embeddingGTK+ widgets inside the stage. | A basic GTK clutter widget | 3 | 库 + clutter-gtk-devel | clutter-gtk | Header files and libraries for building a extension library for theclutter-gtk. | Clutter-gtk development environment | 3 | 库 + clutter-gtk-doc | clutter-gtk | Doc files for clutter-gtk | Doc files for clutter-gtk | 3 | 库 + clutter-tests | clutter | The clutter-tests package contains tests that can be used to verifythe functionality of the installed clutter package. | Tests for the clutter package | 2 | 服务 + cmake | cmake | CMake is used to control the software compilation process using simpleplatform and compiler independent configuration files. CMake generatesnative makefiles and workspaces that can be used in the compilerenvironment of your choice. CMake is quite sophisticated: it is possibleto support complex environments requiring system configuration, preprocessorgeneration, code generation, and template instantiation. | Cross-platform make system | 3 | 工具 + cmake-data | cmake | This package contains common data-files for cmake. | Common data-files for cmake | 3 | 工具 + cmake-doc | cmake | This package contains documentation for cmake. | Documentation for cmake | 3 | 工具 + cmake-filesystem | cmake | This package owns all directories used by CMake modules. | Directories used by CMake modules | 3 | 工具 + cmake-gui | cmake | The cmake-gui package contains the Qt based GUI for cmake. | Qt GUI for cmake | 3 | 工具 + cmake-rpm-macros | cmake | This package contains common RPM macros for cmake. | Common RPM macros for cmake | 3 | 工具 + cmocka-doc | cmocka | Doc pages for cmocka. | Documents for cmocka | 3 | 工具 + cockpit | cockpit | The Cockpit Web Console enables users to administer GNU/Linux servers using aweb browser.It offers network configuration, log inspection, diagnostic reports, SELinuxtroubleshooting, interactive command-line sessions, and more. | Web Console for Linux servers | 3 | 库 + cockpit-bridge | cockpit | The Cockpit bridge component installed server side and runs commands on thesystem on behalf of the web based user interface. | Cockpit bridge server-side component | 3 | 工具 + cockpit-doc | cockpit | The Cockpit Deployment and Developer Guide shows sysadmins how todeploy Cockpit on their machines as well as helps developers who want toembed or extend Cockpit. | Cockpit deployment and developer guide | 3 | 库 + cockpit-packagekit | cockpit | The Cockpit components for installing OS updates and Cockpit add-ons,via PackageKit. | Cockpit user interface for packages | 3 | 库 + cockpit-storaged | cockpit | The Cockpit component for managing storage. This package uses udisks. | Cockpit user interface for storage, using udisks | 3 | 库 + cockpit-system | cockpit | This package contains the Cockpit shell and system configuration interfaces. | Cockpit admin interface package for configuring and troubleshooting a system | 3 | 库 + cockpit-ws | cockpit | The Cockpit Web Service listens on the network, and authenticates users.If sssd-dbus is installed, you can enable client certificate/smart cardauthentication via sssd/FreeIPA. | Cockpit Web Service | 3 | 服务 + cogl | cogl | Cogl is a small open source library for using 3D graphics hardware to drawpretty pictures. The API departs from the flat state machine style ofOpenGL and is designed to make it easy to write orthogonal components thatcan render without stepping on each others toes.As well aiming for a nice API, we think having a single library as opposedto an API specification like OpenGL has a few advantages too; like beingable to paper over the inconsistencies/bugs of different OpenGLimplementations in a centralized place, not to mention the myriad of OpenGLextensions. It also means we are in a better position to provide utilityAPIs that help software developers since they only need to be implementedonce and there is no risk of inconsistency between implementations.Having other backends, besides OpenGL, such as drm, Gallium or D3D areoptions we are interested in for the future. | A library for using 3D graphics hardware to draw pretty pictures | 3 | 库 + cogl-devel | cogl | Header files and libraries for building and developing apps with cogl. | cogl development environment | 3 | 库 + cogl-doc | cogl | This package contains documentation for cogl. | Documentation for cogl | 3 | 库 + cogl-tests | cogl | This package contains the installable tests for %{cogl}. | Tests for cogl | 3 | 库 + colord | colord | colord is a low level system activated daemon that maps color devicesto color profiles in the system context. | Color daemon | 3 | 服务 + colord-devel | colord | Files for development with colord. | Development package for colord | 3 | 库 + colord-devel-docs | colord | Documentation for development with colord. | Developer documentation package for colord | 3 | 库 + colord-extra-profiles | colord | More color profiles for color management that are less commonly used.This may be useful for CMYK soft-proofing or for extra device support. | More color profiles for color management that are less commonly used | 3 | 工具 + colord-gtk | colord-gtk | colord-gtk is a software library for Linux-based systems that providescolor management capabilities for GTK+ applications. It is designed towork in conjunction with the colord daemon, which is responsible formanaging color profiles for various devices.One of the key features of colord-gtk is its ability to automaticallydetect connected color devices, such as monitors and printers. It canthen display the associated color profiles, enabling users to select andapply them as needed. This ensures that color accuracy is maintainedthroughout the entire imaging process.Colord-gtk also provides integration with other color management tools,such as Adobe ICC Profile Manager. This allows professionals to easilymanage their color profiles and maintain consistency across multipledevices.Overall, colord-gtk is a powerful tool that simplifies color managementfor developers and users alike. It is an essential component forapplications that require accurate and consistent color representation. | GTK+ 3 support library for colord | 3 | 库 + colord-gtk4 | colord-gtk | Colord-gtk4 is a graphical user interface (GUI) tool used for managing color profilesin the GNOME desktop environment. It is a part of the Colord package and is builtusing the GTK4 library. The main purpose of colord-gtk4 is to provide an easy-to-useinterface for selecting and applying color profiles to various devices such asmonitors, printers, and scanners.Colord-gtk4 provides users with a variety of features including profile management,device control, color calibration, color correction, and display settings. Throughprofile management, users can view and manage color profiles for their devices,import and export profiles, and select the appropriate profile for a particulardevice. Device control allows users to adjust various color settings such asbrightness, contrast, and hue.Color calibration is another important feature of colord-gtk4, which is used to ensureaccurate color reproduction. Users can calibrate their devices to produce a coloroutput that matches a specified standard. Color correction is used to compensate forany color inaccuracies and ensure that the output color is as accurate as possible.Finally, display settings allow users to adjust various display settings such asresolution, refresh rate, and orientation. Overall, colord-gtk4 is an essential toolfor ensuring accurate and consistent color reproduction on various devices in the GNOMEdesktop environment. | GTK 4 support library for colord | 3 | 库 + colord-gtk4-devel | colord-gtk | Files for GTK 4 development with colord-gtk4. | Development package for colord-gtk4 | 3 | 库 + colord-gtk-devel | colord-gtk | Files for development with colord-gtk. | Development package for colord-gtk | 3 | 库 + colord-libs | colord | colord is a low level system activated daemon that maps color devicesto color profiles in the system context. | Color daemon library | 3 | 库 + colord-tests | colord | Data files for installed tests. | Data files for installed tests | 3 | 服务 + color-filesystem | color-filesystem | This package provides directories and rpm macros that are required/used tostore color management data for many applications. | Color filesystem layout | 3 | 库 + compat-libpthread-nonshared | glibc | This package provides compatibility support for applications that expectlibpthread_nonshared.a to exist.The support provided is in the form of an empty libpthread_nonshared.athat allows dynamic links to succeed.Such applications should be adjusted to avoid linking againstlibpthread_nonshared.a which is no longer used.The static library libpthread_nonshared.a is an internal implementationdetail of the C runtime and should not be expected to exist. | Compatibility support for linking against libpthread_nonshared.a. | 1 | 库 + compiler-rt | compiler-rt | The compiler-rt project is a part of the LLVM project. It providesimplementation of the low-level target-specific hooks required bycode generation, sanitizer runtimes and profiling library for codeinstrumentation, and Blocks C language extension. | LLVM "compiler-rt" runtime libraries | 2 | 工具 + compiler-rt-doc | compiler-rt | The compiler-rt-doc package contains documentations for compiler-rt | Documentation for compiler-rt | 2 | 工具 + composer | composer | Composer helps you declare, manage and install dependencies of PHP projects,ensuring you have the right stack everywhere.Documentation: https://getcomposer.org/doc/ | Dependency Manager for PHP | 3 | 库 + composer-doc | composer | The composer-doc package contains documentation files for composer. | Documentation files for composer | 3 | 工具 + conntrack-tools | conntrack-tools | The conntrack-tools are a set of free software userspace tools for Linuxthat allow system administrators interact with the Connection Tracking System,which is the module that provides stateful packet inspection for iptables.The conntrack-tools are the userspace daemon conntrackd and the command lineinterface conntrack. | Netfilter's connection tracking userspace tools | 3 | 工具 + console-setup | console-setup | This package provides the console with the same keyboard configurationscheme that X Window System has. Besides the keyboard, the package configuresalso the font on the console. It includes a rich collection of fonts andsupports several languages that would be otherwise unsupported on the console(such as Armenian, Georgian, Lao and Thai). | Tools for configuring the console using X Window System key maps | 3 | 工具 + console-setup-doc | console-setup | Doc files for console-setup | Doc files for console-setup | 3 | 服务 + containerd | containerd | Containerd is an industry-standard container runtime with an emphasis onsimplicity, robustness and portability. It is available as a daemon for Linuxand Windows, which can manage the complete container lifecycle of its hostsystem: image transfer and storage, container execution and supervision,low-level storage and network attachments, etc. | Open and reliable container runtime | 3 | 服务 + containernetworking-plugins | containernetworking-plugins | The Container Network InterfaceCNI (Container Network Interface), a Cloud Native Computing Foundation project, consists of a specificationand libraries for writing plugins to configure network interfaces in Linux and Windows containers, alongwith a number of supported plugins. CNI concerns itself only with network connectivity of containers andremoving allocated resources when the container is deleted. Because of this focus, CNI has a wide rangeof support and the specification is simple to implement. | Libraries for writing CNI plugin | 3 | 服务 + container-selinux | container-selinux | SELinux policy files for Container Runtimes | SELinux policies for container runtimes | 3 | 工具 + coreutils | coreutils | These are the GNU core utilities. This package is the combination ofthe old GNU fileutils, sh-utils, and textutils packages. | A set of basic GNU tools commonly used in shell scripts | 3 | 工具 + coreutils-common | coreutils | Optional though recommended components,including documentation and translations. | coreutils common optional components | 1 | 工具 + coreutils-single | coreutils | These are the GNU core utilities,packaged as a single multicall binary. | coreutils multicall binary | 1 | 工具 + cpio | cpio | GNU cpio copies files into or out of a cpio or tar archive. Archivesare files which contain a collection of other files plus informationabout them, such as their file name, owner, timestamps, and accesspermissions. The archive can be another file on the disk, a magnetictape, or a pipe. GNU cpio supports the following archive formats: binary,old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1tar. By default, cpio creates binary format archives, so that they arecompatible with older cpio programs. When it is extracting files fromarchives, cpio automatically recognizes which kind of archive it is readingand can read archives created on machines with a different byte-order.Install cpio if you need a program to manage file archives. | A GNU archiving program | 2 | 工具 + cpp | gcc | Cpp is the GNU C-Compatible Compiler Preprocessor.Cpp is a macro processor which is used automaticallyby the C compiler to transform your program before actualcompilation. It is called a macro processor because it allowsyou to define macros, abbreviations for longerconstructs.The C preprocessor provides four separate functionalities: theinclusion of header files (files of declarations that can besubstituted into your program); macro expansion (you can define macros,and the C preprocessor will replace the macros with their definitionsthroughout the program); conditional compilation (using specialpreprocessing directives, you can include or exclude parts of theprogram according to various conditions); and line control (if you usea program to combine or rearrange source files into an intermediatefile which is then compiled, you can use line control to inform thecompiler about where each source line originated).You should install this package if you are a C programmer and you usemacros. | The C Preprocessor | 2 | 工具 + cppunit | cppunit | CppUnit is the C++ port of the famous JUnit framework for unit testing.Test output is in XML for automatic testing and GUI based for supervisedtests. | C++ unit testing framework | 3 | 库 + cppunit-devel | cppunit | This package contains the libraries and headers necessary for developingprograms that use cppunit. | Libraries and headers for cppunit development | 3 | 库 + cppunit-doc | cppunit | The cppunit-doc package contains HTML formatted API documention generated bythe popular doxygen documentation generation tool. | HTML formatted API documention for cppunit | 3 | 库 + cracklib | cracklib | CrackLib tests passwords to determine whether they match certainsecurity-oriented characteristics, with the purpose of preventing usersfrom choosing passwords that could easily be guessed.CrackLib is a library containing a C function which may be used in a"passwd"-like program. If you install CrackLib, you will also want toinstall the cracklib-dicts package. | A password-checking library | 2 | 库 + cracklib-devel | cracklib | The cracklib-devel package contains the header files and libraries neededfor compiling applications which use cracklib.%package_help | Development files for cracklib | 3 | 库 + crash | crash | The core analysis suite is a self-contained tool that can be used toinvestigate either live systems, kernel core dumps created from thenetdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patchoffered by Mission Critical Linux, or the LKCD kernel patch. | Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles | 3 | 工具 + crash-devel | crash | The core analysis suite is a self-contained tool that can be used toinvestigate either live systems, kernel core dumps created from thenetdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patchoffered by Mission Critical Linux, or the LKCD kernel patch. | kernel crash analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles | 3 | 工具 + createrepo_c | createrepo_c | C implementation of Createrepo.A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c)for generating a common metadata repository from a directory ofrpm packages and maintaining it. | Creates a common metadata repository | 3 | 工具 + createrepo_c-devel | createrepo_c | This package contains the createrepo_c C library and header files.These development files are for easy manipulation with a repodata. | Library for repodata manipulation | 3 | 库 + createrepo_c-libs | createrepo_c | Libraries for applications using the createrepo_c libraryfor easy manipulation with a repodata. | Library for repodata manipulation | 3 | 库 + cri-rm | cri-rm | Kubernetes Container Runtime Interface proxy service with hardware resource aware workloadplacement policies. | CRI Resource Manager, a CRI proxy with various in-node workload placement policies | 3 | 服务 + crit | criu | crit is a tool designed to decode CRIU binary dump files and showtheir content in human-readable form. | CRIU image tool | 3 | 库 + cri-tools | cri-tools | CLI and validation tools for Container Runtime Interface | CLI and validation tools for Container Runtime Interface | 3 | 工具 + criu | criu | criu is the user-space part of Checkpoint/Restore in User-space(CRIU), a project to implement checkpoint/restore functionality forLinux in user-space. | Tool for Checkpoint/Restore in User-space | 3 | 工具 + criu-devel | criu | This package contains header files and libraries for criu. | Header files and libraries for criu | 3 | 库 + criu-libs | criu | This package contains the libraries for criu | Libraries for criu | 3 | 库 + criu-ns | criu | The purpose of the criu-ns wrapper script is to enable restoring a processtree that might require a specific PID that is already used on the system.This script can help to workaround the so called "PID mismatch" problem. | Tool to run CRIU in different namespaces | 3 | 工具 + cronie | cronie | Cronie is a daemon that runs specified programs at scheduled times and relatedtools. It is a fork of the original vixie-cron that has been enhanced withsecurity and configuration features such as the ability to use pam and SELinux.Cronie is a reliable and efficient tool that can help automate tasks andimprove system performance by scheduling tasks to run at specific times orintervals. It is widely used in UNIX-based systems for various purposes suchas system maintenance, backups, and data processing. | Cron daemon for executing programs at set times | 2 | 服务 + cronie-anacron | cronie | Anacron is a tool that is part of cronie and is used for running jobs withregular periodicity that do not have an exact time of day of execution.The default settings of anacron execute daily, weekly, and monthly jobs, but itallows setting arbitrary periodicity of jobs as well.Anacron is a useful tool that allows running periodic jobs even if the systemis often powered off and it also allows randomizing the time of job executionfor better utilization of resources shared among multiple systems. It can beused for various purposes such as system maintenance, backups, and dataprocessing in UNIX-based systems. | Utility for running regular jobs | 2 | 工具 + cronie-noanacron | cronie | This package provides a legacy tool of running hourly, daily, weekly or monthlyjobs. It runs without anacron, but won’t provide any extra features. | Old style utility for running simple regular jobs | 2 | 工具 + crontabs | crontabs | The crontabs package contains root crontab files and directories andrelies on the cron daemon. Thus cron daemon should be installed firstlyto run the jobs from the crontabs. Cronie or fcron, a type of cron daemon,would regularly check the commands in those files whether should beexecuted. | Root crontab files used to schedule the execution of programs | 2 | 工具 + crypto-policies | crypto-policies | This package provides pre-built configuration files withcryptographic policies for various cryptographic back-ends,such as SSL/TLS libraries. | System-wide crypto policies | 2 | 工具 + crypto-policies-scripts | crypto-policies | This package provides a tool update-crypto-policies, which appliesthe policies provided by the crypto-policies package. These can beeither the pre-built policies from the base package or custom policiesdefined in simple policy definition files.The package also provides a tool fips-mode-setup, which can be usedto enable or disable the system FIPS mode. | Tool to switch between crypto policies | 2 | 工具 + cryptsetup | cryptsetup | Cryptsetup is a utility used to conveniently set up disk encryptionbased on the DMCrypt kernel module. | Setup program for dm-crypt Based Encrypted Block Devices | 1 | 工具 + cryptsetup-devel | cryptsetup | The cryptsetup-devel package contains libraries and header filesused for writing code that makes use of disk encryption. | Headers and libraries for using encrypted file systems | 1 | 库 + cryptsetup-libs | cryptsetup | This package contains the cryptsetup shared library, libcryptsetup. | Cryptsetup shared library | 1 | 库 + cryptsetup-ssh-token | cryptsetup | Experimental cryptsetup plugin for unlocking LUKS2 devices with tokenconnected to an SSH server. | Cryptsetup LUKS2 SSH token | 1 | 服务 + cscope | cscope | cscope is a mature, ncurses based, C source code tree browsing tool. Itallows users to search large source code bases for variables, functions,macros, etc, as well as perform general regex and plain text searches.Results are returned in lists, from which the user can select individualmatches for use in file editing. | C source code tree search and browse tool | 3 | 工具 + cscope-doc | cscope | The cscope-doc package contains documentation files for cscope. | Documentation files for cscope | 3 | 工具 + csnappy | csnappy | This is an ANSI C port of Google's Snappy library. Snappy is a compressionlibrary designed for speed rather than compression ratios. | Snappy compression library ported to C | 3 | 库 + csnappy-devel | csnappy | Header files for developing applications that use the csnappy library. | Development files for the csnappy library | 3 | 库 + csnappy-doc | csnappy | The csnappy-doc package contains documentation files for csnappy. | Documentation files for csnappy | 3 | 库 + ctags | ctags | Ctags generates an index (or tag) file of C language objects found inC source and header files. The index makes it easy for text editors orother utilities to locate the indexed items. Ctags can also generate across reference file which lists information about the various objectsfound in a set of C language files in human readable form. ExuberantCtags improves on ctags because it can find all types of C language tags,including macro definitions, enumerated values (values inside enum{...}),function and method definitions, enum/struct/union tags, externalfunction prototypes, typedef names and variable declarations. ExuberantCtags is far less likely to be fooled by code containing #if preprocessorconditional constructs than ctags. Exuberant ctags supports output ofEmacs style TAGS files and can be used to print out a list of selectedobjects found in source files.Install ctags if you are going to use your system for C programming. | A C programming language indexing and/or cross-reference tool | 3 | 工具 + ctdb | samba | CTDB is a cluster implementation of the TDB database used by Samba and otherprojects to store temporary data. If an application is already using TDB fortemporary data it is very easy to convert that application to be cluster awareand use CTDB instead. | A Clustered Database based on Samba's Trivial Database (TDB) | 3 | 服务 + CUnit | CUnit | CUnit is a lightweight system for writing, administering,and running unit tests in C. It provides C programmers a basictesting functionality with a flexible variety of user interfaces. | Unit testing framework for C | 3 | 库 + CUnit-devel | CUnit | The CUnit-devel package contains the header filesand libraries for use with CUnit package. | Header files and libraries for CUnit development | 3 | 工具 + CUnit-doc | CUnit | Doc files for CUnit | Doc files for CUnit | 3 | 库 + cups | cups | CUPS printing system provides a portable printing layer forUNIX® operating systems. It has been developed by Apple Inc.to promote a standard printing solution for all UNIX vendors and users.CUPS provides the System V and Berkeley command-line interfaces. | CUPS printing system | 3 | 服务 + cups-client | cups | CUPS printing system provides a portable printing layer forUNIX® operating systems. This package contains command-line clientprograms. | CUPS printing system - client programs | 3 | 工具 + cups-devel | cups | CUPS printing system provides a portable printing layer forUNIX® operating systems. This is the development package for creatingadditional printer drivers, and other CUPS services. | CUPS printing system - development environment | 3 | 服务 + cups-filesystem | cups | CUPS printing system provides a portable printing layer forUNIX® operating systems. This package provides some directories which arerequired by other packages that add CUPS drivers (i.e. filters, backends etc.). | CUPS printing system - directory layout | 3 | 服务 + cups-filters | cups-filters | Contains backends, filters, and other software that wasonce part of the core CUPS distribution but is no longer maintained byApple Inc. In addition it contains additional filters developedindependently of Apple, especially filters for the PDF-centric printingworkflow introduced by OpenPrinting. | OpenPrinting CUPS filters and backends | 3 | 库 + cups-filters-braille | cups-filters | The package provides filters and cups-brf backend needed for braille printing. | OpenPrinting CUPS filters and backends - braille filters and backend | 3 | 工具 + cups-filters-devel | cups-filters | This is the development package for OpenPrinting CUPS filters and backends. | OpenPrinting CUPS filters and backends - development environment | 3 | 库 + cups-filters-libs | cups-filters | This package provides cupsfilters and fontembed libraries. | OpenPrinting CUPS filters and backends - cupsfilters and fontembed libraries | 3 | 库 + cups-ipptool | cups | Sends IPP requests to the specified URI and tests and/or displays the results. | CUPS printing system - tool for performing IPP requests | 3 | 工具 + cups-libs | cups | CUPS printing system provides a portable printing layer forUNIX® operating systems. It has been developed by Apple Inc.to promote a standard printing solution for all UNIX vendors and users.CUPS provides the System V and Berkeley command-line interfaces.The cups-libs package provides libraries used by applications to use CUPSnatively, without needing the lp/lpr commands. | CUPS printing system - libraries | 3 | 库 + cups-lpd | cups | CUPS printing system provides a portable printing layer forUNIX® operating systems. This is the package that provides standardlpd emulation. | CUPS printing system - lpd emulation | 3 | 服务 + cups-pk-helper | cups-pk-helper | cups-pk-helper is an application which makes cups configurationinterfaces available under control of PolicyKit. | A helper that makes system-config-printer use PolicyKit | 3 | 库 + cups-printerapp | cups | Provides IPP everywhere printer application ippeveprinter and tools for printingPostScript and HP PCL document formats - ippevepcl and ippeveps. The printerapplication enables older printers for IPP everywhere standard - so if older printeris installed with a printer application, its print queue acts as IPP everywhere printerto CUPS daemon. This solution will substitute printer drivers and raw queues in the future. | CUPS printing system - tools for printer application | 3 | 工具 + curl | curl | curl is a command line tool for transferring data with URL syntax, supportingFTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTPuploading, HTTP form based upload, proxies, cookies, user+passwordauthentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transferresume, proxy tunneling and a busload of other useful tricks. | A utility for getting files from remote servers (FTP, HTTP, and others) | 2 | 工具 + curl-minimal | curl | This is a replacement of the 'curl' package for minimal installations. Itcomes with a limited set of features compared to the 'curl' package. On theother hand, the package is smaller and requires fewer run-time dependencies tobe installed. | Conservatively configured build of curl for minimal installations | 2 | 工具 + cvs | cvs | CVS (Concurrent Versions System) is a version control system that canrecord the history of your files (usually, but not always, sourcecode). CVS only stores the differences between versions, instead ofevery version of every file you have ever created. CVS also keeps a logof who, when, and why changes occurred.CVS is very helpful for managing releases and controlling theconcurrent editing of source files among multiple authors. Instead ofproviding version control for a collection of files in a singledirectory, CVS provides version control for a hierarchical collectionof directories consisting of revision controlled files. Thesedirectories and files can then be combined together to form a softwarerelease. | Concurrent Versions System | 3 | 工具 + cvs-contrib | cvs | Scripts sent to CVS developers by contributors around the world. Thesecontributions are really unsupported. | Unsupported contributions collected by CVS developers | 3 | 服务 + cvs-doc | cvs | FAQ, RCS format description, parallel development how-to, and Texinfopages in PDF. | Additional documentation for Concurrent Versions System | 3 | 工具 + cxl-cli | ndctl | The cxl utility provides enumeration and provisioning commands forthe Linux kernel CXL devices. | Manage CXL devices | 3 | 工具 + cxl-devel | ndctl | This package contains libraries and header files for developing applicationsthat use libcxl, a library for enumerating and communicating with CXL devices. | Development files for libcxl | 3 | 库 + cxl-libs | ndctl | libcxl is a library for enumerating and communicating with CXL devices. | Management library for CXL devices | 3 | 库 + cyrus-sasl | cyrus-sasl | Simple Authentication and Security Layer (SASL) is a specificationthat describes how authentication mechanisms can be plugged into anapplication protocol on the wire. Cyrus SASL is an implementation ofSASL that makes it easy for application developers to integrateauthentication mechanisms into their application in a generic way.The cyrus-sasl package contains the Cyrus implementation of SASL.SASL is the Simple Authentication and Security Layer, a method foradding authentication support to connection-based protocols. | The Cyrus SASL library | 3 | 库 + cyrus-sasl-devel | cyrus-sasl | The cyrus-sasl-devel package contains files needed for developing andcompiling applications which use the Cyrus SASL library. | Files needed for developing applications with Cyrus SASL | 3 | 库 + cyrus-sasl-gs2 | cyrus-sasl | The cyrus-sasl-gs2 package contains the cyrus-sasl plugin which supportsthe GS2 authentication scheme. | GS2 support for cyrus-sasl | 3 | 库 + cyrus-sasl-gssapi | cyrus-sasl | The cyrus-sasl-gssapi package contains the cyrus-sasl plugins whichsupport GSSAPI authentication. GSSAPI is commonly used for Kerberosauthentication. | GSSAPI authentication support for cyrus-sasl | 3 | 库 + cyrus-sasl-ldap | cyrus-sasl | The cyrus-sasl-ldap package contains the cyrus-sasl plugin which supports usinga directory server, accessed using LDAP, for storing shared secrets. | LDAP auxprop support for cyrus-sasl | 3 | 库 + cyrus-sasl-lib | cyrus-sasl | The cyrus-sasl-lib package contains shared libraries which are needed byapplications which use the cyrus-sasl library. | Shared libraries needed by applications which use cyrus-sasl | 3 | 库 + cyrus-sasl-md5 | cyrus-sasl | The cyrus-sasl-md5 package contains the cyrus-sasl plugins which supportCRAM-MD5 and DIGEST-MD5 authentication schemes. | CRAM-MD5 and DIGEST-MD5 authentication support for cyrus-sasl | 3 | 库 + cyrus-sasl-ntlm | cyrus-sasl | The cyrus-sasl-ntlm package contains the cyrus-sasl plugin which supportsthe NTLM authentication scheme. | NTLM authentication support for cyrus-sasl | 3 | 库 + cyrus-sasl-plain | cyrus-sasl | The cyrus-sasl-plain package contains the cyrus-sasl plugins which supportPLAIN and LOGIN authentication schemes. | PLAIN and LOGIN authentication support for cyrus-sasl | 3 | 库 + cyrus-sasl-scram | cyrus-sasl | The cyrus-sasl-scram package contains the cyrus-sasl plugin which supportsthe SCRAM authentication scheme. | SCRAM auxprop support for cyrus-sasl | 3 | 库 + cyrus-sasl-sql | cyrus-sasl | The cyrus-sasl-sql package contains the cyrus-sasl plugin which supportsusing a RDBMS for storing shared secrets. | SQL auxprop support for cyrus-sasl | 3 | 库 + dash | dash | DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small aspossible. It does this without sacrificing speed where possible. In fact, it issignificantly faster than bash (the GNU Bourne-Again SHell) for most tasks. | Small and fast POSIX-compliant shell | 3 | 库 + dash-doc | dash | The dash-doc package contains documentation files for dash. | Documentation files for dash | 3 | 工具 + datefudge | datefudge | This program (and preload library) fakes the system date so thatprograms think the wall clock is ... different. The faking is notcomplete; time-stamp on files are not affected in any way. Thispackage is useful if you want to test the date handling of yourprograms without changing the system clock. | Fake the system date | 3 | 工具 + datefudge-doc | datefudge | Doc files for datefudge | Doc files for datefudge | 3 | 工具 + daxctl | ndctl | The daxctl utility provides enumeration and provisioning commands forthe Linux kernel Device-DAX facility. This facility enables DAX mappingsof performance / feature differentiated memory without need of afilesystem. | Manage Device-DAX instances | 2 | 工具 + daxctl-devel | ndctl | The ndctl-devel package contains libraries and header files fordeveloping applications that use ndctl, a library for enumerating"Device DAX" devices. Device DAX is a facility for establishing DAXmappings of performance / feature-differentiated memory. | Development files for libdaxctl | 2 | 库 + daxctl-libs | ndctl | Device DAX is a facility for establishing DAX mappings of performance /feature-differentiated memory. daxctl-libs provides an enumeration /control API for these devices. | Management library for "Device DAX" devices | 2 | 工具 + dblatex | dblatex | dblatex is a program that transforms your SGML/XMLDocBookdocuments to DVI, PostScript or PDF by translating theminto pure LaTeX as a first process. MathML 2.0 markupsare supported, too. It started as a clone of DB2LaTeX.Authors:-------- Benoît Guillon <marsgui at users dot sourceforge dot net> Andreas Hoenen <andreas dot hoenen at arcor dot de> | DocBook to LaTeX/ConTeXt Publishing | 1 | 工具 + dblatex-doc | dblatex | This package contains the documentation for dblatex. | Documentation for dblatex | 1 | 库 + dbus | dbus | D-BUS is a system for sending messages between applications. It isused both for the system-wide message bus service, and as aper-user-login-session messaging facility. | D-BUS message bus | 1 | 服务 + dbus-broker | dbus-broker | dbus-broker is an implementation of a message bus that follows the D-Busspecification. It aims to provide high performance and reliability whilemaintaining compatibility with the D-Bus reference implementation. dbus-brokeris designed exclusively for Linux systems and makes use of many modern featuresprovided by recent Linux kernel releases. It is a useful tool that can helpimprove system performance by providing a reliable and efficient way tocommunicate between processes in a Linux system. dbus-broker can be used forvarious purposes such as system maintenance, backups, and data processing inLinux-based systems. | Linux D-Bus Message Broker | 1 | 服务 + dbus-c++ | dbus-c++ | dbus-c++ attempts to provide a C++ API for D-Bus.Subpackages are provided with mainloop integration. | Native C++ bindings for D-Bus | 3 | 库 + dbus-c++-devel | dbus-c++ | This package contains libraries and header files fordeveloping applications that use dbus-c++. | Development files for dbus-c++ | 3 | 库 + dbus-c++-doc | dbus-c++ | The dbus-c++-doc package contains documentation files for dbus-c++. | Documentation files for dbus-c++ | 3 | 服务 + dbus-c++-glib | dbus-c++ | This package contains the GLib mainloop library for dbus-c++ | GLib library for dbus-c++ | 2 | 库 + dbus-common | dbus | The dbus-common package provides the configuration and setup files for D-Busimplementations to provide a System and User Message Bus. | D-BUS message bus configuration | 1 | 服务 + dbus-daemon | dbus | D-BUS is a system for sending messages between applications. It isused both for the system-wide message bus service, and as aper-user-login-session messaging facility. | D-BUS message bus | 1 | 服务 + dbus-devel | dbus | This package contains libraries and header files needed fordeveloping software that uses D-BUS. | Development files for D-BUS | 3 | 库 + dbus-doc | dbus | This package contains developer documentation for D-Bus along withother supporting documentation such as the introspect dtd file. | Developer documentation for D-BUS | 3 | 库 + dbus-glib | dbus-glib | D-Bus add-on library to integrate the standard D-Bus library withthe GLib thread abstraction and main loop. | GLib bindings for D-Bus | 3 | 库 + dbus-glib-devel | dbus-glib | Headers and static libraries for the D-Bus GLib bindings | Libraries and headers for the D-Bus GLib bindings | 1 | 库 + dbus-libs | dbus | This package contains lowlevel libraries for accessing D-BUS. | Libraries for accessing D-BUS | 1 | 库 + dbus-python-devel | dbus-python | Headers and static libraries for hooking up custom mainloops to the dbus pythonbindings. | Libraries and headers for dbus-python | 3 | 服务 + dbus-tests | dbus | The dbus-tests package contains tests that can be used to verifythe functionality of the installed dbus-daemon package. | Tests for the dbus-daemon package | 1 | 服务 + dbus-tools | dbus | Tools and utilities to interact with a running D-Bus Message Bus, provided bythe reference implementation. | D-BUS Tools and Utilities | 1 | 工具 + dbus-x11 | dbus | D-BUS contains some tools that require Xlib to be installed, those arein this separate package so server systems need not install X. | X11-requiring add-ons for D-BUS | 1 | 工具 + dbxtool | dbxtool | This package contains DBX updates for UEFI Secure Boot. | Secure Boot DBX updater | 2 | 工具 + dconf | dconf | dconf is a low-level configuration system. Its main purpose is to provide abackend to the GSettings API in GLib. | A configuration system | 3 | 工具 + dconf-devel | dconf | dconf development package. Contains files needed for doing softwaredevelopment using dconf. | Header files and libraries for dconf development | 3 | 工具 + debugedit | debugedit | debugedit is a tool used for debugging programs in Linux. It allowsdevelopers to view and modify debugging information associated withELF (Executable Linkable Format) files. This tool enables developersto track down software bugs by identifying and manipulating the sourcecode or binary files at runtime. debugedit provides a set of commandsthat allow developers to analyze and manipulate the symbol table, sourcefiles, and line number information in ELF files. | Tools for debuginfo creation | 3 | 工具 + dejagnu | dejagnu | DejaGnu is an Expect/Tcl based framework for testing other programs.DejaGnu has several purposes: to make it easy to write tests for anyprogram; to allow you to write tests which will be portable to anyhost or target where a program must be tested; and to standardize theoutput format of all tests (making it easier to integrate the testinginto software development). | A front end for testing other programs | 3 | 工具 + dejavu-sans-fonts | dejavu-fonts | The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Itspurpose is to provide a wider range of characters, while maintaining theoriginal style, using an open collaborative development process.This package consists of the DejaVu sans-serif variable-width font faces, intheir unabridged version. | DejaVu Sans, a variable-width sans-serif font family | 3 | 库 + dejavu-sans-mono-fonts | dejavu-fonts | The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Itspurpose is to provide a wider range of characters, while maintaining theoriginal style, using an open collaborative development process.This package consists of the DejaVu sans-serif mono-space font faces, in theirunabridged version. | DejaVu Sans Mono, a mono-space sans-serif font family | 3 | 库 + dejavu-serif-fonts | dejavu-fonts | The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Itspurpose is to provide a wider range of characters, while maintaining theoriginal style, using an open collaborative development process.This package consists of the DejaVu serif variable-width font faces, in theirunabridged version.It includes the Mathematics extension, that was contributed to the project byB. Jackowski, P. Strzelczyk and P. Pianowski, on behalf of TeX user groups. | DejaVu Serif, a variable-width serif font family | 3 | 工具 + desktop-file-utils | desktop-file-utils | .desktop files are used to describe an application for inclusion inGNOME or KDE menus. This package contains desktop-file-validate whichchecks whether a .desktop file complies with the specification athttp://www.freedesktop.org/standards/, and desktop-file-installwhich installs a desktop file to the standard directory, optionallyfixing it up in the process. | Utilities for manipulating .desktop files | 3 | 工具 + devhelp | devhelp | Devhelp is an API documentation browser for the GNOME desktop.It works natively with API documentation generated by gtk-doc. | API documentation browser | 3 | 工具 + devhelp-libs | devhelp | Devhelp is an API documentation browser for the GNOME desktop.This package contains a library that can be used for embedding devhelpinto other applications such as IDEs. | Library to embed Devhelp in other applications | 3 | 库 + device-mapper | lvm2 | This package contains the supporting userspace utility, dmsetup,for the kernel device-mapper. | Device mapper utility | 2 | 工具 + device-mapper-devel | lvm2 | This package contains files needed to develop applications that usethe device-mapper libraries. | Development libraries and headers for device-mapper | 2 | 库 + device-mapper-event | lvm2 | This package contains the dmeventd daemon for monitoring the stateof device-mapper devices. | Device-mapper event daemon | 2 | 工具 + device-mapper-event-devel | lvm2 | This package contains files needed to develop applications that usethe device-mapper event library. | Development libraries and headers for the device-mapper event daemon | 2 | 工具 + device-mapper-event-libs | lvm2 | This package contains the device-mapper event daemon shared library,libdevmapper-event. | Device-mapper event daemon shared library | 2 | 工具 + device-mapper-libs | lvm2 | This package contains the device-mapper shared library, libdevmapper. | Device-mapper shared library | 2 | 库 + device-mapper-multipath | device-mapper-multipath | device-mapper-multipath provides tools to manage multipath devices byinstructing the device-mapper multipath kernel module what to do.The tools are :* multipath - Scan the system for multipath devices and assemble them.* multipathd - Detects when paths fail and execs multipath to update things. | Tools to manage multipath devices using device-mapper | 2 | 工具 + device-mapper-multipath-devel | device-mapper-multipath | This package contains the files need to develop applications that usedevice-mapper-multipath's lbmpathpersist and libmpathcmd libraries. | Development libraries and headers for device-mapper-multipath | 2 | 库 + device-mapper-multipath-libs | device-mapper-multipath | The device-mapper-multipath-libs provides the path checkerand prioritizer modules. It also contains the libmpathpersist andlibmpathcmd shared libraries, as well as multipath's internal library,libmultipath. | The device-mapper-multipath modules and shared library | 2 | 库 + device-mapper-persistent-data | device-mapper-persistent-data | thin-provisioning-tools contains check,dump,restore,repair,rmapand metadata_size tools to manage device-mapper thin provisioningtarget metadata devices; cache check,dump,metadata_size,restoreand repair tools to manage device-mapper cache metadata devicesare included and era check, dump, restore and invalidate to managesnapshot eras | Device-mapper Persistent Data Tools | 3 | 工具 + devscripts | devscripts | Scripts to make the life of a Debian Package maintainer easier. | Scripts for Debian Package maintainers | 3 | 工具 + devscripts-checkbashisms | devscripts | This package contains the devscripts checkbashisms script. | Devscripts checkbashisms script | 3 | 库 + devscripts-doc | devscripts | The devscripts-doc package contains documentation files for devscripts. | Documentation files for devscripts | 3 | 库 + dhcp-client | dhcp | The Dynamic Host Configuration Protocol (DHCP) is a network protocol used toassign IP addresses and provide configuration information to devices such asservers, desktops, or mobile devices, so they can communicate on a network usingthe Internet Protocol (IP). ISC DHCP is a collection of software that implementsall aspects of the DHCP (Dynamic Host Configuration Protocol) suite.A DHCP client can be bundled with the operating system of a client computeror other IP capable device; it sends configuration requests to the server.Most devices and operating systems already have DHCP clients included. | Provides the ISC DHCP client daemon and dhclient-script | 2 | 工具 + dhcp-common | dhcp | This package provides common files used by dhcp and dhclient package. | Common files used by ISC dhcp client, server and relay agent | 2 | 服务 + dhcp-devel | dhcp | Header files and API documentation for using the ISC DHCP libraries. Thelibdhcpctl and libomapi static libraries are also included in this package. | Development headers and libraries for interfacing to the DHCP server | 2 | 库 + dhcp-libs-static | dhcp | This package contains shared libraries used by ISC dhcp client and server | Shared libraries used by ISC dhcp client and server | 2 | 库 + dhcp-relay | dhcp | The Dynamic Host Configuration Protocol (DHCP) is a network protocol used toassign IP addresses and provide configuration information to devices such asservers, desktops, or mobile devices, so they can communicate on a network usingthe Internet Protocol (IP). ISC DHCP is a collection of software that implementsall aspects of the DHCP (Dynamic Host Configuration Protocol) suite.A DHCP relay agent passes DHCP requests from one LAN to another, so that a DHCPserver is not needed on every LAN. | Provides the ISC DHCP relay agent | 2 | 工具 + dhcp-server | dhcp | The Dynamic Host Configuration Protocol (DHCP) is a network protocol used toassign IP addresses and provide configuration information to devices such asservers, desktops, or mobile devices, so they can communicate on a network usingthe Internet Protocol (IP). ISC DHCP is a collection of software that implementsall aspects of the DHCP (Dynamic Host Configuration Protocol) suite.A DHCP server receives clients' requests and replies to them. | Provides the ISC DHCP server | 2 | 服务 + diffstat | diffstat | The diff command compares files line by line. Diffstat reads theoutput of the diff command and displays a histogram of the insertions,deletions and modifications in each file. Diffstat is commonly usedto provide a summary of the changes in large, complex patch files.Install diffstat if you need a program which provides a summary of thediff command's output. | A utility which provides statistics based on the output of diff | 3 | 工具 + diffstat-doc | diffstat | The diffstat-doc package contains documentation files for diffstat. | Documentation files for diffstat | 3 | 工具 + diffutils | diffutils | Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diffcompares two files and shows the differences, line by line. The cmpcommand shows the offset and line numbers where two files differ, orcmp can show the characters that differ between the two files. Thediff3 command shows the differences between three files. Diff3 can beused when two people have made independent changes to a commonoriginal; diff3 can produce a merged file that contains both sets ofchanges and warnings about conflicts. The sdiff command can be usedto merge two files interactively.Install diffutils if you need to compare text files. | GNU collection of diff utilities | 3 | 工具 + dirsplit | cdrkit | This utility is used to split directories into chunks before burning.Chunk size is usually set to fit to a CD/DVD. | Utility to split directories | 3 | 工具 + distribution-gpg-keys | distribution-gpg-keys | GPG keys used by various Linux distributions to sign packages. | GPG keys of various Linux distributions | 2 | 库 + distribution-gpg-keys-copr | distribution-gpg-keys | GPG keys used by Copr projects. | GPG keys for Copr projects | 2 | 服务 + distribution-gpg-keys-doc | distribution-gpg-keys | The distribution-gpg-keys-doc package contains documentation files for distribution-gpg-keys. | Documentation files for distribution-gpg-keys | 3 | 库 + djvulibre | djvulibre | DjVu is a web-centric format and software platform for distributing documentsand images. DjVu can advantageously replace PDF, PS, TIFF, JPEG, and GIF fordistributing scanned documents, digital documents, or high-resolution pictures.DjVu content downloads faster, displays and renders faster, looks nicer on ascreen, and consume less client resources than competing formats. DjVu imagesdisplay instantly and can be smoothly zoomed and panned with no lengthyre-rendering.DjVuLibre is a free (GPL'ed) implementation of DjVu, including viewers,decoders, simple encoders, and utilities. The browser plugin is in its ownseparate sub-package. | DjVu viewers, encoders, and utilities | 3 | 工具 + djvulibre-devel | djvulibre | Development files for DjVuLibre. | Development files for DjVuLibre | 3 | 库 + djvulibre-doc | djvulibre | The djvulibre-doc package contains documentation files for djvulibre. | Documentation files for djvulibre | 3 | 库 + djvulibre-libs | djvulibre | Library files for DjVuLibre. | Library files for DjVuLibre | 3 | 库 + dkms | dkms | This package contains the framework for the Dynamic Kernel Module Support (DKMS)method for installing module RPMS as originally developed by Dell. | Dynamic Kernel Module Support Framework | 3 | 工具 + dmidecode | dmidecode | dmidecode reports information about x86 & ia64 hardware as described in thesystem BIOS according to the SMBIOS/DMI standard. This informationtypically includes system manufacturer, model name, serial number,BIOS version, asset tag as well as a lot of other details of varyinglevel of interest and reliability depending on the manufacturer.This will often include usage status for the CPU sockets, expansionslots (e.g. AGP, PCI, ISA) and memory module slots, and the list ofI/O ports (e.g. serial, parallel, USB). | Tool to analyse BIOS DMI data | 2 | 工具 + dml | dml | Intel® Data Mover Library (Intel® DML) is an open-source library to providehigh-performance data manipulation on Intel CPUs. Intel® DML is intended forstreaming data movement and transformation operations optimization that isapplicable for effective storage, networking, persistent memory, and variousdata processing applications. | Intel® Data Mover Library (Intel® DML) | 2 | 库 + dml-devel | dml | Header file for dml. | header files for dml. | 3 | 库 + dmraid | dmraid | DMRAID, or device-mapper RAID, is a Linux-based software RAID implementationthat uses the device-mapper framework to manage RAID devices. It is acollection of tools that is used to create and manage RAID arrays inLinux operating systems.DMRAID allows users to create software RAID arrays that can be used fordata redundancy or increased performance in various server and storageapplications. It supports various RAID levels including RAID 0, RAID 1,RAID 4, RAID 5, and RAID 6.DMRAID also supports multiple disk formats such as LVM, GPT, and MBR. Itcan also detect and manage various RAID hardware devices such as IntelMatrix RAID, Nvidia nForce RAID, and Promise FastTrak RAID.The DMRAID tools that are used to manage RAID arrays include dmraid,which is used to detect RAID devices and create RAID arrays. dmraid alsoprovides the ability to manage and monitor RAID arrays including rebuildingarrays, adding or removing disks, and checking for errors.Other DMRAID tools include dmraid-cleanup, dmraid-activate, dmraid-erase, anddmraid-info. These tools are used to clean up metadata from failed arrays,activate arrays, erase metadata from arrays, and provide information aboutarrays respectively.DMRAID is a powerful tool that provides users with a flexible and efficientway to manage RAID arrays in Linux operating systems. Its support for variousRAID levels and disk formats, as well as its ability to manage hardware RAIDdevices, make it a popular choice for storage and server applications. | Device-mapper RAID tool and library | 2 | 工具 + dmraid-devel | dmraid | dmraid-devel provides a library interface for RAID device discovery,RAID set activation and display of properties for ATARAID volumes. | Development libraries and headers for dmraid | 2 | 库 + dmraid-events | dmraid | Provides a dmeventd DSO and the dmevent_tool to register devices with itfor device monitoring. All active RAID sets should be manually registeredwith dmevent_tool. | Device-mapper event tool (dmevent_tool) and DSO | 2 | 工具 + dmraid-events-logwatch | dmraid | Provides device failure reporting via logwatch-based email reporting.Device failure reporting has to be activated manually by activating the/etc/cron.d/dmeventd-logwatch entry and by calling the dmevent_tool(see manual page for examples) for any active RAID sets. | Logwatch-based email reporting for dmraid | 3 | 服务 + dmraid-libs | dmraid | dmraid-libs provides the system libraries for RAID device discovery,RAID set activation and display of properties for ATARAID volumes. | System libraries for dmraid | 2 | 工具 + dnf | dnf | Utility that allows users to manage packages on their systems.It supports RPMs, modules and comps groups & environments. | Package manager | 2 | 工具 + dnf-automatic | dnf | Systemd units that can periodically download package upgrades and apply them. | Package manager - automated upgrades | 2 | 工具 + dnf-data | dnf | Common data and configuration files for DNF | Common data and configuration files for DNF | 2 | 工具 + dnf-plugins-core | dnf-plugins-core | Core Plugins for DNF. This package enhances DNF with builddep, config-manager,copr, debug, debuginfo-install, download, needs-restarting, groups-manager, repoclosure,repograph, repomanage, reposync, changelog and repodiff commands. Additionallyprovides generate_completion_cache passive plugin. | Core Plugins for DNF | 2 | 工具 + dnsmasq | dnsmasq | Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server.It is designed to provide DNS and, optionally, DHCP, to a small network.It can serve the names of local machines which are not in the globalDNS. The DHCP server integrates with the DNS server and allows machineswith DHCP-allocated addresses to appear in the DNS with names configuredeither in each host or in a central configuration file. Dnsmasq supportsstatic and dynamic DHCP leases and BOOTP for network booting of disklessmachines. | A lightweight DHCP/caching DNS server | 2 | 服务 + dnsmasq-utils | dnsmasq | Utilities that use the standard DHCP protocol to query/remove a DHCPserver's leases. | Utilities for manipulating DHCP server leases | 2 | 工具 + docbook2X | docbook2X | docbook2X converts DocBook documents into man pages and Texinfodocuments. | Convert docbook into man and Texinfo | 3 | 工具 + docbook2X-doc | docbook2X | Doc files for docbook2X | Doc files for docbook2X | 3 | 工具 + docbook5-style-xsl | docbook5-style-xsl | XSLT 1.0 stylesheets are a set of XML files that define rules for transforming XMLdocuments into other formats, such as HTML, XHTML, or plain text. They are written in XSLT,a declarative language for manipulating XML data. These stylesheets enable developers toseparate the presentation of the data from the data itself, allowing for greater flexibilityand reusability of data. They are widely used in web development and publishing industries. | Norman Walsh's XSL stylesheets for DocBook 5.X | 3 | 库 + docbook-dtds | docbook-dtds | DocBook DTDs (Document Type Definitions) are a set of markup rulesthat define the structure and content of technical documentation.They provide a standardized way of creating and formatting documentsfor different output formats like HTML, PDF, or print. DocBookDTDs are XML-based and define elements like chapters, sections,lists, tables, and other common document components. They also provideguidelines for metadata, linking, and document organization. DocBookDTDs are widely used in technical writing and publishing industries,providing a reliable and flexible way of creating and managing documentation.This package contains SGML and XML versions of the DocBook document type definitions. | SGML and XML document type definitions for DocBook | 3 | 工具 + docbook-style-dsssl | docbook-style-dsssl | These DSSSL stylesheets allow to convert any DocBook document to anotherprinted (for example, RTF or PostScript) or online (for example, HTML) format.They are highly customizable. | Norman Walsh's modular stylesheets for DocBook | 3 | 库 + docbook-style-xsl | docbook-style-xsl | These XSL stylesheets allow you to transform any DocBook XML document toother formats, such as HTML, FO, and XHMTL. They are highly customizable. | Norman Walsh's XSL stylesheets for DocBook XML | 3 | 库 + docbook-utils | docbook-utils | This package contains scripts are for easy conversion from DocBookfiles to other formats (for example, HTML, RTF, and PostScript), andfor comparing SGML files. | Shell scripts for managing DocBook documents | 3 | 工具 + docbook-utils-pdf | docbook-utils | This package contains a script for converting DocBook documents toPDF format. | A script for converting DocBook documents to PDF format | 3 | 工具 + docker | docker | Docker is a product for you to build, ship and run any application as alightweight container.Docker containers are both hardware-agnostic and platform-agnostic. This meansthey can run anywhere, from your laptop to the largest cloud compute instanceand everything in between - and they don't require you to use a particularlanguage, framework or packaging system. That makes them great building blocksfor deploying and scaling web apps, databases, and backend services withoutdepending on a particular stack or provider. | The open-source application container engine | 3 | 服务 + docker-client | docker | Docker client binary and related utilities | Docker client binary and related utilities | 3 | 工具 + docker-engine | docker | Docker daemon binary and related utilities | Docker daemon binary and related utilities | 3 | 服务 + dos2unix | dos2unix | Convert text files with DOS or Mac line endings to Unix line endings andvice versa. | Text file format converters | 3 | 工具 + dosfstools | dosfstools | dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel tocreate, check and label file systems of the FAT family. | Utilities to create and check MS-DOS FAT filesystems | 3 | 工具 + double-conversion | double-conversion | Provides binary-decimal and decimal-binary routines for IEEE doubles.The library consists of efficient conversion routines that have beenextracted from the V8 JavaScript engine. The code has been re-factoredand improved so that it can be used more easily in other projects. | Library providing binary-decimal and decimal-binary routines for IEEE doubles | 3 | 库 + double-conversion-devel | double-conversion | Contains header files for developing applications that use the double-conversionlibrary.There is extensive documentation in src/double-conversion.h. Otherexamples can be found in test/cctest/test-conversions.cc. | Library providing binary-decimal and decimal-binary routines for IEEE doubles | 3 | 库 + doxygen | doxygen | Doxygen can generate an online class browser (in HTML) and/or areference manual (in LaTeX) from a set of documented source files. Thedocumentation is extracted directly from the sources. Doxygen canalso be configured to extract the code structure from undocumentedsource files. | A documentation system for C/C++ | 3 | 工具 + doxygen2man | libqb | This package contains a program to create nicely-formatted man pages from Doxygen XML files | Program to create nicely-formatted man pages from Doxygen XML files | 3 | 工具 + doxygen-doxywizard | doxygen | Doxywizard is a GUI for creating and editing configuration files thatare used by doxygen. | A GUI for creating and editing configuration files | 3 | 工具 + doxygen-latex | doxygen | Support for producing latex/pdf output from doxygen. | Support for producing latex/pdf output from doxygen | 3 | 工具 + dpkg | dpkg | This package provides the low-level infrastructure for handling theinstallation and removal of Debian software packages.This package contains the tools (including dpkg-source) requiredto unpack, build and upload Debian source packages.This package also contains the programs dpkg which used to handle theinstallation and removal of packages on a Debian system.This package also contains dselect, an interface for managing theinstallation and removal of packages on the system.dpkg and dselect will certainly be non-functional on a rpm-based systembecause packages dependencies will likely be unmet. | Package maintenance system for Debian Linux | 2 | 工具 + dpkg-dev | dpkg | This package provides the development tools (including dpkg-source)required to unpack, build and upload Debian source packages. .Most Debian source packages will require additional tools to build;for example, most packages need make and the C compiler gcc. | Debian package development tools | 2 | 工具 + dpkg-devel | dpkg | This package provides the header files and static library necessary todevelop software using dpkg, the same library used internally by dpkg.Note though, that the API is to be considered volatile, and might changeat any time, use at your own risk. | Debian package management static library | 2 | 库 + dpkg-doc | dpkg | The dpkg-doc package contains documentation files for dpkg. | Documentation files for dpkg | 2 | 工具 + dpkg-perl | dpkg | This package provides the perl modules used by the scriptsin dpkg-dev. They cover a wide range of functionality. Among themthere are the following public modules:. - Dpkg: core variables - Dpkg::Arch: architecture handling functions - Dpkg::Build::Info: build information functions - Dpkg::BuildFlags: set, modify and query compilation build flags - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::BuildProfile: parse and manipulate build profiles - Dpkg::Changelog: parse changelogs - Dpkg::Changelog::Entry: represents a changelog entry - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression: simple database of available compression methods - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Conf: parse dpkg configuration files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog - Dpkg::Control::Fields: manage (list of known) control fields - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields - Dpkg::Control::Info: parse files like debian/control - Dpkg::Control::Tests: parse files like debian/tests/control - Dpkg::Deps: parse and manipulate dependencies - Dpkg::Exit: push, pop and run exit handlers - Dpkg::Gettext: wrapper around Locale::gettext - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::Interface::Storable: base object serializer - Dpkg::Path: common path handling functions - Dpkg::Source::Package: extract Debian source packages - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions.All the packages listed in Suggests or Recommends are used by some of themodules. | Dpkg perl modules | 2 | 工具 + dracut | dracut | dracut contains tools to create bootable initramfses for the Linuxkernel. Unlike other implementations, dracut hard-codes as littleas possible into the initramfs. dracut contains various modules whichare driven by the event-based udev. Having root on MD, DM, LVM2, LUKSis supported as well as NFS, iSCSI, NBD, FCoE with the dracut-networkpackage. | Initramfs generator using udev | 1 | 工具 + dracut-caps | dracut | This package requires everything which is needed to build aninitramfs with dracut, which drops capabilities. | dracut modules to build a dracut initramfs which drops capabilities | 1 | 工具 + dracut-config-generic | dracut | This package provides the configuration to turn off the host specific initramfsgeneration with dracut and generates a generic image by default. | dracut configuration to turn off hostonly image generation | 1 | 工具 + dracut-config-rescue | dracut | This package provides the configuration to turn on the rescue initramfsgeneration with dracut. | dracut configuration to turn on rescue image generation | 1 | 工具 + dracut-live | dracut | This package requires everything which is needed to build aninitramfs with dracut, with live image capabilities, like Live CDs. | dracut modules to build a dracut initramfs with live image capabilities | 1 | 工具 + dracut-network | dracut | This package requires everything which is needed to build a genericall purpose initramfs with network support with dracut. | dracut modules to build a dracut initramfs with network support | 1 | 工具 + dracut-squash | dracut | This package provides a dracut module to build an initramfs, but store most filesin a squashfs image, result in a smaller initramfs size and reduce runtime memoryusage. | dracut module to build an initramfs with most files in a squashfs image | 1 | 工具 + dracut-tools | dracut | This package contains tools to assemble the local initrd and host configuration. | dracut tools to build the local initramfs | 1 | 工具 + drm-utils | libdrm | Utility programs for the kernel DRM interface. Will void your warranty. | Direct Rendering Manager utilities | 1 | 工具 + drpm | drpm | Delta RPM (drpm) is a library used to create, read, and apply delta RPM (dRPM)packages. Delta RPM is a technique used in Linux distributions to reduce theamount of data that needs to be transferred during software updates. A deltaRPM package contains the difference between two software packages - theoriginal and the updated version.The drpm library provides a fast and efficient way to create the delta RPMpackages, which can then be used to update the software in the system. Thelibrary also allows users to read and apply the delta RPM packages, which canhelp reduce the amount of data needed to download during software updates,saving both time and bandwidth. | A library for making, reading and applying deltarpm packages | 2 | 库 + drpm-devel | drpm | The drpm-devel package provides a C interface (drpm.h) for the drpm library. | C interface for the drpm library | 2 | 库 + dselect | dpkg | dselect is a high-level interface for managing the installation andremoval of Debian software packages.Many users find dselect intimidating and new users may prefer to use apt-baseduser interfaces. | Debian package management front-end | 3 | 工具 + dtc | dtc | Devicetree is a data structure for describing hardware. Rather than hard codingevery detail of a device into an operating system, many aspects of the hardwarecan be described in a data structure that is passed to the operating system atboot time. The devicetree is used by OpenFirmware, OpenPOWER Abstraction Layer(OPAL), Power Architecture Platform Requirements (PAPR) and in the standaloneFlattened Device Tree (FDT) form. | Device Tree Compiler | 3 | 库 + duktape | duktape | Duktape is an embeddable Javascript engine, with a focus on portability andcompact footprint.Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h,and duk_config.h to your build, and use the Duktape API to call ECMAScriptfunctions from C code and vice versa. | Embeddable Javascript engine | 3 | 工具 + duktape-devel | duktape | Embeddable Javascript engine.Header files and libraries needed to develop application that use duktape. | Development files for duktape | 3 | 库 + dump | dump | The dump package contains both dump and restore. Dump examines filesin a filesystem, determines which ones need to be backed up, andcopies those files to a specified disk, tape, or other storage medium.The restore command performs the inverse function of dump; it canrestore a full backup of a filesystem. Subsequent incremental backupscan then be layered on top of the full backup. Single files anddirectory subtrees may also be restored from full or partial backups.Install dump if you need a system for both backing up filesystems andrestoring filesystems after backups. | Programs for backing up and restoring ext2/ext3/ext4 filesystems | 3 | 工具 + dwarves | dwarves | dwarves is a set of tools that use the debugging information inserted inELF binaries by compilers such as GCC, used by well known debuggers such asGDB, and more recent ones such as systemtap.Utilities in the dwarves suite include pahole, that can be used to findalignment holes in structs and classes in languages such as C, C++, but notlimited to these.It also extracts other information such as CPU cacheline alignment, helpingpack those structures to achieve more cache hits.These tools can also be used to encode and read the BTF type information formatused with the Linux kernel bpf syscall, using 'pahole -J' and 'pahole -F btf'.A diff like tool, codiff can be used to compare the effects changes in sourcecode generate on the resulting binaries.Another tool is pfunct, that can be used to find all sorts of information aboutfunctions, inlines, decisions made by the compiler about inlining, etc.One example of pfunct usage is in the fullcircle tool, a shell that driverspfunct to generate compileable code out of a .o file and then build it usinggcc, with the same compiler flags, and then use codiff to make sure theoriginal .o file and the new one generated from debug info produces the samedebug info.Pahole also can be used to use all this type information to pretty print raw dataaccording to command line directions.Headers can have its data format described from debugging info and offsets fromit can be used to further format a number of records.The btfdiff utility compares the output of pahole from BTF and DWARF to makesure they produce the same results. | Debugging Information Manipulation Tools (pahole & friends) | 3 | 工具 + dwarves-doc | dwarves | Doc files for dwarves | Doc files for dwarves | 3 | 库 + dwz | dwz | The dwz package contains a program that attempts to optimize DWARFdebugging information contained in ELF shared libraries and ELF executablesfor size, by replacing DWARF information representation with equivalentsmaller representation where possible and by reducing the amount ofduplication using techniques from DWARF standard appendix E - creatingDW_TAG_partial_unit compilation units (CUs) for duplicated informationand using DW_TAG_imported_unit to import it into each CU that needs it. | DWARF optimization and duplicate removal tool | 3 | 工具 + dyninst | dyninst | Dyninst is an Application Program Interface (API) to permit the insertion ofcode into a running program. The API also permits changing or removingsubroutine calls from the application program. Run-time code changes areuseful to support a variety of applications including debugging, performancemonitoring, and to support composing applications out of existing packages.The goal of this API is to provide a machine independent interface to permitthe creation of tools and applications that use run-time code patching. | An API for Run-time Code Generation | 3 | 工具 + dyninst-devel | dyninst | dyninst-devel includes the C header files that specify the Dyninst user-spacelibraries and interfaces. This is required for rebuilding any programthat uses Dyninst. | Header files for compiling programs with Dyninst | 3 | 工具 + dyninst-doc | dyninst | dyninst-doc contains API documentation for the Dyninst libraries. | Documentation for using the Dyninst API | 3 | 库 + dyninst-testsuite | dyninst | dyninst-testsuite includes the test harness and target programs formaking sure that dyninst works properly. | Programs for testing Dyninst | 3 | 工具 + e2fsprogs | e2fsprogs | The e2fsprogs package is a set of utilities for maintaining the ext2, ext3 andext4 file systems. It provides various functionality such as creating, checking,modifying and repairing any corruptions. To describe the ultilities in detail,there is e2fsck (used to repair file system inconsistencies after an uncleanshutdown), mke2fs (used to initialize a partition to contain an empty ext2 filesystem), debugfs (used to examine the internal structure of a file system, tomanually repair a corrupted file system, or to create test cases for e2fsck),tune2fs (used to modify file system parameters), and most of the other coreext2fs file system utilities.In order to tune the performance of an ext2, ext3, or ext4 file system, it isrecommended that you install the e2fsprogs package. | Utilities for managing ext2, ext3, and ext4 file systems | 1 | 工具 + e2fsprogs-devel | e2fsprogs | The e2fsprogs-devel package provides the libraries and header files required todevelop programs that interact with ext2, ext3, and ext4 file systems. Theselibraries include functions for reading and writing data to and from these filesystems, as well as functions for managing file system metadata such as inodesand directories. By using these libraries, developers can create custom toolsthat interact with ext2/3/4 file systems in a variety of ways.If you’re interested in developing software that interacts with these filesystems, you should definitely install e2fsprogs-devel together with e2fsprogs. | Ext2/3/4 file system specific libraries and headers | 1 | 工具 + e2fsprogs-libs | e2fsprogs | e2fsprogs-libs contains the libraries of the e2fsprogs package,libe2p and libext2fs, which are used to directly access ext2/3/4 file systemsfrom user space. | shared libraries specifically for Ext2/3/4 file system | 1 | 工具 + e2fsprogs-static | e2fsprogs | E2fsprogs-static contains all static libraries built from e2fsprogs,including libext2fs, libcom_err, libe2p, and libss.These libraries are used to directly access ext2/3/4 file systemsfrom user space, and perform other useful functions. | Ext2/3/4 file system specific static libraries | 1 | 库 + e2scrub | e2fsprogs | This package includes e2scrub script that can check ext[234] file systemmetadata consistency while the file system is online. It also containes asystemd service that can be enabled to do consistency check periodically.The file system consistency check can be performed online and does notrequire the file system to be unmounted. It uses lvm snapshots to do thiswhich means that it can only be done on file systems that are on a lvmmanaged device with some free space available in respective volume group. | Online Ext4 metadata consistency checking tool and service | 1 | 工具 + easymock | easymock | EasyMock provides Mock Objects for interfaces in JUnit tests by generatingthem on the fly using Java's proxy mechanism. Due to EasyMock's unique styleof recording expectations, most refactorings will not affect the Mock Objects.So EasyMock is a perfect fit for Test-Driven Development. | Easy mock objects | 3 | 库 + easymock-javadoc | easymock | Javadoc for easymock. | Javadoc for easymock | 3 | 库 + ecj | ecj | ECJ is the Java bytecode compiler of the Eclipse Platform. It is also known asthe JDT Core batch compiler. | Eclipse Compiler for Java | 3 | 工具 + ed | ed | GNU ed is a line-oriented text editor. It is used to create, display, modify andotherwise manipulate text files, both interactively and via shell scripts. Arestricted version of ed, red, can only edit files in the current directory andcannot execute shell commands. Ed is the 'standard' text editor in the sense thatit is the original editor for Unix, and thus widely available. For most purposes,however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe. | The GNU line editor | 3 | 工具 + edk2-aarch64 | edk2 | AAVMF (ARM Architecture Virtual Machine Firmware) is an EFI Development Kit IIplatform that enables UEFI support for QEMU/KVM ARM Virtual Machines. Thispackage contains a 64-bit build. | UEFI firmware for aarch64 virtual machines | 3 | 工具 + edk2-ovmf | edk2 | OVMF (Open Virtual Machine Firmware) is a project to enable UEFI support forVirtual Machines. This package contains a sample 64-bit UEFI firmware for QEMUand KVM. | UEFI firmware for x86_64 virtual machines | 3 | 库 + edk2-tools | edk2 | This package provides tools that are needed tobuild EFI executables and ROMs using the GNU tools. | EFI Development Kit II Tools | 3 | 工具 + efibootmgr | efibootmgr | efibootmgr displays and allows the user to edit the Intel ExtensibleFirmware Interface (EFI) Boot Manager variables. Additionalinformation about EFI can be found at https://uefi.org/. | EFI Boot Manager | 1 | 工具 + efi-filesystem | efi-rpm-macros | The efi-filesystem package contains the basic directory layout for EFImachine bootloaders and tools. | The basic directory layout for EFI machines | 1 | 库 + efi-srpm-macros | efi-rpm-macros | efi-srpm-macros provides a set of SRPM macros for use in EFI-related packages. | Common SRPM Macros for building EFI-related packages | 2 | 库 + efivar | efivar | efivar provides a simple command line interface to the UEFI variable facility. | Tools to manage UEFI variables | 1 | 服务 + efivar-devel | efivar | development headers required to use libefivar. | Development headers for libefivar | 1 | 库 + efivar-libs | efivar | Library to allow for the simple manipulation of UEFI variables. | Library to manage UEFI variables | 1 | 库 + eglexternalplatform-devel | eglexternalplatform | The eglexternalplatform-devel package contains the header files fordeveloping applications that use eglexternalplatform. | Development files for eglexternalplatform | 3 | 库 + eglexternalplatform-doc | eglexternalplatform | The eglexternalplatform-doc package contains documentation files for eglexternalplatform. | Documentation files for eglexternalplatform | 3 | 工具 + egl-utils | mesa-demos | The egl-utils package provides the eglinfo and es2_info utilities. | EGL utilities | 1 | 工具 + egl-wayland | egl-wayland | Wayland EGL External Platform library | Wayland EGL External Platform library | 3 | 库 + egl-wayland-devel | egl-wayland | Wayland EGL External Platform library development package | Wayland EGL External Platform library development package | 3 | 库 + egl-wayland-doc | egl-wayland | The egl-wayland-doc package contains documentation files for egl-wayland. | Documentation files for egl-wayland | 3 | 库 + eigen3-devel | eigen3 | A lightweight C++ template library for vector and matrix math. | A lightweight C++ template library for vector and matrix math | 3 | 库 + eigen3-doc | eigen3 | Developer documentation for Eigen. | Developer documentation for Eigen | 3 | 库 + elfutils | elfutils | Elfutils is a collection of utilities, including stack (to showbacktraces), nm (for listing symbols from object files), size(for listing the section sizes of an object or archive file),strip (for discarding symbols), readelf (to see the raw ELF filestructures), elflint (to check for well-formed ELF files) andelfcompress (to compress or decompress ELF sections). | A collection of utilities and DSOs to handle ELF files and DWARF data | 1 | 工具 + elfutils-debuginfod | elfutils | The elfutils-debuginfod package contains the debuginfod binaryand control files for a service that can provide ELF/DWARFfiles to remote clients, based on build-id identification.The ELF/DWARF file searching functions in libdwfl can querysuch servers to download those files on demand. | HTTP ELF/DWARF file server addressed by build-id | 1 | 工具 + elfutils-debuginfod-client | elfutils | The elfutils-debuginfod-client package contains shared librariesdynamically loaded from -ldw, which use a debuginfod serviceto look up debuginfo and associated data. Also includes acommand-line frontend. | Library and command line client for build-id HTTP ELF/DWARF server | 1 | 库 + elfutils-debuginfod-client-devel | elfutils | The elfutils-debuginfod-client-devel package contains the librariesto create applications to use the debuginfod service. | Libraries and headers to build debuginfod client applications | 1 | 工具 + elfutils-default-yama-scope | elfutils | Yama sysctl setting to enable default attach scope settingsenabling programs to use ptrace attach, access to/proc/PID/{mem,personality,stack,syscall}, and the syscallsprocess_vm_readv and process_vm_writev which are used forinterprocess services, communication and introspection(like synchronisation, signaling, debugging, tracing andprofiling) of processes. | Default yama attach scope sysctl setting | 1 | 工具 + elfutils-devel | elfutils | The elfutils-devel package contains the libraries to createapplications for handling compiled objects. libdw provides accessto the DWARF debugging information. libasm provides a programmableassembler interface. | Development libraries to handle compiled objects | 1 | 库 + elfutils-libelf | elfutils | The elfutils-libelf package provides a DSO which allows reading andwriting ELF files on a high level. Third party programs depend onthis package to read internals of ELF files. The programs of theelfutils package use it also to generate new ELF files. | Library to read and write ELF files | 1 | 工具 + elfutils-libelf-devel | elfutils | The elfutils-libelf-devel package contains the libraries to createapplications for handling compiled objects. libelf allows you toaccess the internals of the ELF object file format, so you can see thedifferent sections of an ELF file. | Development support for libelf | 1 | 工具 + elfutils-libs | elfutils | The elfutils-libs package contains libraries which implement DWARF, ELF,and machine-specific ELF handling and process introspection. Theselibraries are used by the programs in the elfutils package. Theelfutils-devel package enables building other programs using theselibraries. | Libraries to handle compiled objects | 1 | 工具 + elinks | elinks | Elinks is a text-based Web browser. Elinks does not display any images,but it does support frames, tables and most other HTML tags. Elinks'advantage over graphical browsers is its speed--Elinks starts and exitsquickly and swiftly displays Web pages. | A text-mode Web browser | 3 | 工具 + emacs | emacs | Emacs is a powerful, customizable, self-documenting, modeless texteditor. Emacs contains special code editing features, a scriptinglanguage (elisp), and the capability to read mail, news, and morewithout leaving the editor.This package provides an emacs binary with support for X windows. | GNU Emacs text editor | 3 | 工具 + emacs-common | emacs | Emacs is a powerful, customizable, self-documenting, modeless texteditor. Emacs contains special code editing features, a scriptinglanguage (elisp), and the capability to read mail, news, and morewithout leaving the editor.This package contains all the common files needed by emacs, emacs-lucidor emacs-nox. | Emacs common files | 3 | 工具 + emacs-cython-mode | Cython | cython-mode is an Emacs major mode for editing Cython source files. | A major mode for editing Cython source files in Emacs | 3 | 工具 + emacs-devel | emacs | Development header files for Emacs. | Development header files for Emacs | 3 | 工具 + emacs-filesystem | emacs | This package provides some directories which are required by otherpackages that add functionality to Emacs. | Emacs filesystem layout | 3 | 工具 + emacs-gettext | gettext | This package provides a major mode for editing po files within GNU Emacs. | Support for editing po files within GNU Emacs | 3 | 工具 + emacs-lucid | emacs | Emacs is a powerful, customizable, self-documenting, modeless texteditor. Emacs contains special code editing features, a scriptinglanguage (elisp), and the capability to read mail, news, and morewithout leaving the editor.This package provides an emacs binary with support for X windowsusing LUCID toolkit. | GNU Emacs text editor with LUCID toolkit X support | 3 | 工具 + emacs-nox | emacs | Emacs is a powerful, customizable, self-documenting, modeless texteditor. Emacs contains special code editing features, a scriptinglanguage (elisp), and the capability to read mail, news, and morewithout leaving the editor.This package provides an emacs binary with no X windows support for runningon a terminal. | GNU Emacs text editor without X support | 3 | 工具 + emacs-terminal | emacs | Contains a desktop menu item running GNU Emacs terminal. Installemacs-terminal if you need a terminal with Malayalam support.Please note that emacs-terminal is a temporary package and it will beremoved when another terminal becomes capable of handling Malayalam. | A desktop menu item for GNU Emacs terminal. | 3 | 工具 + enchant2 | enchant2 | A library that wraps other spell checking backends. | An Enchanting Spell Checking Library | 3 | 库 + enchant2-aspell | enchant2 | Libraries necessary to integrate applications using libenchant with aspell. | Integration with aspell for libenchant | 3 | 库 + enchant2-devel | enchant2 | The enchant2-devel package contains libraries and header files fordeveloping applications that use enchant2. | Development files for enchant2 | 3 | 库 + enchant2-voikko | enchant2 | Libraries necessary to integrate applications using libenchant with voikko. | Integration with voikko for libenchant | 3 | 工具 + environment-modules | environment-modules | The Environment Modules package provides for the dynamic modification ofa user's environment via modulefiles.Each modulefile contains the information needed to configure the shellfor an application. Once the Modules package is initialized, theenvironment can be modified on a per-module basis using the modulecommand which interprets modulefiles. Typically modulefiles instructthe module command to alter or set shell environment variables such asPATH, MANPATH, etc. modulefiles may be shared by many users on a systemand users may have their own collection to supplement or replace theshared modulefiles.Modules can be loaded and unloaded dynamically and atomically, in anclean fashion. All popular shells are supported, including bash, ksh,zsh, sh, csh, tcsh, as well as some scripting languages such as perl.Modules are useful in managing different versions of applications.Modules can also be bundled into metamodules that will load an entiresuite of different applications.NOTE: You will need to get a new shell after installing this package tohave access to the module alias. | Provides dynamic modification of a user's environment | 2 | 工具 + environment-modules-doc | environment-modules | Doc files for environment-modules | Doc files for environment-modules | 3 | 服务 + eog | eog | The Eye of GNOME image viewer (eog) is the official image viewer for theGNOME desktop. It can view single image files in a variety of formats, aswell as large image collections.eog is extensible through a plugin system. | Eye of GNOME image viewer | 3 | 工具 + eog-devel | eog | The Eye of GNOME image viewer (eog) is the official image viewer for theGNOME desktop. This package allows you to develop plugins that add newfunctionality to eog. | Support for developing plugins for the eog image viewer | 3 | 工具 + eog-doc | eog | The eog-doc package contains documentation files for eog. | Documentation files for eog | 3 | 工具 + esmtp | esmtp | ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with asendmail-compatible syntax. It's based on libESMTP supporting the AUTH(including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTPextensions.' | User configurable send-only Mail Transfer Agent | 3 | 工具 + esmtp-doc | esmtp | The esmtp-doc package contains documentation files for esmtp. | Documentation files for esmtp | 3 | 库 + esmtp-local-delivery | esmtp | This packages contains the system ESMTP configuration file with localdelivery through an external mail delivery agent configured. | Configuration for esmtp allowing for local delivery | 3 | 服务 + ethtool | ethtool | This utility allows querying and changing settings such as speed,port, auto-negotiation, PCI locations and checksum offload on manynetwork devices, especially of Ethernet devices. | Settings tool for Ethernet NICs | 2 | 工具 + evince | evince | Evince is simple multi-page document viewer. It can display and printPortable Document Format (PDF), PostScript (PS) and Encapsulated PostScript(EPS) files. When supported by the document format, evince allows searchingfor text, copying text to the clipboard, hypertext navigation,table-of-contents bookmarks and editing of forms. Support for other document formats such as DVI and DJVU can be added byinstalling additional backends. | Document viewer | 3 | 工具 + evince-devel | evince | This package contains libraries and header files needed for evincebackend development. | Support for developing backends for the evince document viewer | 3 | 工具 + evince-djvu | evince | This package contains a backend to let evince display djvu files. | Evince backend for djvu files | 3 | 工具 + evince-doc | evince | The evince-doc package contains documentation files for evince. | Documentation files for evince | 3 | 工具 + evince-dvi | evince | This package contains a backend to let evince display dvi files. | Evince backend for dvi files | 3 | 工具 + evince-libs | evince | This package contains shared libraries needed for evince | Libraries for the evince document viewer | 3 | 库 + evince-previewer | evince | This package brings the Evince previewer independently from Evince.It provides the printing preview for the GTK printing dialog. | Evince previewer | 1 | 工具 + evince-thumbnailer | evince | This package brings the Evince thumbnailer independently from Evince. | Evince thumbnailer | 3 | 工具 + evolution-data-server | evolution-data-server | The evolution-data-server package provides a unified backend for programs that workwith contacts, tasks, and calendar information.It was originally developed for Evolution (hence the name), but is now usedby other packages. | Backend data server for Evolution | 3 | 工具 + evolution-data-server-devel | evolution-data-server | Development files needed for building things which link against evolution-data-server. | Development files for building against evolution-data-server | 3 | 工具 + evolution-data-server-langpacks | evolution-data-server | This package contains translations for evolution-data-server. | Translations for evolution-data-server | 3 | 工具 + exchange-bmc-os-info | ipmitool | IPMITool exchange-bmc-os-info is a feature that allows the Baseboard ManagementController (BMC) to exchange information with the operating system running onthe host system. This feature can be used to facilitate health monitoring andmanagement of the host system.When the exchange-bmc-os-info command is executed, the BMC requests informationabout the operating system running on the host system. The operating systemresponds with information about its status, including its health, power status,and other relevant information.The BMC can use this information to detect and respond to issues with the hostsystem. For example, if the operating system reports that it is experiencinghigh CPU usage, the BMC can adjust fan speeds to increase cooling and preventoverheating. Similarly, if the operating system reports that it is running lowon disk space, the BMC can send alerts to administrators so that they can takeaction to resolve the issue.Overall, the exchange-bmc-os-info feature provides a powerful mechanism formonitoring and managing the health of the host system. When used in conjunctionwith other IPMI features, such as sensor data recording and event logging, itcan help ensure that the host system remains available and responsive to userneeds. | Let OS and BMC exchange info | 2 | 工具 + exec-maven-plugin | exec-maven-plugin | A plugin to allow execution of system and Java programs. | Exec Maven Plugin | 3 | 工具 + exec-maven-plugin-javadoc | exec-maven-plugin | API documentation for exec-maven-plugin. | API documentation for exec-maven-plugin | 3 | 工具 + execstack | execstack | Execstack is a Linux command that allows the execution of code on the stack.By default, modern operating systems prevent code from being executed on thestack as a security measure against buffer overflow attacks. However, in somecases, it may be necessary to execute code on the stack, for example, whenrunning legacy applications or when working with certain programming languages.The execstack command can be used to mark a particular binary executable as"executable on the stack" or to check if an existing executable has this property. | Utility to set/clear/query executable stack bit | 3 | 工具 + execstack-doc | execstack | This document package contains the doc files for execstack. | Documents for execstack | 3 | 工具 + exempi | exempi | Exempi provides a library for easy parsing of XMP metadata. It is a port ofAdobe XMP SDK to work on UNIX and to be build with GNU automake.It includes XMPCore and XMPFiles. | Library for easy parsing of XMP metadata | 3 | 库 + exempi-devel | exempi | This package contains the libraries and header files needed fordeveloping with exempi. | Headers for developing programs that will use exempi | 2 | 库 + exiv2 | exiv2 | A command line utility to access image metadata, allowing one to:* print the Exif metadata of Jpeg images as summary info, interpreted values, or the plain data for each tag* print the Iptc metadata of Jpeg images* print the Jpeg comment of Jpeg images* set, add and delete Exif and Iptc metadata of Jpeg images* adjust the Exif timestamp (that's how it all started...)* rename Exif image files according to the Exif timestamp* extract, insert and delete Exif metadata (including thumbnails), Iptc metadata and Jpeg comments | Exif and Iptc metadata manipulation library | 3 | 工具 + exiv2-devel | exiv2 | Header files, libraries and development documentation for exiv2. | Header files, libraries and development documentation for exiv2 | 3 | 库 + exiv2-doc | exiv2 | Api documentation for exiv2. | Api documentation for exiv2 | 3 | 库 + exiv2-libs | exiv2 | A C++ library to access image metadata, supporting full read and write accessto the Exif and Iptc metadata, Exif MakerNote support, extract and deletemethods for Exif thumbnails, classes to access Ifd and so on. | Exif and Iptc metadata manipulation library | 3 | 库 + expat | expat | This is expat, the C library for parsing XML, written by James Clark. Expatis a stream oriented XML parser. This means that you register handlers withthe parser prior to starting the parse. These handlers are called when theparser discovers the associated structures in the document being parsed. Astart tag is an example of the kind of structures for which you mayregister handlers. | An XML parser library | 3 | 工具 + expat-devel | expat | The expat-devel package contains the libraries, include files and documentationto develop XML applications with expat. | Libraries and header files to develop applications using expat | 3 | 工具 + expat-static | expat | The expat-static package contains the static version of the expat library.Install it if you need to link statically with expat. | expat XML parser static library | 3 | 库 + expect | expect | Expect is a tcl application for automating and testinginteractive applications such as telnet, ftp, passwd, fsck,rlogin, tip, etc. Expect makes it easy for a script tocontrol another program and interact with it.This package contains expect and some scripts that use it. | A program-script interaction and testing utility | 3 | 工具 + expect-devel | expect | Expect is a tcl application for automating and testinginteractive applications such as telnet, ftp, passwd, fsck,rlogin, tip, etc. Expect makes it easy for a script tocontrol another program and interact with it.This package contains development files for the expect library. | A program-script interaction and testing utility | 3 | 工具 + expectk | expect | Expect is a tcl application for automating and testinginteractive applications such as telnet, ftp, passwd, fsck,rlogin, tip, etc. Expect makes it easy for a script tocontrol another program and interact with it.This package originally contained expectk and some scriptsthat used it. As expectk was removed from upstream tarballin expect-5.45, now the package contains just these scripts.Please use tclsh with package require Tk and Expect insteadof expectk. | A program-script interaction and testing utility | 3 | 工具 + fakeroot | fakeroot | fakeroot runs a command in an environment where it appears to have rootprivileges for file manipulation. This is useful for allowing users tocreate archives (tar, ar, .deb etc.) with files in them with rootpermissions/ownership. Without fakeroot one would have to have rootprivileges to create the constituent files of the archives with thecorrect permissions and ownership, and then pack them up, or one wouldhave to construct the archives directly, without using the archiver. | tool for simulating superuser privileges | 3 | 工具 + fakeroot-libs | fakeroot | This fakeroot-libs package contains the libraries required by fakeroot. | tool for simulating superuser privileges (libraries) | 3 | 工具 + fcoe-utils | fcoe-utils | Fibre Channel over Ethernet utilitiesfcoeadm - command line tool for configuring FCoE interfacesfcoemon - service to configure DCB Ethernet QOS filters, works with lldpad | Fibre Channel over Ethernet utilities | 2 | 工具 + fdk-aac-free | fdk-aac-free | fdk-aac-free is a free, open-source implementation of the Fraunhofer FDK AAC codec.AAC (Advanced Audio Coding) is a popular audio compression format used in various applications,such as digital broadcasting, streaming services, and mobile devices. The Fraunhofer FDK AACcodec is one of the most widely used and respected codecs for AAC encoding and decoding.fdk-aac-free is a high-quality, low-latency AAC encoder and decoder that can be easily integratedinto various software applications. It supports a wide range of AAC profiles and features, including multi-channel encoding and decoding, bit-rate control, and error resilience. It is licensed under the Apache License, Version 2.0, which allows for free and open-source use and modification of the code. | Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android | 3 | 库 + fdk-aac-free-devel | fdk-aac-free | The development package provides libraries and header files fordeveloping applications that use fdk-aac-free. | Development files for fdk-aac-free | 3 | 工具 + fdupes | fdupes | FDUPES is a program for identifying duplicate files residing within specifieddirectories. | Finds duplicate files in a given set of directories | 3 | 工具 + fdupes-doc | fdupes | Doc files for fdupes | Doc files for fdupes | 3 | 工具 + felix-utils | felix-utils | Utility classes for OSGi | Utility classes for OSGi | 3 | 库 + felix-utils-javadoc | felix-utils | This package contains the API documentation for felix-utils. | API documentation for felix-utils | 3 | 库 + ffado | libffado | Applications and utilities for use with libffado. | Free firewire audio driver library applications and utilities | 3 | 库 + fftw | fftw | FFTW is a C subroutine library for computing the Discrete FourierTransform (DFT) in one or more dimensions, of both real and complexdata, and of arbitrary input size. | A Fast Fourier Transform library | 3 | 库 + fftw-devel | fftw | FFTW is a C subroutine library for computing the Discrete FourierTransform (DFT) in one or more dimensions, of both real and complexdata, and of arbitrary input size.This package contains header files and development libraries needed todevelop programs using the FFTW fast Fourier transform library. | Headers, libraries and docs for the FFTW library | 3 | 库 + fftw-doc | fftw | This package contains the manual for the FFTW fast Fourier transformlibrary. | FFTW library manual | 3 | 库 + fftw-libs | fftw | This is a dummy package package, pulling in the individual FFTWrun-time libraries. | FFTW run-time library | 3 | 库 + fftw-libs-double | fftw | This package contains the FFTW library compiled in double precision. | FFTW library, double precision | 3 | 库 + fftw-libs-long | fftw | This package contains the FFTW library compiled in long doubleprecision. | FFTW library, long double precision | 3 | 库 + fftw-libs-quad | fftw | This package contains the FFTW library compiled in quadrupleprecision. | FFTW library, quadruple | 3 | 库 + fftw-libs-single | fftw | This package contains the FFTW library compiled in single precision. | FFTW library, single precision | 3 | 库 + fftw-mpich-devel | fftw | FFTW is a C subroutine library for computing the Discrete FourierTransform (DFT) in one or more dimensions, of both real and complexdata, and of arbitrary input size.This package contains header files and development libraries needed todevelop programs using the FFTW fast Fourier transform library for MPICH. | Headers, libraries and docs for the FFTW MPICH library | 3 | 库 + fftw-mpich-libs | fftw | This is a dummy package package, pulling in the individual FFTWMPICH run-time libraries. | FFTW MPICH run-time library | 3 | 库 + fftw-mpich-libs-double | fftw | This package contains the FFTW MPICH library compiled in double precision. | FFTW MPICH library, double precision | 3 | 库 + fftw-mpich-libs-long | fftw | This package contains the FFTW MPICH library compiled in long doubleprecision. | FFTW MPICH library, long double precision | 3 | 库 + fftw-mpich-libs-single | fftw | This package contains the FFTW MPICH library compiled in single precision. | FFTW MPICH library, single precision | 3 | 库 + fftw-mpich-static | fftw | The fftw-mpich-static package contains the statically linkable version ofthe FFTW fast Fourier transform library for MPICh. | Static versions of the FFTW MPICH libraries | 3 | 库 + fftw-openmpi-devel | fftw | FFTW is a C subroutine library for computing the Discrete FourierTransform (DFT) in one or more dimensions, of both real and complexdata, and of arbitrary input size.This package contains header files and development libraries needed todevelop programs using the FFTW fast Fourier transform library for OpenMPI. | Headers, libraries and docs for the FFTW OpenMPI library | 3 | 库 + fftw-openmpi-libs | fftw | This is a dummy package package, pulling in the individual FFTWOpenMPI run-time libraries. | FFTW OpenMPI run-time library | 3 | 库 + fftw-openmpi-libs-double | fftw | This package contains the FFTW OpenMPI library compiled in double precision. | FFTW OpenMPI library, double precision | 3 | 库 + fftw-openmpi-libs-long | fftw | This package contains the FFTW OpenMPI library compiled in long doubleprecision. | FFTW OpenMPI library, long double precision | 3 | 库 + fftw-openmpi-libs-single | fftw | This package contains the FFTW OpenMPI library compiled in single precision. | FFTW OpenMPI library, single precision | 3 | 库 + fftw-openmpi-static | fftw | The fftw-openmpi-static package contains the statically linkable version ofthe FFTW fast Fourier transform library for MPICh. | Static versions of the FFTW OpenMPI libraries | 3 | 库 + fftw-static | fftw | The fftw-static package contains the statically linkable version ofthe FFTW fast Fourier transform library. | Static versions of the FFTW libraries | 3 | 库 + fido2-tools | libfido2 | FIDO2 command line tools to access and configure a FIDO2 compliant authentication device. | FIDO2 tools | 3 | 工具 + file | file | The file command is used to identify a particular file according to thetype of data contained by the file. File can identify many differentfile types, including ELF binaries, system libraries, RPM packages, anddifferent graphics formats. | Utility for determining file types | 2 | 工具 + file-devel | file | The file-devel package contains the header files and libmagic librarynecessary for developing programs using libmagic. | Libraries and header files for file development | 3 | 库 + file-libs | file | Libraries for applications using libmagic. | Libraries for applications using libmagic | 2 | 库 + file-roller | file-roller | File Roller is an application for creating and viewing archives files,such as tar or zip files. | Tool for viewing and creating archives | 3 | 工具 + file-roller-doc | file-roller | The file-roller-doc package contains documentation files for file-roller. | Documentation files for file-roller | 3 | 工具 + file-roller-nautilus | file-roller | This package contains the file-roller extension for the nautilus file manager.It adds an item to the nautilus context menu that lets you compress filesor directories. | File Roller extension for nautilus | 3 | 工具 + file-static | file | The file-static package contains the static version of the libmagic library. | Static library for file development | 3 | 库 + filesystem | filesystem | The filesystem package is one of the basic packages that is installedon a Linux system. Filesystem contains the basic directory layoutfor a Linux operating system, including the correct permissions forthe directories. | The basic directory layout for a Linux system | 1 | 库 + filesystem-content | filesystem | This subpackage of filesystem package contains just the file withthe directories owned by the filesystem package. This can be usedduring the build process instead of calling rpm -ql filesystem. | Directory ownership content of the filesystem package | 3 | 工具 + findutils | findutils | The findutils package contains programs which will help you locatefiles on your system. The find utility searches through a hierarchyof directories looking for files which match a certain set of criteria(such as a file name pattern). The xargs utility builds and executescommand lines from standard input arguments (usually lists of filenames generated by the find command).You should install findutils because it includes tools that are veryuseful for finding things on your system. | The GNU versions of find utilities (find and xargs) | 3 | 工具 + fio | fio | fio is an I/O tool that will spawn a number of threads or processes doinga particular type of io action as specified by the user. fio takes anumber of global parameters, each inherited by the thread unlessotherwise parameters given to them overriding that setting is given.The typical use of fio is to write a job file matching the io loadone wants to simulate. | Multithreaded IO generation tool | 3 | 工具 + fio-engine-libaio | fio | Linux libaio engine for fio. | Linux libaio engine for fio. | 3 | 工具 + firefox | firefox | Mozilla Firefox is an open-source web browser, designed for standardscompliance, performance and portability. | Mozilla Firefox Web browser | 2 | 工具 + firewall-applet | firewalld | The firewall panel applet provides a status information of firewalld and alsothe firewall settings. | Firewall panel applet | 2 | 服务 + firewall-config | firewalld | The firewall configuration application provides an configuration interface forfirewalld. | Firewall configuration application | 2 | 服务 + firewalld | firewalld | firewalld is a firewall service daemon that provides a dynamic customizablefirewall with a D-Bus interface. | A firewall daemon with D-Bus interface providing a dynamic firewall | 2 | 服务 + firewalld-filesystem | firewalld | This package provides directories and rpm macros whichare required by other packages that add firewalld configuration files. | Firewalld directory layout and rpm macros | 2 | 服务 + firewalld-test | firewalld | This package provides the firewalld testsuite. | Firewalld testsuite | 2 | 工具 + fish | fish | fish is a smart and user-friendly command line shell for macOS, Linux, and therest of the family. fish includes features like syntax highlighting,autosuggest-as-you-type, and fancy tab completions that just work, with noconfiguration required. | A smart and user-friendly command line shell | 3 | 工具 + fish-doc | fish | The fish-doc package contains documentation files for fish. | Documentation files for fish | 3 | 库 + flac | flac | FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLACis similar to Ogg Vorbis, but lossless. The FLAC project consists ofthe stream format, reference encoders and decoders in library form,flac, a command-line program to encode and decode FLAC files, metaflac,a command-line metadata editor for FLAC files and input plugins forvarious music players.This package contains the command-line tools and documentation. | An encoder/decoder for the Free Lossless Audio Codec | 3 | 库 + flac-devel | flac | This package contains all the files needed to develop applications thatwill use the Free Lossless Audio Codec. | Development libraries and header files from FLAC | 3 | 库 + flac-libs | flac | FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLACis similar to Ogg Vorbis, but lossless. The FLAC project consists ofthe stream format, reference encoders and decoders in library form,flac, a command-line program to encode and decode FLAC files, metaflac,a command-line metadata editor for FLAC files and input plugins forvarious music players.This package contains the FLAC libraries. | Libraries for the Free Lossless Audio Codec | 3 | 库 + flashrom | flashrom | flashrom is a utility for identifying, reading, writing, verifying and erasingflash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROMimages on mainboards, network/graphics/storage controller cards, and variousother programmer devices. | Simple program for reading/writing flash chips content | 3 | 工具 + flashrom-devel | flashrom | Files for development with flashrom. | Development package for flashrom | 3 | 工具 + flatpak | flatpak | flatpak is a system for building, distributing and running sandboxed desktopapplications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps formore information. | Application deployment framework for desktop apps | 3 | 服务 + flatpak-devel | flatpak | This package contains the pkg-config file and development headers for flatpak. | Development files for flatpak | 3 | 库 + flatpak-libs | flatpak | This package contains libflatpak. | Libraries for flatpak | 3 | 库 + flatpak-selinux | flatpak | This package contains the SELinux policy module for flatpak. | SELinux policy module for flatpak | 3 | 服务 + flatpak-session-helper | flatpak | This package contains the org.freedesktop.Flatpak user D-Bus servicethat's used by flatpak and other packages. | User D-Bus service used by flatpak and others | 3 | 服务 + flatpak-tests | flatpak | This package contains installed tests for flatpak. | Tests for flatpak | 3 | 服务 + flex | flex | The flex program generates scanners. Scanners are programs which canrecognize lexical patterns in text. Flex takes pairs of regularexpressions and C code as input and generates a C source file asoutput. The output file is compiled and linked with a library toproduce an executable. The executable searches through its input foroccurrences of the regular expressions. When a match is found, itexecutes the corresponding C code. Flex was designed to work withboth Yacc and Bison, and is used by many programs as part of theirbuild process.You should install flex if you are going to use your system forapplication development. | A tool for generating scanners (text pattern recognizers) | 3 | 工具 + flex-doc | flex | The flex-doc package contains documentation files for flex. | Documentation files for flex | 3 | 工具 + flexiblas | flexiblas | The BLAS library is one of the central libraries for the implementationof numerical algorithms. It serves as the basis for many other numericallibraries like LAPACK, PLASMA or MAGMA (to mention only the most obvious).FlexiBLAS is a wrapper library that enables the exchange of the BLAS andLAPACK implementation used by a program without recompiling or relinking it. | A BLAS/LAPACK wrapper library with runtime exchangeable backends | 3 | 库 + flexiblas-devel | flexiblas | This package contains the development headers and libraries. | Development headers and libraries for FlexiBLAS | 3 | 库 + flexiblas-netlib | flexiblas | This package contains the wrapper library with 32-bit integer support. | FlexiBLAS wrapper library | 3 | 库 + flexiblas-netlib64 | flexiblas | This package contains the wrapper library with 64-bit integer support. | FlexiBLAS wrapper library (64-bit) | 3 | 库 + flexiblas-openblas-openmp | flexiblas | This package contains FlexiBLAS wrappers for the library compiled withOpenMP support with a 32-integer interface. | FlexiBLAS wrappers for OpenBLAS | 3 | 库 + flexiblas-openblas-openmp64 | flexiblas | This package contains FlexiBLAS wrappers for the library compiled withOpenMP support with a 64-integer interface. | FlexiBLAS wrappers for OpenBLAS (64-bit) | 3 | 库 + fltk | fltk | FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. \It provides modern GUI functionality without the bloat, and supports \3D graphics via OpenGL and its built-in GLUT emulation. | C++ user interface toolkit | 3 | 库 + fltk-devel | fltk | Development files for fltk. | Development files for fltk | 3 | 库 + fltk-fluid | fltk | Fast Light User Interface Designer, an interactive GUI designer for fltk. | Fast Light User Interface Designer | 3 | 工具 + fmt | fmt | {fmt} is an open-source formatting library providing a fast andsafe alternative to C stdio and C++ iostreams. | a formatting library providing a fast and safe alternative to C stdio and C++ iostreams. | 3 | 库 + fmt-devel | fmt | The fmt-devel package contains development files for using fmt. | Development files for fmt | 3 | 库 + fmt-doc | fmt | The fmt-doc package contains documentation files for fmt. | Documentation files for fmt | 3 | 库 + fontawesome4-fonts | fontawesome4-fonts | Font Awesome gives you scalable vector icons that can instantly becustomized — size, color, drop shadow, and anything that can be done with thepower of CSS.This package contains OpenType and TrueType font files which are typically usedlocally. | Iconic font set | 3 | 库 + fontawesome-6-brands-fonts | fontawesome-fonts | Font Awesome gives you scalable vector icons that can instantly becustomized - size, color, drop shadow, and anything that can be donewith the power of CSS.The FontAwesome Brand Fonts contain brand logos packaged as font files. | Iconic font set | 3 | 库 + fontawesome-6-free-fonts | fontawesome-fonts | Font Awesome gives you scalable vector icons that can instantly becustomized - size, color, drop shadow, and anything that can be donewith the power of CSS.The FontAwesome Free Fonts contain large numbers of icons packaged asfont files. | Iconic font set | 3 | 库 + fontawesome-fonts-all | fontawesome-fonts | Font Awesome gives you scalable vector icons that can instantly becustomized - size, color, drop shadow, and anything that can be donewith the power of CSS.This package is a metapackage that ensures all Font Awesome fonts areinstalled. | Metapackage that requires all Font Awesome fonts | 3 | 库 + fontawesome-fonts-doc | fontawesome-fonts | This package contains documentation for fontawesome-fonts. | Documentation for fontawesome-fonts | 3 | 工具 + fontawesome-fonts-web | fontawesome-fonts | Font Awesome gives you scalable vector icons that can instantly becustomized - size, color, drop shadow, and anything that can be donewith the power of CSS.This package contains CSS, SCSS and LESS style files for each of thefonts in the FontAwesome family, as well as JSON and YAML metadata.It also contains JavaScript, TTF, and SVG files, which are typicallyused on web pages. | Iconic font set, JavaScript and SVG files | 3 | 库 + fontconfig | fontconfig | Fontconfig is designed to locate fonts within thesystem and select them according to requirements specified byapplications. | Font configuration and customization library | 3 | 工具 + fontconfig-devel | fontconfig | The fontconfig-devel package includes the header files,and developer docs for the fontconfig package.Install fontconfig-devel if you want to develop programs whichwill use fontconfig. | Font configuration and customization library | 3 | 工具 + fontconfig-devel-doc | fontconfig | The fontconfig-devel-doc package contains the documentation fileswhich is useful for developing applications that uses fontconfig. | Development Documentation files for fontconfig library | 3 | 工具 + fontforge | fontforge | FontForge (former PfaEdit) is a font editor for outline and bitmapfonts. It supports a range of font formats, including PostScript(ASCII and binary Type 1, some Type 3 and Type 0), TrueType, OpenType(Type2) and CID-keyed fonts. | Outline and bitmap font editor | 3 | 工具 + fonts-filesystem | fonts-rpm-macros | This package contains the basic directory layout used by font packages,including the correct permissions for the directories. | Directories used by font packages | 3 | 工具 + fonts-rpm-macros | fonts-rpm-macros | This package provides build-stage rpm automation to simplify the creation offonts packages.It does not need to be included in the default build root: fonts-srpm-macroswill pull it in for fonts packages only. | Build-stage rpm automation for fonts packages | 3 | 工具 + fonts-rpm-templates | fonts-rpm-macros | This package contains documented rpm spec templates showcasing how to use themacros provided by fonts-rpm-macros to create fonts packages. | Example fonts packages rpm spec templates | 3 | 工具 + fonts-srpm-macros | fonts-rpm-macros | This package provides SRPM-stage rpm automation to simplify the creation offonts packages.It limits itself to the automation subset required to create fonts SRPMpackages and needs to be included in the default build root.The rest of the automation is provided by the fonts-rpm-macros package, thatfonts-srpm-macros will pull in for fonts packages only. | Source-stage rpm automation for fonts packages | 3 | 工具 + fonttools | fonttools | fontTools is a library for manipulating fonts, written in Python. The project \includes the TTX tool, that can convert TrueType and OpenType fonts to and \from an XML text format, which is also called TTX. It supports TrueType, \OpenType, AFM and to an extent Type 1 and some Mac-specific formats. | Tools to manipulate font files | 3 | 库 + fonttools-doc | fonttools | The fonttools-doc package contains documentation files for fonttools. | Documentation files for fonttools | 3 | 工具 + fonttosfnt | fonttosfnt | fonttosfnt wraps a set of bdf or pcf bitmap fonts in a sfnt (TrueType orOpenType) wrapper. | Tool to wrap bdf or pcf bitmap fonts in an sfnt wrapper | 3 | 工具 + fpaste | fpaste | It is often useful to be able to easily paste text to the FedoraPastebin at http://paste.fedoraproject.org and this simple scriptwill do that and return the resulting URL so that people mayexamine the output. This can hopefully help folks who are forsome reason stuck without X, working remotely, or any otherreason they may be unable to paste something into the pastebin. | A simple tool for pasting info onto the Fedora community paste server | 3 | 工具 + fpaste-doc | fpaste | The fpaste-doc package contains documentation files for fpaste. | Documentation files for fpaste | 3 | 工具 + fprintd | fprintd | D-Bus service to access fingerprint readers. | D-Bus service for Fingerprint reader access | 3 | 服务 + fprintd-pam | fprintd | PAM module that uses the fprintd D-Bus service for fingerprintauthentication. | PAM module for fingerprint authentication | 3 | 服务 + freeglut | freeglut | freeglut is a completely open source alternative to the OpenGL Utility Toolkit(GLUT) library with an OSI approved free software license. GLUT was originallywritten by Mark Kilgard to support the sample programs in the second editionOpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practicalapplications because it is simple, universally available and highly portable.freeglut allows the user to create and manage windows containing OpenGLcontexts on a wide range of platforms and also read the mouse, keyboard andjoystick functions. | A freely licensed alternative to the GLUT library | 3 | 库 + freeglut-devel | freeglut | Developmental libraries and header files required for developing or compilingsoftware which links to the freeglut library, which is an open sourcealternative to the popular GLUT library, with an OSI approved free softwarelicense. | Freeglut developmental libraries and header files | 3 | 库 + freetype | freetype | The FreeType engine is a free and portable font renderingengine, developed to provide advanced font support for a variety ofplatforms and environments. FreeType is a library which can open andmanages font files as well as efficiently load, hint and renderindividual glyphs. FreeType is not a font server or a completetext-rendering library. | A free and portable font rendering engine | 3 | 库 + freetype-demos | freetype | The FreeType engine is a free and portable font renderingengine, developed to provide advanced font support for a variety ofplatforms and environments. The demos package includes a set of usefulsmall utilities showing various capabilities of the FreeType library. | A collection of FreeType demos | 3 | 工具 + freetype-devel | freetype | The freetype-devel package includes the static libraries and header filesfor the FreeType font rendering engine.Install freetype-devel if you want to develop programs which will useFreeType. | FreeType development libraries and header files | 3 | 库 + fribidi | fribidi | A library to handle bidirectional scripts (for example Hebrew, Arabic),so that the display is done in the proper way; while the text data itselfis always written in logical order. | Library implementing the Unicode Bidirectional Algorithm | 3 | 库 + fribidi-devel | fribidi | Include files and libraries needed for developing applications which useFriBidi. | Libraries and include files for FriBidi | 3 | 库 + fscryptctl | fscryptctl | Small C tool for Linux filesystem encryption | Small C tool for Linux filesystem encryption | 3 | 工具 + fstrm | fstrm | Frame Streams is a light weight, binary clean protocol that allows for the transportof arbitrarily encoded data payload sequences with minimal framing overhead -- justfour bytes per data frame. Frame Streams does not specify an encoding format for dataframes and can be used with any data serialization format that produces byte sequences,such as Protocol Buffers, XML, JSON, MessagePack, YAML, etc. | A C implementation of the Frame Streams data transport protocol. | 3 | 库 + fstrm-devel | fstrm | The fstrm-devel package contains header files required to build an applicationusing fstrm library. | Development Files for fstrm library | 3 | 库 + fstrm-doc | fstrm | The fstrm-doc package contains Doxygen generated API documentation for fstrmlibrary. | API documentation for fstrm library | 3 | 库 + fstrm-utils | fstrm | The fstrm-utils package contains command line utilities. | Frame Streams (fstrm) utilities | 3 | 工具 + ftp | ftp | The ftp package provides the standard UNIX command-line FTP (FileTransfer Protocol) client. FTP is a widely used protocol fortransferring files over the Internet and for archiving files.If your system is on a network, you should install ftp in order to dofile transfers. | The standard UNIX FTP (File Transfer Protocol) client | 2 | 工具 + fuse | fuse | With FUSE it is possible to implement a fully functional filesystem in auserspace program. This package contains the FUSE v3 userspace tools tomount a FUSE filesystem. | File System in Userspace (FUSE) v3 utilities | 2 | 工具 + fuse2 | fuse2 | With FUSE it is possible to implement a fully functional filesystem in auserspace program. This package contains the FUSE v2 userspace tools tomount a FUSE filesystem. | File System in Userspace (FUSE) v2 utilities | 2 | 工具 + fuse2-devel | fuse2 | With FUSE it is possible to implement a fully functional filesystem in auserspace program. This package contains development files (headers,pgk-config) to develop FUSE v2 based applications/filesystems. | File System in Userspace (FUSE) v2 devel files | 2 | 工具 + fuse2-libs | fuse2 | Devel With FUSE it is possible to implement a fully functional filesystem in auserspace program. This package contains the FUSE v2 libraries. | File System in Userspace (FUSE) v2 libraries | 2 | 库 + fuse-common | fuse | Common files for FUSE v2 and FUSE v3. | Common files for File System in Userspace (FUSE) v2 and v3 | 3 | 工具 + fuse-devel | fuse | With FUSE it is possible to implement a fully functional filesystem in auserspace program. This package contains development files (headers,pgk-config) to develop FUSE v3 based applications/filesystems. | File System in Userspace (FUSE) v3 devel files | 2 | 工具 + fuse-libs | fuse | Devel With FUSE it is possible to implement a fully functional filesystem in auserspace program. This package contains the FUSE v3 libraries. | File System in Userspace (FUSE) v3 libraries | 2 | 库 + fuse-overlayfs | fuse-overlayfs | FUSE overlay+shiftfs implementation for rootless containers. | FUSE overlay+shiftfs implementation for rootless containers | 2 | 服务 + fuse-overlayfs-doc | fuse-overlayfs | Doc files for fuse-overlayfs | Doc files for fuse-overlayfs | 2 | 服务 + fusesource-pom | fusesource-pom | This is a shared POM parent for FuseSource Maven projects | Parent POM for FuseSource Maven projects | 3 | 库 + future-doc | future | The future-doc package contains documentation files for future. | Documentation files for future | 3 | 工具 + fwupd | fwupd | fwupd is a daemon aims to make updating firmware on Linuxautomatic, safe, and reliable.It is an open-source project that provides a simple andeasy-to-use interface for updating firmware on Linux systems.fwupd is designed to work with UEFI firmware and is compatiblewith various hardware platforms. It helps users to keep theirsystem up-to-date by providing automated firmware updates.fwupd has support for a wide range of hardware devices suchas motherboards, graphics cards, network cards, and more.It is a reliable and secure firmware update tool that ensuresthe firmware updates are safe and error-free. fwupd is widelyused in enterprise environments and is also popular amongLinux enthusiasts. | Firmware update daemon | 2 | 服务 + fwupd-devel | fwupd | This package contains the development files for fwupd. | Development package for fwupd | 2 | 工具 + fwupd-plugin-flashrom | fwupd | This provides the optional package which is only required on hardware thatcan be flashed using flashrom. It is probably not required on servers. | fwupd plugin using flashrom | 3 | 工具 + fwupd-plugin-modem-manager | fwupd | This provides the optional package which is only required on hardware thatmight have mobile broadband hardware. It is probably not required on servers. | fwupd plugin using ModemManger | 3 | 服务 + fwupd-plugin-uefi-capsule-data | fwupd | This provides the pregenerated BMP artwork for the UX capsule, which allows the"Installing firmware update..." localized text to be shown during a UEFI firmwareupdate operation. This subpackage is probably not required on embedded hardwareor server machines. | Localized data for the UEFI UX capsule | 2 | 工具 + fwupd-tests | fwupd | This package contains the data files for installed tests. | Data files for installed tests | 3 | 服务 + galera | galera | Galera is a fast synchronous multimaster wsrep provider (replication engine)for transactional databases and similar applications. For more informationabout wsrep API see https://github.com/codership/wsrep-API repository. For adescription of Galera replication engine see https://www.galeracluster.com web. | Synchronous multi-master wsrep provider (replication engine) | 3 | 库 + gawk | gawk | gawk is a text processing utility that implements the AWK programming language.AWK is designed to manipulate text data and produce formatted reports. gawk isa GNU project and it offers many extensions and features beyond the standard AWK.With gawk, you can easily match patterns in text files, extract or transformdata, and perform various operations on the records and fields. It isconsidered to be a standard Linux tool fortext processing. | The GNU version of the AWK text processing utility | 3 | 工具 + gawk-all-langpacks | gawk | The base package of gawk supports only the english localisation. This subpackagecontains additional localisation files. | Additional localisation files for gawk utility | 1 | 工具 + gawk-devel | gawk | This subpackage contains the /usr/include/gawkapi.h header file, which definesthe interface for writing extensions to gawk in C or C++. Extensions can addnew variables and functions to gawk and access its internal data structures.For more information about gawk extensions, please consult `The GNU AwkUser's Guide`.This subpackage is only useful for developers who want to create gawkextensions. If you are not developing an extension for gawk, you do notneed this subpackage. | Header file for gawk extensions development | 3 | 工具 + gawk-doc | gawk | If you install gawk, you will also get two user's guides: `GAWK: Effective AWKProgramming` and `TCP/IP Internetworking with gawk`. These guides are availableas info pages, which you can read with any info reader.However, info pages are not very suitable for printing or viewing images.That's why this doc subpackage offers you alternative formats of those guides,such as HTML, PDF and PS. These formats can be more convenient if you need toconsult them frequently, and/or if you don't have Internet access. | Additional documentation for gawk utility | 1 | 工具 + gc | gc | The Boehm-Demers-Weiser conservative garbage collector can beused as a garbage collecting replacement for C malloc or C++ new. | Garbage collector for C and C++ | 3 | 库 + gcab | gcab | gcab is a tool to manipulate Cabinet archive. | Cabinet file library and tool | 3 | 工具 + gcc | gcc | The gcc package contains the GNU Compiler Collection version 12.You'll need this package in order to compile C code. | Various compilers (C, C++, Objective-C, ...) | 2 | 工具 + gcc-c++ | gcc | This package adds C++ support to the GNU Compiler Collection.It includes support for most of the current C++ specification,including templates and exception handling. | C++ support for GCC | 2 | 工具 + gcc-gdb-plugin | gcc | This package contains GCC plugin for GDB C expression evaluation. | GCC plugin for GDB | 2 | 工具 + gcc-gfortran | gcc | The gcc-gfortran package provides support for compiling Fortranprograms with the GNU Compiler Collection. | Fortran support | 2 | 工具 + gcc-offload-nvptx | gcc | The gcc-offload-nvptx package provides offloading support forNVidia PTX. OpenMP and OpenACC programs linked with -fopenmp willby default add PTX code into the binaries, which can be offloadedto NVidia PTX capable devices if available. | Offloading compiler to NVPTX | 2 | 工具 + gcc-plugin-devel | gcc | This package contains header files and other support filesfor compiling GCC plugins. The GCC plugin ABI is currentlynot stable, so plugins must be rebuilt any time GCC is updated. | Support for compiling GCC plugins | 2 | 工具 + gc-devel | gc | Libraries and header files for gc development. | Libraries and header files for gc development | 3 | 库 + gcr | gcr | gcr is a library for displaying certificates, and crypto UI, accessingkey stores. It also provides a viewer for crypto files on the GNOMEdesktop.gck is a library for accessing PKCS#11 modules like smart cards. | A library for bits of crypto UI and parsing | 3 | 库 + gcr3 | gcr3 | gcr is a library for displaying certificates, and crypto UI, accessingkey stores. It also provides a viewer for crypto files on the GNOMEdesktop.gck is a library for accessing PKCS#11 modules like smart cards. | A library for bits of crypto UI and parsing | 3 | 库 + gcr3-base | gcr3 | The gcr3-base package includes the gcr-base library. | Library files for gcr | 3 | 库 + gcr3-devel | gcr3 | The gcr3-devel package includes the header files for the gcr library. | Development files for gcr3 | 2 | 库 + gcr-devel | gcr | The gcr-devel package includes the header files for the gcr library. | Development files for gcr | 2 | 库 + gcr-libs | gcr | The gcr-libs package contains the gcr and gck shared libraries. | gcr and gck libraries | 3 | 库 + gd | gd | The gd graphics library allows your code to quickly draw imagescomplete with lines, arcs, text, multiple colors, cut and paste fromother images, and flood fills, and to write out the result as a PNG orJPEG file. This is particularly useful in Web applications, where PNGand JPEG are two of the formats accepted for inline images by mostbrowsers. Note that gd is not a paint program. | A graphics library for quick creation of PNG or JPEG images | 3 | 库 + gdb | gdb | GDB, the GNU debugger, allows you to debug programs written in C, C++,Java, and other languages, by executing them in a controlled fashionand printing their data. | GNU Project debugger | 2 | 工具 + gdb-doc | gdb | GDB, the GNU debugger, allows you to debug programs written in C, C++,Java, and other languages, by executing them in a controlled fashionand printing their data.This package provides INFO, HTML and PDF user manual for GDB. | Documentation for GDB (the GNU source-level debugger) | 2 | 工具 + gdb-gdbserver | gdb | GDB, the GNU Project debugger, allows you to see what is going on insideanother program while it executes -- or what another program was doingat the moment it crashed.This package provides a program that allows you to run GDB on a differentmachine than the one which is running the program being debugged. | A standalone server for GDB (the GNU source-level debugger) | 3 | 工具 + gdb-headless | gdb | GDB, the GNU Project debugger, allows you to see what is going on insideanother program while it executes -- or what another program was doingat the moment it crashed. | The GNU Project debugger for C, C++, Fortran, Go and other languages | 2 | 工具 + gdbm | gdbm | Gdbm is a GNU database indexing library, including routines which useextensible hashing. Gdbm works in a similar way to standard UNIX dbmroutines. Gdbm is useful for developers who write C applications andneed access to a simple and efficient database or who are building Capplications which will use such a database.If you're a C developer and your programs need access to simpledatabase routines, you should install gdbm. You'll also need toinstall gdbm-devel. | A GNU set of database routines which use extensible hashing | 3 | 库 + gdbm-devel | gdbm | Gdbm-devel contains the development libraries and header files forgdbm, the GNU database system. These libraries and header files arenecessary if you plan to do development using the gdbm database.Install gdbm-devel if you are developing C programs which will use thegdbm database library. You'll also need to install the gdbm package. | Development libraries and header files for the gdbm library | 1 | 库 + gdbm-libs | gdbm | Libraries for the Gdbm GNU database indexing library | Libraries files for gdbm | 3 | 库 + gd-devel | gd | The gd-devel package contains the development libraries and headerfiles for gd, a graphics library for creating PNG and JPEG graphics. | The development libraries and header files for gd | 1 | 库 + gdisk | gdisk | GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk,but used for modifying GUID Partition Table (GPT) disks. The relatedFixParts utility fixes some common problems on Master Boot Record (MBR)disks. | An fdisk-like partitioning tool for GPT disks | 3 | 工具 + gdk-pixbuf2 | gdk-pixbuf2 | gdk-pixbuf is an image loading library that can be extended by loadablemodules for new image formats. It is used by toolkits such as GTK+ orclutter. | An image loading library | 3 | 库 + gdk-pixbuf2-devel | gdk-pixbuf2 | This package contains the libraries and header files that are neededfor writing applications that are using gdk-pixbuf2. | Development files for gdk-pixbuf2 | 3 | 库 + gdk-pixbuf2-modules | gdk-pixbuf2 | This package contains the additional modules that are needed to load variousimage formats such as ICO and JPEG. | Additional image modules for gdk-pixbuf2 | 3 | 库 + gdk-pixbuf2-tests | gdk-pixbuf2 | The gdk-pixbuf2-tests package contains tests that can be used to verifythe functionality of the installed gdk-pixbuf2 package. | Tests for the gdk-pixbuf2 package | 1 | 库 + gdm | gdm | GDM, the GNOME Display Manager, handles authentication-related backendfunctionality for logging in a user and unlocking the user's session afterit's been locked. GDM also provides functionality for initiating user-switching,so more than one user can be logged in at the same time. It handlesgraphical session registration with the system for both local and remotesessions (in the latter case, via the XDMCP protocol). In cases where thesession doesn't provide it's own display server, GDM can start the displayserver on behalf of the session. | The GNOME Display Manager | 3 | 服务 + gdm-pam-extensions-devel | gdm | The gdm-pam-extensions-devel package contains headers and otherfiles that are helpful to PAM modules wishing to supportGDM specific authentication features. | Macros for developing GDM extensions to PAM | 2 | 服务 + gd-progs | gd | The gd-progs package includes utility programs supplied with gd, agraphics library for creating PNG and JPEG images. | Utility programs that use libgd | 3 | 工具 + gedit | gedit | gedit is a small, but powerful text editor designed specifically forthe GNOME desktop. It has most standard text editor functions and fullysupports international text in Unicode. Advanced features include syntaxhighlighting and automatic indentation of source code, printing and editingof multiple documents in one window.gedit is extensible through a plugin system, which currently includessupport for spell checking, comparing files, viewing CVS ChangeLogs, andadjusting indentation levels. Further plugins can be found in thegedit-plugins package. | Text editor for the GNOME desktop | 3 | 服务 + gedit-devel | gedit | gedit is a small, but powerful text editor for the GNOME desktop.This package allows you to develop plugins that add new functionalityto gedit.Install gedit-devel if you want to write plugins for gedit. | Support for developing plugins for the gedit text editor | 3 | 服务 + gedit-doc | gedit | The gedit-doc package contains documentation files for gedit. | Documentation files for gedit | 3 | 服务 + genisoimage | cdrkit | The genisoimage program is used as a pre-mastering program; i.e., itgenerates the ISO9660 file-system. Genisoimage takes a snapshot ofa given directory tree and generates a binary image of the treewhich will correspond to an ISO9660 file-system when written toa block device. Genisoimage is used for writing CD-ROMs, and includessupport for creating boot-able El Torito CD-ROMs.Install the genisoimage package if you need a program for writingCD-ROMs. | Creates an image of an ISO9660 file-system | 3 | 库 + geoclue2 | geoclue2 | Geoclue2 is a location-based service that provides access to geographicalinformation in Linux-based operating systems. It is an open-source frameworkthat enables applications to access location-based data from various sourcessuch as GPS receivers, Wi-Fi, GSM/CDMA, and IP address geolocation.Geoclue2 provides an API for developers to access location-based data in asimple and consistent way. This API allows applications to query Geoclue2for the current location of the system, as well as request notifications of location changes.One of the key features of Geoclue2 is its support for privacy and security.It allows users to control access to their location data by providing amechanism to configure which applications are allowed to access their locationinformation. Additionally, Geoclue2 supports sandboxing, which limits accessto location data only to applications with explicit permission from the user.Overall, Geoclue2 is an essential tool for developers who require accessto location-based data in their Linux applications. Its support for variouslocation sources, consistent API, and focus on privacy and security make ita valuable addition to the Linux ecosystem. | Geolocation service | 3 | 库 + geoclue2-demos | geoclue2 | The geoclue2-demos package contains demo applications that use geoclue2. | Demo applications for geoclue2 | 3 | 库 + geoclue2-devel | geoclue2 | The geoclue2-devel package contains files for developing applications thatuse geoclue2. | Development files for geoclue2 | 3 | 库 + geoclue2-libs | geoclue2 | The geoclue2-libs package contains a convenience library to interact withGeoclue service. | Geoclue client library | 3 | 库 + geocode-glib | geocode-glib | geocode-glib is a convenience library for the geocoding (finding longitude,and latitude from an address) and reverse geocoding (finding an address fromcoordinates). It uses Nominatim service to achieve that. It also caches(reverse-)geocoding requests for faster results and to avoid unnecessary serverload. | Geocoding helper library | 3 | 库 + geocode-glib2 | geocode-glib | geocode-glib is a convenience library for the geocoding (finding longitude,and latitude from an address) and reverse geocoding (finding an address fromcoordinates). It uses Nominatim service to achieve that. It also caches(reverse-)geocoding requests for faster results and to avoid unnecessary serverload.This package contains version 2 of the API, which uses libsoup3 internally. | Development files for geocode-glib | 3 | 库 + geocode-glib2-devel | geocode-glib | The geocode-glib-devel package contains libraries and header files fordeveloping applications that use geocode-glib. | Development files for geocode-glib | 3 | 库 + geocode-glib-data | geocode-glib | The geocode-glib-devel package contains icon files for applications that use geocode-glib. | Icon files for geocode-glib | 3 | 库 + geocode-glib-devel | geocode-glib | The geocode-glib-devel package contains libraries and header files fordeveloping applications that use geocode-glib. | Development files for geocode-glib | 3 | 库 + geolite2-asn | geolite2 | GeoLite2-ASN is a database developed and maintained by MaxMind that providesinformation about the Autonomous System Number (ASN) associated with an IPaddress. An Autonomous System (AS) is a group of one or more networks that areoperated and managed by a single organization, and assigned a unique identifier,known as an ASN.The GeoLite2-ASN database contains detailed information about the AutonomousSystem Number associated with an IP address, including the name of theorganization that owns the ASN, the type of organization (e.g. ISP, hostingprovider, enterprise), the routing prefix, and the number of IP addresses withinthe ASN.Like the GeoLite2 City and GeoLite2 Country databases, the GeoLite2-ASNdatabase is updated on a monthly basis, ensuring that the information is accurateand up-to-date. The database is available in two versions: GeoLite2-ASN andGeoIP2-ASN.The GeoLite2-ASN database is widely used for a variety of purposes, includingnetwork security, online advertising, and content personalization. For example,network security professionals may use the database to identify the ASN associatedwith a suspicious IP address and block traffic from that ASN. Advertisers may usethe database to deliver targeted ads to users based on their ASN.One of the advantages of GeoLite2-ASN is its accuracy. MaxMind uses a variety ofsources to collect data about ASNs, including BGP routing tables, public databases,and user-contributed data. This ensures that the database is highly accurate andup-to-date.Another advantage of GeoLite2-ASN is its ease of use. It can be easily integratedinto a variety of applications and platforms, including web applications, mobileapps, and enterprise systems. MaxMind provides a range of APIs and SDKs that makeit easy to access and use the database.In conclusion, GeoLite2-ASN is a valuable tool for businesses, organizations, andgovernments that need to identify the Autonomous System Number associated withan IP address. Its accuracy, ease of use, and regular updates make it an essentialresource for a wide range of applications. | Free IP geolocation ASN database | 3 | 工具 + geolite2-city | geolite2 | GeoLite2-City is a database developed and maintained by MaxMind that providesdetailed and accurate information about the location associated with an IPaddress. This database contains information about the city, region, country,latitude, longitude, postal code, area code, and time zone associated with anIP address.One of the main applications of GeoLite2-City is in website or mobile applocalization. By identifying the location of a user's IP address, a website ormobile app can provide content, products, or services that are relevant to theuser's regional or local area. This can help improve the user experience andincrease engagement and conversion rates.In addition to website or app localization, GeoLite2-City can also be used fora variety of other purposes, such as fraud detection, geotargeted advertising,and network security. For example, a company may use the database to identifyand block traffic from certain regions or to identify and prevent fraudulentactivity from certain locations.One of the key advantages of GeoLite2-City is its accuracy. MaxMind uses arange of sources to collect data about IP addresses, including governmentregistries, user-contributed data, and commercial databases. This ensures thatthe data is highly accurate and up-to-date.Another advantage of GeoLite2-City is its ease of use. The database can beeasily integrated into a variety of applications and platforms, including webapplications, mobile apps, and enterprise systems. MaxMind provides a range ofAPIs and SDKs that make it easy to access and use the database.It is important to note that GeoLite2-City is available in two versions:GeoLite2-City and GeoIP2-City. The main difference between the two versions isthe level of detail provided. The GeoLite2-City database provides basiclocation information, while the GeoIP2-City database provides more detailedinformation, such as ISP and connection type.In conclusion, GeoLite2-City is a valuable tool for businesses, organizations,and governments that need accurate and detailed information about the locationassociated with an IP address. Its accuracy, ease of use, and versatility makeit an essential resource for a wide range of applications. | Free IP geolocation city database | 3 | 服务 + geolite2-country | geolite2 | GeoLite2-Country is a database developed and maintained by MaxMind that providesdetailed and accurate information about the country associated with an IPaddress. The database contains information about the country code, countryname, continent code, and other associated data.One of the main applications of GeoLite2-Country is in website or mobile applocalization. By identifying the location of a user's IP address, a website ormobile app can provide content, products, or services that are relevant to theuser's country or region. This can help improve the user experience and increaseengagement and conversion rates.In addition to website or app localization, GeoLite2-Country can also be usedfor a variety of other purposes, such as fraud detection, geotargetedadvertising, and network security. For example, a company may use the databaseto identify and block traffic from certain countries or to identify and preventfraudulent activity from certain locations.One of the key advantages of GeoLite2-Country is its accuracy. MaxMind uses arange of sources to collect data about IP addresses, including governmentregistries, user-contributed data, and commercial databases. This ensures thatthe data is highly accurate and up-to-date.Another advantage of GeoLite2-Country is its ease of use. The database can beeasily integrated into a variety of applications and platforms, including webapplications, mobile apps, and enterprise systems. MaxMind provides a range ofAPIs and SDKs that make it easy to access and use the database.It is important to note that GeoLite2-Country is available in two versions:GeoLite2-Country and GeoIP2-Country. The main difference between the two versionsis the level of detail provided. The GeoLite2-Country database provides basiccountry information, while the GeoIP2-Country database provides more detailedinformation, such as subdivision and city data.In conclusion, GeoLite2-Country is a valuable tool for businesses, organizations,and governments that need accurate and detailed information about the countryassociated with an IP address. Its accuracy, ease of use, and versatility make itan essential resource for a wide range of applications. | Free IP geolocation country database | 3 | 工具 + gettext | gettext | The GNU gettext package provides a set of tools and documentation forproducing multi-lingual messages in programs. Tools include a set ofconventions about how programs should be written to support messagecatalogs, a directory and file naming organization for the messagecatalogs, a runtime library which supports the retrieval of translatedmessages, and stand-alone programs for handling the translatable andthe already translated strings. Gettext provides an easy to uselibrary and tools for creating, using, and modifying natural languagecatalogs and is a powerful and simple method for internationalizingprograms. | Gettext tools and documentation for developers and translators | 1 | 工具 + gettext-common-devel | gettext | This package contains common architecture independent gettext development files. | Common development files for gettext | 1 | 库 + gettext-devel | gettext | This package contains all development related files necessary fordeveloping or compiling applications/libraries that needsinternationalization capability. You also need this package if youwant to add gettext support for your project. | Development files for gettext | 1 | 库 + gettext-envsubst | gettext | Substitutes the values of environment variables. | Substitutes the values of environment variables | 1 | 库 + gettext-libs | gettext | This package contains libraries used internationalization support. | Libraries for gettext | 1 | 库 + gettext-runtime | gettext | The GNU gettext-runtime package provides an easy to use runtime libraries andprograms for creating, using, and modifying natural language catalogsand is a powerful and simple method for internationalizing programs. | GNU runtime libraries and programs for producing multi-lingual messages | 1 | 工具 + gflags | gflags | The gflags package contains a library that implements commandlineflags processing. As such it's a replacement for getopt(). It hasincreased flexibility, including built-in support for C++ types likestring, and the ability to define flags in the source file in whichthey're used. | Library for commandline flag processing | 3 | 库 + gflags-devel | gflags | This package contains development files for gflags. | Development files for gflags | 3 | 工具 + ghostscript | ghostscript | This package provides useful conversion utilities based on Ghostscript software,for converting PS, PDF and other document formats between each other.Ghostscript is a suite of software providing an interpreter for Adobe Systems'PostScript (PS) and Portable Document Format (PDF) page description languages.Its primary purpose includes displaying (rasterization & rendering) and printingof document pages, as well as conversions between different document formats. | Interpreter for PostScript language & PDF | 3 | 工具 + ghostscript-tools-dvipdf | ghostscript | This package provides the utility 'dvipdf' for converting of TeX DVI files intoPDF files using Ghostscript and dvips. | Ghostscript's 'dvipdf' utility | 3 | 工具 + ghostscript-tools-fonts | ghostscript | This package provides utilities which are useful when you are working with AFM,PFB or PFA files, mostly for conversion purposes. | Ghostscript's font utilities | 3 | 工具 + ghostscript-tools-printing | ghostscript | This package provides utilities for formatting and printing text files usingeither Ghostscript, or BubbleJet, DeskJet, DeskJet 500, and LaserJet printers.It also provides the utility 'pphs', which is useful for printing of PrimaryHint Stream of a linearized PDF file. | Ghostscript's printing utilities | 3 | 工具 + ghostscript-x11 | ghostscript | This package provides X11-based driver for Ghostscript, which enables displayingof various document files (including PS and PDF). | Ghostscript's X11-based driver for document rendering | 3 | 工具 + gi-docgen | gi-docgen | GI-DocGen is a document generator for GObject-based libraries. GObject is thebase type system of the GNOME project. GI-Docgen reuses the introspection datagenerated by GObject-based libraries to generate the API reference of theselibraries, as well as other ancillary documentation.GI-DocGen is not a general purpose documentation tool for C libraries.While GI-DocGen can be used to generate API references for most GObject/Clibraries that expose introspection data, its main goal is to generate thereference for GTK and its immediate dependencies. Any and all attempts atmaking this tool more generic, or to cover more use cases, will be weightedheavily against its primary goal.GI-DocGen is still in development. The recommended use of GI-DocGen is to addit as a sub-project to your Meson build system, and vendor it when releasingdist archives.You should not depend on a system-wide installation until GI-DocGen is declaredstable. | Documentation tool for GObject-based libraries | 3 | 库 + gi-docgen-doc | gi-docgen | The gi-docgen-doc package contains documentation files for gi-docgen. | Documentation files for gi-docgen | 3 | 工具 + giflib | giflib | giflib is a library for reading and writing gif images. | A library and utilities for processing GIFs | 3 | 库 + giflib-devel | giflib | The giflib-devel package includes header files, libraries necessary fordeveloping programs which use the giflib library. | Development files for programs using the giflib library | 3 | 库 + giflib-utils | giflib | The giflib-utils package contains various programs for manipulating GIFformat image files. | Programs for manipulating GIF format image files | 3 | 工具 + git | git | Git is a free and open source distributed version control system designedto handle everything from small to very large projects with speed and efficiency.Git is easy to learn and has a tiny footprint with lightning fast performance.It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with featureslike cheap local branching, convenient staging areas, and multiple workflows. | Distributed version control system | 3 | 工具 + git-all | git | This is a dummy package which brings in all subpackages. | Meta-package to pull in all git tools | 3 | 工具 + git-clang-format | clang | clang-format integration for git. | Integration of clang-format for git | 3 | 库 + git-core | git | The git-core rpm installs really the core tools with minimaldependencies. Install git package for common set of tools.To install all git packages, including tools for integrating withother SCMs, install the git-all meta-package. | Core package of git with minimal functionality | 3 | 工具 + git-core-doc | git | Documentation files for git-core package including man pages. | Documentation files for git-core | 3 | 库 + git-credential-libsecret | git | Git helper for accessing credentials via libsecret. | Git helper for accessing credentials via libsecret | 3 | 工具 + git-daemon | git | The git daemon for supporting git:// access to git repositories | Git protocol daemon | 3 | 工具 + git-email | git | Git tools for sending patches via email. | Git tools for sending patches via email | 3 | 工具 + git-gui | git | Graphical interface to Git. | Graphical interface to Git | 3 | 工具 + git-instaweb | git | A simple script to set up gitweb and a web server for browsing the local repository. | Repository browser in gitweb | 3 | 工具 + gitk | git | Git repository browser. | Git repository browser | 3 | 工具 + git-lfs | git-lfs | Git Large File Storage (LFS) replaces large files such as audio samples,videos, datasets, and graphics with text pointers inside Git, whilestoring the file contents on a remote server. | Git extension for versioning large files | 3 | 工具 + git-lfs-doc | git-lfs | The git-lfs-doc package contains documentation files for git-lfs. | Documentation files for git-lfs | 3 | 工具 + git-p4 | git | Git tools for working with Perforce depots. | Git tools for working with Perforce depots | 3 | 库 + git-subtree | git | Git subtrees allow subprojects to be included within a subdirectory ofthe main project, optionally including the subproject's entire history. | Git tools to merge and split repositories | 3 | 工具 + git-svn | git | Git tools for interacting with Subversion repositories. | Git tools for interacting with Subversion repositories | 3 | 工具 + gitweb | git | Simple web interface to git repositories. | Simple web interface to git repositories | 3 | 工具 + gjs | gjs | Gjs allows using GNOME libraries from Javascript. It's based on theSpidermonkey Javascript engine from Mozilla and the GObject introspectionframework. | Javascript Bindings for GNOME | 3 | 库 + gjs-devel | gjs | Files for development with gjs. | Development package for gjs | 3 | 库 + glade | glade | Glade is a RAD tool to enable quick and easy development of user interfaces forthe GTK+ toolkit and the GNOME desktop environment.The user interfaces designed in Glade are saved as XML, which can be used innumerous programming languages including C, C++, C#, Vala, Java, Perl, Python,and others. | User Interface Designer for GTK+ | 3 | 工具 + glade-devel | glade | The glade-devel package contains libraries and header files fordeveloping applications that use Glade widget library. | Development files for glade | 3 | 库 + glade-libs | glade | The glade-libs package consists of the widgets that compose the Glade GUI asa separate library to ease the integration of Glade into other applications. | Widget library for Glade UI designer | 3 | 库 + glib2 | glib2 | GLib is a general-purpose, portable utility library that provides many usefuldata types, macros, type conversions, string utilities, file utilities, amainloop abstraction and more. It is a low-level core library that forms thebasis for projects such as GTK+ and GNOME. GLib provides data structurehandling for C, portability wrappers, and interfaces for such runtimefunctionality as an event loop, threads, dynamic loading, and an object system. | A library of handy utility functions | 2 | 库 + glib2-devel | glib2 | The glib2-devel subpackage includes the header files for the GLib library. | subpackage for development purpose | 2 | 库 + glib2-doc | glib2 | The glib2-doc subpackage includes documentation for the GLib library. | subpackage of glib2 documentation | 2 | 库 + glib2-static | glib2 | The glib2-static subpackage contains static libraries for glib2. | subpackage of static library files | 2 | 库 + glib2-tests | glib2 | The glib2-tests subpackage contains tests that can be used to verifythe functionality of the installed glib2 package. | subpackage of tests for the glib2 package | 2 | 库 + glibc | glibc | The glibc package contains standard libraries which are used bymultiple programs on the system.In order to save disk space and memory, as well as to make upgrading easier,common system code is kept in one place and shared between programs.This particular package contains the most important sets of shared libraries:the standard C library and the standard math library.Without these two libraries, a Linux system will not function. | The GNU libc libraries | 1 | 库 + glibc-all-langpacks | glibc | This package includes all the basic infomation requiredto support all language. Exclude en and zh langpack. | All language packs for glibc. | 1 | 库 + glibc-benchtests | glibc | This package provides built benchmark binaries and scripts to runmicrobenchmark tests on the system. | Benchmarking binaries and scripts for glibc | 1 | 库 + glibc-common | glibc | The glibc-common package includes common binaries for the GNU libclibraries, as well as national language (locale) support. | Common binaries and locale data for glibc | 1 | 库 + glibc-devel | glibc | The glibc-devel package contains the object files necessaryfor developing programs which use the standard C libraries (which areused by nearly all programs).If you are developing programs which will use the standard C libraries,your system needs to have these standard object filesavailable in order to create the executables. | Object files for development using standard C libraries. | 1 | 库 + glibc-doc | glibc | The glibc-doc package contains The GNU C Library Reference Manualin info format. Additional package documentation is also provided. | Documentation for GNU libc | 1 | 库 + glibc-gconv-extra | glibc | This package contains all iconv converter modules built in glibc. | All iconv converter modules for glibc. | 1 | 库 + glibc-langpack-en | glibc | The glibc-langpack-en package includes the basic informationrequired to support the English language in your applications. | Locale data for English | 1 | 库 + glibc-langpack-zh | glibc | The glibc-langpack-zh package includes the basic information requiredto support the Mandarin Chinese language in your applications. | Locale data for Mandarin Chinese | 1 | 库 + glibc-locale-source | glibc | The sources for all locales provided in the language packs.If you are building custom locales you will most likely usethese sources as the basis for your new locale. | The sources for the locales | 1 | 库 + glibc-minimal-langpack | glibc | This is a Meta package that is used to install minimal language packs.This package ensures you can use C, POSIX, or C.UTF-8 locales, butnothing else.It is designed for assembling a minimal system. | Minimal language packs for glibc. | 1 | 库 + glibc-nss-devel | glibc | The glibc-nss-devel package contains the object files necessary tocompile applications and libraries which directly link against NSSmodules supplied by glibc.This is a rare and special use case; regular development has to usethe glibc-devel package instead. | Development files for directly linking NSS service modules | 1 | 库 + glibc-static | glibc | The glibc-static package contains the C library static librariesfor -static linking.You don't need these unless you link statically, which is highly discouraged. | C library static libraries for -static linking. | 1 | 库 + glibc-utils | glibc | The glibc-utils package contains memusage, a memory usage profiler,mtrace, a memory leak tracer and xtrace, a function call tracerwhich can be helpful during program debugging.If unsure if you need this, don't install this package. | Development utilities from GNU C library | 1 | 工具 + glibmm24 | glibmm24 | glibmm is the official C++ interface for the popular cross-platformlibrary GLib. It provides non-UI API that is not available in standardC++ and makes it possible for gtkmm to wrap GObject-based APIs. | C++ interface for the GLib library | 2 | 库 + glibmm24-devel | glibmm24 | This package contains the static libraries and header files needed fordeveloping glibmm applications. | Headers for developing programs that will use glibmm24 | 2 | 库 + glibmm24-doc | glibmm24 | This package contains the full API documentation for glibmm24. | Documentation for glibmm24, includes full API docs | 2 | 库 + glib-networking | glib-networking | Network-related giomodules for glibglib-networking contains the implementations of certain GLib networking featuresthat cannot be implemented directly in GLib itself because of theirdependencies.Currently it contains GnuTLS and OpenSSL-based implementations of GTlsBackend,a libproxy-based implementation of GProxyResolver, GLibproxyResolver,and a GNOME GProxyResolver that uses the proxy information from the GSettingsschemas in gsettings-desktop-schemas. | Networking support for GLib | 2 | 库 + glib-networking-tests | glib-networking | The glib-networking-tests package contains tests that can be used to verifythe functionality of the installed glib-networking package. | Tests for the glib-networking package | 2 | 库 + gl-manpages | gl-manpages | OpenGLR and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org . | OpenGL manpages | 3 | 工具 + glslang | glslang | glslang is the official reference compiler front end for the OpenGLES and OpenGL shading languages. It implements a strictinterpretation of the specifications for these languages. | OpenGL and OpenGL ES shader front end and validator | 3 | 工具 + glslang-devel | glslang | glslang is the official reference compiler front end for the OpenGLES and OpenGL shading languages. It implements a strictinterpretation of the specifications for these languages. | Development files for glslang | 3 | 库 + glslang-doc | glslang | The glslang-doc package contains documentation files for glslang. | Documentation files for glslang | 2 | 库 + glslc | shaderc | A command line compiler for GLSL/HLSL to SPIR-V. | A command line compiler for GLSL/HLSL to SPIR-V | 2 | 工具 + glslc-doc | shaderc | The glslc-doc package contains documentation files for glslc. | Documentation files for glslc | 2 | 库 + glusterfs | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package includes the glusterfs binary, the glusterfsd daemon and thelibglusterfs and glusterfs translator modules common to both GlusterFS serverand client framework. | Distributed File System | 3 | 服务 + glusterfs-cli | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the GlusterFS CLI application and its man page | GlusterFS CLI | 3 | 工具 + glusterfs-client-xlators | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the translators needed on any GlusterFS client. | GlusterFS client-side translators | 3 | 工具 + glusterfs-fuse | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides support to FUSE based clients and includes theglusterfs and glusterfsd binaries. | Fuse client | 3 | 工具 + glusterfs-server | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over Infiniband RDMAor TCP/IP interconnect into one large parallel network filesystem. GlusterFS is one of the most sophisticated file systems interms of features and extensibility. It borrows a powerful conceptcalled Translators from GNU Hurd kernel. Much of the code in GlusterFSis in user space and easily manageable.This package provides the glusterfs server daemon. | Distributed file-system server | 3 | 服务 + glx-utils | mesa-demos | The glx-utils package provides the glxinfo and glxgears utilities. | GLX utilities | 3 | 库 + glyphicons-halflings-fonts | glyphicons-halflings-fonts | GLYPHICONS is a library of precisely prepared monochromatic icons and symbols,created with an emphasis on simplicity and easy orientation. | Precisely prepared monochromatic icons and symbols | 3 | 库 + gmock | gtest | Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics inmind, Google C++ Mocking Framework (or Google Mock for short) is a library forwriting and using C++ mock classes.This package provides shared libraries and header files for developmentwith googlemock. | Development files for the Google C++ Mocking Framework | 3 | 库 + gmock-devel | gtest | The gmock-devel package contains libraries and header files fordeveloping applications that use gmock. | Development files for googletest | 3 | 库 + gmp | gmp | GMP is a portable library written in C for arbitrary precision arithmeticon integers, rational numbers, and floating-point numbers. It aims to providethe fastest possible arithmetic for all applications that need higherprecision than is directly supported by the basic C types. | A GNU multiple precision arithmetic library | 2 | 库 + gmp-c++ | gmp | GMP dependent library for C++ applications. | C++ development library package for GMP. | 2 | 工具 + gmp-devel | gmp | Devel package include header files, documentation and libraries for GMP | Development library package for GMP. | 1 | 库 + gnome-autoar | gnome-autoar | gnome-autoar is a GObject based library for handling archives. | Archive library | 3 | 服务 + gnome-autoar-devel | gnome-autoar | The gnome-autoar-devel package contains libraries and header files fordeveloping applications that use gnome-autoar. | Development files for gnome-autoar | 3 | 服务 + gnome-bluetooth | gnome-bluetooth | The gnome-bluetooth package contains graphical utilities to setup,monitor and use Bluetooth devices. | Bluetooth graphical utilities | 3 | 服务 + gnome-bluetooth-libs | gnome-bluetooth | This package contains libraries needed for applications thatwant to display a Bluetooth device selection widget. | GTK+ Bluetooth device selection widgets | 3 | 服务 + gnome-bluetooth-libs-devel | gnome-bluetooth | This package contains the libraries and header files that are neededfor writing applications that require a Bluetooth device selection widget. | Development files for gnome-bluetooth-libs | 3 | 服务 + gnome-boxes | gnome-boxes | gnome-boxes lets you easily create, setup, access, and use: * remote machines * remote virtual machines * local virtual machines * When technology permits, set up access for applications on local virtual machines | A simple GNOME 3 application to access remote or virtual systems | 3 | 服务 + gnome-boxes-doc | gnome-boxes | The gnome-boxes-doc package contains documentation files for gnome-boxes. | Documentation files for gnome-boxes | 3 | 服务 + gnome-calculator | gnome-calculator | gnome-calculator is a powerful graphical calculator with financial,logical and scientific modes. It uses a multiple precision packageto do its arithmetic to give a high degree of accuracy. | A desktop calculator | 3 | 服务 + gnome-calculator-devel | gnome-calculator | The gnome-calculator-devel package contains libraries and header files fordeveloping applications that use gnome-calculator. | Development files for gnome-calculator | 3 | 服务 + gnome-characters | gnome-characters | Characters is a simple utility application to find and insert unusualcharacters. | Character map application for GNOME | 3 | 服务 + gnome-common | gnome-common | This package contains sample files that should be used to develop pretty muchevery GNOME application. The programs included here are not needed for runningGNOME apps or building ones from distributed tarballs. They are only usefulfor compiling from git sources or when developing the build infrastructure fora GNOME application. | Useful things common to building GNOME packages from scratch | 3 | 服务 + gnome-common-doc | gnome-common | The gnome-common-doc package contains documentation files for gnome-common. | Documentation files for gnome-common | 3 | 服务 + gnome-control-center | gnome-control-center | GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop. | Utilities to configure the GNOME desktop | 3 | 服务 + gnome-control-center-filesystem | gnome-control-center | The GNOME control-center provides a number of extension points for applications.This package contains directories where applications can install configurationfiles that are picked up by the control-center utilities. | GNOME Control Center directories | 3 | 服务 + gnome-desktop3 | gnome-desktop3 | gnome-desktop3 contains the libgnome-desktop library as well as a datafile that exports the "GNOME" version to the Settings Details panel.The libgnome-desktop library provides API shared by several applicationson the desktop, but that cannot live in the platform for variousreasons. There is no API or ABI guarantee, although we are doing ourbest to provide stability. Documentation for the API is available withgtk-doc. | Library with common API for various GNOME modules | 3 | 服务 + gnome-desktop3-devel | gnome-desktop3 | The gnome-desktop3-devel package contains libraries and header files fordeveloping applications that use gnome-desktop3. | Libraries and headers for gnome-desktop3 | 3 | 服务 + gnome-desktop3-tests | gnome-desktop3 | The gnome-desktop3-tests package contains tests that can be used to verifythe functionality of the installed gnome-desktop3 package. | Tests for the gnome-desktop3 package | 3 | 服务 + gnome-desktop4 | gnome-desktop3 | gnome-desktop4 contains the libgnome-desktop library.The libgnome-desktop library provides API shared by several applicationson the desktop, but that cannot live in the platform for variousreasons. There is no API or ABI guarantee, although we are doing ourbest to provide stability. | Library with common API for various GNOME modules | 3 | 服务 + gnome-desktop4-devel | gnome-desktop3 | The gnome-desktop4-devel package contains libraries and header files fordeveloping applications that use gnome-desktop4. | Libraries and headers for gnome-desktop4 | 3 | 服务 + gnome-disk-utility | gnome-disk-utility | This package contains the Disks and Disk Image Mounter applications.Disks supports partitioning, file system creation, encryption,fstab/crypttab editing, ATA SMART and other features | Disks | 3 | 服务 + gnome-font-viewer | gnome-font-viewer | Use gnome-font-viewer, the Font Viewer, to preview fonts and displayinformation about a specified font. You can use the Font Viewer to display thename, style, type, size, version and copyright of the font. | Utility for previewing fonts for GNOME | 3 | 服务 + gnome-keyring | gnome-keyring | The gnome-keyring session daemon manages passwords and other types ofsecrets for the user, storing them encrypted with a main password.Applications can use the gnome-keyring library to integrate with the keyring. | Framework for managing passwords and other secrets | 3 | 服务 + gnome-keyring-pam | gnome-keyring | The gnome-keyring-pam package contains a pam module that canautomatically unlock the "login" keyring when the user logs in. | Pam module for unlocking keyrings | 3 | 服务 + gnome-kiosk | gnome-kiosk | GNOME Kiosk provides a desktop environment suitable for fixed purpose, orsingle application deployments like wall displays and point-of-sale systems.It provides a very minimal wayland display server and compositor and Xorgcompositor and window manager. It automatically starts applications fullscreen.Notably, GNOME Kiosk features no panels, dashes, or docks that could distractfrom the application using it as a platform. | Window management and application launching for GNOME | 3 | 服务 + gnome-kiosk-script-session | gnome-kiosk | This package generates a shell script and the necessary scaffolding to start that shell script within a kiosk session. | Basic session used for running kiosk application from shell script | 3 | 服务 + gnome-logs | gnome-logs | A log viewer for the systemd journal. | Log viewer for the systemd journal | 3 | 服务 + gnome-menus | gnome-menus | gnome-menus is an implementation of the draft "DesktopMenu Specification" from freedesktop.org. This packagealso contains the GNOME menu layout configuration files,.directory files and assorted menu related utility programsand a simple menu editor. | A menu system for the GNOME project | 3 | 服务 + gnome-online-accounts | gnome-online-accounts | GNOME Online Accounts provides interfaces so that applications and librariesin GNOME can access the user's online accounts. It has providers for Google,Nextcloud, Flickr, Foursquare, Microsoft Account, Microsoft Exchange,IMAP/SMTP and Kerberos. | Single sign-on framework for GNOME | 3 | 服务 + gnome-online-accounts-devel | gnome-online-accounts | The gnome-online-accounts-devel package contains libraries and header files fordeveloping applications that use gnome-online-accounts. | Development files for gnome-online-accounts | 3 | 服务 + gnome-remote-desktop | gnome-remote-desktop | GNOME Remote Desktop is a remote desktop and screen sharing service for theGNOME desktop environment. | GNOME Remote Desktop screen share service | 3 | 服务 + gnome-remote-desktop-doc | gnome-remote-desktop | The gnome-remote-desktop-doc package contains documentation files for gnome-remote-desktop. | Documentation files for gnome-remote-desktop | 3 | 服务 + gnome-session | gnome-session | gnome-session manages a GNOME desktop or GDM login session. It starts upthe other core GNOME components and handles logout and saving the session. | GNOME session manager | 3 | 服务 + gnome-session-wayland-session | gnome-session | Desktop file to add GNOME on wayland to display manager session menu. | Desktop file for wayland based gnome session | 3 | 服务 + gnome-session-xsession | gnome-session | Desktop file to add GNOME to display manager session menu. | Desktop file for gnome-session | 3 | 服务 + gnome-settings-daemon | gnome-settings-daemon | The GNOME Settings Daemon is responsible for setting various parameters of aGNOME Session and the applications that run under it.This package is known to build and work properly using an LFS-9.0 platform. | The daemon sharing settings from GNOME to GTK+/KDE applications | 3 | 服务 + gnome-settings-daemon-devel | gnome-settings-daemon | The gnome-settings-daemon-devel package contains libraries and header files fordeveloping applications that use gnome-settings-daemon. | Development files for gnome-settings-daemon | 3 | 服务 + gnome-shell | gnome-shell | GNOME Shell provides core user interface functions for the GNOME 3 desktop,like switching to windows and launching applications. GNOME Shell takesadvantage of the capabilities of modern graphics hardware and introducesinnovative user interface concepts to provide a visually attractive andeasy to use experience. | Window management and application launching for GNOME | 3 | 服务 + gnome-software | gnome-software | gnome-software is an application that makes it easy to add, removeand update software in the GNOME desktop. | A software center for GNOME | 3 | 服务 + gnome-software-devel | gnome-software | These development files are for building gnome-software plugins outsidethe source tree. Most users do not need this subpackage installed. | Headers for building external gnome-software plugins | 3 | 服务 + gnome-software-rpm-ostree | gnome-software | gnome-software is an application that makes it easy to add, removeand update software in the GNOME desktop.This package includes the rpm-ostree backend. | rpm-ostree backend for gnome-software | 3 | 工具 + gnome-system-monitor | gnome-system-monitor | gnome-system-monitor allows to graphically view and manipulate the runningprocesses on your system. It also provides an overview of available resourcessuch as CPU and memory. | Process and resource monitor | 3 | 服务 + gnome-terminal | gnome-terminal | gnome-terminal is a terminal emulator for GNOME. It features the ability to usemultiple terminals in a single window (tabs) and profiles support. | Terminal emulator for GNOME | 3 | 服务 + gnome-terminal-nautilus | gnome-terminal | This package provides a Nautilus extension that adds the 'Open in Terminal'option to the right-click context menu in Nautilus. | GNOME Terminal extension for Nautilus | 3 | 服务 + gnome-themes-extra | gnome-themes-extra | This module houses themes and theme-y tidbits that don’t really fit in anywhereelse, or deserve their own module. At the moment this consists of: * The GTK+ 2 version of Adwaita * Adwaita-dark as a separate theme, along with its GTK+ 2 equivalent * GTK+ 2 versions of the HighContrast themes * The legacy HighContrast icon theme * Index files needed for Adwaita to be used outside of GNOMEOnce named gnome-themes-standard, this module used to contain variouscomponents of the default GNOME 3 theme. However, at this point, most it hasmoved elsewhere. The GTK+ 3 versions of the Adwaita and HighContrast themes arenow part of GTK+ 3 itself, and the HighContrastInverse and LowConstrast themeshave been discontinued.Not to be confused with gnome-themes-extras. | GNOME Extra Themes | 3 | 服务 + gnome-themes-extra-doc | gnome-themes-extra | The gnome-themes-extra-doc package contains documentation files for gnome-themes-extra. | Documentation files for gnome-themes-extra | 3 | 服务 + gnome-user-docs | gnome-user-docs | This package contains end-user documentation for the GNOME desktopenvironment. | GNOME User Documentation | 3 | 服务 + gnome-user-docs-doc | gnome-user-docs | The gnome-user-docs-doc package contains documentation files for gnome-user-docs. | Documentation files for gnome-user-docs | 3 | 服务 + gnu-efi | gnu-efi | This package contains development headers and libraries for developingapplications that run under EFI (Extensible Firmware Interface). | Development Libraries and headers for EFI | 2 | 库 + gnu-efi-devel | gnu-efi | This package contains development headers and libraries for developingapplications that run under EFI (Extensible Firmware Interface). | Development Libraries and headers for EFI | 2 | 库 + gnu-efi-doc | gnu-efi | Doc files for gnu-efi | Doc files for gnu-efi | 2 | 工具 + gnu-efi-utils | gnu-efi | This package contains utilities for debugging and developing EFI systems. | Utilities for EFI systems | 2 | 库 + gnupg2 | gnupg2 | GnuPG is GNU's tool for secure communication and data storage. It canbe used to encrypt data and to create digital signatures. It includesan advanced key management facility and is compliant with the proposedOpenPGP Internet standard as described in RFC2440 and the S/MIMEstandard as described by several RFCs.GnuPG 2.0 is a newer version of GnuPG with additional support forS/MIME. It has a different design philosophy that splitsfunctionality up into several modules. The S/MIME and smartcard functionalityis provided by the gnupg2-smime package. | Utility for secure communication and data storage | 2 | 工具 + gnupg2-smime | gnupg2 | GnuPG is GNU's tool for secure communication and data storage. Thispackage adds support for smart cards and S/MIME encryption and signingto the base GnuPG package. | CMS encryption and signing tool and smart card support for GnuPG | 2 | 工具 + gnutls | gnutls | GnuTLS is a secure communications library implementing the SSL, TLS and DTLSprotocols and technologies around them. It provides a simple C languageapplication programming interface (API) to access the secure communicationsprotocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP andother required structures. | A TLS protocol implementation | 1 | 库 + gnutls-c++ | gnutls | GnuTLS is a secure communications library implementing the SSL, TLS and DTLSprotocols and technologies around them. It provides a simple C languageapplication programming interface (API) to access the secure communicationsprotocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP andother required structures. | The C++ interface to GnuTLS | 1 | 库 + gnutls-dane | gnutls | GnuTLS is a secure communications library implementing the SSL, TLS and DTLSprotocols and technologies around them. It provides a simple C languageapplication programming interface (API) to access the secure communicationsprotocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP andother required structures.This package contains library that implements the DANE protocol for verifyingTLS certificates through DNSSEC. | A DANE protocol implementation for GnuTLS | 1 | 库 + gnutls-devel | gnutls | GnuTLS is a secure communications library implementing the SSL, TLS and DTLSprotocols and technologies around them. It provides a simple C languageapplication programming interface (API) to access the secure communicationsprotocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP andother required structures.This package contains files needed for developing applications withthe GnuTLS library. | Development files for the gnutls package | 1 | 库 + gnutls-utils | gnutls | GnuTLS is a secure communications library implementing the SSL, TLS and DTLSprotocols and technologies around them. It provides a simple C languageapplication programming interface (API) to access the secure communicationsprotocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP andother required structures.This package contains command line TLS client and server and certificatemanipulation tools. | Command line tools for TLS protocol | 1 | 工具 + go-bindata | go-bindata | A small utility which generates Go code from any fileThis tool converts any file into managable Go source code. Useful forembedding binary data into a go program. The file data is optionally gzipcompressed before being converted to a raw byte slice. | A small utility which generates Go code from any file | 3 | 工具 + go-bindata-doc | go-bindata | The go-bindata-doc package contains documentation files for go-bindata. | Documentation files for go-bindata | 3 | 服务 + gobject-introspection | gobject-introspection | GObject Introspection can scan C header and source files in order togenerate introspection "typelib" files. It also provides an API to examinetypelib files, useful for creating language bindings among otherthings. | Introspection system for GObject-based libraries | 3 | 库 + gobject-introspection-devel | gobject-introspection | Libraries and headers for gobject-introspection | Libraries and headers for gobject-introspection | 3 | 库 + go-compilers-golang-compiler | go-compilers | Compiler for golang. | compiler for golang | 3 | 库 + go-filesystem | go-rpm-macros | This package contains the basic directory layout used by Go packages. | Directories used by Go packages | 3 | 工具 + golang | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language. | The Go Programming Language | 3 | 工具 + golang-bin | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language.This package includes core compiler tools of Go. | Golang core compiler tools | 3 | 工具 + golang-docs | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language.This package includes compiler documents of Go. | Golang compiler docs | 3 | 工具 + golang-github-cpuguy83-md2man | golang-github-cpuguy83-md2man | Converts markdown into roff (man pages). | Converts markdown into roff (man pages) | 3 | 工具 + golang-github-cpuguy83-md2man-doc | golang-github-cpuguy83-md2man | Doc files for golang-github-cpuguy83-md2man | Doc files for golang-github-cpuguy83-md2man | 3 | 库 + golang-github-prometheus | golang-github-prometheus | The Prometheus monitoring system and time series database. | Prometheus monitoring system and time series database | 3 | 服务 + golang-github-prometheus-node-exporter | golang-github-prometheus-node-exporter | Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, writtenin Go with pluggable metric collectors. | Exporter for machine metrics | 3 | 服务 + golang-misc | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language.This package includes misc of Go. | Golang compiler miscellaneous sources | 3 | 工具 + golang-shared | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language.This package includes shared object libraries of Go. | Golang shared object libraries | 3 | 库 + golang-src | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language.This package includes compiler source tree of Go. | Golang compiler source tree | 3 | 工具 + golang-tests | golang | The Go programming language is an open source project to make programmers more productive.Go is expressive, concise, clean, and efficient. Its concurrency mechanismsmake it easy to write programs that get the most out of multicore and networkedmachines, while its novel type system enables flexible and modular programconstruction.Go compiles quickly to machine code yet has the convenience of garbagecollection and the power of run-time reflection. It's a fast, statically typed,compiled language that feels like a dynamically typed, interpreted language.This package includes compiler tests for stdlib of Go. | Golang compiler tests for stdlib | 3 | 工具 + golist | golist | A tool to analyse the properties of a Go (Golang) codebase. | A tool to analyse the properties of a Go (Golang) codebase | 3 | 库 + google-benchmark | google-benchmark | A library to support the benchmarking of functions, similar to unit-tests. | A microbenchmark support library | 3 | 库 + google-benchmark-devel | google-benchmark | Development files for google-benchmark. | Development files for google-benchmark | 3 | 服务 + google-benchmark-doc | google-benchmark | Documentation for google-benchmark. | Documentation for google-benchmark | 3 | 库 + google-droid-sans-fonts | google-droid-fonts | The Droid font family was designed in the fall of 2006 by Ascender’s SteveMatteson, as a commission from Google to create a set of system fonts for itsAndroid platform. The goal was to provide optimal quality and comfort on amobile handset when rendered in application menus, web browsers and for otherscreen text.The family was later extended in collaboration with other designers such asPascal Zoghbi of 29ArabicLetters.Droid Sans is a humanist sans serif font family designed for user interfaces andelectronic communication.The Arabic block was initially designed by Steve Matteson of Ascender under theDroid Kufi name, with consulting by Pascal Zoghbi of 29ArabicLetters tofinalize the font family. | Droid Sans, a humanist sans-serif font family | 3 | 库 + google-guice | google-guice | Put simply, Guice alleviates the need for factories and the use of newin your Java code. Think of Guice's @Inject as the new new. You willstill need to write factories in some cases, but your code will notdepend directly on them. Your code will be easier to change, unit testand reuse in other contexts.Guice embraces Java's type safe nature, especially when it comes tofeatures introduced in Java 5 such as generics and annotations. Youmight think of Guice as filling in missing features for coreJava. Ideally, the language itself would provide most of the samefeatures, but until such a language comes along, we have Guice.Guice helps you design better APIs, and the Guice API itself sets agood example. Guice is not a kitchen sink. We justify each featurewith at least three use cases. When in doubt, we leave it out. Webuild general functionality which enables you to extend Guice ratherthan adding every feature to the core framework. | Lightweight dependency injection framework for Java 5 and above | 3 | 库 + google-noto-cjk-fonts-common | google-noto-cjk-fonts | %{description} | Common files for Noto CJK fonts | 3 | 库 + google-noto-cjk-fonts-doc | google-noto-cjk-fonts | The google-noto-cjk-fonts-doc package contains documentations forgoogle-noto-cjk-fonts-common. | Documentation for google-noto-cjk-fonts-common | 3 | 库 + google-noto-fonts-common | google-noto-fonts | Common files for Google Noto fonts. | Common files for Noto fonts | 3 | 库 + google-noto-kufi-arabic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Kufi Arabic font. | Noto Kufi Arabic font | 3 | 库 + google-noto-kufi-arabic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Kufi Arabic variable font. | Noto Kufi Arabic variable font | 3 | 库 + google-noto-music-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Music font. | Noto Music font | 3 | 库 + google-noto-naskh-arabic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Naskh Arabic font. | Noto Naskh Arabic font | 3 | 库 + google-noto-naskh-arabic-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Naskh Arabic UI font. | Noto Naskh Arabic UI font | 3 | 库 + google-noto-naskh-arabic-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Naskh Arabic UI variable font. | Noto Naskh Arabic UI variable font | 3 | 库 + google-noto-naskh-arabic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Naskh Arabic variable font. | Noto Naskh Arabic variable font | 3 | 库 + google-noto-nastaliq-urdu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Nastaliq Urdu font. | Noto Nastaliq Urdu font | 3 | 库 + google-noto-rashi-hebrew-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Rashi Hebrew font. | Noto Rashi Hebrew font | 3 | 库 + google-noto-rashi-hebrew-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Rashi Hebrew variable font. | Noto Rashi Hebrew variable font | 3 | 库 + google-noto-sans-adlam-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Adlam font. | Noto Sans Adlam font | 3 | 库 + google-noto-sans-adlam-unjoined-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Adlam Unjoined font. | Noto Sans Adlam Unjoined font | 3 | 库 + google-noto-sans-adlam-unjoined-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Adlam Unjoined variable font. | Noto Sans Adlam Unjoined variable font | 3 | 库 + google-noto-sans-adlam-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Adlam variable font. | Noto Sans Adlam variable font | 3 | 库 + google-noto-sans-anatolian-hieroglyphs-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Anatolian Hieroglyphs font. | Noto Sans Anatolian Hieroglyphs font | 3 | 库 + google-noto-sans-anatolian-hieroglyphs-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Anatolian Hieroglyphs variable font. | Noto Sans Anatolian Hieroglyphs variable font | 3 | 库 + google-noto-sans-arabic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Arabic font. | Noto Sans Arabic font | 3 | 库 + google-noto-sans-arabic-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Arabic UI font. | Noto Sans Arabic UI font | 3 | 库 + google-noto-sans-arabic-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Arabic UI variable font. | Noto Sans Arabic UI variable font | 3 | 库 + google-noto-sans-arabic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Arabic variable font. | Noto Sans Arabic variable font | 3 | 库 + google-noto-sans-armenian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Armenian font. | Noto Sans Armenian font | 3 | 库 + google-noto-sans-armenian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Armenian variable font. | Noto Sans Armenian variable font | 3 | 库 + google-noto-sans-avestan-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Avestan font. | Noto Sans Avestan font | 3 | 库 + google-noto-sans-avestan-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Avestan variable font. | Noto Sans Avestan variable font | 3 | 库 + google-noto-sans-balinese-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Balinese font. | Noto Sans Balinese font | 3 | 库 + google-noto-sans-balinese-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Balinese variable font. | Noto Sans Balinese variable font | 3 | 库 + google-noto-sans-bamum-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bamum font. | Noto Sans Bamum font | 3 | 库 + google-noto-sans-bamum-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bamum variable font. | Noto Sans Bamum variable font | 3 | 库 + google-noto-sans-bassa-vah-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bassa Vah font. | Noto Sans Bassa Vah font | 3 | 库 + google-noto-sans-bassa-vah-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bassa Vah variable font. | Noto Sans Bassa Vah variable font | 3 | 库 + google-noto-sans-batak-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Batak font. | Noto Sans Batak font | 3 | 库 + google-noto-sans-bengali-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bengali font. | Noto Sans Bengali font | 3 | 库 + google-noto-sans-bengali-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bengali UI font. | Noto Sans Bengali UI font | 3 | 库 + google-noto-sans-bengali-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bengali UI variable font. | Noto Sans Bengali UI variable font | 3 | 库 + google-noto-sans-bengali-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bengali variable font. | Noto Sans Bengali variable font | 3 | 库 + google-noto-sans-bhaiksuki-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Bhaiksuki font. | Noto Sans Bhaiksuki font | 3 | 库 + google-noto-sans-brahmi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Brahmi font. | Noto Sans Brahmi font | 3 | 库 + google-noto-sans-buginese-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Buginese font. | Noto Sans Buginese font | 3 | 库 + google-noto-sans-buginese-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Buginese variable font. | Noto Sans Buginese variable font | 3 | 库 + google-noto-sans-buhid-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Buhid font. | Noto Sans Buhid font | 3 | 库 + google-noto-sans-buhid-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Buhid variable font. | Noto Sans Buhid variable font | 3 | 库 + google-noto-sans-canadian-aboriginal-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Canadian Aboriginal font. | Noto Sans Canadian Aboriginal font | 3 | 库 + google-noto-sans-canadian-aboriginal-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Canadian Aboriginal variable font. | Noto Sans Canadian Aboriginal variable font | 3 | 库 + google-noto-sans-carian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Carian font. | Noto Sans Carian font | 3 | 库 + google-noto-sans-carian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Carian variable font. | Noto Sans Carian variable font | 3 | 库 + google-noto-sans-caucasian-albanian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Caucasian Albanian font. | Noto Sans Caucasian Albanian font | 3 | 库 + google-noto-sans-chakma-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Chakma font. | Noto Sans Chakma font | 3 | 库 + google-noto-sans-cham-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cham font. | Noto Sans Cham font | 3 | 库 + google-noto-sans-cham-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cham variable font. | Noto Sans Cham variable font | 3 | 库 + google-noto-sans-cherokee-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cherokee font. | Noto Sans Cherokee font | 3 | 库 + google-noto-sans-cherokee-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cherokee variable font. | Noto Sans Cherokee variable font | 3 | 库 + google-noto-sans-cjk-hk-fonts | google-noto-cjk-fonts | The google-noto-sans-cjk-hk-fonts package contains Traditional Chinese Multilingual Sans OTF fonts. | Traditional Chinese Multilingual Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-cjk-jp-fonts | google-noto-cjk-fonts | The google-noto-sans-cjk-jp-fonts package contains Japanese Multilingual Sans OTF fonts. | Japanese Multilingual Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-cjk-kr-fonts | google-noto-cjk-fonts | The google-noto-sans-cjk-kr-fonts package contains Korean Multilingual Sans OTF fonts. | Korean Multilingual Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-cjk-sc-fonts | google-noto-cjk-fonts | The google-noto-sans-cjk-sc-fonts package contains Simplified Chinese Multilingual Sans OTF fonts. | Simplified Chinese Multilingual Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-cjk-tc-fonts | google-noto-cjk-fonts | The google-noto-sans-cjk-tc-fonts package contains Traditional Chinese Multilingual Sans OTF fonts. | Traditional Chinese Multilingual Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-cjk-ttc-fonts | google-noto-cjk-fonts | The google-noto-sans-cjk-ttc-fonts package contains Sans OTC fonts. | Sans OTC font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-coptic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Coptic font. | Noto Sans Coptic font | 3 | 库 + google-noto-sans-cuneiform-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cuneiform font. | Noto Sans Cuneiform font | 3 | 库 + google-noto-sans-cuneiform-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cuneiform variable font. | Noto Sans Cuneiform variable font | 3 | 库 + google-noto-sans-cypriot-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cypriot font. | Noto Sans Cypriot font | 3 | 库 + google-noto-sans-cypriot-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Cypriot variable font. | Noto Sans Cypriot variable font | 3 | 库 + google-noto-sans-deseret-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Deseret font. | Noto Sans Deseret font | 3 | 库 + google-noto-sans-deseret-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Deseret variable font. | Noto Sans Deseret variable font | 3 | 库 + google-noto-sans-devanagari-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Devanagari font. | Noto Sans Devanagari font | 3 | 库 + google-noto-sans-devanagari-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Devanagari UI font. | Noto Sans Devanagari UI font | 3 | 库 + google-noto-sans-devanagari-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Devanagari UI variable font. | Noto Sans Devanagari UI variable font | 3 | 库 + google-noto-sans-devanagari-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Devanagari variable font. | Noto Sans Devanagari variable font | 3 | 库 + google-noto-sans-display-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Display font. | Noto Sans Display font | 3 | 库 + google-noto-sans-display-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Display variable font. | Noto Sans Display variable font | 3 | 库 + google-noto-sans-duployan-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Duployan font. | Noto Sans Duployan font | 3 | 库 + google-noto-sans-egyptian-hieroglyphs-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Egyptian Hieroglyphs font. | Noto Sans Egyptian Hieroglyphs font | 3 | 库 + google-noto-sans-egyptian-hieroglyphs-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Egyptian Hieroglyphs variable font. | Noto Sans Egyptian Hieroglyphs variable font | 3 | 库 + google-noto-sans-elbasan-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Elbasan font. | Noto Sans Elbasan font | 3 | 库 + google-noto-sans-elymaic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Elymaic font. | Noto Sans Elymaic font | 3 | 库 + google-noto-sans-elymaic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Elymaic variable font. | Noto Sans Elymaic variable font | 3 | 库 + google-noto-sans-ethiopic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ethiopic font. | Noto Sans Ethiopic font | 3 | 库 + google-noto-sans-ethiopic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ethiopic variable font. | Noto Sans Ethiopic variable font | 3 | 库 + google-noto-sans-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans font. | Noto Sans font | 3 | 库 + google-noto-sans-georgian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Georgian font. | Noto Sans Georgian font | 3 | 库 + google-noto-sans-georgian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Georgian variable font. | Noto Sans Georgian variable font | 3 | 库 + google-noto-sans-glagolitic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Glagolitic font. | Noto Sans Glagolitic font | 3 | 库 + google-noto-sans-gothic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gothic font. | Noto Sans Gothic font | 3 | 库 + google-noto-sans-gothic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gothic variable font. | Noto Sans Gothic variable font | 3 | 库 + google-noto-sans-grantha-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Grantha font. | Noto Sans Grantha font | 3 | 库 + google-noto-sans-gujarati-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gujarati font. | Noto Sans Gujarati font | 3 | 库 + google-noto-sans-gujarati-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gujarati UI font. | Noto Sans Gujarati UI font | 3 | 库 + google-noto-sans-gunjala-gondi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gunjala Gondi font. | Noto Sans Gunjala Gondi font | 3 | 库 + google-noto-sans-gurmukhi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gurmukhi font. | Noto Sans Gurmukhi font | 3 | 库 + google-noto-sans-gurmukhi-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gurmukhi UI font. | Noto Sans Gurmukhi UI font | 3 | 库 + google-noto-sans-gurmukhi-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gurmukhi UI variable font. | Noto Sans Gurmukhi UI variable font | 3 | 库 + google-noto-sans-gurmukhi-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Gurmukhi variable font. | Noto Sans Gurmukhi variable font | 3 | 库 + google-noto-sans-hanifi-rohingya-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hanifi Rohingya font. | Noto Sans Hanifi Rohingya font | 3 | 库 + google-noto-sans-hanifi-rohingya-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hanifi Rohingya variable font. | Noto Sans Hanifi Rohingya variable font | 3 | 库 + google-noto-sans-hanunoo-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hanunoo font. | Noto Sans Hanunoo font | 3 | 库 + google-noto-sans-hatran-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hatran font. | Noto Sans Hatran font | 3 | 库 + google-noto-sans-hatran-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hatran variable font. | Noto Sans Hatran variable font | 3 | 库 + google-noto-sans-hebrew-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hebrew font. | Noto Sans Hebrew font | 3 | 库 + google-noto-sans-hebrew-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Hebrew variable font. | Noto Sans Hebrew variable font | 3 | 库 + google-noto-sans-hk-fonts | google-noto-cjk-fonts | The google-noto-sans-hk-fonts package contains Traditional Chinese Region-specific Sans OTF fonts. | Traditional Chinese Region-specific Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-imperial-aramaic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Imperial Aramaic font. | Noto Sans Imperial Aramaic font | 3 | 库 + google-noto-sans-imperial-aramaic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Imperial Aramaic variable font. | Noto Sans Imperial Aramaic variable font | 3 | 库 + google-noto-sans-indic-siyaq-numbers-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Indic Siyaq Numbers font. | Noto Sans Indic Siyaq Numbers font | 3 | 库 + google-noto-sans-inscriptional-pahlavi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Inscriptional Pahlavi font. | Noto Sans Inscriptional Pahlavi font | 3 | 库 + google-noto-sans-inscriptional-parthian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Inscriptional Parthian font. | Noto Sans Inscriptional Parthian font | 3 | 库 + google-noto-sans-javanese-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Javanese font. | Noto Sans Javanese font | 3 | 库 + google-noto-sans-jp-fonts | google-noto-cjk-fonts | The google-noto-sans-jp-fonts package contains Japanese Region-specific Sans OTF fonts. | Japanese Region-specific Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-kaithi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kaithi font. | Noto Sans Kaithi font | 3 | 库 + google-noto-sans-kannada-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kannada font. | Noto Sans Kannada font | 3 | 库 + google-noto-sans-kannada-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kannada UI font. | Noto Sans Kannada UI font | 3 | 库 + google-noto-sans-kannada-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kannada UI variable font. | Noto Sans Kannada UI variable font | 3 | 库 + google-noto-sans-kannada-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kannada variable font. | Noto Sans Kannada variable font | 3 | 库 + google-noto-sans-kayah-li-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kayah Li font. | Noto Sans Kayah Li font | 3 | 库 + google-noto-sans-kayah-li-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kayah Li variable font. | Noto Sans Kayah Li variable font | 3 | 库 + google-noto-sans-kharoshthi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Kharoshthi font. | Noto Sans Kharoshthi font | 3 | 库 + google-noto-sans-khmer-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Khmer font. | Noto Sans Khmer font | 3 | 库 + google-noto-sans-khmer-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Khmer UI font. | Noto Sans Khmer UI font | 3 | 库 + google-noto-sans-khmer-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Khmer UI variable font. | Noto Sans Khmer UI variable font | 3 | 库 + google-noto-sans-khmer-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Khmer variable font. | Noto Sans Khmer variable font | 3 | 库 + google-noto-sans-khojki-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Khojki font. | Noto Sans Khojki font | 3 | 库 + google-noto-sans-khudawadi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Khudawadi font. | Noto Sans Khudawadi font | 3 | 库 + google-noto-sans-kr-fonts | google-noto-cjk-fonts | The google-noto-sans-kr-fonts package contains Korean Region-specific Sans OTF fonts. | Korean Region-specific Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-lao-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lao font. | Noto Sans Lao font | 3 | 库 + google-noto-sans-lao-looped-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lao Looped font. | Noto Sans Lao Looped font | 3 | 库 + google-noto-sans-lao-looped-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lao Looped variable font. | Noto Sans Lao Looped variable font | 3 | 库 + google-noto-sans-lao-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lao UI font. | Noto Sans Lao UI font | 3 | 库 + google-noto-sans-lao-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lao UI variable font. | Noto Sans Lao UI variable font | 3 | 库 + google-noto-sans-lao-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lao variable font. | Noto Sans Lao variable font | 3 | 库 + google-noto-sans-lepcha-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lepcha font. | Noto Sans Lepcha font | 3 | 库 + google-noto-sans-limbu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Limbu font. | Noto Sans Limbu font | 3 | 库 + google-noto-sans-linear-a-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Linear A font. | Noto Sans Linear A font | 3 | 库 + google-noto-sans-linear-a-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Linear A variable font. | Noto Sans Linear A variable font | 3 | 库 + google-noto-sans-linear-b-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Linear B font. | Noto Sans Linear B font | 3 | 库 + google-noto-sans-linear-b-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Linear B variable font. | Noto Sans Linear B variable font | 3 | 库 + google-noto-sans-lisu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lisu font. | Noto Sans Lisu font | 3 | 库 + google-noto-sans-lisu-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lisu variable font. | Noto Sans Lisu variable font | 3 | 库 + google-noto-sans-lycian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lycian font. | Noto Sans Lycian font | 3 | 库 + google-noto-sans-lycian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lycian variable font. | Noto Sans Lycian variable font | 3 | 库 + google-noto-sans-lydian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lydian font. | Noto Sans Lydian font | 3 | 库 + google-noto-sans-lydian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Lydian variable font. | Noto Sans Lydian variable font | 3 | 库 + google-noto-sans-mahajani-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mahajani font. | Noto Sans Mahajani font | 3 | 库 + google-noto-sans-malayalam-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Malayalam font. | Noto Sans Malayalam font | 3 | 库 + google-noto-sans-malayalam-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Malayalam UI font. | Noto Sans Malayalam UI font | 3 | 库 + google-noto-sans-malayalam-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Malayalam UI variable font. | Noto Sans Malayalam UI variable font | 3 | 库 + google-noto-sans-malayalam-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Malayalam variable font. | Noto Sans Malayalam variable font | 3 | 库 + google-noto-sans-mandaic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mandaic font. | Noto Sans Mandaic font | 3 | 库 + google-noto-sans-mandaic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mandaic variable font. | Noto Sans Mandaic variable font | 3 | 库 + google-noto-sans-manichaean-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Manichaean font. | Noto Sans Manichaean font | 3 | 库 + google-noto-sans-marchen-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Marchen font. | Noto Sans Marchen font | 3 | 库 + google-noto-sans-marchen-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Marchen variable font. | Noto Sans Marchen variable font | 3 | 库 + google-noto-sans-masaram-gondi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Masaram Gondi font. | Noto Sans Masaram Gondi font | 3 | 库 + google-noto-sans-math-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Math font. | Noto Sans Math font | 3 | 库 + google-noto-sans-math-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Math variable font. | Noto Sans Math variable font | 3 | 库 + google-noto-sans-mayan-numerals-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mayan Numerals font. | Noto Sans Mayan Numerals font | 3 | 库 + google-noto-sans-mayan-numerals-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mayan Numerals variable font. | Noto Sans Mayan Numerals variable font | 3 | 库 + google-noto-sans-medefaidrin-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Medefaidrin font. | Noto Sans Medefaidrin font | 3 | 库 + google-noto-sans-medefaidrin-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Medefaidrin variable font. | Noto Sans Medefaidrin variable font | 3 | 库 + google-noto-sans-meetei-mayek-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Meetei Mayek font. | Noto Sans Meetei Mayek font | 3 | 库 + google-noto-sans-meeteimayek-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans MeeteiMayek variable font. | Noto Sans MeeteiMayek variable font | 3 | 库 + google-noto-sans-mende-kikakui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mende Kikakui font. | Noto Sans Mende Kikakui font | 3 | 库 + google-noto-sans-meroitic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Meroitic font. | Noto Sans Meroitic font | 3 | 库 + google-noto-sans-miao-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Miao font. | Noto Sans Miao font | 3 | 库 + google-noto-sans-modi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Modi font. | Noto Sans Modi font | 3 | 库 + google-noto-sans-mongolian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mongolian font. | Noto Sans Mongolian font | 3 | 库 + google-noto-sans-mono-cjk-hk-fonts | google-noto-cjk-fonts | The google-noto-sans-mono-cjk-hk-fonts package contains Traditional Chinese Multilingual Sans Mono OTF fonts. | Traditional Chinese Multilingual Sans Mono OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-mono-cjk-jp-fonts | google-noto-cjk-fonts | The google-noto-sans-mono-cjk-jp-fonts package contains Japanese Multilingual Sans Mono OTF fonts. | Japanese Multilingual Sans Mono OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-mono-cjk-kr-fonts | google-noto-cjk-fonts | The google-noto-sans-mono-cjk-kr-fonts package contains Korean Multilingual Sans Mono OTF fonts. | Korean Multilingual Sans Mono OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-mono-cjk-sc-fonts | google-noto-cjk-fonts | The google-noto-sans-mono-cjk-sc-fonts package contains Simplified Chinese Multilingual Sans Mono OTF fonts. | Simplified Chinese Multilingual Sans Mono OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-mono-cjk-tc-fonts | google-noto-cjk-fonts | The google-noto-sans-mono-cjk-tc-fonts package contains Traditional Chinese Multilingual Sans Mono OTF fonts. | Traditional Chinese Multilingual Sans Mono OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-mono-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mono font. | Noto Sans Mono font | 3 | 库 + google-noto-sans-mono-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mono variable font. | Noto Sans Mono variable font | 3 | 库 + google-noto-sans-mro-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mro font. | Noto Sans Mro font | 3 | 库 + google-noto-sans-mro-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Mro variable font. | Noto Sans Mro variable font | 3 | 库 + google-noto-sans-multani-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Multani font. | Noto Sans Multani font | 3 | 库 + google-noto-sans-multani-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Multani variable font. | Noto Sans Multani variable font | 3 | 库 + google-noto-sans-myanmar-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Myanmar font. | Noto Sans Myanmar font | 3 | 库 + google-noto-sans-myanmar-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Myanmar UI font. | Noto Sans Myanmar UI font | 3 | 库 + google-noto-sans-myanmar-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Myanmar UI variable font. | Noto Sans Myanmar UI variable font | 3 | 库 + google-noto-sans-myanmar-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Myanmar variable font. | Noto Sans Myanmar variable font | 3 | 库 + google-noto-sans-nabataean-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Nabataean font. | Noto Sans Nabataean font | 3 | 库 + google-noto-sans-nabataean-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Nabataean variable font. | Noto Sans Nabataean variable font | 3 | 库 + google-noto-sans-newa-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Newa font. | Noto Sans Newa font | 3 | 库 + google-noto-sans-new-tai-lue-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans New Tai Lue font. | Noto Sans New Tai Lue font | 3 | 库 + google-noto-sans-new-tai-lue-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans New Tai Lue variable font. | Noto Sans New Tai Lue variable font | 3 | 库 + google-noto-sans-nko-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans NKo font. | Noto Sans NKo font | 3 | 库 + google-noto-sans-nushu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Nushu font. | Noto Sans Nushu font | 3 | 库 + google-noto-sans-ogham-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ogham font. | Noto Sans Ogham font | 3 | 库 + google-noto-sans-ogham-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ogham variable font. | Noto Sans Ogham variable font | 3 | 库 + google-noto-sans-ol-chiki-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ol Chiki font. | Noto Sans Ol Chiki font | 3 | 库 + google-noto-sans-ol-chiki-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ol Chiki variable font. | Noto Sans Ol Chiki variable font | 3 | 库 + google-noto-sans-old-hungarian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old Hungarian font. | Noto Sans Old Hungarian font | 3 | 库 + google-noto-sans-old-italic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old Italic font. | Noto Sans Old Italic font | 3 | 库 + google-noto-sans-old-north-arabian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old North Arabian font. | Noto Sans Old North Arabian font | 3 | 库 + google-noto-sans-old-permic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old Permic font. | Noto Sans Old Permic font | 3 | 库 + google-noto-sans-old-persian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old Persian font. | Noto Sans Old Persian font | 3 | 库 + google-noto-sans-old-sogdian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old Sogdian font. | Noto Sans Old Sogdian font | 3 | 库 + google-noto-sans-old-south-arabian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old South Arabian font. | Noto Sans Old South Arabian font | 3 | 库 + google-noto-sans-old-turkic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Old Turkic font. | Noto Sans Old Turkic font | 3 | 库 + google-noto-sans-oriya-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Oriya font. | Noto Sans Oriya font | 3 | 库 + google-noto-sans-oriya-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Oriya UI font. | Noto Sans Oriya UI font | 3 | 库 + google-noto-sans-osage-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Osage font. | Noto Sans Osage font | 3 | 库 + google-noto-sans-osmanya-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Osmanya font. | Noto Sans Osmanya font | 3 | 库 + google-noto-sans-osmanya-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Osmanya variable font. | Noto Sans Osmanya variable font | 3 | 库 + google-noto-sans-pahawh-hmong-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Pahawh Hmong font. | Noto Sans Pahawh Hmong font | 3 | 库 + google-noto-sans-palmyrene-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Palmyrene font. | Noto Sans Palmyrene font | 3 | 库 + google-noto-sans-pau-cin-hau-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Pau Cin Hau font. | Noto Sans Pau Cin Hau font | 3 | 库 + google-noto-sans-phags-pa-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Phags Pa font. | Noto Sans Phags Pa font | 3 | 库 + google-noto-sans-phoenician-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Phoenician font. | Noto Sans Phoenician font | 3 | 库 + google-noto-sans-phoenician-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Phoenician variable font. | Noto Sans Phoenician variable font | 3 | 库 + google-noto-sans-psalter-pahlavi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Psalter Pahlavi font. | Noto Sans Psalter Pahlavi font | 3 | 库 + google-noto-sans-rejang-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Rejang font. | Noto Sans Rejang font | 3 | 库 + google-noto-sans-runic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Runic font. | Noto Sans Runic font | 3 | 库 + google-noto-sans-runic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Runic variable font. | Noto Sans Runic variable font | 3 | 库 + google-noto-sans-samaritan-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Samaritan font. | Noto Sans Samaritan font | 3 | 库 + google-noto-sans-saurashtra-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Saurashtra font. | Noto Sans Saurashtra font | 3 | 库 + google-noto-sans-sc-fonts | google-noto-cjk-fonts | The google-noto-sans-sc-fonts package contains Simplified Chinese Region-specific Sans OTF fonts. | Simplified Chinese Region-specific Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-sharada-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sharada font. | Noto Sans Sharada font | 3 | 库 + google-noto-sans-shavian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Shavian font. | Noto Sans Shavian font | 3 | 库 + google-noto-sans-shavian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Shavian variable font. | Noto Sans Shavian variable font | 3 | 库 + google-noto-sans-siddham-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Siddham font. | Noto Sans Siddham font | 3 | 库 + google-noto-sans-signwriting-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans SignWriting font. | Noto Sans SignWriting font | 3 | 库 + google-noto-sans-sinhala-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sinhala font. | Noto Sans Sinhala font | 3 | 库 + google-noto-sans-sinhala-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sinhala UI font. | Noto Sans Sinhala UI font | 3 | 库 + google-noto-sans-sinhala-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sinhala UI variable font. | Noto Sans Sinhala UI variable font | 3 | 库 + google-noto-sans-sinhala-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sinhala variable font. | Noto Sans Sinhala variable font | 3 | 库 + google-noto-sans-sogdian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sogdian font. | Noto Sans Sogdian font | 3 | 库 + google-noto-sans-sora-sompeng-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sora Sompeng font. | Noto Sans Sora Sompeng font | 3 | 库 + google-noto-sans-sora-sompeng-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sora Sompeng variable font. | Noto Sans Sora Sompeng variable font | 3 | 库 + google-noto-sans-soyombo-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Soyombo font. | Noto Sans Soyombo font | 3 | 库 + google-noto-sans-soyombo-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Soyombo variable font. | Noto Sans Soyombo variable font | 3 | 库 + google-noto-sans-sundanese-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sundanese font. | Noto Sans Sundanese font | 3 | 库 + google-noto-sans-sundanese-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Sundanese variable font. | Noto Sans Sundanese variable font | 3 | 库 + google-noto-sans-syloti-nagri-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Syloti Nagri font. | Noto Sans Syloti Nagri font | 3 | 库 + google-noto-sans-symbols2-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Symbols2 font. | Noto Sans Symbols2 font | 3 | 库 + google-noto-sans-symbols-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Symbols font. | Noto Sans Symbols font | 3 | 库 + google-noto-sans-symbols-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Symbols variable font. | Noto Sans Symbols variable font | 3 | 库 + google-noto-sans-syriac-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Syriac font. | Noto Sans Syriac font | 3 | 库 + google-noto-sans-tagalog-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tagalog font. | Noto Sans Tagalog font | 3 | 库 + google-noto-sans-tagbanwa-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tagbanwa font. | Noto Sans Tagbanwa font | 3 | 库 + google-noto-sans-tagbanwa-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tagbanwa variable font. | Noto Sans Tagbanwa variable font | 3 | 库 + google-noto-sans-tai-le-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tai Le font. | Noto Sans Tai Le font | 3 | 库 + google-noto-sans-tai-tham-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tai Tham font. | Noto Sans Tai Tham font | 3 | 库 + google-noto-sans-tai-tham-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tai Tham variable font. | Noto Sans Tai Tham variable font | 3 | 库 + google-noto-sans-tai-viet-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tai Viet font. | Noto Sans Tai Viet font | 3 | 库 + google-noto-sans-takri-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Takri font. | Noto Sans Takri font | 3 | 库 + google-noto-sans-takri-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Takri variable font. | Noto Sans Takri variable font | 3 | 库 + google-noto-sans-tamil-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tamil font. | Noto Sans Tamil font | 3 | 库 + google-noto-sans-tamil-supplement-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tamil Supplement font. | Noto Sans Tamil Supplement font | 3 | 库 + google-noto-sans-tamil-supplement-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tamil Supplement variable font. | Noto Sans Tamil Supplement variable font | 3 | 库 + google-noto-sans-tamil-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tamil UI font. | Noto Sans Tamil UI font | 3 | 库 + google-noto-sans-tamil-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tamil UI variable font. | Noto Sans Tamil UI variable font | 3 | 库 + google-noto-sans-tamil-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tamil variable font. | Noto Sans Tamil variable font | 3 | 库 + google-noto-sans-tc-fonts | google-noto-cjk-fonts | The google-noto-sans-tc-fonts package contains Traditional Chinese Region-specific Sans OTF fonts. | Traditional Chinese Region-specific Sans OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-sans-telugu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Telugu font. | Noto Sans Telugu font | 3 | 库 + google-noto-sans-telugu-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Telugu UI font. | Noto Sans Telugu UI font | 3 | 库 + google-noto-sans-telugu-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Telugu UI variable font. | Noto Sans Telugu UI variable font | 3 | 库 + google-noto-sans-telugu-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Telugu variable font. | Noto Sans Telugu variable font | 3 | 库 + google-noto-sans-thaana-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thaana font. | Noto Sans Thaana font | 3 | 库 + google-noto-sans-thaana-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thaana variable font. | Noto Sans Thaana variable font | 3 | 库 + google-noto-sans-thai-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thai font. | Noto Sans Thai font | 3 | 库 + google-noto-sans-thai-looped-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thai Looped font. | Noto Sans Thai Looped font | 3 | 库 + google-noto-sans-thai-looped-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thai Looped variable font. | Noto Sans Thai Looped variable font | 3 | 库 + google-noto-sans-thai-ui-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thai UI font. | Noto Sans Thai UI font | 3 | 库 + google-noto-sans-thai-ui-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thai UI variable font. | Noto Sans Thai UI variable font | 3 | 库 + google-noto-sans-thai-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Thai variable font. | Noto Sans Thai variable font | 3 | 库 + google-noto-sans-tifinagh-adrar-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Adrar font. | Noto Sans Tifinagh Adrar font | 3 | 库 + google-noto-sans-tifinagh-agraw-imazighen-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Agraw Imazighen font. | Noto Sans Tifinagh Agraw Imazighen font | 3 | 库 + google-noto-sans-tifinagh-ahaggar-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Ahaggar font. | Noto Sans Tifinagh Ahaggar font | 3 | 库 + google-noto-sans-tifinagh-air-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Air font. | Noto Sans Tifinagh Air font | 3 | 库 + google-noto-sans-tifinagh-apt-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh APT font. | Noto Sans Tifinagh APT font | 3 | 库 + google-noto-sans-tifinagh-azawagh-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Azawagh font. | Noto Sans Tifinagh Azawagh font | 3 | 库 + google-noto-sans-tifinagh-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh font. | Noto Sans Tifinagh font | 3 | 库 + google-noto-sans-tifinagh-ghat-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Ghat font. | Noto Sans Tifinagh Ghat font | 3 | 库 + google-noto-sans-tifinagh-hawad-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Hawad font. | Noto Sans Tifinagh Hawad font | 3 | 库 + google-noto-sans-tifinagh-rhissa-ixa-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Rhissa Ixa font. | Noto Sans Tifinagh Rhissa Ixa font | 3 | 库 + google-noto-sans-tifinagh-sil-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh SIL font. | Noto Sans Tifinagh SIL font | 3 | 库 + google-noto-sans-tifinagh-tawellemmet-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tifinagh Tawellemmet font. | Noto Sans Tifinagh Tawellemmet font | 3 | 库 + google-noto-sans-tirhuta-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Tirhuta font. | Noto Sans Tirhuta font | 3 | 库 + google-noto-sans-ugaritic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ugaritic font. | Noto Sans Ugaritic font | 3 | 库 + google-noto-sans-ugaritic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Ugaritic variable font. | Noto Sans Ugaritic variable font | 3 | 库 + google-noto-sans-vai-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Vai font. | Noto Sans Vai font | 3 | 库 + google-noto-sans-vai-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Vai variable font. | Noto Sans Vai variable font | 3 | 库 + google-noto-sans-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans variable font. | Noto Sans variable font | 3 | 库 + google-noto-sans-wancho-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Wancho font. | Noto Sans Wancho font | 3 | 库 + google-noto-sans-wancho-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Wancho variable font. | Noto Sans Wancho variable font | 3 | 库 + google-noto-sans-warang-citi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Warang Citi font. | Noto Sans Warang Citi font | 3 | 库 + google-noto-sans-warang-citi-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Warang Citi variable font. | Noto Sans Warang Citi variable font | 3 | 库 + google-noto-sans-yi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Yi font. | Noto Sans Yi font | 3 | 库 + google-noto-sans-yi-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Yi variable font. | Noto Sans Yi variable font | 3 | 库 + google-noto-sans-zanabazar-square-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Zanabazar Square font. | Noto Sans Zanabazar Square font | 3 | 库 + google-noto-sans-zanabazar-square-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Sans Zanabazar Square variable font. | Noto Sans Zanabazar Square variable font | 3 | 库 + google-noto-serif-ahom-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Ahom font. | Noto Serif Ahom font | 3 | 库 + google-noto-serif-armenian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Armenian font. | Noto Serif Armenian font | 3 | 库 + google-noto-serif-armenian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Armenian variable font. | Noto Serif Armenian variable font | 3 | 库 + google-noto-serif-balinese-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Balinese font. | Noto Serif Balinese font | 3 | 库 + google-noto-serif-bengali-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Bengali font. | Noto Serif Bengali font | 3 | 库 + google-noto-serif-bengali-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Bengali variable font. | Noto Serif Bengali variable font | 3 | 库 + google-noto-serif-cjk-hk-fonts | google-noto-cjk-fonts | The google-noto-serif-cjk-hk-fonts package contains Traditional Chinese Multilingual Serif OTF fonts. | Traditional Chinese Multilingual Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-cjk-jp-fonts | google-noto-cjk-fonts | The google-noto-serif-cjk-jp-fonts package contains Japanese Multilingual Japanese Multilingual Serif OTF fonts. | Japanese Multilingual Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-cjk-kr-fonts | google-noto-cjk-fonts | The google-noto-serif-cjk-kr-fonts package contains Korean Multilingual Serif OTF fonts. | Korean Multilingual Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-cjk-sc-fonts | google-noto-cjk-fonts | The google-noto-serif-cjk-sc-fonts package contains Simplified Chinese Multilingual Serif OTF fonts. | Simplified Chinese Multilingual Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-cjk-tc-fonts | google-noto-cjk-fonts | The google-noto-serif-cjk-tc-fonts package contains Traditional Chinese Multilingual Serif OTF fonts. | Traditional Chinese Multilingual Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-cjk-ttc-fonts | google-noto-cjk-fonts | The google-noto-serif-cjk-ttc-fonts package contains Serif OTC fonts. | Serif OTC font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-devanagari-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Devanagari font. | Noto Serif Devanagari font | 3 | 库 + google-noto-serif-devanagari-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Devanagari variable font. | Noto Serif Devanagari variable font | 3 | 库 + google-noto-serif-display-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Display font. | Noto Serif Display font | 3 | 库 + google-noto-serif-display-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Display variable font. | Noto Serif Display variable font | 3 | 库 + google-noto-serif-dogra-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Dogra font. | Noto Serif Dogra font | 3 | 库 + google-noto-serif-ethiopic-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Ethiopic font. | Noto Serif Ethiopic font | 3 | 库 + google-noto-serif-ethiopic-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Ethiopic variable font. | Noto Serif Ethiopic variable font | 3 | 库 + google-noto-serif-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif font. | Noto Serif font | 3 | 库 + google-noto-serif-georgian-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Georgian font. | Noto Serif Georgian font | 3 | 库 + google-noto-serif-georgian-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Georgian variable font. | Noto Serif Georgian variable font | 3 | 库 + google-noto-serif-grantha-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Grantha font. | Noto Serif Grantha font | 3 | 库 + google-noto-serif-gujarati-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Gujarati font. | Noto Serif Gujarati font | 3 | 库 + google-noto-serif-gujarati-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Gujarati variable font. | Noto Serif Gujarati variable font | 3 | 库 + google-noto-serif-gurmukhi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Gurmukhi font. | Noto Serif Gurmukhi font | 3 | 库 + google-noto-serif-gurmukhi-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Gurmukhi variable font. | Noto Serif Gurmukhi variable font | 3 | 库 + google-noto-serif-hebrew-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Hebrew font. | Noto Serif Hebrew font | 3 | 库 + google-noto-serif-hebrew-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Hebrew variable font. | Noto Serif Hebrew variable font | 3 | 库 + google-noto-serif-hk-fonts | google-noto-cjk-fonts | The google-noto-serif-hk-fonts package contains Traditional Chinese Region-specific Serif OTF fonts. | Traditional Chinese Region-specific Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-jp-fonts | google-noto-cjk-fonts | The google-noto-serif-jp-fonts package contains Japanese Region-specific Serif OTF fonts. | Japanese Region-specific Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-kannada-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Kannada font. | Noto Serif Kannada font | 3 | 库 + google-noto-serif-kannada-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Kannada variable font. | Noto Serif Kannada variable font | 3 | 库 + google-noto-serif-khmer-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Khmer font. | Noto Serif Khmer font | 3 | 库 + google-noto-serif-khmer-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Khmer variable font. | Noto Serif Khmer variable font | 3 | 库 + google-noto-serif-khojki-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Khojki font. | Noto Serif Khojki font | 3 | 库 + google-noto-serif-khojki-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Khojki variable font. | Noto Serif Khojki variable font | 3 | 库 + google-noto-serif-kr-fonts | google-noto-cjk-fonts | The google-noto-serif-kr-fonts package contains Korean Region-specific Serif OTF fonts. | Korean Region-specific Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-lao-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Lao font. | Noto Serif Lao font | 3 | 库 + google-noto-serif-lao-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Lao variable font. | Noto Serif Lao variable font | 3 | 库 + google-noto-serif-malayalam-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Malayalam font. | Noto Serif Malayalam font | 3 | 库 + google-noto-serif-malayalam-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Malayalam variable font. | Noto Serif Malayalam variable font | 3 | 库 + google-noto-serif-myanmar-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Myanmar font. | Noto Serif Myanmar font | 3 | 库 + google-noto-serif-nyiakeng-puachue-hmong-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Nyiakeng Puachue Hmong font. | Noto Serif Nyiakeng Puachue Hmong font | 3 | 库 + google-noto-serif-nyiakeng-puachue-hmong-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Nyiakeng Puachue Hmong variable font. | Noto Serif Nyiakeng Puachue Hmong variable font | 3 | 库 + google-noto-serif-sc-fonts | google-noto-cjk-fonts | The google-noto-serif-sc-fonts package contains Simplified Chinese Region-specific Serif OTF fonts. | Simplified Chinese Region-specific Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-sinhala-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Sinhala font. | Noto Serif Sinhala font | 3 | 库 + google-noto-serif-sinhala-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Sinhala variable font. | Noto Serif Sinhala variable font | 3 | 库 + google-noto-serif-tamil-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tamil font. | Noto Serif Tamil font | 3 | 库 + google-noto-serif-tamil-slanted-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tamil Slanted font. | Noto Serif Tamil Slanted font | 3 | 库 + google-noto-serif-tamil-slanted-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tamil Slanted variable font. | Noto Serif Tamil Slanted variable font | 3 | 库 + google-noto-serif-tamil-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tamil variable font. | Noto Serif Tamil variable font | 3 | 库 + google-noto-serif-tangut-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tangut font. | Noto Serif Tangut font | 3 | 库 + google-noto-serif-tangut-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tangut variable font. | Noto Serif Tangut variable font | 3 | 库 + google-noto-serif-tc-fonts | google-noto-cjk-fonts | The google-noto-serif-tc-fonts package contains Traditional Chinese Region-specific Serif OTF fonts. | Traditional Chinese Region-specific Serif OTF font files for google-noto-cjk-fonts | 3 | 库 + google-noto-serif-telugu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Telugu font. | Noto Serif Telugu font | 3 | 库 + google-noto-serif-telugu-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Telugu variable font. | Noto Serif Telugu variable font | 3 | 库 + google-noto-serif-thai-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Thai font. | Noto Serif Thai font | 3 | 库 + google-noto-serif-thai-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Thai variable font. | Noto Serif Thai variable font | 3 | 库 + google-noto-serif-tibetan-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tibetan font. | Noto Serif Tibetan font | 3 | 库 + google-noto-serif-tibetan-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Tibetan variable font. | Noto Serif Tibetan variable font | 3 | 库 + google-noto-serif-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif variable font. | Noto Serif variable font | 3 | 库 + google-noto-serif-yezidi-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Yezidi font. | Noto Serif Yezidi font | 3 | 库 + google-noto-serif-yezidi-vf-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Serif Yezidi variable font. | Noto Serif Yezidi variable font | 3 | 库 + google-noto-traditional-nushu-fonts | google-noto-fonts | Noto fonts aims to remove tofu from web by providing fonts for allUnicode supported scripts. Its design goal is to achieve visual harmonizationbetween multiple scripts. Noto family supports almost all scripts availablein Unicode.Noto Traditional Nushu font. | Noto Traditional Nushu font | 3 | 库 + google-roboto-slab-fonts | google-roboto-slab-fonts | Roboto has a dual nature. It has a mechanical skeleton and the forms arelargely geometric. At the same time, the font features friendly and opencurves. While some grotesks distort their letterforms to force a rigidrhythm, Roboto doesn't compromise, allowing letters to be settled intotheir natural width. This makes for a more natural reading rhythm morecommonly found in humanist and serif types.This is the Roboto Slab family, which can be used alongside the normalRoboto family and the Roboto Condensed family. | Google Roboto Slab fonts | 3 | 库 + go-rpm-macros | go-rpm-macros | This package provides build-stage rpm automation to simplify the creation of Golanguage (golang) packages.It does not need to be included in the default build root: go-srpm-macros willpull it in for Go packages only. | Build-stage rpm automation for Go packages | 3 | 工具 + go-rpm-templates | go-rpm-macros | This package contains documented rpm spec templates showcasing how to use themacros provided by go-rpm-macros to create Go packages. | RPM spec templates for Go packages | 3 | 工具 + go-srpm-macros | go-rpm-macros | This package provides SRPM-stage rpm automation to simplify the creation of Golanguage (golang) packages.It limits itself to the automation subset required to create Go SRPM packagesand needs to be included in the default build root.The rest of the automation is provided by the go-rpm-macros package, thatgo-srpm-macros will pull in for Go packages only. | Source-stage rpm automation for Go packages | 3 | 工具 + gperf | gperf | Gperf is a perfect hash function generator written in C++. Simplystated, a perfect hash function is a hash function and a datastructure that allows recognition of a key word in a set of wordsusing exactly one probe into the data structure. | A perfect hash function generator | 1 | 工具 + gperftools | gperftools | Perf Tools is a collection of performance analysis tools, including ahigh-performance multi-threaded malloc() implementation that worksparticularly well with threads and STL, a thread-friendly heap-checker,a heap profiler, and a cpu-profiler.This is a metapackage which pulls in all of the gperftools (and pprof)binaries, libraries, and development headers, so that you can use them. | Very fast malloc and performance analysis tools | 1 | 工具 + gperftools-devel | gperftools | Libraries and headers for developing applications that use gperftools. | Development libraries and headers for gperftools | 3 | 库 + gperftools-doc | gperftools | Doc files for gperftools | Doc files for gperftools | 3 | 库 + gperftools-libs | gperftools | Libraries provided by gperftools, including libtcmalloc and libprofiler. | Libraries provided by gperftools | 3 | 库 + gpgme | gpgme | GnuPG Made Easy (GPGME) is a library designed to make access to GnuPGeasier for applications. It provides a high-level crypto API forencryption, decryption, signing, signature verification and keymanagement. Currently it uses GnuPG's OpenPGP backend as the default,but the API isn't restricted to this engine. We have, in fact, alreadydeveloped a backend for CMS (S/MIME). | GnuPG Made Easy - high level crypto API | 2 | 库 + gpgme-devel | gpgme | This package contains the development headers and libraries for gpgme. | Development headers and libraries for gpgme | 2 | 库 + gpgmepp | gpgme | This package contains the C++ bindings/wrapper for gpgme. | C++ bindings/wrapper for GPGME | 2 | 库 + gpgmepp-devel | gpgme | This package contains the development libraries and header files for gpgme-pp. | Development libraries and header files for gpgme-pp | 3 | 库 + gpm | gpm | The gpm (general purpose mouse) daemon tries to be a useful mouseserver for applications running on the Linux console. This packageis intended as a replacement for "selection", to provide additionalfacilities. | A mouse server for the Linux console | 3 | 服务 + gpm-devel | gpm | The gpm-devel package includes header files and libraries for developingprograms which use the gpm library. The gpm provides mouse support totext-based Linux applications. | Development files for the gpm library | 3 | 库 + gpm-libs | gpm | This package contains the libgpm.so dynamic library which containsthe gpm system calls and library functions. | Dynamic library for gpm | 3 | 库 + gpm-static | gpm | The gpm-static package includes static libraries of gpm. The gpm providesmouse support to text-based Linux applications. | Static development files for the gpm library | 3 | 库 + graphene | graphene | Graphene provides a small set of mathematical types needed to implement graphiclibraries that deal with 2D and 3D transformations and projections. | Thin layer of types for graphic libraries | 3 | 库 + graphene-devel | graphene | The graphene-devel package contains libraries and header files fordeveloping applications that use graphene. | Development files for graphene | 3 | 库 + graphene-tests | graphene | The graphene-tests package contains tests that can be used to verifythe functionality of the installed graphene package. | Tests for the graphene package | 3 | 服务 + graphite2 | graphite2 | Graphite2 is a project within SIL’s Non-Roman Script Initiative and LanguageSoftware Development groups to provide rendering capabilities for complexnon-Roman writing systems. Graphite can be used to create “smart fonts” capableof displaying writing systems with various complex behaviors. With respect tothe Text Encoding Model, Graphite handles the "Rendering" aspect of writingsystem implementation. | Font rendering capabilities for complex non-Roman writing systems | 3 | 库 + graphite2-devel | graphite2 | Includes and definitions for developing with graphite2. | Files for developing with graphite2 | 3 | 库 + graphviz | graphviz | A collection of tools for the manipulation and layout of graphs (as in nodesand edges, not as in barcharts). | Graph Visualization Tools | 3 | 工具 + graphviz-devel | graphviz | A collection of tools for the manipulation and layout of graphs (as in nodesand edges, not as in barcharts). This package contains development files forgraphviz. | Development package for graphviz | 3 | 工具 + graphviz-gd | graphviz | Graphviz plugin for renderers based on gd. (Unless you absolutely have to useGIF, you are recommended to use the PNG format instead because of the betterquality anti-aliased lines provided by the cairo+pango based renderer.) | Graphviz plugin for renderers based on gd | 3 | 工具 + graphviz-gtk2 | graphviz | Graphviz plugin for renderers based on gtk2. | Graphviz plugin for renderers based on gtk2 | 3 | 库 + grep | grep | The GNU versions of commonly used grep utilities. Grep searches throughtextual input for lines which contain a match to a specified pattern and thenprints the matching lines. GNU's grep utilities include grep, egrep and fgrep.GNU grep is needed by many scripts, so it shall be installed on every system. | Pattern matching utilities | 1 | 工具 + groff | groff | groff (GNU roff) is a typesetting system that reads plain text inputfiles that include formatting commands to produce output in PostScript,PDF, HTML, or DVI formats or for display to a terminal. Formattingcommands can be low-level typesetting primitives, macros from a suppliedpackage, or user-defined macros. All three approaches can be combined.A reimplementation and extension of the typesetter from AT&T Unix, groffis present on most POSIX systems owing to its long association with Unixmanuals (including man pages). It and its predecessor are notable fortheir production of several best-selling software engineering texts. groffis capable of producing typographically sophisticated documents whileconsuming minimal system resources. | A document formatting system | 1 | 工具 + groff-base | groff | The groff-base package contains only necessary parts of groff formattingsystem which are required to display manual pages, and the groff's defaultdisplay device (PostScript). | Parts of the groff formatting system required to display manual pages | 1 | 工具 + groff-doc | groff | The groff-doc package includes additional documentation for grofftext processor package. It contains examples, documentation for PIClanguage and documentation for creating PDF files. | Documentation for groff document formatting system | 1 | 工具 + groff-perl | groff | The groff-perl package contains the parts of the groff text processorpackage that require Perl. These include the afmtodit (font processorfor creating PostScript font files), groffer (tool for displaying grofffiles), grog (utility that can be used to automatically determine groffcommand-line options), chem (groff preprocessor for producing chemicalstructure diagrams), mmroff (reference preprocessor) and roff2dviroff2html roff2pdf roff2ps roff2text roff2x (roff code converters). | Parts of the groff formatting system that require Perl | 3 | 库 + groff-x11 | groff | If you are going to use groff with the X Window System, you will also need toinstall the groff-x11 package.The groff-x11 package contains the parts of the groff text processorpackage that require X Windows System. These include gxditview (displaygroff intermediate output files on X Window System display) andxtotroff (converts X font metrics into groff font metrics). | Parts of the groff formatting system that require X Windows System | 1 | 工具 + grub2-common | grub2 | This package provides some directories which are required by various grub2subpackages. | grub2 common layout | 1 | 工具 + grub2-efi-aa64-modules | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for rebuilding your own grub.efi. | Modules used to build custom grub.efi images | 1 | 库 + grub2-efi-ia32 | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for efi-ia32 systems. | GRUB for EFI systems. | 1 | 工具 + grub2-efi-ia32-cdboot | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides optional components of grub used with removeable media on efi-ia32 systems. | Files used to boot removeable media with EFI | 1 | 工具 + grub2-efi-ia32-modules | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for rebuilding your own grub.efi. | Modules used to build custom grub.efi images | 1 | 库 + grub2-efi-x64 | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for efi-x64 systems. | GRUB for EFI systems. | 1 | 工具 + grub2-efi-x64-cdboot | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides optional components of grub used with removeable media on efi-x64 systems. | Files used to boot removeable media with EFI | 1 | 工具 + grub2-efi-x64-modules | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for rebuilding your own grub.efi. | Modules used to build custom grub.efi images | 1 | 库 + grub2-emu | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides the GRUB user-space emulation support of all platforms. | GRUB user-space emulation. | 1 | 工具 + grub2-emu-modules | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides the GRUB user-space emulation modules. | GRUB user-space emulation modules. | 1 | 工具 + grub2-pc | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for pc systems. | Bootloader with support for Linux, Multiboot, and more | 1 | 工具 + grub2-pc-modules | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides support for rebuilding your own grub.efi. | Modules used to build custom grub images | 1 | 库 + grub2-tools | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides tools for support of all platforms. | Support tools for GRUB. | 1 | 工具 + grub2-tools-efi | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides tools for support of EFI platforms. | Support tools for GRUB. | 1 | 工具 + grub2-tools-extra | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides tools for support of all platforms. | Support tools for GRUB. | 1 | 工具 + grub2-tools-minimal | grub2 | The GRand Unified Bootloader (GRUB) is a highly configurable andcustomizable bootloader with modular architecture. It supports a richvariety of kernel formats, file systems, computer architectures andhardware devices.This subpackage provides tools for support of all platforms. | Support tools for GRUB. | 1 | 工具 + grubby | grubby | grubby is a command line tool for updating and displaying information aboutthe configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc)and zipl (s390) boot loaders. It is primarily designed to be used from scriptswhich install new kernels and need to find information about the current bootenvironment. | Command line tool for updating bootloader configs | 2 | 工具 + grubby-deprecated | grubby | This package provides deprecated, legacy grubby. This is for temporarycompatibility only.grubby is a command line tool for updating and displaying information aboutthe configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc)and zipl (s390) boot loaders. It is primarily designed to be used fromscripts which install new kernels and need to find information about thecurrent boot environment. | Legacy command line tool for updating bootloader configs | 1 | 工具 + gsettings-desktop-schemas | gsettings-desktop-schemas | gsettings-desktop-schemas contains a collection of GSettings schemas forsettings shared by various components of a desktop. These schemas arewritten in XML and define an application’s settings and default values.These schemas can be used in applications to read and write settings at runtime. | A collection of GSettings schemas | 3 | 工具 + gsettings-desktop-schemas-devel | gsettings-desktop-schemas | The gsettings-desktop-schemas-devel package contains libraries and header filesfor developing applications that use gsettings-desktop-schemas. | Development files for gsettings-desktop-schemas | 3 | 工具 + gsl | gsl | The GNU Scientific Library (GSL) is a collection of routines fornumerical analysis, written in C. | The GNU Scientific Library for numerical analysis | 3 | 库 + gsl-devel | gsl | The gsl-devel package contains the header files necessary fordeveloping programs using the GSL (GNU Scientific Library). | Libraries and the header files for GSL development | 3 | 库 + gsm | gsm | Contains runtime shared libraries for libgsm, an implementation ofthe European GSM 06.10 provisional standard for full-rate speechtranscoding, prI-ETS 300 036, which uses RPE/LTP (residual pulseexcitation/long term prediction) coding at 13 kbit/s. | Shared libraries for GSM speech compressor | 3 | 库 + gsm-devel | gsm | Contains header files and development libraries for libgsm, an implementation ofthe European GSM 06.10 provisional standard for full-rate speechtranscoding, prI-ETS 300 036, which uses RPE/LTP (residual pulseexcitation/long term prediction) coding at 13 kbit/s. | Header files and development libraries for libgsm | 3 | 库 + gsm-tools | gsm | Contains command line utilities for libgsm, an implementation ofthe European GSM 06.10 provisional standard for full-rate speechtranscoding, prI-ETS 300 036, which uses RPE/LTP (residual pulseexcitation/long term prediction) coding at 13 kbit/s. | GSM speech compressor tools | 3 | 工具 + gsound | gsound | GSound is a small library for playing system sounds.It's designed to be used via GObject Introspection,and is a thin wrapper around the libcanberra C library | Small gobject library for playing system sounds | 3 | 库 + gsound-devel | gsound | The gsound-devel package contains libraries and header files fordeveloping applications that use gsound. | Development files for gsound | 3 | 库 + gspell | gspell | gspell provides a flexible API to implement the spell checkingin a GTK+ application. | Spell-checking library for GTK+ | 3 | 库 + gspell-devel | gspell | The gspell-devel package contains libraries and header files fordeveloping applications that use gspell. | Development files for gspell | 3 | 库 + gssdp | gssdp | GSSDP implements resource discovery and announcement over SSDP and is partof gUPnP. GUPnP is an object-oriented open source framework for creatingUPnP devices and control points, written in C using GObject and libsoup. TheGUPnP API is intended to be easy to use, efficient and flexible. | Resource discovery and announcement over SSDP | 3 | 服务 + gssdp-devel | gssdp | Files for development with gssdp. | Development package for gssdp | 3 | 服务 + gssdp-docs | gssdp | This package contains developer documentation for gssdp. | Documentation files for gssdp | 3 | 服务 + gssdp-utils | gssdp | This package contains GUI utilies for gssdp. | Various GUI utuls for gssdp | 3 | 服务 + gssproxy | gssproxy | gssproxy allows the complexity of GSS security negotiationto be centrallized. It is particularly useful to keep this outof kernel space, so that CIPFS, NFS, AFS etc can use GSS-API withoutcomplexity in the kernel.Using it also improves isolation and privilege separation, so thatHTTP servers, for example, can use GSS-API without needing to accesskeys directly. | Daemon for managing gss-api requests | 3 | 服务 + gstreamer1 | gstreamer1 | GStreamer is a streaming media framework, based on graphs of filters whichoperate on media data. Applications using this library can do anythingfrom real-time sound processing to playing videos, and just about anythingelse media-related. Its plugin-based architecture means that new datatypes or processing capabilities can be added simply by installing newplugins. | GStreamer streaming media framework runtime | 3 | 库 + gstreamer1-devel | gstreamer1 | The gstreamer1-devel package contains libraries and header files fordeveloping applications that use gstreamer1. | Libraries/include files for GStreamer streaming media framework | 3 | 库 + gstreamer1-plugins-bad-free | gstreamer1-plugins-bad-free | gstreamer1-plugins-bad-free is a set of open-source plugins for the GStreamer multimedia framework.These plugins are designed to handle a wide range of audio and video formats,including some formats that are considered "bad" or "restricted" due to patentor licensing issues.The plugins in this package include support for popular multimedia formats likeMP3, AAC, and H.264. They also include plugins for handling DVD playback andvarious streaming protocols.While some of these plugins are considered "bad" due to their legal status,the GStreamer community has worked to ensure that these plugins are free fromany proprietary code or dependencies. This ensures that they are fullycompatible with open-source software and can be used freely without any legalissues. | GStreamer streaming media framework "bad" plugins | 3 | 库 + gstreamer1-plugins-bad-free-devel | gstreamer1-plugins-bad-free | gstreamer1-plugins-bad-free is a set of open-source plugins for the GStreamer multimedia framework.These plugins are designed to handle a wide range of audio and video formats,including some formats that are considered "bad" or "restricted" due to patentor licensing issues.This package contains the development files for the plug-ins thataren't tested well enough, or the code is not of good enough quality. | Development files for the GStreamer media framework "bad" plug-ins | 3 | 库 + gstreamer1-plugins-base | gstreamer1-plugins-base | The GStreamer team is pleased to announce the second bug fix release in the stable 1.22release series of your favourite cross-platform multimedia framework!Highlighted bugfixes:- avdec_h264: fix decoder deadlocks with FFmpeg 6.0- rtspsrc: fix regression with URI protocols in OPTIONS requests for RTSP over TLS- rtspsrc: improved control url handling compatibility for broken servers- decklink: fix 10 bit RGB (r210) format auto detection for capture and fix playout if video caps are configured before audio caps- d3d11videosink: Fix tearing in case of fullscreen mode- playbin: fix deadlock when stopping stream with subtitles visible (even more)- typefinding: fix regression not detecting application/dash+xml in some corner cases- osxvideosink: fix broken aspect ratio and frame drawing region- decodebin3, parsebin: Improve elementary stream handling when decoders are not present and fix hang when removing a failing stream- urisourcebin: Propagate sticky events from parsebin, so that the `STREAM_START` event with the `GstStream` info is always available when pads get exposed- v4l2: Add support for YVU420M format; mark JPEG content as parsed- h264decoder, h265decoder: DPB bumping process and latency reporting fixes- Opus: Fix reading of extended channel config in MPEG-TS and fix missing sample rate when remuxing from RTP to Matroska- zxing: add support for building against zxing-c++ 2.0- cerbero: Fix packaging of Rust plugins on Android; fix modern Gentoo distro detection- various bug fixes, memory leak fixes, and other stability and reliability improvements | GStreamer streaming media framework base plugins | 3 | 工具 + gstreamer1-plugins-base-devel | gstreamer1-plugins-base | The gstreamer1-plugins-base-devel package contains libraries and header filesfor developing applications that use gstreamer1-plugins-base. | GStreamer Base Plugins Development files | 3 | 工具 + gstreamer1-plugins-base-tools | gstreamer1-plugins-base | GStreamer is a streaming media framework, based on graphs of filters whichoperate on media data. Applications using this library can do anythingfrom real-time sound processing to playing videos, and just about anythingelse media-related. Its plugin-based architecture means that new datatypes or processing capabilities can be added simply by installing newplug-ins.This package contains the command-line tools for the base plugins.These include: gst-discoverer | Tools for GStreamer streaming media framework base plugins | 3 | 工具 + gstreamer1-plugins-good | gstreamer1-plugins-good | GStreamer is a streaming media framework, based on graphs of filters whichoperate on media data. Applications using this library can do anythingfrom real-time sound processing to playing videos, and just about anythingelse media-related. Its plugin-based architecture means that new datatypes or processing capabilities can be added simply by installing newplugins.GStreamer Good Plugins is a collection of well-supported plugins ofgood quality and under the LGPL license. | GStreamer plugins with good code and licensing | 3 | 库 + gstreamer1-plugins-good-gtk | gstreamer1-plugins-good | GStreamer is a streaming media framework, based on graphs of elements whichoperate on media data.GStreamer Good Plugins is a collection of well-supported plugins ofgood quality and under the LGPL license.This package (gstreamer1-plugins-good-gtk) contains the gtksink output plugin. | GStreamer "good" plugins gtk plugin | 3 | 库 + gstreamer1-plugins-good-qt | gstreamer1-plugins-good | GStreamer is a streaming media framework, based on graphs of elements whichoperate on media data.GStreamer Good Plugins is a collection of well-supported plugins ofgood quality and under the LGPL license.This package (gstreamer1-plugins-good-qt) contains the qtsink output plugin. | GStreamer "good" plugins qt qml plugin | 3 | 库 + gstreamer1-svt-av1 | svt-av1 | This package provides svt-av1-based GStreamer plug-in. | GStreamer 1.0 svt-av1-based plug-in | 3 | 工具 + gtest | gtest | Google's framework for writing C++ tests on a variety of platforms(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).Based on the xUnit architecture. Supports automatic test discovery,a rich set of assertions, user-defined assertions, death tests,fatal and non-fatal failures, value- and type-parameterized tests,various options for running the tests, and XML test report generation.This package provides shared libraries and header files for developmentwith googletest. | Intel® Data Mover Library (Intel® DML) | 3 | 库 + gtest-devel | gtest | The gtest-devel package contains libraries and header files fordeveloping applications that use gtest. | Development files for googletest | 3 | 库 + gtk2 | gtk2 | GTK+ is a multi-platform toolkit for creating graphical userinterfaces. Offering a complete set of widgets, GTK+ is suitable forprojects ranging from small one-off tools to complete applicationsuites. | GTK+ graphical user interface library | 3 | 库 + gtk2-devel | gtk2 | This package contains the libraries and header files that are neededfor writing applications with the GTK+ widget toolkit. If you planto develop applications with GTK+, consider installing the gtk2-devel-docspackage. | Development files for GTK+ | 3 | 库 + gtk2-devel-docs | gtk2 | This package contains developer documentation for the GTK+ widget toolkit. | Developer documentation for GTK+ | 3 | 库 + gtk2-immodules | gtk2 | The gtk2-immodules package contains standalone input methods that are shippedas part of GTK+. | Input methods for GTK+ | 3 | 库 + gtk2-immodule-xim | gtk2 | The gtk2-immodule-xim package contains XIM support for GTK+. | XIM support for GTK+ | 3 | 库 + gtk3 | gtk3 | GTK is a widget toolkit. Each user interface created by GTK consists of UI elementsknown as widgets. The GTK programming interface is based on Object Orientation;widgets are organized in a hierarchy of classes—for instance, the window widgetis also a specialised container, called a “bin”, that can hold at most one childwidget. A window will be able to use functions that pertain to the widget, container,bin, and window classes. Each user interface is built by adding buttons, text labels,input fields, drop down menus, and other widgets to a window.This package contains version 3 of GTK+. | GTK+ graphical user interface library | 3 | 库 + gtk3-devel | gtk3 | This package contains the libraries and header files that are neededfor writing applications with version 3 of the GTK+ widget toolkit. Ifyou plan to develop applications with GTK+, consider installing thegtk3-devel-docs package. | Development files for GTK+ | 3 | 库 + gtk3-devel-docs | gtk3 | This package contains developer documentation for version 3 of the GTK+widget toolkit. | Developer documentation for GTK+ | 3 | 库 + gtk3-immodules | gtk3 | The gtk3-immodules package contains standalone input methods thatare shipped as part of GTK+ 3. | Input methods for GTK+ | 3 | 库 + gtk3-immodule-xim | gtk3 | The gtk3-immodule-xim package contains XIM support for GTK+ 3. | XIM support for GTK+ | 3 | 库 + gtk3-tests | gtk3 | The gtk3-tests package contains tests that can be used to verifythe functionality of the installed gtk3 package. | Tests for the gtk3 package | 3 | 服务 + gtk4 | gtk4 | GTK is a library for creating graphical user interfaces. It works on many UNIX-likeplatforms, Windows, and macOS. GTK is released under the terms of the GNU LibraryGeneral Public License, which allows for flexible licensing of client applications.GTK has a C-based, object-oriented architecture that allows for maximum flexibilityand portability; there are bindings for many other languages, including C++, Objective-C,Guile/Scheme, Perl, Python, JavaScript, Rust, Go, TOM, Ada95, Free Pascal, and Eiffel.This package contains version 4 of GTK. | GTK graphical user interface library | 3 | 库 + gtk4-devel | gtk4 | This package contains the libraries and header files that are needed for writingapplications with version 4 of the GTK widget toolkit. | Development files for GTK | 3 | 库 + gtk4-devel-docs | gtk4 | This package contains developer documentation for version 4 of the GTK widget toolkit. | Developer documentation for GTK | 3 | 库 + gtk4-devel-tools | gtk4 | This package contains helpful applications for developers using GTK. | Developer tools for GTK | 3 | 库 + gtk-doc | gtk-doc | gtk-doc is a tool for generating API reference documentation.It is used for generating the documentation for GTK+, GLiband GNOME. | API documentation generation tool for GTK+ and GNOME | 3 | 工具 + gtk-doc-doc | gtk-doc | Doc pages for gtk-doc. | Documents for gtk-doc | 3 | 库 + gtk-doc-mkpdf | gtk-doc | gtkdoc-mkpdf is a tool for generating API reference documentation in PDF format.it is used for generating the documentation for GTK+, GLib and GNOME. | API documentation PDF format generation tool for GTK+ and GNOME | 3 | 工具 + gtkglext-devel | gtkglext | The gtkglext-devel package contains the header files, static libraries,and developer docs for GtkGLExt. | Development tools for GTK-based OpenGL applications | 3 | 工具 + gtkglext-doc | gtkglext | The gtkglext-doc package contains the documentation for GtkGLExt. | Documentation for GTK-based OpenGL applications | 3 | 库 + gtkglext-libs | gtkglext | GtkGLExt is an OpenGL extension to GTK. It provides the GDK objectswhich support OpenGL rendering in GTK, and GtkWidget API add-ons tomake GTK+ widgets OpenGL-capable. | OpenGL Extension to GTK | 3 | 库 + gtkmm24 | gtkmm24 | gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2.Highlights include typesafe callbacks, widgets extensible via inheritanceand a comprehensive set of widget classes that can be freely combined toquickly create complex user interfaces. | C++ interface for GTK2 (a GUI library for X) | 3 | 库 + gtkmm24-devel | gtkmm24 | This package contains the static libraries and header files needed fordeveloping gtkmm applications. | Headers for developing programs that will use gtkmm24. | 3 | 库 + gtkmm24-doc | gtkmm24 | The gtkmm24-doc package contains documentation files for gtkmm24. | Documentation files for gtkmm24 | 3 | 库 + gtkmm24-docs | gtkmm24 | This package contains the full API documentation for gtkmm24. | Documentation for gtkmm24, includes full API docs | 3 | 库 + gtkmm30 | gtkmm30 | gtkmm is the official C++ interface for the popular GUI library GTK+.Highlights include type safe callbacks, and a comprehensive set ofwidgets that are easily extensible via inheritance. | C++ interface for the GTK+ library | 3 | 库 + gtkmm30-devel | gtkmm30 | The gtkmm30-devel package contains libraries and header files fordeveloping applications that use gtkmm30. | Development files for gtkmm30 | 3 | 库 + gtksourceview4 | gtksourceview4 | GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+widget for multiline text editing. GtkSourceView adds support for syntaxhighlighting, undo/redo, file loading and saving, search and replace, acompletion system, printing, displaying line numbers, and other featurestypical of a source code editor.This package contains version 4 of GtkSourceView. | Source code editing widget | 3 | 服务 + gtksourceview4-devel | gtksourceview4 | The gtksourceview4-devel package contains libraries and header files fordeveloping applications that use gtksourceview4. | Development files for gtksourceview4 | 3 | 工具 + gtksourceview5 | gtksourceview5 | GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+widget for multiline text editing. GtkSourceView adds support for syntaxhighlighting, undo/redo, file loading and saving, search and replace, acompletion system, printing, displaying line numbers, and other featurestypical of a source code editor.This package contains version 5 of GtkSourceView. | Source code editing widget | 3 | 服务 + gtksourceview5-devel | gtksourceview5 | The gtksourceview5-devel package contains libraries and header files fordeveloping applications that use gtksourceview5. | Development files for gtksourceview5 | 3 | 工具 + gtk-update-icon-cache | gtk3 | GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot ofsystem call and disk seek overhead when the application starts. Since theformat of the cache files allows them to be mmap()ed shared between multipleapplications, the overall memory consumption is reduced as well. | Icon theme caching utility | 3 | 库 + gtk-vnc2 | gtk-vnc | gtk-vnc is a VNC viewer widget for GTK3. It is built using coroutinesallowing it to be completely asynchronous while remaining single threaded. | A GTK3 widget for VNC clients | 3 | 工具 + gtk-vnc2-devel | gtk-vnc | gtk-vnc is a VNC viewer widget for GTK3. It is built using coroutinesallowing it to be completely asynchronous while remaining single threaded.Libraries, includes, etc. to compile with the gtk-vnc library | Development files to build GTK3 applications with gtk-vnc | 3 | 库 + gts | gts | GTS provides a set of useful functions to deal with 3D surfaces meshedwith interconnected triangles including collision detection,multiresolution models, constrained Delaunay triangulations and robustset operations (union, intersection, differences). | GNU Triangulated Surface Library | 3 | 库 + gts-devel | gts | This package contains the gts header files and libs. | Development files for gts | 3 | 库 + gts-doc | gts | The gts-doc package contains documentation files for gts. | Documentation files for gts | 3 | 库 + guava | guava | Guava is a suite of core and expanded libraries that includeutility classes, Google’s collections, io classes, and muchmuch more.This project is a complete packaging of all the Guava librariesinto a single jar. Individual portions of Guava can be usedby downloading the appropriate module and its dependencies. | Google Core Libraries for Java | 3 | 库 + guava-javadoc | guava | API documentation for guava. | API documentation for guava | 3 | 库 + guava-testlib | guava | guava-testlib provides additional functionality for conveninent unit testing | The guava-testlib artifact | 3 | 库 + guile | guile | GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a libraryimplementation of the Scheme programming language, written in C. GUILEprovides a machine-independent execution platform that can be linked inas a library during the building of extensible programs.Install the guile package if you'd like to add extensibility to programsthat you are developing. | A GNU implementation of Scheme for application extensibility | 3 | 工具 + guile-devel | guile | The guile-devel package includes the libraries, header files, etc.,that you'll need to develop applications that are linked with theGUILE extensibility library.You need to install the guile-devel package if you want to developapplications that will be linked to GUILE. You'll also need toinstall the guile package. | Libraries and header files for the GUILE extensibility library | 3 | 库 + gumbo-parser | gumbo-parser | Gumbo is an implementation of the HTML5 parsing algorithm implemented asa pure C99 library with no outside dependencies. It's designed to serveas a building block for other tools and libraries such as linters,validators, templating languages, and refactoring and analysis tools. | A HTML5 parser | 3 | 库 + gumbo-parser-devel | gumbo-parser | The gumbo-parser-devel package contains libraries and header files fordeveloping applications that use gumbo-parser. | Development files for gumbo-parser | 3 | 库 + gupnp | gupnp | GUPnP is an object-oriented open source framework for creating UPnPdevices and control points, written in C using GObject and libsoup.The GUPnP API is intended to be easy to use, efficient and flexible. | A framework for creating UPnP devices & control points | 2 | 库 + gupnp-devel | gupnp | Files for development with gupnp. | Development package for gupnp | 2 | 库 + gupnp-dlna | gupnp-dlna | GUPnP is an object-oriented open source framework for creating UPnPdevices and control points, written in C using GObject and libsoup.The GUPnP API is intended to be easy to use, efficient and flexible.GUPnP-dlna is a collection of helpers for building DLNA (DigitalLiving Network Alliance) compliant applications using GUPnP. | A collection of helpers for building UPnP AV applications | 3 | 库 + gupnp-dlna-devel | gupnp-dlna | Contains libraries and header files for developing applications thatuse gupnp-dlna. | Development package for gupnp-dlna | 2 | 库 + gupnp-dlna-docs | gupnp-dlna | Contains developer documentation for gupnp-dlna. | Development package for gupnp-dlna | 2 | 库 + gupnp-docs | gupnp | This package contains developer documentation for gupnp. | Documentation files for gupnp | 2 | 库 + gupnp-igd | gupnp-igd | gupnp-igd is a library to handle UPnP IGD port mapping. | Library to handle UPnP IGD port mapping | 2 | 库 + gupnp-igd-devel | gupnp-igd | The gupnp-igd-devel package contains libraries and header files fordeveloping applications that use gupnp-igd. | Development files for gupnp-igd | 2 | 库 + gvfs | gvfs | The gvfs package provides backend implementations for the gioframework in GLib. It includes ftp, sftp, cifs. | Backends for the gio framework in GLib | 2 | 工具 + gvfs-client | gvfs | The gvfs package provides client modules of backend implementations for the gioframework in GLib. | Client modules of backends for the gio framework in GLib | 2 | 工具 + gvfs-devel | gvfs | The gvfs-devel package contains headers and other files that arerequired to develop applications using gvfs. | Development files for gvfs | 2 | 工具 + gvfs-doc | gvfs | The gvfs-doc package contains documentation files for gvfs. | Documentation files for gvfs | 2 | 工具 + gvfs-fuse | gvfs | This package provides support for applications not using gioto access the gvfs filesystems. | FUSE support for gvfs | 2 | 工具 + gvfs-goa | gvfs | This package provides seamless integration with gnome-online-accountsfile services. | GOA support for gvfs | 2 | 工具 + gvfs-gphoto2 | gvfs | This package provides support for reading and writing files onPTP based cameras (Picture Transfer Protocol) and MTP basedmedia players (Media Transfer Protocol) to applications using gvfs. | gphoto2 support for gvfs | 2 | 工具 + gvfs-mtp | gvfs | This package provides support for reading and writing files onMTP based devices (Media Transfer Protocol) to applications using gvfs. | MTP support for gvfs | 2 | 工具 + gvfs-smb | gvfs | This package provides support for reading and writing files on windowsshares (SMB) to applications using gvfs. | Windows fileshare support for gvfs | 2 | 工具 + gvfs-tests | gvfs | The gvfs-tests package contains tests that can be used to verifythe functionality of the installed gvfs package. | Tests for the gvfs package | 2 | 服务 + gvnc | gtk-vnc | gvnc is a GObject for managing a VNC connection. It provides all theinfrastructure required to build a VNC client without having to dealwith the raw protocol itself. | A GObject for VNC connections | 3 | 工具 + gvnc-devel | gtk-vnc | gvnc is a GObject for managing a VNC connection. It provides all theinfrastructure required to build a VNC client without having to dealwith the raw protocol itself.Libraries, includes, etc. to compile with the gvnc library | Libraries, includes, etc. to compile with the gvnc library | 3 | 库 + gzip | gzip | The gzip package contains the popular GNU gzip data compressionprogram. Gzipped files have a .gz extension.Gzip should be installed on your system, because it is avery commonly used data compression program. | GNU data compression program | 1 | 工具 + hamcrest | hamcrest | Provides a library of matcher objects (also known as constraints or predicates)allowing 'match' rules to be defined declaratively, to be used in otherframeworks. Typical scenarios include testing frameworks, mocking libraries andUI validation rules. | Library of matchers for building test expressions | 3 | 库 + hamcrest-javadoc | hamcrest | Javadoc for hamcrest. | Javadoc for hamcrest | 3 | 库 + haproxy | haproxy | HAProxy is a TCP/HTTP reverse proxy which is particularly suited for highavailability environments. Indeed, it can: - route HTTP requests depending on statically assigned cookies - spread load among several servers while assuring server persistence through the use of HTTP cookies - switch to backup servers in the event a main one fails - accept connections to special ports dedicated to service monitoring - stop accepting connections without breaking existing ones - add, modify, and delete HTTP headers in both directions - block requests matching particular patterns - report detailed status to authenticated users from a URI intercepted from the application | HAProxy reverse proxy for high availability environments | 3 | 工具 + harfbuzz | harfbuzz | HarfBuzz is an implementation of the OpenType Layout engine. | Text shaping library | 3 | 库 + harfbuzz-devel | harfbuzz | The harfbuzz-devel package contains libraries and header files fordeveloping applications that use harfbuzz. | Development files for harfbuzz | 3 | 库 + harfbuzz-icu | harfbuzz | This package contains Harfbuzz ICU support library. | Harfbuzz ICU support library | 3 | 库 + hatch | hatch | Hatch is a modern, extensible Python project manager.Features: • Standardized build system with reproducible builds by default • Robust environment management with support for custom scripts • Easy publishing to PyPI or other sources • Version management • Configurable project generation with sane defaults • Responsive CLI, ~2-3x faster than equivalent tools | A modern project, package, and virtual env manager | 3 | 工具 + hdparm | hdparm | Hdparm is a useful system utility for setting (E)IDE hard driveparameters. For example, hdparm can be used to tweak hard driveperformance and to spin down hard drives for power conservation. | A utility for displaying and/or setting hard disk parameters | 3 | 工具 + help2man | help2man | help2man is a script to create simple man pages from the --help and--version output of programs.Since most GNU documentation is now in info format, this provides away to generate a placeholder man page pointing to that resource whilestill providing some useful information. | Create simple man pages from --help output | 3 | 工具 + hexedit | hexedit | Hexedit shows a file both in ASCII and in hexadecimal. The file can be a deviceas the file is read a piece at a time. Hexedit can be used to modify the fileand search through it. | A hexadecimal file viewer and editor | 3 | 工具 + hfsplus-tools | hfsplus-tools | hfsplus-tools is a set of utilities for working with the HFS+ file system,which is the default file system used by Mac OS X. These utilities includeprograms for manipulating HFS+ partition tables, formatting HFS+ partitions,and reading and writing files on HFS+ partitions. The tools are designed tobe used on Linux and other Unix-like operating systems, allowing users toaccess and manage HFS+ file systems from these platforms. Some of the toolsincluded in hfsplus-tools are hfsplus, which is used to mount and unmount HFS+ partitions,and hfsplus_resize, which can be used to resize HFS+ partitions. | Tools to create/check Apple HFS+ filesystems | 2 | 工具 + hicolor-icon-theme | hicolor-icon-theme | Contains the basic directories and files needed for icon theme support. | Basic requirement for icon themes | 3 | 工具 + hidapi | hidapi | HIDAPI is a multi-platform library which allows an application to interfacewith USB and Bluetooth HID-class devices on Windows, Linux, FreeBSD and Mac OSX. On Linux, either the hidraw or the libusb back-end can be used. There aretrade-offs and the functionality supported is slightly different. | Library for communicating with USB and Bluetooth HID devices | 3 | 库 + hidapi-devel | hidapi | This package contains development files for hidapi which provides access toUSB and Bluetooth HID-class devices. | Development files for hidapi | 3 | 工具 + highcontrast-icon-theme | gnome-themes-extra | This package contains the HighContrast icon theme used by the GNOME desktop. | HighContrast icon theme | 3 | 工具 + highlight | highlight | A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,XSL-FO, XML or ANSI escape sequences with syntax highlighting.It supports several programming and markup languages.Language descriptions are configurable and support regular expressions.The utility offers indentation and reformatting capabilities.It is easily possible to create new language definitions and colour themes. | Universal source code to formatted text converter | 3 | 工具 + highlight-gui | highlight | A Qt-based GUI for the highlight source code formatter source. | GUI for the highlight source code formatter | 3 | 工具 + highway | highway | Highway is a C++ library for SIMD (Single Instruction, Multiple Data), i.e.applying the same operation to 'lanes'. | Efficient and performance-portable SIMD | 3 | 库 + highway-devel | highway | Highway is a C++ library for SIMD (Single Instruction, Multiple Data), i.e.applying the same operation to 'lanes'.Development files for Highway. | Development files for Highway | 3 | 库 + hiredis | hiredis | Hiredis is a minimalistic C client library for the Redis database. | Minimalistic C client library for Redis | 3 | 服务 + hiredis-devel | hiredis | This package contains libraries and header files fordeveloping applications that use hiredis. | Development files for hiredis | 3 | 工具 + hivex | hivex | Hive files are the undocumented binary files that Windows uses tostore the Windows Registry on disk. Hivex is a library that can readand write to these files.'hivexsh' is a shell you can use to interactively navigate a hivebinary file.'hivexregedit' (in perl-hivex) lets you export and merge to thetextual regedit format.'hivexml' can be used to convert a hive file to a more useful XMLformat.In order to get access to the hive files themselves, you can copy themfrom a Windows machine. They are usually found in%systemroot%\system32\config. For virtual machines we recommendusing libguestfs or guestfish to copy out these files. libguestfsalso provides a useful high-level tool called 'virt-win-reg' (based onhivex technology) which can be used to query specific registry keys inan existing Windows VM.For OCaml bindings, see 'ocaml-hivex-devel'.For Perl bindings, see 'perl-hivex'.For Python 3 bindings, see 'python3-hivex'.For Ruby bindings, see 'ruby-hivex'. | Read and write Windows Registry binary hive files | 3 | 库 + hivex-devel | hivex | hivex-devel contains development tools and librariesfor hivex. | Development tools and libraries for hivex | 3 | 库 + hivex-doc | hivex | The hivex-doc package contains documentation files for hivex. | Documentation files for hivex | 3 | 库 + hivex-libs | hivex | hivex-libs contains the library for hivex. | Library for hivex | 3 | 库 + hivex-static | hivex | hivex-static contains the statically linked library for hivex. | Statically linked library for hivex | 3 | 库 + hostname | hostname | This package provides commands which can be used to display the system'sDNS name, and to display or set its hostname or NIS domain name. | Utility to set/show the host name or domain name | 2 | 工具 + httpcomponents-client | httpcomponents-client | HttpClient is a HTTP/1.1 compliant HTTP agent implementation based onhttpcomponents HttpCore. It also provides reusable components forclient-side authentication, HTTP state management, and HTTP connectionmanagement. HttpComponents Client is a successor of and replacementfor Commons HttpClient 3.x. Users of Commons HttpClient are stronglyencouraged to upgrade. | HTTP agent implementation based on httpcomponents HttpCore | 3 | 库 + httpcomponents-client-javadoc | httpcomponents-client | API documentation for httpcomponents-client. | API documentation for httpcomponents-client | 3 | 库 + httpcomponents-core | httpcomponents-core | HttpCore is a set of low level HTTP transport components that can beused to build custom client and server side HTTP services with aminimal footprint. HttpCore supports two I/O models: blocking I/Omodel based on the classic Java I/O and non-blocking, event driven I/Omodel based on Java NIO.The blocking I/O model may be more appropriate for data intensive, lowlatency scenarios, whereas the non-blocking model may be moreappropriate for high latency scenarios where raw data throughput isless important than the ability to handle thousands of simultaneousHTTP connections in a resource efficient manner. | Set of low level Java HTTP transport components for HTTP services | 3 | 库 + httpcomponents-core-javadoc | httpcomponents-core | API documentation for httpcomponents-core. | API documentation for httpcomponents-core | 3 | 库 + httpd | httpd | The Apache HTTP Server Project is a collaborative software development effortaimed at creating a robust, commercial-grade, featureful, and freely-availablesource code implementation of an HTTP (Web) server. The project is jointlymanaged by a group of volunteers located around the world, using the Internetand the Web to communicate, plan, and develop the server and its relateddocumentation. This project is part of the Apache Software Foundation. Inaddition, hundreds of users have contributed ideas, code, and documentation tothe project. This file is intended to briefly describe the history of the ApacheHTTP Server and recognize the many contributors. | Apache HTTP Server | 3 | 服务 + httpd-core | httpd | The httpd-core package contains essential httpd binaries. | httpd minimal core | 3 | 库 + httpd-devel | httpd | The httpd-devel package contains the header and library filesfor developing with httpd. | Development interfaces for the Apache HTTP Server | 3 | 服务 + httpd-filesystem | httpd | The httpd-filesystem package contains the basic directory layoutfor the Apache HTTP Server including the correct permissionsfor the directories. | The basic directory layout for the Apache HTTP Server | 3 | 服务 + httpd-manual | httpd | The httpd-manual package contains the complete manual andreference guide for the Apache HTTP Server. The information canalso be found at https://httpd.apache.org//docs/2.4/. | Documentation for the Apache HTTP Server | 3 | 服务 + httpd-tools | httpd | The httpd-tools package contains tools which can be used withthe Apache HTTP Server. | Tools for use with the Apache HTTP Server | 3 | 服务 + http-parser | http-parser | This is a parser for HTTP messages written in C. It parses both requests andresponses. The parser is designed to be used in performance HTTP applications.It does not make any syscalls nor allocations, it does not buffer data, it canbe interrupted at anytime. Depending on your architecture, it only requiresabout 40 bytes of data per message stream (in a web server that is perconnection). | HTTP request/response parser for C | 3 | 库 + http-parser-devel | http-parser | Development headers and libraries for http-parser. | Development headers and libraries for http-parser | 3 | 库 + hunspell | hunspell | Hunspell is a spell checker and morphological analyzer library and programdesigned for languages with rich morphology and complex word compounding orcharacter encoding. Hunspell interfaces: Ispell-like terminal interface usingCurses library, Ispell pipe interface, LibreOffice UNO module. | A spell checker and morphological analyzer library | 3 | 工具 + hunspell-devel | hunspell | Includes and definitions for developing with hunspell | Files for developing with hunspell | 3 | 工具 + hunspell-en | hunspell-en | The English (US, UK, etc.) hunspell dictionaries | English hunspell dictionaries | 3 | 工具 + hunspell-en-GB | hunspell-en | hunspell UK English dictionaries | hunspell UK English dictionaries | 3 | 工具 + hunspell-en-US | hunspell-en | hunspell US English dictionaries | hunspell US English dictionaries | 3 | 工具 + hunspell-filesystem | hunspell | Provides a directory in which to store dictionaries provided by otherpackages. | Hunspell filesystem layout | 3 | 工具 + hwdata | hwdata | hwdata contains various hardware identification and configuration data,such as the pci.ids and usb.ids databases. | Hardware identification and configuration data | 3 | 库 + hwloc-devel | hwloc | Headers and shared object symbolic links for the hwloc. | Headers and shared development libraries for hwloc | 3 | 库 + hwloc-gui | hwloc | GUI-based tool for displaying system topology information. | The gui-based hwloc program(s) | 3 | 库 + hwloc-libs | hwloc | Run time libraries for the hwloc | Run time libraries for the hwloc | 3 | 库 + hyphen | hyphen | Hyphen is a library for high quality hyphenation and justification. | A text hyphenation library | 3 | 库 + hyphen-devel | hyphen | Includes and definitions for developing with hyphen | Files for developing with hyphen | 3 | 库 + hyphen-en | hyphen | English hyphenation rules. | English hyphenation rules | 3 | 库 + ibacm | rdma-core | The ibacm daemon helps reduce the load of managing path record lookups onlarge InfiniBand fabrics by providing a user space implementation of whatis functionally similar to an ARP cache. The use of ibacm, when properlyconfigured, can reduce the SA packet load of a large IB cluster from O(n^2)to O(n). The ibacm daemon is started and normally runs in the background,user applications need not know about this daemon as long as their appuses librdmacm to handle connection bring up/tear down. The librdmacmlibrary knows how to talk directly to the ibacm daemon to retrieve data. | InfiniBand Communication Manager Assistant | 2 | 库 + ibus | ibus | IBus means Intelligent Input Bus. It is an input framework for Linux OS. | Intelligent Input Bus for Linux OS | 3 | 工具 + ibus-devel | ibus | The ibus-devel package contains the header files and developerdocs for ibus. | Development tools for ibus | 3 | 工具 + ibus-devel-docs | ibus | The ibus-devel-docs package contains developer documentation for IBus | Developer documents for IBus | 3 | 库 + ibus-gtk2 | ibus | This package contains IBus IM module for GTK2 | IBus IM module for GTK2 | 3 | 库 + ibus-gtk3 | ibus | This package contains IBus IM module for GTK3 | IBus IM module for GTK3 | 3 | 库 + ibus-gtk4 | ibus | This package contains IBus IM module for GTK4 | IBus IM module for GTK4 | 3 | 库 + ibus-libpinyin | ibus-libpinyin | It includes a Chinese Pinyin input method and a Chinese ZhuYin (Bopomofo)input method based on libpinyin for IBus. | Intelligent Pinyin engine based on libpinyin for IBus | 3 | 工具 + ibus-libs | ibus | This package contains the libraries for IBus | IBus libraries | 3 | 库 + ibus-m17n | ibus-m17n | M17N engine for IBus input platform. It allows input of many languages usingthe input table maps from m17n-db. | The M17N engine for IBus platform | 3 | 工具 + ibus-setup | ibus | This is a setup utility for IBus. | IBus setup utility | 3 | 工具 + ibus-wayland | ibus | This package contains IBus IM module for Wayland | IBus IM module for Wayland | 3 | 工具 + icedax | cdrkit | Icedax is a sampling utility for CD-ROM drives that are capable ofproviding a CD's audio data in digital form to your host. Audio dataread from the CD can be saved as .wav or .sun format sound files.Recording formats include stereo/mono, 8/12/16 bits and differentrates. Icedax can also be used as a CD player. | A utility for sampling/copying .wav files from digital audio CDs | 3 | 库 + icoutils | icoutils | The icoutils are a set of programs for extracting and converting images inMicrosoft Windows icon and cursor files. These files usually have theextension .ico or .cur, but they can also be embedded in executables orlibraries. | Utility for extracting and converting Microsoft icon and cursor files | 3 | 工具 + icu | icu | Tools and utilities for developing with icu. | International Components for Unicode | 3 | 库 + idn2 | libidn2 | The idn2 package contains the idn2 command line tool for testingIDNA2008 conversions. | IDNA2008 internationalized domain names conversion tool | 2 | 库 + iftop | iftop | iftop does for network usage what top(1) does for CPU usage. It listens tonetwork traffic on a named interface and displays a table of current bandwidthusage by pairs of hosts. Handy for answering the question "why is our ADSL linkso slow?". | Command line tool that displays bandwidth usage on an interface | 3 | 工具 + iftop-doc | iftop | The iftop-doc package contains documentation files for iftop. | Documentation files for iftop | 3 | 库 + iio-sensor-proxy | iio-sensor-proxy | IIO accelerometer sensor to input device proxy. | IIO accelerometer sensor to input device proxy | 3 | 工具 + ima-evm-utils | ima-evm-utils | The Trusted Computing Group(TCG) run-time Integrity Measurement Architecture(IMA) maintains a list of hash values of executables and other sensitivesystem files, as they are read or executed. These are stored in the filesystems extended attributes. The Extended Verification Module (EVM) preventsunauthorized changes to these extended attributes on the file system.ima-evm-utils is used to prepare the file system for these extended attributes. | IMA/EVM support utilities | 2 | 工具 + ima-evm-utils-devel | ima-evm-utils | This package provides the header files for ima-evm-utils | Development files for ima-evm-utils | 2 | 工具 + ImageMagick | ImageMagick | ImageMagick is an image display and manipulation tool for the XWindow System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,and Photo CD image formats. It can resize, rotate, sharpen, colorreduce, or add special effects to an image, and when finished you caneither save the completed work in the original format or a differentone. ImageMagick also includes command line programs for creatinganimated or transparent .gifs, creating composite images, creatingthumbnail images, and more.ImageMagick is one of your choices if you need a program to manipulateand display images. If you want to develop your own applicationswhich use ImageMagick code or APIs, you need to installImageMagick-devel as well. | An X application for displaying and manipulating images | 3 | 工具 + ImageMagick-libs | ImageMagick | This packages contains a shared libraries to use within other applications. | ImageMagick libraries to link with | 3 | 工具 + imath | imath | Imath is a basic, light-weight, and efficient C++ representation of 2D and 3Dvectors and matrices and other simple but useful mathematical objects,functions, and data types common in computer graphics applications, includingthe “half” 16-bit floating-point type. | Library of 2D and 3D vector, matrix, and math operations for computer graphics | 3 | 库 + imath-devel | imath | Development files for Imath. | Development files for Imath | 3 | 库 + imlib2 | imlib2 | Imlib 2 is a library that does image file loading and saving as wellas rendering, manipulation, arbitrary polygon support, etc. It doesALL of these operations FAST. Imlib2 also tries to be highlyintelligent about doing them, so writing naive programs can be doneeasily, without sacrificing speed. This is a complete rewrite overthe Imlib 1.x series. The architecture is more modular, simple, andflexible. | Image loading, saving, rendering, and manipulation library | 3 | 库 + imlib2-devel | imlib2 | This package contains development files for imlib2.Imlib 2 is a library that does image file loading and saving as wellas rendering, manipulation, arbitrary polygon support, etc. It doesALL of these operations FAST. Imlib2 also tries to be highlyintelligent about doing them, so writing naive programs can be doneeasily, without sacrificing speed. This is a complete rewrite overthe Imlib 1.x series. The architecture is more modular, simple, andflexible. | Development package for imlib2 | 2 | 库 + infiniband-diags | rdma-core | This package provides IB diagnostic programs and scripts needed to diagnose anIB subnet and also provides libibmad now. libibmad provides low layer IB functionsfor use by the IB diagnostic and management programs. These include MAD,SA, SMP, and other basic IB functions. | InfiniBand Diagnostic Tools | 2 | 库 + infiniband-diags-compat | rdma-core | Deprecated scripts and utilities which provide duplicated functionality, mostoften at a reduced performance. | OpenFabrics Alliance InfiniBand Diagnostic Tools | 2 | 库 + infinipath-psm | infinipath-psm | The PSM Messaging API, or PSM API, is Intel's low-leveluser-level communications interface for the True Scalefamily of products. PSM users are enabled with mechanismsnecessary to implement higher level communicationsinterfaces in parallel environments. | Intel Performance Scaled Messaging (PSM) Libraries | 2 | 库 + infinipath-psm-devel | infinipath-psm | Development files for the infinipath-psm library. | Development files for Intel PSM | 3 | 库 + info | texinfo | The GNU project uses the texinfo file format for much of itsdocumentation. The info package provides a standalone TTY-basedbrowser program for viewing texinfo files. | A stand-alone TTY-based reader for GNU texinfo documentation | 1 | 工具 + inih | inih | The inih package provides simple INI file parser which is only a couple ofpages of code, and it was designed to be small and simple, so it's good forembedded systems. | Simple INI file parser library | 3 | 库 + inih-devel | inih | This package contains development files for inih.The inih package provides simple INI file parser which is only a couple ofpages of code, and it was designed to be small and simple, so it's good forembedded systems. | Development package for inih | 3 | 工具 + iniparser | iniparser | iniParser is a simple C library offering ini file parsing services. The libraryis pretty small (less than 1500 lines of C) and robust, and does not depend onany other external library to compile. It is written in ANSI C and should compileon most platforms without difficulty. | C library for parsing "INI-style" files | 3 | 工具 + iniparser-devel | iniparser | This package contains the header files, static libraries and developmentdocumentation for iniparser. If you like to develop programs using iniparser,you will need to install iniparser-devel. | Header files, libraries and development documentation for iniparser | 2 | 工具 + initial-setup | initial-setup | The initial-setup utility runs after installation. It guides the user througha series of steps that allows for easier configuration of the machine. | Initial system configuration utility | 3 | 工具 + initial-setup-doc | initial-setup | The initial-setup-doc package contains documentation files for initial-setup. | Documentation files for initial-setup | 3 | 工具 + initial-setup-gui | initial-setup | The initial-setup-gui package contains a graphical user interface for theinitial-setup utility. | Graphical user interface for the initial-setup utility | 3 | 工具 + initscripts | initscripts | This package provides basic support for legacy sysv init scripts, and someother legacy tools & utilities. | basic legacy sysv init scripts used during a boot of the system | 3 | 服务 + initscripts-rename-device | initscripts | This package provides a ultility helper program for Udev that provides network interface naming. | A ultility helper program for Udev that provides network interface naming | 3 | 工具 + initscripts-service | initscripts | 'service' command is provided by this package. | Support for service command | 3 | 服务 + inkscape | inkscape | Inkscape is a vector graphics editor, with capabilities similar toIllustrator, CorelDraw, or Xara X, using the W3C standard Scalable VectorGraphics (SVG) file format. It is therefore a very useful tool for webdesigners and as an interchange format for desktop publishing.Inkscape supports many advanced SVG features (markers, clones, alphablending, etc.) and great care is taken in designing a streamlinedinterface. It is very easy to edit nodes, perform complex path operations,trace bitmaps and much more. | Vector-based drawing program using SVG | 3 | 工具 + integritysetup | cryptsetup | The integritysetup package contains a utility for setting updisk integrity protection using dm-integrity kernel module. | A utility for setting up dm-integrity volumes | 1 | 工具 + intel-ipp-crypto-mb | intel-ipp-crypto-mb | A software crypto library optimized for Intel architecture for packetprocessing applications.It contains universal and OpenSSL compatible APIs for cryptography operations. | Intel(R) IPP Cryptography multi-buffer library | 3 | 库 + intel-ipp-crypto-mb-devel | intel-ipp-crypto-mb | A software crypto library optimized for Intel architecture for packetprocessing applications.It contains development libraries and header files. | Intel(R) IPP Cryptography multi-buffer library (Development Files) | 3 | 库 + intel-ipsec-mb | intel-ipsec-mb | The library provides software crypto acceleration primarily targeting packet processingapplications. It can be used for application such as: IPsec, TLS, Wireless (RAN), Cableor MPEG DRM. | IPsec cryptography library optimized for Intel Architecture | 3 | 库 + intel-ipsec-mb-devel | intel-ipsec-mb | IPsec cryptography library optimized for Intel Architecture. | IPsec cryptography library optimized for Intel Architecture | 3 | 库 + intltool | intltool | This tool automatically extracts translatable strings from oaf, glade,bonobo ui, nautilus theme, .desktop, and other data files and putsthem in the po files. | Utility for internationalizing various kinds of data files | 2 | 工具 + intltool-doc | intltool | Doc pages for intltool. | Documents for intltool | 2 | 工具 + iotop | iotop | Linux has always been able to show how much I/O was going on(the bi and bo columns of the vmstat 1 command).iotop is a Python program with a top like UI used toshow of behalf of which process is the I/O going on. | Top like utility for I/O | 3 | 工具 + ipcalc | ipcalc | ipcalc is a modern tool to assist in network address calculations forIPv4 and IPv6. It acts both as a tool to output human readableinformation about a network or address, as well as a tool suitable to beused by scripts or other programs. It supports printing a summary aboutthe provided network address, multiple command line options perinformation to be printed, transparent IPv6 support, and in addition itwill use libGeoIP if available to provide geographic information. | IP network address calculator | 3 | 工具 + iperf3 | iperf3 | Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning ofvarious parameters and UDP characteristics. Iperf reports bandwidth, delayjitter, data-gram loss. | Measurement tool for TCP/UDP bandwidth performance | 1 | 工具 + ipmievd | ipmitool | ipmievd is a daemon which will listen for events from the BMC that arebeing sent to the SEL and also log those messages to syslog. | IPMI event daemon for sending events to syslog | 2 | 工具 + ipmitool | ipmitool | IPMITool is a command line utility that allows users to interface with IPMI-enabledsystems. IPMI (Intelligent Platform Management Interface) is a standardized interfacefor managing and monitoring servers and other computing systems. With IPMITool, systemadministrators can remotely monitor server health, manage firmware updates, andconfigure system settings.IPMITool supports various IPMI implementations, including those from major vendors suchas Dell, HP, and IBM. It can be used to retrieve sensor data (such as temperature,voltage, and fan speed), reset or power off/on a system, and view event logs. IPMIToolcan also be used to manage firmware updates, configure the BMC (Baseboard ManagementController), and perform other administrative tasks related to IPMI-enabled systems.One of the key benefits of IPMITool is its flexibility. It supports a wide range ofoptions and commands, allowing administrators to customize their monitoring andmanagement workflows. IPMITool can be used on Linux, Windows, and other operatingsystems, and it can also be integrated with other monitoring and management tools.Overall, IPMITool is a powerful and versatile tool for managing and monitoring IPMI-enabled systems. It provides system administrators with granular control over theirsystems and enables them to quickly diagnose and resolve issues. | Utility for IPMI control | 2 | 工具 + iproute | iproute | The iproute package contains networking utilities (ip and rtmon, for example)which are designed to use the advanced networking capabilities of the Linuxkernel. | Advanced IP routing and network device configuration tools | 2 | 工具 + iproute-devel | iproute | The libnetlink static library. | iproute development files | 2 | 库 + iproute-tc | iproute | The Traffic Control utility manages queueing disciplines, their classes andattached filters and actions. It is the standard tool to configure QoS inLinux. | Linux Traffic Control utility | 2 | 工具 + iprutils | iprutils | Provides a suite of utilities to manage and configure SCSI devicessupported by the ipr SCSI storage device driver. | Utilities for the IBM Power Linux RAID adapters | 2 | 工具 + ipset | ipset | IP sets are a framework inside the Linux kernel since version 2.4.x, which canbe administered by the ipset utility. Depending on the type, currently an IPset may store IP addresses, (TCP/UDP) port numbers or IP addresses with MACaddresses in a way, which ensures lightning speed when matching an entryagainst a set. | Manage Linux IP sets | 2 | 工具 + ipset-devel | ipset | This package provides the files required to develop software using the ipsetlibraries. | Development files for ipset | 2 | 库 + ipset-libs | ipset | This package provides the libraries which provide the IP sets funcionality. | Shared library providing the IP sets functionality | 2 | 工具 + ipset-service | ipset | This package provides the service ipset that is splitout of the base package since it is not active by default. | ipset service for ipsets | 2 | 工具 + iptables-compat | iptables | This package only exists to help transition iptables users to the newpackage split. It will be removed after one distribution release cycle, pleasedo not reference it or depend on it in any way. | Temporary transitioning package | 2 | 工具 + iptables-devel | iptables | libxtables development headers and pkgconfig files | Development package for iptables | 2 | 工具 + iptables-legacy | iptables | The iptables-legacy utility is a command line tool that controls the networkpacket filtering code in the Linux kernel. It uses an oldgetsockopt/setsockopt-based kernel interface which has some limitations.Therefore, iptables can also be used with the newer nf_tables based API1.This package contains the legacy tools which are obsoleted by nft-variantsin iptables-nft package for backwards compatibility reasons. If you need toset up firewalls and/or IP masquerading, you should not install this packagebut either nftables or iptables-nft instead. | Legacy tools for managing Linux kernel packet filtering capabilities | 2 | 工具 + iptables-legacy-devel | iptables | Legacy iptables development headers and pkgconfig filesThe iptc libraries are marked as not public by upstream. The interface is notstable and may change with every new version. It is therefore unsupported. | Development package for legacy iptables | 2 | 库 + iptables-legacy-libs | iptables | iptables libraries.Please remember that libip*tc libraries do neither have a stable API nor a real so version.For more information about this, please have a look at http://www.netfilter.org/documentation/FAQ/netfilter-faq-4.html#ss4.5 | iptables legacy libraries | 2 | 库 + iptables-libs | iptables | libxtables and associated shared object filesLibxtables provides unified access to iptables extensions in userspace. Dataand logic for those is kept in per-extension shared object files. | libxtables and iptables extensions userspace support | 2 | 库 + iptables-nft | iptables | nftables compatibility for iptables, arptables and ebtables. | nftables compatibility for iptables, arptables and ebtables | 2 | 工具 + iptables-services | iptables | iptables services for IPv4 and IPv6This package provides the services iptables and ip6tables that have been splitout of the base package since they are not active by default anymore. | iptables and ip6tables services for iptables | 2 | 服务 + iptables-utils | iptables | Utils for iptablesThis package provides nfnl_osf with the pf.os database and nfbpf_compile,a bytecode generator for use with xt_bpf. Also included is iptables-apply,a safer way to update iptables remotely. | iptables and ip6tables misc utilities | 2 | 工具 + iputils | iputils | The iputils package contains basic utilities for monitoring a network,including ping. The ping command sends a series of ICMP protocolECHO_REQUEST packets to a specified network host to discover whetherthe target machine is alive and receiving network traffic. | Network monitoring tools including ping | 1 | 工具 + ipvsadm | ipvsadm | ipvsadm is used to setup, maintain, and inspect the virtual server table in the Linuxkernel. The Linux Virtual Server can be used to build scalable network services basedon a cluster of two or more nodes. The active node of the cluster redirects servicerequests to a collection of server hosts that will actually perform the services.Supported Features include: - two transport layer (layer-4) protocols (TCP and UDP) - three packet-forwarding methods (NAT, tunneling, and direct routing) - eight load balancing algorithms (round robin, weighted round robin, least-connection, weighted least-connection, locality-based least-connection, locality-based least-connection with replication, destination-hashing, and source-hashing) | Utility to administer the Linux Virtual Server | 2 | 服务 + ipxe-bootimgs-aarch64 | ipxe | iPXE is a network bootloader that is open-source and offers a direct alternative to proprietary PXE ROMs. Additionally, it comes with various additional features such as DNS, HTTP, iSCSI, and more.This package contains the iPXE ARM boot images in USB and GRUB formats. | ARM Network boot loader images in bootable USB and GRUB formats | 2 | 服务 + ipxe-bootimgs-x86 | ipxe | iPXE is a network bootloader that is open-source and offers a direct alternative to proprietary PXE ROMs. Additionally, it comes with various additional features such as DNS, HTTP, iSCSI, and more.This package contains the iPXE boot images in USB, CD, floppy, and PXEUNDI formats. | X86 Network boot loader images in bootable USB, CD, floppy and GRUB formats | 2 | 服务 + ipxe-roms | ipxe | iPXE is a network bootloader that is open-source and offers a direct alternative to proprietary PXE ROMs. Additionally, it comes with various additional features such as DNS, HTTP, iSCSI, and more.This package contains the iPXE roms in .rom format. | Network boot loader roms in .rom format | 2 | 服务 + ipxe-roms-qemu | ipxe | iPXE is a network bootloader that is open-source and offers a direct alternative to proprietary PXE ROMs. Additionally, it comes with various additional features such as DNS, HTTP, iSCSI, and more.This package contains the iPXE ROMs for devices emulated by QEMU, in.rom format. | Network boot loader roms supported by QEMU, .rom format | 2 | 服务 + irqbalance | irqbalance | irqbalance is a daemon that evenly distributes IRQ load acrossmultiple CPUs for enhanced performance. | IRQ balancing daemon | 2 | 服务 + iscsi-initiator-utils | iscsi-initiator-utils | The iscsi package provides the server daemon for the iSCSI protocol,as well as the utility programs used to manage it. iSCSI is a protocolfor distributed disk access using SCSI commands sent over InternetProtocol networks. | iSCSI daemon and utility programs | 2 | 服务 + iscsi-initiator-utils-devel | iscsi-initiator-utils | The iscsi-initiator-utils-devel package contains libraries and header files fordeveloping applications that use iscsi-initiator-utils. | Development files for iscsi-initiator-utils | 3 | 工具 + iscsi-initiator-utils-iscsiuio | iscsi-initiator-utils | The iscsiuio configuration daemon provides network configuration helpfor some iSCSI offload hardware. | Userspace configuration daemon required for some iSCSI hardware | 2 | 服务 + isns-utils | isns-utils | The iSNS package contains the daemon and tools to setup a iSNS server,and iSNS client tools. The Internet Storage Name Service (iSNS) protocolallows automated discovery, management and configuration of iSCSI andFibre Channel devices (using iFCP gateways) on a TCP/IP network. | The iSNS daemon and utility programs | 2 | 工具 + isns-utils-devel | isns-utils | Development files for iSNS | Development files for iSNS | 2 | 工具 + isns-utils-libs | isns-utils | Shared library files for iSNS | Shared library files for iSNS | 2 | 工具 + iso-codes | iso-codes | This package provides the ISO 639 Language code list, the ISO 4217Currency code list, the ISO 3166 Territory code list, and ISO 3166-2sub-territory lists, and all their translations in gettext format. | ISO code lists and translations | 3 | 工具 + iso-codes-devel | iso-codes | This package contains the pkg-config files for developmentwhen building programs that use iso-codes. | Files for development using iso-codes | 3 | 库 + isomd5sum | isomd5sum | The isomd5sum package contains utilities for implanting and verifyingan md5sum implanted into an ISO9660 image. | Utilities for working with md5sum implanted in ISO images | 3 | 工具 + isomd5sum-devel | isomd5sum | This contains header files and a library for working with the isomd5sumimplanting and checking. | Development headers and library for using isomd5sum | 3 | 库 + itstool | itstool | ITS Tool allows you to translate XML documents with PO files, using rules fromthe W3C Internationalization Tag Set (ITS) to determine what to translate andhow to separate it into PO file messages. | ITS-based XML translation tool | 3 | 工具 + itstool-doc | itstool | Doc pages for itstool. | Documents for itstool | 3 | 工具 + ivy-local | javapackages-tools | This package implements local mode for Apache Ivy, which allowsartifact resolution using XMvn resolver. | Local mode for Apache Ivy | 3 | 库 + iw | iw | iw is a new nl80211 based CLI configuration utility for wireless devices.Currently you can only use this utility to configure devices whichuse a mac80211 driver as these are the new drivers being written -only because most new wireless devices being sold are now SoftMAC. | A nl80211 based wireless configuration tool | 3 | 工具 + iwl1000-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel® hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel® | 1 | 服务 + iwl100-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl105-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl135-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl2000-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl2030-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl3160-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl3945-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel® hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel® | 1 | 服务 + iwl4965-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel® hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel® | 1 | 服务 + iwl5000-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel® hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel® | 1 | 服务 + iwl5150-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel® hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel® | 1 | 服务 + iwl6000-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl6000g2a-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl6000g2b-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl6050-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwl7260-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwlax2xx-firmware | linux-firmware | This package contains the essential firmware for Intel wireless drivers tosupport "Intel(R) hardware on Linux systems. Users should read the termsand conditions contained inside carefully before any usage of the firmware, asit is subject to these terms and conditions. | Firmware for "Intel(R) | 1 | 服务 + iwpmd | rdma-core | iwpmd provides a userspace service for iWarp drivers to claimtcp ports through the standard socket interface. | iWarp Port Mapper userspace daemon | 2 | 库 + jakarta-activation | jakarta-activation | Jakarta Activation lets you take advantage of standard services to:determine the type of an arbitrary piece of data; encapsulate access toit; discover the operations available on it; and instantiate theappropriate bean to perform the operation(s). | Jakarta Activation Specification and Implementation | 3 | 库 + jakarta-activation-javadoc | jakarta-activation | This package contains javadoc for jakarta-activation. | Javadoc for jakarta-activation | 3 | 库 + jakarta-annotations | jakarta-annotations | Jakarta Annotations defines a collection of annotations representingcommon semantic concepts that enable a declarative style of programmingthat applies across a variety of Java technologies. | Jakarta Annotations | 3 | 库 + jakarta-annotations-javadoc | jakarta-annotations | API documentation for jakarta-annotations. | API documentation for jakarta-annotations | 3 | 库 + jakarta-mail | jakarta-mail | The Jakarta Mail API provides a platform-independent andprotocol-independent framework to build mail and messaging applications. | Jakarta Mail API | 3 | 库 + jakarta-mail-doc | jakarta-mail | The jakarta-mail-doc package contains documentation files for jakarta-mail. | Documentation files for jakarta-mail | 3 | 服务 + jakarta-servlet | jakarta-servlet | Jakarta Servlet defines a server-side API for handling HTTP requestsand responses. | Server-side API for handling HTTP requests and responses | 3 | 库 + jakarta-servlet-javadoc | jakarta-servlet | API documentation for jakarta-servlet. | API documentation for jakarta-servlet | 3 | 库 + jansi | jansi | Jansi is a small java library that allows you to use ANSI escape sequencesin your Java console applications. It implements ANSI support on platformswhich don't support it like Windows and provides graceful degradation forwhen output is being sent to output devices which cannot support ANSI sequences. | Generate and interpret ANSI escape sequences in Java | 3 | 库 + jansi-javadoc | jansi | This package contains the API documentation for jansi. | Javadocs for jansi | 3 | 库 + jansson | jansson | Jansson is a C library for encoding, decoding and manipulating JSON data.It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite | C library for encoding, decoding and manipulating JSON data | 3 | 库 + jansson-devel | jansson | Header files for developing applications making use of jansson. | Header files for jansson | 3 | 工具 + jansson-devel-doc | jansson | Development documentation for jansson. | Development documentation for jansson | 3 | 库 + jasper-devel | jasper | Header files, libraries and developer documentation. | Header files, libraries and developer documentation | 3 | 库 + jasper-libs | jasper | Runtime libraries for jasper. | Runtime libraries for jasper | 3 | 库 + java-1.8.0-alibaba-dragonwell | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 JDK | Alibaba Dragonwell 1.8.0 JDK | 3 | 库 + java-1.8.0-alibaba-dragonwell-demo | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 demo | Alibaba Dragonwell 1.8.0 demo | 3 | 库 + java-1.8.0-alibaba-dragonwell-demo-fastdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment demo fastdebug | Alibaba Dragonwell 1.8.0 Runtime Environment demofastdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-demo-slowdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment demo slowdebug | Alibaba Dragonwell 1.8.0 Runtime Environment demoslowdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-devel | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 devel | Alibaba Dragonwell 1.8.0 devel | 3 | 库 + java-1.8.0-alibaba-dragonwell-devel-fastdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment devel fastdebug | Alibaba Dragonwell 1.8.0 Runtime Environment devel fastdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-devel-slowdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment devel slowdebug | Alibaba Dragonwell 1.8.0 Runtime Environment devel slowdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-fastdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment fastdebug | Alibaba Dragonwell 1.8.0 Runtime Environment fastdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-headless | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 headless | Alibaba Dragonwell 1.8.0 headless | 3 | 库 + java-1.8.0-alibaba-dragonwell-headless-fastdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment headless fastdebug | Alibaba Dragonwell 1.8.0 Runtime Environment headless fastdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-headless-slowdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment headless slowdebug | Alibaba Dragonwell 1.8.0 Runtime Environment headless slowdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-javadoc | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 javadoc | Alibaba Dragonwell 1.8.0 javadoc | 3 | 库 + java-1.8.0-alibaba-dragonwell-javadoc-zip | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 javadoc zip | Alibaba Dragonwell 1.8.0 javadoc zip | 3 | 库 + java-1.8.0-alibaba-dragonwell-slowdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment slowdebug | Alibaba Dragonwell 1.8.0 Runtime Environment slowdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-src | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 src | Alibaba Dragonwell 1.8.0 src | 3 | 库 + java-1.8.0-alibaba-dragonwell-src-fastdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment src fastdebug | Alibaba Dragonwell 1.8.0 Runtime Environment src fastdebug | 3 | 库 + java-1.8.0-alibaba-dragonwell-src-slowdebug | java-1.8.0-alibaba-dragonwell | Alibaba Dragonwell 1.8.0 Runtime Environment src slowdebug | Alibaba Dragonwell 1.8.0 Runtime Environment src slowdebug | 3 | 库 + java-11-alibaba-dragonwell | java-11-alibaba-dragonwell | Alibaba Dragonwell11 JDK | Alibaba Dragonwell11 JDK | 3 | 库 + java-11-alibaba-dragonwell-demo | java-11-alibaba-dragonwell | Alibaba Dragonwell11 demo | Alibaba Dragonwell11 demo | 3 | 库 + java-11-alibaba-dragonwell-demo-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment demo fastdebug | Alibaba Dragonwell11 Runtime Environment demofastdebug | 3 | 库 + java-11-alibaba-dragonwell-demo-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment demo slowdebug | Alibaba Dragonwell11 Runtime Environment demoslowdebug | 3 | 库 + java-11-alibaba-dragonwell-devel | java-11-alibaba-dragonwell | Alibaba Dragonwell11 devel | Alibaba Dragonwell11 devel | 3 | 库 + java-11-alibaba-dragonwell-devel-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment devel fastdebug | Alibaba Dragonwell11 Runtime Environment devel fastdebug | 3 | 库 + java-11-alibaba-dragonwell-devel-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment devel slowdebug | Alibaba Dragonwell11 Runtime Environment devel slowdebug | 3 | 库 + java-11-alibaba-dragonwell-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment fastdebug | Alibaba Dragonwell11 Runtime Environment fastdebug | 3 | 库 + java-11-alibaba-dragonwell-headless | java-11-alibaba-dragonwell | Alibaba Dragonwell11 headless | Alibaba Dragonwell11 headless | 3 | 库 + java-11-alibaba-dragonwell-headless-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment headless fastdebug | Alibaba Dragonwell11 Runtime Environment headless fastdebug | 3 | 库 + java-11-alibaba-dragonwell-headless-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment headless slowdebug | Alibaba Dragonwell11 Runtime Environment headless slowdebug | 3 | 库 + java-11-alibaba-dragonwell-javadoc | java-11-alibaba-dragonwell | Alibaba Dragonwell11 javadoc | Alibaba Dragonwell11 javadoc | 3 | 库 + java-11-alibaba-dragonwell-javadoc-zip | java-11-alibaba-dragonwell | Alibaba Dragonwell11 javadoc zip | Alibaba Dragonwell11 javadoc zip | 3 | 库 + java-11-alibaba-dragonwell-jmods | java-11-alibaba-dragonwell | Alibaba Dragonwell11 jmods | Alibaba Dragonwell11 jmods | 3 | 库 + java-11-alibaba-dragonwell-jmods-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment jmods fastdebug | Alibaba Dragonwell11 Runtime Environment jmods fastdebug | 3 | 库 + java-11-alibaba-dragonwell-jmods-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment jmods slowdebug | Alibaba Dragonwell11 Runtime Environment jmods slowdebug | 3 | 库 + java-11-alibaba-dragonwell-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment slowdebug | Alibaba Dragonwell11 Runtime Environment slowdebug | 3 | 库 + java-11-alibaba-dragonwell-src | java-11-alibaba-dragonwell | Alibaba Dragonwell11 src | Alibaba Dragonwell11 src | 3 | 库 + java-11-alibaba-dragonwell-src-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment src fastdebug | Alibaba Dragonwell11 Runtime Environment src fastdebug | 3 | 库 + java-11-alibaba-dragonwell-src-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment src slowdebug | Alibaba Dragonwell11 Runtime Environment src slowdebug | 3 | 库 + java-11-alibaba-dragonwell-static-libs | java-11-alibaba-dragonwell | Alibaba Dragonwell11 static libs | Alibaba Dragonwell11 static libs | 3 | 库 + java-11-alibaba-dragonwell-static-libs-fastdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment static libs fastdebug | Alibaba Dragonwell11 Runtime Environment static libs fastdebug | 3 | 库 + java-11-alibaba-dragonwell-static-libs-slowdebug | java-11-alibaba-dragonwell | Alibaba Dragonwell11 Runtime Environment static libs slowdebug | Alibaba Dragonwell11 Runtime Environment static libs slowdebug | 3 | 库 + java-17-alibaba-dragonwell | java-17-alibaba-dragonwell | Alibaba Dragonwell17 JDK | Alibaba Dragonwell17 JDK | 3 | 库 + java-17-alibaba-dragonwell-demo | java-17-alibaba-dragonwell | Alibaba Dragonwell17 demo | Alibaba Dragonwell17 demo | 3 | 库 + java-17-alibaba-dragonwell-demo-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment demo fastdebug | Alibaba Dragonwell17 Runtime Environment demofastdebug | 3 | 库 + java-17-alibaba-dragonwell-demo-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment demo slowdebug | Alibaba Dragonwell17 Runtime Environment demoslowdebug | 3 | 库 + java-17-alibaba-dragonwell-devel | java-17-alibaba-dragonwell | Alibaba Dragonwell17 devel | Alibaba Dragonwell17 devel | 3 | 库 + java-17-alibaba-dragonwell-devel-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment devel fastdebug | Alibaba Dragonwell17 Runtime Environment devel fastdebug | 3 | 库 + java-17-alibaba-dragonwell-devel-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment devel slowdebug | Alibaba Dragonwell17 Runtime Environment devel slowdebug | 3 | 库 + java-17-alibaba-dragonwell-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment fastdebug | Alibaba Dragonwell17 Runtime Environment fastdebug | 3 | 库 + java-17-alibaba-dragonwell-headless | java-17-alibaba-dragonwell | Alibaba Dragonwell17 headless | Alibaba Dragonwell17 headless | 3 | 库 + java-17-alibaba-dragonwell-headless-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment headless fastdebug | Alibaba Dragonwell17 Runtime Environment headless fastdebug | 3 | 库 + java-17-alibaba-dragonwell-headless-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment headless slowdebug | Alibaba Dragonwell17 Runtime Environment headless slowdebug | 3 | 库 + java-17-alibaba-dragonwell-javadoc | java-17-alibaba-dragonwell | Alibaba Dragonwell17 javadoc | Alibaba Dragonwell17 javadoc | 3 | 库 + java-17-alibaba-dragonwell-javadoc-zip | java-17-alibaba-dragonwell | Alibaba Dragonwell17 javadoc zip | Alibaba Dragonwell17 javadoc zip | 3 | 库 + java-17-alibaba-dragonwell-jmods | java-17-alibaba-dragonwell | Alibaba Dragonwell17 jmods | Alibaba Dragonwell17 jmods | 3 | 库 + java-17-alibaba-dragonwell-jmods-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment jmods fastdebug | Alibaba Dragonwell17 Runtime Environment jmods fastdebug | 3 | 库 + java-17-alibaba-dragonwell-jmods-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment jmods slowdebug | Alibaba Dragonwell17 Runtime Environment jmods slowdebug | 3 | 库 + java-17-alibaba-dragonwell-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment slowdebug | Alibaba Dragonwell17 Runtime Environment slowdebug | 3 | 库 + java-17-alibaba-dragonwell-src | java-17-alibaba-dragonwell | Alibaba Dragonwell17 src | Alibaba Dragonwell17 src | 3 | 库 + java-17-alibaba-dragonwell-src-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment src fastdebug | Alibaba Dragonwell17 Runtime Environment src fastdebug | 3 | 库 + java-17-alibaba-dragonwell-src-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment src slowdebug | Alibaba Dragonwell17 Runtime Environment src slowdebug | 3 | 库 + java-17-alibaba-dragonwell-static-libs | java-17-alibaba-dragonwell | Alibaba Dragonwell17 static libs | Alibaba Dragonwell17 static libs | 3 | 库 + java-17-alibaba-dragonwell-static-libs-fastdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment static libs fastdebug | Alibaba Dragonwell17 Runtime Environment static libs fastdebug | 3 | 库 + java-17-alibaba-dragonwell-static-libs-slowdebug | java-17-alibaba-dragonwell | Alibaba Dragonwell17 Runtime Environment static libs slowdebug | Alibaba Dragonwell17 Runtime Environment static libs slowdebug | 3 | 库 + javapackages-bootstrap | javapackages-bootstrap | In a nutshell, Java Packages Bootstrap (JPB) is a standalone build of all Javasoftware packages that are required for Java Packages Tools (JPT) to work.In order to achieve reliable and reproducible builds of Java packages whilemeeting Fedora policy that requires everything to be built from source, withoutusing prebuilt binary artifacts, it is necessary to build the packages in awell-defined, acyclic order. Dependency cycles between packages are the biggestobstacle to achieving this goal and JPT is the biggest offender -- it requiresmore than a hundred of Java packages, all of which in turn build-require JPT.JPB comes with a solution to this problem -- it builds everything that JPT needsto work, without reliance on any Java software other than OpenJDK. JPT candepend on JPB for everything, without depending on any other Java packages. Forexample, JPB contains embedded version of XMvn, removing dependency of JPT onXMvn, allowing JPT to be used before one builds XMvn package. | A means of bootstrapping Java Packages Tools | 3 | 库 + javapackages-bootstrap-openjdk8 | javapackages-bootstrap | OpenJDK 8 toolchain for Java Packages Bootstrap. | OpenJDK 8 toolchain for Java Packages Bootstrap | 3 | 库 + javapackages-common | javapackages-tools | This package provides non-essential, but commonly used macros andscripts to support Java packaging. | Non-essential macros and scripts for Java packaging support | 3 | 库 + javapackages-extra | javapackages-tools | This package provides rarely-used and obsolete macros and scripts tosupport Java packaging. | Rarely-used macros and scripts for Java packaging support | 3 | 库 + javapackages-filesystem | javapackages-tools | This package provides some basic directories into which Java packagesinstall their content. | Java packages filesystem layout | 3 | 库 + javapackages-generators | javapackages-tools | RPM dependency generators to support Java packaging. | RPM dependency generators for Java packaging support | 3 | 库 + javapackages-local | javapackages-tools | This package provides non-essential macros and scripts to support Java packaging. | Non-essential macros and scripts for Java packaging support | 3 | 库 + javapackages-tools | javapackages-tools | Javapackages-tools is a collection of tools and scripts that are designed toprovide a standardized approach to Java package management in Linuxdistributions. These tools help with the creation, installation, and removalof Java packages, and they also provide a consistent directory structure forJava packages.The main components of Javapackages-tools include:Javapackages-filesystem: This component defines a standard directorystructure for Java packages. It specifies the locations for Java libraries,configuration files, and binaries. This standard directory structure makes iteasier to manage and install Java packages across different Linuxdistributions.Javapackages-tools: This component provides a command-line interface formanaging Java packages. It includes tools for creating, installing, andremoving Java packages. It also provides tools for querying the packagedatabase and checking package dependencies.Javapackages-maven-plugin: This component is a plugin for the Maven buildsystem. It provides support for building Java packages that conform to theJavapackages-filesystem standard. This plugin generates RPM or DEB packagesthat can be easily installed on Linux systems.Javapackages-local: This component provides a way to install Java packageslocally without requiring administrative privileges. This is useful fortesting and development purposes, where developers may not have access to thesystem-wide package database.Javapackages-ivy: This component provides integration with the Ivydependency management system. It allows Java packages to be installed andmanaged using Ivy, which can simplify the process of managing complex Javaapplications.Overall, Javapackages-tools is a useful collection of tools for managing Javapackages in Linux distributions. It provides a standardized approach to Javapackage management, which can make it easier to create, install, and removeJava packages across different Linux distributions. | Macros and scripts for Java packaging support | 3 | 工具 + javascriptcoregtk4.1 | webkitgtk | This package contains the JavaScript engine from webkit2gtk4.1. | JavaScript engine from webkit2gtk4.1 | 3 | 库 + javascriptcoregtk4.1-devel | webkitgtk | The javascriptcoregtk4.1-devel package contains libraries, build data, and headerfiles for developing applications that use JavaScript engine from webkit2gtk-4.1. | Development files for JavaScript engine from webkit2gtk4.1 | 3 | 库 + javascriptcoregtk6.0 | webkitgtk | This package contains the JavaScript engine from webkitgtk6.0. | JavaScript engine from webkitgtk6.0 | 3 | 库 + javascriptcoregtk6.0-devel | webkitgtk | The javascriptcoregtk6.0-devel package contains libraries, build data, and headerfiles for developing applications that use JavaScript engine from webkitgtk-6.0. | Development files for JavaScript engine from webkitgtk6.0 | 3 | 库 + jbig2dec-devel | jbig2dec | This package is only needed if you plan to develop or compile applicationswhich requires the jbig2dec library. | Static library and header files for development with jbig2dec | 3 | 库 + jbig2dec-libs | jbig2dec | This package provides the shared jbig2dec library. | A decoder implementation of the JBIG2 image compression format | 3 | 库 + jbigkit | jbigkit | JBIG-KIT is a software implementation of the JBIG1 data compressionstandard (ITU-T T.82), which was designed for bi-level image data,such as scanned documents. This library is available in portable Ccode. It is widely used in fax products, printer firmware, printerdrivers, document management systems and imaging software.The package includes two variant implementations: jbig.c implementsnearly all options of the standard, but has to keep the fulluncompressed image in memory, whereas jbig85.c implements just theITU-T T.85 profile, with memory management optimized for embeddedand fax applications, buffering only a few lines of the uncompressedimage in memory, able to stream images of initially unknown height. | JBIG1 lossless image compression tools | 3 | 库 + jbigkit-devel | jbigkit | The jbigkit-devel package contains files needed for jbigkit development. | Files for jbigkit development | 3 | 库 + jbigkit-libs | jbigkit | The jbigkit-libs provides libraries for jbigkit. | Libraries for jbigkit | 3 | 库 + jcl-over-slf4j | slf4j | JCL 1.1.1 implemented over SLF4J. | JCL 1.1.1 implemented over SLF4J | 3 | 库 + jdependency | jdependency | jdependency is a small library that helps you analyze class leveldependencies, clashes and missing classes. | Class dependency analysis library for Java | 3 | 库 + jdependency-javadoc | jdependency | API documentation for jdependency. | API documentation for jdependency | 3 | 库 + jdom | jdom | JDOM is, quite simply, a Java representation of an XML document. JDOMprovides a way to represent that document for easy and efficientreading, manipulation, and writing. It has a straightforward API, is alightweight and fast, and is optimized for the Java programmer. It's analternative to DOM and SAX, although it integrates well with both DOMand SAX. | Java alternative to DOM and SAX | 3 | 库 + jdom2 | jdom2 | JDOM is a Java-oriented object model which models XML documents.It provides a Java-centric means of generating and manipulatingXML documents. While JDOM inter-operates well with existingstandards such as the Simple API for XML (SAX) and the DocumentObject Model (DOM), it is not an abstraction layer orenhancement to those APIs. Rather, it seeks to provide a robust,light-weight means of reading and writing XML data without thecomplex and memory-consumptive options that current APIofferings provide. | Java manipulation of XML made easy | 3 | 库 + jdom2-javadoc | jdom2 | This package contains javadoc for jdom2. | Javadoc for jdom2 | 3 | 库 + jdom-demo | jdom | Demonstrations and samples for jdom. | Demos for jdom | 3 | 库 + jdom-javadoc | jdom | Javadoc for jdom. | Javadoc for jdom | 3 | 库 + jemalloc | jemalloc | General-purpose scalable concurrent malloc(3) implementation.This distribution is the stand-alone "portable" implementation of jemalloc. | General-purpose scalable concurrent malloc implementation | 3 | 库 + jemalloc-devel | jemalloc | The jemalloc-devel package contains libraries and header files fordeveloping applications that use jemalloc. | Development files for jemalloc | 3 | 库 + jfsutils | jfsutils | The jfsutils package contains a number of utilities for creating,checking, modifying, and correcting any inconsistencies in JFSfilesystems. The following utilities are available: fsck.jfs - initiatereplay of the JFS transaction log, and check and repair a JFS formatteddevice; logdump - dump a JFS formatted device's journal log; logredo -"replay" a JFS formatted device's journal log; mkfs.jfs - create a JFSformatted partition; xchkdmp - dump the contents of a JFS fsck log filecreated with xchklog; xchklog - extract a log from the JFS fsck workspaceinto a file; xpeek - shell-type JFS file system editor. | Utilities for managing the JFS filesystem | 2 | 工具 + jfsutils-doc | jfsutils | The jfsutils-doc package contains documentation files for jfsutils. | Documentation files for jfsutils | 2 | 库 + jitterentropy | jitterentropy | Library implementing the CPU jitter entropy source | Library implementing the jitter entropy source | 3 | 库 + jitterentropy-devel | jitterentropy | Development headers and libraries for jitterentropy | Development headers for jitterentropy library | 3 | 库 + jose | jose | José is a command line utility for performing various tasks on JSONObject Signing and Encryption (JOSE) objects. José provides a fullcrypto stack including key generation, signing and encryption. | Tools for JSON Object Signing and Encryption (JOSE) | 3 | 工具 + jq | jq | lightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. It is written in portable C, and it has zero runtime dependencies. jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. | Command-line JSON processor | 3 | 工具 + jq-devel | jq | Development files for jq | Development files for jq | 3 | 库 + js-jquery | js-jquery | jQuery is a fast, small, and feature-rich JavaScript library. It makes thingslike HTML document traversal and manipulation, event handling, animation, andAjax much simpler with an easy-to-use API that works across a multitude ofbrowsers. With a combination of versatility and extensibility, jQuery haschanged the way that millions of people write JavaScript. | JavaScript DOM manipulation, event handling, and AJAX library | 3 | 库 + json-c | json-c | JSON-C implements a reference counting object model that allows youto easily construct JSON objects in C, output them as JSON formattedstrings and parse JSON formatted strings back into the C representationof JSON objects. It aims to conform to RFC 7159. | JSON implementation in C | 3 | 库 + json-c-devel | json-c | This package contains libraries and header files fordeveloping applications that use json-c. | Development files for json-c | 3 | 库 + json-c-doc | json-c | This package contains the reference manual for json-c. | Reference manual for json-c | 3 | 库 + jsoncpp | jsoncpp | JSON is a lightweight data-interchange format. It can represent numbers,strings, ordered sequences of values, and collections of name/value pairs.JsonCpp is a C++ library that allows manipulating JSON values, includingserialization and deserialization to and from strings. It can also preserveexisting comment in unserialization/serialization steps, making it aconvenient format to store user input files. | JSON library implemented in C++ | 3 | 库 + jsoncpp-devel | jsoncpp | This package contains the development headers and library for jsoncpp. | Development headers and library for jsoncpp | 3 | 库 + jsoncpp-doc | jsoncpp | This package contains the documentation for jsoncpp. | Documentation for jsoncpp | 3 | 库 + json-glib | json-glib | json-glib is a library providing serialization and deserialization supportfor the JavaScript Object Notation (JSON) format.Many high-level languages already provide native modules for parsing,generating and manipulating JSON data streams. json-glib is a C librarybased on GLib and released under the terms of the GNU Lesser GeneralPublic License version 2.1. It provides a parser and a generator GObjectclasses and various wrappers for the complex data types employed by JSON,such as arrays and objects. | Library for JavaScript Object Notation format | 3 | 库 + json-glib-devel | json-glib | The json-glib-devel package contains libraries and header files fordeveloping applications that use json-glib. | Development files for json-glib | 3 | 库 + json-glib-tests | json-glib | The json-glib-tests package contains tests that can be used to verifythe functionality of the installed json-glib package. | Tests for the json-glib package | 3 | 库 + jsr-305 | jsr-305 | This package contains reference implementations, test cases, and otherdocuments for Java Specification Request 305: Annotations for Software DefectDetection. | Correctness annotations for Java code | 3 | 库 + jsr-305-javadoc | jsr-305 | API documentation for jsr-305. | API documentation for jsr-305 | 3 | 库 + Judy | Judy | Judy is a general purpose dynamic array implemented as a C callable library.Judy's speed and memory usage are typically better than other data storagemodels and improves with very large data sets. | General purpose dynamic array | 3 | 库 + Judy-devel | Judy | This package contains the development libraries and header filesfor developing applications that use the Judy library. | Development libraries and headers for Judy | 3 | 库 + junit | junit | JUnit is a regression testing framework written by Erich Gamma and Kent Beck.It is used by the developer who implements unit tests in Java. JUnit is OpenSource Software, released under the Common Public License Version 1.0 andhosted on GitHub. | Java regression test package | 3 | 库 + junit5 | junit5 | JUnit is a popular regression testing framework for Java platform. | Java regression testing framework | 3 | 库 + junit5-guide | junit5 | JUnit 5 User Guide. | Documentation for junit5 | 3 | 服务 + junit5-javadoc | junit5 | Junit5 API documentation. | Javadoc for junit5 | 3 | 库 + junit-javadoc | junit | Javadoc for junit. | Javadoc for junit | 3 | 库 + junit-manual | junit | Documentation for junit. | Manual for junit | 3 | 库 + jupyterlab | jupyterlab | JupyterLab is the next-generation user interface for Project Jupyteroffering all the familiar building blocks of the classic JupyterNotebook (notebook, terminal, text editor, file browser, rich outputs, etc.)in a flexible and powerful user interface. | JupyterLab computational environment | 3 | 服务 + jurand | jurand | The tool can be used for patching .java sources in cases where using sed isinsufficient due to Java language syntax. The tool follows Java language rulesrather than applying simple regular expressions on the source code. | A tool for manipulating Java symbols | 3 | 工具 + jurand-doc | jurand | Doc files for jurand | Doc files for jurand | 3 | 工具 + kata-containers | kata-containers | Kata Containers version 3.x repository. Kata Containers is an open sourceproject and community working to build a standard implementation of lightweightVirtual Machines (VMs) that feel and perform like containers, but provide theworkload isolation and security advantages of VMs. https://katacontainers.io/. | Kata Containers version 3.x repository | 3 | 服务 + kbd | kbd | The kbd package contains tools for managing a Linuxsystem's console's behavior, including the keyboard, the screenfonts, the virtual terminals and font files. | Tools for configuring the console (keyboard, virtual terminals, etc.) | 1 | 工具 + kbd-legacy | kbd | The kbd-legacy package contains original keymaps for kbd package.Please note that kbd-legacy is not helpful without kbd. | Legacy data for kbd package | 1 | 工具 + kbd-misc | kbd | The kbd-misc package contains data for kbd package - console fonts,keymaps etc. Please note that kbd-misc is not helpful without kbd. | Data for kbd package | 1 | 工具 + kdump-anaconda-addon | kdump-anaconda-addon | Kdump anaconda addon | Kdump configuration anaconda addon | 2 | 工具 + kdump-anaconda-addon-doc | kdump-anaconda-addon | The kdump-anaconda-addon-doc package contains documentation files for kdump-anaconda-addon. | Documentation files for kdump-anaconda-addon | 2 | 工具 + keenopt | keenopt | Auto-Tuning algorithm module of KeenTune | Auto-Tuning algorithm library of KeenTune | 2 | 工具 + keentune-bench | keentune-bench | Benchmark script running models for KeenTune | Benchmark script running models for KeenTune | 2 | 工具 + keentune-brain | keentune-brain | Auto-Tuning algorithm module of KeenTune | Auto-Tuning algorithm module of KeenTune | 2 | 服务 + keentuned | keentuned | KeenTune tuning tools rpm package | KeenTune tuning tools | 2 | 服务 + keentune-target | keentune-target | Parameters setting, reading and backup models for KeenTune | Parameters setting, reading and backup models for KeenTune | 2 | 服务 + keentune-ui | keentune-ui | KeenTune UI rpm package | KeenTune web UI | 2 | 工具 + keepalived | keepalived | Keepalived provides simple and robust facilities for load balancingand high availability to Linux system and Linux based infrastructures.The load balancing framework relies on well-known and widely usedLinux Virtual Server (IPVS) kernel module providing Layer4 loadbalancing. Keepalived implements a set of checkers to dynamically andadaptively maintain and manage load-balanced server pool accordingtheir health. High availability is achieved by VRRP protocol. VRRP isa fundamental brick for router failover. In addition, keepalivedimplements a set of hooks to the VRRP finite state machine providinglow-level and high-speed protocol interactions. Keepalived frameworkscan be used independently or all together to provide resilientinfrastructures. | High Availability monitor built upon LVS, VRRP and service pollers | 2 | 服务 + keepalived-doc | keepalived | Doc files for keepalived | Doc files for keepalived | 3 | 工具 + kernel | kernel | This is the package which provides the Linux kernel for Alibaba Cloud Linux.It is based on upstream Linux at version 5.10.134 and maintains kABIcompatibility of a set of approved symbols, however it is heavily modified withbackports and fixes pulled from newer upstream Linux kernel releases. This meansthis is not a 5.10.134 kernel anymore: it includes several components which comefrom newer upstream linux versions, while maintaining a well tested and stablecore. Some of the components/backports that may be pulled in are: changes likeupdates to the core kernel (eg.: scheduler, cgroups, memory management, securityfixes and features), updates to block layer, supported filesystems, major driverupdates for supported hardware in Alibaba Cloud Linux, enhancements forenterprise customers, etc. | The Linux kernel, based on version 5.10.134, heavily modified with backports | 1 | 服务 + kernel-core | kernel | The kernel package contains the Linux kernel (vmlinuz), the core of anyLinux operating system. The kernel handles the basic functionsof the operating system: memory allocation, process allocation, deviceinput and output, etc. | The Linux kernel | 1 | 服务 + kernel-debug | kernel | The meta-package for the debug kernel | kernel meta-package for the debug kernel | 1 | 服务 + kernel-debug-core | kernel | The kernel package contains the Linux kernel (vmlinuz), the core of anyLinux operating system. The kernel handles the basic functionsof the operating system: memory allocation, process allocation, deviceinput and output, etc.This variant of the kernel has numerous debugging options enabled.It should only be installed when trying to gather additional informationon kernel bugs, as some of these options impact performance noticably. | The Linux kernel compiled with extra debugging enabled | 1 | 服务 + kernel-debug-devel | kernel | This package provides kernel headers and makefiles sufficient to build modulesagainst the debug kernel package. | Development package for building kernel modules to match the debug kernel | 1 | 服务 + kernel-debug-modules | kernel | This package provides commonly used kernel modules for the debug-core kernel package. | kernel modules to match the debug-core kernel | 1 | 服务 + kernel-debug-modules-extra | kernel | This package provides less commonly used kernel modules for the debug kernel package. | Extra kernel modules to match the debug kernel | 1 | 服务 + kernel-debug-modules-internal | kernel | This package provides kernel modules for the debug kernel package for Alibaba Cloud Linux internal usage. | Extra kernel modules to match the debug kernel | 1 | 服务 + kernel-devel | kernel | This package provides kernel headers and makefiles sufficient to build modulesagainst the kernel package. | Development package for building kernel modules to match the kernel | 1 | 服务 + kernel-headers | kernel | Kernel-headers includes the C header files that specify the interfacebetween the Linux kernel and userspace libraries and programs. Theheader files define structures and constants that are needed forbuilding most standard programs and are also needed for rebuilding theglibc package. | Header files for the Linux kernel for use by glibc | 1 | 服务 + kernel-modules | kernel | This package provides commonly used kernel modules for the core kernel package. | kernel modules to match the core kernel | 1 | 服务 + kernel-modules-extra | kernel | This package provides less commonly used kernel modules for the kernel package. | Extra kernel modules to match the kernel | 1 | 服务 + kernel-modules-internal | kernel | This package provides kernel modules for the kernel package for Alibaba Cloud Linux internal usage. | Extra kernel modules to match the kernel | 1 | 服务 + kernel-tools | kernel | This package contains the tools/ directory from the kernel sourceand the supporting documentation. | Assortment of tools for the Linux kernel | 1 | 工具 + kernel-tools-libs | kernel | This package contains the libraries built from the tools/ directoryfrom the kernel source. | Libraries for the kernel-tools | 1 | 服务 + kernel-tools-libs-devel | kernel | This package contains the development files for the tools/ directory fromthe kernel source. | Assortment of tools for the Linux kernel | 1 | 工具 + kexec-tools | kexec-tools | kexec-tools provides /sbin/kexec binary that facilitates a newkernel to boot using the kernel's kexec feature either on anormal or a panic reboot. This package contains the /sbin/kexecbinary and ancillary utilities that together form the userspacecomponent of the kernel's kexec feature. | The kexec/kdump userspace component | 3 | 工具 + keybinder3 | keybinder3 | Keybinder is a library for registering global keyboard shortcuts.Keybinder works with GTK-based applications using the X Window System.The library contains:- A C library, libkeybinder- Gobject-Introspection bindings | A library for registering global keyboard shortcuts | 3 | 工具 + keybinder3-devel | keybinder3 | This package contains the development files for keybinder3. | Development files for keybinder3 | 3 | 工具 + keybinder3-doc | keybinder3 | This package contains documentation for keybinder3. | Documentation for keybinder3 | 3 | 工具 + keyutils | keyutils | Utilities to control the kernel key management facility and to providea mechanism by which the kernel call back to user space to get a keyinstantiated. | Linux Key Management Utilities | 2 | 工具 + keyutils-libs | keyutils | This package provides a wrapper library for the key management facility systemcalls. | Key utilities library | 2 | 库 + keyutils-libs-devel | keyutils | This package provides headers and libraries for building key utilities. | Development package for building Linux key management utilities | 1 | 工具 + kmod | kmod | The kmod package provides various programs needed for automaticloading and unloading of modules under 2.6, 3.x, and later kernels, as wellas other module management programs. Device drivers and filesystems are twoexamples of loaded and unloaded modules. | Linux kernel module management utilities | 1 | 工具 + kmod-ast | kmod-ast | RPM Package for ASPEED Graphics DRM Driver | ASPEED Graphics DRM Driver | 1 | 服务 + kmod-devel | kmod | The kmod-devel package provides header files used for development ofapplications that wish to load or unload Linux kernel modules. | Header files for kmod development | 1 | 服务 + kmod-libs | kmod | The kmod-libs package provides runtime libraries for any application thatwishes to load or unload Linux kernel modules from the running system. | Libraries to handle kernel module loading and unloading | 3 | 库 + kpartx | device-mapper-multipath | kpartx manages partition creation and removal for device-mapper devices. | Partition device manager for device-mapper devices | 2 | 工具 + kpatch | kpatch | kpatch is a live kernel patch module manager. It allows the user to managea collection of binary kernel patch modules which can be used to dynamicallypatch the kernel without rebooting. | Dynamic kernel patch manager | 1 | 工具 + kpatch-build | kpatch-build | kpatch-build is a hot patch creation tool that can perform CVE andBug fixes on the operating system kernel without restarting thesystem and interrupting business. | kpatch - live kernel patching | 3 | 工具 + kpatch-dnf | kpatch | kpatch-dnf is a DNF plugin that manages subscription to kpatch-patch updates.When enabled, kernel packages are automatically subscribed to correspondingkpatch-patch packages updates. | kpatch-patch manager plugin for DNF | 3 | 工具 + krb5-devel | krb5 | Kerberos is a network authentication system. The krb5-devel packagecontains the header files and libraries needed for compiling Kerberos5 programs. If you want to develop Kerberos-aware programs, you needto install this package. | Development files needed to compile Kerberos 5 programs | 3 | 服务 + krb5-libs | krb5 | Kerberos is a network authentication system. The krb5-libs packagecontains the shared libraries needed by Kerberos 5. If you are usingKerberos, you need to install this package. | The non-admin shared libraries used by Kerberos 5 | 2 | 库 + krb5-pkinit | krb5 | Kerberos is a network authentication system. The krb5-pkinitpackage contains the PKINIT plugin, which allows clientsto obtain initial credentials from a KDC using a private key and acertificate. | The PKINIT module for Kerberos 5 | 2 | 服务 + krb5-server | krb5 | Kerberos is a network authentication system. The krb5-server packagecontains the programs that must be installed on a Kerberos 5 keydistribution center (KDC). If you are installing a Kerberos 5 KDC,you need to install this package (in other words, most people shouldNOT install this package). | The KDC and related programs for Kerberos 5 | 2 | 服务 + krb5-server-ldap | krb5 | Kerberos is a network authentication system. The krb5-server packagecontains the programs that must be installed on a Kerberos 5 keydistribution center (KDC). If you are installing a Kerberos 5 KDC,and you wish to use a directory server to store the data for yourrealm, you need to install this package. | The LDAP storage plugin for the Kerberos 5 KDC | 2 | 服务 + krb5-workstation | krb5 | Kerberos is a network authentication system. The krb5-workstationpackage contains the basic Kerberos programs (kinit, klist, kdestroy,kpasswd). If your network uses Kerberos, this package should beinstalled on every workstation. | Kerberos 5 programs for use on workstations | 2 | 服务 + ksh | ksh | KSH-93 is the most recent version of the KornShell by David Korn ofAT&T Bell Laboratories.KornShell is a shell programming language, which is upward compatiblewith "sh" (the Bourne Shell). | The Original ATT Korn Shell | 2 | 工具 + ksh-doc | ksh | The ksh-doc package contains documentation files for ksh. | Documentation files for ksh | 3 | 库 + kubernetes | kubernetes | Open Source Production-Grade Container Scheduling And Management Platform | Open Source Production-Grade Container Scheduling And Management Platform | 3 | 服务 + kubernetes-client | kubernetes | Kubernetes client tools like kubectl | Kubernetes client tools | 3 | 工具 + kubernetes-kubeadm | kubernetes | Kubernetes tool for standing up clusters | Kubernetes tool for standing up clusters | 3 | 服务 + kubernetes-master | kubernetes | Kubernetes services for control plane host | Kubernetes services for control plane host | 3 | 服务 + kubernetes-node | kubernetes | Kubernetes services for worker node host | Kubernetes services for worker node host | 3 | 服务 + kyotocabinet-devel | kyotocabinet | The kyotocabinet-devel package contains libraries and header files fordeveloping applications that use Kyoto Cabinet. | Development files for Kyoto Cabinet | 3 | 库 + kyotocabinet-libs | kyotocabinet | The kyotocabinet-libs package provides the essential shared librariesfor any Kyoto Cabinet client program or interface. | Libraries for applications using Kyoto Cabinet | 3 | 库 + kyua | kyua | Kyua is a testing framework for infrastructure software, originally designedto equip BSD-based operating systems with a test suite. This means thatKyua is lightweight and simple, and that Kyua integrates well with variousbuild systems and continuous integration frameworks.Kyua features an expressive test suite definition language, a safe runtimeengine for test suites and a powerful report generation engine.Kyua is for both developers and users, from the developer applying a simplefix to a library to the system administrator deploying a new releaseon a production machine.Kyua is able to execute test programs written with a plethora oftesting libraries and languages. The library of choice is ATF, for whichKyua was originally designed, but simple, framework-less test programs andTAP-compliant test programs can also be executed through Kyua. | Testing framework for infrastructure software | 3 | 库 + kyua-tests | kyua | Testing framework for infrastructure software | Runtime tests of the Kyua toolchain | 3 | 服务 + lame | lame | LAME is an open source MP3 encoder whose quality and speed matchescommercial encoders. LAME handles MPEG-1, 2 and 2.5 layer III encodingwith both constant and variable bitrates. | Free MP3 audio compressor | 3 | 工具 + lame-devel | lame | This package development files for lame. | Development files for lame | 3 | 库 + lame-libs | lame | LAME MP3 encoding library. | LAME MP3 encoding library | 3 | 库 + langpacks-core-en | langpacks | This package provides English core langpacks packages. | English langpacks core meta-package | 1 | 库 + langpacks-core-en_GB | langpacks | This package provides English (United Kingdom) core langpacks packages. | English (United Kingdom) langpacks core meta-package | 1 | 库 + langpacks-core-font-en | langpacks | This package defines the default font for English language. | English core font meta-package | 1 | 库 + langpacks-core-font-zh_CN | langpacks | This package defines the default font for Simplified Chinese language. | Simplified Chinese core font meta-package | 1 | 库 + langpacks-core-font-zh_HK | langpacks | This package defines the default font for Hong Kong Traditional Chinese language. | Hong Kong Traditional Chinese core font meta-package | 1 | 库 + langpacks-core-font-zh_TW | langpacks | This package defines the default font for Taiwan Traditional Chinese language. | Taiwan Traditional Chinese core font meta-package | 1 | 库 + langpacks-core-zh_CN | langpacks | This package provides Simplified Chinese core langpacks packages. | Simplified Chinese langpacks core meta-package | 1 | 库 + langpacks-core-zh_HK | langpacks | This package provides Hong Kong Traditional Chinese core langpacks packages. | Hong Kong Traditional Chinese langpacks core meta-package | 1 | 库 + langpacks-core-zh_TW | langpacks | This package provides Taiwan Traditional Chinese core langpacks packages. | Taiwan Traditional Chinese langpacks core meta-package | 1 | 库 + langpacks-en | langpacks | This package provides English langpacks meta-package. | English langpacks meta-package | 1 | 库 + langpacks-en_GB | langpacks | This package provides English (United Kingdom) langpacks meta-package. | English (United Kingdom) langpacks meta-package | 1 | 库 + langpacks-zh_CN | langpacks | This package provides Simplified Chinese langpacks meta-package. | Simplified Chinese langpacks meta-package | 1 | 库 + langpacks-zh_HK | langpacks | This package provides Hong Kong Traditional Chinese langpacks meta-package. | Hong Kong Traditional Chinese langpacks meta-package | 1 | 库 + langpacks-zh_TW | langpacks | This package provides Taiwan Traditional Chinese langpacks meta-package. | Taiwan langpacks meta-package | 1 | 库 + langtable | langtable | langtable is used to guess reasonable defaults for locale, keyboard layout,territory, and language, if part of that information is already known. Forexample, guess the territory and the keyboard layout if the languageis known or guess the language and keyboard layout if the territory isalready known. | Guessing reasonable defaults for locale, keyboard layout, territory, and language. | 2 | 工具 + lapack | lapack | LAPACK (Linear Algebra PACKage) is a standard library for numericallinear algebra. LAPACK provides routines for solving systems ofsimultaneous linear equations, least-squares solutions of linearsystems of equations, eigenvalue problems, and singular valueproblems. Associated matrix factorizations (LU, Cholesky, QR, SVD,Schur, and generalized Schur) and related computations (i.e.,reordering of Schur factorizations and estimating condition numbers)are also included. LAPACK can handle dense and banded matrices, butnot general sparse matrices. Similar functionality is provided forreal and complex matrices in both single and double precision. LAPACKis coded in Fortran90 and built with gcc. | Numerical linear algebra package libraries | 3 | 库 + lapack64 | lapack | LAPACK (Linear Algebra PACKage) is a standard library for numericallinear algebra. LAPACK provides routines for solving systems ofsimultaneous linear equations, least-squares solutions of linearsystems of equations, eigenvalue problems, and singular valueproblems. Associated matrix factorizations (LU, Cholesky, QR, SVD,Schur, and generalized Schur) and related computations (i.e.,reordering of Schur factorizations and estimating condition numbers)are also included. LAPACK can handle dense and banded matrices, butnot general sparse matrices. Similar functionality is provided forreal and complex matrices in both single and double precision. LAPACKis coded in Fortran90 and built with gcc.This build has 64bit INTEGER support. | Numerical linear algebra package libraries | 3 | 库 + lapack64_ | lapack | LAPACK (Linear Algebra PACKage) is a standard library for numericallinear algebra. LAPACK provides routines for solving systems ofsimultaneous linear equations, least-squares solutions of linearsystems of equations, eigenvalue problems, and singular valueproblems. Associated matrix factorizations (LU, Cholesky, QR, SVD,Schur, and generalized Schur) and related computations (i.e.,reordering of Schur factorizations and estimating condition numbers)are also included. LAPACK can handle dense and banded matrices, butnot general sparse matrices. Similar functionality is provided forreal and complex matrices in both single and double precision. LAPACKis coded in Fortran90 and built with gcc.This build has 64bit INTEGER support and a symbol name suffix. | Numerical linear algebra package libraries | 3 | 库 + lapack-devel | lapack | LAPACK development libraries (shared). | LAPACK development libraries | 3 | 库 + lapack-static | lapack | LAPACK static libraries. | LAPACK static libraries | 3 | 库 + lasi | lasi | LASi is a library written by Larry Siden that provides a C++ stream outputinterface ( with operator << ) for creating Postscript documents that cancontain characters from any of the scripts and symbol blocks supported inUnicode and by Owen Taylor's Pango layout engine. The library accommodatesright-to-left scripts such as Arabic and Hebrew as easily as left-to-rightscripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such asDevanagari, Thai, Lao, and Tibetan are supported to the extent provided byPango and by the OpenType fonts installed on your system. All of this isprovided without need for any special configuration or layout calculation onthe programmer's part.Although the capability to produce Unicode-based multilingual Postscriptdocuments exists in large Open Source application framework libraries such asGTK+, QT, and KDE, LASi was designed for projects which require the abilityto produce Postscript independent of any one application framework. | C++ library for creating Postscript documents | 3 | 库 + lasi-devel | lasi | Development headers and libraries for lasi. | Development headers and libraries for lasi | 3 | 库 + lasi-doc | lasi | The lasi-doc package contains documentation files for lasi. | Documentation files for lasi | 3 | 库 + latex2html | latex2html | LATEX2HTML is a converter written in Perl that converts LATEXdocuments to HTML. This way e.g. scientific papers - primarily typesetfor printing - can be put on the Web for online viewing.LATEX2HTML does also a good job in rapid web site deployment. Thesepages are generated from a single LATEX source. | Converts LaTeX documents to HTML | 3 | 工具 + latex2html-doc | latex2html | The latex2html-doc package contains documentation files for latex2html. | Documentation files for latex2html | 3 | 工具 + lato-fonts | lato-fonts | Lato is a sanserif typeface family designed in the Summer 2010 by Warsaw-baseddesigner Łukasz Dziedzic ("Lato" means "Summer" in Polish). In December 2010 theLato family was published under the open-source Open Font License by his foundrytyPoland, with support from Google.When working on Lato, Łukasz tried to carefully balance some potentiallyconflicting priorities. He wanted to create a typeface that would seem quite"transparent" when used in body text but would display some original treats whenused in larger sizes. He used classical proportions (particularly visible in theuppercase) to give the letterforms familiar harmony and elegance. At the sametime, he created a sleek sanserif look, which makes evident the fact that Latowas designed in 2010 - even though it does not follow any current trend.The semi-rounded details of the letters give Lato a feeling of warmth, while thestrong structure provides stability and seriousness. "Male and female, seriousbut friendly. With the feeling of the Summer," says Łukasz.Lato consists of nine weights (plus corresponding italics), including abeautiful hairline style. It covers 2300+ glyphs per style and supports 100+Latin-based languages, 50+ Cyrillic-based languages as well as Greek and IPAphonetics. | A sanserif typeface family | 3 | 库 + lcms2 | lcms2 | Little CMS intends to be a small-footprint color management engine, withspecial focus on accuracy and performance. It uses the InternationalColor Consortium standard (ICC), which is the modern standard whenregarding to color management. | Color Management Engine | 3 | 工具 + lcms2-devel | lcms2 | Development files for LittleCMS. | Development files for LittleCMS | 3 | 库 + lcms2-utils | lcms2 | The lcms2-utils package contains utility applications for lcms2. | Utility applications for lcms2 | 3 | 工具 + lcov | lcov | LCOV is an extension of GCOV, a GNU tool which provides informationabout what parts of a program are actually executed (i.e. "covered")while running a particular test case. The extension consists of a setof PERL scripts which build on the textual GCOV output to implementHTML output and support for large projects. | LTP GCOV extension code coverage tool | 3 | 工具 + ldb-tools | libldb | A package that contains utilities for working with ldb, an LDAP-like embeddeddatabase built on top of TDB. It provides a fast database with an LDAP-likeAPI designed to be used within an application. In some ways it can be seen asan intermediate solution between key-value pair databases and a real LDAP database | Tools to manage LDB files | 3 | 工具 + ldirectord | resource-agents | The Linux Director Daemon (ldirectord) was written by Jacob Rief.<jacob.rief@tiscover.com>ldirectord is a stand alone daemon for monitoring the services on realservers. Currently, HTTP, HTTPS, and FTP services are supported.ldirectord is simple to install and works with Pacemaker(http://clusterlabs.org/).See 'ldirectord -h' and linux-ha/doc/ldirectord for more information. | A Monitoring Daemon for Maintaining High Availability Resources | 2 | 工具 + ldns | ldns | ldns is a library with the aim to simplify DNS programming in C. Alllow-level DNS/DNSSEC operations are supported. We also define a higherlevel API which allows a programmer to (for instance) create or signpackets. | Low-level DNS(SEC) library with API | 3 | 库 + ldns-devel | ldns | The devel package contains the ldns library and the include files | Development package that includes the ldns header files | 3 | 库 + lemon | sqlite | Lemon is an LALR(1) parser generator for C or C++. It does the samejob as bison and yacc. But lemon is not another bison or yaccclone. It uses a different grammar syntax which is designed to reducethe number of coding errors. Lemon also uses a more sophisticatedparsing engine that is faster than yacc and bison and which is bothreentrant and thread-safe. Furthermore, Lemon implements featuresthat can be used to eliminate resource leaks, making is suitable foruse in long-running programs such as graphical user interfaces orembedded controllers. | A parser generator | 2 | 库 + leptonica | leptonica | The library supports many operations that are useful on * Document images * Natural imagesFundamental image processing and image analysis operations * Rasterop (aka bitblt) * Affine transforms (scaling, translation, rotation, shear) on images of arbitrary pixel depth * Projective and bi-linear transforms * Binary and gray scale morphology, rank order filters, and convolution * Seed-fill and connected components * Image transformations with changes in pixel depth, both at the same scale and with scale change * Pixelwise masking, blending, enhancement, arithmetic ops, etc. | C library for efficient image processing and image analysis operations | 3 | 库 + leptonica-devel | leptonica | The leptonica-devel package contains header files fordeveloping applications that use leptonica. | Development files for leptonica | 3 | 库 + less | less | The less utility is a text file browser that resembles more, but hasmore capabilities. Less allows you to move backwards in the file aswell as forwards. Since less doesn't have to read the entire input filebefore it starts, less starts up more quickly than text editors (forexample, vi).You should install less because it is a basic utility for viewing textfiles, and you'll use it frequently. | A text file browser similar to more, but better | 1 | 工具 + leveldb | leveldb | LevelDB is a fast key-value storage library written at Google that provides anordered mapping from string keys to string values. | A fast and lightweight key/value database library by Google | 3 | 库 + leveldb-devel | leveldb | Development files for leveldb. | Development files for leveldb | 2 | 服务 + leveldb-doc | leveldb | The leveldb-doc package contains documentation files for leveldb. | Documentation files for leveldb | 2 | 服务 + libabigail | libabigail | The libabigail package comprises seven command line utilities:abidiff, kmidiff, abipkgdiff, abicompat, abidw, and abilint.The abidiff command line tool compares the ABI of twoELF shared libraries and emits meaningful textual reports aboutchanges impacting exported functions, variables and their types.Simarly, the kmidiff compares the kernel module interface of two Linuxkernels. abipkgdiff compares the ABIs of ELF binaries contained intwo packages. abicompat checks if a subsequent version of a sharedlibrary is still compatible with an application that is linked againstit. abidw emits an XML representation of the ABI of a given ELFshared library. abilint checks that a given XML representation of theABI of a shared library is correct.Install libabigail if you need to compare the ABI of ELF sharedlibraries. | Set of ABI analysis tools | 3 | 工具 + libabigail-devel | libabigail | This package contains a shared library and the associated header filesthat are necessary to develop applications that use the C++ Libabigaillibrary. The library provides facilities to analyze and compareapplication binary interfaces of shared libraries in the ELF format. | Shared library and header files to write ABI analysis tools | 3 | 库 + libabigail-doc | libabigail | This package contains documentation for the libabigail tools in theform of man pages, texinfo documentation and API documentation in htmlformat. | Man pages, texinfo files and html manuals of libabigail | 3 | 工具 + libacl | acl | This package contains the libacl.so dynamic library which containsthe POSIX 1003.1e draft standard 17 functions for manipulating accesscontrol lists. | Dynamic library for access control list support | 1 | 库 + libacl-devel | acl | This package contains header files and documentation needed to developprograms which make use of the access control list programming interfacedefined in POSIX 1003.1e draft standard 17. | Files needed for building programs with libacl | 3 | 库 + libadwaita | libadwaita | Building blocks for modern GNOME applications.libadwaita is a library developed by the GNOME project toprovide a set of user interface components for creatingmodern and responsive applications. It follows the GNOMEdesign guidelines and supports both desktop and mobileplatforms.The library includes components such as buttons, switches,text fields, menus, and more, all of which are customizableand easily integrated into applications. The components aredesigned to be accessible and support the latest accessibilitystandards. | Building blocks for modern GNOME applications | 3 | 库 + libadwaita-devel | libadwaita | Development files for libadwaita. | Development files for libadwaita | 3 | 库 + libadwaita-doc | libadwaita | Documentation files for libadwaita. | Documentation files for libadwaita | 3 | 库 + libaio | libaio | The Linux-native asynchronous I/O facility ("async I/O", or "aio") has aricher API and capability set than the simple POSIX async I/O facility.This library, libaio, provides the Linux-native API for async I/O.The POSIX async I/O facility requires this library in order to providekernel-accelerated async I/O capabilities, as do applications whichrequire the Linux-native async I/O API. | Linux-native asynchronous I/O access library | 3 | 库 + libaio-devel | libaio | This package provides header files to include and libraries to link withfor the Linux-native asynchronous I/O facility ("async I/O", or "aio"). | Development files for Linux-native asynchronous I/O access | 3 | 工具 + libao | libao | Libao is a cross-platform audio library that allows programs to output audiousing a simple API on a wide variety of platforms. | Cross Platform Audio Output Library | 3 | 库 + libao-devel | libao | The libao-devel package contains libraries and header files fordeveloping applications that use libao. | Development files for libao | 3 | 库 + libaom | aom | Library files for aom, the royalty-free next-generationvideo format. | Library files for aom | 3 | 库 + libaom-devel | aom | Development files for aom, the royalty-free next-generationvideo format. | Development files for aom | 3 | 库 + libappindicator-gtk3 | libappindicator | A library to allow applications to export a menu into the Unity Menu bar. Basedon KSNI it also works in KDE and will fallback to generic Systray support ifnone of those are available.This package contains the GTK 3 version of this library. | Application indicators library - GTK 3 | 3 | 库 + libappindicator-gtk3-devel | libappindicator | This package contains the development files for the appindicator-gtk3 library. | Development files for libappindicator-gtk3 | 3 | 库 + libappstream-glib | libappstream-glib | This library provides GObjects and helper methods to make it easy to read andwrite AppStream metadata. It also provides a simple DOM implementation thatmakes it easy to edit nodes and convert to and from the standardized XMLrepresentation. | Library for AppStream metadata | 2 | 库 + libappstream-glib-builder | libappstream-glib | This library and command line tool is used for building AppStream metadatafrom a directory of packages. | Library and command line tools for building AppStream metadata | 2 | 库 + libappstream-glib-devel | libappstream-glib | GLib headers and libraries for appstream-glib. | GLib Libraries and headers for appstream-glib | 2 | 库 + libarchive | libarchive | Libarchive is a programming library that can create and read several differentstreaming archive formats, including most popular tar variants, several cpioformats, and both BSD and GNU ar variants. It can also write shar archives andread ISO9660 CDROM images and ZIP archives. | A library for handling streaming archive formats | 2 | 库 + libarchive-devel | libarchive | The libarchive-devel package contains libraries and header files fordeveloping applications that use libarchive. | Development files for libarchive | 2 | 库 + libargon2 | argon2 | Argon2 is a password-hashing function that summarizes the state of the artin the design of memory-hard functions and can be used to hash passwordsfor credential storage, key derivation, or other applications.It has a simple design aimed at the highest memory filling rate andeffective use of multiple computing units, while still providing defenseagainst tradeoff attacks (by exploiting the cache and memory organizationof the recent processors). | The password-hashing library | 2 | 库 + libargon2-devel | argon2 | The libargon2-devel package contains libraries and header files fordeveloping applications that use libargon2. | Development files for libargon2 | 2 | 库 + libasan | gcc | This package contains the Address Sanitizer librarywhich is used for -fsanitize=address instrumented programs. | The Address Sanitizer runtime library | 3 | 库 + libasan-static | gcc | This package contains Address Sanitizer static runtime library. | The Address Sanitizer static library | 3 | 库 + libassuan | libassuan | This is the IPC library used by GnuPG 2, GPGME and a few otherpackages. | GnuPG IPC library | 2 | 库 + libassuan-devel | libassuan | This is the IPC static library used by GnuPG 2, GPGME and a few otherpackages.This package contains files needed to develop applications using libassuan. | GnuPG IPC library | 3 | 库 + libasyncns | libasyncns | A small and lightweight library that implements easy to use asynchronouswrappers around the libc NSS functions getaddrinfo(), res_query() and related. | Asynchronous Name Service Library | 3 | 库 + libasyncns-devel | libasyncns | Development Files for libasyncns Client Development | Development Files for libasyncns Client Development | 3 | 库 + libatasmart | libatasmart | A small and lightweight parser library for ATA S.M.A.R.T. hard diskhealth monitoring. | ATA S.M.A.R.T. Reading and Parsing Library | 3 | 库 + libatasmart-devel | libatasmart | Development Files for libatasmart Client Development | Development Files for libatasmart Client Development | 3 | 工具 + libatf-c | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package provides the run-time libraries to run tests that use theATF C bindings. | Automated Testing Framework - C bindings | 3 | 库 + libatf-c++ | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package provides the run-time libraries to run tests that use theATF C++ bindings. | Automated Testing Framework - C++ bindings | 3 | 库 + libatf-c++-devel | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package provides the libraries, header files and documentation todevelop applications that use the ATF C++ bindings. | Automated Testing Framework - C++ bindings (headers) | 3 | 库 + libatf-c-devel | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package provides the libraries, header files and documentation todevelop tests that use the ATF C bindings. | Automated Testing Framework - C bindings (headers) | 3 | 库 + libatf-sh | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package provides the run-time libraries to run tests that use theATF POSIX shell bindings. | Automated Testing Framework - POSIX shell bindings | 3 | 库 + libatf-sh-devel | atf | The ATF libraries offer a simple API. The API is orthogonal throughthe various bindings, allowing developers to quickly learn how to write test programs indifferent languages.ATF-based test programs offer a consistent end-user command-line interface to allowboth humans and automation to run the tests.ATF-based test programs rely on an execution engine to be run and this execution engineis not shipped with ATF. Kyua is the engine of choice.This package provides the supporting files and documentation to developapplications that use the ATF POSIX shell bindings. | Automated Testing Framework - POSIX shell bindings (headers) | 3 | 库 + libatomic | gcc | This package contains the GNU Atomic librarywhich is a GCC support runtime library for atomic operations not supportedby hardware. | The GNU Atomic library | 2 | 库 + libatomic_ops | libatomic_ops | Provides implementations for atomic memory update operations on anumber of architectures. This allows direct use of these in reasonablyportable code. Unlike earlier similar packages, this one explicitlyconsiders memory barrier semantics, and allows the construction of codethat involves minimum overhead across a variety of architectures. | Atomic memory update operations | 2 | 库 + libatomic_ops-devel | libatomic_ops | Files for developing with libatomic_ops. | Development files for libatomic_ops | 3 | 库 + libatomic_ops-doc | libatomic_ops | Doc pages for libatomic_ops. | Documents for libatomic_ops | 3 | 库 + libatomic_ops-static | libatomic_ops | Files for developing with libatomic_ops and linking statically. | Static library files for libatomic_ops | 3 | 库 + libatomic-static | gcc | This package contains GNU Atomic static libraries. | The GNU Atomic static library | 2 | 库 + libattr | attr | This package contains the libattr.so dynamic library which containsthe extended attribute system calls and library functions. | Dynamic library for extended attribute support | 2 | 工具 + libattr-devel | attr | This package contains header files and documentation needed todevelop programs which make use of extended attributes.For Linux programs, the documented system call API is therecommended interface, but an SGI IRIX compatibility interfaceis also provided.Currently only ext2, ext3, ext4 and XFS support extended attributes.The SGI IRIX compatibility API built above the Linux system calls isused by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8).You should install libattr-devel if you want to develop programswhich make use of extended attributes. If you install libattr-devel,you'll also want to install attr. | Files needed for building programs with libattr | 2 | 工具 + libavc1394 | libavc1394 | The libavc1394 library allows utilities to control IEEE-1394 devicesusing the AV/C specification. Audio/Video Control allows applicationsto control devices like the tape on a VCR or camcorder. | Audio/Video Control library for IEEE-1394 devices | 2 | 库 + libavc1394-devel | libavc1394 | Development libraries required to build applications using libavc1394. | Development libs for libavc1394 | 2 | 库 + libavc1394-doc | libavc1394 | Doc files for libavc1394 | Doc files for libavc1394 | 2 | 库 + libavif | libavif | This library aims to be a friendly, portable C implementation of the AV1 ImageFile Format, as described here:https://aomediacodec.github.io/av1-avif/ | Library for encoding and decoding .avif files | 3 | 库 + libavif-devel | libavif | This package holds the development files for libavif. | Development files for libavif | 3 | 库 + libbabeltrace | babeltrace | This package provides trace read and write libraries for Babeltrace. | Common Trace Format Babel Tower | 3 | 库 + libbabeltrace-devel | babeltrace | This package provides babeltrace development files. | Common Trace Format Babel Tower | 2 | 工具 + libbasicobjects | ding-libs | Basic object types for C | Basic object types for C | 3 | 库 + libbasicobjects-devel | ding-libs | Development files for libbasicobjects | Development files for libbasicobjects | 3 | 库 + libblkid | util-linux | This is block device identification library, part of util-linux. | Block device ID library | 2 | 工具 + libblkid-devel | util-linux | This is the block device identification development library and headers,part of util-linux. | Block device ID library | 2 | 工具 + libblockdev | libblockdev | The libblockdev is a C library with GObject introspection support that can beused for doing low-level operations with block devices like setting up LVM,BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves asa thin wrapper around its plugins' functionality. All the plugins, however, canbe used as standalone libraries. One of the core principles of libblockdev isthat it is stateless from the storage configuration's perspective (e.g. it hasno information about VGs when creating an LV). | A library for low-level manipulation with block devices | 2 | 库 + libblockdev-crypto | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to encrypted devices (LUKS). | The crypto plugin for the libblockdev library | 2 | 库 + libblockdev-crypto-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-crypto plugin/library. | Development files for the libblockdev-crypto plugin/library | 2 | 库 + libblockdev-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev library. | Development files for libblockdev | 2 | 库 + libblockdev-dm | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to Device Mapper. | The Device Mapper plugin for the libblockdev library | 2 | 库 + libblockdev-dm-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-dm plugin/library. | Development files for the libblockdev-dm plugin/library | 2 | 库 + libblockdev-fs | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to operations with file systems. | The FS plugin for the libblockdev library | 2 | 库 + libblockdev-fs-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-fs plugin/library. | Development files for the libblockdev-fs plugin/library | 2 | 库 + libblockdev-kbd | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to kernel block devices (namely zRAM andBcache). | The KBD plugin for the libblockdev library | 2 | 库 + libblockdev-kbd-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-kbd plugin/library. | Development files for the libblockdev-kbd plugin/library | 2 | 库 + libblockdev-loop | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to loop devices. | The loop plugin for the libblockdev library | 2 | 库 + libblockdev-loop-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-loop plugin/library. | Development files for the libblockdev-loop plugin/library | 2 | 库 + libblockdev-lvm | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the LVM-related functionality. | The LVM plugin for the libblockdev library | 2 | 库 + libblockdev-lvm-dbus | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the LVM-related functionality utilizing the LVM DBus API. | The LVM plugin for the libblockdev library | 2 | 库 + libblockdev-lvm-dbus-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-lvm-dbus plugin/library. | Development files for the libblockdev-lvm-dbus plugin/library | 2 | 库 + libblockdev-lvm-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-lvm plugin/library. | Development files for the libblockdev-lvm plugin/library | 2 | 库 + libblockdev-mdraid | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to MD RAID. | The MD RAID plugin for the libblockdev library | 2 | 库 + libblockdev-mdraid-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-mdraid plugin/library. | Development files for the libblockdev-mdraid plugin/library | 2 | 库 + libblockdev-mpath | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to multipath devices. | The multipath plugin for the libblockdev library | 2 | 库 + libblockdev-mpath-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-mpath plugin/library. | Development files for the libblockdev-mpath plugin/library | 2 | 库 + libblockdev-nvdimm | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to operations with NVDIMM devices. | The NVDIMM plugin for the libblockdev library | 2 | 库 + libblockdev-nvdimm-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-nvdimm plugin/library. | Development files for the libblockdev-nvdimm plugin/library | 2 | 库 + libblockdev-part | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to partitioning. | The partitioning plugin for the libblockdev library | 2 | 库 + libblockdev-part-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-part plugin/library. | Development files for the libblockdev-part plugin/library | 2 | 库 + libblockdev-plugins-all | libblockdev | A meta-package that pulls all the libblockdev plugins as dependencies. | Meta-package that pulls all the libblockdev plugins as dependencies | 2 | 库 + libblockdev-swap | libblockdev | The libblockdev library plugin (and in the same time a standalone library)providing the functionality related to swap devices. | The swap plugin for the libblockdev library | 2 | 库 + libblockdev-swap-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-swap plugin/library. | Development files for the libblockdev-swap plugin/library | 2 | 库 + libblockdev-tools | libblockdev | Various nice storage-related tools based on libblockdev. | Various nice tools based on libblockdev | 2 | 库 + libblockdev-utils | libblockdev | The libblockdev-utils is a library providing utility functions used by thelibblockdev library and its plugins. | A library with utility functions for the libblockdev library | 2 | 库 + libblockdev-utils-devel | libblockdev | This package contains header files and pkg-config files needed for developmentwith the libblockdev-utils library. | Development files for libblockdev-utils | 2 | 库 + libbluray | libbluray | This package is aiming to provide a full portable free open source Blu-Raylibrary, which can be plugged into popular media players to allow full Blu-Raynavigation and playback on Linux. It will eventually be compatible with allcurrent titles, and will be easily portable and embeddable in standard playerssuch as MPlayer and VLC. | Library to access Blu-Ray disks for video playback | 2 | 库 + libbluray-bdj | libbluray | The libbluray-bdj package contains the jar file needed to add BD-J support tolibbluray. BD-J support is still considered alpha. | BDJ support for libbluray | 2 | 库 + libbluray-devel | libbluray | The libbluray-devel package contains libraries and header files fordeveloping applications that use libbluray. | Development files for libbluray | 2 | 库 + libbluray-doc | libbluray | Doc pages for libbluray. | Documents for libbluray | 2 | 库 + libbluray-utils | libbluray | The libbluray-utils package contains test utilities for libbluray. | Test utilities for libbluray | 2 | 库 + libbpf | libbpf | libbpf is a library that provides a convenient and efficient way to interactwith the Linux kernel's BPF subsystem. BPF stands for Berkeley Packet Filter,but it has evolved into a powerful framework for creating and running programsin the kernel. libbpf allows users to load and attach BPF programs to varioushooks, such as network interfaces, tracepoints, kprobes, and more. It alsoprovides APIs for manipulating BPF maps, which are key-value data structuresthat can be shared between user space and kernel space. libbpf is designed tobe portable across different versions of the Linux kernel and compatible withthe BPF CO-RE (Compile Once - Run Everywhere) feature.This package is a mirror of bpf-next linux tree bpf-next/tools/lib/bpfdirectory plus its supporting header files. The version of the package reflectsthe version of ABI. | Libbpf library | 2 | 库 + libbpf-devel | libbpf | libbpf-devel is a development package for libbpf, a library that provides aninterface to load and interact with BPF programs. BPF (Berkeley Packet Filter)is a technology that allows users to run custom code in the kernel withoutmodifying it. libbpf-devel contains the header files and static librariesneeded to compile and link applications that use libbpf. It also includesdocumentation and examples of how to use libbpf for various purposes, such astracing, networking, security, and performance optimization. | Development files for libbpf | 2 | 库 + libbpf-static | libbpf | The libbpf-static package contains static library fordeveloping applications that use libbpf | Static library for libbpf development | 2 | 库 + libbpf-tools | bcc | Command line libbpf tools for BPF Compiler Collection (BCC) | Command line libbpf tools for BPF Compiler Collection (BCC) | 2 | 工具 + libbrotli | brotli | Brotli is a generic-purpose lossless compression algorithm that compressesdata using a combination of a modern variant of the LZ77 algorithm, Huffmancoding and 2nd order context modeling, with a compression ratio comparableto the best currently available general-purpose compression methods.It is similar in speed with deflate but offers more dense compression. | Library for brotli lossless compression algorithm | 3 | 库 + libbsd | libbsd | libbsd provides useful functions commonly found on BSD systems, andlacking on others like GNU systems, thus making it easier to portprojects with strong BSD origins, without needing to embed the samecode over and over again on each project. | Library providing BSD-compatible functions for portability | 3 | 库 + libbsd-devel | libbsd | Development files for the libbsd library. | Development files for libbsd | 3 | 库 + libbtrfs | btrfs-progs | libbtrfs includes the main library which is used by btrfs filesystem-specific programs. | btrfs filesystem-specific runtime libraries | 2 | 库 + libbtrfsutil | btrfs-progs | libbtrfsutil contains an alternative utility library used by btrfsfilesystem-specific programs. | btrfs filesystem-specific runtime utility libraries | 2 | 库 + libburn | libburn | Libburn is a library by which preformatted data get onto optical media:CD, DVD and BD (Blu-Ray). It also offers a facility for reading datablocks from its drives without using the normal block device I/O, whichhas advantages and disadvantages. It seems appropriate, nevertheless,to do writing and reading via same channel. On several Linux systems,the block device driver needs reloading of the drive tray in order tomake available freshly written data. The libburn read function does notneed such a reload. The code of libburn is independent of cdrecord. | Library for reading, mastering and writing optical discs | 2 | 库 + libburn-devel | libburn | The libburn-devel package contains libraries and header files fordeveloping applications that use libburn. | Development files for libburn | 2 | 库 + libbytesize | libbytesize | The libbytesize is a C library that facilitates work with sizes inbytes. Be it parsing the input from users or producing a nice human readablerepresentation of a size in bytes this library takes localization intoaccount. It also provides support for sizes bigger than MAXUINT64. | A library for working with sizes in bytes | 2 | 库 + libbytesize-devel | libbytesize | This package contains header files and pkg-config files needed for developmentwith the libbytesize library. | Development files for libbytesize | 3 | 库 + libbytesize-tools | libbytesize | Various nice tools based on libbytesize, in particular the calculatorfor doing calculations with storage sizes. | Various nice tools based on libbytesize | 3 | 工具 + libcacard | libcacard | This library provides emulation of smart cards to a virtual cardreader running in a guest virtual machine.It implements DoD CAC standard with separate pki containers(compatible coolkey), using certificates read from NSS. | CAC (Common Access Card) library | 2 | 库 + libcacard-devel | libcacard | The libcacard-devel package contains libraries and header files fordeveloping applications that use libcacard. | Development files for libcacard | 2 | 库 + libcanberra | libcanberra | A small and lightweight implementation of the XDG Sound Theme Specification(http://0pointer.de/public/sound-theme-spec.html). | Portable Sound Event Library | 3 | 库 + libcanberra-devel | libcanberra | Development Files for libcanberra Client Development | Development Files for libcanberra Client Development | 2 | 库 + libcanberra-gtk3 | libcanberra | Gtk+ 3.x bindings for libcanberra | Gtk+ 3.x Bindings for libcanberra | 3 | 库 + libcap | libcap | libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)draft 15 capabilities. | Library for getting and setting POSIX.1e capabilities | 2 | 库 + libcap-devel | libcap | The libcap-devel package contains libraries and header files fordeveloping applications that use libcap. | Development files for libcap | 1 | 库 + libcap-ng | libcap-ng | Libcap-ng is a library that makes using posix capabilities easier | Alternate posix capabilities library | 3 | 库 + libcap-ng-devel | libcap-ng | The libcap-ng-devel package contains libraries and header files fordeveloping applications that use libcap-ng. | Development files for libcap-ng | 3 | 库 + libcap-ng-python3 | libcap-ng | The libcap-ng-python3 package contains the bindings so that libcap-ngand can be used by python3 applications. | Python3 bindings for libcap-ng library | 1 | 库 + libcap-ng-utils | libcap-ng | The libcap-ng-utils package contains applications to analyze theposix capabilities of all the program running on a system. It alsolets you set the file system based capabilities. | Utilities for analyzing and setting file capabilities | 1 | 库 + libcap-static | libcap | The libcap-static package contains static libraries needed to develop programsthat use libcap and need to be statically linked.libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)draft 15 capabilities. | Static libraries for libcap development | 1 | 库 + libcbor | libcbor | libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.Main features:Complete IETF RFC 8949 (STD 94) conformanceRobust platform-independent C99 implementationLayered architecture offers both control and convenienceFlexible memory managementNo shared global state - threading friendlyProper handling of UTF-8Full support for streams & incremental processingExtensive documentation and test suiteNo runtime dependencies, small footprint | libcbor is a C library for parsing and generating CBOR | 3 | 库 + libcbor-devel | libcbor | The libcbor-devel contains header files and libraries for libcbor | Development files for libcbor | 3 | 库 + libcdio | libcdio | This library provides an interface for CD-ROM access. It can be usedby applications that need OS- and device-independent access to CD-ROMdevices. | CD-ROM input and control library | 2 | 库 + libcdio-devel | libcdio | This package contains header files and libraries for libcdio. | Header files and libraries for libcdio | 2 | 库 + libcdio-paranoia | libcdio-paranoia | This CDDA reader distribution ('libcdio-cdparanoia') reads audio from theCDROM directly as data, with no analog step between, and writes thedata to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM.Split off from libcdio to allow more flexible licensing and to be compatiblewith cdparanoia-III-10.2's license. And also, libcdio is just too large. | CD paranoia on top of libcdio | 2 | 库 + libcdio-paranoia-devel | libcdio-paranoia | This package contains header files and libraries for libcdio-paranoia. | Header files and libraries for libcdio-paranoia | 2 | 库 + libcdio-paranoia-doc | libcdio-paranoia | The libcdio-paranoia-doc package contains documentation files for libcdio-paranoia. | Documentation files for libcdio-paranoia | 2 | 库 + libcephfs2 | ceph | Ceph is a distributed network file system designed to provide excellentperformance, reliability, and scalability. This is a shared libraryallowing applications to access a Ceph distributed file system via aPOSIX-like interface. | Ceph distributed file system client library | 3 | 库 + libcephfs-devel | ceph | This package contains libraries and headers needed to develop programsthat use Ceph distributed file system. | Ceph distributed file system headers | 3 | 库 + libcephsqlite | ceph | A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOSdistributed object store. | SQLite3 VFS for Ceph | 3 | 库 + libcephsqlite-devel | ceph | A SQLite3 VFS for storing and manipulating databases stored on Ceph's RADOSdistributed object store. | SQLite3 VFS for Ceph headers | 3 | 库 + libcgroup | libcgroup | Control groups infrastructure. The library helps manipulate, control,administrate and monitor control groups and the associated controllers. | iLibrary to control and monitor control groups | 2 | 库 + libcgroup-devel | libcgroup | It provides API to create/delete and modify cgroup nodes. It will also in thefuture allow creation of persistent configuration for control groups andprovide scripts to manage that configuration. | Development libraries to develop applications that utilize control groups | 2 | 库 + libcgroup-pam | libcgroup | Linux-PAM module, which allows administrators to classify the user's loginprocesses to pre-configured control group. | A Pluggable Authentication Module for libcgroup | 2 | 库 + libcgroup-tools | libcgroup | This package contains command-line programs, services and a daemon formanipulating control groups using the libcgroup library. | Command-line utility programs, services and daemons for libcgroup | 2 | 库 + libcloudproviders | libcloudproviders | Cross desktop library for desktop integration of cloud storage providersand sync tools. | Library for integration of cloud storage providers | 3 | 服务 + libcloudproviders-devel | libcloudproviders | The libcloudproviders-devel package contains libraries and header files fordeveloping applications that use libcloudproviders. | Development files for libcloudproviders | 3 | 库 + libcmocka | cmocka | There are a variety of C unit testing frameworks available however many of themare fairly complex and require the latest compiler technology. Some developmentrequires the use of old compilers which makes it difficult to use some unittesting frameworks. In addition many unit testing frameworks assume the codebeing tested is an application or module that is targeted to the same platformthat will ultimately execute the test. Because of this assumption manyframeworks require the inclusion of standard C library headers in the codemodule being tested which may collide with the custom or incompleteimplementation of the C library utilized by the code under test.CMocka only requires a test application is linked with the standard C librarywhich minimizes conflicts with standard C library headers. Also, CMocka triesto avoid the use of some of the newer features of C compilers.This results in CMocka being a relatively small library that can be used totest a variety of exotic code. If a developer wishes to simply test anapplication with the latest compiler then other unit testing frameworks may bepreferable.This is the successor of Google's Cmockery. | Lightweight library to simplify and generalize unit tests for C | 3 | 库 + libcmocka-devel | cmocka | Development headers for the cmocka unit testing library. | Development headers for the cmocka library | 3 | 库 + libcollection | ding-libs | A data-type to collect data in a hierarchical structure for easy iterationand serialization | Collection data-type for C | 2 | 库 + libcollection-devel | ding-libs | A data-type to collect data in a hierarchical structure for easy iterationand serialization | Development files for libcollection | 2 | 库 + libcom_err | e2fsprogs | This is the common error description library, part of e2fsprogs.libcom_err is an attempt to present a common error-handling mechanism. | Common error description library | 1 | 库 + libcom_err-devel | e2fsprogs | libcom_err-devel contains the common error description development library andheaders, which are part of e2fsprogs. The library contains the compile_etcommand which is used to convert a table listing error-code names andassociated messages into a C source file suitable for use with the library.libcom_err is an attempt to present a common error-handling mechanism.It is a common error description library that presents a mechanism to manipulatethe most common form of error code in a fashion that does not have the problemsidentified with mechanisms commonly in use. | Common error description library | 1 | 库 + libcomps | libcomps | Libcomps is alternative for yum.comps library. It's written in pure C as library with Python bindings. | Comps XML file manipulation library | 3 | 库 + libcomps-devel | libcomps | Development files for libcomps library. | Development files for libcomps library | 2 | 库 + libcomps-doc | libcomps | Documentation files for libcomps library. | Documentation files for libcomps library | 3 | 库 + libconfig | libconfig | Libconfig is a simple library for manipulating structured configurationfiles. This file format is more compact and more readable than XML. Andunlike XML, it is type-aware, so it is not necessary to do string parsingin application code. | C/C++ configuration file library | 2 | 库 + libconfig-devel | libconfig | Development libraries and headers for developing software againstlibconfig. | Development files for libconfig | 3 | 库 + libconfuse | libconfuse | libConfuse is a configuration file parser library, licensed underthe terms of the ISC license, and written in C. It supportssections and (lists of) values (strings, integers, floats,booleans or other sections), as well as some other features (suchas single/double-quoted strings, environment variable expansion,functions and nested include statements). It makes it veryeasy to add configuration file capability to a program usinga simple API.The goal of libConfuse is not to be the configuration file parserlibrary with a gazillion of features. Instead, it aims to beeasy to use and quick to integrate with your code. | A configuration file parser library | 1 | 库 + libconfuse-devel | libconfuse | Development files for libconfuse. | Development files for libconfuse | 1 | 库 + libconfuse-doc | libconfuse | The libconfuse-doc package contains documentation files for libconfuse. | Documentation files for libconfuse | 3 | 库 + libcurl | curl | libcurl is a free and easy-to-use client-side URL transfer library, supportingFTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT,FTP uploading, HTTP form based upload, proxies, cookies, user+passwordauthentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transferresume, http proxy tunneling and more. | A library for getting files from web servers | 2 | 库 + libcurl-devel | curl | The libcurl-devel package includes header files and libraries necessary fordeveloping programs which use the libcurl library. It contains the APIdocumentation of the library, too. | Files needed for building applications with libcurl | 2 | 库 + libcurl-minimal | curl | This is a replacement of the 'libcurl' package for minimal installations. Itcomes with a limited set of features compared to the 'libcurl' package. On theother hand, the package is smaller and requires fewer run-time dependencies tobe installed. | Conservatively configured build of libcurl for minimal installations | 2 | 工具 + libcxx | libcxx | libc++ is a new implementation of the C++ standard library, targeting C++11. | C++ standard library targeting C++11 | 2 | 库 + libcxxabi | libcxx | libcxxabi provides low level support for a standard C++ library. | Low level support for a standard C++ library | 2 | 库 + libcxxabi-devel | libcxx | Headers and libraries for libcxxabi devel. | Headers and libraries for libcxxabi devel | 1 | 库 + libcxxabi-doc | libcxx | The libcxx-doc package contains documentation files for libcxx. | Documentation files for libcxx | 2 | 库 + libcxxabi-static | libcxx | Static libraries for libcxxabi. | Static libraries for libcxxabi | 3 | 库 + libcxx-devel | libcxx | Headers and libraries for libcxx devel. | Headers and libraries for libcxx devel | 1 | 库 + libcxx-doc | libcxx | The libcxx-doc package contains documentation files for libcxx. | Documentation files for libcxx | 3 | 库 + libcxx-static | libcxx | Static libraries for libcxx. | Static libraries for libcxx | 1 | 库 + libdaemon | libdaemon | libdaemon is a lightweight C library which eases the writing of UNIX daemons.It consists of the following parts:* A wrapper around fork() which does the correct daemonization procedure of a process* A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR* An API for writing PID files* An API for serializing UNIX signals into a pipe for usage with select() or poll()* An API for running subprocesses with STDOUT and STDERR redirected to syslog. | Library for writing UNIX daemons | 2 | 库 + libdaemon-devel | libdaemon | The libdaemon-devel package contains the header files and librariesnecessary for developing programs using libdaemon. | Libraries and header files for libdaemon development | 2 | 库 + libdatrie | libdatrie | Datrie is an implementation of double-array structure for representing trie.Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching.Comparably as efficient as hashing, trie also provides flexibility on incremental matchingand key spelling manipulation.See the details of the implementation at: https://linux.thai.net/~thep/datrie/datrie.htmlHistorically, this was first implemented as C++ classes in a library calledmidatrie [2], but later simplified and rewritten from scratch in C. | Datrie is an implementation of double-array structure for representing trie. | 3 | 库 + libdatrie-devel | libdatrie | This package contains libraries and header files fordeveloping applications that use libdatrie. | Development files for libdatrie | 3 | 库 + libdav1d | dav1d | Library files for dav1d, the AV1 cross-platform Decoder. | Library files for dav1d | 3 | 库 + libdav1d-devel | dav1d | Development files for dav1d, the AV1 cross-platform Decoder. | Development files for dav1d | 3 | 库 + libdazzle | libdazzle | libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quiteready or generic enough for use inside those libraries. This is often a provingground for new widget prototypes. Applications such as Builder tend to drivedevelopment of this project. | Experimental new features for GTK+ and GLib | 3 | 库 + libdazzle-devel | libdazzle | The libdazzle-devel package contains libraries and header files fordeveloping applications that use libdazzle. | Development files for libdazzle | 3 | 库 + libdazzle-doc | libdazzle | The libdazzle-doc package contains documentation files for libdazzle. | Documentation files for libdazzle | 3 | 库 + libdb | libdb | The Berkeley Database (Berkeley DB) is a programmatic toolkit thatprovides embedded database support for both traditional andclient/server applications. The Berkeley DB includes B+tree, ExtendedLinear Hashing, Fixed and Variable-length record access methods,transactions, locking, logging, shared memory caching, and databaserecovery. The Berkeley DB supports C, C++, and Perl APIs. It isused by many applications, including Python and Perl, so this shouldbe installed on all systems. | The Berkeley DB database library for C | 2 | 库 + libdb-devel | libdb | The Berkeley Database (Berkeley DB) is a programmatic toolkit thatprovides embedded database support for both traditional andclient/server applications. This package contains the header files,libraries, and documentation for building programs which use theBerkeley DB. | C development files for the Berkeley DB library | 2 | 库 + libdbi | libdbi | libdbi implements a database-independent abstraction layer in C, similar to theDBI/DBD layer in Perl. Writing one generic set of code, programmers canleverage the power of multiple databases and multiple simultaneous databaseconnections by using this framework.The libdbi package contains just the libdbi framework. To make use oflibdbi you will also need one or more plugins from libdbi-drivers, whichcontains the plugins needed to interface to specific database servers. | Database Independent Abstraction Layer for C | 3 | 库 + libdbi-devel | libdbi | The libdbi-devel package contains the header files and documentationneeded to develop applications with libdbi. | Development files for libdbi (Database Independent Abstraction Layer for C) | 2 | 库 + libdbi-doc | libdbi | The libdbi-doc package contains guides for development of applications with libdbi. | Documentation for libdbi (Database Independent Abstraction Layer for C) | 2 | 库 + libdbusmenu | libdbusmenu | This is a small library designed to make sharing and displaying of menustructures over DBus simple and easy to use. It works for both QT and GTK+ andmakes building menus simple. | Library for passing menus over DBus | 3 | 库 + libdbusmenu-devel | libdbusmenu | The libdbusmenu-devel package contains libraries and header files fordeveloping applications that use libdbusmenu. | Library for passing menus over DBus - Development files | 3 | 库 + libdbusmenu-gtk2 | libdbusmenu | Shared libraries for the libdbusmenu-gtk2 library. | Library for passing menus over DBus - Development files - GTK+2 version | 3 | 库 + libdbusmenu-gtk2-devel | libdbusmenu | The libdbusmenu-gtk2-devel package contains libraries and header files fordeveloping applications that use libdbusmenu-gtk2. | Development files for libdbusmenu-gtk2 | 3 | 库 + libdbusmenu-gtk3 | libdbusmenu | Shared libraries for the libdbusmenu-gtk3 library. | Library for passing menus over DBus - Development files - GTK+2 version - GTK+3 version | 3 | 库 + libdbusmenu-gtk3-devel | libdbusmenu | The libdbusmenu-gtk3-devel package contains libraries and header files fordeveloping applications that use libdbusmenu-gtk3. | Development files for libdbusmenu-gtk3 | 3 | 库 + libdecor | libdecor | Libdecor provides a small helper library for providing client side decorationto Wayland clients. | Wayland client side decoration library | 3 | 库 + libdecor-devel | libdecor | The libdecor-devel package contains libraries and header files fordeveloping applications that use libdecor. | Development files for libdecor | 3 | 库 + libdhash | ding-libs | A hash table which will dynamically resize to achieve optimal storage & accesstime properties | Dynamic hash table | 3 | 库 + libdhash-devel | ding-libs | A hash table which will dynamically resize to achieve optimal storage & accesstime properties | Development files for libdhash | 3 | 库 + libdmmp | device-mapper-multipath | This package contains the shared library for the device-mapper-multipathC API library. | device-mapper-multipath C API library | 2 | 库 + libdmmp-devel | device-mapper-multipath | This package contains the files needed to develop applications that usedevice-mapper-multipath's libdmmp C API library | device-mapper-multipath C API library headers | 2 | 库 + libdmx | libdmx | The X.Org X11 DMX (Distributed Multihead X) runtime library. | X.Org X11 DMX runtime library | 2 | 库 + libdmx-devel | libdmx | The X.Org X11 DMX (Distributed Multihead X) development files. | X.Org X11 DMX development files | 2 | 服务 + libdnf | libdnf | A Library providing simplified C and Python API to libsolv. | Library providing simplified C and Python API to libsolv | 2 | 库 + libdnf-devel | libdnf | Development files for libdnf. | Development files for libdnf | 2 | 库 + libdrm | libdrm | Direct Rendering Manager runtime library | Direct Rendering Manager runtime library | 3 | 库 + libdrm-devel | libdrm | Direct Rendering Manager development package. | Direct Rendering Manager development package | 2 | 工具 + libdv | libdv | The Quasar DV codec (libdv) is a software codec for DV video, the encodingformat used by most digital camcorders, typically those that support the IEEE1394 (a.k.a. FireWire or i.Link) interface. libdv was developed according to theofficial standards for DV video: IEC 61834 and SMPTE 314M. | Software decoder for DV format video | 3 | 库 + libdvbv5 | v4l-utils | This library is meant to be used by digital TV applications that need to talkwith media hardware. | Libraries to control, scan and zap on Digital TV channels | 3 | 库 + libdvbv5-devel | v4l-utils | This package provides libraries and header files for developing applicationsthat use libdvbv5. | Development files for libdvbv5 | 3 | 库 + libdv-devel | libdv | This package contains development files for libdv. | Development package for libdv | 2 | 库 + libdvdnav | libdvdnav | libdvdnav provides a simple library for reading DVD video discs.The code is based on Ogle and used in, among others, the Xine dvdnav plug-in. | A library for reading DVD video discs based on Ogle code | 3 | 库 + libdvdnav-devel | libdvdnav | libdvdnav-devel contains the files necessary to build packages that use thelibdvdnav library. | Development files for libdvdnav | 3 | 库 + libdv-doc | libdv | This package contains documentation files for libdv. | Documentation files for libdv | 3 | 库 + libdvdread | libdvdread | libdvdread provides a simple foundation for reading DVD video disks.It provides the functionality that is required to access many DVDs. | A library for reading DVD video discs based on Ogle code | 3 | 库 + libdvdread-devel | libdvdread | libdvdread provides a simple foundation for reading DVD video disks.It provides the functionality that is required to access many DVDs.This package contains development files for libdvdread. | Development files for libdvdread | 3 | 库 + libdv-tools | libdv | This package contains some basic programs to display and encode digital videostreams. This programs uses the Quasar DV codec (libdv), a software codec for DVvideo, the encoding format used by most digital camcorders, typically those thatsupport the IEEE 1394 (a.k.a. FireWire or i.Link) interface. | Basic tools to manipulate Digital Video streams | 3 | 工具 + libdwarf | libdwarf | Library to access the DWARF debugging file format which supportssource level debugging of a number of procedural languages, such as C, C++,and Fortran. Please see http://www.dwarfstd.org for DWARF specification. | Library to access the DWARF Debugging file format | 2 | 库 + libdwarf-devel | libdwarf | Development package containing library and header files of libdwarf. | Library and header files of libdwarf | 3 | 库 + libdwarf-doc | libdwarf | The libdwarf-doc package contains documentation files for libdwarf. | Documentation files for libdwarf | 3 | 库 + libdwarf-static | libdwarf | Static libdwarf library. | Static libdwarf library | 2 | 库 + libdwarf-tools | libdwarf | C++ version of dwarfdump (dwarfdump2) command-line utilitiesto access DWARF debug information. | Tools for accessing DWARF debugging information | 2 | 工具 + libdwarves | dwarves | Debugging information processing library. | Debugging information processing library | 2 | 库 + libdwarves-devel | dwarves | Debugging information processing library development files. | Debugging information library development files | 2 | 库 + libecb-devel | libecb | This project delivers you many GCC built-ins, attributes and a number ofgenerally useful low-level functions, such as popcount, expect, prefetch,noinline, assume, unreachable and so on. | Compiler built-ins | 3 | 工具 + libecb-doc | libecb | The libecb-doc package contains documentation files for libecb. | Documentation files for libecb | 3 | 库 + libeconf | libeconf | libeconf is a highly flexible and configurable library to parseand manage key=value configuration files.It reads configuration file snippets from different directoriesand builds the final configuration filefor the application from it. | a highly flexible and configurable library to parse and manage key=value configuration files | 3 | 库 + libeconf-devel | libeconf | The libeconf-devel package contains libraries and header files fordeveloping applications that use libeconf. | Development files for libeconf | 3 | 库 + libeconf-utils | libeconf | The libeconf-utils package contains utilities for manipulatingconfiguration files from applications that use libeconf. | Utilities for manipulating config files | 3 | 库 + libedit | libedit | Libedit is an autotool- and libtoolized port of the NetBSD Editline library.It provides generic line editing, history, and tokenization functions, similarto those found in GNU Readline. | The NetBSD Editline library | 3 | 库 + libedit-devel | libedit | This package contains development files for libedit. | Development files for libedit | 3 | 库 + libell | libell | The Embedded Linux* Library (ELL) provides core, low-level functionality forsystem daemons. It typically has no dependencies other than the Linux kernel, Cstandard library, and libdl (for dynamic linking). While ELL is designed to beefficient and compact enough for use on embedded Linux platforms, it is notlimited to resource-constrained systems. | Embedded Linux library | 2 | 库 + libell-devel | libell | Headers for developing against libell. | Embedded Linux library development files | 3 | 库 + libell-doc | libell | The libell-doc package contains documentation files for libell. | Documentation files for libell | 3 | 库 + libepoxy | libepoxy | A library for handling OpenGL function pointer management. | epoxy runtime library | 3 | 库 + libepoxy-devel | libepoxy | This package contains libraries and header files fordeveloping applications that use libepoxy. | Development files for libepoxy | 3 | 库 + liberation-fonts-common | liberation-fonts | The Liberation Fonts are intended to be replacements for the 3 most commonlyused fonts on Microsoft systems: Times New Roman, Arial, and Courier New.Shared common files of Liberation font families. | Shared common files of Liberation font families | 3 | 库 + liberation-mono-fonts | liberation-fonts | The Liberation Fonts are intended to be replacements for the 3 most commonlyused fonts on Microsoft systems: Times New Roman, Arial, and Courier New.This package provides Monospace TrueType fonts that replace commonly usedMicrosoft Courier New. | Monospace fonts to replace commonly used Microsoft Courier New | 3 | 库 + liberation-sans-fonts | liberation-fonts | The Liberation Fonts are intended to be replacements for the 3 most commonlyused fonts on Microsoft systems: Times New Roman, Arial, and Courier New.This package provides Sans-serif TrueType fonts that replace commonly usedMicrosoft Arial. | Sans-serif fonts to replace commonly used Microsoft Arial | 3 | 库 + libertas-sd8686-firmware | linux-firmware | This package provides firmware for Marvell Libertas SD 8686 Network Adapter | Firmware for Marvell Libertas SD 8686 Network Adapter | 1 | 服务 + libertas-sd8787-firmware | linux-firmware | This package provides firmware for Marvell Libertas SD 8787 Network Adapter | Firmware for Marvell Libertas SD 8787 Network Adapter | 1 | 服务 + libertas-usb8388-firmware | linux-firmware | This package provides firmware for Marvell Libertas USB 8388 Network Adapter | Firmware for Marvell Libertas USB 8388 Network Adapter | 1 | 服务 + libertas-usb8388-olpc-firmware | linux-firmware | This package provides firmware for Marvell Libertas USB 8388 Network Adapterwith OLPC mesh network support. | OLPC firmware for Marvell Libertas USB 8388 Network Adapter | 1 | 服务 + libesmtp | libesmtp | LibESMTP is a library to manage posting (or submission of) electronicmail using SMTP to a preconfigured Mail Transport Agent (MTA) such asExim. It may be used as part of a Mail User Agent (MUA) or anotherprogram that must be able to post electronic mail but where mailfunctionality is not the program's primary purpose.' | SMTP client library | 3 | 库 + libesmtp-devel | libesmtp | LibESMTP is a library to manage posting (or submission of) electronicmail using SMTP to a preconfigured Mail Transport Agent (MTA) such asExim.The libesmtp-devel package contains headers and development librariesnecessary for building programs against libesmtp. | Headers and development libraries for libESMTP | 3 | 库 + libesmtp-doc | libesmtp | The libesmtp-doc package contains documentation files for libesmtp. | Documentation files for libesmtp | 3 | 库 + libestr | libestr | libestr is a string handling essentials library. This package compiles the string handlingessentials library used by the Rsyslog daemon. | String handling essentials library | 3 | 库 + libestr-devel | libestr | The package contains libraries and header files fordeveloping applications that use libestr. | Development files for libestr | 3 | 库 + libev | libev | Libev is modeled (very loosely) after libevent and the Event Perlmodule, but is faster, scales better and is more correct, and also morefeatureful. And also smaller. | High-performance event loop/event model with lots of features | 3 | 库 + libevdev | libevdev | libevdev is a library to wrap kernel evdev devices and provide a proper APIto interact with those devices. | Kernel Evdev Device Wrapper Library | 3 | 库 + libevdev-devel | libevdev | Kernel Evdev Device Wrapper Library Development Package. | Kernel Evdev Device Wrapper Library Development Package | 3 | 库 + libev-devel | libev | This package contains the development headers and libraries for libev. | Development headers for libev | 3 | 库 + libevdev-utils | libevdev | Utilities to handle and/or debug evdev devices. | Kernel Evdev Device Wrapper Library Utilities Package | 3 | 服务 + libevent | libevent | The libevent API provides a mechanism to execute a callback functionwhen a specific event occurs on a file descriptor or after a timeouthas been reached. libevent is meant to replace the asynchronous eventloop found in event driven network servers. An application just needsto call event_dispatch() and can then add or remove events dynamicallywithout having to change the event loop. | Abstract asynchronous event notification library | 3 | 库 + libevent-devel | libevent | This package contains the header files and libraries for developingwith libevent. | Development files for libevent | 3 | 库 + libevent-doc | libevent | This package contains the development documentation for libevent. | Development documentation for libevent | 3 | 库 + libev-libevent-devel | libev | This package contains a development header to make libev compatible withlibevent. | Compatibility development header with libevent for libev. | 3 | 库 + libev-source | libev | This package contains the source code for libev. | High-performance event loop/event model with lots of features | 3 | 库 + libexif | libexif | libexif is a library for parsing, editing, and saving EXIF data. It isintended to replace lots of redundant implementations in command-lineutilities and programs with GUIs.libexif supports parsing, editing and saving of EXIF data. In addition, ithas gettext support. All EXIF tags described in EXIF standard 2.1 (and mostfrom 2.2) are supported. Many maker notes from Canon, Casio, Epson,Fuji, Nikon, Olympus, Pentax and Sanyo cameras are also supported. | Library for extracting extra information from image files | 3 | 库 + libexif-devel | libexif | Libraries and header files for writing programs that use libexif. | Files needed for libexif application development | 3 | 库 + libfabric | libfabric | OpenFabrics Interfaces (OFI) is a framework focused on exporting fabriccommunication services to applications. OFI is best described as a collectionof libraries and applications used to export fabric services. The keycomponents of OFI are: application interfaces, provider libraries, kernelservices, daemons, and test applications.Libfabric is a core component of OFI. It is the library that defines andexports the user-space API of OFI, and is typically the only software thatapplications deal with directly. It works in conjunction with providerlibraries, which are often integrated directly into libfabric. | Open Fabric Interfaces | 3 | 库 + libfabric-devel | libfabric | The libfabric-devel package contains libraries and header files fordeveloping applications that use libfabric. | Development files for libfabric | 2 | 库 + libfastjson | libfastjson | libfastjson is a fork from json-c, and is currently under development.The aim of this project is not to provide a slightly modified clone of json-c. It's aim is to provide: 1. a small library with essential json handling functions 2. sufficiently good json support (not 100% standards compliant) 3. be very fast in processing | A JSON implementation in C | 3 | 库 + libfastjson-devel | libfastjson | This package contains libraries and header files fordeveloping applications that use libfastjson. | Development files for libfastjson | 3 | 库 + libfdisk | util-linux | This is library for fdisk-like programs, part of util-linux. | Partitioning library for fdisk-like programs. | 3 | 工具 + libfdisk-devel | util-linux | This is development library and headers for fdisk-like programs,part of util-linux. | Partitioning library for fdisk-like programs. | 2 | 工具 + libfdt | dtc | libfdt is a library to process Open Firmware style device trees on variousarchitectures. | Device tree library | 3 | 库 + libfdt-devel | dtc | This package provides development files for libfdt | Development headers for device tree library | 3 | 库 + libfdt-static | dtc | This package provides the static library of libfdt | Static version of device tree library | 2 | 库 + libffado | libffado | The FFADO project aims to provide a generic, open-source solution for thesupport of FireWire based audio devices for the Linux platform. It is thesuccessor of the FreeBoB project. | Free firewire audio driver library | 3 | 库 + libffado-devel | libffado | Development files needed to build applications against libffado. | Free firewire audio driver library development headers | 3 | 库 + libffado-doc | libffado | The libffado-doc package contains documentation files for libffado. | Documentation files for libffado | 3 | 库 + libffi | libffi | Compilers for high level languages generate code that follow certainconventions. These conventions are necessary, in part, for separatecompilation to work. One such convention is the "calling convention".The calling convention is a set of assumptions made by the compilerabout where function arguments will be found on entry to a function. Acalling convention also specifies where the return value for a functionis found.Some programs may not know at the time of compilation what argumentsare to be passed to a function. For instance, an interpreter may betold at run-time about the number and types of arguments used to call agiven function. `Libffi' can be used in such programs to provide abridge from the interpreter program to compiled code. | A portable foreign function interface library | 2 | 库 + libffi-devel | libffi | The libffi-devel package contains libraries and header files fordeveloping applications that use libffi. | Development files for libffi | 2 | 库 + libfido2 | libfido2 | libfido2 provides library functionality and command-line tools to communicatewith a FIDO device over USB or NFC, and to verify attestation and assertion signatures.libfido2 supports the FIDO U2F (CTAP 1) and FIDO2 (CTAP 2) protocols. | FIDO2 library | 2 | 库 + libfido2-devel | libfido2 | libfido2-devel contains development libraries and header files for libfido2. | Development files for libfido2 | 2 | 库 + libfl2 | flex | flex is a tool for generating scanners.This package contains the shared library with default implementations of`main' and `yywrap' functions that binaries using flex can choose to linkagainst instead of implementing on their own. | Libraries for the flex scanner generator | 3 | 工具 + libfl-devel | flex | flex is a tool for generating scanners.This package contains files required to build programs that use flexlibraries. | Development files for the flex scanner generator | 3 | 库 + libfl-static | flex | flex is a tool for generating scanners.This package contains the static library with default implementations of`main' and `yywrap' functions that binaries using flex can choose tostatically link against instead of implementing their own. | Static libraries for the flex scanner generator | 3 | 工具 + libfontenc | libfontenc | X.Org X11 libfontenc runtime library | X.Org X11 libfontenc runtime library | 2 | 库 + libfontenc-devel | libfontenc | X.Org X11 libfontenc development package | X.Org X11 libfontenc development package | 1 | 库 + libfprint | libfprint | libfprint offers support for consumer fingerprint reader devices. | Toolkit for fingerprint scanner | 3 | 库 + libfprint-devel | libfprint | The libfprint-devel package contains libraries and header files fordeveloping applications that use libfprint. | Development files for libfprint | 3 | 库 + libftdi | libftdi | A library (using libusb) to talk to FTDI's FT2232C,FT232BM and FT245BM type chips including the popular bitbang mode. | Library to program and control the FTDI USB controller | 3 | 库 + libftdi-devel | libftdi | Header files and static libraries for libftdi | Header files and static libraries for libftdi | 3 | 库 + libgcab1 | gcab | libgcab is a library to manipulate Cabinet archive using GIO/GObject. | Library to create Cabinet archives | 2 | 库 + libgcab1-devel | gcab | libgcab is a library to manipulate Cabinet archive.Libraries, includes, etc. to compile with the gcab library. | Development files to create Cabinet archives | 2 | 库 + libgcc | gcc | This package contains GCC shared support library which is needede.g. for exception handling support. | GCC version 12 shared support library | 2 | 库 + libgccjit | gcc | This package contains shared library with GCC JIT front-end. | Library for embedding GCC inside programs and libraries | 2 | 工具 + libgccjit-devel | gcc | This package contains header files and documentation for GCC JIT front-end. | Support for embedding GCC inside programs and libraries | 2 | 工具 + libgcrypt | libgcrypt | Libgcrypt is a general purpose crypto library based on the code usedin GNU Privacy Guard. This is a development version. | A general-purpose cryptography library | 1 | 库 + libgcrypt-devel | libgcrypt | The libgcrypt-devel package contains libraries and header files fordeveloping applications that use libgcrypt. | Development files for libgcrypt | 3 | 库 + libgdata | libgdata | libgdata is a GLib-based library for accessing online service APIs using theGData protocol --- most notably, Google's services. It provides APIs to accessthe common Google services, and has full asynchronous support. | Library for the GData protocol | 3 | 库 + libgdata-devel | libgdata | The libgdata-devel package contains libraries and header files fordeveloping applications that use libgdata. | Development files for libgdata | 3 | 库 + libgdata-doc | libgdata | Doc files for libgdata | Doc files for libgdata | 2 | 库 + libgdl | libgdl | GDL adds dockable widgets to GTK+. The user can rearrange those widgets by dragand drop and layouts can be saved and loaded. Currently it is used by anjuta,inkscape, gtranslator and others. | GNOME docking library | 3 | 库 + libgdl-devel | libgdl | This package contains development files for libgdl. | Development files for libgdl | 3 | 库 + libgdl-doc | libgdl | The libgdl-doc package contains documentation files for libgdl. | Documentation files for libgdl | 3 | 库 + libgee | libgee | libgee is a collection library providing GObject-based interfaces andclasses for commonly used data structures.* Traversable o Iterable + Collection - List * BidirList - Set * SortedSet o BidirSortedSet - MultiSet - Queue * Deque + Map - SortedMap * BidirSortedMap o Iterator + BidirIterator - BidirListIterator + ListIterator - BidirListIterator* MultiMapThe ArrayList, ArrauQueue, ConcurrentLinkedList, ConcurrentSet, HashSet,HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, TreeSet,TreeMap, TreeMultiSet, and TreeMultiMap classes provide a reasonable sampleimplementation of those interfaces. In addition, a set of abstractclasses are provided to ease the implementation of new collections.Around that, the API provide means to retrieve read-only views,efficient sort algorithms, simple, bi-directional or index-based mutableiterators depending on the collection type.Libgee is written in Vala and can be used like any GObject-based Clibrary. It's planned to provide bindings for further languages. | GObject collection library | 3 | 库 + libgee-devel | libgee | The libgee-devel package contains libraries and header files fordeveloping applications that use libgee. | Development files for libgee | 3 | 库 + libgexiv2 | libgexiv2 | libgexiv2 is a GObject-based wrapper around the Exiv2 library.It makes the basic features of Exiv2 available to GNOME applications. | Gexiv2 is a GObject-based wrapper around the Exiv2 library | 3 | 库 + libgexiv2-devel | libgexiv2 | The libgexiv2-devel package contains libraries and header files fordeveloping applications that use libgexiv2. | Development files for libgexiv2 | 3 | 库 + libgfapi0 | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the glusterfs libgfapi library. | GlusterFS api library | 2 | 库 + libgfapi-devel | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides libgfapi.so and the api C header files. | Development Libraries | 3 | 库 + libgfchangelog0 | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the libgfchangelog library | GlusterFS libchangelog library | 2 | 库 + libgfortran | gcc | This package contains Fortran shared library which is needed to runFortran dynamically linked programs. | Fortran runtime | 3 | 库 + libgfortran-static | gcc | This package contains static Fortran libraries. | Static Fortran libraries | 2 | 库 + libgfrpc0 | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the libgfrpc library | GlusterFS libgfrpc0 library | 2 | 库 + libgfrpc-devel | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides libgfrpc.so and rpc C header files. | GlusterFS libgfrpc library | 3 | 库 + libgfxdr0 | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the libgfxdr library | GlusterFS libgfxdr0 library | 2 | 库 + libgfxdr-devel | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides libgfxdr.so. | GlusterFS libgfxdr library | 2 | 库 + libgit2 | libgit2 | libgit2 is a portable, pure C implementation of the Git core methodsprovided as a re-entrant linkable library with a solid API, allowingto build Git functionality into your application. Language bindingslike Rugged (Ruby), LibGit2Sharp (.NET), pygit2 (Python) and NodeGit(Node) allow you to build Git tooling in your favorite language. | C implementation of the Git core methods as a library with a solid API | 3 | 库 + libgit2-devel | libgit2 | This package contains libraries and header files fordeveloping applications that use libgit2. | Development libraries and header files for libgit2 | 3 | 库 + libglade2 | libglade2 | Libglade is a small library that allows a program to load its userinterface from am XML description at runtime. Libglade uses the XMLfile format used by the GLADE user interface builder GLADE, solibglade acts as an alternative to GLADE's code generationapproach. Libglade also provides a simple interface for connectinghandlers to the various signals in the interface (on platforms wherethe gmodule library works correctly, it is possible to connect all thehandlers with a single function call). Once the interface has beeninstantiated, libglade gives no overhead, so other than the shortinitial interface loading time, there is no performance tradeoff. | The libglade library for loading user interfaces | 3 | 库 + libglade2-devel | libglade2 | The libglade-devel package contains the libraries and include filesthat you can use to develop libglade applications. | The files needed for libglade application development | 3 | 库 + libglade2-doc | libglade2 | The libglade-doc package contains the documentation for libglade. | The libglade documentation | 3 | 库 + libglib-testing | libglib-testing | Libglib-testing is a library that is a part of the GLib toolkit. It includesfunctions and macros for writing unit tests for GLib-based libraries andapplications. The library provides a set of assertions for testing differenttypes of data, and also includes functions for handling memory leaks,timeouts, and other testing-related tasks.Some of the key features of libglib-testing include:Easy integration with GLib-based libraries and applicationsA wide range of test assertions for different data types, includingstrings, integers, and floating-point numbersSupport for testing asynchronous code with timeouts and main loopintegrationBuilt-in support for testing memory leaks and other memory-related issuesSupport for running tests in parallel for faster test executionDetailed output and reporting of test results, including XML output forintegration with continuous integration (CI) systems.Libglib-testing is widely used in the development of GLib-based applicationsand libraries, as well as in the development of other open source projects. Itis an essential tool for ensuring that code is tested thoroughly and that anybugs or issues are caught before they are released to users. | GLib-based test library and harness | 3 | 库 + libglib-testing-devel | libglib-testing | This package contains the pkg-config file and development headersfor libglib-testing. | Development files for libglib-testing | 3 | 库 + libglib-testing-doc | libglib-testing | The libglib-testing-doc package contains documentation files for libglib-testing | Doc files for libglib-testing | 3 | 库 + libglusterfs0 | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides the base libglusterfs library | GlusterFS libglusterfs library | 3 | 库 + libglusterfs-devel | glusterfs | GlusterFS is a distributed file-system capable of scaling to severalpetabytes. It aggregates various storage bricks over TCP/IP interconnectinto one large parallel network filesystem. GlusterFS is one of themost sophisticated file systems in terms of features and extensibility.It borrows a powerful concept called Translators from GNU Hurd kernel.Much of the code in GlusterFS is in user space and easily manageable.This package provides libglusterfs.so and the gluster C header files. | GlusterFS libglusterfs library | 3 | 库 + libglvnd | libglvnd | libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API callsbetween multiple vendors. It allows multiple drivers from different vendorsto coexist on the same filesystem, and determines which vendor to dispatcheach API call to at runtime. Both GLX and EGL are supported, in any combinationwith OpenGL and OpenGL ES. | The GL Vendor-Neutral Dispatch library | 3 | 库 + libglvnd-core-devel | libglvnd | The libglvnd-core-devel package is a bootstrap trick for Mesa, which wantsto build against the libglvnd headers but does not link against any ofits libraries (and, initially, has file conflicts with them). If you arenot Mesa you almost certainly want libglvnd-devel instead. | Core development files for libglvnd | 3 | 库 + libglvnd-devel | libglvnd | The libglvnd-devel package provides headers and development librariesneeded to develop programs that use libglvnd. | Development files for libglvnd | 3 | 库 + libglvnd-egl | libglvnd | libEGL are the common dispatch interface for the EGL API. | EGL support for libglvnd | 3 | 库 + libglvnd-gles | libglvnd | libGLESv are the common dispatch interface for the GLES API. | GLES support for libglvnd | 3 | 库 + libglvnd-glx | libglvnd | libGL and libGLX are the common dispatch interface for the GLX API. | GLX support for libglvnd | 3 | 库 + libglvnd-opengl | libglvnd | libOpenGL is the common dispatch interface for the workstation OpenGL API. | OpenGL support for libglvnd | 3 | 库 + libgnomekbd | libgnomekbd | The libgnomekbd package contains a GNOME library which manageskeyboard configuration and offers various widgets related tokeyboard configuration. | A keyboard configuration library | 3 | 库 + libgnomekbd-devel | libgnomekbd | The libgnomekbd-devel package contains libraries and header files fordeveloping applications that use libgnomekbd. | Development files for libgnomekbd | 3 | 库 + libgnome-keyring | libgnome-keyring | gnome-keyring is a program that keep password and other secrets forusers. The library libgnome-keyring is used by applications to integratewith the gnome-keyring system. | Framework for managing passwords and other secrets | 3 | 库 + libgnome-keyring-devel | libgnome-keyring | The libgnome-keyring-devel package contains the libraries andheader files needed to develop applications that use libgnome-keyring. | Development files for libgnome-keyring | 3 | 库 + libgnome-keyring-doc | libgnome-keyring | The libgnome-keyring-doc package contains documentation files for libgnome-keyring. | Documentation files for libgnome-keyring | 3 | 库 + libgomp | gcc | This package contains GCC shared support library which is neededfor OpenMP v4.5 support. | GCC OpenMP v4.5 shared support library | 3 | 库 + libgomp-offload-nvptx | gcc | This package contains libgomp plugin for offloading to NVidiaPTX. The plugin needs libcuda.so.1 shared library that has to beinstalled separately. | GCC OpenMP v4.5 plugin for offloading to NVPTX | 3 | 库 + libgovirt | libgovirt | libgovirt is a library that allows applications to use oVirt REST APIto list VMs managed by an oVirt instance, and to get the connectionparameters needed to make a SPICE/VNC connection to them. | A GObject library for interacting with oVirt REST API | 3 | 库 + libgovirt-devel | libgovirt | libgovirt is a library that allows applications to use oVirt REST APIto list VMs managed by an oVirt instance, and to get the connectionparameters needed to make a SPICE/VNC connection to them.Libraries, includes, etc. to compile with the libgovirt library | Libraries, includes, etc. to compile with the libgovirt library | 2 | 库 + libgovirt-doc | libgovirt | The libgovirt-doc package contains documentation files for libgovirt. | Documentation files for libgovirt | 2 | 服务 + libgpg-error | libgpg-error | This is a library that defines common error values for all GnuPGcomponents. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,pinentry, SmartCard Daemon and possibly more in the future. | Library for error values used by GnuPG components | 3 | 库 + libgpg-error-devel | libgpg-error | The libgpg-error-devel package contains libraries and header files fordeveloping applications that use libgpg-error. | Development files for libgpg-error | 3 | 库 + libgphoto2 | libgphoto2 | libgphoto2 is a library that can be used by applications to accessvarious digital cameras. libgphoto2 itself is not a GUI application,opposed to gphoto. There are GUI frontends for the gphoto2 library,however, such as gtkam for example. | Library for accessing digital cameras | 3 | 库 + libgphoto2-devel | libgphoto2 | libgphoto2 is a library that can be used by applications to accessvarious digital cameras. libgphoto2 itself is not a GUI application,opposed to gphoto. There are GUI frontends for the gphoto2 library,however, such as gtkam for example.This package contains files needed to compile applications thatuse libgphoto2. | Headers and links to compile against the libgphoto2 library | 3 | 库 + libgphoto2-doc | libgphoto2 | The libgphoto2-doc package contains documentation files for libgphoto2. | Documentation files for libgphoto2 | 3 | 库 + libgs | ghostscript | This library provides Ghostscript's core functionality, based on Ghostscript'sAPI, which is useful for many packages that are build on top of Ghostscript. | Library providing Ghostcript's core functionality | 3 | 工具 + libgs-devel | ghostscript | This package contains development files that are useful for building packagesagainst Ghostscript's library, which provides Ghostscript's core functionality. | Development files for Ghostscript's library | 2 | 工具 + libgsf | libgsf | A library for reading and writing structured files (e.g. MS OLE and Zip) | GNOME Structured File library | 3 | 库 + libgsf-devel | libgsf | Libraries, headers, and support files necessary to compile applications usinglibgsf. | Support files necessary to compile applications with libgsf | 3 | 库 + libgtop2 | libgtop2 | LibGTop is a library for portably obtaining information about processes,such as their PID, memory usage, etc. | LibGTop library (version 2) | 3 | 库 + libgtop2-devel | libgtop2 | This package provides the necessary development libraries and includefiles to allow you to develop with LibGTop. | Libraries and include files for developing with libgtop | 3 | 库 + libgudev | libgudev | This library makes it much simpler to use libudev from programsalready using GObject. It also makes it possible to easily use libudevfrom other programming languages, such as Javascript, because ofGObject introspection support. | GObject-based wrapper library for libudev | 2 | 库 + libgudev-devel | libgudev | This package is necessary to build programs using libgudev. | Header files for libgudev | 2 | 库 + libguestfs | libguestfs | Libguestfs is a library for accessing and modifying virtual machinedisk images. http://libguestfs.orgLibguestfs uses Linux kernel and qemu code, and can access any type ofguest filesystem that Linux and qemu can, including but not limitedto: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partitionschemes, qcow, qcow2, vmdk.For enhanced features, install: libguestfs-inspect-icons adds support for inspecting guest icons libguestfs-rescue enhances virt-rescue shell with more tools libguestfs-rsync rsync to/from guest filesystems libguestfs-xfs adds XFS supportFor developers: libguestfs-devel C/C++ header files and libraryLanguage bindings: libguestfs-gobject-devel GObject bindings and GObject Introspection lua-guestfs Lua bindings ocaml-libguestfs-devel OCaml bindings perl-Sys-Guestfs Perl bindings php-libguestfs PHP bindings python3-libguestfs Python 3 bindings ruby-libguestfs Ruby bindings libguestfs-vala Vala language bindings | Access and modify virtual machine disk images | 2 | 库 + libguestfs-appliance | libguestfs | libguestfs-appliance provides the appliance used by libguestfs. | Appliance for libguestfs | 2 | 库 + libguestfs-bash-completion | libguestfs | Install this package if you want intelligent bash tab-completionfor guestfish, guestmount and various virt-* tools. | Bash tab-completion scripts for libguestfs tools | 2 | 库 + libguestfs-devel | libguestfs | libguestfs-devel contains development tools and librariesfor libguestfs. | Development tools and libraries for libguestfs | 2 | 库 + libguestfs-gobject | libguestfs | libguestfs-gobject contains GObject bindings for libguestfs.To develop software against these bindings, you need to installlibguestfs-gobject-devel. | GObject bindings for libguestfs | 2 | 库 + libguestfs-gobject-devel | libguestfs | libguestfs-gobject contains GObject bindings for libguestfs.This package is needed if you want to write software using theGObject bindings. It also contains GObject Introspection information. | GObject bindings for libguestfs | 2 | 库 + libguestfs-inspect-icons | libguestfs | libguestfs-inspect-icons is a metapackage that pulls in additionaldependencies required by libguestfs to pull icons out of non-Linuxguests. Install this package if you want libguestfs to be able toinspect non-Linux guests and display icons from them.The only reason this is a separate package is to avoid core libguestfshaving to depend on Perl. | Additional dependencies for inspecting guest icons | 2 | 库 + libguestfs-man-pages-ja | libguestfs | libguestfs-man-pages-ja contains Japanese (ja) man pagesfor libguestfs. | Japanese (ja) man pages for libguestfs | 2 | 库 + libguestfs-man-pages-uk | libguestfs | libguestfs-man-pages-uk contains Ukrainian (uk) man pagesfor libguestfs. | Ukrainian (uk) man pages for libguestfs | 2 | 库 + libguestfs-rescue | libguestfs | This adds the virt-rescue shell which is a "rescue disk" for virtualmachines, and additional tools to use inside the shell such as ssh,network utilities, editors and debugging utilities. | virt-rescue shell | 2 | 工具 + libguestfs-rsync | libguestfs | This adds rsync support to libguestfs. Install it if you want to usersync to upload or download files into disk images. | rsync support for libguestfs | 2 | 库 + libguestfs-vala | libguestfs | libguestfs-vala contains GObject bindings for libguestfs. | Vala for libguestfs | 2 | 库 + libguestfs-xfs | libguestfs | This adds XFS support to libguestfs. Install it if you want to processdisk images containing XFS. | XFS support for libguestfs | 2 | 库 + libgusb | libgusb | GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control,bulk and interrupt transfers with proper cancellation and integration into a mainloop.This makes it easy to integrate low level USB transfers with your high-level applicationor system daemon. | GUsb is a GObject wrapper for libusb1 | 2 | 库 + libgusb-devel | libgusb | The libgusb-devel package contains headers and libraries for libgusb. | Libraries and headers for gusb | 2 | 库 + libgweather | libgweather | libgweather is a library to access weather information from onlineservices for numerous locations. | A library for weather information | 3 | 库 + libgweather-devel | libgweather | The libgweather-devel package contains libraries and header files fordeveloping applications that use libgweather. | Development files for libgweather | 3 | 库 + libgxps | libgxps | libgxps is a GObject based library for handling and rendering XPSdocuments. | GObject based library for handling and rendering XPS documents | 3 | 库 + libgxps-devel | libgxps | The libgxps-devel package contains libraries and header files fordeveloping applications that use libgxps. | Development files for libgxps | 3 | 库 + libgxps-tools | libgxps | The libgxps-tools contains command-line programs for manipulating XPS formatdocuments using the libgxps library. | Command-line utility programs for manipulating XPS files | 3 | 库 + libhandy | libhandy | libhandy provides GTK+ widgets and GObjects to ease developingapplications for mobile phones. | Building blocks for modern adaptive GNOME apps | 3 | 服务 + libhandy-devel | libhandy | The libhandy-devel package contains libraries and header files fordeveloping applications that use libhandy. | Development files for libhandy | 3 | 库 + libibumad | rdma-core | libibumad provides the userspace management datagram (umad) libraryfunctions, which sit on top of the umad modules in the kernel. Theseare used by the IB diagnostic and management tools, including OpenSM. | OpenFabrics Alliance InfiniBand umad (userspace management datagram) library | 2 | 库 + libibverbs | rdma-core | libibverbs is a library that allows programs to use RDMA "verbs" for directaccess to RDMA (currently InfiniBand and iWARP) hardware from userspace.For more information on RDMA verbs, see the InfiniBand Architecture Specification vol. 1,especially chapter 11, and the RDMA Consortium's RDMA Protocol Verbs Specification.Device-specific plug-in ibverbs userspace drivers are included:- libcxgb4: Chelsio T4 iWARP HCA- libefa: Amazon Elastic Fabric Adapter- libhfi1: Intel Omni-Path HFI- libhns: HiSilicon Hip06 SoC- libipathverbs: QLogic InfiniPath HCA- libirdma: Intel Ethernet Connection RDMA- libmlx4: Mellanox ConnectX-3 InfiniBand HCA- libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA- libmthca: Mellanox InfiniBand HCA- libocrdma: Emulex OneConnect RDMA/RoCE Device- libqedr: QLogic QL4xxx RoCE HCA- librxe: A software implementation of the RoCE protocol- libsiw: A software implementation of the iWarp protocol- libvmw_pvrdma: VMware paravirtual RDMA device | A library and drivers for direct userspace use of RDMA (InfiniBand/iWARP/RoCE) hardware | 2 | 库 + libibverbs-utils | rdma-core | Useful libibverbs example programs such as ibv_devinfo, whichdisplays information about RDMA devices. | Examples for the libibverbs library | 2 | 库 + libical | libical | Libical is an Open Source implementation of the iCalendar protocolsand protocol data units. The iCalendar specification describes howcalendar clients can communicate with calendar servers so users canstore their calendar data and arrange meetings with other users.Libical implements RFC5545, RFC5546, RFC7529;the CalDav scheduling extensions in RFC6638;iCalendar extensions in RFC7986;plus the iCalendar iMIP protocol in RFC6047. | An implementation of iCalendar protocols and data formats | 3 | 库 + libical-devel | libical | The libical-devel package contains libraries and header files for developingapplications that use libical. | Development files for libical | 3 | 库 + libical-glib | libical | This package provides a GObject wrapper for libical library with supportof GObject Introspection. | GObject wrapper for libical library | 2 | 库 + libical-glib-devel | libical | Development files needed for building things which link against libical-glib. | Development files for building against libical-glib | 2 | 库 + libical-glib-doc | libical | This package contains developer documentation for libical-glib. | Documentation files for libical-glib | 2 | 库 + libICE | libICE | The X.Org X11 ICE (Inter-Client Exchange) runtime library. | X.Org X11 ICE runtime library | 3 | 库 + libICE-devel | libICE | The X.Org X11 ICE (Inter-Client Exchange) development package. | X.Org X11 ICE development package | 3 | 服务 + libicu | icu | The International Components for Unicode (ICU) libraries providerobust and full-featured Unicode services on a wide variety ofplatforms. ICU supports the most current version of the Unicodestandard, and they provide support for supplementary Unicodecharacters (needed for GB 18030 repertoire support).As computing environments become more heterogeneous, softwareportability becomes more important. ICU lets you produce the sameresults across all the various platforms you support, withoutsacrificing performance. It offers great flexibility to extend andcustomize the supplied services. | International Components for Unicode - libraries | 3 | 库 + libicu-devel | icu | Includes and definitions for developing with icu. | Development files for International Components for Unicode | 3 | 库 + libicu-doc | icu | Documentation for International Components for Unicode. | Documentation for International Components for Unicode | 3 | 库 + libid3tag | libid3tag | libid3tag is a library for reading and (eventually) writing ID3 tags,both ID3v1 and the various versions of ID3v2. | ID3 tag manipulation library | 3 | 库 + libid3tag-devel | libid3tag | ID3 tag library development files. | Development files for libid3tag | 3 | 库 + libid3tag-doc | libid3tag | Doc files for libid3tag | Doc files for libid3tag | 3 | 库 + libidn2 | libidn2 | Libidn2 is a free software implementation of IDNA2008, Punycode andUnicode TR46. Its purpose is to encode and decode internationalizeddomain names.GNU libidn2 is the successor of GNU libidn. This library is backwards (API)compatible with the libidn library, without any dependency on Libidn. | Library to support IDNA2008 internationalized domain names | 2 | 库 + libidn2-devel | libidn2 | The libidn2-devel package contains libraries and header files fordeveloping applications that use libidn2. | Development files for libidn2 | 2 | 库 + libiec61883 | libiec61883 | The libiec61883 library provides an higher level API for streaming DV,MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronousfunctionality, this library acts as a filter that accepts DV-frames,MPEG-2 frames or audio samples from the application and breaks thesedown to isochronous packets, which are transmitted using libraw1394. | Streaming library for IEEE1394 | 2 | 库 + libiec61883-devel | libiec61883 | Development files needed to build applications against libiec61883 | Development files for libiec61883 | 3 | 库 + libiec61883-doc | libiec61883 | The libiec61883-doc package contains documentation files for libiec61883. | Documentation files for libiec61883 | 3 | 库 + libiec61883-utils | libiec61883 | Utilities that make use of iec61883 | Utilities for use with libiec61883 | 3 | 库 + libieee1284 | libieee1284 | The libieee1284 library is for communicating with parallel port devices. | A library for interfacing IEEE 1284-compatible devices | 3 | 库 + libieee1284-devel | libieee1284 | The header files, static library, libtool library and man pages fordeveloping applications that use libieee1284. | Files for developing applications that use libieee1284 | 2 | 库 + libieee1284-doc | libieee1284 | The libieee1284-doc package contains documentation files for libieee1284. | Documentation files for libieee1284 | 2 | 库 + libijs | libijs | The IJS (InkJet Server) Raster Image Transport Protocol is a library, whichis no longer actively developed, and often other alternatives are used instead.This library, however, still seem to be useful for Ghostscript applicationto be able to connect to the HP IJS server to print on an HP printer. | IJS Raster Image Transport Protocol Library | 3 | 库 + libijs-devel | libijs | This subpackage provides /usr/include/ijs/ijs.h header file, as well as ijs.pcpkgconfig file. Both of these files are useful for development purposes only. | Header & pkgconfig files for libijs | 3 | 库 + libijs-doc | libijs | The libijs-doc package contains documentation files for libijs. | Documentation files for libijs | 3 | 库 + libimagequant | libimagequant | Small, portable C library for high-quality conversion of RGBA images to 8-bitindexed-color (palette) images. | Palette quantization library | 3 | 库 + libimagequant-devel | libimagequant | The libimagequant-devel package contains libraries and header files fordeveloping applications that use libimagequant. | Development files for libimagequant | 3 | 库 + libimobiledevice | libimobiledevice | libimobiledevice is a library for connecting to mobile devices including phonesand music players | Library for connecting to mobile devices | 3 | 库 + libimobiledevice-devel | libimobiledevice | Files for development with libimobiledevice. | Development package for libimobiledevice | 3 | 服务 + libimobiledevice-utils | libimobiledevice | Utilites for use with libimobiledevice. | Utilites for libimobiledevice | 3 | 库 + libindicator | libindicator | A set of symbols and convenience functions that all Ayatana indicators arelikely to use. | Shared functions for Ayatana indicators | 3 | 库 + libindicator-devel | libindicator | The libindicator-devel package contains libraries and header files fordeveloping applications that use libindicator. | Development files for libindicator | 2 | 库 + libindicator-doc | libindicator | Doc files for libindicator | Doc files for libindicator | 3 | 库 + libindicator-gtk3 | libindicator | A set of symbols and convenience functions that all Ayatana indicatorsare likely to use. This is the GTK+ 3 build of libindicator, for useby GTK+ 3 apps. | GTK+3 build of libindicator | 3 | 库 + libindicator-gtk3-devel | libindicator | The libindicator-gtk3-devel package contains libraries and header files fordeveloping applications that use libindicator-gtk3. | Development files for libindicator-gtk3 | 3 | 库 + libindicator-gtk3-tools | libindicator | This package contains tools used by the libindicator-gtk3 package, theAyatana indicators system. This package contains the builds of thetools for the GTK+3 build of libindicator. | Shared functions for Ayatana indicators - GTK3 Tools | 3 | 工具 + libindicator-tools | libindicator | This package contains tools used by the libindicator package, theAyatana indicators system. | Shared functions for Ayatana indicators - Tools | 3 | 工具 + libini_config | ding-libs | Library to process config files in INI format into a libcollection datastructure | INI file parser for C | 3 | 库 + libini_config-devel | ding-libs | Library to process config files in INI format into a libcollection datastructure | Development files for libini_config | 3 | 库 + libinput | libinput | libinput is a library that handles input devices for display servers and otherapplications that need to directly deal with input devices.It provides device detection, device handling, input device event processingand abstraction so minimize the amount of custom input code the user oflibinput need to provide the common set of functionality that users expect. | Input device library | 2 | 库 + libinput-devel | libinput | The libinput-devel package contains libraries and header files fordeveloping applications that use libinput. | Development files for libinput | 2 | 库 + libinput-test | libinput | The libinput-test package contains the libinput test suite. It is notintended to be run by users. | libinput integration test suite | 2 | 库 + libinput-utils | libinput | The libinput-utils package contains tools to debug hardware and analyzelibinput. | Utilities and tools for debugging libinput | 2 | 库 + libipa_hbac | sssd | Utility library to validate FreeIPA HBAC rules for authorization requests | FreeIPA HBAC Evaluator library | 3 | 服务 + libipa_hbac-devel | sssd | Utility library to validate FreeIPA HBAC rules for authorization requests | FreeIPA HBAC Evaluator library | 3 | 服务 + libipt | libipt | The Intel Processor Trace (Intel PT) Decoder Library is Intel's referenceimplementation for decoding Intel PT. It can be used as a standalone libraryor it can be partially or fully integrated into your tool.The library comes with a set of sample tools built on top of it and a testsystem built on top of the sample tools. The samples demonstrate how to use thelibrary and may serve as a starting point for integrating the library into yourtool. | Intel Processor Trace Decoder Library | 2 | 库 + libiptcdata | libiptcdata | libiptcdata is a library, written in C, for manipulating the InternationalPress Telecommunications Council (IPTC) metadata stored within multimediafiles such as images. This metadata can include captions and keywords,often used by popular photo management applications.The library provides routines for parsing, viewing, modifying, and saving this metadata.The library is licensed under the GNU Library General Public License (GNU LGPL).The libiptcdata package also includes a command-line utility, iptc,for editing IPTC data in JPEG files, as well as Python bindings. | IPTC tag library | 3 | 库 + libiptcdata-devel | libiptcdata | The libiptcdata-devel package contains the libraries and include filesthat you can use to develop libiptcdata applications. | Headers and libraries for libiptcdata application development | 1 | 库 + libipt-devel | libipt | The libipt-devel package contains the header files and libraries needed todevelop programs that use the Intel Processor Trace (Intel PT) Decoder Library. | Header files and libraries for Intel Processor Trace Decoder Library | 2 | 库 + libiscsi | libiscsi | libiscsi is a library for attaching to iSCSI resources acrossa network. | iSCSI client library | 2 | 库 + libiscsi-devel | libiscsi | The libiscsi-devel package includes the header files for libiscsi. | iSCSI client development libraries | 2 | 库 + libisoburn | libisoburn | Libisoburn is a front-end for libraries libburn and libisofs whichenables creation and expansion of ISO-9660 filesystems on all CD/DVD/BD media supported by libburn. This includes media like DVD+RW,which do not support multi-session management on media level andeven plain disk files or block devices. Price for that is thoroughspecialization on data files in ISO-9660 filesystem images. And solibisoburn is not suitable for audio (CD-DA) or any other CD layoutwhich does not entirely consist of ISO-9660 sessions. | Library to enable creation and expansion of ISO-9660 filesystems | 2 | 库 + libisofs | libisofs | Libisofs is a library to create an ISO-9660 filesystem and supportsextensions like RockRidge or Joliet. It is also a full featuredISO-9660 editor, allowing you to modify an ISO image or multisessiondisc, including file addition or removal, change of file names andattributes etc. It supports the extension AAIP which allows to storeACLs and xattr in ISO-9660 filesystems as well. As it is linked withzlib, it supports zisofs compression, too. | Library to create ISO 9660 disk images | 2 | 库 + libisofs-devel | libisofs | The libisofs-devel package contains libraries and header files fordeveloping applications that use libisofs. | Development files for libisofs | 3 | 库 + libitm | gcc | This package contains the GNU Transactional Memory librarywhich is a GCC transactional memory support runtime library. | The GNU Transactional Memory library | 2 | 库 + libitm-devel | gcc | This package contains headers and support files for theGNU Transactional Memory library. | The GNU Transactional Memory support | 2 | 库 + libitm-static | gcc | This package contains GNU Transactional Memory static libraries. | The GNU Transactional Memory static library | 2 | 库 + libjaylink | libjaylink | libjaylink is a shared library written in C to access SEGGER J-Linkand compatible devices. | Library for SEGGER J-Link and compatible devices | 3 | 库 + libjaylink-devel | libjaylink | The libjaylink-devel package contains libraries and header files fordeveloping applications that use libjaylink. | Development files for libjaylink | 3 | 库 + libjaylink-doc | libjaylink | The libjaylink-doc package contains documentation files for libjaylink. | Documentation files for libjaylink | 3 | 库 + libjcat | libjcat | This library allows reading and writing gzip-compressed JSON catalog files,which can be used to store GPG, PKCS-7 and SHA-256 checksums for each file.This provides equivalent functionality to the catalog files supported inMicrosoft Windows. | Library for reading Jcat files | 3 | 库 + libjcat-devel | libjcat | Files for development with libjcat. | Development package for libjcat | 3 | 库 + libjose | jose | This package contains a C library for performing JOSE operations. | Library implementing JSON Object Signing and Encryption | 3 | 库 + libjose-devel | jose | This package contains development files for libjose. | Development files for libjose | 3 | 库 + libjpeg-turbo | libjpeg-turbo | The libjpeg-turbo package contains a library of functions for manipulating JPEGimages. | A MMX/SSE2/SIMD accelerated library for manipulating JPEG image files | 3 | 库 + libjpeg-turbo-devel | libjpeg-turbo | This package contains header files necessary for developing programs which willmanipulate JPEG files using the libjpeg-turbo library. | Headers for the libjpeg-turbo library | 3 | 库 + libjpeg-turbo-utils | libjpeg-turbo | The libjpeg-turbo-utils package contains simple client programs for accessingthe libjpeg functions. It contains cjpeg, djpeg, jpegtran, rdjpgcom andwrjpgcom. Cjpeg compresses an image file into JPEG format. Djpeg decompresses aJPEG file into a regular image file. Jpegtran can perform various usefultransformations on JPEG files. Rdjpgcom displays any text comments included in aJPEG file. Wrjpgcom inserts text comments into a JPEG file. | Utilities for manipulating JPEG images | 3 | 库 + libjxl | jpegxl | This package contains a reference implementation of JPEG XL (encoder anddecoder).Library files for JPEG-XL. | Library files for JPEG-XL | 3 | 库 + libjxl-devel | jpegxl | This package contains a reference implementation of JPEG XL (encoder anddecoder).Development files for JPEG-XL. | Development files for JPEG-XL | 3 | 库 + libkadm5 | krb5 | Kerberos is a network authentication system. The libkadm5 packagecontains only the libkadm5clnt and libkadm5serv shared objects. Thisinterface is not considered stable. | Kerberos 5 Administrative libraries | 2 | 库 + libkcapi | libkcapi | libkcapi allows user-space to access the Linux kernel crypto API.This library uses the netlink interface and exports easy to use APIsso that a developer does not need to consider the low-level netlinkIt uses this Netlink interface and exports easy to use APIsso that a developer does not need to consider the low-level Netlinkinterface handling.The library does not implement any cipher algorithms. All consumerrequests are sent to the kernel for processing. Results from thekernel crypto API are returned to the consumer via the library API.The library does not implement any cipher algorithms. All consumerrequests are sent to the kernel for processing. Results from the kernelcrypto API are returned to the consumer via the library API.The kernel interface and therefore this library can be used byunprivileged processes.The focus during the development of this library is put on speed.This library does not perform any memcpy for processing the cryptographicdata! The library uses scatter / gather lists to eliminate the need formoving data around in memory. | User space interface to the Linux Kernel Crypto API | 2 | 库 + libkcapi-devel | libkcapi | Header files for applications that use libkcapi. | Development files for the libkcapi package | 3 | 库 + libkcapi-doc | libkcapi | User documentation for libkcapi. | User documentation for the libkcapi package | 3 | 库 + libkcapi-fipscheck | libkcapi | Provides drop-in replacements for fipscheck and fipshmac tools (frompackage fipscheck) using libkcapi. | Drop-in replacements for fipscheck/fipshmac provided by the libkcapi package | 3 | 工具 + libkcapi-hmaccalc | libkcapi | Provides drop-in replacements for sha*hmac tools (from packagehmaccalc) using libkcapi. | Drop-in replacements for hmaccalc provided by the libkcapi package | 3 | 库 + libkcapi-static | libkcapi | This package contains the libkcapi static libraries for -staticlinking. You don't need this, unless you link statically, whichis highly discouraged. | Static library for -static linking with libkcapi | 3 | 库 + libkcapi-tests | libkcapi | Auxiliary scripts for testing libkcapi. | Testing scripts for the libkcapi package | 3 | 库 + libkcapi-tools | libkcapi | Utility applications that are provided with libkcapi. This includestools to use message digests, symmetric ciphers and random numbergenerators implemented in the Linux kernel from command line. | Utility applications for the libkcapi package | 3 | 库 + libksba | libksba | KSBA (pronounced Kasbah) is a library to make X.509 certificates aswell as the CMS easily accessible by other applications. Bothspecifications are building blocks of S/MIME and TLS. | CMS and X.509 library | 2 | 库 + libksba-devel | libksba | Development headers and libraries for libksba. | Development headers and libraries for libksba | 3 | 库 + libldac | libldac | LDAC is an audio coding technology developed by Sony that enablethe transmission of High Resolution (Hi-Res) Audio content even overa Bluetooth connection, and has been contributed to theAndroid Open Source Project (AOSP). | A lossy audio codec for Bluetooth connections | 3 | 库 + libldac-devel | libldac | Libraries and header files for developing applications that use libldac. | Development files for libldac | 3 | 库 + libldb | libldb | ldb is a LDAP-like embedded database. It is not at all LDAP standards compliant,so if you want a standards compliant database then please see the excellent OpenLDAP project.What ldb does is provide a fast database with an LDAP-like API designed to be used within anapplication. In some ways it can be seen as a intermediate solution between key-value pairdatabases and a real LDAP database.ldb is the database engine used in Samba4. | LDAP-like embedded database | 2 | 服务 + libldb-devel | libldb | Header files needed to develop programs that link against the LDB library. | Developer tools for the LDB library | 3 | 库 + liblockfile | liblockfile | This library implements a number of functions found in -lmail on SysVsystems. These functions are designed to lock the standard mailboxes in/var/mail (or wherever the system puts them). In additions, this libraryadds a number of functions to create, manage and remove generic lockfiles. | This implements a number of functions found in -lmail on SysV systems | 3 | 库 + liblockfile-devel | liblockfile | The liblockfile-devel package contains libraries and header files for developingapplications that use liblockfile. | Development files for liblockfile | 3 | 库 + liblognorm | liblognorm | Briefly described, liblognorm is a tool to normalize log data.People who need to take a look at logs often have a common problem. Logs fromdifferent machines (from different vendors) usually have different formats fortheir logs. Even if it is the same type of log (e.g. from firewalls), the logentries are so different, that it is pretty hard to read these. This is whereliblognorm comes into the game. With this tool you can normalize all your logs.All you need is liblognorm and its dependencies and a sample database that fitsthe logs you want to normalize. | Fast samples-based log normalization library | 3 | 库 + liblognorm-devel | liblognorm | The liblognorm-devel package includes header files, libraries necessary fordeveloping programs which use liblognorm library. | Development tools for programs using liblognorm library | 3 | 库 + liblouis | liblouis | Liblouis is an open-source braille translator and back-translator named inhonor of Louis Braille. It features support for computer and literary braille,supports contracted and uncontracted translation for many languages and hassupport for hyphenation. New languages can easily be added through tables thatsupport a rule- or dictionary based approach. Liblouis also supports mathbraille (Nemeth and Marburg).Liblouis has features to support screen-reading programs. This has led to itsuse in two open-source screen readers, NVDA and Orca. It is also used in somecommercial assistive technology applications for example by ViewPlus.Liblouis is based on the translation routines in the BRLTTY screen reader forLinux. It has, however, gone far beyond these routines. | Braille translation and back-translation library | 3 | 库 + liblouis-devel | liblouis | The liblouis-devel package contains libraries and header files fordeveloping applications that use liblouis. | Development files for liblouis | 3 | 库 + liblouis-utils | liblouis | Six test programs are provided as part of the liblouis package. Theyare intended for testing liblouis and for debugging tables. None ofthem is suitable for braille transcription. | Command-line utilities to test liblouis | 2 | 库 + liblsan | gcc | This package contains the Leak Sanitizer librarywhich is used for -fsanitize=leak instrumented programs. | The Leak Sanitizer runtime library | 2 | 库 + liblsan-static | gcc | This package contains Leak Sanitizer static runtime library. | The Leak Sanitizer static library | 2 | 库 + libluksmeta | luksmeta | LUKSMeta is a C library for storing small portions of metadata in the LUKSv1header for use before unlocking the volume. | Library for storing small metadata in the LUKSv1 header | 3 | 库 + libluksmeta-devel | luksmeta | This package contains development files for the LUKSMeta library. | Development files for libluksmeta | 3 | 库 + liblzf | liblzf | LibLZF is a very small data compression library. It consistsof only two .c and two .h files and is very easy toincorporate into your own programs. The compression algorithmis very, very fast, yet still written in portable C. | Small data compression library | 3 | 库 + liblzf-devel | liblzf | The liblzf-devel package contains libraries and header files fordeveloping applications that use liblzf. | Development files for liblzf | 3 | 库 + liblzf-doc | liblzf | The liblzf-doc package contains documentation files for liblzf. | Documentation files for liblzf | 3 | 库 + libmatchbox | libmatchbox | Matchbox is a base environment for the X Window System running on non-desktopembedded platforms such as handhelds, set-top boxes, kiosks and anything elsefor which screen space, input mechanisms or system resources are limited. | Libraries for the Matchbox Desktop | 3 | 库 + libmatchbox-devel | libmatchbox | Static libraries and header files from libmatchbox | Static libraries and header files from libmatchbox | 3 | 库 + libmatchbox-doc | libmatchbox | The libmatchbox-doc package contains documentation files for libmatchbox. | Documentation files for libmatchbox | 3 | 库 + libmaxminddb | libmaxminddb | The package contains libmaxminddb library. | C library for the MaxMind DB file format | 3 | 库 + libmaxminddb-devel | libmaxminddb | The package contains development header files for the libmaxminddb libraryand the mmdblookup utility which allows IP address lookup in a MaxMind DB file. | Development header files for libmaxminddb | 3 | 库 + libmbim | libmbim | This package contains the libraries that make it easier to use MBIMfunctionality from applications that use glib. | Support library for the Mobile Broadband Interface Model protocol | 3 | 库 + libmbim-devel | libmbim | This package contains the header and pkg-config files for developingapplications using MBIM functionality from applications that use glib. | Header files for adding MBIM support to applications that use glib | 3 | 库 + libmbim-utils | libmbim | This package contains the utilities that make it easier to use MBIMfunctionality from the command line. | Utilities to use the MBIM protocol from the command line | 3 | 库 + libmd | libmd | The libmd library provides a few message digest ("hash") functions, asfound on various BSD systems, either on their libc or on a library withthe same name, and with a compatible API. | Library that provides message digest functions from BSD systems | 3 | 库 + libmd-devel | libmd | The libmd-devel package includes header files and libraries necessaryfor developing programs which use the message digest library. | Development files for the message digest library | 3 | 库 + libmemcached-awesome | libmemcached-awesome | libmemcached-awesome is a C/C++ client library and tools for the memcachedserver (https://memcached.org/). It has been designed to be lighton memory usage, and provide full access to server side methods.This is a resurrection of the original work from Brian Aker at libmemcached.org. | Client library and command line tools for memcached server | 3 | 库 + libmemcached-awesome-devel | libmemcached-awesome | This package contains the header files and development librariesfor libmemcached-awesome. If you like to develop programs using libmemcached-awesome,you will need to install libmemcached-awesome-devel.Documentation: https://awesomized.github.io/libmemcached | Header files and development libraries for libmemcached-awesome | 3 | 库 + libmetalink | libmetalink | Libmetalink is a library to read Metalink XML download description format.It supports both Metalink version 3 and Metalink version 4 (RFC 5854). | C library to read Metalink XML download description format | 3 | 库 + libmetalink-devel | libmetalink | Files needed for building applications with libmetalink. | Files needed for developing with libmetalink | 3 | 库 + libmicrohttpd | libmicrohttpd | GNU libmicrohttpd is a small C library that is supposed to make iteasy to run an HTTP server as part of another application.Key features that distinguish libmicrohttpd from other projects are:* C library: fast and small* API is simple, expressive and fully reentrant* Implementation is http 1.1 compliant* HTTP server can listen on multiple ports* Support for IPv6* Support for incremental processing of POST data* Creates binary of only 25k (for now)* Three different threading models | Lightweight library for embedding a webserver in applications | 3 | 库 + libmicrohttpd-devel | libmicrohttpd | Development files for libmicrohttpd | Development files for libmicrohttpd | 3 | 库 + libmng | libmng | LibMNG is a library for accessing graphics in MNG (Multi-image NetworkGraphics) and JNG (JPEG Network Graphics) formats. MNG graphics arebasically animated PNGs. JNG graphics are basically JPEG streamsintegrated into a PNG chunk. | Library for Multiple-image Network Graphics support | 3 | 库 + libmng-devel | libmng | LibMNG is a library for accessing MNG and JNG format graphics. Thelibmng-devel package contains files needed for developing or compilingapplications which use MNG graphics. | Development files for the Multiple-image Network Graphics library | 3 | 库 + libmng-doc | libmng | Doc pages for libmng. | Documents for libmng | 3 | 库 + libmnl | libmnl | libmnl is a minimalistic user-space library oriented to Netlink developers.There are a lot of common tasks in parsing, validating, constructing of boththe Netlink header and TLVs that are repetitive and easy to get wrong.This library aims to provide simple helpers that allows you to re-use code andto avoid re-inventing the wheel. | A minimalistic Netlink library | 3 | 库 + libmnl-devel | libmnl | The libmnl-devel package contains libraries and header files fordeveloping applications that use libmnl. | Development files for libmnl | 3 | 库 + libmnl-static | libmnl | The libmnl-static package contains static libraries for devleoping applications that use libmnl. | Static development files for libmnl | 3 | 库 + libmodulemd | libmodulemd | C library for manipulating module metadata files.See https://github.com/fedora-modularity/libmodulemd/blob/master/README.md formore details. | Module metadata manipulation library | 3 | 库 + libmodulemd-devel | libmodulemd | Development files for libmodulemd. | Development files for libmodulemd | 3 | 库 + libmount | util-linux | This is the device mounting library, part of util-linux. | Device mounting library | 1 | 工具 + libmount-devel | util-linux | This is the device mounting development library and headers,part of util-linux. | Device mounting library | 3 | 工具 + libmpc | libmpc | MPC is a C library for the arithmetic of complex numbers witharbitrarily high precision and correct rounding of the result. It isbuilt upon and follows the same principles as Mpfr. | C library for multiple precision complex arithmetic | 3 | 库 + libmpc-devel | libmpc | Header files and shared library symlinks for the MPC library. | Headers and shared development libraries for MPC | 3 | 库 + libmpc-doc | libmpc | Documentation for the MPC library. | Documentation for the MPC library | 3 | 库 + libmspack | libmspack | The purpose of libmspack is to provide both compression and decompression ofsome loosely related file formats used by Microsoft. | Library for CAB and related files compression and decompression | 3 | 库 + libmspack-devel | libmspack | The libmspack-devel package contains libraries, header files and documentationfor developing applications that use libmspack. | Development files for libmspack | 3 | 库 + libmspack-doc | libmspack | The libmspack-doc package contains documentation files for libmspack. | Documentation files for libmspack | 3 | 库 + libmtp | libmtp | This package provides a software library for communicating with MTP(Media Transfer Protocol) media players, typically audio players, videoplayers etc. | Software library for MTP media players | 3 | 库 + libmtp-devel | libmtp | This package provides development files for the libmtplibrary for MTP media players. | Development files for libmtp | 3 | 库 + libmtp-doc | libmtp | The libmtp-doc package contains documentation files for libmtp. | Documentation files for libmtp | 3 | 库 + libmtp-examples | libmtp | This package provides example programs for communicating with MTPdevices. | Example programs for libmtp | 3 | 库 + libmysofa | libmysofa | This is a simple set of C functions to read AES SOFA files, if theycontain HRTFs stored according to the AES69-2015 standard. | C functions for reading HRTFs | 3 | 工具 + libmysofa-devel | libmysofa | The libmysofa-devel package contains libraries and header files fordeveloping applications that use libmysofa. | Development files for libmysofa | 3 | 库 + libndp | libndp | This package contains a library which provides a wrapperfor IPv6 Neighbor Discovery Protocol. It also provides a toolnamed ndptool for sending and receiving NDP messages. | Library for Neighbor Discovery Protocol | 3 | 库 + libndp-devel | libndp | The libndp-devel package contains the header files and librariesnecessary for developing programs using libndp. | Libraries and header files for libndp development | 3 | 库 + libnet | libnet | Libnet is an API to help with the construction and handling of networkpackets. It provides a portable framework for low-level network packetwriting and handling (use libnet in conjunction with libpcap and you canwrite some really cool stuff). Libnet includes packet creation at the IPlayer and at the link layer as well as a host of supplementary andcomplementary functionality. | C library for portable packet creation and injection | 2 | 库 + libnetapi | samba | This contains the NETAPI library from the Samba suite. | The NETAPI library | 3 | 服务 + libnet-devel | libnet | The libnet-devel package includes header files and libraries necessaryfor developing programs which use the libnet library. Libnet is veryhandy with which to write network tools and network test code. See theman page and sample test code for more detailed information. | Development files for libnet | 2 | 库 + libnet-doc | libnet | Libnet is an API to help with the construction and handling of networkpackets. It provides a portable framework for low-level network packetwriting and handling. This package contains the API documentation fordeveloping applications that use libnet. | Documentation files for the libnet library | 2 | 库 + libnetfilter_conntrack | libnetfilter_conntrack | libnetfilter_conntrack is a userspace library providing a programminginterface (API) to the in-kernel connection tracking state table. Thislibrary is currently used by conntrack-tools among many other applications. | A userspace library providing a API | 2 | 库 + libnetfilter_conntrack-devel | libnetfilter_conntrack | This package contains development files. | The development files for libnetfilter_conntrack | 2 | 工具 + libnetfilter_cthelper | libnetfilter_cthelper | This library provides the infrastructure for the user-space helperinfrastructure available since the Linux kernel 3.6. | User-space infrastructure for connection tracking helpers | 2 | 库 + libnetfilter_cthelper-devel | libnetfilter_cthelper | The libnetfilter_cthelper-devel package contains libraries and header files fordeveloping applications that use libnetfilter_cthelper. | Development files for libnetfilter_cthelper | 2 | 库 + libnetfilter_cttimeout | libnetfilter_cttimeout | This infrastructure allows you to define fine-grain timeoutpolicies per flow. Basically, from user-space, you can createtimeout policy objects via nfct_timeout_alloc(), set thepolicy attributes, via nfct_timeout_*_attr_set(), and thenbuild the ctnetlink message to communicate this new timeoutpolicy to the kernel. | Timeout policy tuning for Netfilter/conntrack | 2 | 库 + libnetfilter_cttimeout-devel | libnetfilter_cttimeout | This infrastructure allows you to define fine-grain timeoutpolicies per flow. Basically, from user-space, you can createtimeout policy objects via nfct_timeout_alloc(), set thepolicy attributes, via nfct_timeout_*_attr_set(), and thenbuild the ctnetlink message to communicate this new timeoutpolicy to the kernel. | Timeout policy tuning for Netfilter/conntrack | 2 | 库 + libnetfilter_queue | libnetfilter_queue | libnetfilter_queue is a userspace library providing an API to packets that havebeen queued by the kernel packet filter. It is is part of a system thatdeprecates the old ip_queue / libipq mechanism.libnetfilter_queue has been previously known as libnfnetlink_queue. | Netfilter queue userspace library | 2 | 库 + libnetfilter_queue-devel | libnetfilter_queue | libnetfilter_queue is a userspace library providing an API to packets that havebeen queued by the kernel packet filter. It is is part of a system thatdeprecates the old ip_queue / libipq mechanism.libnetfilter_queue has been previously known as libnfnetlink_queue. | Netfilter queue userspace library | 2 | 库 + libnfnetlink | libnfnetlink | libnfnetlink is a userspace library that provides some low-levelnfnetlink handling functions. It is used as a foundation for other, netfiltersubsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_logand libnfnetlink_queue. | Netfilter netlink userspace library | 2 | 库 + libnfnetlink-devel | libnfnetlink | libnfnetlink is a userspace library that provides some low-levelnfnetlink handling functions. It is used as a foundation for other, netfiltersubsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_logand libnfnetlink_queue. | Netfilter netlink userspace library | 2 | 库 + libnfsidmap | nfs-utils | Library that handles mapping between names and ids for NFSv4. | NFSv4 User and Group ID Mapping Library | 2 | 库 + libnfsidmap-devel | nfs-utils | This package includes header files and libraries necessary fordeveloping programs which use the libnfsidmap library. | Development files for the libnfsidmap library | 2 | 库 + libnftnl | libnftnl | A library for low-level interaction with nftables Netlink's API over libmnl. | Library for low-level interaction with nftables Netlink's API over libmnl | 2 | 库 + libnftnl-devel | libnftnl | The libnftnl-devel package contains libraries and header files fordeveloping applications that use libnftnl. | Development files for libnftnl | 2 | 库 + libnghttp2 | nghttp2 | libnghttp2 is a library implementing the Hypertext Transfer Protocolversion 2 (HTTP/2) protocol in C. | A library implementing the HTTP/2 protocol | 3 | 库 + libnghttp2-devel | nghttp2 | The libnghttp2-devel package includes libraries and header files neededfor building applications with libnghttp2. | Files needed for building applications with libnghttp2 | 2 | 库 + libnice | libnice | libnice is an implementation of the IETF draft Interactive ConnectivityEstablishment standard (ICE). ICE is useful for applications that want toestablish peer-to-peer UDP data streams. It automates the process of traversingNATs and provides security against some attacks. Existing standards that useICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extensionfor audio/video calls. | GLib ICE implementation | 3 | 库 + libnice-devel | libnice | The libnice-devel package contains libraries and header files fordeveloping applications that use libnice. | Development files for libnice | 3 | 库 + libnice-gstreamer1 | libnice | The libnice-gstreamer1 package contains a gstreamer 1.0 plugin for libnice. | GStreamer plugin for libnice | 3 | 库 + libnl3 | libnl3 | This package contains a convenience library to simplifyusing the Linux kernel's netlink sockets interface fornetwork manipulation | Convenience library for kernel netlink sockets | 2 | 库 + libnl3-cli | libnl3 | This package contains various libnl3 utils and additionallibraries on which they depend | Command line interface utils for libnl3 | 2 | 库 + libnl3-devel | libnl3 | The libnl3-devel package contains libraries and header files fordeveloping applications that use libnl3. | Development files for libnl3 | 2 | 库 + libnl3-doc | libnl3 | This package contains libnl3 API documentation | API documentation for libnl3 | 2 | 库 + libnma | libnma | The libnma package contains an implementation of the NetworkManager GUI functions. | NetworkManager GUI library | 3 | 库 + libnma-devel | libnma | This package contains header and pkg-config files to be used for integratingGUI tools with NetworkManager. | Header files for NetworkManager GUI library | 2 | 库 + libnma-gtk4 | libnma | This package is a library that provides GTK 4 dialogs and UIutilities for NetworkManager | Experimental GTK 4 version of NetworkManager GUI library | 3 | 库 + libnma-gtk4-devel | libnma | This package contains the GTK 4 version of header and pkg-configfiles to be used for integrating GUI tools with NetworkManager. | Header files for experimental GTK4 version of NetworkManager GUI library | 3 | 库 + libnotify | libnotify | libnotify is a library for sending desktop notifications to a notificationdaemon, as defined in the freedesktop.org Desktop Notifications spec. Thesenotifications can be used to inform the user about an event or display someform of information without getting in the user's way. | Desktop notification library | 3 | 库 + libnotify-devel | libnotify | This package contains libraries and header files needed fordevelopment of programs using libnotify. | Development files for libnotify | 2 | 库 + libnsl | glibc | This package provides the legacy version of libnsl library,for accessing NIS services. This library is provided forbackwards compatibility only, applications should uselibnsl2 instead to gain IPv6 support. | Legacy support library for NIS | 2 | 库 + libnsl2 | libnsl2 | libnsl2 is a package that contains the libnsl library, which containsthe public client interface for NIS (YP) and NIS+This code was formerly part of glibc, but is now standalone tobe able to link against TI-RPC for IPv6 support. | Public client interface library for NIS(YP) and NIS+ | 2 | 库 + libnsl2-devel | libnsl2 | Development files for libnsl2 | Development files for libnsl | 2 | 库 + libnvme | libnvme | Provides type definitions for NVMe specification structures,enumerations, and bit fields, helper functions to construct,dispatch, and decode commands and payloads, and utilities to connect,scan, and manage nvme devices on a Linux system. | Linux-native nvme device management library | 2 | 库 + libnvme-devel | libnvme | This package provides header files to include and libraries to link withfor Linux-native nvme device management. | Development files for libnvme | 2 | 工具 + liboath | oath-toolkit | OATH stands for Open AuTHentication, which is the organization thatspecify the algorithms. Supported technologies include the event-basedHOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). | Library for OATH handling | 3 | 库 + liboath-devel | oath-toolkit | Development files for liboath. | Development files for liboath | 3 | 库 + liboath-doc | oath-toolkit | Documentation files for liboath. | Documentation files for liboath | 3 | 库 + libogg | libogg | Libogg is a library for manipulating Ogg bitstream file formats.Libogg supports both making Ogg bitstreams and getting packets fromOgg bitstreams. | The Ogg bitstream file format library | 3 | 库 + libogg-devel | libogg | Libogg is a library used for manipulating Ogg bitstreams. Thelibogg-devel package contains the header files and documentationneeded for development using libogg. | Files needed for development using libogg | 3 | 库 + libogg-devel-docs | libogg | Documentation for developing applications with libogg | Documentation for developing Ogg applications | 3 | 库 + libomp | libomp | OpenMP runtime for clang. | OpenMP runtime for clang | 3 | 库 + libomp-devel | libomp | OpenMP header files. | OpenMP header files | 3 | 库 + libomp-test | libomp | OpenMP regression tests | OpenMP regression tests | 3 | 库 + libosinfo | libosinfo | The libosinfo project comprises three parts 1. A database of metadata about operating systems, hypervisors, virtual hardware and more 2. A GObject based library API for querying information from the database 3. Command line tools for querying & extracting information from the database | A library for managing OS information for virtualization | 3 | 库 + libosinfo-devel | libosinfo | libosinfo is a library that allows virtualization provisioning tools to determinethe optimal device settings for a hypervisor/operating system combination. | Libraries, includes, etc. to compile with the libosinfo library | 1 | 库 + libotf | libotf | The library "libotf" provides the following facilites.Read Open Type Layout Tables from OTF file. Currently these tables aresupported; head, name, cmap, GDEF, GSUB, and GPOS. Convert a Unicodecharacter sequence to a glyph code sequence by using the above tables.The combination of libotf and the FreeType library (Ver.2) realizesCTL (complex text layout) by OpenType fonts. This library is currentlyused by the m17n library. It seems that the probject Free Type Layoutprovides the similar (or better) facility as this library, butcurrently they have not yet released their library. So, we havedeveloped this one. | A Library for handling OpenType Font | 3 | 库 + libotf-devel | libotf | The libotf-devel package contains libraries and header files fordeveloping applications that use libotf. | Development files for libotf | 3 | 库 + libpamtest | pam_wrapper | If you plan to test a PAM module you can use this library, which simplifiestesting of modules. | A tool to test PAM applications and PAM modules | 2 | 库 + libpamtest-devel | pam_wrapper | If you plan to develop tests for a PAM module you can use this library,which simplifies testing of modules. This sub package includes the headerfiles for libpamtest. | A tool to test PAM applications and PAM modules | 3 | 库 + libpamtest-doc | pam_wrapper | Documentation for libpamtest development. | The libpamtest API documentation | 3 | 库 + libpaper | libpaper | The libpaper package enables users to indicate their preferred papersize and specifies system-wide and per-user paper size catalogues, which canalso be used directly (see paperspecs(5)). | Library and tools for handling papersize | 3 | 库 + libpaper-devel | libpaper | This package contains headers and libraries that programmers will needto develop applications which use libpaper. | Headers/Libraries for developing programs that use libpaper | 3 | 库 + libpath_utils | ding-libs | Utility functions to manipulate filesystem pathnames | Filesystem Path Utilities | 3 | 库 + libpath_utils-devel | ding-libs | Utility functions to manipulate filesystem pathnames | Development files for libpath_utils | 2 | 库 + libpcap | libpcap | Libpcap provides a portable framework for low-level networkmonitoring. Libpcap can provide network statistics collection,security monitoring and network debugging. Since almost every systemvendor provides a different interface for packet capture, the libpcapauthors created this system-independent API to ease in porting and toalleviate the need for several system-dependent packet capture modulesin each application.Install libpcap if you need to do low-level network traffic monitoringon your network. | A system-independent interface for user-level packet capture | 2 | 库 + libpcap-devel | libpcap | Libpcap provides a portable framework for low-level networkmonitoring. Libpcap can provide network statistics collection,security monitoring and network debugging. Since almost every systemvendor provides a different interface for packet capture, the libpcapauthors created this system-independent API to ease in porting and toalleviate the need for several system-dependent packet capture modulesin each application.This package provides the libraries, include files, and otherresources needed for developing libpcap applications. | Libraries and header files for the libpcap library | 2 | 库 + libpciaccess | libpciaccess | libpciaccess is a library for portable PCI access routines across multipleoperating systems. | PCI access library | 2 | 库 + libpciaccess-devel | libpciaccess | Development package for libpciaccess. | PCI access library development package | 2 | 库 + libpeas | libpeas | libpeas is a convenience library making adding plug-ins supportto glib-based applications. | Plug-ins implementation convenience library | 3 | 库 + libpeas-devel | libpeas | This package contains development libraries and header filesthat are needed to write applications that use libpeas. | Development files for libpeas | 3 | 库 + libpeas-doc | libpeas | The libpeas-doc package contains documentation files for libpeas. | Documentation files for libpeas | 3 | 库 + libpeas-gtk | libpeas | libpeas-gtk is a convenience library making adding plug-ins supportto GTK+-based applications. | GTK+ plug-ins support for libpeas | 3 | 库 + libpeas-loader-python3 | libpeas | This package contains the Python 3 loader that is needed torun Python 3 plugins that use libpeas. | Python 3 loader for libpeas | 3 | 库 + libpfm | libpfm | libpfm4 is a library to help encode events for use with operating systemkernels performance monitoring interfaces. The current version provides supportfor the perf_events interface available in upstream Linux kernels since v2.6.31. | Library to encode performance events for use by perf tool | 3 | 库 + libpfm-devel | libpfm | Development library and header files to create performance monitoringapplications for the perf_events interface. | Development library to encode performance events for perf_events based tools | 3 | 库 + libphodav | phodav | phởdav is a WebDAV server implementation using libsoup3 (RFC 4918).This package provides the library. | A library to serve files with WebDAV | 3 | 库 + libphodav-devel | phodav | The libphodav-devel package includes the header files for libphodav. | Development files for libphodav | 3 | 库 + libpinyin | libpinyin | The libpinyin project aims to provide the algorithms corefor intelligent sentence-based Chinese pinyin input methods. | Library to deal with pinyin | 3 | 库 + libpinyin-data | libpinyin | The libpinyin-data package contains data files. | Data files for libpinyin | 3 | 库 + libpinyin-devel | libpinyin | The libpinyin-devel package contains libraries and header files fordeveloping applications that use libpinyin. | Development files for libpinyin | 3 | 库 + libpipeline | libpipeline | libpipeline is a C library for setting up and running pipelines ofprocesses, without needing to involve shell command-line parsing which isoften error-prone and insecure. This alleviates programmers of the need tolaboriously construct pipelines using lower-level primitives such as fork(2)and execve(2). | A pipeline manipulation library | 3 | 库 + libpipeline-devel | libpipeline | libpipeline-devel contains the header files and libraries neededto develop programs that use libpipeline library. | Header files and libraries for pipeline manipulation library | 3 | 库 + libpkgconf | pkgconf | This package provides libraries for applications to use the functionalityof pkgconf. | Backend library for pkgconf | 1 | 工具 + libpkgconf-devel | pkgconf | This package provides files necessary for developing applicationsto use functionality provided by pkgconf. | Development files for libpkgconf | 2 | 库 + libplist | libplist | libplist is a library for manipulating Apple Binary and XML Property Lists | Library for manipulating Apple Binary and XML Property Lists | 3 | 库 + libplist-devel | libplist | libplist, development headers and libraries. | Development package for libplist | 2 | 库 + libpmem | nvml | The libpmem provides low level persistent memory support. In particular,support for the persistent memory instructions for flushing changesto pmem is provided. This package provides the v1 API. | Low-level persistent memory support library | 2 | 库 + libpmemblk | nvml | The libpmemblk implements a pmem-resident array of blocks, all the samesize, where a block is updated atomically with respect to powerfailure or program interruption (no torn blocks). | Persistent Memory Resident Array of Blocks library | 2 | 库 + libpmemblk-devel | nvml | The libpmemblk implements a pmem-resident array of blocks, all the samesize, where a block is updated atomically with respect to powerfailure or program interruption (no torn blocks).For example, a program keeping a cache of fixed-size objects in pmemmight find this library useful. This library is provided for casesrequiring large arrays of objects at least 512 bytes each. Mostdevelopers will find higher level libraries like libpmemobj to bemore generally useful. | Development files for the Persistent Memory Resident Array of Blocks library | 2 | 库 + libpmem-devel | nvml | The libpmem provides low level persistent memory support. In particular,support for the persistent memory instructions for flushing changesto pmem is provided. This package provides the v1 API.This library is provided for software which tracks every store topmem and needs to flush those changes to durability. Most developerswill find higher level libraries like libpmemobj to be much moreconvenient. | Development files for the low-level persistent memory library | 2 | 库 + libpmemobj | nvml | The libpmemobj library provides a transactional object store,providing memory allocation, transactions, and general facilities forpersistent memory programming. | Persistent Memory Transactional Object Store library | 2 | 库 + libpmemobj-devel | nvml | The libpmemobj library provides a transactional object store,providing memory allocation, transactions, and general facilities forpersistent memory programming. Developers new to persistent memoryprobably want to start with this library. | Development files for the Persistent Memory Transactional Object Store library | 2 | 库 + libpng | libpng | The libpng package contains a library of functions for creating andmanipulating PNG (Portable Network Graphics) image format files. PNGis a bit-mapped graphics format similar to the GIF format. PNG wascreated to replace the GIF format, since GIF uses a patented datacompression algorithm.Libpng should be installed if you need to manipulate PNG format imagefiles. | A library of functions for manipulating PNG image format files | 2 | 库 + libpng-devel | libpng | The libpng-devel package contains header files and documentation necessaryfor developing programs using the PNG (Portable Network Graphics) library.If you want to develop programs which will manipulate PNG image formatfiles, you should install libpng-devel. You'll also need to installthe libpng package. | Development tools for programs to manipulate PNG image format files | 2 | 库 + libpng-static | libpng | The libpng-static package contains the statically linkable version of libpng.Linking to static libraries is discouraged for most applications, but it isnecessary for some boot packages. | Static PNG image format file library | 2 | 库 + libpng-tools | libpng | The libpng-tools package contains tools used by the authors of libpng. | Tools for PNG image format file library | 2 | 库 + libportal | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals. | Flatpak portal library | 3 | 库 + libportal-devel | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for development with libportal. | Development files and libraries for libportal | 3 | 库 + libportal-doc | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides development documentations for libportal. | Development documentation for libportal | 3 | 库 + libportal-gtk3 | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for GTK+ 3 and libportal. | GTK+ 3 libraries for libportal | 3 | 库 + libportal-gtk3-devel | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for development with GTK+ 3 and libportal. | GTK+ 3 development files and libraries for libportal | 3 | 库 + libportal-gtk4 | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for GTK 4 and libportal. | GTK 4 libraries for libportal | 3 | 库 + libportal-gtk4-devel | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for development with GTK 4 and libportal. | GTK 4 development files and libraries for libportal | 3 | 库 + libportal-qt5 | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for Qt 5 and libportal. | Qt5 libraries for libportal | 3 | 库 + libportal-qt5-devel | libportal | libportal provides GIO-style asynchronous APIs for most Flatpak portals.This package provides files for development with Qt 5 and libportal. | Qt 5 development files and libraries for libportal | 3 | 库 + libpq | libpq | The libpq package provides the essential shared library for any PostgreSQLclient program or interface. You will need to install this package to use anyother PostgreSQL package or any clients that need to connect to a PostgreSQLserver. | PostgreSQL client library | 2 | 库 + libpq-devel | libpq | The libpq-devel package provides development files for building PostgreSQLclient tools. | Development files for building PostgreSQL client tools | 2 | 库 + libproxy | libproxy | libproxy is a library that provides automatic proxy configuration management. | A library that provides automatic proxy configuration management. | 2 | 库 + libproxy-bin | libproxy | The libproxy-bin package contains the proxy binary for libproxy. | Binary to test libproxy | 2 | 库 + libproxy-devel | libproxy | The libproxy-devel package contains libraries and header files fordeveloping applications that use libproxy. | Development files for libproxy | 3 | 库 + libproxy-gnome | libproxy | The libproxy-gnome package contains the libproxy plugin for gnome. | Plugin for libproxy and gnome | 3 | 库 + libproxy-networkmanager | libproxy | The libproxy-networkmanager package contains the libproxy plugin for networkmanager.if 0 | Plugin for libproxy and networkmanager | 3 | 库 + libpskc | oath-toolkit | Library for managing secret key files, the Portable Symmetric KeyContainer (PSKC) format described in RFC6030 is supported. | Library for PSKC handling | 3 | 库 + libpskc-devel | oath-toolkit | Development files for libpskc. | Development files for libpskc | 3 | 库 + libpskc-doc | oath-toolkit | Documentation files for libpskc. | Documentation files for libpskc | 3 | 库 + libpsl | libpsl | Libpsl is a C library to handle the Public Suffix List. A Public SuffixList is a collection of Top Level Domains (TLDs) suffixes. TLDs includeGlobal Top Level Domains (gTLDs) like .com and .net; Country Top LevelDomains (ccTLDs) like .de and .cn; and Brand Top Level Domains like.apple and .google. Brand TLDs allows users to register their own toplevel domain that exist at the same level as ICANN's gTLDs. Brand TLDsare sometimes referred to as Vanity Domains. | C library to handle the Publix Suffix List | 2 | 库 + libpsl-devel | libpsl | This package contains libraries and header files for developingapplications that use libpsl. | Development files for libpsl | 3 | 库 + libpsm2 | libpsm2 | The PSM Messaging API, or PSM API, is the low-leveluser-level communications interface for the Intel OPAfamily of products. PSM users are enabled with mechanismsnecessary to implement higher level communicationsinterfaces in parallel environments. | Intel PSM Libraries | 3 | 库 + libpsm2-devel | libpsm2 | Development files for the Intel PSM library | Development files for Intel PSM | 3 | 库 + libpwquality | libpwquality | This is a library for password quality checks and generationof random passwords that pass the checks.This library uses the cracklib and cracklib dictionariesto perform some of the checks. | A library for password generation and password quality checking | 2 | 库 + libpwquality-devel | libpwquality | Files needed for development of applications using the libpwqualitylibrary.See the pwquality.h header file for the API. | Support for development of applications using the libpwquality library | 2 | 库 + libqb | libqb | A "Quite Boring" library that provides high-performance, reusable features for client-serverarchitecture, such as logging, tracing, inter-process communication (IPC),and polling. | Library providing high performance logging, tracing, ipc, and poll | 3 | 库 + libqb-devel | libqb | The libqb-devel package contains libraries and header files fordeveloping applications that use libqb. | Development files for libqb | 3 | 库 + libqhull | qhull | -n libqhull | -n libqhull | 3 | 库 + libqhull_p | qhull | libqhull_p | libqhull_p | 3 | 库 + libqhull_r | qhull | libqhull_r | libqhull_r | 3 | 库 + libqmi | libqmi | This package contains the libraries that make it easier to use QMI functionalityfrom applications that use glib. | Support library to use the Qualcomm MSM Interface (QMI) protocol | 3 | 库 + libqmi-devel | libqmi | This package contains the header and pkg-config files for developmentapplications using QMI functionality from applications that use glib. | Header files for adding QMI support to applications that use glib | 3 | 库 + libqmi-utils | libqmi | This package contains the utilities that make it easier to use QMI functionalityfrom the command line. | Utilities to use the QMI protocol from the command line | 3 | 库 + libqrtr-glib | libqrtr-glib | This package contains the libraries that make it easier to use andmanage the QRTR (Qualcomm IPC Router) bus. | Support library to use and manage the QRTR (Qualcomm IPC Router) bus. | 3 | 库 + libqrtr-glib-devel | libqrtr-glib | This package contains the header and pkg-config files for developmentapplications using QRTR functionality from applications that use glib. | Header files for adding QRTR support to applications that use glib | 3 | 库 + libquadmath | gcc | This package contains GCC shared support library which is neededfor __float128 math support and for Fortran REAL*16 support. | GCC __float128 shared support library | 2 | 库 + libquadmath-devel | gcc | This package contains headers for building Fortran programs usingREAL*16 and programs using __float128 math. | GCC __float128 support | 2 | 工具 + libquadmath-static | gcc | This package contains static libraries for building Fortran programsusing REAL*16 and programs using __float128 math. | Static libraries for __float128 support | 2 | 库 + librabbitmq | librabbitmq | This is a C-language AMQP client library for use with v2.0+ of the RabbitMQ broker. | a C-language AMQP client library for use with v2.0+ of the RabbitMQ broker. | 3 | 库 + librabbitmq-devel | librabbitmq | The librabbitmq-devel package contains development files for using librabbitmq. | Development files for librabbitmq | 2 | 库 + librados2 | ceph | RADOS is a reliable, autonomic distributed object storage clusterdeveloped as part of the Ceph distributed storage system. This is ashared library allowing applications to access the distributed objectstore using a simple file-like interface. | RADOS distributed object store client library | 3 | 库 + librados-devel | ceph | This package contains C libraries and headers needed to develop programsthat use RADOS object store. | RADOS headers | 3 | 库 + libradospp-devel | ceph | This package contains C++ libraries and headers needed to develop programsthat use RADOS object store. | RADOS headers | 3 | 库 + libradosstriper1 | ceph | Striping interface built on top of the rados library, allowingto stripe bigger objects onto several standard rados objects usingan interface very similar to the rados one. | RADOS striping interface | 3 | 库 + libradosstriper-devel | ceph | This package contains libraries and headers needed to develop programsthat use RADOS striping interface. | RADOS striping interface headers | 3 | 库 + libraqm | libraqm | Raqm is a small library that encapsulates the logic for complex text layout and provides a convenient API. | Complex Textlayout Library | 3 | 库 + libraqm-devel | libraqm | Library that encapsulates the logic for complextext layout and provides a convenient API. | Complex Textlayout Library | 3 | 库 + LibRaw | LibRaw | LibRaw is a library for reading RAW files obtained from digital photocameras (CRW/CR2, NEF, RAF, DNG, and others).LibRaw is based on the source codes of the dcraw utility, where part ofdrawbacks have already been eliminated and part will be fixed in future. | Library for reading RAW files obtained from digital photo cameras | 3 | 库 + libraw1394 | libraw1394 | The libraw1394 library provides direct access to the IEEE-1394 bus.Support for both the obsolete ieee1394 interface and the new firewireintererface are included, with run-time detection of the active stack. | Library providing low-level IEEE-1394 access - 2.1.2- | 2 | 库 + libraw1394-devel | libraw1394 | Development libraries needed to build applications against libraw1394. | Development libs for libraw1394 | 3 | 库 + libraw1394-doc | libraw1394 | The libraw1394-doc package contains documentation files for libraw1394. | Documentation files for libraw1394 | 3 | 库 + LibRaw-devel | LibRaw | LibRaw development libraries.This package contains libraries that applications can use to buildagainst LibRaw. | LibRaw development libraries | 3 | 库 + librbd1 | ceph | RBD is a block device striped across multiple distributed objects inRADOS, a reliable, autonomic distributed object storage clusterdeveloped as part of the Ceph distributed storage system. This is ashared library allowing applications to manage these block devices. | RADOS block device client library | 3 | 库 + librbd-devel | ceph | This package contains libraries and headers needed to develop programsthat use RADOS block device. | RADOS block device headers | 3 | 库 + librdkafka | librdkafka | Librdkafka is a C/C++ library implementation of the Apache Kafka protocol,containing both Producer and Consumer support.It was designed with message delivery reliability and high performance in mind,current figures exceed 800000 messages/second for the producer and 3 millionmessages/second for the consumer. | The Apache Kafka C library | 3 | 库 + librdkafka-devel | librdkafka | librdkafka is a C/C++ library implementation of the Apache Kafka protocol,containing both Producer and Consumer support.This package contains headers and libraries required to build applicationsusing librdkafka. | The Apache Kafka C library (Development Environment) | 3 | 库 + librdmacm | rdma-core | librdmacm provides a userspace RDMA Communication Management API. | Userspace RDMA Connection Manager | 2 | 库 + librdmacm-utils | rdma-core | Example test programs for the librdmacm library. | Examples for the librdmacm library | 2 | 库 + libref_array | ding-libs | A dynamically-growing, reference-counted array | A refcounted array for C | 3 | 库 + libref_array-devel | ding-libs | A dynamically-growing, reference-counted array | Development files for libref_array | 3 | 库 + librelp | librelp | Librelp is an easy to use library for the RELP protocol. RELP (standsfor Reliable Event Logging Protocol) is a general-purpose, extensiblelogging protocol. | The Reliable Event Logging Protocol library | 3 | 库 + librelp-devel | librelp | Librelp is an easy to use library for the RELP protocol. Thelibrelp-devel package contains the header files and libraries neededto develop applications using librelp. | Development files for the librelp package | 3 | 库 + librepo | librepo | A library providing C and Python (libcURL like) API to downloading repositorymetadata. | Repodata downloading library | 2 | 库 + librepo-devel | librepo | Development files for librepo. | Repodata downloading library | 3 | 库 + libreport | libreport | Libraries providing API for reporting different problems in applicationsto different bug targets like Bugzilla, ftp, trac, etc... | Generic library for reporting various problems | 3 | 库 + libreport-cli | libreport | This package contains simple command line tool for workingwith problem dump reports | libreport's command line interface | 3 | 库 + libreport-devel | libreport | Development libraries and headers for libreport | Development libraries and headers for libreport | 3 | 库 + libreport-filesystem | libreport | Filesystem layout for libreport | Filesystem layout for libreport | 3 | 库 + libreport-gtk | libreport | Applications for reporting bugs using libreport backend | GTK front-end for libreport | 3 | 库 + libreport-gtk-devel | libreport | Development libraries and headers for libreport-gtk | Development libraries and headers for libreport | 3 | 库 + libreport-newt | libreport | This package contains a simple newt application for reportingbugs | libreport's newt interface | 3 | 库 + libreport-plugin-kerneloops | libreport | This package contains plugin which sends kernel crash information to specifiedserver, usually to kerneloops.org. | libreport's kerneloops reporter plugin | 3 | 库 + libreport-plugin-logger | libreport | The simple reporter plugin which writes a report to a specified file. | libreport's logger reporter plugin | 3 | 库 + libreport-plugin-mailx | libreport | The simple reporter plugin which sends a report via mailx to a specifiedemail address. | libreport's mailx reporter plugin | 3 | 库 + libreport-plugin-mantisbt | libreport | Plugin to report bugs into the mantisbt. | libreport's mantisbt plugin | 3 | 库 + libreport-plugin-reportuploader | libreport | Plugin to report bugs into anonymous FTP site associated with ticketing system. | libreport's reportuploader plugin | 3 | 库 + libreport-plugin-systemd-journal | libreport | The simple reporter plugin which writes a report to the systemd journal. | libreport's systemd journal reporter plugin | 3 | 库 + libreport-plugin-ureport | libreport | Uploads micro-report to abrt server | libreport's micro report plugin | 3 | 库 + libreport-web | libreport | Library providing network API for libreport | Library providing network API for libreport | 3 | 库 + libreport-web-devel | libreport | Development headers for libreport-web | Development headers for libreport-web | 3 | 库 + libreswan | libreswan | Libreswan is a free implementation of IPsec & IKE for Linux. IPsec isthe Internet Protocol Security and uses strong cryptography to provideboth authentication and encryption services. These services allow youto build secure tunnels through untrusted networks. Everything passingthrough the untrusted net is encrypted by the ipsec gateway machine anddecrypted by the gateway at the other end of the tunnel. The resultingtunnel is a virtual private network or VPN.This package contains the daemons and userland tools for setting upLibreswan.Libreswan also supports IKEv2 (RFC7296) and Secure LabelingLibreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04 | Internet Key Exchange (IKEv1 and IKEv2) implementation for IPsec | 3 | 库 + librevenge | librevenge | librevenge is a base library for writing document import filters. It hasinterfaces for text documents, vector graphics, spreadsheets andpresentations. | A base library for writing document import filters | 3 | 库 + librevenge-devel | librevenge | The librevenge-devel package contains libraries and header files fordeveloping applications that use librevenge. | Development files for librevenge | 3 | 库 + librgw2 | ceph | This package provides a library implementation of the RADOS gateway(distributed object store with S3 and Swift personalities). | RADOS gateway client library | 3 | 库 + librgw-devel | ceph | This package contains libraries and headers needed to develop programsthat use RADOS gateway client library. | RADOS gateway client library | 3 | 库 + librsvg2 | librsvg2 | An SVG library based on cairo. | An SVG library based on cairo | 3 | 库 + librsvg2-devel | librsvg2 | This package provides the necessary development libraries and includefiles to allow you to develop with librsvg. | Libraries and include files for developing with librsvg | 3 | 库 + librsvg2-tools | librsvg2 | This package provides extra utilities based on the librsvg library. | Extra tools for librsvg | 3 | 库 + libsamplerate | libsamplerate | Secret Rabbit Code is a sample rate converter for audio. It is capableof arbitrary and time varying conversions. It can downsample by afactor of 12 and upsample by the same factor. The ratio of input andoutput sample rates can be a real number. The conversion ratio canalso vary with time for speeding up and slowing down effects. | Sample rate conversion library for audio data | 3 | 库 + libsamplerate-devel | libsamplerate | Secret Rabbit Code is a sample rate converter for audio. It is capableof arbitrary and time varying conversions. It can downsample by afactor of 12 and upsample by the same factor. The ratio of input andoutput sample rates can be a real number. The conversion ratio canalso vary with time for speeding up and slowing down effects.This package contains development files for libsamplerate | Development related files for libsamplerate | 3 | 库 + libsane-airscan | sane-airscan | This package contain a SANE backend for MFP and document scanners thatimplements either eSCL (AirScan/AirPrint scanning) or WSD "driverless"scanning protocol. | SANE backend for eSCL or WSD | 3 | 工具 + libsass | libsass | Libsass is a C/C++ port of the Sass CSS precompiler. The original version waswritten in Ruby, but this version is meant for efficiency and portability.This library strives to be light, simple, and easy to build and integrate witha variety of platforms and languages.Libsass is just a library, but if you want to RUN libsass, install the sasscpackage. | C/C++ port of the Sass CSS precompiler | 2 | 库 + libsass-devel | libsass | The libsass-devel package contains libraries and header files fordeveloping applications that use libsass. | Development files for libsass | 2 | 库 + libsass-doc | libsass | The libsass-doc package contains documentation files for libsass. | Documentation files for libsass | 3 | 库 + libsbc | sbc | Library for SBC (Sub Band Codec) is a low-complexity audio codec used in theAdvanced Audio Distribution Profile (A2DP) bluetooth standard but can be usedstandalone. It uses 4 or 8 subbands, an adaptive bit allocation algorithm incombination with an adaptive block PCM quantizers. | Library for the SBC (Sub Band Codec) | 3 | 库 + libseccomp | libseccomp | The libseccomp library provides an easy to use interface to the Linux Kernel'ssyscall filtering mechanism, seccomp. The libseccomp API allows an applicationto specify which syscalls, and optionally which syscall arguments, theapplication is allowed to execute, all of which are enforced by the LinuxKernel. | Enhanced seccomp library | 1 | 库 + libseccomp-devel | libseccomp | The libseccomp library provides an easy to use interface to the Linux Kernel'ssyscall filtering mechanism, seccomp. The libseccomp API allows an applicationto specify which syscalls, and optionally which syscall arguments, theapplication is allowed to execute, all of which are enforced by the LinuxKernel. | Development files used to build applications with libseccomp support | 1 | 库 + libseccomp-static | libseccomp | The libseccomp library provides an easy to use interface to the Linux Kernel'ssyscall filtering mechanism, seccomp. The libseccomp API allows an applicationto specify which syscalls, and optionally which syscall arguments, theapplication is allowed to execute, all of which are enforced by the LinuxKernel. | Enhanced seccomp static library | 1 | 库 + libsecret | libsecret | libsecret is a library for storing and retrieving passwords and other secrets.It communicates with the "Secret Service" using DBus. gnome-keyring andKSecretService are both implementations of a Secret Service. | Library for storing and retrieving passwords and other secrets | 3 | 库 + libsecret-devel | libsecret | The libsecret-devel package contains libraries and header files fordeveloping applications that use libsecret. | Development files for libsecret | 1 | 库 + libselinux | libselinux | Security-enhanced Linux is a feature of the Linux® kernel and a numberof utilities with enhanced security functionality designed to addmandatory access controls to Linux. The Security-enhanced Linuxkernel contains new architectural components originally developed toimprove the security of the Flask operating system. Thesearchitectural components provide general support for the enforcementof many kinds of mandatory access control policies, including thosebased on the concepts of Type Enforcement®, Role-based AccessControl, and Multi-level Security.libselinux provides an API for SELinux applications to get and setprocess and file security contexts and to obtain security policydecisions. Required for any applications that use the SELinux API. | SELinux library and simple utilities | 1 | 库 + libselinux-devel | libselinux | The libselinux-devel package contains the libraries and header filesneeded for developing SELinux applications. | Header files and libraries used to build SELinux | 1 | 库 + libselinux-ruby | libselinux | The libselinux-ruby package contains the ruby bindings for developingSELinux applications. | SELinux ruby bindings for libselinux | 1 | 库 + libselinux-static | libselinux | The libselinux-static package contains the static librariesneeded for developing SELinux applications. | Static libraries used to build SELinux | 1 | 库 + libselinux-utils | libselinux | The libselinux-utils package contains the utilities | SELinux libselinux utilities | 1 | 库 + libsemanage | libsemanage | Security-enhanced Linux is a feature of the Linux® kernel and a numberof utilities with enhanced security functionality designed to addmandatory access controls to Linux. The Security-enhanced Linuxkernel contains new architectural components originally developed toimprove the security of the Flask operating system. Thesearchitectural components provide general support for the enforcementof many kinds of mandatory access control policies, including thosebased on the concepts of Type Enforcement®, Role-based AccessControl, and Multi-level Security.libsemanage provides an API for the manipulation of SELinux binary policies.It is used by checkpolicy (the policy compiler) and similar tools, as wellas by programs like load_policy that need to perform specific transformationson binary policies such as customizing policy boolean settings. | SELinux binary policy manipulation library | 2 | 库 + libsemanage-devel | libsemanage | The semanage-devel package contains the libraries and header filesneeded for developing applications that manipulate binary policies. | Header files and libraries used to build policy manipulation tools | 1 | 库 + libsemanage-static | libsemanage | The semanage-static package contains the static librariesneeded for developing applications that manipulate binary policies. | Static library used to build policy manipulation tools | 1 | 库 + libsepol | libsepol | Security-enhanced Linux is a feature of the Linux® kernel and a numberof utilities with enhanced security functionality designed to addmandatory access controls to Linux. The Security-enhanced Linuxkernel contains new architectural components originally developed toimprove the security of the Flask operating system. Thesearchitectural components provide general support for the enforcementof many kinds of mandatory access control policies, including thosebased on the concepts of Type Enforcement®, Role-based AccessControl, and Multi-level Security.libsepol provides an API for the manipulation of SELinux binary policies.It is used by checkpolicy (the policy compiler) and similar tools, as wellas by programs like load_policy that need to perform specific transformationson binary policies such as customizing policy boolean settings. | SELinux binary policy manipulation library | 2 | 库 + libsepol-devel | libsepol | The libsepol-devel package contains the libraries and header filesneeded for developing applications that manipulate binary policies. | Header files and libraries used to build policy manipulation tools | 2 | 库 + libsepol-static | libsepol | The libsepol-static package contains the static libraries and header filesneeded for developing applications that manipulate binary policies. | static libraries used to build policy manipulation tools | 2 | 库 + libserf | libserf | The serf library is a C-based HTTP client library built upon the ApachePortable Runtime (APR) library. It multiplexes connections, running theread/write communication asynchronously. Memory copies and transformations arekept to a minimum to provide high performance operation. | High-Performance Asynchronous HTTP Client Library | 3 | 库 + libserf-devel | libserf | This package contains libraries and header files fordeveloping applications that use libserf. | Development files for libserf | 1 | 库 + libshaderc | shaderc | A library for compiling shader strings into SPIR-V. | A library for compiling shader strings into SPIR-V | 3 | 工具 + libshaderc-devel | shaderc | A library for compiling shader strings into SPIR-V.Development files for libshaderc. | Development files for libshaderc | 3 | 库 + libshaderc-static | shaderc | A library for compiling shader strings into SPIR-V.Static libraries for libshaderc. | A library for compiling shader strings into SPIR-V (static libraries) | 1 | 工具 + libshout | libshout | libshout is a library for communicating with and sending data to anicecast server. It handles the socket connection, the timing of thedata, and prevents most bad data from getting to the icecast server. | Icecast source streaming library | 3 | 库 + libshout-devel | libshout | The libshout-devel package contains the header files needed for developingapplications that send data to an icecast server. Install libshout-devel ifyou want to develop applications using libshout. | Header files for libshout development | 2 | 服务 + libsigc++20 | libsigc++20 | libsigc++ implements a typesafe callback system for standard C++. Itallows you to define signals and to connect those signals to anycallback function, either global or a member function, regardless ofwhether it is static or virtual.libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does notdepend on GTK+ or gtkmm. | Typesafe signal framework for C++ | 3 | 库 + libsigc++20-devel | libsigc++20 | The libsigc++20-devel package contains the static libraries and header filesneeded for development with libsigc++20. | Development tools for the typesafe signal framework for C++ | 2 | 库 + libsigc++20-doc | libsigc++20 | The libsigc++20-doc package contains documentation files for libsigc++20. | Documentation files for libsigc++20 | 3 | 库 + libsigsegv | libsigsegv | This is a library for handling page faults in user mode. A page faultoccurs when a program tries to access to a region of memory that iscurrently not available. Catching and handling a page fault is a usefultechnique for implementing: - pageable virtual memory - memory-mapped access to persistent databases - generational garbage collectors - stack overflow handlers - distributed shared memory | Library for handling page faults in user mode | 2 | 库 + libsigsegv-devel | libsigsegv | Development libraries and header files for libsigsegv. | Development libraries and header files for libsigsegv | 2 | 库 + libsigsegv-static | libsigsegv | Static libraries for libsigsegv. | Static libraries for libsigsegv | 2 | 库 + libslirp | libslirp | A general purpose TCP-IP emulator used by virtual machine hypervisorsto provide virtual networking services. | A general purpose TCP-IP emulator | 3 | 库 + libslirp-devel | libslirp | The libslirp-devel package contains libraries and header files fordeveloping applications that use libslirp. | Development files for libslirp | 3 | 库 + libSM | libSM | The X.Org X11 SM (Session Management) runtime library. | X.Org X11 SM runtime library | 3 | 库 + libsmartcols | util-linux | This is library for ls-like terminal programs, part of util-linux. | Formatting library for ls-like programs. | 2 | 工具 + libsmartcols-devel | util-linux | This is development library and headers for ls-like terminal programs,part of util-linux. | Formatting library for ls-like programs. | 1 | 工具 + libsmbclient | samba | The libsmbclient contains the SMB client library from the Samba suite. | The SMB client library | 3 | 服务 + libsmbclient-devel | samba | The libsmbclient-devel package contains the header files and libraries neededto develop programs that link against the SMB client library in the Sambasuite. | Developer tools for the SMB client library | 3 | 服务 + libsmbios | libsmbios | Libsmbios is a library and utilities that can be used by client programs to getinformation from standard BIOS tables, such as the SMBIOS table.This package provides the C-based libsmbios library, with a C interface. | Libsmbios C/C++ shared libraries | 2 | 库 + libsmbios-devel | libsmbios | Libsmbios is a library and utilities that can be used by client programs to getinformation from standard BIOS tables, such as the SMBIOS table.This package contains the headers and .a files necessary to compile new clientprograms against libsmbios. | Development headers and archives | 2 | 库 + libSM-devel | libSM | The X.Org X11 SM (Session Management) development package. | X.Org X11 SM development package | 1 | 服务 + libsmi | libsmi | Libsmi is a C library to access MIB module information througha well defined API that hides the nasty details of locatingand parsing SMIv1/v2 MIB modules.This package contains tools to check, dump, and convert MIBdefinitions and a steadily maintained and revised archiveof all IETF and IANA maintained standard MIB modules. | A library to access SMI MIB information | 3 | 库 + libsmi-devel | libsmi | Libsmi is a C library to access MIB module information througha well defined API that hides the nasty details of locatingand parsing SMIv1/v2 MIB modules.This package contains development files needed to developlibsmi-based applications. | Development environment for libsmi library | 3 | 库 + libsmi-doc | libsmi | Doc files for libsmi | Doc files for libsmi | 3 | 库 + libsndfile | libsndfile | libsndfile is a C library for reading and writing sound files such asAIFF, AU, WAV, and others through one standard interface. It cancurrently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and64-bit floating point WAV files and a number of compressed formats. Itcompiles and runs on *nix, MacOS, and Win32. | Library for reading and writing sound files | 3 | 库 + libsndfile-devel | libsndfile | libsndfile is a C library for reading and writing sound files such asAIFF, AU, WAV, and others through one standard interface.This package contains files needed to develop with libsndfile. | Development files for libsndfile | 2 | 库 + libsndfile-utils | libsndfile | libsndfile is a C library for reading and writing sound files such asAIFF, AU, WAV, and others through one standard interface.This package contains command line utilities for libsndfile. | Command Line Utilities for libsndfile | 2 | 库 + libsocket_wrapper_noop | socket_wrapper | Applications with the need to call socket_wrapper_enabled() should link against-lsocket_wrapper_noop in order to resolve the symbol at link time. | A library providing dummies for socket_wrapper | 3 | 库 + libsocket_wrapper_noop-devel | socket_wrapper | Development headers for applications with the need to callsocket_wrapper_enabled(). | Development headers for libsocket_wrapper_noop | 2 | 库 + libsodium | libsodium | Sodium is a new, easy-to-use software library for encryption, decryption,signatures, password hashing and more. It is a portable, cross-compilable,installable, packageable fork of NaCl, with a compatible API, and an extendedAPI to improve usability even further. Its goal is to provide all of the coreoperations needed to build higher-level cryptographic tools. The designchoices emphasize security, and "magic constants" have clear rationales.The same cannot be said of NIST curves, where the specific origins of certainconstants are not described by the standards. And despite the emphasis onhigher security, primitives are faster across-the-board than mostimplementations of the NIST standards. | The Sodium crypto library | 2 | 库 + libsodium-devel | libsodium | This package contains libraries and header files fordeveloping applications that use libsodium libraries. | Development files for libsodium | 2 | 库 + libsodium-doc | libsodium | The libsodium-doc package contains documentation files for libsodium. | Documentation files for libsodium | 2 | 库 + libsodium-static | libsodium | This package contains the static library for staticallylinking applications to use libsodium. | Static library for libsodium | 1 | 库 + libsolv | libsolv | libsolv is a library for solving packages and reading repositories. The solveruses a satisfiability algorithm to solve the dependcies. | Package dependency solver | 2 | 库 + libsolv-demo | libsolv | Applications demoing the libsolv library. | Applications demoing the libsolv library | 2 | 库 + libsolv-devel | libsolv | Development files for libsolv. | Development files for libsolv | 2 | 库 + libsolv-tools | libsolv | Package dependency solver tools. | Package dependency solver tools | 2 | 库 + libsoup | libsoup | Libsoup is an HTTP library implementation in C. It was originally partof a SOAP (Simple Object Access Protocol) implementation called Soup, butthe SOAP and non-SOAP parts have now been split into separate packages.libsoup uses the Glib main loop and is designed to work well with GTKapplications. This enables GNOME applications to access HTTP serverson the network in a completely asynchronous fashion, very similar tothe Gtk+ programming model (a synchronous operation mode is alsosupported for those who want it). | Soup, an HTTP library implementation | 3 | 库 + libsoup3 | libsoup3 | Libsoup is an HTTP library implementation in C. It was originally partof a SOAP (Simple Object Access Protocol) implementation called Soup, butthe SOAP and non-SOAP parts have now been split into separate packages.libsoup uses the Glib main loop and is designed to work well with GTKapplications. This enables GNOME applications to access HTTP serverson the network in a completely asynchronous fashion, very similar tothe Gtk+ programming model (a synchronous operation mode is alsosupported for those who want it), but the SOAP parts were removedlong ago. | Soup, an HTTP library implementation | 3 | 库 + libsoup3-devel | libsoup3 | Libsoup is an HTTP library implementation in C. This package allowsyou to develop applications that use the libsoup library. | Header files for the Soup library | 2 | 库 + libsoup-devel | libsoup | Libsoup is an HTTP library implementation in C. This package allowsyou to develop applications that use the libsoup library. | Header files for the Soup library | 2 | 库 + libsoup-doc | libsoup | This package contains developer documentation for libsoup. | Documentation files for libsoup | 2 | 库 + libspectre | libspectre | libspectre is a small library for rendering PostScript(TM) documents.It provides a convenient easy to use API for handling and renderingPostScript documents. | A library for rendering PostScript(TM) documents | 3 | 库 + libspectre-devel | libspectre | The libspectre-devel package contains libraries and header files fordeveloping applications that use libspectre. | Development files for libspectre | 3 | 库 + libspectre-doc | libspectre | The libspectre-doc package contains documentation files for libspectre. | Documentation files for libspectre | 3 | 库 + libspiro | libspiro | This library will take an array of spiro control points andconvert them into a series of bézier splines which can thenbe used in the myriad of ways the world has come to use béziers. | Library to simplify the drawing of beautiful curves | 3 | 库 + libspiro-devel | libspiro | The libspiro-devel package contains libraries and header files fordeveloping applications that use libspiro. | Development files for libspiro | 3 | 库 + libsrtp | libsrtp | LibSRTP is an open-source library that implements the Secure Real-timeTransport Protocol (SRTP). SRTP is a security protocol that is used to provideconfidentiality, authentication, and integrity protection for VoIP (Voice overIP) streams, video calls, and other real-time media transmissions.LibSRTP is designed to be a low-level library, providing developers with thetools they need to add SRTP security to their applications. It provides supportfor a variety of cryptographic algorithms, including AES, SHA-1, and HMAC-SHA1,and can be used with both RTP (Real-time Transport Protocol) and RTCP (Real-timeTransport Control Protocol) traffic.LibSRTP is designed to be easy to use, and provides a simple API that developerscan use to add SRTP support to their applications. It supports both unicast andmulticast transmission, and provides support for both RTP and RTCP packets.One of the key advantages of using LibSRTP is that it provides end-to-endsecurity for real-time media streams. This means that the media is encrypted atthe source and decrypted only by the intended recipient, ensuring that it cannotbe intercepted or manipulated by third parties. This is essential forapplications that require both privacy and security, such as telemedicine,financial services, and government communications.In summary, LibSRTP is a powerful yet easy-to-use library that providesdevelopers with the tools they need to add end-to-end security to real-timemedia streams. Its support for a variety of cryptographic algorithms,easy-to-use API, and end-to-end security make it an essential tool for developersof VoIP, video conferencing, and other real-time communications applications. | An implementation of the Secure Real-time Transport Protocol (SRTP) | 3 | 库 + libsrtp-devel | libsrtp | This package contains libraries and header files fordeveloping applications that use libsrtp. | Development files for libsrtp | 3 | 库 + libsrtp-tools | libsrtp | Tools for testing and decoding SRTP | Tools for testing and decoding SRTP | 2 | 库 + libss | e2fsprogs | This is a description of libss, a command line interface parsing library,which is part of e2fsprogs.The package includes a tool that parses a command table to generate a simplecommand-line interface parser, the include files needed to compile and use it.It was originally inspired by the Multics SubSystem library. | Command line interface parsing library | 1 | 库 + libss-devel | e2fsprogs | libss-devel is a command line interface parsing library that is part ofe2fsprogs. It contains the mk_cmds command, which generates a simplecommand-line interface parser by parsing a command table.This library was inspired by the Multics SubSystem library. | Command line interface parsing library | 1 | 库 + libssh | libssh | libssh is a C library that enables you to write a program that usesthe SSH protocol. With it, you can remotely execute programs, transferfiles, or use a secure and transparent tunnel for your remote programs.The SSH protocol is encrypted, ensures data integrity, and providesstrong means of authenticating both the server of the client. The libraryhides a lot of technical details from the SSH protocol, but this does notmean that you should not try to know about and understand these details. | A library implementing the SSH protocol | 2 | 库 + libssh2 | libssh2 | libssh2 is a library implementing the SSH2 protocol as defined byInternet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25),SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,SECSH-DHGEX(04), and SECSH-NUMBERS(10). | A library implementing the SSH2 protocol | 2 | 库 + libssh2-devel | libssh2 | The libssh2-devel package contains libraries and header files fordeveloping applications that use libssh2. | Development files for libssh2 | 2 | 库 + libssh2-docs | libssh2 | The libssh2-docs package contains man pages and examples fordeveloping applications that use libssh2. | Documentation for libssh2 | 2 | 库 + libssh-config | libssh | The libssh-config package provides the default configuration files for libssh. | Configuration files for libssh | 2 | 库 + libssh-devel | libssh | This package provides libraries and header files for developers ofapplications that use libssh. | Development files for libssh | 2 | 库 + libsss_autofs | sssd | A utility library to allow communication between Autofs and SSSD | A library to allow communication between Autofs and SSSD | 2 | 服务 + libsss_certmap | sssd | Library to map certificates to users based on rules | SSSD Certificate Mapping Library | 2 | 服务 + libsss_certmap-devel | sssd | Library to map certificates to users based on rules | SSSD Certificate Mapping Library | 2 | 服务 + libsss_idmap | sssd | Utility library to convert SIDs to Unix uids and gids | FreeIPA Idmap library | 2 | 服务 + libsss_idmap-devel | sssd | Utility library to SIDs to Unix uids and gids | FreeIPA Idmap library | 2 | 服务 + libsss_nss_idmap | sssd | Utility library for SID and certificate based lookups | Library for SID and certificate based lookups | 2 | 服务 + libsss_nss_idmap-devel | sssd | Utility library for SID and certificate based lookups | Library for SID and certificate based lookups | 2 | 服务 + libsss_simpleifp | sssd | Provides library that simplifies D-Bus API for the SSSD InfoPipe responder. | The SSSD D-Bus responder helper library | 2 | 服务 + libsss_simpleifp-devel | sssd | Provides library that simplifies D-Bus API for the SSSD InfoPipe responder. | The SSSD D-Bus responder helper library | 2 | 服务 + libsss_sudo | sssd | A utility library to allow communication between SUDO and SSSD | A library to allow communication between SUDO and SSSD | 2 | 服务 + libstdc++ | gcc | The libstdc++ package contains a rewritten standard compliant GCC StandardC++ Library. | GNU Standard C++ Library | 2 | 库 + libstdc++-devel | gcc | This is the GNU implementation of the standard C++ libraries.This package includes the header files and libraries needed for C++development. This includes rewritten implementation of STL. | Header files and libraries for C++ development | 2 | 库 + libstdc++-docs | gcc | Manual, doxygen generated API information and Frequently Asked Questionsfor the GNU standard C++ library. | Documentation for the GNU standard C++ library | 2 | 工具 + libstdc++-static | gcc | Static libraries for the GNU standard C++ library. | Static libraries for the GNU standard C++ library | 2 | 库 + libstemmer | snowball | Stemming algorithms written in C.Snowball is a small string processing language for creating stemmingalgorithms for use in Information Retrieval, plus a collection ofstemming algorithms implemented using it.Snowball was originally designed and built by Martin Porter. Martinretired from development in 2014 and Snowball is now maintained as acommunity project. Martin originally chose the name Snowball as atribute to SNOBOL, the excellent string handling language from the1960s. It now also serves as a metaphor for how the project grows bygathering contributions over time.Algorithms are available for the following languages:- Arabic- Armenian- Basque- Catalan- Danish- Dutch- English (Standard, Porter)- Finnish- French- German- Greek- Hindi- Hungarian- Indonesian- Irish- Italian- Lithuanian- Nepali- Norwegian- Portuguese- Romanian- Russian- Serbian- Spanish- Swedish- Tamil- Turkish- Yiddish | Stemming algorithms written in C | 3 | 工具 + libstemmer-devel | snowball | Header files and shared library links for libstemmer. | Developer files for libstemmer | 2 | 库 + libstoragemgmt | libstoragemgmt | The libStorageMgmt library will provide a vendor agnostic open source storageapplication programming interface (API) that will allow management of storagearrays. The library includes a command line interface for interactive use andscripting (command lsmcli). The library also has a daemon that is used forexecuting plug-ins in a separate process (lsmd). | Storage array management library | 3 | 库 + libstoragemgmt-devel | libstoragemgmt | The libstoragemgmt-devel package contains libraries and header files fordeveloping applications that use libstoragemgmt. | Development files for libstoragemgmt | 3 | 库 + libsysfs | sysfsutils | Library used in handling linux kernel sysfs mounts and their various files. | Shared library for interfacing with sysfs | 2 | 工具 + libsysfs-devel | sysfsutils | libsysfs-devel provides the header files and static libraries requiredto build programs using the libsysfs API. | Static library and headers for libsysfs | 2 | 库 + libsysprof | sysprof | The libsysprof package contains the Sysprof libraries. | Sysprof libraries | 3 | 库 + libsysprof-ui | sysprof | The libsysprof-ui package contains the Sysprof UI library. | Sysprof UI library | 2 | 库 + libtalloc | libtalloc | A library that implements a hierarchical allocator with destructors. | The talloc library | 3 | 库 + libtalloc-devel | libtalloc | Header files needed to develop programs that link against the Talloc library. | Developer tools for the Talloc library | 3 | 库 + libtasn1 | libtasn1 | Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.It was originally written by Fabio Fiorina, and now maintained as a GNU package. | The ASN.1 library used in GNUTLS | 3 | 库 + libtasn1-devel | libtasn1 | Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.It was originally written by Fabio Fiorina, and now maintained as a GNU package.This package contains development libraries and header files for using libtasn1. | Files for development of applications which will use libtasn1 | 3 | 库 + libtasn1-tools | libtasn1 | Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other packages.It was originally written by Fabio Fiorina, and now maintained as a GNU package.This package contains simple tools that can decode and encode ASN.1 data. | Tools for ASN.1 | 3 | 库 + libtdb | libtdb | A library that implements a trivial database. | The tdb library | 3 | 库 + libtdb-devel | libtdb | Header files needed to develop programs that link against the Tdb library. | Header files need to link the Tdb library | 3 | 库 + libteam | libteam | This package contains a library which is a user-spacecounterpart for team network driver. It provides an APIto control team network devices. | Library for controlling team network device | 3 | 库 + libteam-devel | libteam | The libteam-devel package contains the header files and librariesnecessary for developing programs using libteam. | Libraries and header files for libteam development | 3 | 库 + libteam-doc | libteam | This package contains libteam and libteamd API documentation | API documentation for libteam and libteamd | 3 | 库 + libtevent | libtevent | Tevent is an event system based on the talloc memory management library.Tevent has support for many event types, including timers, signals, andthe classic file descriptor events.Tevent also provide helpers to deal with asynchronous code providing thetevent_req (Tevent Request) functions. | The tevent library | 3 | 库 + libtevent-devel | libtevent | Header files needed to develop programs that link against the Tevent library. | Developer tools for the Tevent library | 3 | 库 + libthai | libthai | LibThai is a set of Thai language support routines aimed to easedevelopers' tasks to incorporate Thai language support in their applications.It includes important Thai-specific functions e.g. word breaking, input andoutput methods as well as basic character and string supports. | Thai language support routines | 3 | 库 + libthai-devel | libthai | The libthai-devel package includes the header files and developer docsfor the libthai package.Install libthai-devel if you want to develop programs which will uselibthai. | Thai language support routines | 3 | 库 + libtheora | libtheora | Theora is a free and open video compression format from the Xiph.orgFoundation. Like all our multimedia technology it can be used to distributefilm and video online and on disc without the licensing and royalty fees orvendor lock-in associated with other formats.Theora scales from postage stamp to HD resolution, and is consideredparticularly competitive at low bitrates. It is in the same class asMPEG-4/DiVX, and like the Vorbis audio codec it has lots of room forimprovement as encoder technology develops. | Theora Video Compression Codec | 3 | 库 + libtheora-devel | libtheora | The libtheora-devel package contains the header files needed to developapplications with libtheora. | Development tools for Theora applications | 3 | 库 + libtheora-devel-docs | libtheora | The libtheora-devel-docs package contains the documentation neededto develop applications with libtheora. | Documentation for developing Theora applications | 3 | 库 + libtiff | libtiff | The libtiff package contains a library of functions for manipulatingTIFF (Tagged Image File Format) image format files. TIFF is a widelyused file format for bitmapped images. TIFF files usually end in the.tif extension and they are often quite large.The libtiff package should be installed if you need to manipulate TIFFformat image files. | Library of functions for manipulating TIFF format image files | 3 | 库 + libtiff-devel | libtiff | This package contains the header files and documentation necessary fordeveloping programs which will manipulate TIFF format image filesusing the libtiff library.If you need to develop programs which will manipulate TIFF formatimage files, you should install this package. You'll also need toinstall the libtiff package. | Development tools for programs which will use the libtiff library | 2 | 库 + libtiff-tools | libtiff | This package contains command-line programs for manipulating TIFF formatimage files using the libtiff library. | Command-line utility programs for manipulating TIFF files | 3 | 库 + libtimezonemap | libtimezonemap | libtimezonemap is a time zone map widget for Gtk+. The widget displays a worldmap with a highlighted region representing the selected time zone, and thelocation can be changed by clicking on the map.This library is a fork of the of the code from gnome-control-center's datetimepanel, which was itself a fork of Ubiquity's timezone map.This static library is a copied version of the code in GNOME 3.0's control centerpanel 'datetime', which itself is a version of Ubiquity's map ported to C.Ideally in the future, we can have all three packages using the same code.But for now, for time reasons (hah), it's just a copy.To update this copy, put newer versions of the code and data files in place;then fix up any GTK3-isms and add cc_timezone_map_set_coords and friends. | Time zone map widget for Gtk+ | 3 | 库 + libtimezonemap-devel | libtimezonemap | libtimezonemap is a time zone map widget for Gtk+. This package contains headerfiles used for building applications that use libtimezonemap. | Development files for libtimezonemap | 3 | 库 + libtirpc | libtirpc | This package contains SunLib's implementation of transport-independentRPC (TI-RPC) documentation. This library forms a piece of the base ofOpen Network Computing (ONC), and is derived directly from theSolaris 2.3 source.TI-RPC is an enhanced version of TS-RPC that requires the UNIX System VTransport Layer Interface (TLI) or an equivalent X/Open Transport Interface(XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supportedby almost 70 vendors on all major operating systems. TS-RPC source code(RPCSRC 4.0) remains available from several internet sites. | Transport Independent RPC Library | 2 | 库 + libtirpc-devel | libtirpc | This package includes header files and libraries necessary fordeveloping programs which use the tirpc library. | Development files for the libtirpc library | 3 | 库 + libtool | libtool | GNU Libtool is a set of shell scripts which automatically configure UNIX andUNIX-like systems to generically build shared libraries. Libtool provides aconsistent, portable interface which simplifies the process of using sharedlibraries.If you are developing programs which will use shared libraries, but do not usethe rest of the GNU Autotools (such as GNU Autoconf and GNU Automake), youshould install the libtool package.The libtool package also includes all files needed to integrate the GNUPortable Library Tool (libtool) and the GNU Libtool Dynamic Module Loader(ltdl) into a package built using the GNU Autotools (including GNU Autoconfand GNU Automake). | The GNU Portable Library Tool | 2 | 库 + libtool-ltdl | libtool | The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, alibrary that provides a consistent, portable interface which simplifies theprocess of using dynamic modules.These runtime libraries are needed by programs that link directly to thesystem-installed ltdl libraries; they are not needed by software built usingthe rest of the GNU Autotools (including GNU Autoconf and GNU Automake). | Runtime libraries for GNU Libtool Dynamic Module Loader | 3 | 库 + libtool-ltdl-devel | libtool | Static libraries and header files for development with ltdl. | Tools needed for development using the GNU Libtool Dynamic Module Loader | 2 | 库 + libtpms | libtpms | A library providing TPM functionality for VMs. Targeted for integrationinto Qemu. | Library providing Trusted Platform Module (TPM) functionality | 2 | 库 + libtpms-devel | libtpms | Libtpms header files and documentation. | Include files for libtpms | 2 | 库 + libtraceevent | libtraceevent | libtraceevent is a library to parse raw trace event formats. | Library to parse raw trace event formats | 3 | 库 + libtraceevent-devel | libtraceevent | Development headers of libtraceevent-libs | Development headers of libtraceevent | 2 | 库 + libtracker-sparql | tracker | This package contains the libtracker-sparql library. | Tracker SPARQL library | 3 | 工具 + libtsan | gcc | This package contains the Thread Sanitizer librarywhich is used for -fsanitize=thread instrumented programs. | The Thread Sanitizer runtime library | 2 | 库 + libtsan-static | gcc | This package contains Thread Sanitizer static runtime library. | The Thread Sanitizer static library | 3 | 库 + libubsan | gcc | This package contains the Undefined Behavior Sanitizer librarywhich is used for -fsanitize=undefined instrumented programs. | The Undefined Behavior Sanitizer runtime library | 2 | 库 + libubsan-static | gcc | This package contains Undefined Behavior Sanitizer static runtime library. | The Undefined Behavior Sanitizer static library | 2 | 库 + libudfread | libudfread | This library allows reading UDF filesystems, like raw devices and image files.The library is created and maintained by VideoLAN Project and is used byprojects like VLC and Kodi. | UDF reader library | 3 | 库 + libudfread-devel | libudfread | The libudfread-devel package contains libraries and header files fordeveloping applications that use libudfread. | Development files for libudfread | 3 | 库 + libudfread-doc | libudfread | The libudfread-doc package contains documentation files for libudfread. | Documentation files for libudfread | 3 | 工具 + libudisks2 | udisks2 | This package contains the dynamic library, which provides access to theudisksd daemon. | Dynamic library to access the udisksd daemon | 3 | 工具 + libudisks2-devel | udisks2 | This package contains the development files for the library libudisks2, adynamic library, which provides access to the udisksd daemon. | Development files for libudisks2 | 2 | 工具 + libuninameslist | libuninameslist | libuninameslist provides applications with access to Unicode name andannotation data from the official Unicode Character Database. | A library providing Unicode character names and annotations | 3 | 库 + libuninameslist-devel | libuninameslist | This package contains header files and static libraries for libuninameslist. | Header files and static libraries for libuninameslist | 3 | 库 + libuninameslist-doc | libuninameslist | The libuninameslist-doc package contains documentation files for libuninameslist. | Documentation files for libuninameslist | 3 | 库 + libunistring | libunistring | This library provides functions for manipulating Unicode stringsand for manipulating C strings according to the Unicode standard. | library for manipulating Unicode strings and C strings | 3 | 库 + libunistring-devel | libunistring | Development files for programs using libunistring. | development files for GNU Unicode string library | 3 | 库 + libunwind | libunwind | Libunwind provides a C ABI to determine the call-chain of a program. | An unwinding library | 2 | 库 + libunwind-devel | libunwind | The libunwind-devel package includes the libraries and header files forlibunwind. | Development package for libunwind | 2 | 库 + liburing | liburing | Provides native async IO for the Linux kernel, in a fast and efficientmanner, for both buffered and O_DIRECT. | Linux-native io_uring I/O access library | 3 | 库 + liburing-devel | liburing | This package provides header files to include and libraries to link withfor the Linux-native io_uring. | Development files for Linux-native io_uring I/O access library | 2 | 库 + libusal | cdrkit | The libusal package contains C libraries that allows applicationsto communicate with SCSI devices and is well suitable for writingCD-R media. | Library to communicate with SCSI devices | 3 | 库 + libusb | libusb | This package provides a shim / compatibility layer on top of libusb-1.0offering the old 0.1 API for applications which do not have been portedto the new 1.0 API yet. Where ever possible applications really shoulduse and / or be ported to the new 1.0 API instead of relying on thiscompatibility library. | Compatibility shim around libusb-1.0 offering the old 0.1 API | 3 | 库 + libusb-devel | libusb | This package contains the header files, libraries and documentation needed todevelop applications that use libusb-0.1. However new applications should uselibusb-1.0 library instead of this one. | Development files for libusb | 2 | 库 + libusb-doc | libusb | The libusb-doc package contains documentation files for libusb. | Documentation files for libusb | 2 | 库 + libusbmuxd | libusbmuxd | libusbmuxd is a cross-platform software library that talks the protocolsto interact with iOS devices.Unlike other projects, it does not depend on using any existing proprietarylibraries and does not require jailbreaking. | Client library USB multiplex daemon for Apple's iOS devices | 3 | 库 + libusbmuxd-devel | libusbmuxd | libusbmuxd is a cross-platform software library that talks the protocolsto interact with iOS devices.This package contains files for development with libusbmuxd. | Development package for libusbmuxd | 3 | 库 + libusbmuxd-utils | libusbmuxd | libusbmuxd is a cross-platform software library that talks the protocolsto interact with iOS devices.This package contains utilities for Apple's iOS devices | Utilities for communicating with Apple's iOS devices | 3 | 库 + libusb-tests-examples | libusb | This package contains tests and examples for libusb. | Tests and examples for libusb | 2 | 库 + libusbx | libusbx | This package provides a way for applications to access USB devices.Libusbx is a fork of the original libusb, which is a fully API and ABIcompatible drop in for the libusb-1.0.9 release. The libusbx fork wasstarted by most of the libusb-1.0 developers, after the original libusbproject did not produce a new release for over 18 months.Note that this library is not compatible with the original libusb-0.1 series,if you need libusb-0.1 compatibility install the libusb package. | Library for accessing USB devices | 2 | 库 + libusbx-devel | libusbx | The libusbx-devel package contains libraries and header files fordeveloping applications that use libusbx. | Development files for libusbx | 2 | 库 + libusbx-devel-doc | libusbx | This package contains API documentation for libusbx. | Development files for libusbx | 3 | 库 + libusbx-tests-examples | libusbx | This package contains tests and examples for libusbx. | Tests and examples for libusbx | 2 | 库 + libuser | libuser | The libuser library implements a standardized interface for manipulatingand administering user and group accounts. The library uses pluggableback-ends to interface to its data sources.Sample applications modeled after those included with the shadow passwordsuite are included. | A user and group account administration library | 3 | 库 + libuser-devel | libuser | The libuser-devel package contains header files, static libraries, and otherfiles useful for developing applications with libuser. | Files needed for developing applications which use libuser | 2 | 库 + libutempter | libutempter | This library provides interface for terminal emulators such asscreen and xterm to record user sessions to utmp and wtmp files. | A privileged helper for utmp/wtmp updates | 2 | 库 + libutempter-devel | libutempter | This package contains development files required to buildutempter-based software. | Development environment for utempter | 2 | 工具 + libuuid | util-linux | This is the universally unique ID library, part of util-linux.The libuuid library generates and parses 128-bit universally uniqueid's (UUID's). A UUID is an identifier that is unique across bothspace and time, with respect to the space of all UUIDs. A UUID canbe used for multiple purposes, from tagging objects with an extremelyshort lifetime, to reliably identifying very persistent objectsacross a network.See also the "uuid" package, which is a separate implementation. | Universally unique ID library | 2 | 工具 + libuuid-devel | util-linux | This is the universally unique ID development library and headers,part of util-linux.The libuuid library generates and parses 128-bit universally uniqueid's (UUID's). A UUID is an identifier that is unique across bothspace and time, with respect to the space of all UUIDs. A UUID canbe used for multiple purposes, from tagging objects with an extremelyshort lifetime, to reliably identifying very persistent objectsacross a network.See also the "uuid-devel" package, which is a separate implementation. | Universally unique ID library | 3 | 工具 + libuv | libuv | libuv is a new platform layer for Node. Its purpose is to abstract IOCP onWindows and libev on Unix systems. We intend to eventually contain all platformdifferences in this library. | Platform layer for node.js | 3 | 库 + libuv-devel | libuv | Development libraries for libuv | Development libraries for libuv | 2 | 库 + libuv-static | libuv | Static library (.a) version of libuv. | Platform layer for node.js - static library | 2 | 库 + libv4l | v4l-utils | libv4l is a collection of libraries which adds a thin abstraction layer ontop of video4linux2 devices. The purpose of this (thin) layer is to make iteasy for application writers to support a wide variety of devices withouthaving to write separate code for different devices in the same class. libv4lconsists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. | Collection of video4linux support libraries | 3 | 库 + libv4l-devel | v4l-utils | This package provides libraries and header files for developing applicationsthat use libv4l. | Development files for libv4l | 3 | 库 + libva | libva | Libva is a library providing the VA API video acceleration API. | Video Acceleration (VA) API for Linux | 3 | 库 + libva-devel | libva | The libva-devel package contains libraries and header files fordeveloping applications that use libva. | Development files for libva | 3 | 库 + libvala | vala | Vala is a new programming language that aims to bring modern programminglanguage features to GNOME developers without imposing any additionalruntime requirements and without using a different ABI compared toapplications and libraries written in C.This package contains the shared libvala library. | Vala compiler library | 3 | 库 + libvala-devel | vala | Vala is a new programming language that aims to bring modern programminglanguage features to GNOME developers without imposing any additionalruntime requirements and without using a different ABI compared toapplications and libraries written in C.This package contains development files for libvala. This is notnecessary for using the vala compiler. | Development files for libvala | 3 | 服务 + libvdpau | libvdpau | VDPAU is the Video Decode and Presentation API for UNIX. It provides aninterface to video decode acceleration and presentation hardware present inmodern GPUs. | Wrapper library for the Video Decode and Presentation API | 3 | 库 + libvdpau-devel | libvdpau | The libvdpau-devel package contains libraries and header files for developingapplications that use libvdpau. | Development files for libvdpau | 3 | 库 + libvdpau-docs | libvdpau | The libvdpau-docs package contains documentation for libvdpau. | Documentation for libvdpau | 3 | 库 + libvdpau-trace | libvdpau | The libvdpau-trace package contains trace library for libvdpau. | Trace library for libvdpau | 3 | 库 + libverto | libverto | libverto exists to solve an important problem: many applications and librariesare unable to write asynchronous code because they are unable to pick an eventloop. This is particularly true of libraries who want to be useful to manyapplications who use loops that do not integrate with one another or whichuse home-grown loops. libverto provides a loop-neutral async api which allowsthe library to expose asynchronous interfaces and offload the choice of themain loop to the application. | Main loop abstraction library | 2 | 库 + libverto-devel | libverto | Libraries and header files for developing applications that use libverto. | Development files for libverto | 2 | 库 + libverto-glib | libverto | Module for libverto which provides integration with glib. | glib module for libverto | 2 | 库 + libverto-glib-devel | libverto | Libraries and header files for developing applications that use libverto-glib. | Development files for libverto-glib | 2 | 库 + libverto-libev | libverto | Module for libverto which provides integration with libev.This package provides libverto-module-base since it supports io, timeoutand signal. | libev module for libverto | 2 | 库 + libverto-libev-devel | libverto | Libraries and header files for developing applications that use libverto-libev.This package provides libverto-module-base since it supports io, timeoutand signal. | Development files for libverto-libev | 2 | 库 + libverto-libevent | libverto | Module for libverto which provides integration with libevent. | libevent module for libverto | 2 | 库 + libverto-libevent-devel | libverto | Libraries and header files for developing applications that use libverto-libevent. | Development files for libverto-libevent | 2 | 库 + libvirt | libvirt | Libvirt is a C toolkit to interact with the virtualization capabilitiesof recent versions of Linux (and other OSes). The main package includesthe libvirtd server exporting the virtualization support. | Library providing a simple virtualization API | 2 | 服务 + libvirt-client | libvirt | The client binaries needed to access the virtualizationcapabilities of recent versions of Linux (and other OSes). | Client side utilities of the libvirt library | 2 | 工具 + libvirt-client-qemu | libvirt | The additional client binaries are used to interactwith some QEMU specific features of libvirt. | Additional client side utilities for QEMU | 2 | 工具 + libvirt-daemon | libvirt | Server side daemon required to manage the virtualization capabilitiesof recent versions of Linux. Requires a hypervisor specific sub-RPMfor specific drivers. | Server side daemon and supporting files for libvirt library | 2 | 服务 + libvirt-daemon-common | libvirt | Miscellaneous files and utilities used by other libvirt daemons | Files and utilities used by daemons | 2 | 服务 + libvirt-daemon-config-network | libvirt | Default configuration files for setting up NAT based networking | Default configuration files for the libvirtd daemon | 2 | 服务 + libvirt-daemon-config-nwfilter | libvirt | Network filter configuration files for cleaning guest traffic | Network filter configuration files for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-interface | libvirt | The interface driver plugin for the libvirtd daemon, providingan implementation of the host network interface APIs. | Interface driver plugin for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-network | libvirt | The network driver plugin for the libvirtd daemon, providingan implementation of the virtual network APIs using the Linuxbridge capabilities. | Network driver plugin for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-nodedev | libvirt | The nodedev driver plugin for the libvirtd daemon, providingan implementation of the node device APIs using the udevcapabilities. | Nodedev driver plugin for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-nwfilter | libvirt | The nwfilter driver plugin for the libvirtd daemon, providingan implementation of the firewall APIs using the ebtables,iptables and ip6tables capabilities | Nwfilter driver plugin for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-qemu | libvirt | The qemu driver plugin for the libvirtd daemon, providingan implementation of the hypervisor driver APIs usingQEMU | QEMU driver plugin for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-secret | libvirt | The secret driver plugin for the libvirtd daemon, providingan implementation of the secret key APIs. | Secret driver plugin for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-storage | libvirt | The storage driver plugin for the libvirtd daemon, providingan implementation of the storage APIs using LVM, iSCSI,parted and more. | Storage driver plugin including all backends for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-storage-core | libvirt | The storage driver plugin for the libvirtd daemon, providingan implementation of the storage APIs using files, local disks, LVM, SCSI,iSCSI, and multipath storage. | Storage driver plugin including base backends for the libvirtd daemon | 2 | 服务 + libvirt-daemon-driver-storage-disk | libvirt | The storage driver backend adding implementation of the storage APIs for blockvolumes using the host disks. | Storage driver plugin for disk | 2 | 服务 + libvirt-daemon-driver-storage-gluster | libvirt | The storage driver backend adding implementation of the storage APIs for glustervolumes using libgfapi. | Storage driver plugin for gluster | 2 | 服务 + libvirt-daemon-driver-storage-iscsi | libvirt | The storage driver backend adding implementation of the storage APIs for iscsivolumes using the host iscsi stack. | Storage driver plugin for iscsi | 2 | 服务 + libvirt-daemon-driver-storage-iscsi-direct | libvirt | The storage driver backend adding implementation of the storage APIs for iscsivolumes using libiscsi direct connection. | Storage driver plugin for iscsi-direct | 2 | 服务 + libvirt-daemon-driver-storage-logical | libvirt | The storage driver backend adding implementation of the storage APIs for blockvolumes using lvm. | Storage driver plugin for lvm volumes | 2 | 服务 + libvirt-daemon-driver-storage-mpath | libvirt | The storage driver backend adding implementation of the storage APIs formultipath storage using device mapper. | Storage driver plugin for multipath volumes | 2 | 服务 + libvirt-daemon-driver-storage-scsi | libvirt | The storage driver backend adding implementation of the storage APIs for scsihost devices. | Storage driver plugin for local scsi devices | 2 | 服务 + libvirt-daemon-kvm | libvirt | Server side daemon and driver required to manage the virtualizationcapabilities of the KVM hypervisor | Server side daemon & driver required to run KVM guests | 2 | 服务 + libvirt-daemon-lock | libvirt | Server side daemon used to manage locks held against virtual machineresources | Server side daemon for managing locks | 2 | 服务 + libvirt-daemon-log | libvirt | Server side daemon used to manage logs from virtual machine consoles | Server side daemon for managing logs | 2 | 服务 + libvirt-daemon-plugin-lockd | libvirt | A client-side plugin that implements disk locking using POSIX fcntl advisorylocks via communication with the virtlockd daemon | lockd client plugin for virtlockd | 2 | 服务 + libvirt-daemon-plugin-sanlock | libvirt | Includes the Sanlock lock manager plugin for the QEMUdriver | Sanlock lock manager plugin for QEMU driver | 2 | 服务 + libvirt-daemon-proxy | libvirt | Server side daemon providing functionality previously provided bythe monolithic libvirtd | Server side daemon providing libvirtd proxy | 2 | 服务 + libvirt-daemon-qemu | libvirt | Server side daemon and driver required to manage the virtualizationcapabilities of the QEMU TCG emulators | Server side daemon & driver required to run QEMU guests | 2 | 服务 + libvirt-devel | libvirt | Include header files & development libraries for the libvirt C library. | Libraries, includes, etc. to compile with the libvirt library | 2 | 库 + libvirt-docs | libvirt | Includes the API reference for the libvirt C library, and a completecopy of the libvirt.org website documentation. | API reference and website documentation | 2 | 服务 + libvirt-gconfig | libvirt-glib | This package provides APIs for processing the object configurationdata | libvirt object APIs for processing object configuration | 2 | 库 + libvirt-gconfig-devel | libvirt-glib | This package provides development header files and libraries forthe object configuration APIs. | libvirt object APIs for processing object configuration development files | 2 | 库 + libvirt-glib | libvirt-glib | This package provides integration between libvirt and the glibevent loop. | libvirt glib integration for events | 2 | 库 + libvirt-glib-devel | libvirt-glib | This package provides development header files and libraries forintegration between libvirt and the glib event loop. | libvirt glib integration for events development files | 2 | 库 + libvirt-gobject | libvirt-glib | This package provides APIs for managing virtualization hostobjects | libvirt object APIs for managing virtualization hosts | 2 | 库 + libvirt-gobject-devel | libvirt-glib | This package provides development header files and libraries formanaging virtualization host objects | libvirt object APIs for managing virtualization hosts development files | 2 | 库 + libvirt-libs | libvirt | Shared libraries for accessing the libvirt daemon. | Client side libraries | 2 | 库 + libvirt-nss | libvirt | Libvirt plugin for NSS for translating domain names into IP addresses. | Libvirt plugin for Name Service Switch | 2 | 服务 + libvirt-wireshark | libvirt | Wireshark dissector plugin for better analysis of libvirt RPC traffic. | Wireshark dissector plugin for libvirt RPC transactions | 2 | 服务 + libvisual | libvisual | Libvisual is an abstraction library that comes between applications andaudio visualisation plugins.Often when it comes to audio visualisation plugins or programs that createvisuals they do depend on a player or something else, basically there is nogeneral framework that enable application developers to easy access coolaudio visualisation plugins. Libvisual wants to change this by providingan interface towards plugins and applications, through this easy to useinterface applications can easily access plugins and since the drawing isdone by the application it also enables the developer to draw the visualanywhere he wants. | Abstraction library for audio visualisation plugins | 3 | 库 + libvisual-devel | libvisual | Libvisual is an abstraction library that comes between applications andaudio visualisation plugins.This package contains the files needed to build an application with libvisual. | Development files for libvisual | 3 | 库 + libvmaf | vmaf | Library for vmaf. | Library for vmaf | 3 | 库 + libvmaf-devel | vmaf | The vmaf-devel package contains libraries and header files fordeveloping applications that use vmaf. | Development files for vmaf | 3 | 库 + libvncserver | libvncserver | LibVNCServer makes writing a VNC server (or more correctly, a program exportinga frame-buffer via the Remote Frame Buffer protocol) easy.It hides the programmer from the tedious task of managing clients andcompression schemata. | Library to make writing a VNC server easy | 3 | 库 + libvncserver-devel | libvncserver | The libvncserver-devel package contains libraries and header files fordeveloping applications that use libvncserver. | Development files for libvncserver | 3 | 库 + libvncserver-doc | libvncserver | The libvncserver-doc package contains documentation files for libvncserver. | Documentation files for libvncserver | 3 | 库 + libvoikko | libvoikko | This is libvoikko, library for spellcheckers and hyphenators using Malaganatural language grammar development tool. The library is written in C.Currently only Finnish is supported, but the API of the library has beendesigned to allow adding support for other languages later. Note however thatMalaga is rather low level tool that requires implementing the whole morphologyof a language as a left associative grammar. Therefore languages that havesimple or even moderately complex morphologies and do not require morphologicalanalysis in their hyphenators should be implemented using other tools such asHunspell. | Voikko is a library for spellcheckers and hyphenators | 3 | 库 + libvoikko-devel | libvoikko | The libvoikko-devel package contains libraries and header files fordeveloping applications that use libvoikko. | Development files for libvoikko | 3 | 库 + libvorbis | libvorbis | Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,general-purpose compressed audio format for audio and music at fixedand variable bitrates.The libvorbis package contains runtime libraries for use in programsthat support Ogg Vorbis. | The Vorbis General Audio Compression Codec | 3 | 库 + libvorbis-devel | libvorbis | The libvorbis-devel package contains the header files and documentationneeded to develop applications with Ogg Vorbis. | Development tools for Vorbis applications | 3 | 工具 + libvorbis-devel-docs | libvorbis | Documentation for developing applications with libvorbis. | Documentation for developing Vorbis applications | 3 | 库 + libvpx | libvpx | libvpx provides the VP8/VP9 SDK, which allows you to integrate your applicationswith the VP8 and VP9 video codecs, high quality, royalty free, open source codecsdeployed on millions of computers and devices worldwide. | VP8/VP9 Video Codec SDK | 3 | 库 + libvpx-devel | libvpx | Development libraries and headers for developing software againstlibvpx. | Development files for libvpx | 3 | 库 + libvpx-utils | libvpx | A selection of utilities and tools for VP8, including a sample encoderand decoder. | VP8 utilities and tools | 3 | 库 + libwacom | libwacom | libwacom is a library that provides information about Wacom tablets andtools. This information can then be used by drivers or applications to tweakthe UI or general settings to match the physical tablet. | Tablet Information Client Library | 3 | 库 + libwacom-data | libwacom | Tablet information client library data files. | Tablet Information Client Library Data Files | 3 | 库 + libwacom-devel | libwacom | Tablet information client library development package. | Tablet Information Client Library Development Package | 3 | 库 + libwacom-utils | libwacom | Utilities to handle and/or debug libwacom devices. | Tablet Information Client Library Utilities Package | 3 | 库 + libwayland-client | wayland | Wayland client library | Wayland client library | 3 | 库 + libwayland-cursor | wayland | Wayland cursor library | Wayland cursor library | 3 | 库 + libwayland-egl | wayland | Wayland egl library | Wayland egl library | 3 | 库 + libwayland-server | wayland | Wayland server library | Wayland server library | 3 | 库 + libwbclient | samba | The libwbclient package contains the winbind client library from the Sambasuite. | The winbind client library | 3 | 服务 + libwbclient-devel | samba | The libwbclient-devel package provides developer tools for the wbclientlibrary. | Developer tools for the winbind library | 3 | 库 + libwebp | libwebp | Libwebp is an open-source library for encoding and decoding images in the WebPimage format. WebP is an image format developed by Google, which providessuperior compression and quality compared to other image formats like JPEG andPNG.The libwebp library includes various tools and APIs for working with WebPimages, including a command-line tool for converting images to and from the WebPformat, a decoder library for reading WebP images in various applications, andan encoder library for creating WebP images.Additionally, libwebp supports features like lossless and lossy compression,transparency, and animation in WebP images. It is compatible with multipleprogramming languages and platforms, including C, C++, Java, and Python, and iswidely used in various applications and websites that require fast andefficient image processing. | Library and tools for the WebP graphics format | 3 | 库 + libwebp-devel | libwebp | WebP is an image format that does lossy compression of digitalphotographic images. WebP consists of a codec based on VP8, and acontainer based on RIFF. Webmasters, web developers and browserdevelopers can use WebP to compress, archive and distribute digitalimages more efficiently. | Development files for libwebp, a library for the WebP format | 3 | 库 + libwebp-java | libwebp | Java bindings for libwebp. | Java bindings for libwebp, a library for the WebP format | 3 | 库 + libwebp-tools | libwebp | WebP is an image format that does lossy compression of digitalphotographic images. WebP consists of a codec based on VP8, and acontainer based on RIFF. Webmasters, web developers and browserdevelopers can use WebP to compress, archive and distribute digitalimages more efficiently. | The WebP command line tools | 3 | 工具 + libwmf | libwmf | A library for reading and converting Windows MetaFile vector graphics (WMF). | Windows MetaFile Library | 3 | 库 + libwmf-devel | libwmf | Libraries, headers, and support files necessary to compile applicationsusing libwmf. | Support files necessary to compile applications with libwmf | 3 | 库 + libwmf-lite | libwmf | A library for parsing Windows MetaFile vector graphics (WMF). | Windows Metafile parser library | 3 | 库 + libwnck3 | libwnck3 | libwnck (pronounced "libwink") is used to implement pagers, tasklists,and other such things. It allows applications to monitor informationabout open windows, workspaces, their names/icons, and so forth. | Window Navigator Construction Kit | 3 | 库 + libwnck3-devel | libwnck3 | The libwnck3-devel package contains libraries and header files fordeveloping applications that use libwnck3. | Libraries and headers for libwnck | 3 | 库 + libwnck3-doc | libwnck3 | The libwnck3-doc package contains documentation files for libwnck3. | Documentation files for libwnck3 | 3 | 库 + libwpd | libwpd | libwpd is a library for import of WordPerfect documents. | A library for import of WordPerfect documents | 3 | 库 + libwpd-devel | libwpd | Includes and definitions for developing with libwpd. | Files for developing with libwpd | 3 | 库 + libwpe | libwpe | General-purpose library for the WPE-flavored port of WebKit. | General-purpose library for the WPE-flavored port of WebKit | 3 | 库 + libwpe-devel | libwpe | The developments of Development files for libwpe. It contains libraries, build data, and header for developing applications that use libwpe. | Development files for libwpe | 3 | 库 + libwpg | libwpg | libwpg is a library for import of images in WPG(WordPerfect Graphics) format. WPG is the format used among others inCorel software, such as WordPerfect and Presentations. | A library for import of WordPerfect Graphics images | 3 | 库 + libwpg-devel | libwpg | The libwpg-devel package contains libraries and header files fordeveloping applications that use libwpg. | Development files for libwpg | 3 | 库 + libwsman1 | openwsman | Openwsman library for packages dependent on openwsman. | Open source Implementation of WS-Management | 3 | 服务 + libX11 | libX11 | Core X11 protocol client library. | Core X11 protocol client library | 3 | 库 + libX11-common | libX11 | libX11 common data | Common data for libX11 | 3 | 库 + libX11-devel | libX11 | X.Org X11 libX11 development package | Development files for libX11 | 3 | 库 + libX11-xcb | libX11 | libX11/libxcb interoperability library | XCB interop for libX11 | 3 | 库 + libXau | libXau | This is a very simple mechanism for providing individual access to an X WindowSystem display.It uses existing core protocol and library hooks for specifyingauthorization data in the connection setup block to restrict use of the displayto only those clients that show that they know a server-specific keycalled a "magic cookie". | Sample Authorization Protocol for X | 3 | 库 + libXau-devel | libXau | X.Org X11 libXau development package | Development files for libXau | 3 | 库 + libXaw | libXaw | Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library. | X Athena Widget Set | 3 | 库 + libXaw-devel | libXaw | X.Org X11 libXaw development package | Development files for libXaw | 3 | 库 + libXaw-doc | libXaw | X.Org X11 libXaw doc package | Doc files for libXaw | 3 | 库 + libxcb | libxcb | The X protocol C-language Binding (XCB) is a replacement for Xlib featuring asmall footprint, latency hiding, direct access to the protocol, improvedthreading support, and extensibility. | A C binding to the X11 protocol | 3 | 库 + libxcb-devel | libxcb | The libxcb-devel package contains libraries and header files for developingapplications that use libxcb. | Development files for libxcb | 3 | 库 + libxcb-doc | libxcb | The libxcb-doc package contains documentation for the libxcb library. | Documentation for libxcb | 3 | 库 + libXcomposite | libXcomposite | X Composite Extension library | X Composite Extension library | 3 | 库 + libXcomposite-devel | libXcomposite | X.Org X11 libXcomposite development package | Development files for libXcomposite | 3 | 库 + libxcrypt | libxcrypt | libxcrypt is a modern library for one-way hashing of passwords. Itsupports a wide variety of both modern and historical hashing methods:yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt,md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.It provides the traditional Unix crypt and crypt_r interfaces, as wellas a set of extended interfaces pioneered by Openwall Linux, crypt_rn,crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra.libxcrypt is intended to be used by login(1), passwd(1), and othersimilar programs; that is, to hash a small number of passwords duringan interactive authentication dialogue with a human. It is not suitablefor use in bulk password-cracking applications, or in any other situationwhere speed is more important than careful handling of sensitive data.However, it is intended to be fast and lightweight enough for use inservers that must field thousands of login attempts per minute.This version of the library does not provide the legacy API functionsthat have been provided by glibc's libcrypt.so.1. | Extended crypt library for descrypt, md5crypt, bcrypt, and others | 3 | 库 + libxcrypt-compat | libxcrypt | This package contains the library providing the compatibility APIfor applications that are linked against glibc's libxcrypt, or thatare still using the unsafe and deprecated, encrypt, encrypt_r,setkey, setkey_r, and fcrypt functions, which are still required byrecent versions of POSIX, the Single UNIX Specification, and variousother standards.All existing binary executables linked against glibc's libcrypt shouldwork unmodified with the library supplied by this package. | Compatibility library providing legacy API functions | 3 | 库 + libxcrypt-devel | libxcrypt | The libxcrypt-devel package contains libraries and header files fordeveloping applications that use libxcrypt. | Development files for libxcrypt | 3 | 库 + libxcrypt-static | libxcrypt | This package contains the libxcrypt static library for -staticlinking.You don't need this, unless you link statically, which is highlydiscouraged. | Static library for -static linking with libxcrypt | 1 | 库 + libXcursor | libXcursor | This is a simple library designed to help locate and load cursors.Cursors can be loaded from files or memory. A library of common cursorsexists which map to the standard X cursor names.Cursors can exist inseveral sizes and the library automatically picks the best size. | Cursor management library | 3 | 库 + libXcursor-devel | libXcursor | libXcursor development package. | Development files for libXcursor | 3 | 库 + libxcvt | libxcvt | libxcvt is a library providing a standalone version of the X serverimplementation of the VESA CVT standard timing modelines generator. | VESA CVT standard timing modelines generator | 3 | 库 + libxcvt-devel | libxcvt | The libxcvt-devel package contains libraries and header files fordeveloping applications that use libxcvt. | Development package | 3 | 库 + libXdamage | libXdamage | X.Org X11 libXdamage runtime library. | X Damage extension library | 3 | 库 + libXdamage-devel | libXdamage | X.Org X11 libXdamage development package. | Development files for libXdamage | 3 | 库 + libXdmcp | libXdmcp | X Display Manager Control Protocol library. | X Display Manager Control Protocol library | 3 | 库 + libXdmcp-devel | libXdmcp | libXdmcp development package. | Development files for libXdmcp | 2 | 库 + libXext | libXext | X.Org X11 libXext runtime library | X.Org X11 libXext runtime library | 3 | 库 + libXext-devel | libXext | X.Org X11 libXext development package | X.Org X11 libXext development package | 3 | 库 + libxfce4ui | libxfce4ui | Libxfce4ui is used to share commonly used Xfce widgets among the Xfceapplications. | Commonly used Xfce widgets | 3 | 库 + libxfce4ui-devel | libxfce4ui | The libxfce4ui-devel package contains libraries and header files fordeveloping applications that use libxfce4ui. | Development files for libxfce4ui | 3 | 库 + libxfce4ui-doc | libxfce4ui | The libxfce4ui-doc package contains documentation files for libxfce4ui. | Documentation files for libxfce4ui | 3 | 库 + libxfce4util | libxfce4util | This package includes basic utility non-GUI functions for Xfce4. | Utility library for the Xfce4 desktop environment | 3 | 工具 + libxfce4util-devel | libxfce4util | This package includes static libraries and header files for thelibxfce4util library. | Developpment tools for libxfce4util library | 3 | 库 + libxfce4util-doc | libxfce4util | The libxfce4util-doc package contains documentation files for libxfce4util. | Documentation files for libxfce4util | 3 | 库 + libXfixes | libXfixes | X Fixes library. | X Fixes library | 3 | 库 + libXfixes-devel | libXfixes | libXfixes development package | Development files for libXfixes | 3 | 库 + libXfont2 | libXfont2 | X.Org X11 libXfont2 runtime library | X.Org X11 libXfont2 runtime library | 3 | 库 + libXfont2-devel | libXfont2 | X.Org X11 libXfont development package | X.Org X11 libXfont2 development package | 1 | 库 + libXft | libXft | X.Org X11 libXft runtime library | X.Org X11 libXft runtime library | 3 | 库 + libXft-devel | libXft | X.Org X11 libXft development package | X.Org X11 libXft development package | 3 | 库 + libXi | libXi | X.Org X11 libXi runtime library | X.Org X11 libXi runtime library | 3 | 库 + libXi-devel | libXi | X.Org X11 libXi development package | X.Org X11 libXi development package | 2 | 库 + libXinerama | libXinerama | X.Org X11 libXinerama runtime library | X.Org X11 libXinerama runtime library | 3 | 库 + libXinerama-devel | libXinerama | X.Org X11 libXinerama development package | X.Org X11 libXinerama development package | 3 | 库 + libxkbcommon | libxkbcommon | libxkbcommon is the X.Org library for compiling XKB maps into formats usable bythe X Server or other display servers. | X.Org X11 XKB parsing library | 3 | 库 + libxkbcommon-devel | libxkbcommon | X.Org X11 XKB parsing development package | X.Org X11 XKB parsing development package | 3 | 服务 + libxkbcommon-utils | libxkbcommon | libxkbcommon-utils is a set of utilities to analyze and test XKB parsing. | X.Org X11 XKB parsing utilities | 3 | 工具 + libxkbcommon-x11 | libxkbcommon | libxkbcommon-x11 is the X.Org library for creating keymaps by querying the Xserver. | X.Org X11 XKB keymap creation library | 3 | 库 + libxkbcommon-x11-devel | libxkbcommon | X.Org X11 XKB keymap creation library development package | X.Org X11 XKB keymap creation library | 3 | 库 + libxkbfile | libxkbfile | X.Org X11 libxkbfile runtime library | X.Org X11 libxkbfile runtime library | 3 | 库 + libxkbfile-devel | libxkbfile | X.Org X11 libxkbfile development package | X.Org X11 libxkbfile development package | 3 | 库 + libxklavier | libxklavier | libxklavier is a library providing a high-level API for the X KeyboardExtension (XKB). This library is intended to support XFree86 and othercommercial X servers. It is useful for creating XKB-related software(layout indicators etc). | High-level API for X Keyboard Extension | 3 | 库 + libxklavier-devel | libxklavier | This package contains libraries, header files and developer documentationneeded to develop libxklavier applications. | Development files for libxklavier | 3 | 库 + libxml++ | libxml++ | libxml++ is a C++ wrapper for the libxml2 XML parser library. Its originalauthor is Ari Johnson and it is currently maintained by Christophe de Vienneand Murray Cumming. | C++ wrapper for the libxml2 XML parser library | 3 | 库 + libxml++-devel | libxml++ | This package contains the headers and libraries for libxml++ development. | Development files for libxml++ | 3 | 库 + libxml++-doc | libxml++ | This package contains the full API documentation for libxml++. | Documentation for libxml++, includes full API docs | 3 | 库 + libxml2 | libxml2 | iThis library allows to manipulate XML files. It includes supportto read, modify and write XML and HTML files. There is DTDs supportthis includes parsing and validation even with complex DtDs, eitherat parse time or later once the document has been modified. The outputcan be a simple SAX stream or and in-memory DOM like representations.In this case one can use the built-in XPath and XPointer implementationto select sub nodes or ranges. A flexible Input/Output mechanism isavailable, with existing HTTP and FTP modules and combined to anURI library. | Library providing XML and HTML support | 3 | 库 + libxml2-devel | libxml2 | The libxml2-devel package contains libraries and header files fordeveloping applications that use libxml2. | Development files for libxml2 | 3 | 库 + libxml2-static | libxml2 | Static library for libxml2 provided for specific uses or shaving a fewmicroseconds when parsing, do not link to them for generic purpose packages. | Static library for libxml2 | 3 | 库 + libxmlb | libxmlb | XML is slow to parse and strings inside the document cannot be memory mappedas they do not have a trailing NUL char. The libxmlb library takes XML source,and converts it to a structured binary representation with a deduplicated stringtable -- where the strings have the NULs included.This allows an application to mmap the binary XML file, do an XPath query and returnsome strings without actually parsing the entire document. This is all done using(almost) zero allocations and no actual copying of the binary data. | Library for querying compressed XML metadata | 2 | 库 + libxmlb-devel | libxmlb | Files for development with libxmlb. | Development package for libxmlb | 3 | 库 + libxmlb-tests | libxmlb | Executable and data files for installed tests. | Files for installed tests | 3 | 服务 + libXmu | libXmu | This library contains miscellaneous utilities and is not part of the Xlibstandard. It contains routines which only use public interfaces so that itmay be layered on top of any proprietary implementation of Xlib or Xt. | X.Org X11 libXmu/libXmuu runtime libraries | 3 | 库 + libXmu-devel | libXmu | This is the development package for X.Org X11 libXmu. | X.Org X11 libXmu development package | 3 | 库 + libXpm | libXpm | X.Org X11 libXpm runtime library | X.Org X11 libXpm runtime library | 3 | 库 + libXpm-devel | libXpm | X.Org X11 libXpm development package | X.Org X11 libXpm development package | 3 | 库 + libXpresent | libXpresent | This package contains header files and documentation for the Presentextension. Library and server implementations are separate. | A Xlib-compatible API for the Present extension | 3 | 库 + libXpresent-devel | libXpresent | The libXpresent-devel package contains libraries and header files fordeveloping applications that use libXpresent. | Development files for libXpresent | 3 | 库 + libXpresent-doc | libXpresent | The libXpresent-doc package contains documentation files for libXpresent. | Documentation files for libXpresent | 3 | 库 + libXrandr | libXrandr | X.Org X11 libXrandr runtime library | X.Org X11 libXrandr runtime library | 3 | 库 + libXrandr-devel | libXrandr | X.Org X11 libXrandr development package | X.Org X11 libXrandr development package | 3 | 库 + libXrender | libXrender | X.Org X11 libXrender runtime library | X.Org X11 libXrender runtime library | 3 | 库 + libXrender-devel | libXrender | X.Org X11 libXrender development package | X.Org X11 libXrender development package | 3 | 库 + libXres | libXres | X-Resource is an extension that allows a client to querythe X server about its usage of various resources. | X-Resource extension client library | 3 | 库 + libXres-devel | libXres | X.Org X11 libXres development package | Development files for libXres | 2 | 库 + libXres-doc | libXres | The libXres-doc package contains documentation files for libXres. | Documentation files for libXres | 3 | 库 + libXScrnSaver | libXScrnSaver | X.Org X11 libXss runtime library | X.Org X11 libXss runtime library | 3 | 库 + libXScrnSaver-devel | libXScrnSaver | X.Org X11 libXss development package | X.Org X11 libXScrnSaver development package | 3 | 库 + libxshmfence | libxshmfence | Shared memory fences for X11, as used in DRI3. | X11 shared memory fences | 3 | 库 + libxshmfence-devel | libxshmfence | The libxshmfence-devel package contains libraries and header files fordeveloping applications that use libxshmfence. | Development files for libxshmfence | 3 | 库 + libxslt | libxslt | This C library allows to transform XML files into other XML files(or HTML, text, ...) using the standard XSLT stylesheet transformationmechanism. To use it you need to have a version of libxml2 >= 2.6.27installed. The xsltproc command is a command line interface to the XSLT engine | Library providing the Gnome XSLT engine | 3 | 库 + libxslt-devel | libxslt | The libxslt-devel package contains libraries and header files fordeveloping applications that use libxslt. | Development libraries and header files for libxslt | 3 | 库 + libXt | libXt | X.Org X11 libXt runtime library | X.Org X11 libXt runtime library | 3 | 库 + libXt-devel | libXt | X.Org X11 libXt development package | X.Org X11 libXt development package | 2 | 库 + libXtst | libXtst | X.Org X11 libXtst runtime library | X.Org X11 libXtst runtime library | 3 | 库 + libXtst-devel | libXtst | X.Org X11 libXtst development package | X.Org X11 libXtst development package | 2 | 库 + libXv | libXv | X.Org X11 libXv runtime library | X.Org X11 libXv runtime library | 3 | 库 + libXv-devel | libXv | X.Org X11 libXv development package | X.Org X11 libXv development package | 3 | 库 + libXvMC | libXvMC | X.Org X11 libXvMC runtime library | X.Org X11 libXvMC runtime library | 3 | 库 + libXvMC-devel | libXvMC | X.Org X11 libXvMC development package | X.Org X11 libXvMC development package | 3 | 库 + libXxf86vm | libXxf86vm | X.Org X11 libXxf86vm runtime library | X.Org X11 libXxf86vm runtime library | 3 | 库 + libXxf86vm-devel | libXxf86vm | X.Org X11 libXxf86vm development package | X.Org X11 libXxf86vm development package | 3 | 库 + libyaml | libyaml | YAML is a data serialization format designed for human readability andinteraction with scripting languages. LibYAML is a YAML parser andemitter written in C. | A C library for parsing and emitting YAML | 3 | 库 + libyaml-devel | libyaml | The libyaml-devel package contains libraries and header files fordeveloping applications that use LibYAML. | Development files for LibYAML applications | 3 | 库 + libzhuyin | libpinyin | The libzhuyin package contains libzhuyin compatibility library. | Library to deal with zhuyin | 3 | 库 + libzip | libzip | libzip is a C library for reading, creating, and modifying zip archives. Filescan be added from data buffers, files, or compressed data copied directly fromother zip archives. Changes made without closing the archive can be reverted.The API is documented by man pages. | C library for reading, creating, and modifying zip archives | 3 | 库 + libzip-devel | libzip | The libzip-devel package contains libraries and header files fordeveloping applications that use libzip. | Development files for libzip | 3 | 库 + libzstd | zstd | Zstandard compression shared library. | Zstd shared library | 2 | 库 + libzstd-devel | zstd | Header files for Zstd library. | Header files for Zstd library | 3 | 库 + libzstd-static | zstd | Static variant of the Zstd library. | Static variant of the Zstd library | 2 | 库 + lilypond | lilypond | LilyPond is an automated music engraving system. It formats musicbeautifully and automatically, and has a friendly syntax for its inputfiles. | A typesetting system for music notation | 3 | 工具 + lilypond-doc | lilypond | The lilypond-doc package contains documentation files for lilypond. | Documentation files for lilypond | 3 | 工具 + lilypond-emmentaler-fonts | lilypond | LilyPond is an automated music engraving system. It formats musicbeautifully and automatically, and has a friendly syntax for its inputfiles.These are the emmentaler fonts included in the package. | Lilypond emmentaler fonts | 3 | 工具 + lilypond-fonts-common | lilypond | LilyPond is an automated music engraving system. It formats musicbeautifully and automatically, and has a friendly syntax for its inputfiles.This contains the directory common to all lilypond fonts. | Lilypond fonts common dir | 3 | 工具 + linuxconsoletools | linuxconsoletools | This package contains utilities for testing and configuring joysticks,connecting legacy devices to the kernel's input subsystem (providing supportfor serial mice, touchscreens etc.), and test the input event layer. | Tools for connecting joysticks & legacy devices to the kernel's input subsystem | 3 | 工具 + linuxdoc-tools | linuxdoc-tools | Linuxdoc-tools is a text formatting suite based on SGML (StandardGeneralized Markup Language), using the LinuxDoc document type.Linuxdoc-tools allows you to produce LaTeX, HTML, GNU info, LyX, RTF,plain text (via groff), and other format outputs from a single SGMLsource. Linuxdoc-tools is intended for writing technical softwaredocumentation. | A text formatting package based on SGML | 3 | 工具 + linuxdoc-tools-doc | linuxdoc-tools | The linuxdoc-tools-doc package contains documentation files for linuxdoc-tools. | Documentation files for linuxdoc-tools | 3 | 工具 + linux-firmware | linux-firmware | This package includes firmware files required for some devices tooperate. | Firmware files used by the Linux kernel | 1 | 服务 + linux-firmware-whence | linux-firmware | This package contains the WHENCE license file which documents the vendor license details. | WHENCE License file | 1 | 服务 + liquidio-firmware | linux-firmware | This package provides firmware for Cavium LiquidIO Intelligent Server Adapter | Firmware for Cavium LiquidIO Intelligent Server Adapter | 2 | 服务 + lksctp-tools | lksctp-tools | This is the lksctp-tools package for Linux Kernel SCTP (Stream ControlTransmission Protocol) Reference Implementation.The lksctp-tools package provides a Linux user space library for SCTP (libsctp)including C language header files (netinet/sctp.h) for accessing SCTP specificapplication programming interfaces not provided by the standard sockets, andalso some helper utilities around SCTP. | Linux Kernel Stream Control Transmission Protocol Tools | 3 | 工具 + lksctp-tools-devel | lksctp-tools | Development files for lksctp-tools which include man pages, header files,static libraries, symlinks to dynamic libraries and some tutorial source code. | Development files for lksctp-tools | 3 | 工具 + lksctp-tools-doc | lksctp-tools | Documents pertaining to LKSCTP & SCTP in general. | Documents pertaining to SCTP | 3 | 库 + lld | lld | The LLVM project linker. | The LLVM Linker | 2 | 工具 + lldb | lldb | LLDB is a next generation, high-performance debugger. It is built as a set of reusable componentswhich highly leverage existing libraries in the larger LLVM Project, such as the Clang expressionparser and LLVM disassembler.LLDB is the default debugger in Xcode on macOS and supports debugging C, Objective-C and C++ onthe desktop and iOS devices and simulator. | Next generation high-performance debugger | 2 | 工具 + lld-libs | lld | Shared libraries for LLD. | LLD shared libraries | 2 | 工具 + lldpad | lldpad | This package contains the Linux user space daemon and configuration tool forIntel LLDP Agent with Enhanced Ethernet support for the Data Center. | Intel LLDP Agent | 2 | 服务 + lldpad-devel | lldpad | The lldpad-devel package contains header files for developing applicationsthat use lldpad. | Development files for lldpad | 3 | 工具 + llhttp | llhttp | This project is a port of http_parser to TypeScript. llparse is used togenerate the output C source file, which could be compiled and linked with theembedder's program (like Node.js).This copy of the library is compiled with LLHTTP_STRICT_MODE set to 0(disabled), which is the default. | Port of http_parser to llparse | 3 | 库 + llhttp-devel | llhttp | The llhttp-devel package contains libraries and header files fordeveloping applications that use llhttp. | Development files for llhttp | 2 | 库 + llvm | llvm | LLVM is a framework for building and optimizing compilers for variousprogramming languages. It consists of a set of libraries and tools that canperform analysis and transformation of programs at different stages:compile-time, link-time, runtime, and idle-time. The framework also providesa common intermediate representation (IR) that can be used to implementlanguage-specific front ends and back ends. LLVM supports a wide range ofprojects, from industrial-strength compilers to specialized JIT applicationsto small research projects. You can find more information about LLVM in itsonline documentation or in several introductory papers and presentations. | The Low Level Virtual Machine | 2 | 工具 + llvm15 | llvm15 | LLVM is a compiler infrastructure designed for compile-time, link-time,runtime, and idle-time optimization of programs from arbitrary programminglanguages. The compiler infrastructure includes mirror sets of programmingtools as well as libraries with equivalent functionality. | The Low Level Virtual Machine | 2 | 工具 + llvm15-devel | llvm15 | This package contains library and header files needed to develop new nativeprograms that use the LLVM infrastructure. | Libraries and header files for LLVM | 2 | 工具 + llvm15-doc | llvm15 | Documentation for the LLVM compiler infrastructure. | Documentation for LLVM | 2 | 工具 + llvm15-libs | llvm15 | Shared libraries for the LLVM compiler infrastructure. | LLVM shared libraries | 2 | 工具 + llvm15-static | llvm15 | Static libraries for the LLVM compiler infrastructure. | LLVM static libraries | 2 | 工具 + llvm-devel | llvm | This package contains library and header files needed to develop new nativeprograms that use the LLVM infrastructure. | Libraries and header files for LLVM | 2 | 工具 + llvm-doc | llvm | Documentation for the LLVM compiler infrastructure. | Documentation for LLVM | 2 | 工具 + llvm-googletest | llvm | LLVM's modified googletest sources. | LLVM's modified googletest sources | 2 | 工具 + llvm-libs | llvm | Shared libraries for the LLVM compiler infrastructure. | LLVM shared libraries | 2 | 工具 + llvm-static | llvm | Static libraries for the LLVM compiler infrastructure. | LLVM static libraries | 2 | 工具 + llvm-test | llvm | LLVM regression tests. | LLVM regression tests | 2 | 工具 + lm_sensors | lm_sensors | lm_sensors is a free and open-source software tool that is used to monitorthe hardware health of a computer system. It is developed to work with Linuxoperating systems and provides information about the system’s temperatures,fan speeds, and voltage levels. The tool can be installed in any Linux distribution and is compatible with a wide range of hardware sensors.The lm_sensors tool interacts with the hardware sensors through the kernelmodules that are responsible for detecting and monitoring the sensors. Themodules communicate with the sensors and provide the information to lm_sensors, which then interprets the data and displays it to the user in a readableformat. The tool can be customized to display the information in differentformats, such as text, graph, or chart.The lm_sensors tool can also be configured to trigger alerts when the system’shardware reaches critical levels. For example, it can be configured to send anemail or a notification when the system’s temperature exceeds a certainthreshold. This feature is particularly useful for server administrators whoneed to monitor their systems’ health continuously. | Hardware monitoring tools | 2 | 工具 + lm_sensors-devel | lm_sensors | The lm_sensors-devel package includes a header files and libraries for usewhen building applications that make use of sensor data. | Development files for programs which will use lm_sensors | 1 | 工具 + lm_sensors-libs | lm_sensors | Core libraries for lm_sensors applications | Lm_sensors core libraries | 3 | 工具 + lm_sensors-sensord | lm_sensors | Daemon that periodically logs sensor readings to syslog or a round-robindatabase, and warns of sensor alarms. | Daemon that periodically logs sensor readings | 3 | 工具 + lmdb | lmdb | LMDB is a Btree-based database management library modeled loosely on the BerkeleyDB API,but much simplified. The entire database is exposed in a memory map,and all data fetches return data directly from the mapped memory, so no malloc'sor memcpy's occur during data fetches. As such, the library is extremely simplebecause it requires no page caching layer of its own, and it is extremely high performanceand memory-efficient. It is also fully transactional with full ACID semantics,and when the memory map is read-only, the database integrity cannot be corrupted bystray pointer writes from application code. | An ultra-fast, ultra-compact, crash-proof, key-value, embedded data store | 3 | 库 + lmdb-devel | lmdb | The lmdb-devel package contains libraries and header files fordeveloping applications that use lmdb. | Development files for lmdb | 3 | 库 + lmdb-doc | lmdb | The lmdb-doc package contains automatically generated documentation for lmdb. | Documentation files for lmdb | 3 | 工具 + lmdb-libs | lmdb | The lmdb-libs package contains shared libraries necessary for runningapplications that use lmdb. | Shared libraries for lmdb | 3 | 库 + lockdev | lockdev | Lockdev provides a reliable way to put an exclusive lock to devicesusing both FSSTND and SVr4 methods. | A library for locking devices | 2 | 库 + lockdev-devel | lockdev | The lockdev library provides a reliable way to put an exclusive lockon devices using both FSSTND and SVr4 methods. The lockdev-develpackage contains the development headers. | The header files for the lockdev library | 2 | 库 + lockdev-doc | lockdev | The lockdev-doc package contains documentation files for lockdev. | Documentation files for lockdev | 2 | 库 + logrotate | logrotate | The logrotate utility is designed to simplify the administration oflog files on a system which generates a lot of log files. Logrotateallows for the automatic rotation compression, removal and mailing oflog files. Logrotate can be set to handle a log file daily, weekly,monthly or when the log file gets to a certain size.Install the logrotate package if you need a utility to deal with thelog files on your system. | Rotates, compresses, removes and mails system log files | 2 | 服务 + logwatch | logwatch | Logwatch is a customizable, pluggable log-monitoring system. It will gothrough your logs for a given period of time and make a report in the areasthat you wish with the detail that you wish. Easy to use - works right outof the package on many systems. | Analyzes and Reports on system logs | 3 | 工具 + lohit-assamese-fonts | lohit-assamese-fonts | This package provides a free Assamese TrueType/OpenType font. | Free Assamese font | 3 | 库 + lohit-bengali-fonts | lohit-bengali-fonts | This package provides a free Bengali TrueType/OpenType font. | Free Bengali script font | 3 | 库 + lohit-devanagari-fonts | lohit-devanagari-fonts | This package provides a free Devanagari Script TrueType/OpenType font. | Free Devanagari Script Font | 3 | 库 + lohit-gujarati-fonts | lohit-gujarati-fonts | This package provides a free Gujarati truetype/opentype font, it isone of the Indian languages. | Free Gujarati font | 3 | 库 + lohit-kannada-fonts | lohit-kannada-fonts | This package provides a free Kannada truetype/opentype font. | Free Kannada font | 3 | 库 + lohit-marathi-fonts | lohit-marathi-fonts | This package provides a free Marathi truetype/opentype font. | Free truetype font for Marathi language | 3 | 库 + lohit-odia-fonts | lohit-odia-fonts | lohit-odia-fonts is a set of fonts designed to support the Odia language,also known as Oriya. These fonts were developed by the Indiangovernment's Ministry of Electronics and Information Technology andare available for free download. Lohit Odia Fonts are Unicode-compliantand can be used with any application that supports Unicode, includingvarious word processors and text editors. The fonts come in several styles,including regular, bold, italic, and bold-italic, making them suitablefor a variety of applications. The design of the fonts is based ontraditional Odia calligraphy, and they are optimized for use on screensand in print. The Lohit Odia Fonts have been widely adopted in India,especially in the state of Odisha, where Odia is the official language. | Free truetype font for Odia language | 3 | 库 + lohit-tamil-fonts | lohit-tamil-fonts | This package provides a free Tamil truetype/opentype font. | Free truetype font for Tamil language | 3 | 库 + lohit-telugu-fonts | lohit-telugu-fonts | Lohit Telugu fonts is an open-source font primarily found in Linuxdistributions. It is Unicode compatible and part of the Lohit Fonts project.This package contains many professional Indian language TrueType fontscontributed by the community and some also donated by organizations toopen source. All fonts are available under OFL-1.12. Currently, the font familysupports 11 Indian languages: Assamese, Bengali, Gujarati, Hindi, Kannada,Malayalam, Marathi, Oriya, Punjabi, Tamil, Telugu. | Open-source Telugu font family | 3 | 库 + lorax | lorax | Lorax is a tool for creating the anaconda install images.It also includes livemedia-creator which is used to create bootable livemedia,including live isos and disk images. It can use libvirtd for the install, orAnaconda's image install feature. | Tool for creating the anaconda install images | 2 | 工具 + lorax-docs | lorax | Includes the full html documentation for lorax, livemedia-creator, and the pylorax library. | Lorax html documentation | 3 | 工具 + lorax-lmc-novirt | lorax | Additional dependencies required by livemedia-creator when using it with --no-virtto run Anaconda. | livemedia-creator no-virt dependencies | 2 | 工具 + lorax-lmc-virt | lorax | Additional dependencies required by livemedia-creator when using it with qemu. | livemedia-creator libvirt dependencies | 2 | 工具 + lorax-templates-anolis | lorax-templates-anolis | Anolis OS 23 specific Lorax templates for creating the boot.iso and live isos areplaced in /usr/share/lorax/templates.d/80-anolis | Anolis OS build templates for lorax and livemedia-creator | 1 | 库 + lorax-templates-generic | lorax | Lorax templates for creating the boot.iso and live isos are placed in/usr/share/lorax/templates.d/99-generic | Generic build templates for lorax and livemedia-creator | 2 | 工具 + low-memory-monitor | low-memory-monitor | The Low Memory Monitor is an early boot daemon that will monitor memorypressure information coming from the kernel, and, first, send a signalto user-space applications when memory is running low, and then activatethe kernel's OOM killer when memory is running really low. | Monitors low-memory conditions | 2 | 服务 + lsb-release | lsb-release | LSB version query programThis program forms part of the required functionality ofthe LSB (Linux Standard Base) specification.The program queries the installed state of the distributionto display certain properties such as the version of theLSB against which the distribution claims compliance aswell. It can also attempt to display the name and releaseof the distribution along with an identifier of who producesthe distribution. | Linux Standard Base Release Tools | 1 | 工具 + lsb-release-doc | lsb-release | Doc files for lsb-release | Doc files for lsb-release | 1 | 工具 + lshw | lshw | lshw is a small tool to provide detailed informaton on the hardwareconfiguration of the machine. It can report exact memoryconfiguration, firmware version, mainboard configuration, CPU versionand speed, cache configuration, bus speed, etc. on DMI-capable x86systems and on some PowerPC machines (PowerMac G4 is known to work).Information can be output in plain text, XML or HTML. | Hardware lister | 3 | 工具 + lshw-gui | lshw | Graphical frontend for the hardware lister (lshw) tool. If desired,hardware information can be saved to file in plain, XML or HTMLformat. | Graphical hardware lister | 3 | 工具 + lsof | lsof | Lsof stands for LiSt Open Files, and it does just that: it lists informationabout files that are open by the processes running on a UNIX system. | A utility which lists open files on a Linux/UNIX system | 3 | 工具 + lsscsi | lsscsi | Uses information provided by the sysfs pseudo file system in Linux kernel2.6 series to list SCSI devices or all SCSI hosts. Includes a "classic"option to mimic the output of "cat /proc/scsi/scsi" that has been widelyused prior to the lk 2.6 series.Author:-------- Doug Gilbert <dgilbert(at)interlog(dot)com> | List SCSI devices (or hosts) and associated information | 2 | 工具 + lttng-ust | lttng-ust | This library may be used by user-space applications to generatetrace-points using LTTng. | LTTng Userspace Tracer library | 3 | 库 + lttng-ust-devel | lttng-ust | The lttng-ust-devel package contains development files for using lttng-ust. | Development files for lttng-ust | 3 | 工具 + lttng-ust-doc | lttng-ust | The lttng-ust-doc package contains documentation files for lttng-ust. | Documentation files for lttng-ust | 3 | 服务 + lua | lua | Lua is a powerful light-weight programming language designed forextending applications. Lua is also frequently used as ageneral-purpose, stand-alone language. Lua is free software.Lua combines simple procedural syntax with powerful data descriptionconstructs based on associative arrays and extensible semantics. Luais dynamically typed, interpreted from bytecodes, and has automaticmemory management with garbage collection, making it ideal forconfiguration, scripting, and rapid prototyping. | Powerful light-weight programming language | 3 | 库 + lua-devel | lua | This package contains development files for lua. | Development files for lua | 3 | 工具 + lua-guestfs | libguestfs | lua-guestfs contains Lua bindings for libguestfs. | Lua bindings for libguestfs | 3 | 库 + luajit | luajit | LuaJIT implements the full set of language features defined by Lua 5.1.The virtual machine (VM) is API- and ABI-compatible to the standardLua interpreter and can be deployed as a drop-in replacement. | Just-In-Time Compiler for Lua | 3 | 库 + luajit-devel | luajit | This package contains development files for luajit. | Development files for luajit | 3 | 工具 + lua-libs | lua | This package contains the shared libraries for lua. | Libraries for lua | 3 | 库 + lua-posix | lua-posix | This is a POSIX library for Lua which provides access to many POSIX featuresto Lua programs. | POSIX library for Lua | 3 | 库 + luarocks | luarocks | LuaRocks is the package manager for Lua modules.It allows you to create and install Lua modules as self-contained packages called rocks. | A deployment and management system for Lua modules | 3 | 库 + luarocks-doc | luarocks | The luarocks-doc package contains documentation files for luarocks. | Documentation files for luarocks | 3 | 工具 + lua-rpm-macros | lua-rpm-macros | This package contains Lua RPM macros.You should not need to install this package manually as lua-devel requires it. | The common Lua RPM macros | 3 | 工具 + lua-srpm-macros | lua-rpm-macros | RPM macros for building Lua source packages. | RPM macros for building Lua source packages | 3 | 库 + lua-static | lua | This package contains the static version of liblua for lua. | Static library for lua | 3 | 库 + lujavrite | lujavrite | LuJavRite is a rock-solid Lua library that allows calling Java codefrom Lua code. It does so by launching embedded Java Virtual Machineand using JNI interface to invoke Java methods. | Lua library for calling Java code | 3 | 库 + lujavrite-doc | lujavrite | Doc files for lujavrite | Doc files for lujavrite | 3 | 工具 + luksmeta | luksmeta | LUKSMeta is a command line utility for storing small portions of metadata inthe LUKSv1 header for use before unlocking the volume. | Utility for storing small metadata in the LUKSv1 header | 3 | 库 + lutok | lutok | Lutok provides thin C++ wrappers around the Lua C API to ease theinteraction between C++ and Lua. These wrappers make intensive use ofRAII to prevent resource leakage, expose C++-friendly data types, reporterrors by means of exceptions and ensure that the Lua stack is alwaysleft untouched in the face of errors. The library also provides a smallsubset of miscellaneous utility functions built on top of the wrappers. | Lightweight C++ API library for Lua | 3 | 库 + lutok-devel | lutok | Provides the libraries and header files to develop applications thatuse the lutok C++ API to Lua. | Libraries and header files for lutok development | 3 | 库 + lutok-doc | lutok | Provides HTML documentation describing the API of the Lutok libraryand a collection of sample source programs to demonstrate the useof the library. | API documentation of the lutok library and example programs | 3 | 库 + lutok-tests | lutok | This package installs the run-time tests for the Lutok library. | Run-time tests of the Lutok library | 3 | 库 + lv2 | lv2 | LV2 is a standard for plugins and matching host applications, mainlytargeted at audio processing and generation.There are a large number of open source and free software synthesispackages in use or development at this time. This API ('LV2') attemptsto give programmers the ability to write simple 'plugin' audioprocessors in C/C++ and link them dynamically ('plug') into a range ofthese packages ('hosts'). It should be possible for any host and anyplugin to communicate completely through this interface.LV2 is a successor to LADSPA, created to address the limitations ofLADSPA which many hosts have outgrown. | Audio Plugin Standard | 2 | 工具 + lv2-devel | lv2 | lv2-devel contains the lv2.h header file and headers for all of theLV2 specification extensions and bundles.Definitive technical documentation on LV2 plug-ins for both the hostand plug-in is contained within copious comments within the lv2.hheader file. | API for the LV2 Audio Plugin Standard | 2 | 库 + lv2-doc | lv2 | Documentation for the LV2 plugin API. | Documentation for the LV2 Audio Plugin Standard | 3 | 库 + lv2-example-plugins | lv2 | Example plugins for the LV2 Audio Plugin Standard. | Examples of the LV2 Audio Plugin Standard | 2 | 库 + lvm2 | lvm2 | LVM2 includes all of the support for handling read/write operations onphysical volumes (hard disks, RAID-Systems, magneto optical, etc.,multiple devices (MD), see mdadm(8) or even loop devices, seelosetup(8)), creating volume groups (kind of virtual disks) from oneor more physical volumes and creating one or more logical volumes(kind of logical partitions) in volume groups. | Userland logical volume management tools | 2 | 工具 + lvm2-dbusd | lvm2 | Daemon for access to LVM2 functionality through a D-Bus interface. | LVM2 D-Bus daemon | 2 | 服务 + lvm2-devel | lvm2 | This package contains files needed to develop applications that usethe lvm2 libraries. | Development libraries and headers | 2 | 库 + lvm2-libs | lvm2 | This package contains shared lvm2 libraries for applications. | Shared libraries for lvm2 | 2 | 库 + lvm2-lockd | lvm2 | LVM commands use lvmlockd to coordinate access to shared storage. | LVM locking daemon | 2 | 服务 + lvm2-testsuite | lvm2 | An extensive functional testsuite for LVM2. | LVM2 Testsuite | 2 | 库 + lxc | lxc | Linux Resource Containers provide process and resource isolation without theoverhead of full virtualization. | Linux Resource Containers | 3 | 服务 + lxc-libs | lxc | Linux Resource Containers provide process and resource isolation without theoverhead of full virtualization.The lxc-libs package contains libraries for running lxc applications. | Runtime library files for lxc | 3 | 服务 + lynx | lynx | Lynx is a text-based Web browser. Lynx does not display any images,but it does support frames, tables, and most other HTML tags. Oneadvantage Lynx has over graphical browsers is speed; Lynx starts andexits quickly and swiftly displays web pages. | A text-based Web browser | 3 | 工具 + lz4 | lz4 | LZ4 is an extremely fast loss-less compression algorithm, providing compressionspeed > 500 MB/s per core, scalable with multi-core CPU. It also featuresan extremely fast decoder, with speed in multiple GB/s per core, typicallyreaching RAM speed limits on multi-core systems. | Extremely fast compression algorithm | 3 | 工具 + lz4-devel | lz4 | This package contains the header(.h) and library(.so) files required to buildapplications using liblz4 library. | Development files for lz4 | 1 | 库 + lz4-libs | lz4 | This package contains the libaries for lz4. | Libaries for lz4 | 1 | 工具 + lz4-static | lz4 | LZ4 is an extremely fast loss-less compression algorithm. This packagecontains static libraries for static linking of applications. | Static library for lz4 | 1 | 库 + lzip | lzip | Lzip compresses data using LZMA (Lempel-Ziv-Markov chain-Algorithm). Itsupports integrity checking using CRC (Cyclic Redundancy Check). To archivemultiple files, tar can be used with lzip. Please note, that the lzip fileformat (.lz) is not compatible with the lzma file format (.lzma). | LZMA compressor with integrity checking | 1 | 工具 + lzip-doc | lzip | The lzip-doc package contains documentation files for lzip. | Documentation files for lzip | 3 | 工具 + lzo | lzo | The LZO library is a powerful compression and decompression library thatis widely used in various applications due to its high speed, low memoryusage, and portability. It implements the Lempel-Ziv-Oberhumer algorithmand provides a simple and easy-to-use API for compressing and decompressing data.The library offers several compression levels and algorithms, allowingdevelopers to choose the most appropriate combination of compression speedand efficiency for their specific needs. It also supports streamingcompression and decompression, which is essential for applications thatrequire real-time data processing.Additionally, the LZO library operates on various platforms, includingembedded devices, desktop computers, and servers, making it highly portable.It provides excellent error detection and recovery mechanisms, ensuring thatcompressed data is decompressed without any loss or corruption.In summary, the LZO library is a reliable, efficient, and portable datacompression library that is suitable for various applications that requirefast data transfer and storage optimization. | Data compression library with very fast (de)compression | 3 | 库 + lzo-devel | lzo | LZO is a portable lossless data compression library written in ANSI C.It offers pretty fast compression and very fast decompression.This package contains development files needed for lzo. | Development files for the lzo library | 3 | 库 + lzo-minilzo | lzo | Minilzo is a small, lightweight implementation of the Lempel-Ziv-Oberhumer (LZO)compression algorithm. It is designed to provide fast and efficient compressionand decompression of data with a minimal memory footprint.The library is written in C and is therefore highly portable, allowing it to beused on a wide range of platforms and devices. It offers several compressionlevels and algorithms, allowing developers to choose the most appropriatecombination of compression speed and efficiency for their specific needs.In addition to its small size and high performance, minilzo also includes errordetection and recovery mechanisms, ensuring that compressed data is decompressedwithout any loss or corruption.Overall, minilzo is an ideal choice for applications that require fast andefficient compression and decompression of data, particularly those with limitedmemory resources or operating on embedded devices where space and processingpower are at a premium. | Mini version of lzo for apps which don't need the full version | 3 | 库 + lzop | lzop | lzop is a compression utility which is designed to be a companion to gzip.It is based on the LZO data compression library and its main advantages overgzip are much higher compression and decompression speed at the cost of somecompression ratio. The lzop compression utility was designed with the goalsof reliability, speed, portability and with reasonable drop-in compatibilityto gzip. | Real-time file compressor | 3 | 工具 + m17n-db | m17n-db | This package contains multilingualization (m17n) datafiles for m17n-libwhich describe input maps, encoding maps, OpenType font data andfont layout text rendering for languages. | Multilingualization datafiles for m17n-lib | 3 | 库 + m17n-db-devel | m17n-db | m17n-db development files | Development files for m17n-db | 3 | 工具 + m17n-db-extras | m17n-db | m17n-db extra files for input maps that are less used. | Extra m17n-db files | 3 | 库 + m17n-lib | m17n-lib | m17n-lib is a multilingual text library used primarily to allowthe input of many languages with the input table maps from m17n-db.The package provides the core and input method backend libraries. | Multilingual text library | 3 | 库 + m17n-lib-devel | m17n-lib | Development files for m17n-lib. | Development files for m17n-lib | 3 | 库 + m17n-lib-tools | m17n-lib | Tools to test M17n GUI widget library. | The m17n GUI Library tools | 3 | 库 + m4 | m4 | GNU M4 is an implementation of the traditional Unix macro processor.It is mostly SVR4 compatible with some extensions. GNU M4 has built-infunctions for including files, running shell commands, doing arithmetic, etc. | GNU macro processor | 2 | 工具 + mailcap | mailcap | The mailcap file is used by the metamail program. Metamail reads themailcap file to determine how it should display non-text or multimediamaterial. Basically, mailcap associates a particular type of filewith a particular program that a mail agent or other program can callin order to handle the file. Mailcap should be installed to allowcertain programs to be able to handle non-text files.Also included in this package is the mime.types file which contains alist of MIME types and their filename "extension" associations, usedby several applications e.g. to determine MIME types for filenames. | Helper application and MIME type associations for file types | 3 | 工具 + mailx | mailx | Mailx is an enhanced mail command, which provides the functionalityof the POSIX mailx command, as well as SysV mail and Berkeley Mail(from which it is derived).Additionally to the POSIX features, mailx can work with Maildir/ e-mailstorage format (as well as mailboxes), supports IMAP, POP3 and SMTPprotocols (including over SSL) to operate with remote hosts, handles mimetypes and different charsets. There are a lot of other useful features,see mailx(1).And as its ancient analogues, mailx can be used as a mail script language,both for sending and receiving mail.Besides the "mailx" command, this package provides "mail" and "Mail"(which should be compatible with its predecessors from the mailx-8.x source),as well as "nail" (the initial name of this project). | Enhanced implementation of the mailx command | 3 | 工具 + make | make | A GNU tool for controlling the generation of executables and othernon-source files of a program from the program's source files. Makeallows users to build and install packages without any significantknowledge about the details of the build process. The details abouthow the program should be built are provided for make in the program'smakefile. | A GNU tool which simplifies the build process for users | 3 | 工具 + make-devel | make | The make-devel package contains gnumake.h. | Header file for externally visible definitions | 3 | 工具 + malcontent | malcontent | The libmalcontent library provides a set of APIs that can be used byapplications to implement parental controls. These APIs can be used toset up filters, restrictions, and other rules that limit access toinappropriate content.Malcontent supports a variety of filters, including URL filters, domainfilters, and content type filters. These filters can be used to blockaccess to specific websites or types of content, such as adult content,gambling sites, or social media.Malcontent also supports custom filter lists, which allow administrators orparents to specify their own rules for filtering content. These lists canbe used to block access to specific websites or types of content that arenot covered by the built-in filters.Malcontent supports blacklists and whitelists, which allow administrators orparents to specify which websites or domains are allowed or blocked. Blacklistsare lists of websites or domains that are not allowed, while whitelists arelists of websites or domains that are allowed.Malcontent supports time-based restrictions, which allow administrators orparents to limit access to certain types of content during specific times ofthe day or week. For example, access to social media sites might be blockedduring school hours or after bedtime.Malcontent integrates with popular web browsers and email clients, making iteasy to apply parental controls to these applications. It also provides acommand-line interface for more advanced users.Overall, malcontent provides a powerful set of tools for implementing parentalcontrols on Linux-based systems. Its flexible and customizable filters,blacklists, and whitelists, as well as its support for time-based restrictions,make it a valuable tool for ensuring that children are protected frominappropriate content online. | Parental controls implementation | 3 | 工具 + malcontent-control | malcontent | This package contains a user interface for querying and setting parentalcontrols for users. | Parental Controls UI | 2 | 工具 + malcontent-devel | malcontent | This package contains the pkg-config file and development headersfor malcontent. | Development files for malcontent | 2 | 工具 + malcontent-libs | malcontent | This package contains libmalcontent. | Libraries for malcontent | 2 | 库 + malcontent-pam | malcontent | This package contains a PAM module which prevents logins for users who haveexceeded their allowed computer time. | Parental Controls PAM Module | 2 | 服务 + malcontent-tools | malcontent | This package contains tools for querying and updating the parental controlssettings for users. | Parental Controls Tools | 2 | 工具 + malcontent-ui-devel | malcontent | This package contains the pkg-config file and development headersfor libmalcontent-ui. | Development files for libmalcontent-ui | 3 | 库 + malcontent-ui-libs | malcontent | This package contains libmalcontent-ui. | Libraries for malcontent | 2 | 库 + mallard-rng | mallard-rng | RELAX NG schemas for all Mallard versions and extensions that have been markedfinal. | RELAX NG schemas for all Mallard versions | 3 | 工具 + mallard-rng-doc | mallard-rng | The mallard-rng-doc package contains documentation files for mallard-rng. | Documentation files for mallard-rng | 3 | 工具 + man-db | man-db | The man-db package includes five tools for browsing man-pages:man, whatis, apropos, manpath and lexgrog. man formats and displaysmanual pages. whatis searches the manual page names. apropos searches themanual page names and descriptions. manpath determines search pathfor manual pages. lexgrog directly reads header information inmanual pages. | Tools for searching and reading man pages | 3 | 工具 + man-db-cron | man-db | This package provides periodic update of man-db cache. | Periodic update of man-db cache | 3 | 工具 + mandoc | mandoc | mandoc is a suite of tools compiling mdoc, the roff macro language of choicefor BSD manual pages, and man, the predominant historical language for UNIXmanuals. It is small, ISO C, ISC-licensed, and quite fast. The main componentof the toolset is the mandoc utility program, based on the libmandoc validatingcompiler, to format output for UTF-8 and ASCII UNIX terminals, HTML 5,PostScript, and PDF. | A suite of tools for compiling mdoc and man | 3 | 工具 + mandoc-devel | mandoc | The mandoc library parses a UNIX manual into an abstract syntax tree (AST).UNIX manuals are composed of mdoc(7) or man(7), and may be mixed with roff(7),tbl(7), and eqn(7) invocations. | Development libraries and headers for libmandoc | 3 | 库 + mandoc-doc | mandoc | The mandoc-doc package contains documentation files for mandoc. | Documentation files for mandoc | 3 | 工具 + mariadb | mariadb | MariaDB is a popular open-source relational database management system (RDBMS)that was created by the original developers of MySQL. It is a fork of MySQLand is designed to be compatible with MySQL and to offer more features andbetter performance than MySQL. MariaDB is released under the GNU General PublicLicense (GPL) and is available for use on Linux, Windows, and macOS operating systems.Features of MariaDB:High Performance: MariaDB is designed to provide high performance and scalability,making it suitable for high-traffic websites and large datasets. It supportsmulti-master clustering, making it possible to scale horizontally across multiple nodes.Compatibility: MariaDB is designed to be compatible with MySQL, which means thatit can be used as a drop-in replacement for MySQL. This makes it easy for developersto switch from MySQL to MariaDB without making any significant changes to their applications.Security: MariaDB includes several security features, including support for SSL/TLSencryption, secure password storage, and role-based access control. It also supportstwo-factor authentication and audit logging.Replication: MariaDB supports master-slave and master-master replication, which makesit possible to create high-availability and disaster recovery solutions.Stored Procedures: MariaDB supports stored procedures, which are reusable blocks ofSQL code that can be called from within an application or other SQL queries. Thismakes it easier to write complex queries and to reuse code.Triggers: MariaDB supports triggers, which are actions that are automatically performedin response to specific events, such as inserting, updating, or deleting records in a table.JSON Support: MariaDB includes support for storing and querying JSON data, which makesit easier to work with modern web applications.Virtual Columns: MariaDB supports virtual columns, which are columns that are computedbased on other columns in a table. This makes it possible to create calculated columnswithout having to update the data in the underlying columns.Dynamic Columns: MariaDB supports dynamic columns, which are columns that can storedifferent types of data depending on the value of another column.Open-Source: MariaDB is an open-source RDBMS, which means that its source code is freelyavailable and can be modified and distributed by anyone. This makes it easy fordevelopers to customize MariaDB to meet their specific needs. | A very fast and robust SQL database server | 3 | 服务 + mariadb-backup | mariadb | MariaDB Backup is an open source tool provided by MariaDB for performingphysical online backups of InnoDB, Aria and MyISAM tables.For InnoDB, "hot online" backups are possible. | The mariabackup tool for physical online backups | 3 | 服务 + mariadb-common | mariadb | The package provides the essential shared files for any MariaDB program.You will need to install this package to use any other MariaDB package. | The shared files required by server and client | 3 | 服务 + mariadb-connector-c | mariadb-connector-c | MariaDB Connector/C is a C client library for MariaDB and MySQL databases.It allows applications written in C/C++ to access MariaDB and MySQL databases usingthe standard SQL language. The library provides a simple and efficient API forconnecting to and interacting with the database server. It is open source softwareand is released under the LGPLv2.1 license. MariaDB Connector/C is compatible withboth MariaDB and MySQL databases, and it supports all major operating systems. | The MariaDB Native Client library (C driver) | 3 | 库 + mariadb-connector-c-config | mariadb-connector-c | This package delivers /etc/my.cnf that includes other configuration filesfrom the /etc/my.cnf.d directory and ships this directory as well.Other packages should only put their files into /etc/my.cnf.d directoryand require this package, so the /etc/my.cnf file is present. | Configuration files for packages that use /etc/my.cnf as a configuration file | 3 | 库 + mariadb-connector-c-devel | mariadb-connector-c | Development files for mariadb-connector-c, containing everything needed to build against libmariadb.so >=3 client library. | Development files for mariadb-connector-c | 3 | 库 + mariadb-connector-c-doc | mariadb-connector-c | Manual pages documenting API of the libmariadb.so library for mariadb-connector-c. | Manual pages documenting API of the libmariadb.so library | 3 | 库 + mariadb-connector-c-test | mariadb-connector-c | Testsuite files for mariadb-connector-c. Contains binaries and a prepared CMake ctest file.Requires running MariaDB / MySQL server with create database "test". | Testsuite files for mariadb-connector-c | 3 | 库 + mariadb-devel | mariadb | MariaDB is a multi-user, multi-threaded SQL database server.MariaDB is a community developed branch of MySQL.This package contains everything needed for developing MariaDB/MySQL serverplugins and applications. For developing client applications, usemariadb-connector-c package. | Files for development of MariaDB/MySQL applications | 3 | 服务 + mariadb-embedded | mariadb | MariaDB is a multi-user, multi-threaded SQL database server. Thispackage contains a version of the MariaDB server that can be embeddedinto a client application instead of running as a separate process.MariaDB is a community developed fork from MySQL. | MariaDB as an embeddable library | 3 | 服务 + mariadb-embedded-devel | mariadb | MariaDB is a multi-user, multi-threaded SQL database server.MariaDB is a community developed fork from MySQL.This package contains files needed for developing and testing withthe embedded version of the MariaDB server. | Development files for MariaDB as an embeddable library | 3 | 服务 + mariadb-errmsg | mariadb | The package provides error messages files for the MariaDB daemon and theembedded server. You will need to install this package to use any of thoseMariaDB packages. | The error messages files required by server and embedded | 3 | 服务 + mariadb-gssapi-server | mariadb | GSSAPI authentication server-side plugin for MariaDB for passwordless login.This plugin includes support for Kerberos on Unix. | GSSAPI authentication plugin for server | 3 | 服务 + mariadb-oqgraph-engine | mariadb | The package provides Open Query GRAPH engine (OQGRAPH) as plugin for MariaDBdatabase server. OQGRAPH is a computation engine allowing hierarchies and morecomplex graph structures to be handled in a relational fashion. In a nutshell,tree structures and friend-of-a-friend style searches can now be done usingstandard SQL syntax, and results joined onto other tables. | The Open Query GRAPH engine for MariaDB | 3 | 服务 + mariadb-pam | mariadb | PAM authentication server-side plugin for MariaDB. | PAM authentication plugin for the MariaDB server | 3 | 服务 + mariadb-server | mariadb | MariaDB is a multi-user, multi-threaded SQL database server. It is aclient/server implementation consisting of a server daemon (mariadbd)and many different client programs and libraries. This package containsthe MariaDB server and some accompanying files and directories.MariaDB is a community developed fork from MySQL. | The MariaDB server and related files | 3 | 服务 + mariadb-server-galera | mariadb | MariaDB is a multi-user, multi-threaded SQL database server. It is aclient/server implementation consisting of a server daemon (mariadbd)and many different client programs and libraries. This package containsadded files to allow MariaDB server to operate as a Galera clustermember. MariaDB is a community developed fork originally from MySQL. | The configuration files and scripts for galera replication | 3 | 服务 + mariadb-server-utils | mariadb | This package contains all non-essential server utilities and scripts formanaging databases. It also contains all utilities requiring Perl and it isthe only MariaDB sub-package, except test subpackage, that depends on Perl. | Non-essential server utilities for MariaDB/MySQL applications | 3 | 服务 + mariadb-test | mariadb | MariaDB is a multi-user, multi-threaded SQL database server.MariaDB is a community developed fork from MySQL.This package contains the regression test suite distributed with the MariaDBsources. | The test suite distributed with MariaDB | 3 | 服务 + marshalparser | marshalparser | Parser for Python internal Marshal format which can fix pyc filesreproducibility. | Parser for Python internal Marshal format | 3 | 库 + marshalparser-doc | marshalparser | The marshalparser-doc package contains documentation files for marshalparser. | Documentation files for marshalparser | 3 | 工具 + matchbox-window-manager | matchbox-window-manager | Matchbox is a base environment for the X Window System running on non-desktopembedded platforms such as handhelds, set-top boxes, kiosks and anything elsefor which screen space, input mechanisms or system resources are limited.This package contains the window manager from Matchbox. | Window manager for the Matchbox Desktop | 3 | 工具 + matchbox-window-manager-doc | matchbox-window-manager | The matchbox-window-manager-doc package contains documentation files for matchbox-window-manager. | Documentation files for matchbox-window-manager | 3 | 工具 + maven | maven | Maven is a software project management and comprehension tool. Based on theconcept of a project object model (POM), Maven can manage a project's build,reporting and documentation from a central piece of information. | Java project management and project comprehension tool | 3 | 工具 + maven-antrun-plugin | maven-antrun-plugin | This plugin provides the ability to run Ant tasks from within Maven.It is even possible to embed Ant scripts in the POM. | Maven AntRun Plugin | 3 | 工具 + maven-antrun-plugin-javadoc | maven-antrun-plugin | This package contains the API documentation for maven-antrun-plugin. | Javadoc for maven-antrun-plugin | 3 | 工具 + maven-archiver | maven-archiver | The Maven Archiver is used by other Maven pluginsto handle packaging | Maven Archiver | 3 | 工具 + maven-common-artifact-filters | maven-common-artifact-filters | A collection of ready-made filters to control inclusion/exclusion of artifactsduring dependency resolution. | Maven Common Artifact Filters | 3 | 工具 + maven-compiler-plugin | maven-compiler-plugin | The Compiler Plugin is used to compile the sources of your project. | Maven Compiler Plugin | 3 | 工具 + maven-file-management | maven-file-management | Provides a component for plugins to easily resolve project dependencies. | Maven File Management API | 3 | 工具 + maven-filtering | maven-filtering | These Plexus components have been built from the filtering process/code inMaven Resources Plugin. The goal is to provide a shared component for allplugins that needs to filter resources. | Shared component providing resource filtering | 3 | 工具 + maven-jar-plugin | maven-jar-plugin | Builds a Java Archive (JAR) file from the compiledproject classes and resources. | Maven JAR Plugin | 3 | 工具 + maven-lib | maven | Core part of Apache Maven that can be used as a library. | Core part of Maven | 3 | 工具 + maven-local | javapackages-tools | This package provides macros and scripts to support packaging Maven artifacts. | Macros and scripts for Maven packaging support | 3 | 库 + maven-local-openjdk11 | javapackages-tools | OpenJDK 11 toolchain for XMvn | OpenJDK 11 toolchain for XMvn | 3 | 库 + maven-local-openjdk17 | javapackages-tools | OpenJDK 17 toolchain for XMvn | OpenJDK 17 toolchain for XMvn | 3 | 库 + maven-local-openjdk8 | javapackages-tools | OpenJDK 8 toolchain for XMvn | OpenJDK 8 toolchain for XMvn | 3 | 库 + maven-openjdk8 | maven | Configures Maven to run with OpenJDK 8. | OpenJDK 8 binding for Maven | 3 | 工具 + maven-resolver | maven-resolver | Apache Maven Artifact Resolver is a library for working with artifactrepositories and dependency resolution. Maven Artifact Resolver deals with thespecification of local repository, remote repository, developer workspaces,artifact transports and artifact resolution. | Apache Maven Artifact Resolver library | 3 | 工具 + maven-resolver-javadoc | maven-resolver | API documentation for maven-resolver. | API documentation for maven-resolver | 3 | 工具 + maven-resources-plugin | maven-resources-plugin | The Resources Plugin handles the copying of project resourcesto the output directory. | Maven Resources Plugin | 3 | 工具 + maven-shared-incremental | maven-shared-incremental | Various utility classes and plexus components for supportingincremental build functionality in maven plugins. | Maven Incremental Build support utilities | 3 | 工具 + maven-shared-io | maven-shared-io | API for I/O support like logging, download or file scanning. | API for I/O support like logging, download or file scanning | 3 | 工具 + maven-shared-utils | maven-shared-utils | This project aims to be a functional replacement for plexus-utils in Maven.It is not a 100% API compatible replacement though but a replacement withimprovements: lots of methods got cleaned up, generics got added and we droppeda lot of unused code. | Maven shared utility classes | 3 | 工具 + maven-shared-utils-javadoc | maven-shared-utils | API documentation for maven-shared-utils. | API documentation for maven-shared-utils | 3 | 工具 + maven-surefire | maven-surefire | Surefire is a test framework project. | Test framework project | 3 | 工具 + maven-surefire-plugin | maven-surefire | Maven surefire plugin for running tests via the surefire framework. | Surefire plugin for maven | 3 | 工具 + maven-surefire-provider-junit | maven-surefire | JUnit provider for Maven Surefire. | JUnit provider for Maven Surefire | 3 | 工具 + maven-surefire-provider-junit5 | maven-surefire | JUnit 5 provider for Maven Surefire. | JUnit 5 provider for Maven Surefire | 3 | 工具 + maven-surefire-provider-testng | maven-surefire | TestNG provider for Maven Surefire. | TestNG provider for Maven Surefire | 3 | 工具 + maven-verifier | maven-verifier | Provides a test harness for Maven integration tests. | Apache Maven Verifier Component | 3 | 工具 + maven-verifier-javadoc | maven-verifier | API documentation for maven-verifier. | Javadoc for maven-verifier | 3 | 工具 + maven-wagon | maven-wagon | Maven Wagon is a transport abstraction that is used in Maven'sartifact and repository handling code. Currently wagon has thefollowing providers:* File* HTTP* FTP* SSH/SCP* WebDAV* SCM (in progress) | Tools to manage artifacts and deployment | 3 | 工具 + maven-wagon-javadoc | maven-wagon | API documentation for maven-wagon. | API documentation for maven-wagon | 3 | 工具 + mcelog | mcelog | mcelog is the user space backend for logging machine check errorsreported by the hardware to the kernel.The kernel does the immediate actions (like killing processes etc.)and mcelog decodes the errors and manages various other advancederror responses like offlining memory, CPUs or triggering events.In addition mcelog also handles corrected errors, by logging and accounting them.It primarily handles machine checks and thermal events,which are reported for errors detected by the CPU. | Tool to translate x86-64 CPU Machine Check Exception data | 2 | 工具 + mcstrans | mcstrans | mcstrans is a security tool used in Linux systems to manage and enforcesecurity policies related to Mandatory Access Control (MAC). It worksin conjunction with the Security-Enhanced Linux (SELinux) module toprovide an additional layer of security to the system.The main purpose of mcstrans is to translate between SELinux labels anduser-readable labels. It maps labels to user-friendly names, which canbe used to identify and control access to system resources. mcstransmaintains a database of mappings between SELinux labels and user-readablelabels, which can be modified by system administrators.mcstrans also provides a set of utilities for managing SELinux policies,such as semanage and setfiles. These utilities allow system administratorsto create, modify, and enforce SELinux policies for different resources,such as files, directories, and network interfaces. | SELinux Translation Daemon | 3 | 工具 + mdadm | mdadm | The mdadm program is used to create, manage, and monitor Linux MD (softwareRAID) devices. As such, it provides similar functionality to the raidtoolspackage. However, mdadm is a single program, and it can performalmost all functions without a configuration file, though a configurationfile can be used to help with some common tasks. | The mdadm program controls Linux md devices (software RAID arrays) | 2 | 工具 + mdevctl | mdevctl | mdevctl is a utility for managing and persisting devices in themediated device device framework of the Linux kernel. Mediateddevices are sub-devices of a parent device (ex. a vGPU) whichcan be dynamically created and potentially used by drivers likevfio-mdev for assignment to virtual machines. | A mediated device management utility for Linux | 2 | 工具 + mecab | mecab | Mecab is an free open-source morphological analysis engine developed througha joint research unit project between the Kyoto University Graduate School ofInformatics and Nippon Telegraph and Telephone Corporation Communication ScienceLaboratories.NOTE:Please install the MeCab dictionary rpm to make use of MeCab. | Yet Another Part-of-Speech and Morphological Analyzer | 3 | 工具 + mecab-devel | mecab | This development package provides libraries and header files for MeCab. | Libraries and Header files for Mecab | 3 | 工具 + mecab-doc | mecab | This help package provides doc files for MeCab. | Docs files for Mecab | 3 | 工具 + memcached | memcached | memcached is a high-performance, distributed memory object cachingsystem, generic in nature, but intended for use in speeding up dynamicweb applications by alleviating database load. | High Performance, Distributed Memory Object Cache | 3 | 服务 + memcached-devel | memcached | Install memcached-devel if you are developing C/C++ applications that requireaccess to the memcached binary include files. | Files needed for development using memcached protocol | 3 | 库 + memcached-selinux | memcached | Install memcached-selinux to ensure your system contains the latest SELinux policyoptimised for use with this version of memcached. | Selinux policy module | 3 | 工具 + memstrack | memstrack | A runtime memory allocation tracer, like a hot spot analyzer for memoryallocation, can help analyze overall memory usage, peak memory usage,kernel module memory usage, all combined with stacktrace. Userspacememory trace is planned and not yet implemented.This tool works by tracing all page-level memory allocation events inkernel (currently supports using perf or ftrace), and actively integratethe events into a stack trace tree. It can also work with kernel's pageowner log file and use as a memory usage viewer.To analyze the memory usage of a certain program/module/code, you haveto start memstrack before start/load the program, since memstrack canonly track the allocation events at runtime. | A memory allocation tracer, like a hot spot analyzer for memory allocation | 3 | 工具 + mercurial | mercurial | Mercurial is a fast, lightweight source control management system designedfor efficient handling of very large distributed projects.Quick start: https://www.mercurial-scm.org/wiki/QuickStartTutorial: https://www.mercurial-scm.org/wiki/TutorialExtensions: https://www.mercurial-scm.org/wiki/UsingExtensions | A fast, lightweight Source Control Management system | 3 | 工具 + mercurial-chg | mercurial | chg is a C wrapper for the hg command. Typically, when you type hg, a newPython process is created, Mercurial is loaded, and your requested command runsand the process exits.With chg, a Mercurial command server background process is created that runsMercurial. When you type chg, a C program connects to that background processand executes Mercurial commands. | A fast Mercurial command without slow Python startup | 3 | 库 + mercurial-doc | mercurial | The mercurial-doc package contains documentation files for mercurial. | Documentation files for mercurial | 3 | 工具 + mercurial-hgk | mercurial | A Mercurial extension for displaying the change history graphicallyusing Tcl/Tk. Displays branches and merges in an easilyunderstandable way and shows diffs for each revision. Based ongitk for the git SCM.Adds the "hg view" command. Seehttps://www.mercurial-scm.org/wiki/HgkExtension for moredocumentation. | Hgk interface for mercurial | 3 | 工具 + mesa-demos | mesa-demos | This package provides some demo applications for testing Mesa. | Mesa demos | 3 | 库 + mesa-dri-drivers | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa-based DRI drivers. | Mesa-based DRI drivers | 3 | 库 + mesa-filesystem | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa driver filesystem. | Mesa driver filesystem | 3 | 库 + mesa-libEGL | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa libEGL runtime libraries. | Mesa libEGL runtime libraries | 3 | 库 + mesa-libEGL-devel | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa libEGL development package. | Mesa libEGL development package | 3 | 库 + mesa-libgbm | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa gbm runtime library. | Mesa gbm runtime library | 3 | 库 + mesa-libgbm-devel | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa libgbm development package. | Mesa libgbm development package | 3 | 库 + mesa-libGL | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa libGL runtime libraries. | Mesa libGL runtime libraries | 3 | 库 + mesa-libglapi | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa shared glapi. | Mesa shared glapi | 3 | 库 + mesa-libGL-devel | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa libGL development package. | Mesa libGL development package | 3 | 库 + mesa-libGLU | mesa-libGLU | Mesa implementation of the standard GLU OpenGL utility API. | Mesa libGLU library | 3 | 库 + mesa-libGLU-devel | mesa-libGLU | The mesa-libGLU-devel package contains libraries and header files fordeveloping applications that use mesa-libGLU. | Development files for mesa-libGLU | 3 | 库 + mesa-libOSMesa | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa offscreen rendering libraries. | Mesa offscreen rendering libraries | 3 | 库 + mesa-libOSMesa-devel | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa offscreen rendering development package. | Mesa offscreen rendering development package | 3 | 库 + mesa-libxatracker | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa XA state tracker. | Mesa XA state tracker | 3 | 库 + mesa-libxatracker-devel | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa XA state tracker development package. | Mesa XA state tracker development package | 3 | 库 + mesa-vdpau-drivers | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.Mesa-based VDPAU drivers. | Mesa-based VDPAU drivers | 3 | 库 + mesa-vulkan-drivers | mesa | The Mesa project began as an open-source implementation of the OpenGL specification - a systemfor rendering interactive 3D graphics. Over the years the project has grown to implement moregraphics APIs, including OpenGL ES, OpenCL, OpenMAX, VDPAU, VA-API, Vulkan and EGL.A variety ofdevice drivers allows the Mesa libraries to be used in many different environments ranging fromsoftware emulation to complete hardware acceleration for modern GPUs. Mesa ties into several otheropen-source projects: the Direct Rendering Infrastructure, X.org, and Wayland to provide OpenGLsupport on Linux, FreeBSD, and other operating systems.The drivers with support for the Vulkan API. | Mesa Vulkan drivers | 3 | 库 + meson | meson | Meson is a build system designed to optimize programmerproductivity. It aims to do this by providing simple, out-of-the-boxsupport for modern software development tools and practices, such asunit tests, coverage reports, Valgrind, CCache and the like. | High productivity build system | 3 | 工具 + mftrace | mftrace | mftrace is a small Python program that lets you trace a TeX bitmapfont into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF(TrueType) font.Scalable fonts offer many advantages over bitmaps, as they allowdocuments to render correctly at many printer resolutions. Moreover,Ghostscript can generate much better PDF, if given scalable PostScriptfonts. | Utility for converting TeX bitmap fonts to Type 1 or TrueType fonts | 3 | 工具 + mftrace-doc | mftrace | The mftrace-doc package contains documentation files for mftrace. | Documentation files for mftrace | 3 | 工具 + microcode_ctl | microcode_ctl | The microcode_ctl utility is a companion to the microcode driver writtenby Tigran Aivazian <tigran@aivazian.fsnet.co.uk>.The microcode update is volatile and needs to be uploaded on each systemboot i.e. it doesn't reflash your cpu permanently, reboot and it revertsback to the old microcode. | Tool to transform and deploy CPU microcode update for x86 | 1 | 工具 + microdnf | microdnf | Micro DNF is a lightweight C implementation of DNF, designed to be usedfor doing simple packaging actions when you don't need full-blown DNF andyou want the tiniest useful environments possible.That is, you don't want any interpreter stack and you want the mostminimal environment possible so you can build up to exactly what you need. | Lightweight implementation of DNF in C | 2 | 工具 + microdnf-doc | microdnf | Doc pages for microdnf. | Documents for microdnf | 3 | 工具 + mimalloc | mimalloc | mimalloc (pronounced "me-malloc") is a general purpose allocatorwith excellent performance characteristics. Initially developedby Daan Leijen for the run-time systems. | A general purpose allocator with excellent performance | 3 | 工具 + mimalloc-devel | mimalloc | mimalloc (pronounced "me-malloc") is a general purpose allocatorwith excellent performance characteristics. Initially developedby Daan Leijen for the run-time systems.Development package for mimalloc. | Development environment for mimalloc | 3 | 库 + miniz | miniz | Miniz is a lossless, high performance data compression library in a singlesource file that implements the zlib (RFC 1950) and Deflate (RFC 1951)compressed data format specification standards. It supports the most commonlyused functions exported by the zlib library, but is a completely independentimplementation so zlib's licensing requirements do not apply. It alsocontains simple to use functions for writing PNG format image files andreading/writing/appending ZIP format archives. Miniz's compression speed hasbeen tuned to be comparable to zlib's, and it also has a specialized real-timecompressor function designed to compare well against fastlz/minilzo.' | Compression library implementing the zlib and Deflate | 3 | 库 + miniz-devel | miniz | Header files for developing applications that use the miniz library. | Development files for the miniz library | 3 | 库 + miniz-doc | miniz | The miniz-doc package contains documentation files for miniz. | Documentation files for miniz | 3 | 工具 + minizip-compat | zlib | Minizip is a library for manipulation with files from .zip archives. | Library for manipulation with .zip archives | 3 | 库 + minizip-compat-devel | zlib | This package contains the libraries and header files needed fordeveloping applications which use minizip. | Development files for the minizip library | 3 | 库 + minizip-ng | minizip-ng | Minizip-ng zlib-ng contribution that includes:* AES encryption* I/O buffering* PKWARE disk splittingIt also has the latest bug fixes that having been found all over the internet. | Minizip-ng contrib in zlib-ng with the latest bug fixes and advanced features | 3 | 库 + minizip-ng-devel | minizip-ng | Development files for minizip-ng library. | Development files for minizip-ng | 3 | 库 + minizip-ng-doc | minizip-ng | The minizip-ng-doc package contains documentation files for minizip-ng. | Documentation files for minizip-ng | 3 | 工具 + mkfontscale | mkfontscale | mkfontscale is a command-line utility used to generate font index files for theX Window System. When a font server or a font renderer needs to access aparticular font, it uses the index file to locate the font's file on disk.The mkfontscale utility takes a list of font files as input and generates anindex file in the scalable font format (SFF). The SFF format is a binaryformat, and it contains information about the fonts' names, point sizes, andstyle attributes, such as bold or italic.The mkfontscale utility is usually used in conjunction with the mkfontdir andxsetfont utilities to manage fonts in the X Window System. Together, theseutilities allow administrators to add or remove fonts from the system andconfigure font paths and directories. | Tool to generate legacy X11 font system index files | 3 | 工具 + mkpasswd | whois | mkpasswd tool encrypts a given password with the crypt(3) libc functionusing a given salt. | Encrypt a password with crypt(3) function using a salt | 1 | 工具 + mlocate | mlocate | mlocate is a locate/updatedb implementation. It keeps a database ofall existing files and allows you to lookup files by name.The 'm' stands for "merging": updatedb reuses the existing database to avoidrereading most of the file system, which makes updatedb faster and does nottrash the system caches as much as traditional locate implementations. | An utility for finding files by name | 3 | 工具 + mm-common | mm-common | The mm-common module provides the build infrastructure and utilitiesshared among the GNOME C++ binding libraries. It is a required dependencyto build glibmm and gtkmm from git. | Common build files of the C++ bindings | 3 | 库 + mm-common-doc | mm-common | Package contains short documentation for mm-common and example skeleton module,which could be used as a base for new mm module. | Documentation for mm-common, includes example mm module skeleton | 3 | 工具 + mobile-broadband-provider-info | mobile-broadband-provider-info | The mobile-broadband-provider-info package contains listings of mobilebroadband (3G) providers and associated network and plan information. | Mobile broadband provider database | 3 | 库 + mobile-broadband-provider-info-devel | mobile-broadband-provider-info | The mobile-broadband-provider-info-devel package contains files necessary fordeveloping developing applications that use mobile-broadband-provider-info. | Development files for mobile-broadband-provider-info | 3 | 库 + mock | mock | Mock takes an SRPM and builds it in a chroot. | Builds packages inside chroots | 3 | 工具 + mock-filesystem | mock | Filesystem layout and group for Mock. | Mock filesystem layout | 3 | 库 + mockito | mockito | Mockito is a mocking framework that tastes really good. It lets you writebeautiful tests with clean & simple API. Mockito doesn't give you hangoverbecause the tests are very readable and they produce clean verificationerrors. | Tasty mocking framework for unit tests in Java | 3 | 库 + mockito-inline | mockito | Mockito preconfigured inline mock maker (intermediate and to besuperseded by automatic usage in a future version). | Mockito preconfigured inline mock maker | 3 | 库 + mockito-javadoc | mockito | This package contains the API documentation for mockito. | Javadocs for mockito | 3 | 库 + mock-lvm | mock | Mock plugin that enables using LVM as a backend and support creating snapshotsof the buildroot. | LVM plugin for mock | 3 | 工具 + mock-scm | mock | Mock SCM integration module. | Mock SCM integration module | 3 | 库 + mod_auth_gssapi | mod_auth_gssapi | The mod_auth_gssapi module is an authentication service that implements theSPNEGO based HTTP Authentication protocol defined in RFC4559. | A GSSAPI Authentication module for Apache | 3 | 库 + mod_dav_svn | subversion | The mod_dav_svn package allows access to a Subversion repositoryusing HTTP, via the Apache httpd server. | Apache httpd module for Subversion server | 3 | 工具 + mod_http2 | mod_http2 | mod_http2 is an Apache module that enables HTTP/2 support for theApache web server. HTTP/2 is the latest version of the HTTP protocoland provides significant performance improvements over its predecessor,HTTP/1.1.mod_http2 aims to simplify the implementation of HTTP/2 by providing adrop-in replacement for Apache's mod_ssl module, which is used forhandling encrypted connections. It supports all the features of HTTP/2,including server push, header compression, and binary framing.By using mod_http2, web developers can improve the loading speeds oftheir websites, which can lead to better user experiences and highersearch engine rankings. It also provides better security by supportingthe latest encryption protocols and ciphers. | module implementing HTTP/2 for Apache 2 | 3 | 库 + mod_ldap | httpd | The mod_ldap and mod_authnz_ldap modules add support for LDAPauthentication to the Apache HTTP Server. | LDAP authentication modules for the Apache HTTP Server | 3 | 服务 + mod_lua | httpd | The mod_lua module allows the server to be extended with scriptswritten in the Lua programming language. | Lua scripting support for the Apache HTTP Server | 3 | 服务 + mod_proxy_html | httpd | The mod_proxy_html and mod_xml2enc modules provide filters which cantransform and modify HTML and XML content. | HTML and XML content filters for the Apache HTTP Server | 3 | 服务 + mod_session | httpd | The mod_session module and associated backends provide an abstractinterface for storing and accessing per-user session data. | Session interface for the Apache HTTP Server | 3 | 服务 + mod_ssl | httpd | The mod_ssl module provides strong cryptography for the Apache HTTPserver via the Secure Sockets Layer (SSL) and Transport LayerSecurity (TLS) protocols. | SSL/TLS module for the Apache HTTP Server | 3 | 服务 + ModemManager | ModemManager | The ModemManager service manages WWAN modems and provides a consistent API forinteracting with these devices to client applications. | Mobile broadband modem management service | 3 | 库 + ModemManager-devel | ModemManager | This package contains various headers for accessing some ModemManager functionalityfrom applications. | Libraries and headers for adding ModemManager support to applications | 3 | 库 + ModemManager-glib | ModemManager | This package contains the libraries that make it easier to use some ModemManagerfunctionality from applications that use glib. | Libraries for adding ModemManager support to applications that use glib. | 3 | 库 + ModemManager-glib-devel | ModemManager | This package contains various headers for accessing some ModemManager functionalityfrom glib applications. | Libraries and headers for adding ModemManager support to applications that use glib. | 2 | 库 + ModemManager-vala | ModemManager | Vala bindings for ModemManager | Vala bindings for ModemManager | 3 | 库 + modulemaker-maven-plugin | modulemaker-maven-plugin | This plugin allows the creation of a module-info.class for projects on Java 6to Java 8 where a module-info.java file cannot be compiled. | A plugin for creating module-info.class files | 2 | 库 + modulemaker-maven-plugin-javadoc | modulemaker-maven-plugin | API documentation for modulemaker-maven-plugin. | Javadoc for modulemaker-maven-plugin | 3 | 库 + mokutil | mokutil | mokutil is a tool to import or delete the machines owner keys (MOK)stored in the database | Tool to manage UEFI Secure Boot MoK Keys | 3 | 工具 + mold | mold | mold is a faster drop-in replacement for existing Unix linkers.It is several times faster than the LLVM lld linker.mold is designed to increase developer productivity by reducingbuild time, especially in rapid debug-edit-rebuild cycles. | A Modern Linker | 3 | 工具 + mousetweaks | mousetweaks | The Mousetweaks package provides mouse accessibility enhancements forthe GNOME desktop, such as performing various clicks without using anyhardware button. The options can be accessed through the Accessibilitytab of the Mouse Preferences of GNOME Control Center or through command-line. | Mouse accessibility support for the GNOME desktop | 3 | 工具 + mousetweaks-doc | mousetweaks | The mousetweaks-doc package contains documentation files for mousetweaks. | Documentation files for mousetweaks | 3 | 工具 + mozilla-filesystem | mozilla-filesystem | This package provides some directories required by packages which useMozilla technologies such as native messaging extensions. | Mozilla filesytem layout | 3 | 库 + mozjs102 | mozjs102 | SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation ofJavaScript. It is intended to be embedded in other applicationsthat provide host environments for JavaScript. ' | SpiderMonkey JavaScript library | 3 | 库 + mozjs102-devel | mozjs102 | The mozjs102-devel package contains libraries and header files fordeveloping applications that use mozjs102. | Development files for mozjs102 | 3 | 库 + mozjs78 | mozjs78 | SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation ofJavaScript. It is intended to be embedded in other applicationsthat provide host environments for JavaScript. | SpiderMonkey JavaScript library | 3 | 库 + mozjs78-devel | mozjs78 | The mozjs78-devel package contains libraries and header files fordeveloping applications that use mozjs78. | Development files for mozjs78 | 3 | 库 + mpdecimal | mpdecimal | mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.libmpdec is a C implementation of the General Decimal Arithmetic Specification. The specification definesa general purpose arbitrary precision data type together with rigorously specified functions and roundingbehavior. libmpdec conforms - with minor restrictions - to the IEEE 754-2008 Standard for Floating-PointArithmetic, provided that the appropriate context parameters are set. libmpdec++ has a thread local contextfor inline operators and other functions that use the implicit context. | Library for general decimal arithmetic | 3 | 库 + mpdecimal-devel | mpdecimal | The package contains development headers for the mpdecimal library. | Development headers for mpdecimal library | 3 | 库 + mpdecimal-doc | mpdecimal | The mpdecimal-doc package contains documentation files for mpdecimal. | Documentation files for mpdecimal | 3 | 库 + mpfr | mpfr | The MPFR library is a C library for multiple-precision floating-pointcomputations with "correct rounding". The MPFR is efficient and also hasa well-defined semantics. It copies the good ideas from theANSI/IEEE-754 standard for double-precision floating-point arithmetic(53-bit mantissa). MPFR is based on the GMP multiple-precision library. | C library for multiple-precision floating-point computations | 2 | 库 + mpfr-devel | mpfr | Header files and documentation for using the MPFR multiple-precisionfloating-point library in applications.If you want to develop applications which will use the MPFR library,you'll need to install the mpfr-devel package. You'll also need toinstall the mpfr package. | Development files for the MPFR library | 2 | 库 + mpfr-doc | mpfr | Documentation for the MPFR library. | Documentation for the MPFR library | 3 | 库 + mpg123 | mpg123 | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (mostcommonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and outputlibraries. | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 | 3 | 库 + mpg123-devel | mpg123 | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (mostcommonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and outputlibraries.Development files for decoding and output libraries. | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 | 3 | 库 + mpg123-libs | mpg123 | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (mostcommonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and outputlibraries. | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 | 3 | 库 + mpg123-plugins-pulseaudio | mpg123 | Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (mostcommonly MPEG 1.0 layer 3 aka MP3), as well as re-usable decoding and outputlibraries.Pulseaudio output plug-in. | Pulseaudio output plug-in for mpg123 | 3 | 库 + mpich | mpich | MPICH is a high-performance and widely portable implementation of the MessagePassing Interface (MPI) standard (MPI-1, MPI-2 and MPI-3). The goals of MPICHare: (1) to provide an MPI implementation that efficiently supports differentcomputation and communication platforms including commodity clusters (desktopsystems, shared-memory systems, multicore architectures), high-speed networks(10 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics) and proprietary high-endcomputing systems (Blue Gene, Cray) and (2) to enable cutting-edge research inMPI through an easy-to-extend modular framework for other derivedimplementations.The mpich binaries in this RPM packages were configured to use the defaultprocess manager (Hydra) using the default device (ch3). The ch3 devicewas configured with support for the nemesis channel that allows forshared-memory and TCP/IP sockets based communication.This build also include support for using the 'module environment' to selectwhich MPI implementation to use when multiple implementations are installed.If you want MPICH support to be automatically loaded, you need to install thempich-autoload package. | A high-performance implementation of MPI | 3 | 库 + mpich-devel | mpich | Contains development headers and libraries for mpich | Development files for mpich | 3 | 库 + mrvlprestera-firmware | linux-firmware | This package provides firmware for Marvell Prestera Switchdev/ASIC devices | Firmware for Marvell Prestera Switchdev/ASIC devices | 3 | 服务 + msghack | gettext | This program can be used to alter .po files in ways no sane mind wouldthink about. | Alter PO files in ways | 3 | 库 + mtdev | mtdev | mtdev is a stand-alone library which transforms all variants of kernel MTevents to the slotted type B protocol. The events put into mtdev may be fromany MT device, specifically type A without contact tracking, type A withcontact tracking, or type B with contact tracking. | Multitouch Protocol Translation Library | 2 | 库 + mtdev-devel | mtdev | Multitouch protocol translation library development package. | Multitouch Protocol Translation Library Development Package | 2 | 库 + mtools | mtools | Mtools is a collection of utilities for accessing MS-DOS files.Mtools allow you to read, write and move around MS-DOS filesystemfiles (normally on MS-DOS floppy disks). Mtools supports Windows95style long file names, OS/2 XDF disks, and 2m disksMtools should be installed if you need to use MS-DOS disks | Programs for accessing MS-DOS disks without mounting the disks | 2 | 工具 + mtr | mtr | MTR combines the functionality of the 'traceroute' and 'ping' programsin a single network diagnostic tool.When MTR is started, it investigates the network connection between thehost MTR runs on and the user-specified destination host. Afterwards itdetermines the address of each network hop between the machines and sendsa sequence of ICMP echo requests to each one to determine the quality ofthe link to each machine. While doing this, it prints running statisticsabout each machine.MTR provides two user interfaces: an ncurses interface, useful for thecommand line, e.g. for SSH sessions; and a GTK interface for X (providedin the mtr-gtk package). | Network diagnostic tool combining 'traceroute' and 'ping' | 3 | 工具 + mtr-gtk | mtr | MTR combines the functionality of the 'traceroute' and 'ping' programsin a single network diagnostic tool. The mtr-gtk package provides theGTK interface for MTR.When MTR is started, it investigates the network connection between thehost MTR runs on and the user-specified destination host. Afterwards itdetermines the address of each network hop between the machines and sendsa sequence of ICMP echo requests to each one to determine the quality ofthe link to each machine. While doing this, it prints running statisticsabout each machine. | GTK interface for MTR | 3 | 工具 + mt-st | mt-st | The mt-st package contains the mt and st tape drive managementprograms. Mt (for magnetic tape drives) and st (for SCSI tape devices)can control rewinding, ejecting, skipping files and blocks and more.Install mt-st if you need a tool to manage tape drives. | Tool for controlling tape drives | 3 | 工具 + munge-devel | munge | Header files for developing using MUNGE. | Development files for uid * gid authentication across a host cluster | 3 | 工具 + munge-libs | munge | Runtime libraries for using MUNGE. | Runtime libs for uid * gid authentication across a host cluster | 3 | 工具 + mupdf | mupdf | MuPDF is a lightweight PDF viewer and toolkit written in portable C.The renderer in MuPDF is tailored for high quality anti-aliasedgraphics. MuPDF renders text with metrics and spacing accurate towithin fractions of a pixel for the highest fidelity in reproducingthe look of a printed page on screen.MuPDF has a small footprint. A binary that includes the standardRoman fonts is only one megabyte. A build with full CJK support(including an Asian font) is approximately seven megabytes.MuPDF has support for all non-interactive PDF 1.7 features, and thetoolkit provides a simple API for accessing the internal structures ofthe PDF document. Example code for navigating interactive links andbookmarks, encrypting PDF files, extracting fonts, images, andsearchable text, and rendering pages to image files is provided. | A lightweight PDF viewer and toolkit | 3 | 工具 + mutter | mutter | Mutter is a window and compositing manager that displays and managesyour desktop via OpenGL. Mutter combines a sophisticated display engineusing the Clutter toolkit with solid window-management logic inheritedfrom the Metacity window manager.While Mutter can be used stand-alone, it is primarily intended to beused as the display core of a larger system such as GNOME Shell. Forthis reason, Mutter is very extensible via plugins, which are used bothto add fancy visual effects and to rework the window managementbehaviors to meet the needs of the environment. | Window and compositing manager based on Clutter | 3 | 服务 + mutter-devel | mutter | Header files and libraries for developing Mutter plugins. Also includesutilities for testing Metacity/Mutter themes. | Development package for mutter | 3 | 服务 + mutter-tests | mutter | The mutter-tests package contains tests that can be used to verifythe functionality of the installed mutter package. | Tests for the mutter package | 3 | 服务 + mysql | mysql | MySQL is a multi-user, multi-threaded SQL database server. MySQL is aclient/server implementation consisting of a server daemon (mysqld)and many different client programs and libraries. The base packagecontains the standard MySQL client programs and generic MySQL files. | MySQL client programs and shared libraries | 3 | 服务 + mysql-common | mysql | The mysql-common package provides the essential shared files for anyMySQL program. You will need to install this package to use any otherMySQL package. | The shared files required for MySQL server and client | 3 | 服务 + mysql-devel | mysql | MySQL is a multi-user, multi-threaded SQL database server. Thispackage contains the libraries and header files that are needed fordeveloping MySQL client applications. | Files for development of MySQL applications | 3 | 服务 + mysql-errmsg | mysql | The package provides error messages files for the MySQL daemon | The error messages files required by MySQL server | 3 | 服务 + mysql-libs | mysql | The mysql-libs package provides the essential shared libraries for anyMySQL client program or interface. You will need to install this packageto use any other MySQL package or any clients that need to connect to aMySQL server. | The shared libraries required for MySQL clients | 3 | 服务 + mysql-selinux | mysql-selinux | This package contains SELinux policy modules for MySQL and MariaDB packages. | SELinux policies for product | 3 | 工具 + mysql-server | mysql | MySQL is a multi-user, multi-threaded SQL database server. MySQL is aclient/server implementation consisting of a server daemon (mysqld)and many different client programs and libraries. This package containsthe MySQL server and some accompanying files and directories. | The MySQL server and related files | 3 | 服务 + mysql-test | mysql | MySQL is a multi-user, multi-threaded SQL database server. Thispackage contains the regression test suite distributed withthe MySQL sources. | The test suite distributed with MySQL | 3 | 服务 + nano | nano | GNU nano is a small and friendly text editor. | A small text editor | 3 | 工具 + nasm | nasm | NASM is the Netwide Assembler, a free portable assembler for the Intel80x86 microprocessor series, using primarily the traditional Intelinstruction mnemonics and syntax. | A portable x86 assembler which uses Intel-like syntax | 3 | 工具 + nasm-doc | nasm | This package contains documentation for the Netwide Assembler (NASM). | Documentation for NASM | 3 | 库 + nautilus | nautilus | Nautilus is the file manager and graphical shell for the GNOME desktopthat makes it easy to manage your files and the rest of your system.It allows to browse directories on local and remote filesystems, previewfiles and launch applications associated with them.It is also responsible for handling the icons on the GNOME desktop. | File manager for GNOME | 3 | 工具 + nautilus-devel | nautilus | This package provides libraries and header files neededfor developing nautilus extensions. | Support for developing nautilus extensions | 3 | 工具 + nautilus-extensions | nautilus | This package provides the libraries used by nautilus extensions. | Nautilus extensions library | 3 | 工具 + ncompress | ncompress | The ncompress package contains the compress and uncompress filecompression and decompression utilities, which are compatible with theoriginal UNIX compress utility (.Z file extensions). These utilitiescan't handle gzipped (.gz file extensions) files, but gzip can handlecompressed files.Install ncompress if you need compression/decompression utilitieswhich are compatible with the original UNIX compress utility. | Fast compression and decompression utilities | 3 | 工具 + ncompress-doc | ncompress | The ncompress-doc package contains documentation files for ncompress. | Documentation files for ncompress | 3 | 工具 + ncurses | ncurses | The curses library routines are a terminal-independent method ofupdating character screens with reasonable optimization. The ncurses(new curses) library is a freely distributable replacement for thediscontinued 4.4 BSD classic curses library.This package contains support utilities, including a terminfo compilertic, a decompiler infocmp, clear, tput, tset, and a termcap conversiontool captoinfo. | Ncurses support utilities | 1 | 库 + ncurses-base | ncurses | This package contains descriptions of common terminals. Other terminaldescriptions are included in the ncurses-term package. | Descriptions of common terminals | 1 | 库 + ncurses-c++-libs | ncurses | The curses library routines are a terminal-independent method ofupdating character screens with reasonable optimization. The ncurses(new curses) library is a freely distributable replacement for thediscontinued 4.4 BSD classic curses library.This package contains C++ bindings of the ncurses ABI version 6 libraries. | Ncurses C++ bindings | 1 | 库 + ncurses-compat-libs | ncurses | The curses library routines are a terminal-independent method ofupdating character screens with reasonable optimization. The ncurses(new curses) library is a freely distributable replacement for thediscontinued 4.4 BSD classic curses library.This package contains the ABI version 5 of the ncurses libraries forcompatibility. | Ncurses compatibility libraries | 1 | 库 + ncurses-devel | ncurses | The header files and libraries for developing applications that usethe ncurses terminal handling library.Install the ncurses-devel package if you want to develop applicationswhich will use ncurses. | Development files for the ncurses library | 1 | 库 + ncurses-libs | ncurses | The curses library routines are a terminal-independent method ofupdating character screens with reasonable optimization. The ncurses(new curses) library is a freely distributable replacement for thediscontinued 4.4 BSD classic curses library.This package contains the ncurses libraries. | Ncurses libraries | 1 | 库 + ncurses-static | ncurses | The ncurses-static package includes static libraries of the ncurses library. | Static libraries for the ncurses library | 1 | 库 + ncurses-term | ncurses | This package contains additional terminal descriptions not found inthe ncurses-base package. | Terminal descriptions | 3 | 库 + ndctl | ndctl | NDCTL (Non-volatile DIMM Control) is a set of tools and utilitiesthat provide a command-line interface for managing non-volatilememory (NVM) devices or NVDIMMs on Linux systems. NVDIMMs are atype of memory that combines the speed of DRAM with the persistenceof storage. They are essentially DIMMs (Dual In-line Memory Modules)with an additional NVM component that enables data persistenceeven in the event of power failure.NDCTL is designed to provide low-level access to the capabilitiesof NVDIMMs and to make the management and configuration of thesedevices easier. It is a user-space utility and does not requirekernel modifications. The tools and utilities included in NDCTLcan be used to create, delete, and resize namespaces, configurememory modes, and monitor the health and status of NVDIMMs.Namespaces are logical partitions of an NVDIMM that can be usedto store data. NDCTL allows users to create and manage namespaceson NVDIMMs. Namespaces can be created in various modes, such as raw,block, or filesystem. The raw mode provides direct access to theNVDIMM memory, while block mode presents the NVDIMM as a block deviceto the operating system. Filesystem mode, on the other hand, providesa filesystem interface to the NVDIMM.Memory mode is another important aspect of NVDIMM management.NDCTL provides tools to configure memory modes such as "memory"mode or "block" mode. In memory mode, the NVDIMM appears as avolatile memory that can be used as system memory, while in blockmode, it appears as a block device that can be used for storage.NDCTL also provides a health monitoring system that can detectany issues with NVDIMMs. The tools can be used to monitor thehealth of NVDIMMs, detect any errors such as uncorrectable memoryerrors, and provide early warning of impending failures. Thiscan help system administrators to take corrective actions beforea failure occurs.NDCTL is an open-source project that is actively maintainedand supported by the Linux community. It supports variousNVDIMM types such as NVDIMM-N, NVDIMM-F, and NVDIMM-P. NDCTLis a powerful tool for managing and configuring NVDIMMs onLinux systems and is widely used in data centers and otherenvironments that require high-performance data persistence. | Manage "libnvdimm" subsystem devices (Non-volatile Memory) | 2 | 工具 + ndctl-devel | ndctl | The ndctl-devel package contains libraries and header files fordeveloping applications that use ndctl. | Development files for libndctl | 2 | 库 + ndctl-libs | ndctl | Libraries for ndctl. | Management library for "libnvdimm" subsystem devices (Non-volatile Memory) | 2 | 工具 + nerdctl | nerdctl | nerdctl is a Docker-compatible CLI for containerd. | Docker-compatible CLI for containerd | 3 | 工具 + nerdctl-doc | nerdctl | Doc pages for nerdctl. | Documents for nerdctl | 3 | 库 + netconsole-service | initscripts | This package provides a service called 'netconsole' which allows loading of thenetconsole kernel module with the configured parameters. The netconsole kernelmodule itself then enables logging of kernel messages over the network. | Service for initializing of network console logging | 2 | 服务 + netpbm | netpbm | The netpbm package contains a library of functions which supportprograms for handling various graphics file formats, including .pbm(portable bitmaps), .pgm (portable graymaps), .pnm (portable anymaps),.ppm (portable pixmaps) and others. | A library for handling different graphics file formats | 3 | 库 + netpbm-devel | netpbm | The netpbm-devel package contains the header files and static libraries,etc., for developing programs which can handle the various graphics fileformats supported by the netpbm libraries.Install netpbm-devel if you want to develop programs for handling thegraphics file formats supported by the netpbm libraries. You'll also needto have the netpbm package installed. | Development tools for programs which will use the netpbm libraries | 3 | 库 + netpbm-progs | netpbm | The netpbm-progs package contains a group of scripts for manipulating thegraphics files in formats which are supported by the netpbm libraries. Forexample, netpbm-progs includes the rasttopnm script, which will convert aSun rasterfile into a portable anymap. Netpbm-progs contains many otherscripts for converting from one graphics file format to another.If you need to use these conversion scripts, you should installnetpbm-progs. You'll also need to install the netpbm package. | Tools for manipulating graphics files in netpbm supported formats | 3 | 库 + netperf | netperf | Netperf is a benchmark that can be used to measure the performance of manydifferent types of networking. It provides tests for both unidirectionalthroughput, and end-to-end latency. | Benchmark to measure the performance of many different types of networking | 3 | 库 + netperf-doc | netperf | The netperf-doc package contains documentation files for netperf. | Documentation files for netperf | 3 | 库 + netronome-firmware | linux-firmware | This package provides firmware for Netronome Smart NICs | Firmware for Netronome Smart NICs | 3 | 服务 + net-snmp | net-snmp | SNMP (Simple Network Management Protocol) is a protocol used fornetwork management. The NET-SNMP project includes various SNMP tools:an extensible agent, an SNMP library, tools for requesting or settinginformation from SNMP agents, tools for generating and handling SNMPtraps, a version of the netstat command which uses SNMP, and a Tk/Perlmib browser. This package contains the snmpd and snmptrapd daemons,documentation, etc.You will probably also want to install the net-snmp-utils package,which contains NET-SNMP utilities. | A collection of SNMP protocol tools and libraries | 3 | 库 + net-snmp-agent-libs | net-snmp | The net-snmp-agent-libs package contains the runtime agent libraries for sharedbinaries and applications. | The NET-SNMP runtime agent libraries | 3 | 库 + net-snmp-devel | net-snmp | The net-snmp-devel package contains the development libraries andheader files for use with the NET-SNMP project's network managementtools.Install the net-snmp-devel package if you would like to developapplications for use with the NET-SNMP project's network managementtools. You'll also need to have the net-snmp and net-snmp-utilspackages installed. | The development environment for the NET-SNMP project | 3 | 库 + net-snmp-gui | net-snmp | The net-snmp-gui package contains tkmib utility, which is a graphical userinterface for browsing the Message Information Bases (MIBs). It is alsocapable of sending or retrieving the SNMP management information to/fromthe remote agents interactively.Install the net-snmp-gui package, if you want to use this interactive utility. | An interactive graphical MIB browser for SNMP | 3 | 库 + net-snmp-libs | net-snmp | The net-snmp-libs package contains the runtime client libraries for sharedbinaries and applications. | The NET-SNMP runtime client libraries | 3 | 库 + net-snmp-perl | net-snmp | The net-snmp-perl package contains the perl files to use SNMP from withinPerl.Install the net-snmp-perl package, if you want to use mib2c or SNMPwith perl. | The perl NET-SNMP module and the mib2c tool | 3 | 库 + net-snmp-utils | net-snmp | The net-snmp-utils package contains various utilities for use with theNET-SNMP network management project.Install this package if you need utilities for managing your networkusing the SNMP protocol. You will also need to install the net-snmppackage. | Network management utilities using SNMP, from the NET-SNMP project | 3 | 库 + nettle | nettle | Nettle is a cryptographic library that is designed to fit easily in moreor less any context: In crypto toolkits for object-oriented languages(C++, Python, Pike, ...), in applications like LSH or GNUPG, or even inkernel space. | A low-level cryptographic library | 2 | 库 + nettle-devel | nettle | Nettle is a cryptographic library that is designed to fit easily in moreor less any context: In crypto toolkits for object-oriented languages(C++, Python, Pike, ...), in applications like LSH or GNUPG, or even inkernel space. This package contains the files needed for developingapplications with nettle. | Development headers for a low-level cryptographic library | 2 | 工具 + net-tools | net-tools | The net-tools package contains basic networking tools,including ifconfig, netstat, route, and others.Most of them are obsolete. For replacement check iproute package. | Basic networking tools | 3 | 工具 + NetworkManager | NetworkManager | NetworkManager is a system service that manages network interfaces andconnections based on user or automatic configuration. It supportsEthernet, Bridge, Bond, VLAN, Team, InfiniBand, Wi-Fi, mobile broadband(WWAN), PPPoE and other devices, and supports a variety of different VPNservices. | Network connection manager and user applications | 2 | 服务 + NetworkManager-adsl | NetworkManager | This package contains NetworkManager support for ADSL devices. | ADSL device plugin for NetworkManager | 2 | 服务 + network-manager-applet | network-manager-applet | network-manager-applet is a graphical user interface (GUI) for the NetworkManagerservice that manages network connections on Linux-based systems.It is a small application that sits in your system tray or notificationarea and provides you with an easy way to manage your network connections. | Tray applet and an advanced network connection editor | 3 | 服务 + network-manager-applet-icons | network-manager-applet | Icon files for network-manager-applet. | Icons for network-manager-applet | 3 | 服务 + NetworkManager-bluetooth | NetworkManager | This package contains NetworkManager support for Bluetooth devices. | Bluetooth device plugin for NetworkManager | 2 | 服务 + NetworkManager-cloud-setup | NetworkManager | Installs a nm-cloud-setup tool that can automatically configureNetworkManager in cloud setups. Currently only EC2 is supported.This tool is still experimental. | Automatically configure NetworkManager in cloud | 2 | 服务 + NetworkManager-config-connectivity-anolis | NetworkManager | This adds a NetworkManager configuration file to enable connectivity checkingvia Anolis infrastructure. | NetworkManager config file for connectivity checking via Anolis servers | 2 | 服务 + NetworkManager-config-server | NetworkManager | This adds a NetworkManager configuration file to make it behave morelike the old "network" service. In particular, it stops NetworkManagerfrom automatically running DHCP on unconfigured ethernet devices, andallows connections with static IP addresses to be brought up even onethernet devices with no carrier.This package is intended to be installed by default for serverdeployments. | NetworkManager config file for "server-like" defaults | 2 | 服务 + NetworkManager-dispatcher-routing-rules | NetworkManager | This adds a NetworkManager dispatcher file to support networkingconfigurations using "/etc/sysconfig/network-scripts/rule-NAME" files(eg, to do policy-based routing). | NetworkManager dispatcher file for advanced routing rules | 2 | 服务 + NetworkManager-initscripts-ifcfg-rh | NetworkManager | Installs a plugin for reading and writing connection profiles usingthe Red Hat ifcfg format in /etc/sysconfig/network-scripts/. | NetworkManager plugin for reading and writing connections in ifcfg-rh format | 2 | 服务 + NetworkManager-initscripts-updown | NetworkManager | Installs alternative ifup/ifdown scripts that talk to NetworkManager.This is only for backward compatibility with initscripts (network-scripts).Preferably use nmcli instead. | Legacy ifup/ifdown scripts for NetworkManager that replace initscripts (network-scripts) | 2 | 服务 + NetworkManager-libnm | NetworkManager | This package contains the libraries that make it easier to use someNetworkManager functionality from applications. | Libraries for adding NetworkManager support to applications. | 2 | 服务 + NetworkManager-libnm-devel | NetworkManager | This package contains the header and pkg-config files for developmentapplications using NetworkManager functionality from applications. | Header files for adding NetworkManager support to applications. | 2 | 服务 + NetworkManager-libreswan | NetworkManager-libreswan | This package contains software for integrating the libreswan VPN softwarewith NetworkManager and the GNOME desktop | NetworkManager VPN plug-in for IPsec VPN | 2 | 库 + NetworkManager-libreswan-doc | NetworkManager-libreswan | The NetworkManager-libreswan-doc package contains documentation files for NetworkManager-libreswan. | Documentation files for NetworkManager-libreswan | 2 | 库 + NetworkManager-libreswan-gnome | NetworkManager-libreswan | This package contains software for integrating VPN capabilities withthe libreswan server with NetworkManager (GNOME files). | NetworkManager VPN plugin for libreswan - GNOME files | 2 | 库 + NetworkManager-ovs | NetworkManager | This package contains NetworkManager support for Open vSwitch bridges. | Open vSwitch device plugin for NetworkManager | 2 | 服务 + NetworkManager-ppp | NetworkManager | This package contains NetworkManager support for PPP. | PPP plugin for NetworkManager | 2 | 服务 + NetworkManager-team | NetworkManager | This package contains NetworkManager support for team devices. | Team device plugin for NetworkManager | 2 | 服务 + NetworkManager-tui | NetworkManager | This adds a curses-based "TUI" (Text User Interface) toNetworkManager, to allow performing some of the operations supportedby nm-connection-editor and nm-applet in a non-graphical environment. | NetworkManager curses-based UI | 2 | 服务 + NetworkManager-wifi | NetworkManager | This package contains NetworkManager support for Wifi and OLPC devices. | Wifi plugin for NetworkManager | 2 | 服务 + NetworkManager-wwan | NetworkManager | This package contains NetworkManager support for mobile broadband (WWAN)devices. | Mobile broadband device plugin for NetworkManager | 2 | 服务 + network-scripts | initscripts | The network-scripts package contains legacy scripts for manipulating networkdevices. It provides a legacy version of 'network' service. This packagecontains the legacy scripts for activating and deactivating most networkinterfaces.The 'network' service is enabled by default after installation ofthis package. If the network-scripts are installed alongside NetworkManager,then the ifup/ifdown commands from network-scripts will be ignored.If both network-scripts and NetworkManager are both installed and the user wants touse ifup/ifdown from NetworkManager primarily, they must execute the command $ update-alternatives --config ifupPlease be aware that running the above command will also deactivate the 'network'service. | Legacy scripts for manipulating of network devices | 2 | 服务 + network-scripts-openvswitch | openvswitch | This provides the ifup and ifdown scripts for use with the legacy networkservice. | Open vSwitch legacy network service support | 3 | 服务 + network-scripts-ppp | ppp | This package provides the ifup and ifdown scripts for use with the legacynetwork service. | PPP legacy network service support | 3 | 服务 + network-scripts-teamd | libteam | This provides the ifup and ifdown scripts for use with the legacy networkservice. | teamd legacy network service support | 3 | 服务 + newt | newt | Newt is a programming library for color text mode, widget based userinterfaces. Newt can be used to add stacked windows, entry widgets,checkboxes, radio buttons, labels, plain text fields, scrollbars,etc., to text mode user interfaces. This package also contains theshared library needed by programs built with newt, as well as a/usr/bin/dialog replacement called whiptail. Newt is based on theslang library. | A library for text mode user interfaces | 3 | 库 + newt-devel | newt | The newt-devel package contains the header files and librariesnecessary for developing applications which use newt. Newt is adevelopment library for text mode user interfaces. Newt is based onthe slang library.Install newt-devel if you want to develop applications which will usenewt. | Newt windowing toolkit development files | 3 | 库 + nfs4-acl-tools | nfs4-acl-tools | This package contains commandline ACL utilities for the LinuxNFSv4 client. | The nfs4 ACL tools | 2 | 工具 + nfs-stats-utils | nfs-utils | Show NFS client Statistics | NFS utilities for supporting clients | 2 | 工具 + nfs-utils | nfs-utils | The nfs-utils package provides a daemon for the kernel NFS server andrelated tools, which provides a much higher level of performance than thetraditional Linux NFS server used by most users.This package also contains the showmount program. Showmount queries themount daemon on a remote host for information about the NFS (Network FileSystem) server on the remote host. For example, showmount can display theclients which are mounted on that host.This package also contains the mount.nfs and umount.nfs program. | NFS utilities and supporting clients and daemons for the kernel NFS server | 2 | 工具 + nfs-utils-coreos | nfs-utils | Minimal NFS utilities for supporting clients | Minimal NFS utilities for supporting clients | 2 | 库 + nfsv4-client-utils | nfs-utils | The nfsv4-client-utils packages provided NFSv4 client support | NFSv4 utilities for supporting client | 2 | 工具 + nftables | nftables | nftables replaces the popular {ip,ip6,arp,eb}tables. This software providesa new in-kernel packet classification framework that is based on anetwork-specific Virtual Machine (VM) and a new nft userspace command line tool.nftables reuses the existing Netfilter subsystems such as the existing hookinfrastructure, the connection tracking system, NAT, userspace queueing and logging subsystem.This software also provides libnftables, the high-level userspace library thatincludes support for JSON, see man (3)libnftables for more information. | Netfilter Tables userspace utilites | 2 | 工具 + nftables-devel | nftables | This package provides the development libraries and header files for the libnftables. | Development tools for libnftables | 2 | 工具 + nghttp2 | nghttp2 | This package contains the HTTP/2 client, server and proxy programs. | Experimental HTTP/2 client, server and proxy | 3 | 库 + nginx | nginx | Nginx is a popular open-source web server and reverse proxy server that wascreated by Igor Sysoev in 2004. It has gained a reputation for being a high-performance, highly scalable software that can handle large amounts of trafficwhile using minimal resources.One of the main reasons for Nginx's popularity is its ability to handle multipleconcurrent connections very efficiently. It can serve static content with easeand also handle dynamic content, making it a suitable choice for a wide range ofwebsites and applications.Nginx can also act as a reverse proxy server, which means it can handle requestson behalf of other web servers. This feature is particularly useful in load-balancing scenarios where multiple web servers are used to handle high-trafficwebsites.Furthermore, Nginx can be used as a load balancer to distribute requests acrossmultiple servers to improve performance and reliability. It can also terminateSSL/TLS connections, which offloads the encryption/decryption process from theweb server and improves performance.Another feature of Nginx is its ability to cache frequently accessed content,which reduces the load on web servers and improves performance. It can alsocompress HTTP responses to reduce the amount of data sent over the network,which also improves performance.Nginx is modular and can be extended with additional modules to add new featuresand functionality. There are many third-party modules available that can beadded to Nginx to customize its behavior for specific use cases.In summary, Nginx is a robust and reliable web server and reverse proxy serverthat can handle high traffic websites and applications. Its efficiency, speed,and scalability make it a popular choice among developers and systemadministrators. | A high performance web server and reverse proxy server | 3 | 服务 + nginx-all-modules | nginx | Meta package that installs all available nginx modules. | A meta package that installs all available Nginx modules | 3 | 服务 + nginx-core | nginx | nginx minimal core | nginx minimal core | 3 | 服务 + nginx-filesystem | nginx | The nginx-filesystem package contains the basic directory layoutfor the Nginx server including the correct permissions for thedirectories. | The basic directory layout for the Nginx server | 3 | 服务 + nginx-mimetypes | mailcap | MIME type mappings for nginx. | MIME type mappings for nginx | 3 | 服务 + nginx-mod-devel | nginx | Nginx module development files. | Nginx module development files | 3 | 服务 + nginx-mod-http-image-filter | nginx | nginx mod-http-image-filter is a module that allows Nginx to resize, crop, rotate,and adjust the quality of images on the fly. With this module enabled, Nginx canact as a powerful image processing server, serving images in a variety of formatsand sizes with minimal overhead.The mod-http-image-filter module integrates with the GD, ImageMagick, and OpenCVlibraries to perform image processing tasks. This means you can choose the librarythat works best for your needs, whether you need to optimize for speed, quality,or compatibility with specific image formats.Once the module is enabled and configured, Nginx can automatically process incomingimage requests according to the parameters specified in the URL. For example, youcan request an image in a specific size or format, or apply a crop or rotation toan image.In addition to resizing and manipulating individual images, mod-http-image-filtercan also be used to generate image thumbnails and create image galleries. Thismakes it a useful tool for building websites that rely heavily on images, such asphotography or e-commerce sites.Overall, nginx mod-http-image-filter is a flexible and powerful module that cansignificantly enhance the image processing capabilities of your web server. Whetheryou need to resize images on the fly or generate complex image galleries, thismodule can help you achieve your goals with ease. | Nginx HTTP image filter module | 3 | 服务 + nginx-mod-http-perl | nginx | nginx mod-http-perl is a module that allows you to extend Nginx'sfunctionality using the Perl programming language. With this moduleenabled, you can write Perl scripts that can be executed directly withinthe Nginx server, giving you greater flexibility and control over how yourserver handles requests.The mod-http-perl module provides a range of hooks that allow your Perlscripts to interact with Nginx at various stages of the request handlingprocess. For example, you can use the module to manipulate request headers,modify response status codes, or even dynamically generate content on thefly.One of the major benefits of using Perl with Nginx is the ability to performcomplex text processing tasks. Perl is known for its powerful regularexpression capabilities, and you can use these features to perform advancedstring matching and replacement operations within your Nginx server.Another key advantage of using mod-http-perl is the ability to reuse existingPerl code within your Nginx server. If you have existing Perl scripts ormodules that you use for other projects, you can easily incorporate theminto your Nginx server to extend its capabilities.Overall, nginx mod-http-perl is a powerful tool for extending thefunctionality of your Nginx server. Whether you need to perform complex textprocessing tasks or interact with external APIs and databases, this modulecan help you achieve your goals with ease. | Nginx HTTP perl module | 3 | 库 + nginx-mod-http-xslt-filter | nginx | Nginx mod-http-xslt-filter is a module that allows you to transform XMLdocuments using XSLT (Extensible Stylesheet Language Transformations)within Nginx. With this module enabled, you can use XSLT stylesheetsto transform XML documents into different formats, such as HTML, XHTML,or even plain text.The mod-http-xslt-filter module provides a range of configuration optionsthat allow you to specify the location of your XSLT stylesheets, as wellas the input and output formats for your XML documents. Additionally, youcan use the module to perform various XSLT transformations, such as copying,selecting, and modifying nodes within your XML documents.One of the major benefits of using mod-http-xslt-filter is the ability toperform XML transformations directly within Nginx, without the need foradditional middleware or servers. This can help to improve your server'sperformance and reduce latency, as well as allowing you to simplify yourarchitecture by consolidating your XML transformation logic in one place.Another key advantage of using mod-http-xslt-filter is the flexibility itprovides in terms of XSLT stylesheet management. You can easily swap out orupdate your stylesheets as needed, without having to modify your underlyingapplication code. This can help to streamline your development and deploymentprocesses, and allow you to quickly respond to changing business requirements.Overall, nginx mod-http-xslt-filter is a powerful tool for transforming XMLdocuments within your Nginx server. Whether you need to convert XML to HTMLfor display in a web browser, or transform complex XML data into simplerformats for consumption by other systems, this module can help you achieveyour goals with ease. | Nginx XSLT module | 3 | 库 + nginx-mod-mail | nginx | mod-mail is a module that enables email proxy and filtering capabilities withinNginx. It allows Nginx to act as a mail server, handling incoming and outgoing emailtraffic, as well as providing filtering and routing rules.With the mod-mail module, Nginx can proxy incoming email traffic to other mail servers,such as Microsoft Exchange, IMAP or SMTP servers, and SMTP relays. It can also act asa front-end mail gateway, filtering and scanning incoming emails for spam, viruses,and other threats before forwarding them to the appropriate email server.One of the key benefits of using the mod-mail module is the ability to configure emailfiltering rules based on various criteria, such as sender, recipient, subject,attachment type, and more. This allows administrators to enforce policies andrestrictions on incoming and outgoing email traffic, helping to protect theirorganization's network and data.Additionally, mod-mail allows for flexible routing of email traffic based on variousparameters, such as domain name, sender or recipient address, and more. This can helporganizations achieve better control over their email traffic and ensure that messagesare delivered to the appropriate mail server.Overall, Nginx mod-mail is a powerful module that can help organizations improve theiremail infrastructure and security by providing filtering, routing, and proxycapabilities within Nginx. | Nginx mail modules | 3 | 工具 + nginx-mod-stream | nginx | mod-stream is a module that provides stream processing capabilities withinNginx. It allows Nginx to act as a TCP/UDP proxy, load balancer, and trafficshaper, providing enhanced performance, scalability, and flexibility for networktraffic handling.With the mod-stream module, Nginx can handle various types of network traffic,including HTTP, HTTPS, SMTP, DNS, and more. It can proxy incoming traffic tomultiple backend servers, balancing the load across them to ensure optimalperformance and availability.In addition to load balancing, mod-stream also provides traffic shapingcapabilities, allowing administrators to prioritize and control network trafficbased on various criteria, such as source/destination IP addresses, ports,protocols, and more. This helps organizations to optimize their networkperformance, minimize latency and packet loss, and ensure that criticalapplications and services receive the necessary bandwidth.Another key feature of mod-stream is its support for SSL/TLS encryption anddecryption, enabling Nginx to act as a secure gateway for TCP/UDP traffic. Thishelps to protect sensitive data and ensure secure communication between clientsand backend servers.Overall, Nginx mod-stream is a powerful module that can provide enhanced networktraffic handling capabilities within Nginx, improving performance, scalability,and security for organizations. | Nginx stream modules | 3 | 库 + ninja-build | ninja-build | Ninja is a small build system with a focus on speed. It differs from otherbuild systems in two major respects: it is designed to have its input filesgenerated by a higher-level build system, and it is designed to run builds asfast as possible. | Small build system with a focus on speed | 3 | 工具 + ninja-build-doc | ninja-build | The ninja-build-doc package contains documentations for ninja-build. | Documentation for ninja-build | 3 | 工具 + nload | nload | nload is a console application which monitors network traffic and bandwidthusage in real time. It visualizes the in and outgoing traffic using two graphsand provides additional info like total amount of transfered data and min/maxnetwork usage. | A tool can monitor network traffic and bandwidth usage in real time | 3 | 工具 + nload-doc | nload | This package contains documentation for developer documentation for nload. | Documentation files for nload | 3 | 库 + nmap | nmap | Nmap is a utility for network exploration or security auditing. It supportsping scanning (determine which hosts are up), many port scanning techniques(determine what services the hosts are offering), and TCP/IP fingerprinting(remote host operating system identification). Nmap also offers flexible targetand port specification, decoy scanning, determination of TCP sequencepredictability characteristics, reverse-identd scanning, and more. In additionto the classic command-line nmap executable, the Nmap suite includes a flexibledata transfer, redirection, and debugging tool (netcat utility ncat), a utilityfor comparing scan results (ndiff), and a packet generation and responseanalysis tool (nping). | Network exploration tool and security scanner | 2 | 工具 + nmap-ncat | nmap | Ncat is a feature packed networking utility which will read andwrite data across a network from the command line. It uses bothTCP and UDP for communication and is designed to be a reliableback-end tool to instantly provide network connectivity to otherapplications and users. Ncat will not only work with IPv4 and IPv6but provides the user with a virtually limitless number of potentialuses. | Nmap's Netcat replacement | 2 | 工具 + nm-connection-editor | network-manager-applet | This package contains a network configuration editor and Bluetooth modemutility for use with NetworkManager. | A network connection configuration editor for NetworkManager | 2 | 工具 + nodejs | nodejs | Node.js is a platform built on Chrome's JavaScript runtimefor easily building fast, scalable network applications.Node.js uses an event-driven, non-blocking I/O model thatmakes it lightweight and efficient, perfect for data-intensivereal-time applications that run across distributed devices. | JavaScript runtime | 3 | 库 + nodejs-devel | nodejs | Development headers for the Node.js JavaScript runtime. | JavaScript runtime - development headers | 3 | 库 + nodejs-docs | nodejs | The API documentation for the Node.js JavaScript runtime. | Node.js API documentation | 3 | 库 + nodejs-full-i18n | nodejs | Optional data files to provide full-icu support for Node.js. Remove thispackage to save space if non-English locales are not needed. | Non-English locale data for Node.js | 3 | 库 + nodejs-libs | nodejs | Libraries to support Node.js and provide stable v8 interfaces. | Node.js and v8 libraries | 3 | 库 + nodejs-packaging | nodejs-packaging | This package contains RPM macros and other utilities useful for packagingNode.js modules and applications in RPM-based distributions. | RPM Macros and Utilities for Node.js Packaging | 3 | 库 + nodejs-packaging-bundler | nodejs-packaging | nodejs-packaging-bundler bundles a node.js application node_module dependenciesIt gathers the application tarball.It generates a runtime (prod) tarball with runtime node_module dependenciesIt generates a testing (dev) tarball with node_module dependencies for testingIt generates a bundled license file that gets the licenses in the runtimedependency tarball | Bundle a node.js application dependencies | 3 | 库 + noslate-anode | noslate-anode | Node.js is a platform built on Chrome's JavaScript runtimefor easily building fast, scalable network applications.Node.js uses an event-driven, non-blocking I/O model thatmakes it lightweight and efficient, perfect for data-intensivereal-time applications that run across distributed devices. | JavaScript runtime | 3 | 库 + noslate-anode-devel | noslate-anode | Development headers for the Node.js JavaScript runtime. | JavaScript runtime - development headers | 3 | 库 + noslate-anode-libs | noslate-anode | Libraries to support Node.js and provide stable v8 interfaces. | Node.js and v8 libraries | 3 | 库 + noslate-anode-npm | noslate-anode | npm is a package manager for node.js. You can use it to install and publishyour node programs. It manages dependencies and does other cool stuff. | Node.js Package Manager | 3 | 库 + npm | nodejs | npm is a package manager for node.js. You can use it to install and publishyour node programs. It manages dependencies and does other cool stuff. | Node.js Package Manager | 3 | 库 + npth | npth | nPth is a non-preemptive threads implementation using an API very similarto the one known from GNU Pth. It has been designed as a replacement ofGNU Pth for non-ancient operating systems. In contrast to GNU Pth is isbased on the system's standard threads implementation. Thus nPth allowsthe use of libraries which are not compatible to GNU Pth. | The New GNU Portable Threads library | 2 | 库 + npth-devel | npth | This package contains libraries and header files fordeveloping applications that use npth. | Development files for npth | 3 | 库 + nspr | nspr | NSPR provides platform independence for non-GUI operating systemfacilities. These facilities include threads, thread synchronization,normal file and network I/O, interval timing and calendar time, basicmemory management (malloc and free) and shared library linking. | Netscape Portable Runtime | 2 | 库 + nspr-devel | nspr | Header files for doing development with the Netscape Portable Runtime. | Development libraries for the Netscape Portable Runtime | 2 | 库 + nss | nss | Network Security Services (NSS) is a set of libraries designed tosupport cross-platform development of security-enabled client andserver applications. Applications built with NSS can support SSL v2and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509v3 certificates, and other security standards. | Network Security Services | 2 | 库 + nss_db | glibc | The nss_db Name Service Switch module uses hash-indexed filesin /var/db to speed up user, group, service, host name,and other NSS-based lookups. | Name Service Switch (NSS) module using hash-indexed files | 2 | 库 + nss_hesiod | glibc | The nss_hesiod Name Service Switch module uses the Domain Name System(DNS) as a source for user, group, and service information,following the Hesiod convention of Project Athena. | Name Service Switch (NSS) module using Hesiod | 2 | 库 + nss_wrapper | nss_wrapper | There are projects which provide daemons needing to be able to create, modifyand delete Unix users. Or just switch user ids to interact with the system e.g.a user space file server. To be able to test that you need the privilege tomodify the passwd and groups file. With nss_wrapper it is possible to defineyour own passwd and groups file which will be used by software to act correctlywhile under test.If you have a client and server under test they normally use functions toresolve network names to addresses (dns) or vice versa. The nss_wrappers allowyou to create a hosts file to setup name resolution for the addresses you usewith socket_wrapper.To use it set the following environment variables:LD_PRELOAD=libuid_wrapper.soNSS_WRAPPER_PASSWD=/path/to/passwdNSS_WRAPPER_GROUP=/path/to/groupNSS_WRAPPER_HOSTS=/path/to/hostThis package doesn't have a devel package cause this project is fordevelopment/testing. | A wrapper for the user, group and hosts NSS API | 2 | 库 + nss_wrapper-doc | nss_wrapper | The nss_wrapper-doc package contains documentation files for nss_wrapper. | Documentation files for nss_wrapper | 2 | 库 + nss_wrapper-libs | nss_wrapper | The nss_wrapper-libs package provides only the shared library.For a minimal footprint, install just this package. | nss_library shared library only | 2 | 库 + nss-altfiles | nss-altfiles | When installed, this package allows looking up usersin %{prefix}/lib/passwd, similarly, groups in %{prefix}/lib/group. | NSS module to look up users in /usr/lib/passwd too | 2 | 库 + nss-devel | nss | The nss-devel provides Header and Library files for doing developmentwith Network Security Services. | Development libraries for Network Security Services | 2 | 库 + nss-mdns | nss-mdns | nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality ofthe GNU C Library (glibc) providing host name resolution via Multicast DNS(aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowingname resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local.nss-mdns provides client functionality only, which means that you have torun a mDNS responder daemon separately from nss-mdns if you want to registerthe local host name via mDNS (e.g. Avahi). | glibc plugin for .local name resolution | 2 | 库 + nss-mdns-doc | nss-mdns | The nss-mdns-doc package contains documentation files for nss-mdns. | Documentation files for nss-mdns | 2 | 库 + nss-pkcs11-devel | nss | The nss-pkcs11-devel provides Library files for developing PKCS #11modules using basic NSS low level services. | Development libraries for PKCS #11 (Cryptoki) using NSS | 2 | 库 + nss-softokn | nss | Network Security Services Softoken Cryptographic Module | Network Security Services Softoken Module | 2 | 库 + nss-softokn-devel | nss | The nss-softokn-devel provides header and library files for doingdevelopment with Network Security Services. | Development libraries for Network Security Services | 2 | 库 + nss-softokn-freebl | nss | NSS Softoken Cryptographic Module Freebl LibraryInstall the nss-softokn-freebl package if you need the freebl library. | Freebl library for the Network Security Services | 2 | 库 + nss-softokn-freebl-devel | nss | NSS Softoken Cryptographic Module Freebl Library Development ToolsThis package supports special needs of some PKCS #11 module developers andis otherwise considered private to NSS. As such, the programming interfacesmay change and the usual NSS binary compatibility commitments do not apply.Developers should rely only on the officially supported NSS public API. | Header and Library files for doing development with the Freebl library for NSS | 2 | 库 + nss-sysinit | nss | Default Operating System module that manages applications loadingNSS globally on the system. This module loads the system definedPKCS #11 modules for NSS and chains with other NSS modules to loadany system or user configured modules. | System NSS Initialization | 2 | 库 + nss-tools | nss | The nss-tools provides tools for the Network Security Services.Install the nss-tools package if you need command-line tools tomanipulate the NSS certificate and key database. | Tools for the Network Security Services | 2 | 服务 + nss-util | nss | The nss-util provides Utilities for Network Security Services andthe Softoken module | Network Security Services Utilities Library | 2 | 库 + nss-util-devel | nss | The nss-util-devel provides Header and library files for doing developmentwith Network Security Services. | Development libraries for Network Security Services Utilities | 2 | 库 + ntfs-3g | ntfs-3g | NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFSdriver for Linux and many other operating systems. It provides safehandling of the Windows XP, Windows Server 2003, Windows 2000, WindowsVista, Windows Server 2008 and Windows 7 NTFS file systems. NTFS-3G cancreate, remove, rename, move files, directories, hard links, and streams;it can read and write normal and transparently compressed files, includingstreams and sparse files; it can handle special files like symbolic links,devices, and FIFOs, ACL, extended attributes; moreover it provides fullfile access right and ownership support. | Linux NTFS userspace driver | 2 | 服务 + ntfs-3g-devel | ntfs-3g | Headers and libraries for developing applications that use ntfs-3gfunctionality. | Development files and libraries for ntfs-3g | 2 | 服务 + ntfs-3g-libs | ntfs-3g | Libraries for applications to use ntfs-3g functionality. | Runtime libraries for ntfs-3g | 2 | 服务 + ntfs-3g-system-compression | ntfs-3g-system-compression | NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFSdriver for Linux and many other operating systems.System compression, also known as "Compact OS", is a Windows feature thatallows rarely modified files to be compressed using the XPRESS or LZXcompression formats.This RPM package includes a plugin for the NTFS-3G FUSE driver. The pluginallows the driver to read system-compressed files transparently. Currently,the plugin only supports reading and does not provide compression. However,users can compress an already existing file using the "compact" utility ona Windows system. | NTFS-3G plugin for reading "system compressed" files | 2 | 服务 + ntfsprogs | ntfs-3g | The ntfsprogs package currently consists of a library and utilities such asmkntfs, ntfscat, ntfsls, ntfsresize, and ntfsundelete (for a full list ofincluded utilities see man 8 ntfsprogs after installation). | NTFS filesystem libraries and utilities | 2 | 服务 + ntsysv | chkconfig | Ntsysv is a command-line utility in Linux that provides a simple interfacefor configuring runlevel services which are also configurable throughchkconfig. It configures which system services are started or stoppedin various runlevels instead of directly manipulating the numerous symboliclinks in /etc/rc.d. By default, it configures the current runlevel (5 ifyou’re using X) | A ultility to manipulate state of system services in a runlevel | 2 | 工具 + numactl | numactl | Simple NUMA policy support. It consists of a numactl program to runother programs with a specific NUMA policy. | Library for tuning for Non Uniform Memory Access machines | 2 | 工具 + numactl-devel | numactl | Provides development headers for numa library calls | Development package for building Applications that use numa | 2 | 库 + numactl-libs | numactl | numactl-libs provides libnuma, a library to do allocations withNUMA policy in applications. | libnuma libraries | 2 | 工具 + numad | numad | Numad, a daemon for NUMA (Non-Uniform Memory Architecture) systems,that monitors NUMA characteristics and manages placement of processesand memory to minimize memory latency and thus provide optimum performance. | NUMA user daemon | 2 | 服务 + numatop | numatop | NumaTOP is an observation tool for runtime memory locality characterization andanalysis of processes and threads running on a NUMA system. It helps the usercharacterize the NUMA behavior of processes and threads and identify where theNUMA-related performance bottlenecks reside.NumaTOP supports the Intel Xeon processors and PowerPC processors. | Memory access locality characterization and analysis | 2 | 工具 + numatop-doc | numatop | The numatop-doc package contains documentation files for numatop. | Documentation files for numatop | 3 | 库 + nv-codec-headers | nv-codec-headers | FFmpeg version of headers required to interface with Nvidias codec APIs. | FFmpeg version of Nvidia Codec SDK headers | 3 | 库 + nv-codec-headers-doc | nv-codec-headers | The nv-codec-headers-doc package contains documentation files for nv-codec-headers. | Documentation files for nv-codec-headers | 3 | 库 + nvme-cli | nvme-cli | nvme-cli provides NVM-Express user space tooling for Linux. | NVMe management command line interface | 2 | 工具 + nydus-rs | nydus-rs | Nydus - the Dragonfly image service, providing fast, secure and easy access to container images. | Nydus image service | 3 | 服务 + nydus-snapshotter | nydus-snapshotter | Nydus Snapshotter - A containerd snapshotter with data deduplication and lazy loading | A containerd snapshotter with data deduplication and lazy loading | 3 | 服务 + oathtool | oath-toolkit | A command line tool for generating and validating OTPs. | A command line tool for generating and validating OTPs | 3 | 服务 + objectweb-asm | objectweb-asm | ASM is an all purpose Java bytecode manipulation and analysisframework. It can be used to modify existing classes or dynamicallygenerate classes, directly in binary form. Provided commontransformations and analysis algorithms allow to easily assemblecustom complex transformations and code analysis tools. | Java bytecode manipulation and analysis framework | 3 | 库 + objenesis | objenesis | Objenesis is a small Java library that serves one purpose: to instantiatea new object of a particular class.Java supports dynamic instantiation of classes using Class.newInstance();however, this only works if the class has an appropriate constructor. Thereare many times when a class cannot be instantiated this way, such as whenthe class contains constructors that require arguments, that have side effects,and/or that throw exceptions. As a result, it is common to see restrictionsin libraries stating that classes must require a default constructor.Objenesis aims to overcome these restrictions by bypassing the constructoron object instantiation. Needing to instantiate an object without callingthe constructor is a fairly specialized task, however there are certain caseswhen this is useful:* Serialization, Remoting and Persistence - Objects need to be instantiated and restored to a specific state, without invoking code.* Proxies, AOP Libraries and Mock Objects - Classes can be sub-classed without needing to worry about the super() constructor.* Container Frameworks - Objects can be dynamically instantiated in non-standard ways. | A library for instantiating Java objects | 3 | 库 + objenesis-javadoc | objenesis | This package contains the API documentation for objenesis. | Javadoc for objenesis | 3 | 库 + ocaml | ocaml | OCaml is a high-level, strongly-typed, functional and object-orientedprogramming language from the ML family of languages.This package comprises two batch compilers (a fast bytecode compilerand an optimizing native-code compiler), an interactive toplevel system,parsing tools (Lex,Yacc), a replay debugger, a documentation generator,and a comprehensive library. | OCaml compiler and programming environment | 3 | 库 + ocaml-alcotest | ocaml-alcotest | Alcotest is a lightweight and colorful test framework.Alcotest exposes a simple interface to perform unit tests, including asimple `TESTABLE` module type, a `check` function to assert testpredicates, and a `run` function to perform a list of `unit -> unit`test callbacks.Alcotest provides quiet and colorful output where only faulty runs arefully displayed at the end of the run (with the full logs ready toinspect), with a simple (yet expressive) query language to select thetests to run. | Lightweight and colorful test framework for OCaml | 3 | 库 + ocaml-alcotest-devel | ocaml-alcotest | The ocaml-alcotest-devel package contains libraries and signature files fordeveloping applications that use ocaml-alcotest. | Development files for ocaml-alcotest | 3 | 库 + ocaml-alcotest-doc | ocaml-alcotest | The ocaml-alcotest-doc package contains documentation files for ocaml-alcotest. | Documentation files for ocaml-alcotest | 3 | 库 + ocaml-astring | ocaml-astring | Astring exposes an alternative `String` module for OCaml. This moduletries to balance minimality and expressiveness for basic, index-free,string processing and provides types and functions for substrings,string sets and string maps.Remaining compatible with the OCaml `String` module is a non-goal. The`String` module exposed by Astring has exception safe functions,removes deprecated and rarely used functions, alters some signaturesand names, adds a few missing functions and fully exploits OCaml'snewfound string immutability. | Alternative String module for OCaml | 3 | 库 + ocaml-astring-devel | ocaml-astring | The ocaml-astring-devel package contains libraries and signature files fordeveloping applications that use ocaml-astring. | Development files for ocaml-astring | 3 | 库 + ocaml-astring-doc | ocaml-astring | The ocaml-astring-doc package contains documentation files for ocaml-astring. | Documentation files for ocaml-astring | 3 | 库 + ocaml-augeas | ocaml-augeas | Augeas is a unified system for editing arbitrary configurationfiles. This provides complete OCaml bindings for Augeas. | OCaml bindings for Augeas configuration API | 3 | 库 + ocaml-augeas-devel | ocaml-augeas | The ocaml-augeas-devel package contains libraries and signature files fordeveloping applications that use ocaml-augeas. | Development files for ocaml-augeas | 3 | 库 + ocaml-base | ocaml-base | Base is a standard library for OCaml. It provides a standard set ofgeneral purpose modules that are well-tested, performant, andfully-portable across any environment that can run OCaml code. Unlikeother standard library projects, Base is meant to be used as a wholesalereplacement of the standard library distributed with the OCaml compiler.In particular it makes different choices and doesn't re-export featuresthat are not fully portable such as I/O, which are left to otherlibraries. | Jane Street standard library for OCaml | 3 | 库 + ocaml-base-devel | ocaml-base | The ocaml-base-devel package contains libraries and signature files fordeveloping applications that use ocaml-base. | Development files for ocaml-base | 3 | 库 + ocaml-base-doc | ocaml-base | The ocaml-base-doc package contains documentation files for ocaml-base. | Documentation files for ocaml-base | 3 | 库 + ocaml-bigarray-compat | ocaml-bigarray-compat | Bigarray-compat is an OCaml library that exposes `Stdlib.Bigarray` whenpossible (OCaml >= 4.07) but can fallback to `Bigarray`. The compabilitybigarray module is exposed under `Bigarray_compat`. | Compatibility library to use Stdlib.Bigarray when possible | 3 | 库 + ocaml-bigarray-compat-devel | ocaml-bigarray-compat | The ocaml-bigarray-compat-devel package contains libraries and signaturefiles for developing applications that use ocaml-bigarray-compat. | Development files for ocaml-bigarray-compat | 3 | 库 + ocaml-bigarray-compat-doc | ocaml-bigarray-compat | The ocaml-bigarray-compat-doc package contains documentation files for ocaml-bigarray-compat. | Documentation files for ocaml-bigarray-compat | 3 | 库 + ocaml-bisect-ppx | ocaml-bisect-ppx | Bisect_ppx is a code coverage tool for OCaml. It helps you testthoroughly by showing which parts of your code are *not* tested. It isa small preprocessor that inserts instrumentation at places in yourcode, such as if-then-else and match expressions. After you run tests,Bisect_ppx gives a nice HTML report showing which places were visitedand which were missed.Usage is simple - add package bisect_ppx when building tests, run yourtests, then run the Bisect_ppx report tool on the generated visitationfiles. | Code coverage for OCaml and Reason | 3 | 工具 + ocaml-bisect-ppx-devel | ocaml-bisect-ppx | The ocaml-bisect-ppx-devel package contains libraries and signature files fordeveloping applications that use ocaml-bisect-ppx. | Development files for ocaml-bisect-ppx | 3 | 库 + ocaml-bisect-ppx-doc | ocaml-bisect-ppx | The ocaml-bisect-ppx-doc package contains documentation files for ocaml-bisect-ppx. | Documentation files for ocaml-bisect-ppx | 3 | 库 + ocaml-calendar | ocaml-calendar | Objective Caml library for managing dates and times. | Objective Caml library for managing dates and times | 3 | 库 + ocaml-calendar-devel | ocaml-calendar | The ocaml-calendar-devel package contains libraries and signature files fordeveloping applications that use ocaml-calendar. | Development files for ocaml-calendar | 3 | 库 + ocaml-calendar-doc | ocaml-calendar | The ocaml-calendar-doc package contains documentation files for ocaml-calendar. | Documentation files for ocaml-calendar | 3 | 库 + ocaml-cinaps | ocaml-cinaps | Cinaps is a trivial Metaprogramming tool for OCaml using the OCamltoplevel.It is intended for two purposes:- when you want to include a bit of generated code in a file, but writing a proper generator/ppx rewriter is not worth it;- when you have many repeated blocks of similar code in your program, to help writing and maintaining them.It is not intended as a general preprocessor, and in particular can onlybe used to generate static code that is independent of the system. | Trivial Metaprogramming tool using the OCaml toplevel | 3 | 工具 + ocaml-cinaps-devel | ocaml-cinaps | The ocaml-cinaps-devel package contains libraries and signature files fordeveloping applications that use ocaml-cinaps. | Development files for ocaml-cinaps | 3 | 库 + ocaml-cinaps-doc | ocaml-cinaps | The ocaml-cinaps-doc package contains documentation files for ocaml-cinaps. | Documentation files for ocaml-cinaps | 3 | 库 + ocaml-cmdliner | ocaml-cmdliner | Cmdliner allows the declarative definition of command lineinterfaces for OCaml.It provides a simple and compositional mechanism to convertcommand line arguments to OCaml values and pass them to yourfunctions. The module automatically handles syntax errors,help messages and UNIX man page generation. It supportsprograms with single or multiple commands and respectsmost of the POSIX and GNU conventions.Cmdliner has no dependencies and is distributed underthe ISC license. | Declarative definition of command line interfaces for OCaml | 3 | 库 + ocaml-cmdliner-devel | ocaml-cmdliner | The ocaml-cmdliner-devel package contains libraries and signature files fordeveloping applications that use ocaml-cmdliner. | Development files for ocaml-cmdliner | 3 | 库 + ocaml-cmdliner-doc | ocaml-cmdliner | The ocaml-cmdliner-doc package contains documentation files for ocaml-cmdliner. | Documentation files for ocaml-cmdliner | 3 | 库 + ocaml-compiler-libs | ocaml | OCaml is a high-level, strongly-typed, functional and object-orientedprogramming language from the ML family of languages.This package contains some modules used internally by the OCamlcompilers, useful for the development of some OCaml applications.Note that this exposes internal details of the OCaml compiler whichmay not be portable between versions. | Compiler libraries for OCaml | 3 | 库 + ocaml-compiler-libs-janestreet | ocaml-compiler-libs-janestreet | This package exposes the OCaml compiler libraries repackaged underthe toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, etc. | OCaml compiler libraries repackaged | 3 | 库 + ocaml-compiler-libs-janestreet-devel | ocaml-compiler-libs-janestreet | The ocaml-compiler-libs-janestreet-devel package contains libraries andsignature files for developing applications that useocaml-compiler-libs-janestreet. | Development files for ocaml-compiler-libs-janestreet | 3 | 库 + ocaml-compiler-libs-janestreet-doc | ocaml-compiler-libs-janestreet | The ocaml-compiler-libs-janestreet-doc package contains documentation files for ocaml-compiler-libs-janestreet. | Documentation files for ocaml-compiler-libs-janestreet | 3 | 库 + ocaml-cppo | ocaml-cppo | Cppo is an equivalent of the C preprocessor targeted at the OCamllanguage and its variants.The main purpose of cppo is to provide a lightweight tool for simplemacro substitution (#define) and file inclusion (#include) for theoccasional case when this is useful in OCaml. Processing specificsections of files by calling external programs is also possible via#ext directives.The implementation of cppo relies on the standard library of OCaml andon the standard parsing tools Ocamllex and Ocamlyacc, which contributeto the robustness of cppo across OCaml versions. | Equivalent of the C preprocessor for OCaml programs | 3 | 库 + ocaml-cppo-doc | ocaml-cppo | The ocaml-cppo-doc package contains documentation files for ocaml-cppo. | Documentation files for ocaml-cppo | 3 | 库 + ocaml-cppo-ocamlbuild | ocaml-cppo | This package contains a plugin for ocamlbuild that enables calling cppoat build time. To use it, call ocamlbuild with the argument`-plugin-tag package(cppo_ocamlbuild)`. | Preprocessing plugin for ocamlbuild | 3 | 库 + ocaml-csexp | ocaml-csexp | This project provides minimal support for parsing and printingS-expressions in canonical form, which is a very simple and canonicalbinary encoding of S-expressions. | Parsing and printing of S-expressions in canonical form | 3 | 库 + ocaml-csexp-devel | ocaml-csexp | The ocaml-csexp-devel package contains libraries and signature files fordeveloping applications that use ocaml-csexp. | Development files for ocaml-csexp | 3 | 库 + ocaml-csexp-doc | ocaml-csexp | The ocaml-csexp-doc package contains documentation files for ocaml-csexp. | Documentation files for ocaml-csexp | 3 | 库 + ocaml-ctypes | ocaml-ctypes | Ctypes is a library for binding to C libraries using pure OCaml. Theprimary aim is to make writing C extensions as straightforward aspossible.The core of ctypes is a set of combinators for describing the structureof C types -- numeric types, arrays, pointers, structs, unions andfunctions. You can use these combinators to describe the types of thefunctions that you want to call, then bind directly to those functions --all without writing or generating any C! | Combinators for binding to C libraries without writing any C | 3 | 库 + ocaml-ctypes-devel | ocaml-ctypes | The ocaml-ctypes-devel package contains libraries and signaturefiles for developing applications that use ocaml-ctypes. | Development files for ocaml-ctypes | 3 | 库 + ocaml-ctypes-doc | ocaml-ctypes | The ocaml-ctypes-doc package contains developer documentation forocaml-ctypes. | Documentation for ocaml-ctypes | 3 | 库 + ocaml-curses | ocaml-curses | OCaml bindings for ncurses. | OCaml bindings for ncurses | 3 | 库 + ocaml-curses-devel | ocaml-curses | The ocaml-curses-devel package contains libraries and signature files fordeveloping applications that use ocaml-curses. | Development files for ocaml-curses | 3 | 库 + ocaml-curses-doc | ocaml-curses | The ocaml-curses-doc package contains documentation files for ocaml-curses. | Documentation files for ocaml-curses | 3 | 库 + ocaml-dune | ocaml-dune | Dune is a build system designed for OCaml/Reason projects only. It focuseson providing the user with a consistent experience and takes care of most ofthe low-level details of OCaml compilation. All you have to do is provide adescription of your project and Dune will do the rest.The scheme it implements is inspired from the one used inside Jane Street andadapted to the open source world. It has matured over a long time and is useddaily by hundred of developers, which means that it is highly tested andproductive. | A composable build system for OCaml | 3 | 工具 + ocaml-dune-devel | ocaml-dune | The ocaml-dune-devel package contains libraries andsignature files for developing applications that use ocaml-dune. | Development files for ocaml-dune | 3 | 工具 + ocaml-dune-doc | ocaml-dune | HTML documentation for dune, a composable build system for OCaml. | HTML documentation for ocaml-dune | 3 | 库 + ocaml-dune-emacs | ocaml-dune | The ocaml-dune-devel package contains Emacs integration with the dune buildsystem, a mode to edit dune files, and flymake support for dune files. | Emacs support for ocaml-dune | 3 | 工具 + ocaml-fileutils | ocaml-fileutils | This library is intended to provide a basic interface to the mostcommon file and filename operations. It provides several differentfilename functions: reduce, make_absolute, make_relative... It alsoenables you to manipulate real files: cp, mv, rm, touch...It is separated into two modules: SysUtil and SysPath. The first onemanipulates real files, the second one is made for manipulatingabstract filenames. | OCaml library for common file and filename operations | 3 | 库 + ocaml-fileutils-devel | ocaml-fileutils | The ocaml-fileutils-devel package contains libraries and signature files fordeveloping applications that use ocaml-fileutils. | Development files for ocaml-fileutils | 3 | 库 + ocaml-fileutils-doc | ocaml-fileutils | The ocaml-fileutils-doc package contains documentation files for ocaml-fileutils. | Documentation files for ocaml-fileutils | 3 | 库 + ocaml-findlib | ocaml-findlib | Objective CAML package manager and build helper. | Objective CAML package manager and build helper | 3 | 库 + ocaml-findlib-devel | ocaml-findlib | The ocaml-findlib-devel package contains libraries and header files fordeveloping applications that use ocaml-findlib. | Development files for ocaml-findlib | 3 | 库 + ocaml-findlib-doc | ocaml-findlib | The ocaml-findlib-doc package contains documentation files for ocaml-findlib. | Documentation files for ocaml-findlib | 3 | 库 + ocaml-fmt | ocaml-fmt | Fmt exposes combinators to devise `Format` pretty-printing functions.Fmt depends only on the OCaml standard library. The optional Fmt_ttylibrary that enables setting up formatters for terminal color outputdepends on the Unix library. The optional Fmt_cli library that providescommand line support for Fmt depends on Cmdliner. | OCaml Format pretty-printer combinators | 3 | 库 + ocaml-fmt-devel | ocaml-fmt | The ocaml-fmt-devel package contains libraries and signature files fordeveloping applications that use ocaml-fmt. | Development files for ocaml-fmt | 3 | 库 + ocaml-fmt-doc | ocaml-fmt | The ocaml-fmt-doc package contains documentation files for ocaml-fmt. | Documentation files for ocaml-fmt | 3 | 库 + ocaml-gettext | ocaml-gettext | Ocaml-gettext provides support for internationalization of Ocamlprograms.Constraints :* provides a pure Ocaml implementation,* the API should be as close as possible to GNU gettext,* provides a way to automatically extract translatable strings from Ocaml source code. | OCaml library for i18n | 3 | 库 + ocaml-gettext-devel | ocaml-gettext | The ocaml-gettext-devel package contains libraries and signature files fordeveloping applications that use ocaml-gettext. | Development files for ocaml-gettext | 3 | 库 + ocaml-gettext-doc | ocaml-gettext | The ocaml-gettext-doc package contains documentation files for ocaml-gettext. | Documentation files for ocaml-gettext | 3 | 库 + ocaml-hivex | hivex | ocaml-hivex contains OCaml bindings for hivex.This is for toplevel and scripting access only. To compile OCamlprograms which use hivex you will also need ocaml-hivex-devel. | OCaml bindings for hivex | 3 | 库 + ocaml-hivex-devel | hivex | ocaml-hivex-devel contains development librariesrequired to use the OCaml bindings for hivex. | OCaml bindings for hivex | 3 | 库 + ocaml-integers | ocaml-integers | The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bitsigned and unsigned integer types, together with aliases such as `long`and `size_t` whose sizes depend on the host platform. | Various signed and unsigned integer types for OCaml | 3 | 库 + ocaml-integers-devel | ocaml-integers | The ocaml-integers-devel package contains libraries and signaturefiles for developing applications that use ocaml-integers. | Development files for ocaml-integers | 3 | 库 + ocaml-integers-doc | ocaml-integers | The ocaml-integers-doc package contains documentation files for ocaml-integers. | Documentation files for ocaml-integers | 3 | 库 + ocaml-labltk | ocaml-labltk | labltk or mlTk is a library for interfacing OCaml with the scriptinglanguage Tcl/Tk (all versions since 8.0.3, but no betas). | Tcl/Tk interface for OCaml | 3 | 库 + ocaml-labltk-devel | ocaml-labltk | labltk or mlTk is a library for interfacing OCaml with the scriptinglanguage Tcl/Tk (all versions since 8.0.3, but no betas).This package contains the development files. | Tcl/Tk interface for OCaml | 3 | 库 + ocaml-labltk-doc | ocaml-labltk | The ocaml-labltk-doc package contains documentation files for ocaml-labltk. | Documentation files for ocaml-labltk | 3 | 库 + ocaml-libguestfs | libguestfs | ocaml-libguestfs contains OCaml bindings for libguestfs.This is for toplevel and scripting access only. To compile OCamlprograms which use libguestfs you will also need ocaml-libguestfs-devel. | OCaml bindings for libguestfs | 3 | 库 + ocaml-libguestfs-devel | libguestfs | ocaml-libguestfs-devel contains development librariesrequired to use the OCaml bindings for libguestfs. | OCaml bindings for libguestfs | 3 | 库 + ocaml-libvirt | ocaml-libvirt | OCaml binding for libvirt. | OCaml binding for libvirt | 3 | 库 + ocaml-libvirt-devel | ocaml-libvirt | The ocaml-libvirt-devel package contains libraries and signature files fordeveloping applications that use ocaml-libvirt. | Development files for ocaml-libvirt | 3 | 库 + ocaml-libvirt-doc | ocaml-libvirt | The ocaml-libvirt-doc package contains documentation files for ocaml-libvirt. | Documentation files for ocaml-libvirt | 3 | 库 + ocaml-luv | ocaml-luv | Luv is a binding to libuv, the cross-platform C library that doesasynchronous I/O in Node.js and runs its main loop.Besides asynchronous I/O, libuv also supports multiprocessing andmultithreading. Multiple event loops can be run in different threads.Libuv also exposes a lot of other functionality, amounting to a full OSAPI, and an alternative to the standard module Unix. | OCaml binding to libuv for cross-platform asynchronous I/O | 3 | 库 + ocaml-luv-devel | ocaml-luv | The ocaml-luv-devel package contains libraries and signaturefiles for developing applications that use ocaml-luv. | Development files for ocaml-luv | 3 | 库 + ocaml-luv-doc | ocaml-luv | The ocaml-luv-doc package contains documentation files for ocaml-luv. | Documentation files for ocaml-luv | 3 | 库 + ocaml-lwt | ocaml-lwt | Lwt is a lightweight thread library for Objective Caml. This libraryis part of the Ocsigen project. | OCaml lightweight thread library | 3 | 库 + ocaml-lwt-devel | ocaml-lwt | The ocaml-lwt-devel package contains libraries and signature files fordeveloping applications that use ocaml-lwt. | Development files for ocaml-lwt | 3 | 库 + ocaml-lwt-doc | ocaml-lwt | The ocaml-lwt-doc package contains documentation files for ocaml-lwt. | Documentation files for ocaml-lwt | 3 | 库 + ocaml-lwt-luv | ocaml-lwt | This package contains a libuv engine for lwt. | Libuv engine for lwt | 3 | 工具 + ocaml-lwt-luv-devel | ocaml-lwt | The ocaml-lwt-luv-devel package contains libraries and signature files fordeveloping applications that use ocaml-lwt-luv. | Development files for ocaml-lwt-luv | 3 | 库 + ocaml-lwt-ppx | ocaml-lwt | PPX syntax for Lwt, providing something similar to async/await from JavaScript. | PPX syntax for Lwt | 3 | 库 + ocaml-lwt-ppx-devel | ocaml-lwt | The ocaml-lwt-ppx-devel package contains libraries and signature files fordeveloping applications that use ocaml-lwt-ppx. | Development files for ocaml-lwt-ppx | 3 | 库 + ocaml-lwt-react | ocaml-lwt | Helpers for using React with Lwt. | Helpers for using React with Lwt | 3 | 工具 + ocaml-lwt-react-devel | ocaml-lwt | The ocaml-lwt-react-devel package contains libraries and signature files fordeveloping applications that use ocaml-lwt-react. | Development files for ocaml-lwt-react | 3 | 库 + ocaml-mmap | ocaml-mmap | This project provides a Mmap.map_file functions for mapping filesin memory. This function is the same as the Unix.map_file functionadded in OCaml >= 4.06. | File mapping functionality | 3 | 工具 + ocaml-mmap-devel | ocaml-mmap | The ocaml-mmap-devel package contains libraries andsignature files for developing applications that use ocaml-mmap. | Development files for ocaml-mmap | 3 | 库 + ocaml-mmap-doc | ocaml-mmap | The ocaml-mmap-doc package contains documentation files for ocaml-mmap. | Documentation files for ocaml-mmap | 3 | 库 + ocaml-ocamlbuild | ocaml-ocamlbuild | OCamlbuild is a build tool for building OCaml libraries and programs. | Build tool for OCaml libraries and programs | 3 | 库 + ocaml-ocamlbuild-devel | ocaml-ocamlbuild | This package contains development files for ocaml-ocamlbuild. | Development files for ocaml-ocamlbuild | 3 | 库 + ocaml-ocamlbuild-doc | ocaml-ocamlbuild | This package contains the manual for ocaml-ocamlbuild. | Documentation for ocaml-ocamlbuild | 3 | 库 + ocaml-ocamldoc | ocaml | Documentation generator for OCaml. | Documentation generator for OCaml | 3 | 库 + ocaml-ocplib-endian | ocaml-ocplib-endian | Optimized functions to read and write int16/32/64 from strings,bytes and bigarrays, based on primitives added in version 4.01.The library implements three modules:- EndianString works directly on strings, and provides submodules BigEndian and LittleEndian, with their unsafe counterparts;- EndianBytes works directly on bytes, and provides submodules BigEndian and LittleEndian, with their unsafe counterparts;- EndianBigstring works on bigstrings (Bigarrays of chars), and provides submodules BigEndian and LittleEndian, with their unsafe counterparts. | Functions to read/write int16/32/64 from strings, bigarrays | 3 | 库 + ocaml-ocplib-endian-devel | ocaml-ocplib-endian | The ocaml-ocplib-endian-devel package contains libraries andsignature files for developing applications that use ocaml-ocplib-endian. | Development files for ocaml-ocplib-endian | 3 | 库 + ocaml-ocplib-endian-doc | ocaml-ocplib-endian | The ocaml-ocplib-endian-doc package contains documentation files for ocaml-ocplib-endian. | Documentation files for ocaml-ocplib-endian | 3 | 库 + ocaml-ounit | ocaml-ounit | OUnit is a unit test framework for OCaml. It allows one to easily createunit-tests for OCaml code. It is loosely based on HUnit, a unit testingframework for Haskell. It is similar to JUnit, and other xUnit testingframeworks. | Unit test framework for OCaml | 3 | 库 + ocaml-ounit-devel | ocaml-ounit | The ocaml-ounit-devel package contains libraries and signature files fordeveloping applications that use ocaml-ounit. | Development files for ocaml-ounit | 3 | 库 + ocaml-ounit-doc | ocaml-ounit | The ocaml-ounit-doc package contains documentation files for ocaml-ounit. | Documentation files for ocaml-ounit | 3 | 库 + ocaml-ounit-lwt | ocaml-ounit | This package contains helper functions for building Lwt tests usingOUnit. | Helper functions for building Lwt tests using OUnit | 3 | 工具 + ocaml-ounit-lwt-devel | ocaml-ounit | The ocaml-ounit-lwt-devel package contains libraries and signaturefiles for developing applications that use ocaml-ounit-lwt. | Development files for ocaml-ounit-lwt | 3 | 库 + ocaml-ppx-derivers | ocaml-ppx-derivers | Ppx_derivers is a tiny package whose sole purpose is to allowppx_deriving and ppx_type_conv to inter-operate gracefully whenlinked as part of the same ocaml-migrate-parsetree driver. | Deriving plugin registry | 3 | 库 + ocaml-ppx-derivers-devel | ocaml-ppx-derivers | The ocaml-ppx-derivers-devel package contains libraries and signature files fordeveloping applications that use ocaml-ppx-derivers. | Development files for ocaml-ppx-derivers | 3 | 库 + ocaml-ppx-derivers-doc | ocaml-ppx-derivers | The ocaml-ppx-derivers-doc package contains documentation files for ocaml-ppx-derivers. | Documentation files for ocaml-ppx-derivers | 3 | 库 + ocaml-ppxlib | ocaml-ppxlib | The ppxlib project provides the basis for the ppx system, which iscurrently the officially supported method for meta-programming in Ocaml.It offers a principled way to generate code at compile time in OCamlprojects. It features:- an OCaml AST / parser/ pretty-printer snapshot, to create a full frontend independent of the version of OCaml;- a library for ppx rewriters in general, and type-driven code generators in particular;- a full-featured driver for OCaml AST transformers;- a quotation mechanism for writing values representing OCaml AST in the OCaml syntax;- a generator of open recursion classes from type definitions. | Base library and tools for ppx rewriters | 3 | 库 + ocaml-ppxlib-devel | ocaml-ppxlib | The ocaml-ppxlib-devel package contains libraries andsignature files for developing applications that useocaml-ppxlib. | Development files for ocaml-ppxlib | 3 | 库 + ocaml-ppxlib-doc | ocaml-ppxlib | The ocaml-ppxlib-doc package contains documentation files for ocaml-ppxlib. | Documentation files for ocaml-ppxlib | 3 | 库 + ocaml-re | ocaml-re | A pure OCaml regular expression library. Supports Perl-style regularexpressions, Posix extended regular expressions, Emacs-style regularexpressions, and shell-style file globbing. It is also possible tobuild regular expressions by combining simpler regular expressions.There is also a subset of the PCRE interface available in the Re.pcrelibrary. | A regular expression library for OCaml | 3 | 库 + ocaml-react | ocaml-react | React is an OCaml module for functional reactive programming (FRP). Itprovides support to program with time varying values : declarativeevents and signals. React doesn't define any primitive event orsignal; it lets the client choose the concrete timeline.React is made of a single, independent module and distributed underthe ISC license.Given an absolute notion of time Rtime helps you to manage a timelineand provides time stamp events, delayed events and delayed signals. | OCaml framework for Functional Reactive Programming (FRP) | 3 | 库 + ocaml-react-devel | ocaml-react | The ocaml-react-devel package contains libraries and signature files fordeveloping applications that use ocaml-react. | Development files for ocaml-react | 3 | 库 + ocaml-react-doc | ocaml-react | The ocaml-react-doc package contains documentation files for ocaml-react. | Documentation files for ocaml-react | 3 | 库 + ocaml-re-devel | ocaml-re | The ocaml-re-devel package contains libraries and signature files fordeveloping applications that use ocaml-re. | Development files for ocaml-re | 3 | 库 + ocaml-re-doc | ocaml-re | The ocaml-re-doc package contains documentation files for ocaml-re. | Documentation files for ocaml-re | 3 | 库 + ocaml-result | ocaml-result | Projects that want to use the new result type defined inOCaml >= 4.03 while staying compatible with older versionsof OCaml should use the Result module defined in this library. | Compat result type | 3 | 库 + ocaml-result-devel | ocaml-result | The ocaml-result-devel package contains libraries and signaturefiles for developing applications that use ocaml-result. | Development files for ocaml-result | 3 | 库 + ocaml-result-doc | ocaml-result | The ocaml-result-doc package contains documentation files for ocaml-result. | Documentation files for ocaml-result | 3 | 库 + ocaml-runtime | ocaml | OCaml is a high-level, strongly-typed, functional and object-orientedprogramming language from the ML family of languages.This package contains the runtime environment needed to run OCamlbytecode. | OCaml runtime environment | 3 | 库 + ocaml-seq | ocaml-seq | Compatibility package for OCaml's standard iterator type starting from 4.07. | Compatibility package for OCaml's standard iterator type | 3 | 库 + ocaml-seq-devel | ocaml-seq | The ocaml-seq-devel package contains libraries and signature files fordeveloping applications that use ocaml-seq. | Development files for ocaml-seq | 3 | 库 + ocaml-seq-doc | ocaml-seq | The ocaml-seq-doc package contains documentation files for ocaml-seq. | Documentation files for ocaml-seq | 3 | 库 + ocaml-sexplib0 | ocaml-sexplib0 | This package contains a library with the definition of S-expressions andsome base converters. | Definition of S-expressions and some base converters | 3 | 库 + ocaml-sexplib0-devel | ocaml-sexplib0 | The ocaml-sexplib0-devel package contains libraries and signature files fordeveloping applications that use ocaml-sexplib0. | Development files for ocaml-sexplib0 | 3 | 库 + ocaml-sexplib0-doc | ocaml-sexplib0 | The ocaml-sexplib0-doc package contains documentation files for ocaml-sexplib0. | Documentation files for ocaml-sexplib0 | 3 | 库 + ocaml-srpm-macros | ocaml-srpm-macros | This package contains macros needed by RPM in order to buildSRPMS. It does not pull in any other OCaml dependencies. | OCaml architecture macros | 3 | 库 + ocaml-stdio | ocaml-stdio | Stdio provides input/output functions for OCaml. It re-exports thebuffered channels of the stdlib distributed with OCaml but with someimprovements. | Jane Street Standard I/O library for OCaml | 3 | 库 + ocaml-stdio-devel | ocaml-stdio | The ocaml-stdio-devel package contains libraries and signature files fordeveloping applications that use ocaml-stdio. | Development files for ocaml-stdio | 3 | 库 + ocaml-stdio-doc | ocaml-stdio | The ocaml-stdio-doc package contains documentation files for ocaml-stdio. | Documentation files for ocaml-stdio | 3 | 库 + ocaml-topkg | ocaml-topkg | Topkg is a packager for distributing OCaml software. It provides anAPI to describe the files a package installs in a given buildconfiguration and to specify information about the package'sdistribution, creation and publication procedures. | The transitory OCaml software packager | 3 | 库 + ocaml-topkg-devel | ocaml-topkg | The ocaml-topkg-devel package contains libraries and signature files fordeveloping applications that use ocaml-topkg. | Development files for ocaml-topkg | 3 | 库 + ocaml-topkg-doc | ocaml-topkg | The ocaml-topkg-doc package contains documentation files for ocaml-topkg. | Documentation files for ocaml-topkg | 3 | 库 + ocaml-uutf | ocaml-uutf | Uutf is a non-blocking streaming codec to decode and encode the UTF-8,UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently workcharacter by character without blocking on I/O. Decoders performcharacter position tracking and support newline normalization.Functions are also provided to fold over the characters of UTF-encodedOCaml string values and to directly encode characters in OCaml Buffer.tvalues. | Non-blocking streaming Unicode codec for OCaml | 3 | 库 + ocaml-uutf-devel | ocaml-uutf | The ocaml-uutf-devel package contains libraries and signature files fordeveloping applications that use ocaml-uutf. | Development files for ocaml-uutf | 3 | 库 + ocaml-uutf-doc | ocaml-uutf | The ocaml-uutf-doc package contains documentation files for ocaml-uutf. | Documentation files for ocaml-uutf | 3 | 库 + oniguruma | oniguruma | oniguruma is a regular expression engine library that is written in C programminglanguage. It was originally developed by K. Kosako to be used in the Rubyprogramming language, but it can be used in other programming languages aswell.oniguruma provides a powerful and flexible way of working with regularexpressions, which are patterns used to match and manipulate text. Itsupports a wide range of regular expression syntaxes, including POSIX,Perl, and Ruby, and provides many useful features such as capturing,back-referencing, lookahead/lookbehind assertions, and more.Supported character encodings:ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, EUC-JP, EUC-TW,EUC-KR, EUC-CN, Shift_JIS, Big5, GB18030, KOI8-R, CP1251, ISO-8859-1,ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7,ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-11, ISO-8859-13,ISO-8859-14, ISO-8859-15, ISO-8859-16 | Regular expressions library | 3 | 库 + oniguruma-devel | oniguruma | The oniguruma-devel package contains libraries and header files fordeveloping applications that use oniguruma. | Development files for oniguruma | 3 | 库 + openal-soft | openal-soft | OpenAL Soft is a cross-platform software implementation of the OpenAL 3Daudio API. It's built off of the open-sourced Windows version availableoriginally from the SVN repository at openal.org. OpenAL providescapabilities for playing audio in a virtual 3d environment. Distanceattenuation, doppler shift, and directional sound emitters are amongthe features handled by the API. More advanced effects, including airabsorption, low-pass filters, and reverb, are available through theEFX extension. It also facilitates streaming audio, multi-channel buffers,and audio capture. | Open Audio Library | 3 | 库 + openal-soft-devel | openal-soft | The openal-soft-devel package contains libraries and header files fordeveloping applications that use openal-soft. | Development files for openal-soft | 3 | 库 + openal-soft-doc | openal-soft | Doc files for openal-soft | Doc files for openal-soft | 3 | 库 + openal-soft-examples | openal-soft | Sample applications for OpenAl Soft. | Sample applications for OpenAl Soft | 3 | 库 + openal-soft-qt | openal-soft | The openal-soft-qt package contains alsoft-config, a Qt-based toolfor configuring OpenAL features. | Qt frontend for configuring OpenAL Soft | 3 | 库 + openblas | openblas | OpenBLAS is an optimized BLAS (Basic Linear Algebra Subprograms) library based on GotoBLAS2 1.13 BSD version.For a general introduction to the BLAS routines, please refer to the extensive documentation oftheir reference implementation hosted at netlib: https://www.netlib.org/blas. On that site you willlikewise find documentation for the reference implementation of the higher-level library LAPACK -the Linear Algebra Package that comes included with OpenBLAS. If you are looking for a general primeror refresher on Linear Algebra, the set of six 20-minute lecture videos by Prof. Gilbert Strang on eitherMIT OpenCourseWare https://ocw.mit.edu/resources/res-18-010-a-2020-vision-of-linear-algebra-spring-2020/ orYoutube https://www.youtube.com/playlist?list=PLUl4u3cNGP61iQEFiWLE21EJCxwmWvvek may be helpful. | An optimized BLAS library based on GotoBLAS2 | 3 | 库 + openblas-devel | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the development headers and libraries. | Development headers and libraries for OpenBLAS | 3 | 库 + openblas-openmp | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the library compiled with OpenMP support with32-bit integer interface. | An optimized BLAS library based on GotoBLAS2, OpenMP version | 3 | 库 + openblas-openmp64 | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the library compiled with OpenMP support and64-bit integer interface. | An optimized BLAS library based on GotoBLAS2, OpenMP version | 3 | 库 + openblas-openmp64_ | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the library compiled with OpenMP support and64-bit integer interface and a symbol name suffix. | An optimized BLAS library based on GotoBLAS2, OpenMP version | 3 | 库 + openblas-serial | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the sequential library compiled with a 32-bitinteger interface. | An optimized BLAS library based on GotoBLAS2, serial version | 3 | 库 + openblas-serial64 | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the sequential library compiled with a 64-bitinteger interface. | An optimized BLAS library based on GotoBLAS2, serial version | 3 | 库 + openblas-serial64_ | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the sequential library compiled with a 64-bitinteger interface and a symbol name suffix. | An optimized BLAS library based on GotoBLAS2, serial version | 3 | 库 + openblas-srpm-macros | openblas-srpm-macros | OpenBLAS architecture macros. | OpenBLAS architecture macros | 3 | 库 + openblas-static | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the static libraries. | Static version of OpenBLAS | 3 | 库 + openblas-threads | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the library compiled with threading support anda 32-bit integer interface. | An optimized BLAS library based on GotoBLAS2, pthreads version | 3 | 库 + openblas-threads64 | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the library compiled with threading support and64-bit integer interface. | An optimized BLAS library based on GotoBLAS2, pthreads version | 3 | 库 + openblas-threads64_ | openblas | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \version. The project is supported by the Lab of Parallel Software and \Computational Science, ISCAS. http://www.rdcps.ac.cnThis package contains the library compiled with threading support and64-bit integer interface and a symbol name suffix. | An optimized BLAS library based on GotoBLAS2, pthreads version | 3 | 库 + opencl-filesystem | opencl-filesystem | This package provides some directories required by packages which use OpenCL. | OpenCL filesystem layout | 3 | 库 + opencl-headers | opencl-headers | OpenCL (Open Computing Language) header files. | OpenCL (Open Computing Language) header files | 3 | 库 + opencsd | opencsd | This library provides an API suitable for the decode of ARM(r)CoreSight(tm) trace streams. | An open source CoreSight(tm) Trace Decode library | 3 | 工具 + opencsd-devel | opencsd | The opencsd-devel package contains headers and libraries neededto develop CoreSight(tm) trace decoders. | Development files for the CoreSight(tm) Trace Decode library | 3 | 库 + OpenEXR-devel | OpenEXR | Development files for OpenEXR. | Development files for OpenEXR | 3 | 库 + OpenEXR-libs | OpenEXR | OpenEXR is an open-source high-dynamic-range floating-point image file formatfor high-quality image processing and storage. This document presents a briefoverview of OpenEXR and explains concepts that are specific to this format.OpenEXR Features:* High dynamic range and color precision. Support for 16-bit floating-point,* 32-bit floating-point, and 32-bit integer pixels.* Multiple image compression algorithms, both lossless and lossy. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. The lossy codecs have been tuned for visual quality and decoding performance.* Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.* Support for stereoscopic image workflows and a generalization to multi-views.* Flexible support for deep data: pixels can store a variable-length list of samples and, thus, it is possible to store multiple values at different depths for each pixel. Hard surfaces and volumetric data representations are accommodated.* Multipart: ability to encode separate, but related, images in one file. This allows for access to individual parts without the need to read other parts in the file.* Versioning: OpenEXR source allows for user configurable C++ namespaces to provide protection when using multiple versions of the library in the same process space.The IlmBase Library:Also a part of OpenEXR, the IlmBase library is a basic, light-weight, andefficient representation of 2D and 3D vectors and matrices and other simple butuseful mathematical objects, functions, and data types common in computergraphics applications, including the “half” 16-bit floating-point type. | OpenEXR Libraries | 3 | 库 + openjade | openjade | OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL(Document Style Semantics and Specification Language). OpenJade isbased on James Clark's Jade implementation of DSSSL. OpenJade is acommand-line application and a set of components. The DSSSL engineinputs an SGML or XML document and can output a variety of formats:XML, RTF, TeX, MIF (FrameMaker), SGML, or XML. | A DSSSL implementation | 3 | 库 + openjpeg2 | openjpeg2 | The OpenJPEG library is an open-source JPEG 2000 library developed in order topromote the use of JPEG 2000.This package contains* JPEG 2000 codec compliant with the Part 1 of the standard (Class-1 Profile-1 compliance).* JP2 (JPEG 2000 standard Part 2 - Handling of JP2 boxes and extended multiple component transforms for multispectral and hyperspectral imagery) | C-Library for JPEG 2000 | 3 | 库 + openjpeg2-devel | openjpeg2 | The openjpeg2-devel package contains libraries and header files for developingapplications that use OpenJPEG 2. | Development files for OpenJPEG 2 | 3 | 库 + openjpeg2-tools | openjpeg2 | Command line tools for JPEG 2000 file manipulation, using OpenJPEG2: * opj2_compress * opj2_decompress * opj2_dump | OpenJPEG 2 command line tools | 3 | 库 + openldap | openldap | OpenLDAP is an open source suite of LDAP (Lightweight Directory AccessProtocol) applications and development tools. LDAP is a set ofprotocols for accessing directory services (usually phone book styleinformation, but other information is possible) over the Internet,similar to the way DNS (Domain Name System) information is propagatedover the Internet. The openldap package contains configuration files,libraries, and documentation for OpenLDAP. | LDAP support libraries | 2 | 服务 + openldap-clients | openldap | OpenLDAP is an open-source suite of LDAP (Lightweight Directory AccessProtocol) applications and development tools. LDAP is a set ofprotocols for accessing directory services (usually phone book styleinformation, but other information is possible) over the Internet,similar to the way DNS (Domain Name System) information is propagatedover the Internet. The openldap-clients package contains the clientprograms needed for accessing and modifying OpenLDAP directories. | LDAP client utilities | 2 | 服务 + openldap-compat | openldap | The openldap-compat package contains shared libraries named as libldap-2.4.so,libldap_r-2.4.so, liblber-2.4.so and libslapi-2.4.so.The libraries are just links to the current version shared libraries,and are available for compatibility reasons. | Package providing legacy non-threaded libldap | 2 | 库 + openldap-devel | openldap | The openldap-devel package includes the development libraries andheader files needed for compiling applications that use LDAP(Lightweight Directory Access Protocol) internals. LDAP is a set ofprotocols for enabling directory services over the Internet. Installthis package only if you plan to develop or will need to compilecustomized LDAP clients. | LDAP development libraries and header files | 3 | 服务 + openldap-servers | openldap | OpenLDAP is an open-source suite of LDAP (Lightweight Directory AccessProtocol) applications and development tools. LDAP is a set ofprotocols for accessing directory services (usually phone book styleinformation, but other information is possible) over the Internet,similar to the way DNS (Domain Name System) information is propagatedover the Internet. This package contains the slapd server and related files. | LDAP server | 2 | 服务 + openmpi | openmpi | Open MPI is an open source, freely available implementation of both theMPI-1 and MPI-2 standards, combining technologies and resources fromseveral other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) inorder to build the best MPI library available. A completely new MPI-2compliant implementation, Open MPI offers advantages for system andsoftware vendors, application developers, and computer scienceresearchers. For more information, see http://www.open-mpi.org/ . | Open Message Passing Interface | 3 | 库 + openmpi-devel | openmpi | Contains development headers and libraries for openmpi. | Development files for openmpi | 3 | 库 + opensc | opensc | OpenSC provides a set of libraries and utilities to work with smart cards. Itsmain focus is on cards that support cryptographic operations, and facilitatetheir use in security applications such as authentication, mail encryption anddigital signatures. OpenSC implements the PKCS#11 API so applicationssupporting this API (such as Mozilla Firefox and Thunderbird) can use it. Onthe card OpenSC implements the PKCS#15 standard and aims to be compatible withevery software/card that does so, too. | Smart card library and applications | 3 | 库 + openscap | openscap | OpenSCAP is a set of open source libraries providing an easier pathfor integration of the SCAP line of standards. SCAP is a line of standardsmanaged by NIST with the goal of providing a standard languagefor the expression of Computer Network Defense related information. | Set of open source libraries enabling integration of the SCAP line of standards | 3 | 库 + openscap-containers | openscap | Tool for scanning Atomic containers. | Utils for scanning containers | 3 | 工具 + openscap-devel | openscap | The openscap-devel package contains libraries and header files fordeveloping applications that use openscap. | Development files for openscap | 3 | 库 + openscap-doc | openscap | The openscap-doc package contains documentation files for openscap. | Documentation files for openscap | 3 | 库 + openscap-engine-sce | openscap | The Script Check Engine is non-standard extension to SCAP protocol. Thisengine allows content authors to avoid OVAL language and write their assessmentcommands using a scripting language (Bash, Perl, Python, Ruby, ...). | Script Check Engine plug-in for OpenSCAP | 3 | 库 + openscap-engine-sce-devel | openscap | The openscap-engine-sce-devel package contains libraries and header filesfor developing applications that use openscap-engine-sce. | Development files for openscap-engine-sce | 3 | 库 + openscap-python3 | openscap | The openscap-python3 package contains the bindings so that openscaplibraries can be used by python3. | Python 3 bindings for openscap | 3 | 库 + openscap-scanner | openscap | The openscap-scanner package contains oscap command-line tool. The oscapis configuration and vulnerability scanner, capable of performingcompliance checking using SCAP content. | OpenSCAP Scanner Tool (oscap) | 3 | 库 + openscap-utils | openscap | The openscap-utils package contains command-line tools build on topof OpenSCAP library. Historically, openscap-utils included oscaptool which is now separated to openscap-scanner sub-package. | OpenSCAP Utilities | 3 | 库 + opensm | opensm | OpenSM is the OpenIB project's Subnet Manager for Infiniband networks.The subnet manager is run as a system daemon on one of the machines inthe infiniband fabric to manage the fabric's routing state. This packagealso contains various tools for diagnosing and testing Infiniband networksthat can be used from any machine and do not need to be run on a machinerunning the opensm daemon. | OpenIB InfiniBand Subnet Manager and management utilities | 1 | 工具 + opensm-devel | opensm | Development environment for the opensm libraries | Development files for the opensm-libs libraries | 1 | 库 + opensm-doc | opensm | Doc files for opensm | Doc files for opensm | 3 | 库 + opensm-libs | opensm | Shared libraries for Infiniband user space access | Libraries used by opensm and included utilities | 3 | 工具 + opensm-static | opensm | Static version of opensm libraries | Static version of the opensm libraries | 1 | 库 + opensp | opensp | OpenSP is an implementation of the ISO/IEC 8879:1986 standard SGML(Standard Generalized Markup Language). OpenSP is based on JamesClark's SP implementation of SGML. OpenSP is a command-lineapplication and a set of components, including a generic API. | SGML and XML parser | 3 | 库 + opensp-devel | opensp | Header files and libtool library for developing applications that use OpenSP. | Files for developing applications that use OpenSP | 3 | 库 + openssh | openssh | SSH (Secure SHell) is a program for logging into and executingcommands on a remote machine. SSH is intended to replace rlogin andrsh, and to provide secure encrypted communications between twountrusted hosts over an insecure network. X11 connections andarbitrary TCP/IP ports can also be forwarded over the secure channel.OpenSSH is OpenBSD's version of the last free version of SSH, bringingit up to date in terms of security and features.This package includes the core files necessary for both the OpenSSHclient and server. To make this package useful, you should alsoinstall openssh-clients, openssh-server, or both. | An open source implementation of SSH protocol version 2 | 2 | 服务 + openssh-askpass | openssh | OpenSSH is a free version of SSH (Secure SHell), a program for logginginto and executing commands on a remote machine. This package containsan X11 passphrase dialog for OpenSSH. | A passphrase dialog for OpenSSH and X | 3 | 服务 + openssh-clients | openssh | OpenSSH is a free version of SSH (Secure SHell), a program for logginginto and executing commands on a remote machine. This package includesthe clients necessary to make encrypted connections to SSH servers. | An open source SSH client applications | 2 | 服务 + openssh-keycat | openssh | OpenSSH mls keycat is backend for using the authorized keys in theopenssh in the mls mode. | A mls keycat backend for openssh | 2 | 服务 + openssh-server | openssh | OpenSSH is a free version of SSH (Secure SHell), a program for logginginto and executing commands on a remote machine. This package containsthe secure shell daemon (sshd). The sshd daemon allows SSH clients tosecurely connect to your SSH server. | An open source SSH server daemon | 2 | 服务 + openssl | openssl | The OpenSSL toolkit provides support for secure communications betweenmachines. OpenSSL includes a certificate management tool and sharedlibraries which provide various cryptographic algorithms andprotocols. | Utilities from the general purpose cryptography library with TLS implementation | 1 | 工具 + openssl1.1 | openssl1.1 | The OpenSSL toolkit provides support for secure communications betweenmachines. This version of OpenSSL package contains only the librariesfrom the 1.1.1 version and is provided for compatibility with previousreleases. | Compatibility version of the OpenSSL library | 3 | 库 + openssl1.1-devel | openssl1.1 | OpenSSL is a toolkit for supporting cryptography. The openssl-develpackage contains include files needed to develop applications whichsupport various cryptographic algorithms and protocols. | Files for development of applications which will use OpenSSL | 1 | 工具 + openssl-devel | openssl | OpenSSL is a toolkit for supporting cryptography. The openssl-develpackage contains include files needed to develop applications whichsupport various cryptographic algorithms and protocols. | Files for development of applications which will use OpenSSL | 1 | 工具 + openssl-libs | openssl | OpenSSL is a toolkit for supporting cryptography. The openssl-libspackage contains the libraries that are used by various applications whichsupport cryptographic algorithms and protocols. | A general purpose cryptography library with TLS implementation | 1 | 工具 + openssl-perl | openssl | OpenSSL is a toolkit for supporting cryptography. The openssl-perlpackage provides Perl scripts for converting certificates and keysfrom other formats to the formats used by the OpenSSL toolkit. | Perl scripts provided with OpenSSL | 1 | 工具 + openssl-pkcs11 | openssl-pkcs11 | The PKCS#11 API is an abstract API to perform operations on cryptographicobjects such as private keys, without requiring access to the objectsthemselves. That is, it provides a logical separation of the keys from theoperations. The PKCS #11 API is mainly used to access objects in smart cardsand Hardware or Software Security Modules (HSMs). That is because in thesemodules the cryptographic keys are isolated in hardware or software and are notmade available to the applications using them.PKCS#11 API is an OASIS standard and it is supported by various hardware andsoftware vendors. Usually, hardware vendors provide a PKCS#11 module to accesstheir devices. A prominent example is the OpenSC PKCS #11 module which providesaccess to a variety of smart cards. Other libraries like NSS or GnuTLS alreadytake advantage of PKCS #11 to access cryptographic objects. | A PKCS#11 engine for use with OpenSSL | 1 | 工具 + opentest4j | opentest4j | Open Test Alliance for the JVM is a minimal common foundation fortesting libraries on the JVM. The primary goal of the project is toenable testing frameworks like JUnit, TestNG, Spock, etc. andthird-party assertion libraries like Hamcrest, AssertJ, etc. to use acommon set of exceptions that IDEs and build tools can support in aconsistent manner across all testing scenarios -- for example, forconsistent handling of failed assertions and failed assumptions aswell as visualization of test execution in IDEs and reports. | Open Test Alliance for the JVM | 3 | 库 + opentest4j-javadoc | opentest4j | API documentation for opentest4j. | Javadoc for opentest4j | 3 | 库 + openvswitch | openvswitch | Open vSwitch provides standard network bridging functions andsupport for the OpenFlow protocol for remote per-flow control oftraffic. | Open vSwitch daemon/database/utilities | 3 | 服务 + openvswitch-devel | openvswitch | This provides shared library, libopenswitch.so and the openvswitch headerfiles needed to build an external application. | Open vSwitch OpenFlow development package (library, headers) | 3 | 库 + openvswitch-doc | openvswitch | The openvswitch-doc package contains documentation files for openvswitch. | Documentation files for openvswitch | 3 | 服务 + openvswitch-ipsec | openvswitch | This package provides IPsec tunneling support for OVS tunnels. | Open vSwitch IPsec tunneling support | 3 | 服务 + openvswitch-test | openvswitch | Utilities that are useful to diagnose performance and connectivityissues in Open vSwitch setup. | Open vSwitch testing utilities | 3 | 服务 + openvswitch-testcontroller | openvswitch | This controller enables OpenFlow switches that connect to it to act asMAC-learning Ethernet switches.It can be used for initial testing of OpenFlow networks.It is not a necessary or desirable part of a production OpenFlow deployment. | Simple controller for testing OpenFlow setups | 3 | 服务 + openwsman-client | openwsman | Openwsman Client libraries. | Openwsman Client libraries | 3 | 服务 + openwsman-selinux | openwsman | Custom SELinux policy module | openwsman SELinux policy | 3 | 服务 + openwsman-server | openwsman | Openwsman Server and service libraries. | Openwsman Server and service libraries | 3 | 服务 + opus | opus | The Opus codec is designed for interactive speech and audio transmission overthe Internet. It is designed by the IETF Codec Working Group and incorporatestechnology from Skype's SILK codec and Xiph.Org's CELT codec. | An audio codec for use in low-delay speech and audio communication | 3 | 库 + opus-devel | opus | Files for development with opus. | Development package for opus | 3 | 库 + orangefs | orangefs | OrangeFS (formerly PVFS2) is a high-performance parallelnetwork file system designed for use on high performance computingsystems. It provides very high performance access to disk storage forparallel applications. It is accessible through a variety ofinterfaces, including the native OrangeFS library, the kernel, FUSE,and MPI-IO.This package provides the pvfs2-client-core which is required to usethe kernel module. | Parallel network file system client | 2 | 服务 + orangefs-devel | orangefs | OrangeFS (formerly PVFS2) is a high-performance parallelnetwork file system designed for use on high performance computingsystems. It provides very high performance access to disk storage forparallel applications. It is accessible through a variety ofinterfaces, including the native OrangeFS library, the kernel, FUSE,and MPI-IO.This package provides the pvfs2-client-core which is required to usethe kernel module.This package contains the headers and libraries necessary for clientdevelopment. | Parallel network file system development libraries | 2 | 库 + orangefs-doc | orangefs | The orangefs-doc package contains documentation files for orangefs. | Documentation files for orangefs | 2 | 服务 + orangefs-fuse | orangefs | OrangeFS (formerly PVFS2) is a high-performance parallelnetwork file system designed for use on high performance computingsystems. It provides very high performance access to disk storage forparallel applications. It is accessible through a variety ofinterfaces, including the native OrangeFS library, the kernel, FUSE,and MPI-IO.This package provides the pvfs2-client-core which is required to usethe kernel module.This package contains the FUSE client. | Parallel network file system FUSE client | 2 | 服务 + orangefs-server | orangefs | OrangeFS (formerly PVFS2) is a high-performance parallelnetwork file system designed for use on high performance computingsystems. It provides very high performance access to disk storage forparallel applications. It is accessible through a variety ofinterfaces, including the native OrangeFS library, the kernel, FUSE,and MPI-IO.This package provides the pvfs2-client-core which is required to usethe kernel module.This package contains the server. | Parallel network file system server | 2 | 服务 + orc | orc | Orc is a library and set of tools for compiling and executingvery simple programs that operate on arrays of data. The "language"is a generic assembly language that represents many of the featuresavailable in SIMD architectures, including saturated addition andsubtraction, and many arithmetic operations. | The Oil Run-time Compiler | 3 | 库 + orc-compiler | orc | The Orc compiler, to produce optimized code. | Orc compiler | 3 | 库 + orc-devel | orc | This package contains the files needed to build packages that dependon orc. | Development files and libraries for Orc | 3 | 工具 + orc-doc | orc | Documentation for Orc. | Documentation for Orc | 3 | 库 + osgi-annotation | osgi-annotation | Annotations for use in compiling OSGi bundles. This package is not normallyneeded at run-time. | Annotations for use in compiling OSGi bundles | 3 | 库 + osgi-annotation-javadoc | osgi-annotation | This package contains the API documentation for osgi-annotation. | API documentation for osgi-annotation | 3 | 库 + osgi-compendium | osgi-compendium | OSGi Compendium, Interfaces and Classes for use in compiling bundles. | Interfaces and Classes for use in compiling OSGi bundles | 3 | 库 + osgi-compendium-javadoc | osgi-compendium | This package provides API documentation for osgi-compendium. | API documentation for osgi-compendium | 3 | 库 + osgi-core | osgi-core | OSGi Core, Interfaces and Classes for use in compiling bundles. | OSGi Core API | 3 | 库 + osgi-core-javadoc | osgi-core | This package provides API documentation for osgi-core. | API documentation for osgi-core | 3 | 库 + osinfo-db | osinfo-db | The osinfo database provides information about operating systems andhypervisor platforms to facilitate the automated configuration andprovisioning of new virtual machines | osinfo database files | 1 | 工具 + osinfo-db-tools | osinfo-db-tools | This package provides tools for managing the osinfo database ofinformation about operating systems for use with virtualization | Tools for managing the osinfo database | 3 | 工具 + os-prober | os-prober | This package detects other OSes available on a system and outputs the resultsin a generic machine-readable format. Support for new OSes and Linuxdistributions can be added easily. | Probes disks on the system for installed operating systems | 2 | 工具 + ostree | ostree | libostree is a shared library designed primarily foruse by higher level tools to manage host systems (e.g. rpm-ostree),as well as container tools like flatpak and the atomic CLI. | Tool for managing bootable, immutable filesystem trees | 2 | 工具 + ostree-devel | ostree | The ostree-devel package includes the header files for the ostree library. | Development headers for ostree | 2 | 库 + ostree-grub2 | ostree | GRUB2 integration for OSTree | GRUB2 integration for OSTree | 2 | 工具 + ostree-libs | ostree | The ostree-libs provides shared libraries for ostree. | Development headers for ostree | 2 | 工具 + p11-kit | p11-kit | p11-kit aims to solve problems with coordinating the use of PKCS #11 bydifferent components or libraries living in the same process, by providing away to load and enumerate PKCS #11 modules, as well as a standard configurationsetup for installing PKCS #11 modules in such a way that they're discoverable. | Library for loading and sharing PKCS#11 modules | 2 | 库 + p11-kit-devel | p11-kit | The p11-kit-devel package contains libraries and header files for developingapplications that use p11-kit. | Development files for p11-kit | 2 | 服务 + p11-kit-server | p11-kit | The p11-kit-server package contains command line tools that enable to exportPKCS#11 modules through a Unix domain socket. Note that this feature is stillexperimental. | Server and client commands for p11-kit | 2 | 服务 + p11-kit-trust | p11-kit | The p11-kit-trust package contains a system trust PKCS#11 module which containscertificate anchors and black lists. | System trust module from p11-kit | 2 | 服务 + PackageKit | PackageKit | PackageKit is a D-Bus abstraction layer that allows the session userto manage packages in a secure way using a cross-distro,cross-architecture API. | Package management service | 3 | 服务 + PackageKit-command-not-found | PackageKit | A simple helper that offers to install new packages on the command lineusing PackageKit. | Ask the user to install command line programs automatically | 3 | 服务 + PackageKit-glib | PackageKit | GLib libraries for accessing PackageKit. | GLib libraries for accessing PackageKit | 3 | 服务 + PackageKit-glib-devel | PackageKit | GLib headers and libraries for PackageKit. | GLib Libraries and headers for PackageKit | 2 | 服务 + PackageKit-gstreamer-plugin | PackageKit | The PackageKit GStreamer plugin allows any Gstreamer application to installcodecs from configured repositories using PackageKit. | Install GStreamer codecs using PackageKit | 3 | 服务 + PackageKit-gtk3-module | PackageKit | The PackageKit GTK3+ module allows any Pango application to installfonts from configured repositories using PackageKit. | Install fonts automatically using PackageKit | 3 | 服务 + paktype-naskh-basic-fonts | paktype-naskh-basic-fonts | A collection of Unicode based open source OpenType fonts supporting ArabicScript under the terms of the GNU General Public License as published by theFree Software Foundation; version 2 of the license.Supported languages include:Arabic, Balochi, Balti, Berber, Brahui, Burushaski, Farsi, Fulani, Hausa,Hindko, Kanuri, Kashmiri, Khowaro, Kurdish, Ladakhi, Malay, Mandinka,Paarkari, Pashto, Punjabi, Saraiki, Sindhi, Somali, Swahili, Urdu and Uyghur | Fonts for Arabic, Farsi, Urdu and Sindhi from PakType | 3 | 库 + pam | pam | Linux Pluggable Authentication Modules (PAM) is a suite of libraries thatallows a Linux system administrator to configure methods to authenticateusers. It provides a flexible and centralized way to switch authenticationmethods for secured applications by using configuration files instead ofchanging application code. There are Linux PAM libraries allowingauthentication using methods such as local passwords, LDAP, or fingerprintreaders. | A Security Interface for Applications in Authentication activities | 1 | 库 + pam_oath | oath-toolkit | A PAM module for pluggable login authentication for OATH. | A PAM module for pluggable login authentication for OATH | 3 | 服务 + pam_ssh_agent_auth | openssh | This package contains a PAM module which can be used to authenticateusers using ssh keys stored in a ssh-agent. Through the use of theforwarding of ssh-agent connection it also allows to authenticate withremote ssh-agent instance.The module is most useful for su and sudo service stacks. | PAM module for authentication with ssh-agent | 2 | 服务 + pam_wrapper | pam_wrapper | This component of cwrap allows you to either test your PAM (Linux-PAMand OpenPAM) application or module.For testing PAM applications, simple PAM module called pam_matrix isincluded. If you plan to test a PAM module you can use the pamtest library,which simplifies testing of modules. You can combine it with the cmockaunit testing framework or you can use the provided Python bindings towrite tests for your module in Python. | A tool to test PAM applications and PAM modules | 2 | 工具 + pam_wrapper-doc | pam_wrapper | The pam_wrapper-doc package contains documentation files for pam_wrapper. | Documentation files for pam_wrapper | 3 | 库 + pam-devel | pam | PAM (Pluggable Authentication Modules) is a system security tool thatallows system administrators to set authentication policy withouthaving to recompile programs which do authentication. | Header Files and Libraries for PAM application/shared library development | 2 | 工具 + pam-doc | pam | PAM (Pluggable Authentication Modules) is a system security tool thatallows system administrators to set authentication policy withouthaving to recompile programs that handle authentication. The pam-doccontains extra documentation for PAM. Currently, this includes additionaldocumentation in txt and html format. | Extra documentation for PAM. | 1 | 工具 + pam-libs | pam | PAM (Pluggable Authentication Modules) is a system security tool thatallows system administrators to set authentication policy withouthaving to recompile programs that handle authentication. The pam-libscontains the shared libraries for PAM. | Shared libraries of the PAM package | 1 | 工具 + pango | pango | Pango is a library for laying out and rendering of text, with an emphasison internationalization. Pango can be used anywhere that text layout is needed,though most of the work on Pango so far has been done in the context of theGTK+ widget toolkit. Pango forms the core of text and font handling for GTK+.Pango is designed to be modular; the core Pango layout engine can be usedwith different font backends.The integration of Pango with Cairo provides a complete solution with highquality text handling and graphics rendering. | System for layout and rendering of internationalized text | 3 | 库 + pango-devel | pango | The pango-devel package includes the header files and developer documentationfor the pango package. | Development files for pango | 3 | 库 + pangomm | pangomm | pangomm provides a C++ interface to the Pango library. Highlightsinclude typesafe callbacks, widgets extensible via inheritance and acomprehensive set of widget classes that can be freely combined toquickly create complex user interfaces. | C++ interface for Pango | 3 | 库 + pangomm-devel | pangomm | This package contains the libraries and header files needed fordeveloping pangomm applications. | Headers for developing programs that will use pangomm | 3 | 库 + pango-tests | pango | The pango-tests package contains tests that can be used to verifythe functionality of the installed pango package. | Tests for the pango package | 3 | 库 + paper | libpaper | The paper(1) utility can be used to find the user's preferreddefault paper size and give information about known sizes. | Print paper size information | 3 | 工具 + papi | papi | PAPI provides a programmer interface to monitor the performance ofrunning programs. | Performance Application Programming Interface | 3 | 库 + papi-devel | papi | PAPI-devel includes the C header files that specify the PAPI user-spacelibraries and interfaces. This is required for rebuilding any programthat uses PAPI. | Header files for the compiling programs with PAPI | 3 | 库 + papi-libs | papi | This package contains the run-time libraries for any application that wishesto use PAPI. | Libraries for PAPI clients | 3 | 库 + parted | parted | The GNU Parted program allows you to create, destroy, resize, move,and copy hard disk partitions. Parted can be used for creating spacefor new operating systems, reorganizing disk usage, and copying datato new hard disks. | The GNU disk partition manipulation program | 2 | 工具 + parted-devel | parted | The GNU Parted library is a set of routines for hard disk partitionmanipulation. If you want to develop programs that manipulate diskpartitions and filesystems using the routines provided by the GNUParted library, you need to install this package. | Files for developing apps which will manipulate disk partitions | 2 | 库 + passivetex | passivetex | PassiveTeX is a library of TeX macros which can be used to process anXML document which results from an XSL transformation to formattingobjects. | Macros to process XSL formatting objects | 3 | 工具 + passwd | passwd | This package contains a system utility (passwd) which sets or changespasswords, using PAM (Pluggable Authentication Modules) library. | An utility for setting or changing passwords using PAM | 2 | 工具 + patch | patch | Patch is a common Linux utility used for creating, modifying and applying patchesto source code. It is used to update, fix or improve software applications andoperating systems. This tool compares two files and generates a patch filecontaining the differences between them. This patch file can be used to applythe same changes to other files or directories.Patch operates on files using a diff file format that contains a set ofinstructions for changing one file to another. The diff format denotes theadditions and deletions in a file using a plus sign (+) or a minus sign (-)respectively.When using patch, the user first creates a patch file using the diff utility,which generates a patch file containing the differences between two files. Thepatch file can then be applied to the original file, which will update it basedon the changes defined in the patch file.Patch can be used to apply multiple patches to one or more files, as it canprocess an entire directory of files at once. It also supports recursivedirectory processing, which can save time when updating large software projects.One of the benefits of using patch is that it creates a log of changes with theoriginal file, allowing users to track changes and their authors. This featureis particularly useful for software development teams who need to track changesmade to their applications.In summary, patch is a Linux tool used for creating, modifying, and applyingpatches to source code. It can be used for updating, fixing or improving softwareapplications and operating systems, and it is often used by software developmentteams to track changes made to their projects. | Utility for modifying/upgrading files | 3 | 工具 + patchelf | patchelf | PatchELF is a simple utility for modifying an existing ELF executableor library. It can change the dynamic loader ("ELF interpreter")of an executable and change the RPATH of an executable or library. | A utility for patching ELF binaries | 3 | 工具 + patchelf-doc | patchelf | Doc files for patchelf | Doc files for patchelf | 3 | 工具 + patchutils | patchutils | This is a collection of programs that can manipulate patch files ina variety of ways, such as interpolating between two pre-patches,combining two incremental patches, fixing line numbers in hand-editedpatches, and simply listing the files modified by a patch. | A collection of programs for manipulating patch files | 3 | 工具 + patchutils-doc | patchutils | Doc pages for patchutils. | Documents for patchutils | 1 | 工具 + pbzip2 | pbzip2 | PBZIP2 is a parallel implementation of the bzip2 block-sorting filecompressor that uses pthreads and achieves near-linear speedup on SMPmachines. The output of this version is fully compatible with bzip2v1.0.2 or newer (ie: anything compressed with pbzip2 can bedecompressed with bzip2). | Parallel implementation of bzip2 | 3 | 工具 + pcaudiolib | pcaudiolib | The Portable C Audio Library (pcaudiolib) provides a C API to differentaudio devices. | Portable C Audio Library | 2 | 库 + pcaudiolib-devel | pcaudiolib | Development files for the Portable C Audio Library. | Development files for pcaudiolib | 3 | 库 + pcaudiolib-doc | pcaudiolib | The pcaudiolib-doc package contains documentation files for pcaudiolib. | Documentation files for pcaudiolib | 3 | 库 + pciutils | pciutils | The pciutils package contains various utilities for inspecting andsetting devices connected to the PCI bus. | PCI bus related utilities | 2 | 工具 + pciutils-devel | pciutils | This package contains a library for inspecting and settingdevices connected to the PCI bus. | Linux PCI development library | 2 | 工具 + pciutils-devel-static | pciutils | This package contains a static library for inspecting and settingdevices connected to the PCI bus. | Linux PCI static library | 2 | 工具 + pciutils-libs | pciutils | This package contains a library for inspecting and settingdevices connected to the PCI bus. | Linux PCI library | 2 | 工具 + pcmciautils | pcmciautils | The pcmciautils package contains utilities for initializing anddebugging PCMCIA and Cardbus sockets. | PCMCIA utilities and initialization programs | 2 | 服务 + pcmciautils-doc | pcmciautils | The pcmciautils-doc package contains documentation files for pcmciautils. | Documentation files for pcmciautils | 2 | 服务 + pcp | pcp | Performance Co-Pilot (PCP) provides a framework and services to supportsystem-level performance monitoring and performance management.The PCP open source release provides a unifying abstraction for all ofthe interesting performance data in a system, and allows clientapplications to easily retrieve and process any subset of that data. | System-level performance monitoring and performance management | 2 | 服务 + pcp-conf | pcp | Performance Co-Pilot (PCP) run-time configuration | Performance Co-Pilot run-time configuration | 2 | 服务 + pcp-devel | pcp | Performance Co-Pilot (PCP) documentation and tools for development. | Performance Co-Pilot (PCP) development tools and documentation | 2 | 服务 + pcp-doc | pcp | Documentation and tutorial for the Performance Co-PilotPerformance Co-Pilot (PCP) provides a framework and services to supportsystem-level performance monitoring and performance management.The pcp-doc package provides useful information on using andconfiguring the Performance Co-Pilot (PCP) toolkit for systemlevel performance management. It includes tutorials, HOWTOs,and other detailed documentation about the internals of corePCP utilities and daemons, and the PCP graphical tools. | Documentation and tutorial for the Performance Co-Pilot | 2 | 服务 + pcp-export-pcp2elasticsearch | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesto Elasticsearch - a distributed, RESTful search and analytics engine.See https://www.elastic.co/community for further details. | Performance Co-Pilot tools for exporting PCP metrics to ElasticSearch | 2 | 服务 + pcp-export-pcp2graphite | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesto graphite (http://graphite.readthedocs.org). | Performance Co-Pilot tools for exporting PCP metrics to Graphite | 2 | 服务 + pcp-export-pcp2influxdb | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesto InfluxDB (https://influxdata.com/time-series-platform/influxdb). | Performance Co-Pilot tools for exporting PCP metrics to InfluxDB | 2 | 服务 + pcp-export-pcp2json | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesin JSON format. | Performance Co-Pilot tools for exporting PCP metrics in JSON format | 2 | 服务 + pcp-export-pcp2spark | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesin JSON format to Apache Spark. See https://spark.apache.org/ forfurther details on Apache Spark. | Performance Co-Pilot tools for exporting PCP metrics to Apache Spark | 2 | 服务 + pcp-export-pcp2xml | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesin XML format. | Performance Co-Pilot tools for exporting PCP metrics in XML format | 2 | 服务 + pcp-export-pcp2zabbix | pcp | Performance Co-Pilot (PCP) front-end tools for exporting metric valuesto the Zabbix (https://www.zabbix.org/) monitoring software. | Performance Co-Pilot tools for exporting PCP metrics to Zabbix | 2 | 服务 + pcp-export-zabbix-agent | pcp | Performance Co-Pilot (PCP) module for exporting metrics from PCP toZabbix via the Zabbix agent - see zbxpcp(3) for further details. | Module for exporting PCP metrics to Zabbix agent | 2 | 服务 + pcp-gui | pcp | Visualization tools for the Performance Co-Pilot toolkit.The pcp-gui package primarily includes visualization tools formonitoring systems using live and archived Performance Co-Pilot(PCP) sources. | Visualization tools for the Performance Co-Pilot toolkit | 2 | 服务 + pcp-import-collectl2pcp | pcp | Performance Co-Pilot (PCP) front-end tools for importing collectl datainto standard PCP archive logs for replay with any PCP monitoring tool. | Performance Co-Pilot tools for importing collectl log files into PCP archive logs | 2 | 服务 + pcp-import-ganglia2pcp | pcp | Performance Co-Pilot (PCP) front-end tools for importing ganglia datainto standard PCP archive logs for replay with any PCP monitoring tool. | Performance Co-Pilot tools for importing ganglia data into PCP archive logs | 2 | 服务 + pcp-import-iostat2pcp | pcp | Performance Co-Pilot (PCP) front-end tools for importing iostat datainto standard PCP archive logs for replay with any PCP monitoring tool. | Performance Co-Pilot tools for importing iostat data into PCP archive logs | 2 | 服务 + pcp-import-mrtg2pcp | pcp | Performance Co-Pilot (PCP) front-end tools for importing MTRG datainto standard PCP archive logs for replay with any PCP monitoring tool. | Performance Co-Pilot tools for importing MTRG data into PCP archive logs | 2 | 服务 + pcp-import-sar2pcp | pcp | Performance Co-Pilot (PCP) front-end tools for importing sar datainto standard PCP archive logs for replay with any PCP monitoring tool. | Performance Co-Pilot tools for importing sar data into PCP archive logs | 2 | 服务 + pcp-libs | pcp | Performance Co-Pilot (PCP) run-time libraries | Performance Co-Pilot run-time libraries | 2 | 服务 + pcp-libs-devel | pcp | Performance Co-Pilot (PCP) headers for development. | Performance Co-Pilot (PCP) development headers | 2 | 服务 + pcp-pmda-activemq | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the ActiveMQ message broker. | Performance Co-Pilot (PCP) metrics for ActiveMQ | 2 | 服务 + pcp-pmda-apache | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Apache webserver. | Performance Co-Pilot (PCP) metrics for the Apache webserver | 2 | 服务 + pcp-pmda-bash | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Bash shell. | Performance Co-Pilot (PCP) metrics for the Bash shell | 2 | 服务 + pcp-pmda-bcc | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forextracting performance metrics from eBPF/BCC Python modules. | Performance Co-Pilot (PCP) metrics from eBPF/BCC modules | 2 | 服务 + pcp-pmda-bind2 | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from BIND (Berkeley Internet Name Domain). | Performance Co-Pilot (PCP) metrics for BIND servers | 2 | 服务 + pcp-pmda-bonding | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about bonded network interfaces. | Performance Co-Pilot (PCP) metrics for Bonded network interfaces | 2 | 服务 + pcp-pmda-bpftrace | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forextracting performance metrics from bpftrace scripts. | Performance Co-Pilot (PCP) metrics from bpftrace scripts | 2 | 服务 + pcp-pmda-cifs | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Common Internet Filesytem. | Performance Co-Pilot (PCP) metrics for the CIFS protocol | 2 | 服务 + pcp-pmda-cisco | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Cisco routers. | Performance Co-Pilot (PCP) metrics for Cisco routers | 2 | 服务 + pcp-pmda-dbping | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Database response times and Availablility. | Performance Co-Pilot (PCP) metrics for Database response times and Availablility | 2 | 服务 + pcp-pmda-denki | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics related to the electrical power consumed by and insidethe system. | Performance Co-Pilot (PCP) metrics dealing with electrical power | 2 | 服务 + pcp-pmda-dm | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Device Mapper Cache and Thin Client. | Performance Co-Pilot (PCP) metrics for the Device Mapper Cache and Thin Client | 2 | 服务 + pcp-pmda-docker | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics using the Docker daemon REST API. | Performance Co-Pilot (PCP) metrics from the Docker daemon | 2 | 服务 + pcp-pmda-ds389 | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about a 389 Directory Server. | Performance Co-Pilot (PCP) metrics for 389 Directory Servers | 2 | 服务 + pcp-pmda-ds389log | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from a 389 Directory Server log. | Performance Co-Pilot (PCP) metrics for 389 Directory Server Loggers | 2 | 服务 + pcp-pmda-elasticsearch | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Elasticsearch. | Performance Co-Pilot (PCP) metrics for Elasticsearch | 2 | 服务 + pcp-pmda-gfs2 | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Global Filesystem v2. | Performance Co-Pilot (PCP) metrics for the GFS2 filesystem | 2 | 服务 + pcp-pmda-gluster | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the gluster filesystem. | Performance Co-Pilot (PCP) metrics for the Gluster filesystem | 2 | 服务 + pcp-pmda-gpfs | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the GPFS filesystem. | Performance Co-Pilot (PCP) metrics for GPFS Filesystem | 2 | 服务 + pcp-pmda-gpsd | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about a GPS Daemon. | Performance Co-Pilot (PCP) metrics for a GPS Daemon | 2 | 服务 + pcp-pmda-hacluster | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about linux High Availability (HA) Clusters. | Performance Co-Pilot (PCP) metrics for High Availability Clusters | 2 | 服务 + pcp-pmda-haproxy | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forextracting performance metrics from HAProxy over the HAProxy stats socket. | Performance Co-Pilot (PCP) metrics for HAProxy | 2 | 服务 + pcp-pmda-infiniband | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting Infiniband statistics. By default, it monitors the local HCAsbut can also be configured to monitor remote GUIDs such as IB switches. | Performance Co-Pilot (PCP) metrics for Infiniband HCAs and switches | 2 | 服务 + pcp-pmda-json | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics output in JSON. | Performance Co-Pilot (PCP) metrics for JSON data | 2 | 服务 + pcp-pmda-libvirt | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forextracting virtualisation statistics from libvirt about behaviour of guestand hypervisor machines. | Performance Co-Pilot (PCP) metrics from virtual machines | 2 | 服务 + pcp-pmda-lio | pcp | This package provides a PMDA to gather performance metrics from the kernelsiSCSI target interface (LIO). The metrics are stored by LIO within the Linuxkernels configfs filesystem. The PMDA provides per LUN level stats, and asummary instance per iSCSI target, which aggregates all LUN metrics within thetarget. | Performance Co-Pilot (PCP) metrics for the LIO subsystem | 2 | 服务 + pcp-pmda-lmsensors | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Linux hardware monitoring sensors. | Performance Co-Pilot (PCP) metrics for hardware sensors | 2 | 服务 + pcp-pmda-logger | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from a specified set of log files (or pipes). The PMDAsupports both sampled and event-style metrics. | Performance Co-Pilot (PCP) metrics from arbitrary log files | 2 | 服务 + pcp-pmda-lustre | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Lustre Filesystem. | Performance Co-Pilot (PCP) metrics for the Lustre Filesytem | 2 | 服务 + pcp-pmda-lustrecomm | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Lustre Filesystem Comms. | Performance Co-Pilot (PCP) metrics for the Lustre Filesytem Comms | 2 | 服务 + pcp-pmda-mailq | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about email queues managed by sendmail. | Performance Co-Pilot (PCP) metrics for the sendmail queue | 2 | 服务 + pcp-pmda-memcache | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Memcached. | Performance Co-Pilot (PCP) metrics for Memcached | 2 | 服务 + pcp-pmda-mic | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Intel MIC cards. | Performance Co-Pilot (PCP) metrics for Intel MIC cards | 2 | 服务 + pcp-pmda-mounts | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about filesystem mounts. | Performance Co-Pilot (PCP) metrics for filesystem mounts | 2 | 服务 + pcp-pmda-mssql | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from Microsoft SQL Server. | Performance Co-Pilot (PCP) metrics for Microsoft SQL Server | 2 | 服务 + pcp-pmda-mysql | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the MySQL database. | Performance Co-Pilot (PCP) metrics for MySQL | 2 | 服务 + pcp-pmda-named | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Named nameserver. | Performance Co-Pilot (PCP) metrics for Named | 2 | 服务 + pcp-pmda-netcheck | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from simple network checks. | Performance Co-Pilot (PCP) metrics for simple network checks | 2 | 服务 + pcp-pmda-netfilter | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Netfilter packet filtering framework. | Performance Co-Pilot (PCP) metrics for Netfilter framework | 2 | 服务 + pcp-pmda-news | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Usenet News. | Performance Co-Pilot (PCP) metrics for Usenet News | 2 | 服务 + pcp-pmda-nfsclient | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics for NFS Clients. | Performance Co-Pilot (PCP) metrics for NFS Clients | 2 | 服务 + pcp-pmda-nginx | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Nginx Webserver. | Performance Co-Pilot (PCP) metrics for the Nginx Webserver | 2 | 服务 + pcp-pmda-nutcracker | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from NutCracker (TwemCache). | Performance Co-Pilot (PCP) metrics for NutCracker (TwemCache) | 2 | 服务 + pcp-pmda-nvidia-gpu | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Nvidia GPUs. | Performance Co-Pilot (PCP) metrics for the Nvidia GPU | 2 | 服务 + pcp-pmda-openmetrics | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forextracting metrics from OpenMetrics (https://openmetrics.io/) endpoints. | Performance Co-Pilot (PCP) metrics from OpenMetrics endpoints | 2 | 服务 + pcp-pmda-openvswitch | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from Open vSwitch. | Performance Co-Pilot (PCP) metrics for Open vSwitch | 2 | 服务 + pcp-pmda-oracle | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Oracle database. | Performance Co-Pilot (PCP) metrics for the Oracle database | 2 | 服务 + pcp-pmda-pdns | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the PowerDNS. | Performance Co-Pilot (PCP) metrics for PowerDNS | 2 | 服务 + pcp-pmda-perfevent | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting hardware counters statistics through libpfm. | Performance Co-Pilot (PCP) metrics for hardware counters | 2 | 服务 + pcp-pmda-podman | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting podman container and pod statistics via the podman REST API. | Performance Co-Pilot (PCP) metrics for podman containers | 2 | 服务 + pcp-pmda-postfix | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Postfix (MTA). | Performance Co-Pilot (PCP) metrics for the Postfix (MTA) | 2 | 服务 + pcp-pmda-postgresql | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the PostgreSQL database. | Performance Co-Pilot (PCP) metrics for PostgreSQL | 2 | 服务 + pcp-pmda-rabbitmq | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about RabbitMQ message queues. | Performance Co-Pilot (PCP) metrics for RabbitMQ queues | 2 | 服务 + pcp-pmda-redis | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from Redis servers (redis.io). | Performance Co-Pilot (PCP) metrics for Redis | 2 | 服务 + pcp-pmda-roomtemp | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the room temperature. | Performance Co-Pilot (PCP) metrics for the room temperature | 2 | 服务 + pcp-pmda-rsyslog | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Rsyslog. | Performance Co-Pilot (PCP) metrics for Rsyslog | 2 | 服务 + pcp-pmda-samba | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Samba. | Performance Co-Pilot (PCP) metrics for Samba | 2 | 服务 + pcp-pmda-sendmail | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Sendmail traffic. | Performance Co-Pilot (PCP) metrics for Sendmail | 2 | 服务 + pcp-pmda-shping | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about quality of service and response time measurements ofarbitrary shell commands. | Performance Co-Pilot (PCP) metrics for shell command responses | 2 | 服务 + pcp-pmda-slurm | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from the SLURM Workload Manager. | Performance Co-Pilot (PCP) metrics for the SLURM Workload Manager | 2 | 服务 + pcp-pmda-smart | pcp | This package contains the PCP Performance Metric Domain Agent (PMDA) forcollecting metrics of disk S.M.A.R.T values making use of data from thesmartmontools package. | Performance Co-Pilot (PCP) metrics for S.M.A.R.T values | 2 | 服务 + pcp-pmda-snmp | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about SNMP. | Performance Co-Pilot (PCP) metrics for Simple Network Management Protocol | 2 | 服务 + pcp-pmda-sockets | pcp | This package contains the PCP Performance Metric Domain Agent (PMDA) forcollecting per-socket statistics, making use of utilities such as 'ss'. | Performance Co-Pilot (PCP) per-socket metrics | 2 | 服务 + pcp-pmda-summary | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about other installed PMDAs. | Performance Co-Pilot (PCP) summary metrics from pmie | 2 | 服务 + pcp-pmda-systemd | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics from the Systemd journal. | Performance Co-Pilot (PCP) metrics from the Systemd journal | 2 | 服务 + pcp-pmda-trace | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about trace performance data in applications. | Performance Co-Pilot (PCP) metrics for application tracing | 2 | 服务 + pcp-pmda-unbound | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about the Unbound DNS Resolver. | Performance Co-Pilot (PCP) metrics for the Unbound DNS Resolver | 2 | 服务 + pcp-pmda-weblog | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about web server logs. | Performance Co-Pilot (PCP) metrics from web server logs | 2 | 服务 + pcp-pmda-zimbra | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about Zimbra. | Performance Co-Pilot (PCP) metrics for Zimbra | 2 | 服务 + pcp-pmda-zswap | pcp | This package contains the PCP Performance Metrics Domain Agent (PMDA) forcollecting metrics about compressed swap. | Performance Co-Pilot (PCP) metrics for compressed swap | 2 | 服务 + pcp-selinux | pcp | This package contains SELinux support for PCP. The package containsinterface rules, type enforcement and file context adjustments for anupdated policy package. | Selinux policy package | 2 | 服务 + pcp-system-tools | pcp | This PCP module contains additional system monitoring tools writtenin the Python language. | Performance Co-Pilot (PCP) System and Monitoring Tools | 2 | 服务 + pcp-testsuite | pcp | Quality assurance test suite for Performance Co-Pilot (PCP). | Performance Co-Pilot (PCP) test suite | 2 | 服务 + pcp-zeroconf | pcp | This package contains configuration tweaks and files to increase metricsgathering frequency, several extended pmlogger configurations, as well asautomated pmie diagnosis, alerting and self-healing for the localhost. | Performance Co-Pilot (PCP) Zeroconf Package | 2 | 服务 + pcre | pcre | PCRE, Perl-compatible regular expression, library has its own native API, buta set of wrapper functions that are based on the POSIX API are also suppliedin the libpcreposix library. Note that this just provides a POSIX callinginterface to PCRE: the regular expressions themselves still follow Perl syntaxand semantics. This package provides support for strings in 8-bit and UTF-8encodings. Detailed change log is provided by pcre-doc package. | Perl-compatible regular expression library | 2 | 库 + pcre2 | pcre2 | PCRE2 is a re-working of the original PCRE (Perl-compatible regularexpression) library to provide an entirely new API.PCRE2 is written in C, and it has its own API. There are three sets offunctions, one for the 8-bit library, which processes strings of bytes, onefor the 16-bit library, which processes strings of 16-bit values, and one forthe 32-bit library, which processes strings of 32-bit values. There are no C++wrappers. This package provides support for strings in 8-bit and UTF-8encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones.The distribution does contain a set of C wrapper functions for the 8-bitlibrary that are based on the POSIX regular expression API (see the pcre2posixman page). These can be found in a library called libpcre2posix. Note thatthis just provides a POSIX calling interface to PCRE2; the regular expressionsthemselves still follow Perl syntax and semantics. The POSIX API isrestricted, and does not give full access to all of PCRE2's facilities. | Perl-compatible regular expression library | 2 | 库 + pcre2-devel | pcre2 | Development files (headers, libraries for dynamic linking, documentation)for pcre2. The header file for the POSIX-style functions is calledpcre2posix.h. | Development files for pcre2 | 2 | 库 + pcre2-static | pcre2 | Library for static linking for pcre2. | Static library for pcre2 | 2 | 库 + pcre2-syntax | pcre2 | This is a set of manual pages that document a syntax of the regularexpressions implemented by the PCRE2 library. | Documentation for PCRE2 regular expressions | 2 | 库 + pcre2-tools | pcre2 | Utilities demonstrating PCRE2 capabilities like pcre2grep or pcre2test. | Auxiliary utilities for pcre2 | 2 | 库 + pcre2-utf16 | pcre2 | This is PCRE2 library working on UTF-16 strings. | UTF-16 variant of PCRE2 | 2 | 库 + pcre2-utf32 | pcre2 | This is PCRE2 library working on UTF-32 strings. | UTF-32 variant of PCRE2 | 2 | 库 + pcre-cpp | pcre | This is C++ bindings for the Perl-compatible regular expression library.Detailed change log is provided by pcre-doc package. | C++ bindings for PCRE | 2 | 库 + pcre-devel | pcre | Development files (Headers, libraries for dynamic linking, etc) for pcre. | Development files for pcre | 2 | 库 + pcre-doc | pcre | These are large documentation files about PCRE. | Change log for pcre | 2 | 库 + pcre-static | pcre | Library for static linking for pcre. | Static library for pcre | 2 | 库 + pcre-tools | pcre | Utilities demonstrating PCRE capabilities like pcregrep or pcretest. | Auxiliary utilities for pcre | 2 | 库 + pcre-utf16 | pcre | This is Perl-compatible regular expression library working on UTF-16 strings.Detailed change log is provided by pcre-doc package. | UTF-16 variant of PCRE | 2 | 库 + pcre-utf32 | pcre | This is Perl-compatible regular expression library working on UTF-32 strings.Detailed change log is provided by pcre-doc package. | UTF-32 variant of PCRE | 2 | 库 + pcsc-lite | pcsc-lite | The purpose of PC/SC Lite is to provide a Windows(R) SCard interfacein a very small form factor for communicating to smartcards andreaders. PC/SC Lite uses the same winscard API as used underWindows(R). This package includes the PC/SC Lite daemon, a resourcemanager that coordinates communications with smart card readers andsmart cards that are connected to the system, as well as other commandline tools. | PC/SC Lite smart card framework and applications | 3 | 库 + pcsc-lite-ccid | pcsc-lite-ccid | Generic USB CCID (Chip/Smart Card Interface Devices) driver for use with thePC/SC Lite daemon. | Generic USB CCID smart card reader driver | 3 | 库 + pcsc-lite-devel | pcsc-lite | PC/SC Lite development files. | PC/SC Lite development files | 3 | 库 + pcsc-lite-doc | pcsc-lite | PC/SC Lite developer documentation. | PC/SC Lite developer documentation | 3 | 库 + pcsc-lite-libs | pcsc-lite | PC/SC Lite libraries. | PC/SC Lite libraries | 3 | 库 + percona-toolkit | percona-toolkit | Percona Toolkit is a collection of advanced command-line tools used byPercona (http://www.percona.com/) support staff to perform a variety ofMySQL and system tasks that are too difficult or complex to perform manually.These tools are ideal alternatives to private or "one-off" scripts becausethey are professionally developed, formally tested, and fully documented.They are also fully self-contained, so installation is quick and easy andno libraries are installed.Percona Toolkit is developed and supported by Percona. For moreinformation and other free, open-source software developed by Percona,visit http://www.percona.com/software/. | Advanced MySQL and system command-line tools | 2 | 工具 + percona-xtrabackup-24 | percona-xtrabackup-24 | Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines | XtraBackup online backup for MySQL / InnoDB | 2 | 服务 + percona-xtrabackup-80 | percona-xtrabackup-80 | Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines | XtraBackup online backup for MySQL / InnoDB | 2 | 服务 + percona-xtrabackup-test-24 | percona-xtrabackup-24 | This package contains the test suite for Percona XtraBackup 2.4.28 | Test suite for Percona XtraBackup | 2 | 工具 + percona-xtradb-cluster | percona-xtradb-cluster | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This is a meta-package which installs server, client and galera-3. | A High Availability solution based on Percona Server and Galera | 2 | 服务 + Percona-XtraDB-Cluster-57 | Percona-XtraDB-Cluster-57 | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This is a meta-package which installs server, client and galera-3. | A High Availability solution based on Percona Server and Galera | 2 | 服务 + percona-xtradb-cluster-client | percona-xtradb-cluster | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the standard Percona XtraDB Cluster client and administration tools.For a description of Percona XtraDB Cluster seehttp://www.percona.com/software/percona-xtradb-cluster/ | Percona XtraDB Cluster - client package | 2 | 服务 + Percona-XtraDB-Cluster-client-57 | Percona-XtraDB-Cluster-57 | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the standard Percona XtraDB Cluster client and administration tools.For a description of Percona XtraDB Cluster seehttp://www.percona.com/software/percona-xtradb-cluster/ | Percona XtraDB Cluster - client package | 2 | 服务 + percona-xtradb-cluster-devel | percona-xtradb-cluster | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the development header files and libraries necessaryto develop Percona XtraDB Cluster client applications.For a description of Percona XtraDB Cluster seehttp://www.percona.com/software/percona-xtradb-cluster/ | Percona XtraDB Cluster - Development header files and libraries | 2 | 服务 + Percona-XtraDB-Cluster-devel-57 | Percona-XtraDB-Cluster-57 | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the development header files and libraries necessaryto develop Percona XtraDB Cluster client applications.For a description of Percona XtraDB Cluster seehttp://www.percona.com/software/percona-xtradb-cluster/ | Percona XtraDB Cluster - Development header files and libraries | 2 | 服务 + percona-xtradb-cluster-full | percona-xtradb-cluster | This is a meta-package which provides the full suite of Percona XtraDBCluster 56 packages including the debuginfo. Recommended. | Percona XtraDB Cluster - full package | 2 | 服务 + Percona-XtraDB-Cluster-full-57 | Percona-XtraDB-Cluster-57 | This is a meta-package which provides the full suite of Percona XtraDBCluster 56 packages including the debuginfo. Recommended. | Percona XtraDB Cluster - full package | 2 | 服务 + percona-xtradb-cluster-garbd | percona-xtradb-cluster | This package contains the garb binary and init scripts. | Garbd component of Percona XtraDB Cluster | 2 | 服务 + Percona-XtraDB-Cluster-garbd-57 | Percona-XtraDB-Cluster-57 | This package contains the garb binary and init scripts. | Garbd component of Percona XtraDB Cluster | 2 | 服务 + percona-xtradb-cluster-mysql-router | percona-xtradb-cluster | The Percona MySQL Router software delivers a fast, multi-threaded way ofrouting connections from MySQL Clients to MySQL Servers. | Percona MySQL Router | 2 | 服务 + percona-xtradb-cluster-server | percona-xtradb-cluster | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package includes the Percona XtraDB Cluster binaryas well as related utilities to run and administer Percona XtraDB Cluster.If you want to access and work with the database, you have to installpackage "percona-xtradb-cluster-client" as well! | Percona XtraDB Cluster - server package | 2 | 服务 + Percona-XtraDB-Cluster-server-57 | Percona-XtraDB-Cluster-57 | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package includes the Percona XtraDB Cluster binaryas well as related utilities to run and administer Percona XtraDB Cluster.If you want to access and work with the database, you have to installpackage "Percona-XtraDB-Cluster-client-57" as well! | Percona XtraDB Cluster - server package | 2 | 服务 + percona-xtradb-cluster-shared | percona-xtradb-cluster | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the shared libraries (*.so*) which certain languagesand applications need to dynamically load and use Percona XtraDB Cluster. | Percona XtraDB Cluster - Shared libraries | 2 | 库 + Percona-XtraDB-Cluster-shared-57 | Percona-XtraDB-Cluster-57 | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the shared libraries (*.so*) which certain languagesand applications need to dynamically load and use Percona XtraDB Cluster. | Percona XtraDB Cluster - Shared libraries | 2 | 库 + percona-xtradb-cluster-test | percona-xtradb-cluster | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the Percona XtraDB Cluster regression test suite.For a description of Percona XtraDB Cluster seehttp://www.percona.com/software/percona-xtradb-cluster/ | Percona XtraDB Cluster - Test suite | 2 | 服务 + Percona-XtraDB-Cluster-test-57 | Percona-XtraDB-Cluster-57 | Percona XtraDB Cluster is based on the Percona Server database server andprovides a High Availability solution.Percona XtraDB Cluster provides synchronous replication, supportsmulti-master replication, parallel applying on slaves, automatic nodeprovisioning with primary focus on data consistency.Percona recommends that all production deployments be protected with a supportcontract (http://www.percona.com/mysql-support/) to ensure the highest uptime,be eligible for hot fixes, and boost your team's productivity.This package contains the Percona XtraDB Cluster regression test suite.For a description of Percona XtraDB Cluster seehttp://www.percona.com/software/percona-xtradb-cluster/ | Percona XtraDB Cluster - Test suite | 2 | 服务 + perf | kernel | This package contains the perf tool, which enables performance monitoringof the Linux kernel. | Performance monitoring for the Linux kernel | 2 | 工具 + perl | perl | Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it's easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world's most impressive collections of third-party modules. | Practical Extraction and Report Language | 2 | 库 + perl-Algorithm-C3 | perl-Algorithm-C3 | This module implements the C3 algorithm. Most of the uses I have for C3revolve around class building and metamodels but it could also be used forthings like dependency resolution as well since it tends to do such a nicejob of preserving local precedence orderings. | Module for merging hierarchies using the C3 algorithm | 2 | 库 + perl-Algorithm-C3-doc | perl-Algorithm-C3 | The perl-Algorithm-C3-doc package contains documentation files for perl-Algorithm-C3. | Documentation files for perl-Algorithm-C3 | 2 | 库 + perl-Algorithm-C3-tests | perl-Algorithm-C3 | Tests from perl-Algorithm-C3. Execute themwith "/usr/libexec/perl-Algorithm-C3/test". | Tests for perl-Algorithm-C3 | 2 | 库 + perl-Algorithm-Diff | perl-Algorithm-Diff | This is a module for computing the difference between two files, two strings,or any other two lists of things. It uses an intelligent algorithm similar to(or identical to) the one used by the Unix "diff" program. It is guaranteed tofind the *smallest possible* set of differences. | Compute 'intelligent' differences between two files/lists | 2 | 库 + perl-aliased | perl-aliased | aliased is simple in concept but is a rather handy module. It loads theclass you specify and exports into your namespace a subroutine that returnsthe class name. You can explicitly alias the class to another name or, ifyou prefer, you can do so implicitly. In the latter case, the name of thesubroutine is the last part of the class name. | Use shorter versions of class names | 2 | 库 + perl-aliased-doc | perl-aliased | The perl-aliased-doc package contains documentation files for perl-aliased. | Documentation files for perl-aliased | 2 | 库 + perl-Archive-Any-Lite | perl-Archive-Any-Lite | This is a fork of Archive::Any by Michael Schwern and Clint Moore. The maindifference is that this works properly even when you fork(), and may requireless memory to extract a tarball. On the other hand, this isn't pluggable(it only supports file formats used in the CPAN toolchains), and it doesn'tcheck MIME types. | Simple CPAN package extractor | 2 | 库 + perl-Archive-Any-Lite-doc | perl-Archive-Any-Lite | The perl-Archive-Any-Lite-doc package contains documentation files for perl-Archive-Any-Lite. | Documentation files for perl-Archive-Any-Lite | 2 | 库 + perl-Archive-Tar | perl-Archive-Tar | Archive::Tar provides an object oriented mechanism for handling tarfiles. It provides class methods for quick and easy files handlingwhile also allowing for the creation of tar file objects for custommanipulation. If you have the IO::Zlib module installed, Archive::Tarwill also support compressed or gzipped tar files. | A module for Perl manipulation of .tar files | 2 | 库 + perl-Archive-Zip | perl-Archive-Zip | The Archive::Zip module allows a Perl program to create, manipulate,read, and write Zip archive files.Zip archives can be created, or you can read from existing zip files.Once created, they can be written to files, streams, or strings.Members can be added, removed, extracted, replaced, rearranged, andenumerated. They can also be renamed or have their dates, comments,or other attributes queried or modified. Their data can be compressedor uncompressed as needed. Members can be created from members inexisting Zip files, or from existing directories, files, or strings.Members can be created from members in existing Zip files, or fromexisting directories, files, or strings.This module uses the Compress::Raw::Zlib library to read and writethe compressed streams inside the files.One can use Archive::Zip::MemberRead to read the zip file archivemembers as if they were files. | Archive::Zip - Provide an interface to ZIP archive files. | 2 | 库 + perl-Array-Diff | perl-Array-Diff | This module compares two arrays and returns the added or deleted elements intwo separate arrays. It's a simple wrapper around Algorithm::Diff.If you need more complex array tools, check Array::Compare. | Find the differences between two arrays | 2 | 库 + perl-Array-Diff-doc | perl-Array-Diff | The perl-Array-Diff-doc package contains documentation files for perl-Array-Diff. | Documentation files for perl-Array-Diff | 3 | 库 + perl-Attribute-Handlers | perl | This Perl module, when inherited by a package, allows that package's class todefine attribute handler subroutines for specific attributes. Variables andsubroutines subsequently defined in that package, or in packages derived fromthat package may be given attributes with the same names as the attributehandler subroutines, which will then be called in one of the compilationphases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block). | Simpler definition of attribute handlers | 2 | 库 + perl-Authen-SASL | perl-Authen-SASL | SASL is a generic mechanism for authentication used by several networkprotocols. Authen::SASL provides an implementation framework that allprotocols should be able to share. | Perl library for performing SASL authentication | 2 | 库 + perl-autodie | perl-autodie | The "autodie" and "Fatal" pragma provides a convenient way to replacefunctions that normally return false on failure with equivalents that throw anexception on failure.However "Fatal" has been obsoleted by the new autodie pragma. Please useautodie in preference to "Fatal". | Replace functions with ones that succeed or die | 2 | 库 + perl-AutoLoader | perl | The AutoLoader module works with the AutoSplit module and the "__END__" tokento defer the loading of some subroutines until they are used rather thanloading them all at once. | Load subroutines only on demand | 2 | 库 + perl-AutoSplit | perl | Split up your program into files that the AutoLoader module can handle. It isused by both the standard Perl libraries and by the ExtUtils::MakeMakerutility, to automatically configure libraries for automatic loading. | Split a package for automatic loading | 2 | 库 + perl-autouse | perl | If a module is not loaded yet, then the autouse declaration declares functionsin the current package. When these functions are called, they load the packageand substitute themselves with the correct definitions. | Postpone load of modules until a function is used | 2 | 库 + perl-autovivification | perl-autovivification | When an undefined variable is dereferenced, it gets silently upgraded to anarray or hash reference (depending of the type of the dereferencing). Thisbehavior is called autovivification and usually does what you mean (e.g.when you store a value) but it's sometimes unnatural or surprising becauseyour variables gets populated behind your back. This is especially truewhen several levels of dereferencing are involved, in which case all levelsare vivified up to the last, or when it happens in intuitively read-onlyconstructs like exists. | Lexically disable autovivification | 2 | 库 + perl-B | perl | The "B" module supplies classes which allow a Perl program to delve into itsown innards. It is the module used to implement the backends of the Perlcompiler. | Perl compiler backend | 2 | 库 + perl-base | perl | "base" module allows you to both load one or more modules, while setting upinheritance from those modules at the same time. Unless you are using the"fields" pragma, consider this module discouraged in favor of thelighter-weight "parent". | Establish an ISA relationship with base classes at compile time | 2 | 库 + perl-B-COW | perl-B-COW | B::COW provides some naïve additional B helpers to check the Copy On Write(COW) status of one SvPV (a Perl string variable).A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of)Read Only C string, which would be Copied On Write (COW). More than one SV canshare the same PV, but when one PV needs to alter it, it would perform a copyof it, decreasing the COWREFCNT counter. One SV can then drop the COW flag whenit's the only one holding a pointer to the PV. The COWREFCNT is stored at theend of the PV, after the null byte terminating the string. That value islimited to 255: when we reach 255, a new PV would be created. | Additional B helpers to check Copy On Write status | 2 | 库 + perl-Benchmark | perl | The Benchmark module encapsulates a number of routines to help you figure outhow long it takes to execute some code. | Benchmark running times of Perl code | 2 | 库 + perl-B-Hooks-EndOfScope | perl-B-Hooks-EndOfScope | This module allows you to execute code when Perl has finished compiling thesurrounding scope. | Execute code after scope compilation finishes | 2 | 库 + perl-BibTeX-Parser | perl-BibTeX-Parser | This is a BibTeX parser written in Perl. | Pure Perl BibTeX parser | 2 | 库 + perl-bignum | perl-bignum | Perl-Bignum is a Perl module that allows you to work with numbers ofarbitrary precision. This means that you can perform calculations withnumbers that exceed the range of standard numeric data types likeintegers or floating-point numbers in Perl. Perl-Bignum uses theMath::BigInt library to create and manipulate numbers of arbitrary size.Working with arbitrary-precision numbers can be useful in a variety ofsituations, such as cryptography or scientific computing. Perl-Bignumprovides a convenient way to handle these types of calculations in Perlwithout resorting to external libraries or custom code.To use Perl-Bignum, you need to first import the module using the "use"keyword. Once you've done that, you can create an arbitrary-precisionnumber using the "new" function provided by Math::BigInt. From there,you can perform arithmetic operations like addition, subtraction,multiplication, and division on these numbers using the functionsprovided by Perl-Bignum.In addition to basic arithmetic operations, Perl-Bignum also providesfunctions for advanced mathematical operations like exponentiation,logarithms, and factorials. It can also perform bitwise operations onarbitrary-precision numbers.One important feature of Perl-Bignum is that it seamlessly integrateswith Perl's built-in operators and functions. This means that you canuse Perl-Bignum in your code without having to make any significantchanges to your existing codebase.Overall, Perl-Bignum provides a convenient way to work with numbersof arbitrary precision in Perl. It is a powerful and versatile toolthat can help you perform complex numerical calculations with ease. | Transparent big number support for Perl | 2 | 库 + perl-bignum-tests | perl-bignum | Tests from perl-bignum. Execute themwith "/usr/libexec/perl-bignum/test". | Tests for perl-bignum | 2 | 库 + perl-Bit-Vector | perl-Bit-Vector | Bit::Vector is an efficient C library which allows you to handle bitvectors, sets (of integers), "big integer arithmetic" and booleanmatrices, all of arbitrary sizes.The library is efficient (in terms of algorithmic complexity) andtherefore fast (in terms of execution speed) for instance through thewidespread use of divide-and-conquer algorithms. | Efficient bit vector, set of integers and "big int" math library | 2 | 库 + perl-B-Keywords | perl-B-Keywords | B::Keywords supplies several arrays of exportable keywords: @Scalars, @Arrays,@Hashes, @Filehandles, @Symbols, @Functions, @Barewords, @TieIOMethods,@UNIVERSALMethods and @ExporterSymbols.The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes,@Functions and @Filehandles.Similarly, @Barewords adds a few non-function keywords and operators to the@Functions array. | Lists of reserved barewords and symbol names | 2 | 库 + perl-B-Keywords-doc | perl-B-Keywords | The perl-B-Keywords-doc package contains documentation files for perl-B-Keywords. | Documentation files for perl-B-Keywords | 2 | 库 + perl-blib | perl | This module looks for MakeMaker-like "blib" directory structure starting ingiven or current directory and working back up to five levels of directories.It is intended for use on command line with -M option as a way of testingarbitrary scripts against an uninstalled version of a package. | Use uninstalled version of a package | 2 | 库 + perl-boolean | perl-boolean | Most programming languages have a native Boolean data type. Perl does not. | Boolean support for Perl | 2 | 库 + perl-boolean-doc | perl-boolean | The perl-boolean-doc package contains documentation files for perl-boolean. | Documentation files for perl-boolean | 2 | 库 + perl-Business-ISBN | perl-Business-ISBN | This modules handles International Standard Book Numbers, includingISBN-10 and ISBN-13.For exporting ISBN into a bar code, with png_barcode(), you need to installGD::Barcode::EAN13 Perl module. | Perl module to work with International Standard Book Numbers | 2 | 库 + perl-Business-ISBN-Data | perl-Business-ISBN-Data | This is a data pack for Business::ISBN. You can updatethe ISBN data without changing the version of Business::ISBN.Most of the interesting stuff is in Business::ISBN. | The data pack for Business::ISBN | 2 | 库 + perl-Business-ISMN | perl-Business-ISMN | Perl library for International Standard Music Numbers. | Perl library for International Standard Music Numbers | 2 | 库 + perl-Business-ISSN | perl-Business-ISSN | Perl library for International Standard Serial Numbers. | Perl library for International Standard Serial Numbers | 2 | 库 + perl-Canary-Stability | perl-Canary-Stability | This module is used by Schmorp's modules during configuration stage to testthe installed perl for compatibility with his modules. | Canary to check perl compatibility for Schmorp's modules | 2 | 库 + perl-Canary-Stability-doc | perl-Canary-Stability | The perl-Canary-Stability-doc package contains documentation files for perl-Canary-Stability. | Documentation files for perl-Canary-Stability | 2 | 库 + perl-Capture-Tiny | perl-Capture-Tiny | Capture::Tiny provides a simple, portable way to capture anything sent toSTDOUT or STDERR, regardless of whether it comes from Perl, from XS code orfrom an external program. Optionally, output can be teed so that it iscaptured while being passed through to the original handles. Yes, it evenworks on Windows. Stop guessing which of a dozen capturing modules to usein any particular situation and just use this one. | Capture STDOUT and STDERR from Perl, XS or external programs | 2 | 库 + perl-Capture-Tiny-doc | perl-Capture-Tiny | The perl-Capture-Tiny-doc package contains documentation files for perl-Capture-Tiny. | Documentation files for perl-Capture-Tiny | 2 | 库 + perl-Carp | perl-Carp | The Carp routines are useful in your own modules because they act likedie() or warn(), but with a message which is more likely to be useful to auser of your module. In the case of cluck, confess, and longmess thatcontext is a summary of every call in the call-stack. For a shorter messageyou can use carp or croak which report the error as being from where yourmodule was called. There is no guarantee that that is where the error was,but it is a good educated guess. | Alternative warn and die for modules | 2 | 库 + perl-Carp-Clan | perl-Carp-Clan | This module reports errors from the perspective of the caller of a"clan" of modules, similar to "Carp.pm" itself. But instead of givingit a number of levels to skip on the calling stack, you give it apattern to characterize the package names of the "clan" of moduleswhich shall never be blamed for any error. | Perl module to print improved warning messages | 2 | 库 + perl-CBOR-XS | perl-CBOR-XS | This module converts Perl data structures to the Concise Binary ObjectRepresentation (CBOR) and vice versa. CBOR is a fast binary serializationformat that aims to use an (almost) superset of the JSON data model, i.e.when you can represent something useful in JSON, you should be able torepresent it in CBOR. | Concise Binary Object Representation (CBOR) | 2 | 库 + perl-CBOR-XS-doc | perl-CBOR-XS | The perl-CBOR-XS-doc package contains documentation files for perl-CBOR-XS. | Documentation files for perl-CBOR-XS | 2 | 库 + perl-CBOR-XS-tests | perl-CBOR-XS | Tests from perl-CBOR-XS. Execute themwith "/usr/libexec/perl-CBOR-XS/test". | Tests for perl-CBOR-XS | 2 | 库 + perl-CGI | perl-CGI | CGI.pm is a stable, complete and mature solution for processing and preparingHTTP requests and responses. Major features including processing formsubmissions, file uploads, reading and writing cookies, query stringgeneration and manipulation, and processing and preparing HTTP headers. SomeHTML generation utilities are included as well.CGI.pm performs very well in in a vanilla CGI.pm environment and also comeswith built-in support for mod_perl and mod_perl2 as well as FastCGI. | Handle Common Gateway Interface requests and responses | 2 | 库 + perl-Class-Accessor | perl-Class-Accessor | This module automagically generates accessors/mutators for your class. | Automated accessor generation | 2 | 库 + perl-Class-Data-Inheritable | perl-Class-Data-Inheritable | Class::Data::Inheritable is for creating accessor/mutators toclass data. That is, if you want to store something about yourclass as a whole (instead of about a single object). This datais then inherited by your sub-classes and can be overridden. | Inheritable, overridable class data | 2 | 库 + perl-Class-Inspector | perl-Class-Inspector | Class::Inspector allows you to get information about a loaded class.Most or all of this information can be found in other ways, but they aren'talways very friendly, and usually involve a relatively high level of Perlwizardry, or strange and unusual looking code. Class::Inspector attempts toprovide an easier, more friendly interface to this information. | Get information about a class and its structure | 2 | 库 + perl-Class-Iterator | perl-Class-Iterator | Class::Iterator is a generic iterator object class. It uses a closure thatwraps into an object interface. | Iterator class | 3 | 库 + perl-Class-Iterator-doc | perl-Class-Iterator | The perl-Class-Iterator-doc package contains documentation files for perl-Class-Iterator. | Documentation files for perl-Class-Iterator | 3 | 库 + perl-Class-Iterator-tests | perl-Class-Iterator | Tests from perl-Class-Iterator. Execute themwith "/usr/libexec/perl-Class-Iterator/test". | Tests for perl-Class-Iterator | 3 | 库 + perl-Class-Load | perl-Class-Load | require EXPR only accepts Class/Name.pm style module names, not Class::Name.How frustrating! For that, we provide load_class 'Class::Name'.It's often useful to test whether a module can be loaded, instead of throwingan error when it's not available. For that, we providetry_load_class 'Class::Name'.Finally, sometimes we need to know whether a particular class has been loaded.Asking %INC is an option, but that will miss inner packages and any class forwhich the filename does not correspond to the package name. For that, weprovide is_class_loaded 'Class::Name'. | A working (require "Class::Name") and more | 2 | 库 + perl-Class-Load-doc | perl-Class-Load | The perl-Class-Load-doc package contains documentation files for perl-Class-Load. | Documentation files for perl-Class-Load | 2 | 库 + perl-Class-Load-XS | perl-Class-Load-XS | This module provides an XS implementation for portions of Class::Load.See Class::Load for API details. | XS implementation of parts of Class::Load | 2 | 库 + perl-Class-Load-XS-doc | perl-Class-Load-XS | The perl-Class-Load-XS-doc package contains documentation files for perl-Class-Load-XS. | Documentation files for perl-Class-Load-XS | 2 | 库 + perl-Class-Method-Modifiers | perl-Class-Method-Modifiers | Method modifiers are a powerful feature from the CLOS (Common Lisp ObjectSystem) world.In its most basic form, a method modifier is just a method that calls'$self->SUPER::foo(@_)'. I for one have trouble remembering that exactinvocation, so my classes seldom re-dispatch to their base classes. Verybad!'Class::Method::Modifiers' provides three modifiers: 'before', 'around',and 'after'. 'before' and 'after' are run just before and after the methodthey modify, but can not really affect that original method. 'around' isrun in place of the original method, with a hook to easily call thatoriginal method. See the 'MODIFIERS' section for more details on how theparticular modifiers work. | Provides Moose-like method modifiers | 2 | 库 + perl-Class-Singleton | perl-Class-Singleton | This is the Class::Singleton module. A Singleton describes an object classthat can have only one instance in any system. An example of a Singletonmight be a print spooler or system registry. This module implements aSingleton class from which other classes can be derived. By itself, theClass::Singleton module does very little other than manage theinstantiation of a single object. In deriving a class fromClass::Singleton, your module will inherit the Singleton instantiationmethod and can implement whatever specific functionality is required. | Implementation of a "Singleton" class | 2 | 库 + perl-Class-Struct | perl | Class::Struct module exports a single function struct(). Given a list ofelement names and types, and optionally a class name, struct() creates aPerl 5 class that implements a struct-like data structure. | Declare struct-like data types as Perl classes | 2 | 库 + perl-Class-Tiny | perl-Class-Tiny | This module offers a minimalist class construction kit in around 120 linesof code. Here is a list of features:* defines attributes via import arguments* generates read-write accessors* supports lazy attribute defaults* supports custom accessors* superclass provides a standard new constructor* new takes a hash reference or list of key/value pairs* new has heuristics to catch constructor attribute typos* new calls BUILD for each class from parent to child* superclass provides a DESTROY method* DESTROY calls DEMOLISH for each class from child to parent | Minimalist class construction | 2 | 库 + perl-Class-Tiny-doc | perl-Class-Tiny | The perl-Class-Tiny-doc package contains documentation files for perl-Class-Tiny. | Documentation files for perl-Class-Tiny | 2 | 库 + perl-Class-XSAccessor | perl-Class-XSAccessor | Experience lightning-fast access to object attributes with Class::XSAccessor.This powerful module utilizes XS to provide speedy read, write, and read/writeaccessors, while also offering convenient predicate functions like "has_foo()"to determine if the attribute "foo" is defined in the object. It seamlesslyintegrates with objects that use ordinary hashes, and for those that use arrays,there's Class::XSAccessor::Array - delivering the same impressive performanceand ease of use. | Generate fast XS accessors without run-time compilation | 2 | 库 + perl-Clone | perl-Clone | This module provides a 'clone()' method which makes recursive copies ofnested hash, array, scalar and reference types, including tied variablesand objects.clone() takes a scalar argument and duplicates it. To duplicate lists,arrays or hashes, pass them in by reference, e.g. my $copy = clone (\@array); my %copy = %{ clone (\%hash) }; | Recursively copy perl data types | 2 | 库 + perl-Color-ANSI-Util | perl-Color-ANSI-Util | This module provides routines for dealing with ANSI colors. The two mainfunctions are ansifg and ansibg. With those functions, you can specifycolors in RGB and let it output the correct ANSI color escape codeaccording to the color depth support of the terminal (whether 16-color,256-color, or 24bit). There are other functions to convert RGB to ANSIin specific color depths, or reverse functions to convert from ANSI toRGB codes. | Routines for dealing with ANSI colors | 2 | 库 + perl-Color-ANSI-Util-doc | perl-Color-ANSI-Util | The perl-Color-ANSI-Util-doc package contains documentation files for perl-Color-ANSI-Util. | Documentation files for perl-Color-ANSI-Util | 2 | 库 + perl-Color-RGB-Util | perl-Color-RGB-Util | This module contains utilities related to RGB colors. | Utilities related to RGB colors | 2 | 库 + perl-Color-RGB-Util-doc | perl-Color-RGB-Util | The perl-Color-RGB-Util-doc package contains documentation files for perl-Color-RGB-Util. | Documentation files for perl-Color-RGB-Util | 2 | 库 + perl-Color-RGB-Util-tests | perl-Color-RGB-Util | Tests from perl-Color-RGB-Util. Execute themwith "/usr/libexec/perl-Color-RGB-Util/test". | Tests for perl-Color-RGB-Util | 2 | 库 + perl-ColorThemeBase-Static | perl-ColorThemeBase-Static | This is base class for color theme modules with static list of items (fromobject's colors key).This class is now alias for ColorThemeBase::Static::FromStructColors. Youcan use that class directly. | Base class for color theme modules with static list of items | 2 | 库 + perl-ColorThemeBase-Static-doc | perl-ColorThemeBase-Static | The perl-ColorThemeBase-Static-doc package contains documentation files for perl-ColorThemeBase-Static. | Documentation files for perl-ColorThemeBase-Static | 2 | 库 + perl-ColorThemeRole-ANSI | perl-ColorThemeRole-ANSI | This module can be mixed in with a ColorTheme::* class. Handy when usingcolor theme in terminal. | Roles for using ColorTheme::* with ANSI codes | 2 | 库 + perl-ColorThemeRole-ANSI-doc | perl-ColorThemeRole-ANSI | The perl-ColorThemeRole-ANSI-doc package contains documentation files for perl-ColorThemeRole-ANSI. | Documentation files for perl-ColorThemeRole-ANSI | 2 | 库 + perl-ColorThemes-Standard | perl-ColorThemes-Standard | This module contains a standard collection of generic color themes. | Standard collection of generic color themes | 2 | 库 + perl-ColorThemes-Standard-doc | perl-ColorThemes-Standard | The perl-ColorThemes-Standard-doc package contains documentation files for perl-ColorThemes-Standard. | Documentation files for perl-ColorThemes-Standard | 2 | 库 + perl-ColorThemeUtil-ANSI | perl-ColorThemeUtil-ANSI | This module provides utility routines related to color themes and ANSIcode. | Utility routines related to color themes and ANSI code | 2 | 库 + perl-ColorThemeUtil-ANSI-doc | perl-ColorThemeUtil-ANSI | The perl-ColorThemeUtil-ANSI-doc package contains documentation files for perl-ColorThemeUtil-ANSI. | Documentation files for perl-ColorThemeUtil-ANSI | 2 | 库 + perl-common-sense | perl-common-sense | This module implements some sane defaults for Perl programs, as definedby two typical (or not so typical - use your common sense) specimens ofPerl coders:It's supposed to be mostly the same, with much lower memory usage, as:use utf8;use strict qw(vars subs);use feature qw(say state switch);use feature qw(unicode_strings unicode_eval current_sub fc evalbytes);no feature qw(array_base);no warnings;use warnings qw(FATAL closed threads internal debugging packprototype inplace io pipe unpack mallocdeprecated glob digit printf layerreserved taint closure semicolon);no warnings qw(exec newline unopened); | "Common sense" Perl defaults | 2 | 库 + perl-common-sense-doc | perl-common-sense | The perl-common-sense-doc package contains documentation files for perl-common-sense. | Documentation files for perl-common-sense | 2 | 库 + perl-Compress-Bzip2 | perl-Compress-Bzip2 | The Compress::Bzip2 module provides a Perl interface to the Bzip2 compressionlibrary. A relevant subset of the functionality provided by Bzip2 is availablein Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, usethe preferred IO::Compress::Bzip2 instead. | Interface to Bzip2 compression library | 2 | 库 + perl-Compress-LZF | perl-Compress-LZF | This is Perl binding to the LZF compression library. | Extremely light-weight Lempel-Ziv-Free compression | 2 | 库 + perl-Compress-LZF-doc | perl-Compress-LZF | The perl-Compress-LZF-doc package contains documentation files for perl-Compress-LZF. | Documentation files for perl-Compress-LZF | 2 | 库 + perl-Compress-Raw-Bzip2 | perl-Compress-Raw-Bzip2 | Compress::Raw::Bzip2 provides an interface to the in-memory compression/uncompressionfunctions from the bzip2 compression library.Although the primary purpose for the existence of Compress::Raw::Bzip2 is for use bythe IO::Compress::Bzip2 and IO::Compress::Bunzip2 modules, it can be used on its ownfor simple compression/uncompression tasks. | Low-level interface to bzip2 compression library | 2 | 库 + perl-Compress-Raw-Lzma | perl-Compress-Raw-Lzma | This module provides a Perl interface to the lzma compression library.It is used by IO::Compress::Lzma. | Low-level interface to lzma compression library | 2 | 库 + perl-Compress-Raw-Zlib | perl-Compress-Raw-Zlib | The Compress::Raw::Zlib module provides a Perl interface to the zlibcompression library, which is used by IO::Compress::Zlib. | Low-level interface to the zlib compression library | 2 | 库 + perl-Compress-Raw-Zlib-tests | perl-Compress-Raw-Zlib | Tests from perl-Compress-Raw-Zlib-2.202. Execute themwith "/usr/libexec/perl-Compress-Raw-Zlib/test". | Tests for perl-Compress-Raw-Zlib | 2 | 库 + perl-Config-AutoConf | perl-Config-AutoConf | This module simulates some of the tasks autoconf macros do. To detecta command, a library and similar. | A module to implement some of AutoConf macros in pure Perl | 2 | 库 + perl-Config-AutoConf-doc | perl-Config-AutoConf | The perl-Config-AutoConf-doc package contains documentation files for perl-Config-AutoConf. | Documentation files for perl-Config-AutoConf | 2 | 库 + perl-Config-Extensions | perl | The Config::Extensions module provides a hash %Extensions containing all thecore extensions that were enabled for this perl. | Hash lookup of which Perl core extensions were built | 2 | 库 + perl-Config-Perl-V | perl-Config-Perl-V | The command 'perl -V' will return you an excerpt from the %Config hashcombined with the output of 'perl -V' that is not stored inside %Config,but only available to the perl binary itself. | A module that will return you the output of 'perl -V' in a structure | 2 | 库 + perl-Config-Tiny | perl-Config-Tiny | Config::Tiny is a Perl module designed for reading and writing .inistyle configuration files. It is designed for simplicity and ease ofuse, and thus only supports the most basic operations. | Perl module for reading and writing .ini style configuration files | 2 | 库 + perl-Config-Tiny-doc | perl-Config-Tiny | The perl-Config-Tiny-doc package contains documentation files for perl-Config-Tiny. | Documentation files for perl-Config-Tiny | 2 | 库 + perl-constant | perl-constant | This pragma allows you to declare constants at compile-time.When a constant is used in an expression, Perl replaces it with itsvalue at compile time, and may then optimize the expression further.In particular, any code in an "if (CONSTANT)" block will be optimizedaway if the constant is false. | Perl pragma to declare constants | 2 | 库 + perl-constant-defer | perl-constant-defer | constant::defer creates a subroutine which on the first call runs givencode to calculate its value, and on the second and subsequent calls justreturns that value, like a constant. The value code is discarded once run,allowing it to be garbage collected. | Constant subs with deferred value calculation | 2 | 库 + perl-constant-defer-doc | perl-constant-defer | The perl-constant-defer-doc package contains documentation files for perl-constant-defer. | Documentation files for perl-constant-defer | 2 | 库 + perl-constant-defer-tests | perl-constant-defer | Tests from perl-constant-defer. Execute themwith "/usr/libexec/perl-constant-defer/test". | Tests for perl-constant-defer | 2 | 库 + perl-Const-Fast | perl-Const-Fast | This the only function of this module and it is exported by default. It takesa scalar, array or hash left-value as first argument, and a list of one ormore values depending on the type of the first argument as the value for thevariable. It will set the variable to that value and subsequently make itread-only. Arrays and hashes will be made deeply read-only. | Facility for creating read-only scalars, arrays, and hashes | 2 | 库 + perl-Const-Fast-doc | perl-Const-Fast | The perl-Const-Fast-doc package contains documentation files for perl-Const-Fast. | Documentation files for perl-Const-Fast | 2 | 库 + perl-Contextual-Return | perl-Contextual-Return | This module allows you to define return values of a perl sub that areappropriate given the calling context. | Create context-sensitive return values | 2 | 库 + perl-Contextual-Return-doc | perl-Contextual-Return | The perl-Contextual-Return-doc package contains documentation files for perl-Contextual-Return. | Documentation files for perl-Contextual-Return | 2 | 库 + perl-Convert-ASN1 | perl-Convert-ASN1 | Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. | ASN.1 encode/decode library | 2 | 库 + perl-Convert-Bencode | perl-Convert-Bencode | This module provides two functions, bencode and bdecode, which encode anddecode bencoded strings respectively. | Functions for converting to/from bencoded strings | 2 | 库 + perl-Convert-Bencode-doc | perl-Convert-Bencode | The perl-Convert-Bencode-doc package contains documentation files for perl-Convert-Bencode. | Documentation files for perl-Convert-Bencode | 2 | 库 + perl-Coro-Multicore-doc | perl-Coro-Multicore | The perl-Coro-Multicore-doc package contains documentation files for perl-Coro-Multicore. | Documentation files for perl-Coro-Multicore | 2 | 库 + perl-Coro-Multicore-tests | perl-Coro-Multicore | Tests from perl-Coro-Multicore. Execute themwith "/usr/libexec/perl-Coro-Multicore/test". | Tests for perl-Coro-Multicore | 2 | 库 + perl-CPAN | perl-CPAN | CPAN (Comprehensive Perl Archive Network) is a comprehensive repository ofPerl software and documentation that serves as a centralized resource for thePerl community. This repository comprises thousands of modules, libraries,frameworks, and tools that are available to be downloaded and used free of charge.CPAN offers a convenient way to search, install, and manage Perl modules, enablingdevelopers to rapidly and efficiently incorporate new functionality into theirPerl applications. Additionally, CPAN hosts a wealth of documentation, tutorials,and other resources that can aid developers in honing their Perl skills and keepingup-to-date with the latest advancements in the Perl language.The CPAN module automates or at least simplifies the make and install ofperl modules and extensions. It includes some primitive searchingcapabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certainexternal download clients to fetch distributions from the net. | Query, download and build perl modules from CPAN sites | 2 | 库 + perl-CPAN-Changes | perl-CPAN-Changes | It is standard practice to include a Changes file in your distribution. Thepurpose of the Changes file is to help a user figure out what has changedsince the last release.People have devised many ways to write the Changes file. A preliminaryspecification has been created (CPAN::Changes::Spec) to encourage moduleauthors to write clear and concise Changes.This module will help users programmatically read and write Changes filesthat conform to the specification. | Read and write Changes files | 2 | 库 + perl-CPAN-Changes-doc | perl-CPAN-Changes | The perl-CPAN-Changes-doc package contains documentation files for perl-CPAN-Changes. | Documentation files for perl-CPAN-Changes | 2 | 库 + perl-CPAN-DistnameInfo | perl-CPAN-DistnameInfo | Perl-CPAN-DistnameInfo is a Perl module that provides a simple interface forparsing distribution (dist) names from the Comprehensive Perl Archive Network(CPAN) website. This module is designed to make it easy for developers toextract information about a CPAN distribution from its name, including theauthor name, distribution name, and version number.The module works by providing a single function, called parse_distname(),which takes a CPAN distribution name as its argument and returns a hashreference containing information about the distribution. The hash referencecontains three keys: 'author', 'dist', and 'version', which respectivelycontain the author name, distribution name, and version number componentsof the dist name.In addition to the parse_distname() function, Perl-CPAN-DistnameInfoalso provides several utility functions for working with CPAN distributionnames. These include functions for converting a distribution name to a URLon the CPAN website, and for converting author and distribution names totheir canonical forms. | Extract distribution name and version from a distribution filename | 2 | 库 + perl-Cpanel-JSON-XS | perl-Cpanel-JSON-XS | This module converts Perl data structures to JSON and vice versa. Itsprimary goal is to be correct and its secondary goal is to be fast. Toreach the latter goal it was written in C. | JSON::XS for Cpanel, fast and correct serializing | 2 | 库 + perl-Cpanel-JSON-XS-doc | perl-Cpanel-JSON-XS | The perl-Cpanel-JSON-XS-doc package contains documentation files for perl-Cpanel-JSON-XS. | Documentation files for perl-Cpanel-JSON-XS | 2 | 库 + perl-CPAN-Meta | perl-CPAN-Meta | Software distributions released to the CPAN include a META.json or, for olderdistributions, META.yml, which describes the distribution, its contents, andthe requirements for building and installing the distribution. The datastructure stored in the META.json file is described in CPAN::Meta::Spec. | Distribution metadata for a CPAN dist | 2 | 库 + perl-CPAN-Meta-Check | perl-CPAN-Meta-Check | This module verifies if requirements described in a CPAN::Meta object arepresent. | Verify requirements in a CPAN::Meta object | 2 | 库 + perl-CPAN-Meta-Check-doc | perl-CPAN-Meta-Check | The perl-CPAN-Meta-Check-doc package contains documentation files for perl-CPAN-Meta-Check. | Documentation files for perl-CPAN-Meta-Check | 2 | 库 + perl-CPAN-Meta-Requirements | perl-CPAN-Meta-Requirements | A CPAN::Meta::Requirements object models a set of version constraints likethose specified in the META.yml or META.json files in CPAN distributions. Itcan be built up by adding more and more constraints, and it will reduce themto the simplest representation.Logically impossible constraints will be identified immediately by thrownexceptions. | Set of version requirements for a CPAN dist | 2 | 库 + perl-CPAN-Meta-YAML | perl-CPAN-Meta-YAML | This module implements a subset of the YAML specification for use in readingand writing CPAN metadata files like META.yml and MYMETA.yml. It should not beused for any other general YAML parsing or generation task. | Read and write a subset of YAML for CPAN Meta files | 2 | 库 + perl-CPAN-tests | perl-CPAN | Tests from perl-CPAN. Execute themwith "/usr/libexec/perl-CPAN/test". | Tests for perl-CPAN | 2 | 库 + perl-Crypt-PasswdMD5 | perl-Crypt-PasswdMD5 | Modules Crypt::PasswdMD5 - Provide interoperable MD5-based crypt() functions. | Provides interoperable MD5-based crypt() functions | 2 | 库 + perl-Crypt-RC4 | perl-Crypt-RC4 | A simple implementation of the RC4 algorithm, developed by RSA Security,Inc. Here is the description from RSA's website:RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSASecurity). It is a variable key-size stream cipher with byte-orientedoperations. The algorithm is based on the use of a random permutation. Analysisshows that the period of the cipher is overwhelmingly likely to be greater than10100. Eight to sixteen machine operations are required per output byte, andthe cipher can be expected to run very quickly in software. Independent analystshave scrutinized the algorithm and it is considered secure. | Perl implementation of the RC4 encryption algorithm | 2 | 库 + perl-Data-Binary | perl-Data-Binary | This simple module provides string equivalents to the -T / -B operators. Sincethese only work on file names and file handles, this module provides the samefunctions but on strings.Note that the actual implementation is currently different, basically becausethe -T / -B functions are in C/XS, and this module is written in pure Perl. Fornow, anyway. | Simple detection of binary versus text in strings | 2 | 库 + perl-Data-Binary-doc | perl-Data-Binary | The perl-Data-Binary-doc package contains documentation files for perl-Data-Binary. | Documentation files for perl-Data-Binary | 2 | 库 + perl-Data-Compare | perl-Data-Compare | This module compares arbitrary data structures to see if they are copiesof each other. | Compare perl data structures | 2 | 库 + perl-Data-Dump | perl-Data-Dump | This module provides a single function called dump() that takes a list ofvalues as its argument and produces a string as its result. The stringcontains Perl code that can be evaluated to produce a deep copy of theoriginal arguments. The string is formatted for easy comprehension. | Pretty printing of data structures | 2 | 库 + perl-Data-Dumper | perl-Data-Dumper | Given a list of scalars or reference variables, writes out their contentsin perl syntax. The references can also be objects. The content of eachvariable is output in a single Perl statement. Handles self-referentialstructures correctly. | Stringified perl data structures, suitable for printing and eval | 2 | 库 + perl-Data-Dumper-Concise | perl-Data-Dumper-Concise | This module always exports a single function, Dumper, which can becalled with an array of values to dump those values or with no argumentsto return the Data::Dumper object it has created. It exists,fundamentally, as a convenient way to reproduce a set of Dumper optionsthat we've found ourselves using across large numbers of applications. | A convenient way to reproduce a set of Dumper options | 2 | 库 + perl-Data-Dumper-Concise-doc | perl-Data-Dumper-Concise | The perl-Data-Dumper-Concise-doc package contains documentation files for perl-Data-Dumper-Concise. | Documentation files for perl-Data-Dumper-Concise | 2 | 库 + perl-Data-Dumper-Names | perl-Data-Dumper-Names | The essential module Data::Dumper is used for printing perl data structures orsuitable for eval. Data::Dumper::Names dump variables with names and withoutsource filter. | Data::Dumper like module for printing and eval data structures | 2 | 库 + perl-Data-Dumper-Names-doc | perl-Data-Dumper-Names | The perl-Data-Dumper-Names-doc package contains documentation files for perl-Data-Dumper-Names. | Documentation files for perl-Data-Dumper-Names | 2 | 库 + perl-Data-Dumper-tests | perl-Data-Dumper | Tests from perl-Data-Dumper. Execute them with "/usr/libexec/perl-Data-Dumper/test". | Tests for perl-Data-Dumper | 2 | 库 + perl-Data-OptList | perl-Data-OptList | perl-Data-OptList is a Perl module that provides a lightweight andflexible option list parser. It allows users to define a set of options andparse them from the arguments passed to the program. It also provides somefeatures such as applying default values to missing options, merging multipleoption lists, etc. It is commonly used for handling command-line options orfunction parameters.Hashes are great for storing named data.If you want more than one entry for a name, you should use a list of pairs.Even then, this is really boring to write:$values = [ foo => undef, bar => undef, baz => undef, xyz => { ... },];With Data::OptList, you can do this instead:$values = Data::OptList::mkopt([ qw(foo bar baz), xyz => { ... },]);This works is a name and any reference following a name is its valueby assuming that any defined scalar. | Parse and validate simple name or value option pairs | 2 | 库 + perl-Data-Peek | perl-Data-Peek | Perl-Data-Peek is a module in Perl that provides a set of utilities forinspecting Perl data structures. With this module, developers can easilyview the contents of complex data structures, such as arrays or hashes,and get a better understanding of how they are organized.Data::Peek is useful for debugging Perl applications and can help developersto identify and fix issues in their code. It provides output in a formatthat is easy to read, and it can display a wide range of data types,including references, objects, and even code. | A collection of low-level debug functions | 2 | 库 + perl-Data-Section | perl-Data-Section | Data::Section provides an easy way to access multiple named chunks ofline-oriented data in your module's DATA section. It was written to allowmodules to store their own templates, but probably has other uses. | Read multiple hunks of data out of your DATA section | 2 | 库 + perl-Data-Section-Simple | perl-Data-Section-Simple | Data::Section::Simple is a simple module to extract data from the __DATA__section of the file. | Read data from __DATA__ | 2 | 库 + perl-Data-Section-Simple-doc | perl-Data-Section-Simple | The perl-Data-Section-Simple-doc package contains documentation files for perl-Data-Section-Simple. | Documentation files for perl-Data-Section-Simple | 2 | 库 + perl-Data-Uniqid | perl-Data-Uniqid | Data::Uniqid provides three simple routines for generating unique ids.These ids are coded with a Base62 system to make them short and handy (e.g.to use it as part of a URL). | Perl extension for simple generating of unique id's | 2 | 库 + perl-Data-UUID | perl-Data-UUID | This module provides a framework for generating v3 UUIDs (Universally UniqueIdentifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128bits long, and is guaranteed to be different from all other UUIDs/GUIDsgenerated until 3400 CE.UUIDs were originally used in the Network Computing System (NCS) and later inthe Open Software Foundation's (OSF) Distributed Computing Environment.Currently many different technologies rely on UUIDs to provide unique identityfor various software components. Microsoft COM/DCOM for instance, uses GUIDsvery extensively to uniquely identify classes, applications and componentsacross network-connected systems.The algorithm for UUID generation, used by this extension, is described in theInternet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz (see RFC 4122).It provides a reasonably efficient and reliable framework for generating UUIDsand supports fairly high allocation rates - 10 million per second per machine -and therefore is suitable for identifying both extremely short-lived and verypersistent objects on a given system as well as across the network.This module provides several methods to create a UUID. In all methods,<namespace> is a UUID and <name> is a free form string. | Globally/Universally Unique Identifiers (GUIDs/UUIDs) | 2 | 库 + perl-Data-UUID-doc | perl-Data-UUID | Doc files for perl-Data-UUID | Doc files for perl-Data-UUID | 2 | 库 + perl-Date-Calc | perl-Date-Calc | The library provides all sorts of date calculations based on theGregorian calendar (the one used in all western countries today),thereby complying with all relevant norms and standards: ISO/R2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). | Gregorian calendar date calculations | 2 | 库 + perl-Date-ISO8601 | perl-Date-ISO8601 | The international standard ISO 8601 "Data elements and interchange formats- Information interchange - Representation of dates and times" definesthree distinct calendars by which days can be labeled. It also definestextual formats for the representation of dates in these calendars. Thismodule provides functions to convert dates between these three calendarsand Chronological Julian Day Numbers, which is a suitable format to doarithmetic with. It also supplies functions that describe the shape ofthese calendars, to assist in calendrical calculations. It also suppliesfunctions to represent dates textually in the ISO 8601 formats. ISO 8601also covers time of day and time periods, but this module does nothingrelating to those parts of the standard; this is only about labeling days. | Three ISO 8601 numerical calendars | 2 | 库 + perl-Date-Manip | perl-Date-Manip | Date::Manip is a series of modules designed to make any common date/timeoperation easy to do. Operations such as comparing two times, determininga data a given amount of time from another, or parsing international timesare all easily done. It deals with time as it is used in the Gregoriancalendar (the one currently in use) with full support for time changes dueto daylight saving time. | Date manipulation routines | 2 | 库 + perl-DateTime | perl-DateTime | DateTime is a class for the representation of date/time combinations. Itrepresents the Gregorian calendar, extended backwards in time before itscreation (in 1582). This is sometimes known as the "proleptic Gregoriancalendar". In this calendar, the first day of the calendar (the epoch), is thefirst day of year 1, which corresponds to the date which was (incorrectly)believed to be the birth of Jesus Christ. | Date and time object for Perl | 2 | 库 + perl-DateTime-Calendar-Julian | perl-DateTime-Calendar-Julian | DateTime object in the Julian calendar. | Julian Calendar support for DateTime.pm | 2 | 库 + perl-DateTime-Calendar-Mayan | perl-DateTime-Calendar-Mayan | An implementation of the Mayan Long Count, Haab, and Tzolkin calendarsas defined in "Calendrical Calculations The Millennium Edition".Supplemented by "Frequently Asked Questions about Calendars". | Mayan Long Count Calendar | 2 | 工具 + perl-DateTime-Calendar-Mayan-doc | perl-DateTime-Calendar-Mayan | The perl-DateTime-Calendar-Mayan-doc package contains documentation files for perl-DateTime-Calendar-Mayan. | Documentation files for perl-DateTime-Calendar-Mayan | 2 | 库 + perl-DateTime-Format-Builder | perl-DateTime-Format-Builder | DateTime::Format::Builder creates DateTime parsers. Many string formats ofdates and times are simple and just require a basic regular expression toextract the relevant information. Builder provides a simple way to do thiswithout writing reams of structural code.Builder provides a number of methods, most of which you'll never need, or atleast rarely need. They're provided more for exposing of the module's innardsto any sub-classes, or for when you need to do something slightly beyond whatis expected. | Create DateTime parser classes and objects | 2 | 库 + perl-DateTime-Format-MySQL | perl-DateTime-Format-MySQL | This module understands the formats used by MySQL for its DATE, DATETIME,TIME, and TIMESTAMP data types. It can be used to parse these formats in orderto create DateTime objects, and it can take a DateTime object and produce astring representing it in the MySQL format. | Parse and format MySQL dates and times | 2 | 库 + perl-DateTime-Format-MySQL-doc | perl-DateTime-Format-MySQL | The perl-DateTime-Format-MySQL-doc package contains documentation files for perl-DateTime-Format-MySQL. | Documentation files for perl-DateTime-Format-MySQL | 2 | 库 + perl-DateTime-Format-Strptime | perl-DateTime-Format-Strptime | This module implements most of strptime(3), the POSIX function that is thereverse of strftime(3), for DateTime. While strftime takes a DateTime and apattern and returns a string, strptime takes a string and a pattern andreturns the DateTime object associated. | Parse and format strptime and strftime patterns | 2 | 库 + perl-DateTime-Locale | perl-DateTime-Locale | DateTime::Locale is primarily a factory for the various locale sub-classes.It also provides some functions for getting information on all theavailable locales. | Localization support for DateTime.pm | 2 | 库 + perl-DateTime-TimeZone | perl-DateTime-TimeZone | This class is the base class for all time zone objects. A time zone isrepresented internally as a set of observances, each of which describes theoffset from GMT for a given time period. | Time zone object base class and factory | 2 | 库 + perl-DateTime-TimeZone-SystemV | perl-DateTime-TimeZone-SystemV | An instance of this class represents a timezone that was specified by meansof a System V timezone recipe or the POSIX extended form of the samesyntax. These can express a plain offset from Universal Time, or a systemof two offsets (standard and daylight saving time) switching on a yearlycycle according to certain types of rule.This class implements the DateTime::TimeZone interface, so that its instancescan be used with DateTime objects. | System V and POSIX timezone strings | 2 | 库 + perl-DateTime-TimeZone-Tzfile | perl-DateTime-TimeZone-Tzfile | An instance of this class represents a timezone that was encoded in a filein the tzfile(5) format. These can express arbitrary patterns of offsetsfrom Universal Time, changing over time. Offsets and change times arelimited to a resolution of one second.This class implements the DateTime::TimeZone interface, so that its instancescan be used with DateTime objects. | Tzfile (zoneinfo) timezone files | 2 | 库 + perl-DB_File | perl-DB_File | DB_File is a module which allows Perl programs to make use of the facilitiesprovided by Berkeley DB version 1.x (if you have a newer version of DB, youwill be limited to functionality provided by interface of version 1.x). Theinterface defined here mirrors the Berkeley DB interface closely. | Perl5 access to Berkeley DB version 1.x | 2 | 库 + perl-DB_File-doc | perl-DB_File | The perl-DB_File-doc package contains documentation files for perl-DB_File. | Documentation files for perl-DB_File | 2 | 库 + perl-DB_File-tests | perl-DB_File | Tests from perl-DB_File. Execute themwith "/usr/libexec/perl-DB_File/test". | Tests for perl-DB_File | 2 | 库 + perl-DBD-MariaDB | perl-DBD-MariaDB | DBD::MariaDB is the Perl DBI driver for access to MariaDB and MySQL databases.The goal of DBD::MariaDB is to fix MariaDB compatibility, Perl Unicode supportand security related bugs. This Perl DBI driver is a fork of the DBD::mysql driverand was created because said issues in the original DBD::mysql have not beenaddressed for more than a year. | MariaDB and MySQL driver for the Perl5 Database Interface (DBI) | 2 | 库 + perl-DBD-MySQL | perl-DBD-MySQL | DBD::mysql is the Perl5 Database Interface driver for the MySQL database. Inother words: DBD::mysql is an interface between the Perl programming languageand the MySQL programming API that comes with the MySQL relational databasemanagement system. | A MySQL interface for Perl | 2 | 库 + perl-DBD-MySQL-doc | perl-DBD-MySQL | The perl-DBD-MySQL-doc package contains documentation files for perl-DBD-MySQL. | Documentation files for perl-DBD-MySQL | 2 | 库 + perl-DBD-SQLite | perl-DBD-SQLite | SQLite is a public domain, file-based, relational database engine that you canfind at <https://www.sqlite.org/>. This package provides a Perl DBI driver forSQLite. | SQLite DBI Driver | 2 | 库 + perl-DBI | perl-DBI | The DBI module enables your Perl applications to access multiple database types transparently.You can connect to PostgreSQL, SQLite, MySQL, MSSQL, Oracle, Informix, Sybase, ODBC and manymore without having to know the different underlying interfaces of each. The API defined byDBI will work on all these database types and many more. | A database access API for perl | 2 | 库 + perl-DBI-doc | perl-DBI | The perl-DBI-doc package contains documentation files for perl-DBI. | Documentation files for perl-DBI | 2 | 库 + perl-DBM_Filter | perl | This module provides an interface that allows filters to be applied to tiedhashes associated with DBM files. | Filter DBM keys and values | 2 | 库 + perl-DBM-Deep | perl-DBM-Deep | A unique flat-file database module, written in pure perl. True multi-levelhash/array support (unlike MLDBM, which is faked), hybrid OO / tie()interface, cross-platform FTPable files, and quite fast. Can handlemillions of keys and unlimited hash levels without significant slow-down.Written from the ground-up in pure perl - this is NOT a wrapper around aC-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows. | A pure perl multi-level hash/array DBM | 2 | 库 + perl-DBM-Deep-doc | perl-DBM-Deep | The perl-DBM-Deep-doc package contains documentation files for perl-DBM-Deep. | Documentation files for perl-DBM-Deep | 2 | 库 + perl-debugger | perl | This is the perl debugger. It is loaded automatically by Perl when you invokea script with "perl -d". There is also "DB" module contained fora programmatic interface to the debugging API. | Perl debugger | 2 | 库 + perl-Declare-Constraints-Simple | perl-Declare-Constraints-Simple | The main purpose of this module is to provide an easy way to build aprofile to validate a data structure. It does this by giving you a set ofdeclarative keywords in the importing namespace. | Declarative Validation of Data Structures | 2 | 库 + perl-Declare-Constraints-Simple-doc | perl-Declare-Constraints-Simple | The perl-Declare-Constraints-Simple-doc package contains documentation files for perl-Declare-Constraints-Simple. | Documentation files for perl-Declare-Constraints-Simple | 2 | 库 + perl-deprecate | perl | "deprecate" pragma simplifies the maintenance of dual-life modules that will nolonger be included in the Perl core in a future Perl release, but arestill included currently. The purpose of the pragma is to alert users to thestatus of such a module by issuing a warning that encourages them to installthe module from CPAN, so that a future upgrade to a perl which omits themodule will not break their code. | Perl pragma for deprecating the inclusion of a module in core | 2 | 库 + perl-devel | perl | This package contains header files and development modules.Most perl packages will need to install perl-devel to build. | Header files for use in perl development | 2 | 库 + perl-Devel-ArgNames | perl-Devel-ArgNames | This Perl module provides a function which returns the names associatedwith the variables found on @_. | Figure out the names of variables passed into subroutines | 2 | 库 + perl-Devel-ArgNames-tests | perl-Devel-ArgNames | Tests from perl-Devel-ArgNames. Execute themwith "/usr/libexec/perl-Devel-ArgNames/test". | Tests for perl-Devel-ArgNames | 2 | 库 + perl-Devel-CallChecker | perl-Devel-CallChecker | This module makes some new features of the Perl 5.14.0 C API available toXS modules running on older versions of Perl. The features are centeredaround the function cv_set_call_checker, which allows XS code to attach amagical annotation to a Perl subroutine, resulting in resolvable calls tothat subroutine being mutated at compile time by arbitrary C code. Thismodule makes cv_set_call_checker and several supporting functionsavailable. (It is possible to achieve the effect of cv_set_call_checkerfrom XS code on much earlier Perl versions, but it is painful to achievewithout the centralized facility.) | Custom op checking attached to subroutines | 2 | 库 + perl-Devel-Caller | perl-Devel-Caller | Devel::Caller - Meatier versions of caller. | Meatier versions of caller | 2 | 库 + perl-Devel-CheckBin | perl-Devel-CheckBin | Devel::CheckBin is a perl module that checks whether a particular command isavailable. | Check that a command is available | 2 | 库 + perl-Devel-CheckBin-doc | perl-Devel-CheckBin | The perl-Devel-CheckBin-doc package contains documentation files for perl-Devel-CheckBin. | Documentation files for perl-Devel-CheckBin | 2 | 库 + perl-Devel-CheckLib | perl-Devel-CheckLib | Devel::CheckLib is a perl module that checks whether a particular C libraryand its headers are available. | Check that a library is available | 2 | 库 + perl-Devel-Cycle | perl-Devel-Cycle | This is a simple developer's tool for finding circular references inobjects and other types of references. Because of Perl's reference-countbased memory management, circular references will cause memory leaks. | Find memory cycles in objects | 2 | 库 + perl-Devel-Cycle-doc | perl-Devel-Cycle | The perl-Devel-Cycle-doc package contains documentation files for perl-Devel-Cycle. | Documentation files for perl-Devel-Cycle | 2 | 库 + perl-Devel-GlobalDestruction | perl-Devel-GlobalDestruction | Perl's global destruction is a little tricky to deal with with respect tofinalizers because it's not ordered and objects can sometimes disappear.Writing defensive destructors is hard and annoying, and usually if globaldestruction is happening you only need the destructors that free up nonprocess local resources to actually execute.For these constructors you can avoid the mess by simply bailing out ifglobal destruction is in effect. | Expose PL_dirty, the flag that marks global destruction | 2 | 库 + perl-Devel-Hide | perl-Devel-Hide | Given a list of Perl modules/filenames, this module makes require and usestatements fail (regardless of whether the specified files/modules areinstalled or not). | Forces the unavailability of specified Perl modules (for testing) | 2 | 库 + perl-Devel-Hide-doc | perl-Devel-Hide | The perl-Devel-Hide-doc package contains documentation files for perl-Devel-Hide. | Documentation files for perl-Devel-Hide | 2 | 库 + perl-Devel-LexAlias | perl-Devel-LexAlias | Devel::LexAlias provides the ability to alias a lexical variable in asubroutines scope to one of your choosing. | Alias lexical variables | 2 | 库 + perl-Devel-OverloadInfo | perl-Devel-OverloadInfo | Devel::OverloadInfo returns information about overloaded operators for agiven class (or object), including where in the inheritance hierarchy theoverloads are declared and where the code implementing it is. | Introspect overloaded operators | 2 | 库 + perl-Devel-OverloadInfo-doc | perl-Devel-OverloadInfo | The perl-Devel-OverloadInfo-doc package contains documentation files for perl-Devel-OverloadInfo. | Documentation files for perl-Devel-OverloadInfo | 2 | 库 + perl-Devel-PartialDump | perl-Devel-PartialDump | This module is a data dumper optimized for logging of arbitrary parameters. | Partial dumping of data structures, optimized for argument printing | 2 | 库 + perl-Devel-PartialDump-doc | perl-Devel-PartialDump | The perl-Devel-PartialDump-doc package contains documentation files for perl-Devel-PartialDump. | Documentation files for perl-Devel-PartialDump | 2 | 库 + perl-Devel-Peek | perl | Devel::Peek contains functions which allows raw Perl data types to bemanipulated from a Perl script. This is used by those who do XS programming tocheck that the data they are sending from C to Perl looks as they think itshould look. | A data debugging tool for the XS programmer | 2 | 库 + perl-Devel-PPPort | perl-Devel-PPPort | This package is a Perl module that provides a Perl API for parsing C header files and generatingC code that makes Perl modules compatible with older versions of Perl. It is used to make surethat Perl modules are compatible with older versions of Perl and can be used by other developerswho may not have the latest version of Perl installed. | Perl Pollution Portability header generator | 2 | 库 + perl-Devel-SelfStubber | perl | Devel::SelfStubber prints the stubs you need to put in the module before the__DATA__ token (or you can get it to print the entire module with stubscorrectly placed). The stubs ensure that if a method is called, it will getloaded. They are needed specifically for inherited autoloaded methods. | Generate stubs for a SelfLoading module | 2 | 库 + perl-Devel-Size | perl-Devel-Size | This module figures out the real sizes of Perl variables in bytes. Call functions witha reference to the variable you want the size of. If the variable is a plain scalar itreturns the size of the scalar. If the variable is a hash or an array, use a referencewhen calling. | Perl extension for finding the memory usage of Perl variables | 2 | 库 + perl-Devel-StackTrace | perl-Devel-StackTrace | The Devel::StackTrace module contains two classes, Devel::StackTraceand Devel::StackTraceFrame. The goal of this object is to encapsulatethe information that can found through using the caller() function, aswell as providing a simple interface to this data.The Devel::StackTrace object contains a set of Devel::StackTraceFrameobjects, one for each level of the stack. The frames contain all thedata available from caller() as of Perl 5.6.0. | Perl module implementing stack trace and stack trace frame objects | 2 | 库 + perl-Devel-Symdump | perl-Devel-Symdump | The perl module Devel::Symdump provides a convenient way to inspectperl's symbol table and the class hierarchy within a running program. | A Perl module for inspecting Perl's symbol table | 2 | 库 + perl-Devel-Symdump-doc | perl-Devel-Symdump | The perl-Devel-Symdump-doc package contains documentation files for perl-Devel-Symdump. | Documentation files for perl-Devel-Symdump | 2 | 库 + perl-diagnostics | perl | The diagnostics module extends the terse diagnostics normally emitted by boththe perl compiler and the perl interpreter (from running perl with a -w switchor "use warnings"), augmenting them with the more explicative and endearingdescriptions found in perldiag. splain tool explains perl messages found onstandard input. | Produce verbose warning diagnostics | 2 | 库 + perl-Digest | perl-Digest | The Digest:: modules calculate digests, also called "fingerprints" or"hashes", of some data, called a message. The digest is (usually) somesmall/fixed size string. The actual size of the digest depends of thealgorithm used. The message is simply a sequence of arbitrary bytes or bits.An important property of the digest algorithms is that the digest is likelyto change if the message change in some way. Another property is that digestfunctions are one-way functions, that is it should be hard to find a messagethat correspond to some given digest. Algorithms differ in how "likely" andhow "hard", as well as how efficient they are to compute.Note that the properties of the algorithms change over time, as the algorithmsare analyzed and machines grow faster. If your application for instance dependson it being "impossible" to generate the same digest for a different messageit is wise to make it easy to plug in stronger algorithms as the one used growweaker. Using the interface documented here should make it easy to changealgorithms later.All Digest:: modules provide the same programming interface. A functionalinterface for simple use, as well as an object oriented interface that canhandle messages of arbitrary length and which can read files directly. | Digest - Modules that calculate message digests | 2 | 库 + perl-Digest-CRC | perl-Digest-CRC | The Digest::CRC module calculates CRC sums of all sorts. It contains wrapperfunctions with the correct parameters for CRC-SAE-J1850, CRC-CCITT, CRC-16 andCRC-32. | Generic CRC functions | 2 | 库 + perl-Digest-CRC-doc | perl-Digest-CRC | The perl-Digest-CRC-doc package contains documentation files for perl-Digest-CRC. | Documentation files for perl-Digest-CRC | 3 | 库 + perl-Digest-HMAC | perl-Digest-HMAC | HMAC is used for message integrity checks between two parties thatshare a secret key, and works in combination with some other Digestalgorithm, usually MD5 or SHA-1. The HMAC mechanism is described inRFC 2104.HMAC follow the common Digest:: interface, but the constructor takesthe secret key and the name of some other simple Digest:: as argument. | Keyed-Hashing for Message Authentication | 2 | 库 + perl-Digest-MD4 | perl-Digest-MD4 | The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 MessageDigest algorithm from within Perl programs. The algorithm takes as input amessage of arbitrary length and produces as output a 128-bit "fingerprint" or"message digest" of the input. | Perl interface to the MD4 Algorithm | 2 | 库 + perl-Digest-MD5 | perl-Digest-MD5 | The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5Message Digest algorithm from within Perl programs. The algorithm takes asinput a message of arbitrary length and produces as output a 128-bit"fingerprint" or "message digest" of the input. | Perl interface to the MD5 algorithm | 2 | 库 + perl-Digest-Perl-MD5 | perl-Digest-Perl-MD5 | A pure-perl implementation of Ron Rivest's MD5 Algorithm. | Perl implementation of Ron Rivest's MD5 Algorithm | 2 | 库 + perl-Digest-SHA | perl-Digest-SHA | Digest::SHA is a complete implementation of the NIST Secure HashStandard. It gives Perl programmers a convenient way to calculateSHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256message digests. The module can handle all types of input, includingpartial-byte data. | Perl extension for SHA-1/224/256/384/512 | 2 | 库 + perl-Digest-SHA1 | perl-Digest-SHA1 | The Digest-SHA1 module allows you to use the NIST SHA-1 messagedigest algorithm from within Perl programs. The algorithm takes asinput a message of arbitrary length and produces as output a 160-bit"fingerprint" or "message digest" of the input.The Digest-SHA1 module provide a procedural interface for simple use,as well as an object oriented interface that can handle messages ofarbitrary length and which can read files directly.A binary digest will be 20 bytes long. A hex digest will be 40characters long. A base64 digest will be 27 characters long. | Digest-SHA1 Perl module | 2 | 库 + perl-Digest-tests | perl-Digest | The perl-Digest-tests package contains tests for perl-Digest. You can execute themwith "/usr/libexec/perl-Digest/test". | Tests for perl-Digest | 2 | 库 + perl-DirHandle | perl | There is no reason to use this module nowadays. The DirHandle module providesan alternative interface to the opendir(), closedir(), readdir(), andrewinddir() functions. Since Perl 5.6, opendir() alone has been all you needfor lexical handles. | Supply object methods for directory handles | 2 | 库 + perl-Dist-CheckConflicts | perl-Dist-CheckConflicts | One shortcoming of the CPAN clients that currently exist is that they have noway of specifying conflicting downstream dependencies of modules. This moduleattempts to work around this issue by allowing you to specify conflictingversions of modules separately, and deal with them after the module is doneinstalling.For instance, say you have a module Foo, and some other module Bar uses Foo. IfFoo were to change its API in a non-backwards-compatible way, this would causeBar to break until it is updated to use the new API. Foo can't just depend onthe fixed version of Bar, because this will cause a circular dependency(because Bar is already depending on Foo), and this doesn't express intentproperly anyway - Foo doesn't use Bar at all. The ideal solution would be forthere to be a way to specify conflicting versions of modules in a way that wouldlet CPAN clients update conflicting modules automatically after an existingmodule is upgraded, but until that happens, this module will allow users to dothis manually. | Declare version conflicts for your dist | 2 | 库 + perl-doc | perl | This is a documentation for Perl language. It's provided in POD and manualpage format. | Perl language documentation | 2 | 库 + perl-Dumpvalue | perl | Dumpvalue module enables you to print a content of variables and other Perldata structures. | Screen dump of Perl data | 2 | 库 + perl-DynaLoader | perl | The DynaLoader module defines a standard generic interface to the dynamiclinking mechanisms available on many platforms. Its primary purpose is toimplement automatic dynamic loading of Perl modules. For a simpler interface,see XSLoader module. | Dynamically load C libraries into Perl code | 2 | 库 + perl-DynaLoader-Functions | perl-DynaLoader-Functions | This module provides a function-based interface to dynamic loading as usedby Perl. Some details of dynamic loading are very platform-dependent, socorrect use of these functions requires the programmer to be mindful of thespace of platform variations. | Deconstructed dynamic C library loading | 2 | 库 + perl-Email-Date-Format | perl-Email-Date-Format | This module can be used to emit RFC 2822 style date strings. | Produce RFC 2822 date strings | 2 | 库 + perl-Email-Valid | perl-Email-Valid | This module determines whether an email address is well-formed, and optionally,whether a mail host exists for the domain or whether the top level domain ofthe email address is valid. | Check validity of internet email address | 2 | 库 + perl-Encode | perl-Encode | The Encode module provides the interface between Perl strings and the restof the system. Perl strings are sequences of characters. | Character encodings in Perl | 2 | 库 + perl-Encode-devel | perl-Encode | enc2xs builds a Perl extension for use by Encode from either Unicode CharacterMapping files (.ucm) or Tcl Encoding Files (.enc). You can use enc2xs to addyour own encoding to perl. No knowledge of XS is necessary. | Perl Encode Module Generator | 2 | 库 + perl-Encode-EUCJPASCII | perl-Encode-EUCJPASCII | This module provides eucJP-ascii, one of eucJP-open mappings, and itsderivative. | EucJP-ascii - An eucJP-open mapping | 3 | 库 + perl-Encode-EUCJPASCII-doc | perl-Encode-EUCJPASCII | The perl-Encode-EUCJPASCII-doc package contains documentation files for perl-Encode-EUCJPASCII. | Documentation files for perl-Encode-EUCJPASCII | 3 | 库 + perl-Encode-Locale | perl-Encode-Locale | In many applications it's wise to let Perl use Unicode for the stringsit processes. Most of the interfaces Perl has to the outside world isstill byte based. Programs therefore needs to decode byte stringsthat enter the program from the outside and encode them again on theway out. | Determine the locale encoding | 2 | 库 + perl-encoding-warnings | perl | As of Perl 5.26.0, this module has no effect. The internal Perl feature thatwas used to implement this module has been removed. Hence, if you load thismodule on Perl 5.26.0, you will get one warning that the module is no longersupported; and the module will do nothing thereafter. | Warn on implicit encoding conversions | 2 | 库 + perl-English | perl | This module provides aliases for the built-in variables whose names no oneseems to like to read. | Nice English or awk names for ugly punctuation variables | 2 | 库 + perl-Env | perl-Env | Perl maintains environment variables in a special hash named %ENV. For whenthis access method is inconvenient, the Perl module Env allows environmentvariables to be treated as scalar or array variables. | Perl module that imports environment variables as scalars or arrays | 2 | 库 + perl-Env-Sanctify | perl-Env-Sanctify | Env::Sanctify is a module that provides lexically-scoped manipulation andsanctification of %ENV. You can specify that it alter or add additionalenvironment variables or remove existing ones according to a list of matchingregexen. You can then either restore the environment back manually or let theobject fall out of scope, which automagically restores. It's useful formanipulating the environment that forked processes and sub-processes willinherit. | Lexically scoped sanctification of %ENV | 2 | 库 + perl-Env-Sanctify-doc | perl-Env-Sanctify | The perl-Env-Sanctify-doc package contains documentation files for perl-Env-Sanctify. | Documentation files for perl-Env-Sanctify | 2 | 库 + perl-Errno | perl | "Errno" defines and conditionally exports all the error constants defined inyour system "errno.h" include file. It has a single export tag, ":POSIX",which will export all POSIX defined error numbers. | System errno constants | 2 | 库 + perl-Error | perl-Error | The Error package provides two interfaces. Firstly Error provides aprocedural interface to exception handling. Secondly Error is a base classfor errors/exceptions that can either be thrown, for subsequent catch, orcan simply be recorded. | Error/exception handling in an OO-ish way | 2 | 库 + perl-Eval-Closure | perl-Eval-Closure | String eval is often used for dynamic code generation. For instance, Moose usesit heavily, to generate inlined versions of accessors and constructors, whichspeeds code up at runtime by a significant amount. String eval is not withoutits issues however - it's difficult to control the scope it's used in (whichdetermines which variables are in scope inside the eval), and it can be quiteslow, especially if doing a large number of evals.This module attempts to solve both of those problems. It provides aneval_closure function, which evals a string in a clean environment, other thana fixed list of specified variables. It also caches the result of the eval, sothat doing repeated evals of the same source, even with a differentenvironment, will be much faster (but note that the description is part of thestring to be evaled, so it must also be the same (or non-existent) if cachingis to work properly). | Safely and cleanly create closures via string eval | 2 | 库 + perl-Exception-Class | perl-Exception-Class | Exception::Class allows you to declare exception hierarchies in yourmodules in a "Java-esque" manner. | Module that allows you to declare real exception classes in Perl | 2 | 库 + perl-experimental | perl-experimental | perl-experimental is a Perl module that provides some experimental features that may change orbe removed in future versions. This module is intended to allow developers to test and usethese features to provide feedback and suggestions. | Experimental features made easy | 2 | 库 + perl-Exporter | perl-Exporter | The Exporter module implements an import method which allows a module toexport functions and variables to its users' name spaces. Many modules useExporter rather than implementing their own import method because Exporterprovides a highly flexible interface, with an implementation optimized forthe common case. | Implements default import method for modules | 2 | 库 + perl-Exporter-Tiny | perl-Exporter-Tiny | Exporter::Tiny supports many of Sub::Exporter's external-facing featuresincluding renaming imported functions with the -as, -prefix and -suffixoptions; explicit destinations with the into option; and alternativeinstallers with the installer option. But it's written in only about 40%as many lines of code and with zero non-core dependencies.Its internal-facing interface is closer to Exporter.pm, with configurationdone through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.Exporter::Tiny performs most of its internal duties (including resolution oftag names to sub names, resolution of sub names to coderefs, and installationof coderefs into the target package) as method calls, which means they can beoverridden to provide interesting behavior. | An exporter with the features of Sub::Exporter but only core dependencies | 2 | 库 + perl-Exporter-Tiny-doc | perl-Exporter-Tiny | The perl-Exporter-Tiny-doc package contains documentation files for perl-Exporter-Tiny. | Documentation files for perl-Exporter-Tiny | 2 | 库 + perl-ExtUtils-CBuilder | perl-ExtUtils-CBuilder | Perl-ExtUtils-CBuilder is a Perl module used for building and installingC-based Perl modules. It is a part of the ExtUtils-Embed distribution and istypically used in conjunction with other modules in the ExtUtils family, suchas ExtUtils-MakeMaker.The module provides a simple interface for compiling and linking C code withPerl, and it provides a number of convenience functions for common tasks, suchas finding system libraries and generating Makefile.PL files.Some of the features of the Perl-ExtUtils-CBuilder module include:Cross-platform support: The module is designed to work on a wide range ofplatforms, including Linux, Windows, and macOS.Automated build process: The module automates the process of building andinstalling C-based Perl modules, making it easier for developers to create anddistribute their code.Build customization: The module provides a number of options for customizingthe build process, such as specifying compiler flags and linker options.Dependency management: The module includes tools for managing dependencies,such as finding system libraries and checking for required software components.Overall, Perl-ExtUtils-CBuilder is a valuable tool for developers who need tobuild and distribute C-based Perl modules. Its simple interface and powerfulfeatures make it an essential part of the ExtUtils family of modules. | Compile and link C code for Perl modules | 2 | 库 + perl-ExtUtils-CBuilder-tests | perl-ExtUtils-CBuilder | Tests from perl-ExtUtils-CBuilder-0.280236. Execute themwith "/usr/libexec/perl-ExtUtils-CBuilder/test". | Tests for perl-ExtUtils-CBuilder | 2 | 库 + perl-ExtUtils-CChecker | perl-ExtUtils-CChecker | Often Perl modules are written to wrap functionality found in existing Cheaders, libraries, or to use OS-specific features. It is useful in theBuild.PL or Makefile.PL file to check for the existence of theserequirements before attempting to actually build the module. | Configure-time utilities for using C headers, libraries, or OS features | 2 | 库 + perl-ExtUtils-CChecker-doc | perl-ExtUtils-CChecker | Doc pages for perl-ExtUtils-CChecker. | Documents for perl-ExtUtils-CChecker | 2 | 库 + perl-ExtUtils-Command | perl-ExtUtils-MakeMaker | Perl-ExtUtils-Command is a module that provides a set of command-lineutilities that are useful for building and installing Perl modules,extensions, and distributions. It is part of the Perl core distributionand is widely used in the Perl community.The module provides a number of commands that can be used to automatevarious tasks in the build and installation process. Some of the keycommands provided by the module include:"cp": This command is used to copy files from one directory to another.It is commonly used to copy the files that make up a Perl module ordistribution from the development directory to the installation directory."mkdir": This command is used to create directories. It is commonly used tocreate the directories that are needed to install a Perl module or distribution."rm": This command is used to remove files and directories. It is commonlyused to remove the files that were created during the build process afterthey have been installed."test": This command is used to run tests on a Perl module or distribution.It is commonly used to ensure that the module or distribution is workingcorrectly before it is installed.One of the key benefits of Perl-ExtUtils-Command is that it provides aconsistent set of commands that work across different platforms. This makesit easy to build and install Perl modules and distributions on a wide rangeof systems without having to worry about platform-specific issues.Overall, Perl-ExtUtils-Command is an essential tool for Perl developers whoneed to build and distribute modules and distributions. It provides a powerfulset of command-line utilities that can be used to automate many of the tasksinvolved in the build and installation process, and it is widely supported bythe Perl community. | Perl routines to replace common UNIX commands in Makefiles | 2 | 库 + perl-ExtUtils-Config | perl-ExtUtils-Config | ExtUtils::Config is an abstraction around the %Config hash. | A wrapper for perl's configuration | 2 | 库 + perl-ExtUtils-Config-doc | perl-ExtUtils-Config | The perl-ExtUtils-Config-doc package contains documentation files for perl-ExtUtils-Config. | Documentation files for perl-ExtUtils-Config | 2 | 库 + perl-ExtUtils-Constant | perl | ExtUtils::Constant facilitates generating C and XS wrapper code to allowPerl modules to AUTOLOAD constants defined in C library header files. | Generate XS code to import C header constants | 2 | 库 + perl-ExtUtils-Depends | perl-ExtUtils-Depends | This module tries to make it easy to build Perl extensions that usefunctions and typemaps provided by other Perl extensions. This meansthat a Perl extension is treated like a shared library that providesalso a C and an XS interface besides the Perl one. | Easily build XS extensions that depend on XS extensions | 2 | 库 + perl-ExtUtils-Depends-doc | perl-ExtUtils-Depends | The perl-ExtUtils-Depends-doc package contains documentation files for perl-ExtUtils-Depends. | Documentation files for perl-ExtUtils-Depends | 2 | 库 + perl-ExtUtils-Embed | perl | Utilities for embedding Perl in C/C++ applications. | Utilities for embedding Perl in C/C++ applications | 2 | 库 + perl-ExtUtils-HasCompiler | perl-ExtUtils-HasCompiler | This module tries to check if the current system is capable of compiling,linking and loading an XS module. | Check for the presence of a compiler | 2 | 库 + perl-ExtUtils-HasCompiler-doc | perl-ExtUtils-HasCompiler | The perl-ExtUtils-HasCompiler-doc package contains documentation files for perl-ExtUtils-HasCompiler. | Documentation files for perl-ExtUtils-HasCompiler | 2 | 库 + perl-ExtUtils-Helpers | perl-ExtUtils-Helpers | This module provides various portable helper functions for module buildingmodules. | Various portability utilities for module builders | 2 | 库 + perl-ExtUtils-Helpers-doc | perl-ExtUtils-Helpers | The perl-ExtUtils-Helpers-doc package contains documentation files for perl-ExtUtils-Helpers. | Documentation files for perl-ExtUtils-Helpers | 2 | 库 + perl-ExtUtils-Install | perl-ExtUtils-Install | Handles the installing and uninstalling of Perl modules, scripts, manualpages, etc. Both install() and uninstall() are specific to the wayExtUtils::MakeMaker handles the installation and deinstallation of perlmodules. | Install Perl files from here to there | 2 | 库 + perl-ExtUtils-InstallPaths | perl-ExtUtils-InstallPaths | This module tries to make install path resolution as easy as possible.When you want to install a module, it needs to figure out where to installthings. The nutshell version of how this works is that default installationlocations are determined from ExtUtils::Config, and they may be individuallyoverridden by using the install_path attribute. An install_base attribute letsyou specify an alternative installation root like /home/foo and prefix doessomething similar in a rather different (and more complicated) way. destdirlets you specify a temporary installation directory like /tmp/install in caseyou want to create bundled-up installable packages. | Build.PL install path logic made easy | 2 | 库 + perl-ExtUtils-InstallPaths-doc | perl-ExtUtils-InstallPaths | The perl-ExtUtils-InstallPaths-doc package contains documentation files for perl-ExtUtils-InstallPaths. | Documentation files for perl-ExtUtils-InstallPaths | 2 | 库 + perl-ExtUtils-LibBuilder | perl-ExtUtils-LibBuilder | Some Perl modules need to ship C libraries together with their Perl code.Although there are mechanisms to compile and link (or glue) C code in yourPerl programs, there was not a clear method to compile standard,self-contained C libraries. This module helps in that task. | Perl library to build C libraries and programs | 2 | 库 + perl-ExtUtils-LibBuilder-doc | perl-ExtUtils-LibBuilder | The perl-ExtUtils-LibBuilder-doc package contains documentation files for perl-ExtUtils-LibBuilder. | Documentation files for perl-ExtUtils-LibBuilder | 2 | 库 + perl-ExtUtils-MakeMaker | perl-ExtUtils-MakeMaker | Perl-ExtUtils-MakeMaker is a module designed to simplify the process ofbuilding and installing Perl extensions on a wide range of platforms. Itprovides a set of conventions for organizing code and resources, and automatesmany of the tasks of compiling and installing extensions. The module generatesmakefiles that can be used to build and install the extensions on a varietyof platforms, including Unix, Linux, Windows, and Mac OS X.The module is part of the Perl core distribution and is widely used in thePerl community. It is supported by a large number of Perl developers and hasa strong track record of reliability and stability. Perl-ExtUtils-MakeMakeris particularly useful for developers who need to distribute their code inthe form of extensions that can be easily installed on a wide range of platforms.Some of the key features of Perl-ExtUtils-MakeMaker include:Automatic generation of makefiles that work on a variety of platformsSupport for building extensions that depend on external libraries and resourcesDetailed documentation and examples of how to use the moduleIntegration with other tools in the Perl development ecosystem, such as CPAN(the Comprehensive Perl Archive Network) and Perl Build Tools.Overall, Perl-ExtUtils-MakeMaker is an essential tool for Perl developers whoneed to build and distribute extensions that can run on a variety of platforms. | Create a module Makefile | 2 | 库 + perl-ExtUtils-MakeMaker-CPANfile | perl-ExtUtils-MakeMaker-CPANfile | ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution andmodifies parameters for WriteMakefile in your Makefile.PL. Just use itinstead of ExtUtils::MakeMaker (which should be loaded internally), andprepare cpanfile. | CPANfile support for ExtUtils::MakeMaker | 2 | 库 + perl-ExtUtils-MakeMaker-CPANfile-doc | perl-ExtUtils-MakeMaker-CPANfile | The perl-ExtUtils-MakeMaker-CPANfile-doc package contains documentation files for perl-ExtUtils-MakeMaker-CPANfile. | Documentation files for perl-ExtUtils-MakeMaker-CPANfile | 2 | 库 + perl-ExtUtils-MakeMaker-CPANfile-tests | perl-ExtUtils-MakeMaker-CPANfile | Tests from perl-ExtUtils-MakeMaker-CPANfile. Execute themwith "/usr/libexec/perl-ExtUtils-MakeMaker-CPANfile/test". | Tests for perl-ExtUtils-MakeMaker-CPANfile | 2 | 库 + perl-ExtUtils-MakeMaker-tests | perl-ExtUtils-MakeMaker | Tests from perl-ExtUtils-MakeMaker-7.66. Execute themwith "/usr/libexec/perl-ExtUtils-MakeMaker/test". | Tests for perl-ExtUtils-MakeMaker | 2 | 库 + perl-ExtUtils-Manifest | perl-ExtUtils-Manifest | Utilities to write and check a MANIFEST file. | Utilities to write and check a MANIFEST file | 2 | 库 + perl-ExtUtils-Miniperl | perl | writemain() takes an argument list of directories containing archive librariesthat relate to perl modules and should be linked into a new perl binary. Itwrites a corresponding perlmain.c file that is a plain C file containing allthe bootstrap code to make the If the first argument to writemain() is areference to a scalar it is used as the file name to open for output. Any otherreference is used as the file handle to write to. Otherwise output defaults toSTDOUT. | Write the C code for perlmain.c | 2 | 库 + perl-ExtUtils-MM-Utils | perl-ExtUtils-MakeMaker | The perl-ExtUtils-MM-Utils module is a part of Perl's ExtUtils framework, which is used for buildingand installing Perl modules. This module provides a set of utilities that are commonly used byother modules in the ExtUtils family.One of the main functions of perl-ExtUtils-MM-Utils is to generate Makefile fragments. Thesefragments contain the rules and dependencies needed to build a Perl module, and are used by theMakefile.PL script that is typically included with a module. The module provides a number offunctions for generating these fragments, including WriteMakefile, which is used to generate themain Makefile for the module.In addition to generating Makefile fragments, perl-ExtUtils-MM-Utils provides functions for checkingfor the presence of header files, libraries, and other components needed to build a module. Thesefunctions include find_header, which searches for a specific header file, and find_installed_headers,which returns a list of all installed headers that match a certain pattern.Other functions provided by perl-ExtUtils-MM-Utils include prefix, which returns the installationprefix for the current Perl installation, and catfile, which is used to concatenate path componentsinto a single path. The module also includes a number of constants that are used throughout ExtUtils,such as INST_LIB, which specifies the directory where libraries should be installed.Overall, perl-ExtUtils-MM-Utils is an essential module for developers who are building and installingPerl modules using the ExtUtils framework. By providing a set of commonly used utilities and constants,it simplifies the process of building, testing, and distributing Perl modules. | ExtUtils::MM methods without dependency on ExtUtils::MakeMaker | 2 | 库 + perl-ExtUtils-ParseXS | perl-ExtUtils-ParseXS | ExtUtils::ParseXS will compile XS code into C code by embedding theconstructs necessary to let C functions manipulate Perl values and createsthe glue necessary to let Perl access those functions. | Module and a script for converting Perl XS code into C code | 2 | 库 + perl-ExtUtils-PkgConfig | perl-ExtUtils-PkgConfig | The pkg-config program retrieves information about installed libraries,usually for the purposes of compiling against and linking to them.ExtUtils::PkgConfig is a very simplistic interface to this utility,intended for use in the Makefile.PL of perl extensions that bindlibraries that pkg-config knows. It is really just boilerplate codethat you would've written yourself. | Simplistic interface to pkg-config | 2 | 库 + perl-ExtUtils-PkgConfig-doc | perl-ExtUtils-PkgConfig | The perl-ExtUtils-PkgConfig-doc package contains documentation files for perl-ExtUtils-PkgConfig. | Documentation files for perl-ExtUtils-PkgConfig | 2 | 库 + perl-Fcntl | perl | Fcntl module provides file operation related options. | File operation options | 2 | 库 + perl-Fedora-VSP | perl-Fedora-VSP | This module provides functions for normalizing Perl version strings forRed Hat Package (RPM) based Linux distributions. | Perl version normalization for RPM | 2 | 库 + perl-fields | perl | The "fields" pragma enables compile-time and run-time verified class fields. | Compile-time class fields | 2 | 库 + perl-File-BaseDir | perl-File-BaseDir | This module can be used to find directories and files as specified by theFreedesktop.org Base Directory Specification. This specifications gives amechanism to locate directories for configuration, application data andcache data. It is suggested that desktop applications for e.g. the Gnome,KDE or Xfce platforms follow this layout. However, the same layout can justas well be used for non-GUI applications. | Use the Freedesktop.org base directory specification | 2 | 库 + perl-File-BaseDir-doc | perl-File-BaseDir | The perl-File-BaseDir-doc package contains documentation files for perl-File-BaseDir. | Documentation files for perl-File-BaseDir | 2 | 库 + perl-File-BaseDir-tests | perl-File-BaseDir | Tests from perl-File-BaseDir. Execute themwith "/usr/libexec/perl-File-BaseDir/test". | Tests for perl-File-BaseDir | 2 | 库 + perl-File-Basename | perl | These routines allow you to parse file paths into their directory, file name,and suffix. | Parse file paths into directory, file name, and suffix | 2 | 库 + perl-FileCache | perl | The "cacheout" function will make sure that there's a file handle openfor reading or writing available as the path name you give it. Itautomatically closes and re-opens files if you exceed your systemmaximum number of file descriptors, or the suggested maximum. | Keep more files open than the system permits | 2 | 库 + perl-File-chdir | perl-File-chdir | Perl's chdir() has the unfortunate problem of being very, very, veryglobal. If any part of your program calls chdir() or if any library youuse calls chdir(), it changes the current working directory for thewhole program.This is not good.File::chdir gives you an alternative, $CWD and @CWD. These two variablescombine all the power of chdir(), File::Spec and Cwd. | A more sensible way to change directories | 2 | 库 + perl-File-chdir-doc | perl-File-chdir | The perl-File-chdir-doc package contains documentation files for perl-File-chdir. | Documentation files for perl-File-chdir | 2 | 库 + perl-File-Compare | perl | A File::Compare Perl module provides functions for comparing a content of twofiles specified by a file name or a file handle. | Compare files or file handles | 2 | 库 + perl-File-Copy | perl | A File::Copy module provides two basic functions, copy and move, which areuseful for getting the contents of a file from one place to another. | Copy files or file handles | 2 | 库 + perl-File-Copy-Recursive | perl-File-Copy-Recursive | perl-File-Copy-Recursive is a Perl module that provides functions for recursivelycopying files and directories. It is a convenient and efficient way to copy entiredirectory trees with a single function call.This module provides three main functions: fcopy, dircopy, and rcopy. fcopyis used to copy a single file from a source directory to a destination directory.dircopy is used to copy an entire directory tree from a source directory to adestination directory. rcopy is used to copy a directory tree with options, suchas overwriting existing files, following symbolic links, and excluding certain files.In addition to these main functions, perl-File-Copy-Recursive provides severalutility functions for working with file paths and directory structures. Theseinclude path, full_path, is_dir, is_file, list_dir, and make_path.The module is cross-platform, meaning it can be used on various operating systemssuch as Windows, Linux, and macOS. It is a convenient module for developers who needto copy large directory trees or sets of files with ease. | Extension for recursively copying files and directories | 2 | 库 + perl-File-DesktopEntry | perl-File-DesktopEntry | This module is used to work with .desktop files. The format of these filesis specified by the freedesktop "Desktop Entry" specification. This modulecan parse these files but also knows how to run the applications defined bythese files. For this module version 1.0 of the specification was used. | Object to handle .desktop files | 2 | 库 + perl-File-DesktopEntry-doc | perl-File-DesktopEntry | The perl-File-DesktopEntry-doc package contains documentation files for perl-File-DesktopEntry. | Documentation files for perl-File-DesktopEntry | 2 | 库 + perl-File-DirList | perl-File-DirList | File::DirList can be used to get sorted directory content list. | Provide a sorted list of directory content | 2 | 库 + perl-File-DirList-doc | perl-File-DirList | The perl-File-DirList-doc package contains documentation files for perl-File-DirList. | Documentation files for perl-File-DirList | 2 | 库 + perl-File-DosGlob | perl | This Perl module implements DOS-like globbing with a few enhancements. Itis largely compatible with perlglob.exe in all but one respect--it understandswild cards in directory components. | DOS-like globbing | 2 | 库 + perl-File-Fetch | perl-File-Fetch | Perl-File-Fetch is a Perl module that provides a simple interface fordownloading files from the internet. It makes it easy to download filesover various protocols, handle authentication and proxies, followredirects, retry failed downloads, cache downloaded files, and handleerrors.Some of the key features of Perl-File-Fetch are:Protocol support: Perl-File-Fetch supports several protocols, includingHTTP, HTTPS, FTP, FTPS, and file://. This makes it easy to downloadfiles from a variety of sources.Authentication support: Some protocols require authentication, andPerl-File-Fetch supports several authentication methods, including HTTPBasic Authentication and Digest Authentication.Proxy support: If you're behind a proxy server, Perl-File-Fetch can handlethat too. It supports both HTTP and FTP proxies.Redirect handling: If the file you're trying to download has been movedto a different location, Perl-File-Fetch can follow the redirect anddownload it from the new location.Retry handling: If there's a network error or a server error while downloadinga file, Perl-File-Fetch can automatically retry the download a certain numberof times before giving up.Timeout handling: You can set a timeout for the download, and if the downloadtakes longer than that, Perl-File-Fetch will give up and report an error.Caching: If you're downloading the same file multiple times, Perl-File-Fetchcan cache it locally so that subsequent downloads are faster and don't useas much bandwidth.SSL support: If you're downloading a file over HTTPS, Perl-File-Fetch canhandle SSL encryption.Error handling: If there's an error while downloading a file, Perl-File-Fetchwill report it and give you a detailed error message.To use Perl-File-Fetch, you simply need to create a new instance of theFile::Fetch class, passing in the URL of the file you want to download.Then you can call the fetch method, which will download the file andreturn the local filename where it was saved. You can also set variousoptions, such as the authentication method, proxy server, timeout, andcache directory, using the options method.Overall, Perl-File-Fetch is a useful and versatile module that simplifiesthe process of downloading files from the internet, and provides manyfeatures to handle various scenarios and errors that may arise during theprocess. | Generic file fetching mechanism | 2 | 库 + perl-File-Fetch-tests | perl-File-Fetch | Tests from perl-File-Fetch. Execute them with "/usr/libexec/perl-File-Fetch/test". | Tests for perl-File-Fetch | 2 | 库 + perl-File-Find | perl | These are functions for searching through directory trees doing work on eachfile found similar to the Unix find command. | Traverse a directory tree | 2 | 库 + perl-File-Find-Iterator | perl-File-Find-Iterator | Find::File::Iterator is an iterator object for searching through directorytrees. You can easily run filter on each file name. You can easily savethe search state when you want to stop the search and continue the samesearch later. | Iterator interface for search files | 2 | 库 + perl-File-Find-Iterator-doc | perl-File-Find-Iterator | The perl-File-Find-Iterator-doc package contains documentation files for perl-File-Find-Iterator. | Documentation files for perl-File-Find-Iterator | 3 | 库 + perl-File-Find-Iterator-tests | perl-File-Find-Iterator | Tests from perl-File-Find-Iterator. Execute themwith "/usr/libexec/perl-File-Find-Iterator/test". | Tests for perl-File-Find-Iterator | 3 | 库 + perl-File-Find-Object | perl-File-Find-Object | File::Find::Object does the same job as File::Find but works like an objectand with an iterator. As File::Find is not object oriented, one cannotperform multiple searches in the same application. The second problem ofFile::Find is its file processing: after starting its main loop, one cannoteasily wait for another event and so get the next result. | Object oriented File::Find replacement | 2 | 库 + perl-File-Find-Object-doc | perl-File-Find-Object | The perl-File-Find-Object-doc package contains documentation files for perl-File-Find-Object. | Documentation files for perl-File-Find-Object | 2 | 库 + perl-File-Find-Object-Rule | perl-File-Find-Object-Rule | File::Find::Object::Rule is a friendlier interface to File::Find::Object. Itallows you to build rules that specify the desired files and directories. | Alternative interface to File::Find::Object | 2 | 库 + perl-File-Find-Object-Rule-doc | perl-File-Find-Object-Rule | The perl-File-Find-Object-Rule-doc package contains documentation files for perl-File-Find-Object-Rule. | Documentation files for perl-File-Find-Object-Rule | 2 | 库 + perl-File-Find-Rule | perl-File-Find-Rule | File::Find::Rule is a friendlier interface to File::Find. It allowsyou to build rules which specify the desired files and directories. | Perl module implementing an alternative interface to File::Find | 2 | 库 + perl-File-Find-Rule-Perl | perl-File-Find-Rule-Perl | Common rules for searching for Perl things. | Common rules for searching for Perl things | 2 | 库 + perl-File-Find-Rule-Perl-doc | perl-File-Find-Rule-Perl | The perl-File-Find-Rule-Perl-doc package contains documentation files for perl-File-Find-Rule-Perl. | Documentation files for perl-File-Find-Rule-Perl | 2 | 库 + perl-FileHandle | perl | This is an object-oriented interface for opening files and performinginput/output operations on them. | Object methods for file handles | 2 | 库 + perl-FileHandle-Fmode | perl-FileHandle-Fmode | Determine whether a filehandle is opened for reading, writing, or both. | FileHandle::Fmode Perl module | 2 | 库 + perl-FileHandle-Fmode-doc | perl-FileHandle-Fmode | The perl-FileHandle-Fmode-doc package contains documentation files for perl-FileHandle-Fmode. | Documentation files for perl-FileHandle-Fmode | 3 | 库 + perl-File-HomeDir | perl-File-HomeDir | File::HomeDir is a module for locating the directories that are "owned"by a user (typically your user) and to solve the various issues thatarise trying to find them consistently across a wide variety ofplatforms. | Find your home and other directories on any platform | 2 | 库 + perl-File-Listing | perl-File-Listing | This module exports a single function called parse_dir(), which can be usedto parse directory listings. | Parse directory listing | 2 | 库 + perl-File-MimeInfo | perl-File-MimeInfo | This module can be used to determine the mime type of a file. It tries toimplement the freedesktop specification for a shared MIME database. | Determine file type and open application | 2 | 库 + perl-File-MimeInfo-doc | perl-File-MimeInfo | The perl-File-MimeInfo-doc package contains documentation files for perl-File-MimeInfo. | Documentation files for perl-File-MimeInfo | 2 | 库 + perl-File-MimeInfo-tests | perl-File-MimeInfo | Tests from perl-File-MimeInfo. Execute themwith "/usr/libexec/perl-File-MimeInfo/test". | Tests for perl-File-MimeInfo | 2 | 库 + perl-File-Path | perl-File-Path | This module provides a convenient way to create directoriesof arbitrary depth and to delete an entire directory subtreefrom the filesystem. | Create or remove directory trees | 2 | 库 + perl-File-pushd | perl-File-pushd | File::pushd does a temporary chdir that is easily and automatically reverted,similar to pushd in some Unix command shells. It works by creating an objectthat caches the original working directory. When the object is destroyed, thedestructor calls chdir to revert to the original working directory. By storingthe object in a lexical variable with a limited scope, this happensautomatically at the end of the scope. | Change directory temporarily for a limited scope | 2 | 库 + perl-File-pushd-doc | perl-File-pushd | The perl-File-pushd-doc package contains documentation files for perl-File-pushd. | Documentation files for perl-File-pushd | 2 | 库 + perl-File-ReadBackwards | perl-File-ReadBackwards | This module reads a file backwards line by line. It is simple to use,memory efficient and fast. It supports both an object and a tied handleinterface. | Read a file backwards by lines | 2 | 库 + perl-File-ReadBackwards-doc | perl-File-ReadBackwards | The perl-File-ReadBackwards-doc package contains documentation files for perl-File-ReadBackwards. | Documentation files for perl-File-ReadBackwards | 2 | 库 + perl-File-ReadBackwards-tests | perl-File-ReadBackwards | Tests from perl-File-ReadBackwards. Execute themwith "/usr/libexec/perl-File-ReadBackwards/test". | Tests for perl-File-ReadBackwards | 2 | 库 + perl-File-Remove | perl-File-Remove | Convenience module for removing files and directories | Convenience module for removing files and directories | 2 | 库 + perl-File-ShareDir | perl-File-ShareDir | The intent of File::ShareDir is to provide a companion to Class::Inspectorand File::HomeDir, modules that take a process that is well-known byadvanced Perl developers but gets a little tricky, and make it moreavailable to the larger Perl community. | Locate per-dist and per-module shared files | 2 | 库 + perl-File-ShareDir-Install | perl-File-ShareDir-Install | File::ShareDir::Install allows you to install read-only data files from adistribution. It is a companion module to File::ShareDir, which allows youto locate these files after installation. | Install shared files | 2 | 库 + perl-File-ShareDir-Install-doc | perl-File-ShareDir-Install | The perl-File-ShareDir-Install-doc package contains documentation files for perl-File-ShareDir-Install. | Documentation files for perl-File-ShareDir-Install | 2 | 库 + perl-File-Slurp | perl-File-Slurp | This module provides subs that allow you to read or write entire files withone simple call. They are designed to be simple to use, have flexible waysto pass in or get the file contents and to be very efficient. There is alsoa sub to read in all the files in a directory other than . and ..These slurp/spew subs work for files, pipes and sockets, and stdio,pseudo-files, and DATA. | Efficient Reading/Writing of Complete Files | 2 | 库 + perl-File-Slurper | perl-File-Slurper | This module provides functions for fast and correct slurping and spewing.All functions are optionally exported. | Simple, sane and efficient module to slurp a file | 2 | 库 + perl-File-stat | perl | This module overrides the core stat() and lstat() functions, replacing themwith versions that return File::stat objects. This object has methods thatreturn the similarly named structure field name from the stat(2) function. | By-name interface to Perl built-in stat functions | 2 | 库 + perl-File-Temp | perl-File-Temp | File::Temp can be used to create and open temporary files in a safe way.There is both a function interface and an object-oriented interface. TheFile::Temp constructor or the tempfile() function can be used to return thename and the open file handle of a temporary file. The tempdir() functioncan be used to create a temporary directory.The security aspect of temporary file creation is emphasized such that afilehandle and filename are returned together.This helps guarantee that a race condition can not occur where the temporaryfile is created by another process between checking for the existence of thefile and its opening. Additional security levels are provided to check,for example, that the sticky bit is set on world writable directories.See "safe_level" for more information.For compatibility with popular C library functions, Perl implementations ofthe mkstemp() family of functions are provided. These are, mkstemp(),mkstemps(), mkdtemp() and mktemp().Additionally, implementations of the standard POSIX tmpnam() and tmpfile()functions are provided if required.Implementations of mktemp(), tmpnam(), and tempnam() are provided, but shouldbe used with caution since they return only a filename that was valid whenfunction was called, so cannot guarantee that the file will not exist by thetime the caller opens the filename.Filehandles returned by these functions support the seekable methods. | Return name and handle of a temporary file safely | 2 | 库 + perl-File-Temp-help | perl-File-Temp | This package includes man files for File::Temp | man files for perl-File-Temp | 2 | 库 + perl-filetest | perl | The default behavior of file test operators (e.g. "-r") is to use the simplemode bits as returned by the stat() family of system calls. However, manyoperating systems have additional features to define more complex accessrights, for example ACLs (Access Control Lists). For such environments, "usefiletest" may help the permission operators to return results more consistentwith other tools. | Perl pragma to control the filetest permission operators | 2 | 库 + perl-File-Touch | perl-File-Touch | The following Perl module allows you to update access and modificationtimestamps, creating nonexistent files where necessary. | Update access, modification timestamps, creating nonexistent files | 2 | 库 + perl-File-Touch-doc | perl-File-Touch | The perl-File-Touch-doc package contains documentation files for perl-File-Touch. | Documentation files for perl-File-Touch | 2 | 库 + perl-File-TreeCreate | perl-File-TreeCreate | Recursively create a directory tree. | Recursively create a directory tree | 2 | 库 + perl-File-TreeCreate-doc | perl-File-TreeCreate | The perl-File-TreeCreate-doc package contains documentation files for perl-File-TreeCreate. | Documentation files for perl-File-TreeCreate | 2 | 库 + perl-File-UserDirs | perl-File-BaseDir | File::UserDirs Perl module can be used to find directories as informallyspecified by the Freedesktop.org xdg-user-dirs software. This givesa mechanism to locate extra directories for media and documents files. | Find extra media and documents Freedesktop.org directories | 2 | 库 + perl-File-Which | perl-File-Which | File::Which is a portable implementation (in Perl) of 'which', and canbe used to get the absolute filename of an executable programinstalled somewhere in your PATH, or just check for its existence. | Portable implementation of the 'which' utility | 2 | 库 + perl-Filter | perl-Filter | Source filters alter the program text of a module before Perl sees it, much as a C preprocessoralters the source text of a C program before the compiler sees it. This article tells you moreabout what source filters are, how they work, and how to write your own.The original purpose of source filters was to let you encrypt your program source to prevent casualpiracy. This isn't all they can do, as you'll soon learn. But first, the basics. | Perl source filters | 2 | 库 + perl-Filter-Simple | perl-Filter-Simple | Source filtering is an immensely powerful feature of recent versions ofPerl. It allows one to extend the language itself (e.g. the Switchmodule), to simplify the language (e.g. Language::Pythonesque), or tocompletely recast the language (e.g. Lingua::Romana::Perligata).Effectively, it allows one to use the full power of Perl as its own,recursively applied, macro language.The excellent Filter::Util::Call module (by Paul Marquess) provides ausable Perl interface to source filtering, but it is often too powerfuland not nearly as simple as it could be. | Simplified Perl source filtering | 2 | 库 + perl-FindBin | perl | Locates the full path to the script bin directory to allow the use of pathsrelative to the bin directory. | Locate a directory of an original Perl script | 2 | 库 + perl-Font-AFM | perl-Font-AFM | Interface to Adobe Font Metrics files | Perl interface to Adobe Font Metrics files | 3 | 工具 + perl-Font-TTF | perl-Font-TTF | Perl module for TrueType font hacking. Supports reading, processing and writingof the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt,fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name,post, prep, prop, vhea, vmtx and the reading and writing of all other tabletypes.In short, you can do almost anything with a standard TrueType font with thismodule. | Perl library for modifying TTF font files | 2 | 库 + perl-Font-TTF-doc | perl-Font-TTF | Doc files for perl-Font-TTF | Doc files for perl-Font-TTF | 3 | 库 + perl-Font-TTF-XMLparse | perl-Font-TTF | This Perl module contains the support routines for parsing XML and generatingthe TrueType font structures as a result.The module has been separated from the rest of the perl-Font-TTF package inorder to reduce the dependency that this would bring, of the whole package onXML::Parser. This way, people without the XML::Parser can still use the restof the package. | XML Font parser | 2 | 库 + perl-FreezeThaw | perl-FreezeThaw | Converts data to/from stringified form, appropriate forsaving-to/reading-from permanent storage. | Convert Perl structures to strings and back | 2 | 库 + perl-FreezeThaw-doc | perl-FreezeThaw | Doc pages for perl-FreezeThaw. | Documents for perl-FreezeThaw | 2 | 库 + perl-Future | perl-Future | A Future object represents an operation that is currently in progress, orhas recently completed. It can be used in a variety of ways to manage theflow of control, and data, through an asynchronous program. | Perl object system to represent an operation awaiting completion | 2 | 库 + perl-Future-AsyncAwait | perl-Future-AsyncAwait | This Perl module provides syntax for deferring and resuming subroutines whilewaiting for Futures to complete. This syntax aims to make code that performsasynchronous operations using futures look neater and more expressive thansimply using then chaining and other techniques on the futures themselves. | Deferred subroutine syntax for futures | 2 | 库 + perl-Future-AsyncAwait-doc | perl-Future-AsyncAwait | The perl-Future-AsyncAwait-doc package contains documentation files for perl-Future-AsyncAwait. | Documentation files for perl-Future-AsyncAwait | 3 | 库 + perl-Future-AsyncAwait-ExtensionBuilder | perl-Future-AsyncAwait | These Perl modules suppports building XS extensions for Future::AsyncAwaitmodule. | Build script for Future::AsyncAwait extensions | 3 | 库 + perl-Future-AsyncAwait-Test | perl-Future-AsyncAwait | This Perl module provides a single test function, which runs a suite ofsubtests to check that a given class provides a usable implementation of theFuture::AsyncAwait::Awaitable role. It runs tests that simulate various waysin which Future::AsyncAwait will try to use an instance of this class, tocheck that the implementation is valid. | Conformance tests for Future::AsyncAwait::Awaitable role | 2 | 库 + perl-Future-AsyncAwait-tests | perl-Future-AsyncAwait | Tests from perl-Future-AsyncAwait. Execute themwith "/usr/libexec/perl-Future-AsyncAwait/test". | Tests for perl-Future-AsyncAwait | 3 | 库 + perl-Future-doc | perl-Future | The perl-Future-doc package contains documentation files for perl-Future. | Documentation files for perl-Future | 2 | 库 + perl-GD | perl-GD | This is a auto-loadable interface module for GD, a popular libraryfor creating and manipulating PNG files. With this library you cancreate PNG images on the fly or modify existing files. | Perl interface to the GD graphics library | 2 | 库 + perl-GDBM_File | perl | GDBM_File is a module which allows Perl programs to make use of the facilitiesprovided by the GNU gdbm library. | Perl5 access to the gdbm library | 2 | 库 + perl-GD-doc | perl-GD | The perl-GD-doc package contains documentation files for perl-GD. | Documentation files for perl-GD | 2 | 库 + perl-generators | perl-generators | This package provides RPM Perl dependencies generators which are used forgetting provides and requires from Perl binaries and modules. | RPM Perl dependencies generators | 2 | 库 + perl-Getopt-Long | perl-Getopt-Long | The Getopt::Long module implements an extended getopt function calledGetOptions(). It parses the command line from @ARGV, recognizing and removingspecified options and their possible values. It adheres to the POSIX syntaxfor command line options, with GNU extensions. In general, this means thatoptions have long names instead of single letters, and are introduced witha double dash "--". Support for bundling of command line options, as was thecase with the more traditional single-letter approach, is provided but notenabled by default. | Extended processing of command line options | 2 | 库 + perl-Getopt-Std | perl | The Getopt::Std module provides functions for processing single-characterswitches with switch clustering. Pass one argument which is a stringcontaining all switches to be recognized. | Process single-character switches with switch clustering | 2 | 库 + perl-gettext-doc | perl-gettext | Doc pages for perl-gettext. | Documents for perl-gettext | 2 | 库 + perl-Git | git | Perl interface to Git. | Perl interface to Git | 2 | 工具 + perl-GitLab-API-v4 | perl-GitLab-API-v4 | This module provides a one-to-one interface with the GitLab API v4.Much is not documented here as it would just be duplicating GitLab'sown API Documentation. | Complete GitLab API v4 client | 2 | 库 + perl-GitLab-API-v4-doc | perl-GitLab-API-v4 | The perl-GitLab-API-v4-doc package contains documentation files for perl-GitLab-API-v4. | Documentation files for perl-GitLab-API-v4 | 2 | 库 + perl-Git-SVN | git | Perl interface to Git::SVN. | Perl interface to Git::SVN | 2 | 工具 + perl-Git-Wrapper | perl-Git-Wrapper | Git::Wrapper provides an API for git that uses Perl data structures forargument passing, instead of CLI-style --options as Git does. | Wrap git command-line interface for Perl | 2 | 库 + perl-Git-Wrapper-doc | perl-Git-Wrapper | The perl-Git-Wrapper-doc package contains documentation files for perl-Git-Wrapper. | Documentation files for perl-Git-Wrapper | 2 | 库 + perl-Glib | perl-Glib | This module provides perl access to GLib and GLib's GObject libraries.GLib is a portability and utility library; GObject provides a generictype system with inheritance and a powerful signal system. Togetherthese libraries are used as the foundation for many of the librariesthat make up the Gnome environment, and are used in many unrelatedprojects. | Perl interface to GLib | 2 | 库 + perl-Glib-devel | perl-Glib | Development part of package perl-Glib, the Perl module providing interfaceto GLib and GObject libraries. | Development part of Perl interface to GLib | 2 | 库 + perl-Glib-doc | perl-Glib | The perl-Glib-doc package contains documentation files for perl-Glib. | Documentation files for perl-Glib | 2 | 库 + perl-Graphics-ColorNamesLite-WWW | perl-Graphics-ColorNamesLite-WWW | WWW color names and equivalent RGB values (lite version). | WWW color names and equivalent RGB values | 2 | 库 + perl-Graphics-ColorNamesLite-WWW-doc | perl-Graphics-ColorNamesLite-WWW | The perl-Graphics-ColorNamesLite-WWW-doc package contains documentation files for perl-Graphics-ColorNamesLite-WWW. | Documentation files for perl-Graphics-ColorNamesLite-WWW | 2 | 库 + perl-GSSAPI | perl-GSSAPI | This module gives access to the routines of the GSSAPI library, asdescribed in rfc2743 and rfc2744 and implemented by the Kerberos-1.2distribution from MIT. | Perl extension providing access to the GSSAPIv2 library | 2 | 库 + perl-Hash-Util | perl | Hash::Util contains special functions for manipulating hashes that don'treally warrant a keyword. | General-utility hash subroutines | 2 | 库 + perl-Hash-Util-FieldHash | perl | Hash::Util::FieldHash offers a number of functions in support of theinside-out technique of class construction. | Support for inside-out classes | 2 | 库 + perl-hivex | hivex | perl-hivex contains Perl bindings for hivex. | Perl bindings for hivex | 2 | 库 + perl-homedir | perl-local-lib | perl-homedir configures the system to automatically create a ~/perl5 directoryin each user's $HOME on user login. This allows each user to install CPAN packagesvia the CPAN to their $HOME, with no additional configuration or privileges,and without installing them system-wide. | Per-user Perl local::lib setup | 2 | 库 + perl-Hook-LexWrap | perl-Hook-LexWrap | Hook::LexWrap allows you to install a pre- or post-wrapper (or both)around an existing subroutine. Unlike other modules that provide thiscapacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrapimplements wrappers in such a way that the standard `caller' functionworks correctly within the wrapped subroutine. | Lexically scoped subroutine wrappers | 2 | 库 + perl-HTML-Form | perl-HTML-Form | Objects of the HTML::Form class represents a single HTML <form> ... </form>instance. A form consists of a sequence of inputs that usually have names,and which can take on various values. The state of a form can be tweakedand it can then be asked to provide HTTP::Request objects that can bepassed to the request() method of LWP::UserAgent. | Class that represents an HTML form element | 2 | 库 + perl-HTML-Formatter | perl-HTML-Formatter | A collection of modules that formats HTML as plaintext, PostScript or RTF. | HTML formatter modules | 2 | 库 + perl-HTML-Parser | perl-HTML-Parser | Objects of the HTML::Parser class will recognize markup and separate it from plaintext (alias data content) in HTML documents. As different kinds of markup and textare recognized, the corresponding event handlers are invoked.HTML::Parser is not a generic SGML parser. We have tried to make it able to deal withthe HTML that is actually "out there", and it normally parses as closely as possibleto the way the popular web browsers do it instead of strictly following one of themany HTML specifications from W3C. Where there is disagreement, there is often an optionthat you can enable to get the official behaviour. | Perl module for parsing HTML | 2 | 库 + perl-HTML-Tagset | perl-HTML-Tagset | This module contains several data tables useful in various kinds ofHTML parsing operations, such as tag and entity names. | HTML::Tagset - data tables useful in parsing HTML | 2 | 库 + perl-HTML-Tree | perl-HTML-Tree | This distribution contains a suite of modules for representing,creating, and extracting information from HTML syntax trees; there isalso relevant documentation. These modules used to be part of thelibwww-perl distribution, but are now unbundled in order to facilitatea separate development track. | HTML tree handling modules for Perl | 2 | 库 + perl-HTTP-Cookies | perl-HTTP-Cookies | This class is for objects that represent a "cookie jar" -- that is, adatabase of all the HTTP cookies that a given LWP::UserAgent objectknows about. | HTTP cookie jars | 2 | 库 + perl-HTTP-Daemon | perl-HTTP-Daemon | Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on asocket for incoming requests. The HTTP::Daemon is a subclass ofIO::Socket::IP, so you can perform socket operations directly on it too. | Simple HTTP server class | 2 | 库 + perl-HTTP-Daemon-doc | perl-HTTP-Daemon | Doc files for perl-HTTP-Daemon | Doc files for perl-HTTP-Daemon | 2 | 库 + perl-HTTP-Daemon-tests | perl-HTTP-Daemon | Tests from perl-HTTP-Daemon. Execute themwith "/usr/libexec/perl-HTTP-Daemon/test". | Tests for perl-HTTP-Daemon | 2 | 库 + perl-HTTP-Date | perl-HTTP-Date | This module contains functions to deal with the date formats used by the HTTPprotocol (and then some more). By default, only the first two functions of thefollowing list: time2str() and str2time() are exported.- time2str( [$time] )- str2time( $str [, $zone] )- parse_date( $str )- time2iso( [$time] )- time2isoz( [$time] ) | Date conversion routines | 2 | 库 + perl-HTTP-Message | perl-HTTP-Message | Perl-HTTP-Message is a Perl module that provides a set of toolsfor working with HTTP messages, including requests and responses.The module allows developers to create, parse, and manipulateHTTP messages as objects, making it easier to work with the variouscomponents of the message, such as headers, cookies, and content.One of the key benefits of Perl-HTTP-Message is its flexibility.The module provides a wide range of methods for working with HTTPmessages, allowing developers to customize their approach to suittheir specific needs. For example, developers can use the module toset headers, retrieve cookies, and manipulate message content usinga variety of different methods.Another important feature of Perl-HTTP-Message is its versatility. Themodule can be used for a wide range of applications, from building webapplications and APIs to testing frameworks and automation tools.Additionally, the module is well-suited for use in a variety of differentprogramming environments, making it a popular choice among Perl developers.Overall, Perl-HTTP-Message is a powerful and flexible library that providesa robust set of tools for working with HTTP messages. Its versatility andease of use make it an ideal choice for developers working with webapplications and APIs. | HTTP style message | 2 | 库 + perl-HTTP-Negotiate | perl-HTTP-Negotiate | This module provides a complete implementation of the HTTP content negotiation algorithmspecified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows forthe selection of a preferred content representation based upon attributes of the negotiablevariants and the value of the various Accept* header fields in the request.The variants are ordered by preference by calling the function choose().In an array context, choose() returns a list of [variant identifier,calculated quality, size] tuples. The values are sorted by quality, highestquality first. If the calculated quality is the same for two variants, thenthey are sorted by size (smallest first). _E.g._: (['var1', 1, 2000], ['var2', 0.3, 512], ['var3', 0.3, 1024]); | Choose a variant to serve | 2 | 库 + perl-HTTP-Tiny | perl-HTTP-Tiny | perl-HTTP-Tiny is a very simple HTTP/1.1 client designed for doing simple GET requestswithout the overhead of a large framework like LWP::UserAgent. It is more correct andmore complete than HTTP::Lite. It supports proxiesand redirection. It also correctlyresumes after EINTR.If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use itinstead of IO::Socket::INET for transparent support for both IPv4 and IPv6.Cookie support requires HTTP::CookieJar or an equivalent class. | A simple, small correct HTTP/1.1 client | 2 | 库 + perl-HTTP-Tiny-Multipart | perl-HTTP-Tiny-Multipart | Add post_multipart to HTTP::Tiny. | Add post_multipart to HTTP::Tiny | 2 | 库 + perl-HTTP-Tiny-Multipart-doc | perl-HTTP-Tiny-Multipart | The perl-HTTP-Tiny-Multipart-doc package contains documentation files for perl-HTTP-Tiny-Multipart. | Documentation files for perl-HTTP-Tiny-Multipart | 2 | 库 + perl-HTTP-Tiny-tests | perl-HTTP-Tiny | The perl-HTTP-Tiny-tests is a subpackage of perl-HTTP-Tiny. Execute them with "/usr/libexec/perl-HTTP-Tiny/test". | Test files for perl-HTTP-Tiny | 2 | 库 + perl-I18N-Collate | perl | This module provides you with objects that will collate according to yournational character set. This module is deprecated. See the perllocale manualpage for further information. | Compare 8-bit scalar data according to the current locale | 2 | 库 + perl-I18N-Langinfo | perl | The langinfo() function queries various locale information that can be used tolocalize output and user interfaces. It uses the current underlying locale,regardless of whether or not it was called from within the scope of "uselocale". | Query locale information | 2 | 库 + perl-I18N-LangTags | perl | Language tags are a formalism, described in RFC 3066, for declaring whatlanguage form (language and possibly dialect) a given chunk of information isin. This library provides functions for common tasks involving language tagsas they are needed in a variety of protocols and applications. | Functions for dealing with RFC 3066 language tags | 2 | 库 + perl-if | perl | The "if" module is used to conditionally load another module. | Use a Perl module if a condition holds | 2 | 库 + perl-Importer | perl-Importer | This perl-Importer module acts as a layer between Exporter and modules whichconsume exports. It is feature-compatible with Exporter, plus some muchneeded extras. You can use this to import symbols from any exporter thatfollows Exporters specification. The exporter modules themselves do notneed to use or inherit from the Exporter module, they just need to set@EXPORT and/or other variables. | Alternative interface to modules that export symbols | 2 | 库 + perl-Import-Into | perl-Import-Into | Loading Import::Into creates a global method import::into which you can call onany package to import it into another package. | Import packages into other packages | 2 | 库 + perl-Import-Into-doc | perl-Import-Into | The perl-Import-Into-doc package contains documentation files for perl-Import-Into. | Documentation files for perl-Import-Into | 2 | 库 + perl-inc-latest | perl-inc-latest | The "inc::latest" module helps bootstrap configure-time dependencies forCPAN distributions. These dependencies get bundled into the "inc"directory within a distribution and are used by Makefile.PL or Build.PL.Arguments to "inc::latest" are module names that are checked againstboth the current @INC array and against specially-named directories in"inc". If the bundled version is newer than the installed one (or themodule isn't installed, then, the bundled directory is added to thestart of @INC and the module is loaded from there.There are actually two variations of "inc::latest" -- one for authorsand one for the "inc" directory. For distribution authors, the"inc::latest" installed in the system will record modules loaded via"inc::latest" and can be used to create the bundled files in "inc",including writing the second variation as "inc/latest.pm".This second "inc::latest" is the one that is loaded in a distributionbeing installed (e.g. from Makefile.PL or Build.PL). This bundled"inc::latest" is the one that determines which module to load. | Use modules bundled in inc/ if they are newer than installed ones | 2 | 库 + perl-Inline | perl-Inline | The Inline module allows you to put source code from other programminglanguages directly "inline" in a Perl script or module. The code isautomatically compiled as needed, and then loaded for immediate accessfrom Perl.Inline saves you from the hassle of having to write and compile yourown glue code using facilities like XS or SWIG. Simply type the codewhere you want it and run your Perl as normal. All the hairy detailsare handled for you. The compilation and installation of your codechunks all happen transparently; all you will notice is the delay ofcompilation on the first run.The Inline code only gets compiled the first time you run it (orwhenever it is modified) so you only take the performance hitonce. Code that is Inlined into distributed modules (like on the CPAN)will get compiled when the module is installed, so the end user willnever notice the compilation time. | Inline Perl module | 2 | 库 + perl-Inline-C | perl-Inline-C | Inline::C is a module that allows you to write Perl subroutines in C. Sinceversion 0.30 the Inline module supports multiple programming languages andeach language has its own support module. | Write Perl subroutines in C | 2 | 库 + perl-Inline-C-doc | perl-Inline-C | The perl-Inline-C-doc package contains documentation files for perl-Inline-C. | Documentation files for perl-Inline-C | 2 | 库 + perl-Inline-C-tests | perl-Inline-C | Tests from perl-Inline-C. Execute themwith "/usr/libexec/perl-Inline-C/test". | Tests for perl-Inline-C | 2 | 库 + perl-Inline-doc | perl-Inline | The perl-Inline-doc package contains documentation files for perl-Inline. | Documentation files for perl-Inline | 2 | 库 + perl-Inline-Files | perl-Inline-Files | Inline::Files generalizes the notion of the `__DATA__' marker and theassociated `<DATA>' file handle, to an arbitrary number of markers andassociated file handles. | Allows for multiple inline files in a single Perl file | 2 | 库 + perl-Inline-Files-doc | perl-Inline-Files | The perl-Inline-Files-doc package contains documentation files for perl-Inline-Files. | Documentation files for perl-Inline-Files | 3 | 库 + perl-Inline-Files-tests | perl-Inline-Files | Tests from perl-Inline-Files. Execute themwith "/usr/libexec/perl-Inline-Files/test". | Tests for perl-Inline-Files | 2 | 库 + perl-Inline-tests | perl-Inline | Tests from perl-Inline. Execute themwith "/usr/libexec/perl-Inline/test". | Tests for perl-Inline | 2 | 库 + perl-interpreter | perl | This is a Perl interpreter as a standalone executable /usr/bin/perlrequired for handling Perl scripts. It does not provide all the other Perlmodules or tools.Install this package if you want to program in Perl or enable your system tohandle Perl scripts with /usr/bin/perl interpreter.If your script requires some Perl modules, you can install them with"perl(MODULE)" where "MODULE" is a name of required module. E.g. install"perl(Test::More)" to make Test::More Perl module available.If you need all the Perl modules that come with upstream Perl sources, socalled core modules, install perl package.If you only need perl run-time as a shared library, i.e. Perl interpreterembedded into another application, the only essential package is perl-libs.Perl header files can be found in perl-devel package.Perl utils like "h2ph" or "perlbug" can be found in perl-utils package.Perl debugger, usually invoked with "perl -d", is available in perl-debuggerpackage. | Standalone executable Perl interpreter | 2 | 库 + perl-IO | perl | This is a collection of Perl input/output modules. | Perl input/output modules | 2 | 库 + perl-IO-All | perl-IO-All | The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket,IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; aswell as all the DBM and MLDBM modules. You can use most of the methodsfound in these classes and in IO::Handle (which they inherit from). IO::Alladds dozens of other helpful idiomatic methods including file stat andmanipulation functions. | IO::All Perl module | 2 | 库 + perl-IO-All-doc | perl-IO-All | The perl-IO-All-doc package contains documentation files for perl-IO-All. | Documentation files for perl-IO-All | 2 | 库 + perl-IO-CaptureOutput | perl-IO-CaptureOutput | Capture STDOUT/STDERR from sub-processes and XS/C modules. | Capture STDOUT/STDERR from sub-processes and XS/C modules | 2 | 工具 + perl-IO-CaptureOutput-doc | perl-IO-CaptureOutput | Doc files for perl-IO-CaptureOutput | Doc files for perl-IO-CaptureOutput | 2 | 库 + perl-IO-Compress | perl-IO-Compress | This distribution provides a Perl interface to allow reading and writing ofcompressed data created with the zlib and bzip2.IO-Compress supports reading and writing of the following compressed data formats * bzip2 * RFC 1950 * RFC 1951 * RFC 1952 (i.e. gzip) * zipThere are a number of companion modules for IO-Compress that extendthe suite of compression formats available. * IO-Compress-Zstd Adds support for zstd (Zstandard). * IO-Compress-Lzma Adds support for lzma, xz and lzip. * IO-Compress-Lzf Adds support for lzf. * IO-Compress-Lzop Adds support for lzop.Note that the following modules used to be distributed separately, but are nowincluded with the IO-Compress distribution. Compress-Zlib IO-Compress-Zlib IO-Compress-Bzip2 IO-Compress-Base | Read and write compressed data | 2 | 库 + perl-IO-Compress-Brotli | perl-IO-Compress-Brotli | IO::Compress::Brotli is a module that compresses Brotli buffers andstreams. Despite its name, it is not a subclass of IO::Compress::Baseand does not implement its interface. This will be rectified in afuture release. | Perl bindings for Brotli compression | 2 | 库 + perl-IO-Compress-Brotli-doc | perl-IO-Compress-Brotli | The perl-IO-Compress-Brotli-doc package contains documentation files for perl-IO-Compress-Brotli. | Documentation files for perl-IO-Compress-Brotli | 2 | 库 + perl-IO-Compress-Lzma | perl-IO-Compress-Lzma | This distribution provides a Perl interface to allow reading and writing ofcompressed data created with the lzma library. | Read and write lzma compressed data | 2 | 库 + perl-IO-HTML | perl-IO-HTML | IO::HTML provides an easy way to open a file containing HTML whileautomatically determining its encoding. It uses the HTML5 encoding sniffingalgorithm specified in section 8.2.2.1 of the draft standard.The algorithm as implemented here is:1. If the file begins with a byte order mark indicating UTF-16LE,UTF-16BE, or UTF-8, then that is the encoding.2. If the first $bytes_to_check bytes of the file contain a <meta>tag that indicates the charset, and Encode recognizes the specifiedcharset name, then that is the encoding.(This portion of the algorithm is implemented by find_charset_in.)3. If the first $bytes_to_check bytes of the file are valid UTF-8(with at least 1 non-ASCII character), then the encoding is UTF-8.4. If all else fails, use the default character encoding. The HTML5standard suggests the default encoding should be locale dependent,but currently it is always cp1252 unless you set $IO::HTML::default_encodingto a different value. Note: sniff_encoding does not apply this step;only html_file does that. | Open an HTML file with automatic character set detection | 2 | 库 + perl-IO-Prompter | perl-IO-Prompter | IO::Prompter exports a single subroutine, prompt, that prints a prompt(but only if the program's selected input and output streams are connectedto a terminal), then reads some input, then chomps it, and finally returnsan object representing that text. | Prompt for input, read it, clean it, return it | 2 | 库 + perl-IO-Prompter-doc | perl-IO-Prompter | The perl-IO-Prompter-doc package contains documentation files for perl-IO-Prompter. | Documentation files for perl-IO-Prompter | 2 | 库 + perl-IO-Socket-INET6 | perl-IO-Socket-INET6 | Perl Object interface for AF_INET|AF_INET6 domain sockets. | Perl Object interface for AF_INET|AF_INET6 domain sockets | 2 | 库 + perl-IO-Socket-INET6-doc | perl-IO-Socket-INET6 | The perl-IO-Socket-INET6-doc package contains documentation files for perl-IO-Socket-INET6. | Documentation files for perl-IO-Socket-INET6 | 2 | 库 + perl-IO-Socket-IP | perl-IO-Socket-IP | This module provides a protocol-independent way to use IPv4 and IPv6sockets, intended as a replacement for IO::Socket::INET. Most constructorarguments and methods are provided in a backward-compatible way. | Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 | 2 | 库 + perl-IO-Socket-SSL | perl-IO-Socket-SSL | This module is a true drop-in replacement for IO::Socket::INET thatuses SSL to encrypt data before it is transferred to a remote serveror client. IO::Socket::SSL supports all the extra features that oneneeds to write a full-featured SSL client or server application:multiple SSL contexts, cipher selection, certificate verification, andSSL version selection. As an extra bonus, it works perfectly withmod_perl. | Perl library for transparent SSL | 2 | 库 + perl-IO-String | perl-IO-String | The "IO::String" module provides the "IO::File" interface for in-corestrings. An "IO::String" object can be attached to a string, andmakes it possible to use the normal file operations for reading orwriting data, as well as for seeking to various locations of thestring. This is useful when you want to use a library module thatonly provides an interface to file handles on data that you have in astring variable.Note that perl-5.8 and better has built-in support for "in memory"files, which are set up by passing a reference instead of a filenameto the open() call. The reason for using this module is that it makesthe code backwards compatible with older versions of Perl. | Emulate file interface for in-core strings | 2 | 库 + perl-IO-stringy | perl-IO-stringy | This toolkit primarily provides modules for performing both traditionaland object-oriented I/O) on things *other* than normal filehandles; inparticular, IO::Scalar, IO::ScalarArray, and IO::Lines.In the more-traditional IO::Handle front, we have IO::AtomicFile, whichmay be used to painlessly create files that are updated atomically.And in the "this-may-prove-useful" corner, we have IO::Wrap, whoseexported wraphandle() function will clothe anything that's not a blessedobject in an IO::Handle-like wrapper... so you can just use OO syntaxand stop worrying about whether your function's caller handed you astring, a globref, or a FileHandle. | I/O on in-core objects like strings and arrays for Perl | 2 | 库 + perl-IO-Tty | perl-IO-Tty | IO::Tty and IO::Pty provide an interface to pseudo tty's. | Perl interface to pseudo tty's | 2 | 库 + perl-IO-Tty-doc | perl-IO-Tty | The perl-IO-Tty-doc package contains documentation files for perl-IO-Tty. | Documentation files for perl-IO-Tty | 2 | 库 + perl-IO-Zlib | perl-IO-Zlib | This is the IO::Zlib module package for perl5.This modules provides an IO:: style interface to the Compress::Zlibpackage. The main advantage is that you can use an IO::Zlib object inmuch the same way as an IO::File object so you can have common codethat doesn't know which sort of file it is using. | Perl IO:: style interface to Compress::Zlib | 2 | 库 + perl-IPC-Cmd | perl-IPC-Cmd | IPC::Cmd allows for the searching and execution of any binary on your system.It adheres to verbosity settings and is able to run intereactive. Italso has an option to capture output/error buffers. | Finding and running system commands made easy | 2 | 库 + perl-IPC-Open3 | perl | These are functions that spawn a given command and connects the standardoutput of the command for reading, standard output for writing, and standarderror output for handling the errors. | Open a process for reading, writing, and error handling | 2 | 库 + perl-IPC-Run | perl-IPC-Run | IPC::Run allows you run and interact with child processes using files,pipes, and pseudo-ttys. Both system()-style and scripted usages aresupported and may be mixed. Likewise, functional and OO API styles areboth supported and may be mixed.Various redirection operators reminiscent of those seen on common Unixand DOS command lines are provided. | Perl module for interacting with child processes | 2 | 库 + perl-IPC-Run3 | perl-IPC-Run3 | This module allows you to run a subprocess and redirect stdin, stdout,and/or stderr to files and perl data structures. It aims to satisfy 99% ofthe need for using system, qx, and open3 with a simple, extremely PerlishAPI and none of the bloat and rarely used features of IPC::Run. | Run a subprocess in batch mode | 2 | 库 + perl-IPC-System-Simple | perl-IPC-System-Simple | Calling Perl's in-built 'system()' function is easy; determining if itwas successful is _hard_. Let's face it, '$?' isn't the nicest variablein the world to play with, and even if you _do_ check it, producing awell-formatted error string takes a lot of work. | Run commands simply, with detailed diagnostics | 2 | 库 + perl-IPC-SysV | perl-IPC-SysV | Perl-IPC-SysV is a module in Perl that provides an interface tothe System V inter-process communication (IPC) facilities. Thesefacilities allow processes to communicate with each other, sharingdata and synchronization.The module provides functions to create, attach, and detach sharedmemory segments, message queues, and semaphore arrays. It also providesfunctions for sending and receiving messages, accessing shared memory, andmanipulating semaphores.The SysV-IPC contains three packages: IPC::Semaphore - Provides an object interface to using SysV IPC semaphores IPC::Msg - Provides an object interface to using SysV IPC messages IPC::SysV - Provides the constants required to use the system SysV IPC calls. | IPC-SysV: Interface to System V IPC | 2 | 库 + perl-Jcode | perl-Jcode | Perl extension interface for converting Japanese text. | Perl extension interface for converting Japanese text | 2 | 库 + perl-JSON | perl-JSON | This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All thebackend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XSby default, and when JSON::XS is not available, falls back on JSON::PP, which is in the Perl coresince 5.14. If JSON::PP is not available either, this module then falls back on JSON::backportPP(which is actually JSON::PP in a different .pm file) bundled in the same distribution as this module.You can also explicitly specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban. | Parse and convert to JSON (JavaScript Object Notation) | 2 | 库 + perl-JSON-Color | perl-JSON-Color | This module generates JSON, colorized with ANSI escape sequences. | Encode to colored JSON | 2 | 库 + perl-JSON-Color-doc | perl-JSON-Color | The perl-JSON-Color-doc package contains documentation files for perl-JSON-Color. | Documentation files for perl-JSON-Color | 2 | 库 + perl-JSON-Color-tests | perl-JSON-Color | Tests from perl-JSON-Color. Execute themwith "/usr/libexec/perl-JSON-Color/test". | Tests for perl-JSON-Color | 2 | 库 + perl-JSON-MaybeXS | perl-JSON-MaybeXS | This module first checks to see if either Cpanel::JSON::XS or JSON::XSis already loaded, in which case it uses that module. Otherwise it triesto load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, andeither uses the first module it finds or throws an error.It then exports the "encode_json" and "decode_json" functions from theloaded module, along with a "JSON" constant that returns the class namefor calling "new" on.If you're writing fresh code rather than replacing JSON.pm usage, youmight want to pass options as constructor args rather than callingmutators, so we provide our own "new" method that supports that. | Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP | 2 | 库 + perl-JSON-MaybeXS-doc | perl-JSON-MaybeXS | The perl-JSON-MaybeXS-doc package contains documentation files for perl-JSON-MaybeXS. | Documentation files for perl-JSON-MaybeXS | 2 | 库 + perl-JSON-PP | perl-JSON-PP | JSON::XS is the fastest and most proper JSON module on CPAN. It is written byMarc Lehmann in C, so must be compiled and installed in the used environment.JSON::PP is a pure-Perl module and is compatible with JSON::XS. | JSON::XS compatible pure-Perl module | 2 | 库 + perl-JSON-XS | perl-JSON-XS | This module converts Perl data structures to JSON and vice versa. Itsprimary goal is to be correct and its secondary goal is to be fast. Toreach the latter goal it was written in C. | JSON serializing/de-serializing, done correctly and fast | 2 | 库 + perl-JSON-XS-doc | perl-JSON-XS | The perl-JSON-XS-doc package contains documentation files for perl-JSON-XS. | Documentation files for perl-JSON-XS | 2 | 库 + perl-JSON-XS-tests | perl-JSON-XS | Tests from perl-JSON-XS. Execute themwith "/usr/libexec/perl-JSON-XS/test". | Tests for perl-JSON-XS | 2 | 库 + perl-LaTeX-ToUnicode | perl-LaTeX-ToUnicode | This Perl module provides a method to convert LaTeX-style markups for accentsetc. into their Unicode equivalents. It translates commands for specialcharacters or accents into their Unicode equivalents and removesformatting commands. | Convert LaTeX commands to Unicode | 2 | 库 + perl-LDAP | perl-LDAP | Net::LDAP is a collection of modules that implements an LDAP services APIfor Perl programs. The module may be used to search directories or performmaintenance functions such as adding, deleting or modifying entries. | LDAP Perl module | 2 | 库 + perl-less | perl | "use less ...;" is a Perl user-pragma. If you're very lucky some code you'reusing will know that you asked for less CPU usage or RAM or fat or... we justcan't know. | Perl pragma to request less of something | 2 | 库 + perl-lib | perl | This module simplifies the manipulation of @INC at compile time. | Manipulate @INC at compile time | 2 | 库 + perl-libintl-perl | perl-libintl-perl | The package libintl-perl is an internationalization library for Perl thataims to be compatible with the Uniforum message translations system asimplemented for example in GNU gettext. | Internationalization library for Perl, compatible with gettext | 2 | 库 + perl-libnet | perl-libnet | This is a collection of Perl modules which provides a simple andconsistent programming interface (API) to the client side of variousprotocols used in the internet community. | Perl clients for various network protocols | 2 | 库 + perl-libnetcfg | perl | The libnetcfg utility can be used to configure the libnet. | Configure libnet | 2 | 库 + perl-libs | perl | The is a perl run-time (interpreter as a shared library and includedirectories). | The libraries for the perl run-time | 2 | 库 + perl-libwww-perl | perl-libwww-perl | The libwww-perl collection is a set of Perl modules which provides a simple andconsistent application programming interface to the World-Wide Web. The mainfocus of the library is to provide classes and functions that allow you towrite WWW clients. The library also contain modules that are of more generaluse and even classes that help you implement simple HTTP servers.The library includes modules for common web-related tasks like HTTP requests,parsing HTML and XML documents, and managing cookies and authentication. Italso supports protocols like FTP, NNTP, and Telnet. | A Perl interface to the World-Wide Web | 2 | 库 + perl-libxml-perl | perl-libxml-perl | libxml-perl is a collection of smaller Perl modules, scripts, anddocuments for working with XML in Perl. libxml-perl software works incombination with XML::Parser, PerlSAX, XML::DOM, XML::Grove andothers. | A collection of Perl modules for working with XML | 2 | 库 + perl-libxml-perl-doc | perl-libxml-perl | The perl-libxml-perl-doc package contains documentation files for perl-libxml-perl. | Documentation files for perl-libxml-perl | 2 | 库 + perl-Lingua-EN-Inflect | perl-Lingua-EN-Inflect | Convert singular to plural, select "a" or "an". | Convert singular to plural, select "a" or "an" | 2 | 库 + perl-Lingua-EN-Inflect-doc | perl-Lingua-EN-Inflect | The perl-Lingua-EN-Inflect-doc package contains documentation files for perl-Lingua-EN-Inflect. | Documentation files for perl-Lingua-EN-Inflect | 2 | 库 + perl-Lingua-Translit | perl-Lingua-Translit | Lingua::Translit can be used to convert text from one writing system toanother, based on national or international transliteration tables. Wherepossible a reverse transliteration is supported. | Transliterates text between writing systems | 2 | 库 + perl-List-AllUtils | perl-List-AllUtils | Are you sick of trying to remember whether a particular helper is definedin List::Util or List::SomeUtils? I sure am. Now you don't have to remember.This module will export all of the functions that either of those twomodules defines. | Combines List::Util and List::SomeUtils | 2 | 库 + perl-List-Compare | perl-List-Compare | Advanced functionality to compare members of two or more lists. | Compare elements of two or more lists | 2 | 库 + perl-List-Compare-doc | perl-List-Compare | The perl-List-Compare-doc package contains documentation files for perl-List-Compare. | Documentation files for perl-List-Compare | 2 | 库 + perl-List-MoreUtils | perl-List-MoreUtils | List::MoreUtils provides some trivial but commonly needed functionalityon lists that is not going to go into List::Util. | Provide the stuff missing in List::Util | 2 | 库 + perl-List-MoreUtils-doc | perl-List-MoreUtils | The perl-List-MoreUtils-doc package contains documentation files for perl-List-MoreUtils. | Documentation files for perl-List-MoreUtils | 2 | 库 + perl-List-MoreUtils-XS | perl-List-MoreUtils-XS | This module provides accelerated versions of functions in List::MoreUtils. | Provide compiled List::MoreUtils functions | 2 | 库 + perl-List-MoreUtils-XS-doc | perl-List-MoreUtils-XS | The perl-List-MoreUtils-XS-doc package contains documentation files for perl-List-MoreUtils-XS. | Documentation files for perl-List-MoreUtils-XS | 2 | 库 + perl-List-SomeUtils | perl-List-SomeUtils | List::SomeUtils provides some trivial but commonly needed functionality onlists which is not going to go into List::Util. | Provide the stuff missing in List::Util | 2 | 库 + perl-List-UtilsBy | perl-List-UtilsBy | This module provides a number of list utility functions, all of which takean initial code block to control their behaviour. They are variations onsimilar core perl or List::Util functions of similar names, but which usethe block to control their behaviour. For example, the core Perl functionsort takes a list of values and returns them, sorted into order by theirstring value. The sort_by function sorts them according to the string valuereturned by the extra function, when given each value. | Higher-order list utility functions | 2 | 库 + perl-locale | perl | This pragma tells the compiler to enable (or disable) the use of POSIX localesfor built-in operations (for example, LC_CTYPE for regular expressions,LC_COLLATE for string comparison, and LC_NUMERIC for number formatting). Each"use locale" or "no locale" affects statements to the end of the enclosingblock. | Pragma to use or avoid POSIX locales for built-in operations | 2 | 库 + perl-Locale-Codes | perl-Locale-Codes | Locale-Codes is a distribution containing a set of modules. The moduleseach deal with different types of codes which identify parts of the localeincluding languages, countries, currency, etc. | Distribution of modules to handle locale codes | 2 | 库 + perl-Locale-Codes-doc | perl-Locale-Codes | The perl-Locale-Codes-doc package contains documentation files for perl-Locale-Codes. | Documentation files for perl-Locale-Codes | 2 | 库 + perl-Locale-Codes-tests | perl-Locale-Codes | Tests from perl-Locale-Codes. Execute themwith "/usr/libexec/perl-Locale-Codes/test". | Tests for perl-Locale-Codes | 2 | 库 + perl-Locale-gettext | perl-gettext | The gettext module permits access from perl to the gettext() family offunctions for retrieving message strings from databases constructed tointernationalize software. | Interface to gettext family of functions | 2 | 库 + perl-Locale-Maketext | perl-Locale-Maketext | perl-Locale-Maketext is a Perl module that provides a framework for localization and internationalization ofPerl applications. It provides a way to create localized messages in Perl programs. The module provides away to create localized messages in Perl programs. It is built on top of the Locale::Maketext::Lexicon modulethat implements an interface to gettext. The Locale::Maketext module provides a way to localize messages usinga simple key-value pair system. The module also provides support for plural forms and context-sensitive translations . | Framework for localization | 2 | 库 + perl-Locale-Maketext-Simple | perl | This module is a simple wrapper around Locale::Maketext::Lexicon, designedto alleviate the need of creating Language Classes for module authors. | Simple interface to Locale::Maketext::Lexicon | 2 | 库 + perl-Locale-US | perl-Locale-US | Map from US two-letter codes to states and vice versa. | Two letter codes for state identification in the United States and vice versa | 2 | 工具 + perl-Locale-US-doc | perl-Locale-US | The perl-Locale-US-doc package contains documentation files for perl-Locale-US. | Documentation files for perl-Locale-US | 2 | 库 + perl-local-lib | perl-local-lib | This module provides a quick, convenient way of bootstrapping a user-localPerl module library located within the user's home directory. It also constructsand prints out for the user the list of environment variables using the syntaxappropriate for the user's current shell (as specified by the SHELL environmentvariable), suitable for directly adding to one's shell configuration file.More generally, local::lib allows for the bootstrapping and usage of a directorycontaining Perl modules outside of Perl's @INC. This makes it easier to shipan application with an app-specific copy of a Perl module, or collection of modules.Useful in cases like when an upstream maintainer hasn't applied a patch to a moduleof theirs that you need for your application. | Create and use a local lib/ for perl modules with PERL5LIB | 2 | 库 + perl-local-lib-tests | perl-local-lib | This package contains tests from perl-local-lib. Execute them with "/usr/libexec/perl-local-lib/test". | Tests for perl-local-lib | 2 | 库 + perl-Log-Any | perl-Log-Any | Log::Any allows CPAN modules to safely and efficiently log messages, whileletting the application choose (or decline to choose) a logging mechanismsuch as Log::Dispatch or Log::Log4perl. | Bringing loggers and listeners together | 2 | 库 + perl-Log-Any-Adapter-Screen | perl-Log-Any-Adapter-Screen | This Log::Any adapter prints log messages to screen (STDERR/STDOUT). Themessages are colored according to level (unless coloring is turned off).It has a few other features: allow passing formatter, allow setting levelfrom some environment variables, add prefix/timestamps. | Send logs to screen, with colors and some other features | 2 | 库 + perl-Log-Any-Adapter-Screen-doc | perl-Log-Any-Adapter-Screen | The perl-Log-Any-Adapter-Screen-doc package contains documentation files for perl-Log-Any-Adapter-Screen. | Documentation files for perl-Log-Any-Adapter-Screen | 2 | 库 + perl-Log-Any-doc | perl-Log-Any | The perl-Log-Any-doc package contains documentation files for perl-Log-Any. | Documentation files for perl-Log-Any | 2 | 库 + perl-Log-Dispatch | perl-Log-Dispatch | Log::Dispatch is a suite of OO modules for logging messages tomultiple outputs, each of which can have a minimum and maximum loglevel. It is designed to be easily subclassed, both for creating anew dispatcher object and particularly for creating new outputs.An Apache output is available in perl-Log-Dispatch-ApacheLog package. | Dispatches messages to one or more outputs | 2 | 库 + perl-Log-Dispatch-FileRotate | perl-Log-Dispatch-FileRotate | This module provides a simple object for logging to files under theLog::Dispatch::* system, and automatically rotating them according todifferent constraints. This is basically a Log::Dispatch::File wrapperwith additions. | Log to files that archive/rotate themselves | 2 | 库 + perl-Log-Log4perl | perl-Log-Log4perl | Log::Log4perl lets you remote-control and fine-tune the loggingbehavior of your system from the outside. It implements the widelypopular (Java-based) Log4j logging package in pure Perl.To log into RRD database, install perl-Log-Log4perl-Appender-RRDs package.To log into a database via DBI, install perl-Log-Log4perl-Appender-DBI package.To read log4j XML configuration files, installperl-Log-Log4perl-Config-DOMConfigurator package. | Log4j implementation for Perl | 2 | 库 + perl-LWP-MediaTypes | perl-LWP-MediaTypes | This module provides functions for handling media (also known as MIME)types and encodings. The mapping from file extensions to media types isdefined by the media.types file. If the ~/.media.types file exists it isused instead. For backwards compatibility we will also look for~/.mime.types. | Guess media type for a file or a URL | 2 | 库 + perl-LWP-Protocol-https | perl-LWP-Protocol-https | The LWP::Protocol::https module provides support for using HTTPS schemedURLs with LWP. This module is a plug-in to the LWP protocol handling, soyou don't use it directly. Once the module is installed LWP is able toaccess sites using HTTP over SSL/TLS. | Provide HTTPS support for LWP::UserAgent | 2 | 库 + perl-macros | perl | RPM macros that are handy when building binary RPM packages. | Macros for rpmbuild | 2 | 库 + perl-Mail-Sender | perl-Mail-Sender | Mail::Sender provides an object-oriented interface to sending mails.It directly connects to the mail server using IO::Socket. | Module for sending mails with attachments through an SMTP server | 2 | 库 + perl-Mail-Sendmail | perl-Mail-Sendmail | Mail::Sendmail is a simple platform independent library for sendinge-mail from your perl script. It only requires Perl 5 and a networkconnection. Mail::Sendmail contains mainly &sendmail, which takes ahash with the message to send and sends it. It is intended to be veryeasy to setup and use. | Simple platform independent mailer for Perl | 2 | 库 + perl-MailTools | perl-MailTools | MailTools is a set of ancient Perl modules related to mail applications. | Various ancient mail-related perl modules | 2 | 库 + perl-Math-BigInt | perl-Math-BigInt | Math::BigInt and Math::BigFloat are modules for arbitrary precision arithmetic. | Arbitrary-size integer and float precision mathematics | 2 | 库 + perl-Math-BigInt-FastCalc | perl-Math-BigInt-FastCalc | Math::BigInt::FastCalc is a replacement library for Math::BigInt::Calc thatreimplements some of the Math::BigInt::Calc functions in XS. | Math::BigInt::Calc with some XS for more speed | 2 | 库 + perl-Math-BigInt-FastCalc-tests | perl-Math-BigInt-FastCalc | Tests from perl-Math-BigInt-FastCalc. Execute them with"/usr/libexec/perl-Math-BigInt-FastCalc/test". | Tests for perl-Math-BigInt-FastCalc | 3 | 库 + perl-Math-BigInt-GMP | perl-Math-BigInt-GMP | Provides support for big integer calculations by means of the GMP library, asa replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm.Math::BigInt::GMP does not use Math::GMP, but provides its own XS layer toaccess the GMP library. This cuts out another (perl subroutine) layer andalso reduces the memory footprint by not loading Math::GMP and Carp at all. | Use the GMP library for Math::BigInt routines | 2 | 库 + perl-Math-BigInt-GMP-tests | perl-Math-BigInt-GMP | Tests from perl-Math-BigInt-GMP. Execute themwith "/usr/libexec/perl-Math-BigInt-GMP/test". | Tests for perl-Math-BigInt-GMP | 2 | 库 + perl-Math-BigInt-tests | perl-Math-BigInt | Tests from perl-Math-BigInt. Execute them with "/usr/libexec/perl-Math-BigInt/test". | Tests for perl-Math-BigInt | 2 | 库 + perl-Math-BigRat | perl-Math-BigRat | Math::BigRat complements Math::BigInt and Math::BigFloat by providingsupport for arbitrary big rational numbers. | Arbitrary big rational constants | 2 | 库 + perl-Math-BigRat-tests | perl-Math-BigRat | Tests from perl-Math-BigRat. Execute them with"/usr/libexec/perl-Math-BigRat/test". | Tests for perl-Math-BigRat | 2 | 库 + perl-Math-Complex | perl | This package lets you create and manipulate complex numbers. By default, Perllimits itself to real numbers, but an extra "use" statement brings fullcomplex support, along with a full set of mathematical functions typicallyassociated with and/or extended to complex numbers. | Complex numbers and trigonometric functions | 2 | 库 + perl-MCE | perl-MCE | Many-core Engine (MCE) for Perl helps enable a new level of performance bymaximizing all available cores. MCE spawns a pool of workers and thereforedoes not fork a new process per each element of data. Instead, MCE followsa bank queuing model. Imagine the line being the data and bank-tellers theparallel workers. MCE enhances that model by adding the ability to chunkthe next n elements from the input stream to the next available worker. | Many-core Engine for Perl providing parallel processing capabilities | 2 | 库 + perl-MCE-doc | perl-MCE | The perl-MCE-doc package contains documentation files for perl-MCE. | Documentation files for perl-MCE | 2 | 库 + perl-MCE-tools | perl-MCE | This package delivers command line tools like mce_grep(1) that utilizethe Many-core Engine (MCE) Perl library. | Many-core Engine command line tools | 2 | 工具 + perl-Memoize | perl | Memoizing a function makes it faster by trading space for time. It doesthis by caching the return values of the function in a table. If you callthe function again with the same arguments, memoize jumps in and givesyou the value out of the table, instead of letting the function computethe value all over again. | Transparently speed up functions by caching return values | 2 | 库 + perl-meta-notation | perl | Returns a copy of the input string with the nonprintable characters below0x100 changed into printables. Any ASCII printables or above 0xFF areunchanged. | Change nonprintable characters below 0x100 into printables | 2 | 库 + perl-MIME-Base64 | perl-MIME-Base64 | perl-MIME-Base64 is a Perl module that provides encoding and decodingfunctions for the Base64 encoding scheme. This encoding is commonly usedfor email attachments, as well as other data transmission applicationswhere binary data needs to be transmitted over text-based channels.The module provides a simple interface for encoding and decoding data usingBase64, making it easy to integrate into Perl scripts and other applications. | Encoding and decoding of Base64 and quoted-printable strings | 2 | 库 + perl-MIME-Charset | perl-MIME-Charset | MIME::Charset provides information about character sets used for MIMEmessages on Internet. | Charset Informations for MIME | 2 | 库 + perl-MIME-Lite | perl-MIME-Lite | MIME::Lite is intended as a simple, standalone module for generating (notparsing!) MIME messages... Specifically, it allows you to output a simple,decent single- or multi-part message with text or binary attachments. It doesnot require that you have the Mail:: or MIME:: modules installed. | MIME::Lite - low-calorie MIME generator | 2 | 库 + perl-MIME-Types | perl-MIME-Types | MIME types are used in many applications, for instance as part of e-mailand HTTP traffic, to indicate the type of content that is transmitted.Sometimes detailed knowledge about a mime-type is need; however, thismodule only knows about the file-name extensions that relate to somefile-type. It can also be used to produce the right format: types thatare not registered at IANA need to use 'x-' prefixes. | MIME types module for Perl | 2 | 库 + perl-Mixin-Linewise | perl-Mixin-Linewise | It's boring to deal with opening files for IO, converting strings tohandle-like objects, and all that. With Mixin::Linewise::Readers andMixin::Linewise::Writers, you can just write a method to handle handles,and methods for handling strings and file names are added for you. | Write your linewise code for handles; this does the rest | 2 | 库 + perl-Mixin-Linewise-doc | perl-Mixin-Linewise | The perl-Mixin-Linewise-doc package contains documentation files for perl-Mixin-Linewise. | Documentation files for perl-Mixin-Linewise | 2 | 库 + perl-MLDBM | perl-MLDBM | This module can serve as a transparent interface to any TIEHASH package that isrequired to store arbitrary perl data, including nested references. Thus, thismodule can be used for storing references and other arbitrary data within DBMdatabases. | Store multi-level hash structure in single level tied hash | 2 | 库 + perl-MLDBM-doc | perl-MLDBM | Doc pages for perl-MLDBM. | Documents for perl-MLDBM | 2 | 库 + perl-Module-Build | perl-Module-Build | Module::Build is a system for building, testing, and installing Perl modules. It is meantto be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the modulethrough subclassing. It also does not require a make on your system - most of the Module::Buildcode is pure-perl and written in a very cross-platform way.See "COMPARISON" for more comparisons between 'Module::Build' and otherinstaller tools.To install 'Module::Build', and any other module that uses 'Module::Build'for its installation process, do the following: perl Build.PL # 'Build.PL' script creates the 'Build' script ./Build # Need ./ to ensure we're using this "Build" script ./Build test # and not another one that happens to be in the PATH ./Build installThis illustrates initial configuration and the running of three 'actions'.In this case the actions run are 'build' (the default action), 'test', and'install'. | Build and install Perl modules | 2 | 库 + perl-Module-Build-Tiny | perl-Module-Build-Tiny | Many Perl distributions use a Build.PL file instead of a Makefile.PL file todrive distribution configuration, build, test and installation. Traditionally,Build.PL uses Module::Build as the underlying build system. This moduleprovides a simple, lightweight, drop-in replacement.Whereas Module::Build has over 6,700 lines of code; this module has less than70, yet supports the features needed by most pure-Perl distributions. | A tiny replacement for Module::Build | 2 | 库 + perl-Module-Build-Tiny-doc | perl-Module-Build-Tiny | The perl-Module-Build-Tiny-doc package contains documentation files for perl-Module-Build-Tiny. | Documentation files for perl-Module-Build-Tiny | 2 | 库 + perl-Module-CoreList | perl-Module-CoreList | Module::CoreList provides information on which core and dual-lifemodules are shipped with each version of perl.It provides a number of mechanisms for querying this information.There is a utility called corelist provided with this module whichis a convenient way of querying from the command-line.There is a functional programming API available for programmers toquery information.Programmers may also query the contained hash structures to findrelevant information. | What modules are shipped with versions of perl | 2 | 库 + perl-Module-CoreList-tests | perl-Module-CoreList | Tests from perl-Module-CoreList. Execute them with "/usr/libexec/perl-Module-CoreList/test". | Tests for perl-Module-CoreList | 2 | 库 + perl-Module-CoreList-tools | perl-Module-CoreList | This package provides a corelist(1) tool which can be used to querywhat modules were shipped with given perl version. | Tool for listing modules shipped with perl | 2 | 库 + perl-Module-CPANfile | perl-Module-CPANfile | Module::CPANfile is a tool to handle cpanfile format to load applicationspecific dependencies, not just for CPAN distributions. | Parse cpanfile | 2 | 库 + perl-Module-CPANfile-doc | perl-Module-CPANfile | The perl-Module-CPANfile-doc package contains documentation files for perl-Module-CPANfile. | Documentation files for perl-Module-CPANfile | 2 | 库 + perl-Module-CPANTS-Analyse | perl-Module-CPANTS-Analyse | CPANTS is an acronym for CPAN Testing Service. The goals of the CPANTS projectare to provide some sort of quality measure (called "Kwalitee") and lots ofmetadata for all distributions on CPAN. | Generate Kwalitee ratings for a distribution | 2 | 库 + perl-Module-CPANTS-Analyse-doc | perl-Module-CPANTS-Analyse | The perl-Module-CPANTS-Analyse-doc package contains documentation files for perl-Module-CPANTS-Analyse. | Documentation files for perl-Module-CPANTS-Analyse | 2 | 库 + perl-Module-Find | perl-Module-Find | Module::Find lets you find and use modules in categories. This can be veryuseful for auto-detecting driver or plug-in modules. You can differentiatebetween looking in the category itself or in all subcategories. | Find and use installed modules in a (sub)category | 2 | 库 + perl-Module-Find-doc | perl-Module-Find | The perl-Module-Find-doc package contains documentation files for perl-Module-Find. | Documentation files for perl-Module-Find | 2 | 库 + perl-Module-Implementation | perl-Module-Implementation | This module abstracts out the process of choosing one of several underlyingimplementations for a module. This can be used to provide XS and pure Perlimplementations of a module, or it could be used to load an implementationfor a given OS or any other case of needing to provide multipleimplementations.This module is only useful when you know all the implementations ahead oftime. If you want to load arbitrary implementations then you probably wantsomething like a plugin system, not this module. | Loads one of several alternate underlying implementations for a module | 2 | 库 + perl-Module-Install | perl-Module-Install | Module::Install is a package for writing installers for CPAN (or CPAN-like)distributions that are clean, simple, minimalist, act in a strictly correctmanner with ExtUtils::MakeMaker, and will run on any Perl installationversion 5.005 or newer. | Standalone, extensible Perl module installer | 2 | 库 + perl-Module-Install-AuthorRequires | perl-Module-Install-AuthorRequires | Modules often have optional requirements, for example dependencies thatare useful for (optional) tests, but not required for the module towork properly.Simply using this module "author_requires" command allows to specify suchdeveloper specific dependencies in a proper way. | Declare author-only dependencies | 2 | 库 + perl-Module-Install-AuthorRequires-doc | perl-Module-Install-AuthorRequires | Doc pages for perl-Module-Install-AuthorRequires. | Documents for perl-Module-Install-AuthorRequires | 2 | 库 + perl-Module-Install-AuthorTests | perl-Module-Install-AuthorTests | Plug-in for Perl Module::Install package to declare tests in ./xt directoryshould be run only if the module is being built by an author. | Designate tests only run by module authors | 2 | 库 + perl-Module-Install-AuthorTests-doc | perl-Module-Install-AuthorTests | The perl-Module-Install-AuthorTests-doc package contains documentation files for perl-Module-Install-AuthorTests. | Documentation files for perl-Module-Install-AuthorTests | 2 | 库 + perl-Module-Install-AutoLicense | perl-Module-Install-AutoLicense | Module::Install::AutoLicense is a Module::Install extension that generatesa LICENSE file automatically whenever the author runs Makefile.PL. On theuser side it does nothing. | Module::Install extension to automatically generate LICENSE files | 2 | 库 + perl-Module-Install-AutoLicense-doc | perl-Module-Install-AutoLicense | The perl-Module-Install-AutoLicense-doc package contains documentation files for perl-Module-Install-AutoLicense. | Documentation files for perl-Module-Install-AutoLicense | 2 | 库 + perl-Module-Install-doc | perl-Module-Install | The perl-Module-Install-doc package contains documentation files for perl-Module-Install. | Documentation files for perl-Module-Install | 2 | 库 + perl-Module-Install-GithubMeta | perl-Module-Install-GithubMeta | Module::Install::GithubMeta is a Module::Install extensionto include GitHub (http://github.com) meta information in'META.yml'. It automatically detects if the distributiondirectory is under 'git' version control and whether the'origin' is a GitHub repository; if so, it will set the'repository' and 'homepage' meta in 'META.yml' to theappropriate URLs for GitHub. | A Module::Install extension to include GitHub meta information in META.yml | 2 | 库 + perl-Module-Install-GithubMeta-doc | perl-Module-Install-GithubMeta | The perl-Module-Install-GithubMeta-doc package contains documentation files for perl-Module-Install-GithubMeta. | Documentation files for perl-Module-Install-GithubMeta | 2 | 库 + perl-Module-Install-ManifestSkip | perl-Module-Install-ManifestSkip | This module generates a MANIFEST.SKIP file for you (usingModule::Manifest::Skip) that contains the common files that people do notwant in their MANIFEST files. The SKIP file is generated each time that you(the module author) run Makefile.PL. | Generate a MANIFEST.SKIP file | 2 | 库 + perl-Module-Install-ManifestSkip-doc | perl-Module-Install-ManifestSkip | The perl-Module-Install-ManifestSkip-doc package contains documentation files for perl-Module-Install-ManifestSkip. | Documentation files for perl-Module-Install-ManifestSkip | 2 | 库 + perl-Module-Install-ReadmeFromPod | perl-Module-Install-ReadmeFromPod | Module::Install::ReadmeFromPod is a Module::Install extension thatgenerates a README file automatically from an indicated file containingPOD, whenever the author runs Makefile.PL. Several output formats aresupported: plain-text, HTML, PDF or manual page. | Module::Install extension to automatically convert POD to a README | 2 | 库 + perl-Module-Install-ReadmeFromPod-doc | perl-Module-Install-ReadmeFromPod | The perl-Module-Install-ReadmeFromPod-doc package contains documentation files for perl-Module-Install-ReadmeFromPod. | Documentation files for perl-Module-Install-ReadmeFromPod | 2 | 库 + perl-Module-Install-ReadmeMarkdownFromPod | perl-Module-Install-ReadmeMarkdownFromPod | Module::Install::ReadmeMarkdownFromPod is a Module::Install extension thatgenerates a README.mkdn file automatically from an indicated filecontaining POD whenever the author runs Makefile.PL. This file is used byGitHub to display nicely formatted information about a repository. | Create README.mkdn from POD | 2 | 库 + perl-Module-Install-ReadmeMarkdownFromPod-doc | perl-Module-Install-ReadmeMarkdownFromPod | The perl-Module-Install-ReadmeMarkdownFromPod-doc package contains documentation files for perl-Module-Install-ReadmeMarkdownFromPod. | Documentation files for perl-Module-Install-ReadmeMarkdownFromPod | 2 | 库 + perl-Module-Install-Repository | perl-Module-Install-Repository | Module::Install::Repository is a Module::Install plugin to automaticallyfigure out repository URL and set it via repository() which then will beadded to resources under META.yml. | Automatically sets repository URL from Svn/Svk/Git checkout | 2 | 库 + perl-Module-Install-Repository-doc | perl-Module-Install-Repository | The perl-Module-Install-Repository-doc package contains documentation files for perl-Module-Install-Repository. | Documentation files for perl-Module-Install-Repository | 2 | 库 + perl-Module-Load | perl-Module-Load | Module::Load allows for generic loading of modules and files. Simply give itthe name of a module or file and it will Do What You Mean (tm). | Run-time require of both modules and files | 2 | 库 + perl-Module-Load-Conditional | perl-Module-Load-Conditional | Module::Load::Conditional allows you to query the state of modules on your system.It can tell you if you have certain modules installed without attemptingto C<use> them and can do smart loading of modules. Also it can tell you what*other* modules a certain module requires. | Looking up module information / loading at run-time | 2 | 库 + perl-Module-Loaded | perl | When testing applications, often you find yourself needing to providefunctionality in your test environment that would usually be provided byexternal modules. Rather than munging the %INC by hand to mark these externalmodules as loaded, so they are not attempted to be loaded by perl, this moduleoffers you a very simple way to mark modules as loaded and/or unloaded. | Mark modules as loaded or unloaded | 2 | 库 + perl-Module-Load-Util | perl-Module-Load-Util | This module contains some utility routines related to module loading. | Some utility routines related to module loading | 2 | 库 + perl-Module-Load-Util-doc | perl-Module-Load-Util | The perl-Module-Load-Util-doc package contains documentation files for perl-Module-Load-Util. | Documentation files for perl-Module-Load-Util | 2 | 库 + perl-Module-Load-Util-tests | perl-Module-Load-Util | Tests from perl-Module-Load-Util. Execute themwith "/usr/libexec/perl-Module-Load-Util/test". | Tests for perl-Module-Load-Util | 2 | 库 + perl-Module-Manifest | perl-Module-Manifest | Module::Manifest can load a MANIFEST file that comes in a Perl distributiontarball, examine the contents, and perform some simple tasks. It can also loadthe MANIFEST.SKIP file and check that. | Parse and examine a Perl distribution MANIFEST file | 2 | 库 + perl-Module-Manifest-doc | perl-Module-Manifest | The perl-Module-Manifest-doc package contains documentation files for perl-Module-Manifest. | Documentation files for perl-Module-Manifest | 2 | 库 + perl-Module-Manifest-Skip | perl-Module-Manifest-Skip | CPAN module authors use a MANIFEST.SKIP file to exclude certain well knownfiles from getting put into a generated MANIFEST file, which would cause themto go into the final distribution package.The packaging tools try to automatically skip things for you, but if you addone of your own entries, you have to add all the common ones yourself. Thismodule attempts to make all of this boring process as simple and reliable aspossible. | MANIFEST.SKIP Manangement for Modules | 2 | 库 + perl-Module-Manifest-Skip-doc | perl-Module-Manifest-Skip | The perl-Module-Manifest-Skip-doc package contains documentation files for perl-Module-Manifest-Skip. | Documentation files for perl-Module-Manifest-Skip | 2 | 库 + perl-Module-Manifest-Skip-tests | perl-Module-Manifest-Skip | Tests from perl-Module-Manifest-Skip. Execute themwith "/usr/libexec/perl-Module-Manifest-Skip/test". | Tests for perl-Module-Manifest-Skip | 2 | 库 + perl-Module-Metadata | perl-Module-Metadata | This module provides a standard way to gather metadata about a .pm filewithout executing unsafe code. | Gather package and POD information from perl module files | 2 | 库 + perl-Module-Package | perl-Module-Package | This module is a drop-in replacement for Module::Install. It does everythingModule::Install does, but just a bit better. | Postmodern Perl Module Packaging | 2 | 库 + perl-Module-Package-Au | perl-Module-Package-Au | This module defines a set of standard configurations for Makefile.PLfiles based on Module::Package. | Reusable Module::Install bits | 2 | 库 + perl-Module-Package-Au-doc | perl-Module-Package-Au | The perl-Module-Package-Au-doc package contains documentation files for perl-Module-Package-Au. | Documentation files for perl-Module-Package-Au | 2 | 库 + perl-Module-Package-doc | perl-Module-Package | The perl-Module-Package-doc package contains documentation files for perl-Module-Package. | Documentation files for perl-Module-Package | 2 | 库 + perl-Module-Pluggable | perl-Module-Pluggable | This package provides a simple but, hopefully, extensible way of having'plugins' for your module. Essentially all it does is export a method intoyour name space that looks through a search path for .pm files and turn thoseinto class names. Optionally it instantiates those classes for you. | Automatically give your module the ability to have plugins | 2 | 库 + perl-Module-Pluggable-doc | perl-Module-Pluggable | The perl-Module-Pluggable-doc package contains documentation files for perl-Module-Pluggable. | Documentation files for perl-Module-Pluggable | 2 | 库 + perl-Module-Pluggable-tests | perl-Module-Pluggable | Tests from perl-Module-Pluggable. Execute themwith "/usr/libexec/perl-Module-Pluggable/test". | Tests for perl-Module-Pluggable | 2 | 库 + perl-Module-Refresh | perl-Module-Refresh | This module is a generalization of the functionality provided byApache::StatINC. It's designed to make it easy to do simple iterativedevelopment when working in a persistent environment. | Refresh %INC files when updated on disk | 2 | 库 + perl-Module-Refresh-doc | perl-Module-Refresh | The perl-Module-Refresh-doc package contains documentation files for perl-Module-Refresh. | Documentation files for perl-Module-Refresh | 2 | 库 + perl-Module-Runtime | perl-Module-Runtime | The functions exported by this module deal with runtime handling of Perlmodules, which are normally handled at compile time. | Runtime module handling | 2 | 库 + perl-Module-Runtime-Conflicts | perl-Module-Runtime-Conflicts | This module provides conflicts checking for Module::Runtime, which had arecent release that broke some versions of Moose. It is called fromMoose::Conflicts and moose-outdated. | Provide information on conflicts for Module::Runtime | 2 | 库 + perl-Module-Runtime-Conflicts-doc | perl-Module-Runtime-Conflicts | The perl-Module-Runtime-Conflicts-doc package contains documentation files for perl-Module-Runtime-Conflicts. | Documentation files for perl-Module-Runtime-Conflicts | 2 | 库 + perl-Module-ScanDeps | perl-Module-ScanDeps | This module scans potential modules used by perl programs and returns ahash reference. Its keys are the module names as they appear in %INC (e.g.Test/More.pm). The values are hash references. | Recursively scan Perl code for dependencies | 2 | 库 + perl-Module-ScanDeps-doc | perl-Module-ScanDeps | Doc files for perl-Module-ScanDeps | Doc files for perl-Module-ScanDeps | 2 | 库 + perl-Module-ScanDeps-tests | perl-Module-ScanDeps | Tests from perl-Module-ScanDeps. Execute themwith "/usr/libexec/perl-Module-ScanDeps/test". | Tests for perl-Module-ScanDeps | 2 | 库 + perl-Module-Signature | perl-Module-Signature | This package contains a command line tool and module for checking and creatingSIGNATURE files for Perl CPAN distributions. | CPAN signature management utilities and modules | 2 | 库 + perl-Mojolicious | perl-Mojolicious | Back in the early days of the web there was this wonderful Perl librarycalled CGI, many people only learned Perl because of it. It was simpleenough to get started without knowing much about the language and powerfulenough to keep you going, learning by doing was much fun. While most of thetechniques used are outdated now, the idea behind it is not. Mojolicious isa new attempt at implementing this idea using state of the art technology. | A next generation web framework for Perl | 2 | 库 + perl-Mojolicious-doc | perl-Mojolicious | The perl-Mojolicious-doc package contains documentation files for perl-Mojolicious. | Documentation files for perl-Mojolicious | 2 | 库 + perl-Moo | perl-Moo | This module is an extremely light-weight, high-performance Moosereplacement. It also avoids depending on any XS modules to allow simpledeployments. The name Moo is based on the idea that it provides almost -butnot quite- two thirds of Moose. | Minimalist Object Orientation (with Moose compatibility) | 2 | 库 + perl-Moo-doc | perl-Moo | Doc pages for perl-Moo. | Documents for perl-Moo | 2 | 库 + perl-Moose | perl-Moose | Moose is an extension of the Perl 5 object system.The main goal of Moose is to make Perl 5 Object Oriented programming easier,more consistent and less tedious. With Moose you can to think more about whatyou want to do and less about the mechanics of OOP.Additionally, Moose is built on top of Class::MOP, which is a metaclass systemfor Perl 5. This means that Moose not only makes building normal Perl 5objects better, but it provides the power of metaclass programming as well.Moose is different from other Perl 5 object systems because it is not a newsystem, but instead an extension of the existing one. | Complete modern object system for Perl 5 | 2 | 库 + perl-Moose-doc | perl-Moose | The perl-Moose-doc package contains documentation files for perl-Moose. | Documentation files for perl-Moose | 2 | 库 + perl-Mozilla-CA | perl-Mozilla-CA | Mozilla::CA provides a path to ca-certificates copy of Mozilla's bundle ofcertificate authority certificates in a form that can be consumed by modulesand libraries based on OpenSSL. | Mozilla's CA cert bundle in PEM format | 2 | 库 + perl-mro | perl | The "mro" name space provides several utilities for dealing with methodresolution order and method caching in general. | Method resolution order | 2 | 库 + perl-MRO-Compat | perl-MRO-Compat | The "mro" namespace provides several utilities for dealing with methodresolution order and method caching in general in Perl 5.9.5 and higher.This module provides those interfaces for earlier versions of Perl (backto 5.6.0 anyways).It is a harmless no-op to use this module on 5.9.5+. That is to say,code which properly uses MRO::Compat will work unmodified on both olderPerls and 5.9.5+.If you're writing a piece of software that would like to use the partsof 5.9.5+'s mro:: interfaces that are supported here, and you wantcompatibility with older Perls, this is the module for you. | Mro::* interface compatibility for Perls < 5.9.5 | 2 | 库 + perlmulticore-devel | perl-Coro-Multicore | This header file implements a simple mechanism for XS modules to allowre-use of the perl interpreter for other threads while doing some lengthyoperation, such as cryptography, SQL queries, disk I/O and so on. | Perl Multicore specification and implementation | 2 | 库 + perl-namespace-autoclean | perl-namespace-autoclean | When you import a function into a Perl package, it will naturally also beavailable as a method. The 'namespace::autoclean' pragma will remove allimported symbols at the end of the current package's compile cycle. Functionscalled in the package itself will still be bound by their name, but they won'tshow up as methods on your class or instances. This module is very similar tonamespace::clean, except it will clean all imported functions, no matter if youimported them before or after you 'use'd the pragma. It will also not touchanything that looks like a method. | Keep imports out of your namespace | 2 | 库 + perl-namespace-clean | perl-namespace-clean | When you define a function, or import one, into a Perl package, it willnaturally also be available as a method. This does not per se causeproblems, but it can complicate subclassing and, for example, pluginclasses that are included via multiple inheritance by loading them asbase classes.The 'namespace::clean' pragma will remove all previously declared orimported symbols at the end of the current package's compile cycle.Functions called in the package itself will still be bound by theirname, but they won't show up as methods on your class or instances. | Keep your namespace tidy | 2 | 库 + perl-NDBM_File | perl | NDBM_File establishes a connection between a Perl hash variable and a file inndbm format. You can manipulate the data in the file just as if it were ina Perl hash, but when your program exits, the data will remain in the file, tobe used the next time your program runs. | Tied access to ndbm files | 2 | 库 + perl-Net | perl | This package provide object-oriented interface to Perl built-in gethost*(),getnet*(), getproto*(), and getserv*() functions. | By-name interface to Perl built-in network resolver | 2 | 库 + perl-Net-DNS | perl-Net-DNS | Net::DNS is a collection of Perl modules that act as a Domain Name System(DNS) resolver. It allows the programmer to perform DNS queries that arebeyond the capabilities of gethostbyname and gethostbyaddr.The programmer should be somewhat familiar with the format of a DNS packet andits various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details. | DNS resolver modules for Perl | 2 | 库 + perl-Net-DNS-doc | perl-Net-DNS | The perl-Net-DNS-doc package contains documentation files for perl-Net-DNS. | Documentation files for perl-Net-DNS | 2 | 库 + perl-Net-DNS-Nameserver | perl-Net-DNS | Instances of the "Net::DNS::Nameserver" class represent DNS server objects. | DNS server for Perl | 2 | 服务 + perl-Net-DNS-tests | perl-Net-DNS | Tests from perl-Net-DNS. Execute themwith "/usr/libexec/perl-Net-DNS/test". | Tests for perl-Net-DNS | 2 | 库 + perl-Net-Domain-TLD | perl-Net-Domain-TLD | The purpose of this module is to provide user with current list ofavailable top level domain names including new ICANN additions and ccTLDs. | Work with TLD names | 2 | 库 + perl-Net-Domain-TLD-doc | perl-Net-Domain-TLD | Doc files for perl-Net-Domain-TLD | Doc files for perl-Net-Domain-TLD | 2 | 库 + perl-Net-HTTP | perl-Net-HTTP | perl-Net-HTTP is a Perl module that provides an easy-to-use interface forsending HTTP requests and receiving HTTP responses. With this module, youcan create HTTP clients that can interact with web servers to retrieve andsend data, including HTML pages, XML documents, and JSON data.The module handles all the details of the HTTP protocol, including managingconnections, sending requests, receiving responses, and handling errors. Itsupports both HTTP/1.0 and HTTP/1.1, and can handle both plain-text andSSL-encrypted connections.In addition to the basic GET and POST methods, perl-Net-HTTP also supportsa variety of HTTP headers, cookies, and authentication methods. This makesit an ideal module for building robust and efficient web clients in Perl.The Net::HTTP class is a low-level HTTP client. An instance of theNet::HTTP class represents a connection to an HTTP server. The HTTPprotocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0and HTTP/1.1. | Low-level HTTP connection (client) | 2 | 库 + perl-Net-IMAP-Simple | perl-Net-IMAP-Simple | Perl extension for simple IMAP account handling, mostly compatiblewith Net::POP3. | Simple IMAP account handling | 2 | 库 + perl-Net-IMAP-Simple-SSL | perl-Net-IMAP-Simple-SSL | Perl extension for simple IMAP account handling, mostly compatiblewith Net::POP3. | Simple IMAP account handling with SSL | 2 | 库 + perl-Net-LibIDN2 | perl-Net-LibIDN2 | This Perl module provides bindings for GNU Libidn2, a C library for handlinginternationalized domain names according to IDNA 2008 (RFC 5890, RFC 5891,RFC 5892, RFC 5893). | Perl binding for GNU Libidn2 | 2 | 库 + perl-Net-LibIDN2-doc | perl-Net-LibIDN2 | Doc files for perl-Net-LibIDN2 | Doc files for perl-Net-LibIDN2 | 2 | 库 + perl-Net-LibIDN2-tests | perl-Net-LibIDN2 | Tests from perl-Net-LibIDN2. Execute themwith "/usr/libexec/perl-Net-LibIDN2/test". | Tests for perl-Net-LibIDN2 | 2 | 库 + perl-Net-Ping | perl-Net-Ping | This module contains methods to test the reachability of remote hosts on a network.A ping object is first created with optional parameters, a variable number of hostsmay be pinged multiple times and then the connection is closed.You may choose one of six different protocols to use for the ping. The "tcp" protocolis the default. Note that a live remote host may still fail to be pingable by one ormore of these protocols. For example, www.microsoft.com is generally alive butnot "icmp" pingable. | Check a remote host for reachability | 2 | 库 + perl-Net-SMTP-SSL | perl-Net-SMTP-SSL | Implements the same API as Net::SMTP, but uses IO::Socket::SSL for itsnetwork operations. | SSL support for Net::SMTP | 2 | 库 + perl-Net-SSLeay | perl-Net-SSLeay | This module offers some high level convenience functions for accessingweb pages on SSL servers (for symmetry, same API is offered foraccessing http servers, too), a sslcat() function for writing your ownclients, and finally access to the SSL API of SSLeay/OpenSSL packageso you can write servers or clients for more complicated applications. | Perl extension for using OpenSSL | 2 | 库 + perl-NEXT | perl | The NEXT module adds a pseudo-class named "NEXT" to any program that uses it.If a method "m" calls "$self->NEXT::m()", the call to "m" is redispatched asif the calling method had not originally been found. | Pseudo-class that allows method redispatch | 2 | 库 + perl-NTLM | perl-NTLM | This module provides methods to use NTLM authentication. It can be usedas an authenticate method with the Mail::IMAPClient module to performthe challenge/response mechanism for NTLM connections or it can be usedon its own for NTLM authentication with other protocols (eg. HTTP). | NTLM Perl module | 2 | 库 + perl-Number-Compare | perl-Number-Compare | Number::Compare compiles a simple comparison to an anonymous subroutine,which you can call with a value to be tested again. | Perl module for numeric comparisons | 2 | 库 + perl-Object-Deadly | perl-Object-Deadly | Object::Deadly is meant to be used in testing. All possibleoverloading and method calls die. You can pass this object intomethods which are not supposed to accidentally trigger any potentiallyoverloading. | Perl module providing an object that dies whenever examined | 2 | 库 + perl-Object-Deadly-doc | perl-Object-Deadly | The perl-Object-Deadly-doc package contains documentation files for perl-Object-Deadly. | Documentation files for perl-Object-Deadly | 2 | 库 + perl-Object-HashBase | perl-Object-HashBase | perl-Object-HashBase is used to generate classes based on hash references. Using this classwill give you a new() method, as well as generating accessors you request.Generated accessors will be getters, set_ACCESSOR setters will also begenerated for you. You also get constants for each accessor (all caps) whichreturn the key into the hash for that accessor. Single inheritance is alsosupported. | Build hash-based classes | 2 | 库 + perl-Object-HashBase-tools | perl-Object-HashBase | hashbase_inc.pl script generates a Perl module that contains a Object::HashBasemodule mangled into a name space of your choice. It can also generate the testsfor it. | Generate inlined Object::HashBase Perl module | 2 | 库 + perl-ODBM_File | perl | ODBM_File establishes a connection between a Perl hash variable and a file inodbm format. You can manipulate the data in the file just as if it were ina Perl hash, but when your program exits, the data will remain in the file, tobe used the next time your program runs. | Tied access to odbm files | 2 | 库 + perl-OLE-Storage_Lite | perl-OLE-Storage_Lite | Simple Class for OLE document interface. | Simple Class for OLE document interface | 2 | 库 + perl-Opcode | perl | The Opcode module allows you to define an operator mask to be in effect whenperl next compiles any code. Attempting to compile code which containsa masked opcode will cause the compilation to fail with an error. The codewill not be executed. | Disable named opcodes when compiling a perl code | 2 | 库 + perl-open | perl | The "open" pragma serves as one of the interfaces to declare default "layers"(also known as "disciplines") for all I/O. | Perl pragma to set default PerlIO layers for input and output | 2 | 库 + perl-overload | perl | The "overload" pragma allows overloading of Perl operators for a class. Tooverload built-in functions, see "Overriding Built-in Functions" in perlsubPOD instead. | Overloading Perl operations | 2 | 库 + perl-overloading | perl | Overloading pragma allows you to lexically disable or enable overloading. | Perl pragma to lexically control overloading | 2 | 库 + perl-Package-DeprecationManager | perl-Package-DeprecationManager | This module allows you to manage a set of deprecations for one or more modules.When you import Package::DeprecationManager, you must provide a set of-deprecations as a hash ref. The keys are "feature" names, and the values arethe version when that feature was deprecated. | Manage deprecation warnings for your distribution | 2 | 库 + perl-Package-DeprecationManager-doc | perl-Package-DeprecationManager | The perl-Package-DeprecationManager-doc package contains documentation files for perl-Package-DeprecationManager. | Documentation files for perl-Package-DeprecationManager | 2 | 库 + perl-Package-Generator | perl-Package-Generator | This module lets you quickly and easily construct new packages. It givesthem unused names and sets up their package data, if provided. | Generate new packages quickly and easily | 2 | 库 + perl-Package-Stash | perl-Package-Stash | Manipulating stashes (Perl's symbol tables) is occasionally necessary, butincredibly messy, and easy to get wrong. This module hides all of that behinda simple API. | Routines for manipulating stashes | 2 | 库 + perl-Package-Stash-XS | perl-Package-Stash-XS | This is a back-end for Package::Stash, which provides the functionality in away that's less buggy and much faster. It will be used by default if it'sinstalled, and should be preferred in all environments with a compiler. | Faster and more correct implementation of the Package::Stash API | 2 | 库 + perl-PadWalker | perl-PadWalker | PadWalker is a module that allows you to inspect (and even change!)lexical variables in any subroutine that called you. It will only showthose variables that are in scope at the point of the call. | Play with other people's lexical variables | 2 | 库 + perl-Parallel-ForkManager | perl-Parallel-ForkManager | This module is intended for use in operations that can be done in parallelwhere the number of processes to be forked off should be limited. Typicaluse is a downloader which will be retrieving hundreds/thousands of files. | Simple parallel processing fork manager | 2 | 库 + perl-Parallel-ForkManager-doc | perl-Parallel-ForkManager | The perl-Parallel-ForkManager-doc package contains documentation files for perl-Parallel-ForkManager. | Documentation files for perl-Parallel-ForkManager | 2 | 库 + perl-Params-Check | perl-Params-Check | Allows for generic input checking and validating using a powerfulltemplating system, providing default values and so on. | Generic input parsing/checking mechanism | 2 | 库 + perl-Params-Classify | perl-Params-Classify | This module provides various type-testing functions. These are intendedfor functions that, unlike most Perl code, care what type of data theyare operating on. For example, some functions wish to behavedifferently depending on the type of their arguments (like overloadedfunctions in C++). | Argument type classification | 2 | 库 + perl-Params-Coerce | perl-Params-Coerce | A big part of good API design is that we should be able to be flexible inthe ways that we take parameters. Params::Coerce attempts to encourage this,by making it easier to take a variety of different arguments, while addingnegligible additional complexity to your code. | Allows your classes to do coercion of parameters | 2 | 库 + perl-Params-Coerce-doc | perl-Params-Coerce | The perl-Params-Coerce-doc package contains documentation files for perl-Params-Coerce. | Documentation files for perl-Params-Coerce | 2 | 库 + perl-Params-Util | perl-Params-Util | Params::Util provides a basic set of importable functions thatmakes checking parameters a hell of a lot easier. | Simple standalone parameter-checking functions | 2 | 库 + perl-Params-Validate | perl-Params-Validate | The Params::Validate module allows you to validate method or functioncall parameters to an arbitrary level of specificity. At the simplestlevel, it is capable of validating the required parameters were givenand that no unspecified additional parameters were passed in. It isalso capable of determining that a parameter is of a specific type,that it is an object of a certain class hierarchy, that it possessescertain methods, or applying validation callbacks to arguments. | Params-Validate Perl module | 2 | 库 + perl-Params-ValidationCompiler | perl-Params-ValidationCompiler | Create a customized, optimized, non-lobotomized, uncompromised, and thoroughlyspecialized parameter checking subroutine. | Build an optimized subroutine parameter validator once, use it forever | 2 | 库 + perl-parent | perl-parent | Allows you to both load one or more modules, while setting up inheritancefrom those modules at the same time. Mostly similar in effect to:package Baz;BEGIN {require Foo;require Bar;push @ISA, qw(Foo Bar);} | Establish an ISA relationship with base classes at compile time | 2 | 库 + perl-Parse-Distname | perl-Parse-Distname | Parse::Distname is yet another distribution name parser. It works almost thesame as CPAN::DistnameInfo, but Parse::Distname takes a different approach. Ittries to extract the version part of a distribution and treat the rest as adistribution name, contrary to CPAN::DistnameInfo which tries to define a namepart and treat the rest as a version.Because of this difference, when Parse::Distname parses a weird distributionname such as "AUTHOR/v1.0.tar.gz", it says the name is empty and the versionis "v1.0", while CPAN::DistnameInfo says the name is "v" and the version is"1.0". See test files in this distribution if you need more details. As of thiswriting, Parse::Distname returns a different result for about 200+distributions among about 320000 BackPan distributions. | Parse a distribution name | 2 | 库 + perl-Parse-Distname-doc | perl-Parse-Distname | The perl-Parse-Distname-doc package contains documentation files for perl-Parse-Distname. | Documentation files for perl-Parse-Distname | 2 | 库 + perl-Parse-RecDescent | perl-Parse-RecDescent | Parse::RecDescent incrementally generates top-down recursive-descenttext parsers from simple yacc-like grammar specifications. Itprovides: * Regular expressions or literal strings as terminals (tokens) * Multiple (non-contiguous) productions for any rule * Repeated and optional subrules within productions * Full access to Perl within actions specified as part of the grammar * Simple automated error reporting during parser generation and parsing * The ability to commit to, uncommit to, or reject particular productions during a parse * The ability to pass data up and down the parse tree ("down" via subrule argument lists, "up" via subrule return values) * Incremental extension of the parsing grammar (even during a parse) * Precompilation of parser objects * User-definable reduce-reduce conflict resolution via "scoring" of matching productions | Generate Recursive-Descent Parsers | 2 | 库 + perl-Parse-Yapp | perl-Parse-Yapp | Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules thatlet you generate and use yacc like thread safe (reentrant) parsers with perlobject oriented interface. The script yapp is a front-end to the Parse::Yappmodule and let you easily create a Perl OO parser from an input grammar file. | Perl extension for generating and using LALR parsers | 2 | 库 + perl-Path-Class | perl-Path-Class | Path::Class is a module for manipulation of file and directory specifications(strings describing their locations, like '/home/ken/foo.txt' or'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much everyplatform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2,and NetWare. | Cross-platform path specification manipulation | 2 | 库 + perl-Path-Class-doc | perl-Path-Class | The perl-Path-Class-doc package contains documentation files for perl-Path-Class. | Documentation files for perl-Path-Class | 2 | 库 + perl-Path-Tiny | perl-Path-Tiny | This module attempts to provide a small, fast utility for working with filepaths. It is friendlier to use than File::Spec and provides easy access tofunctions from several other core file handling modules.It doesn't attempt to be as full-featured as IO::All or Path::Class, nor doesit try to work for anything except Unix-like and Win32 platforms. Even then, itmight break if you try something particularly obscure or tortuous.All paths are forced to have Unix-style forward slashes. Stringifying theobject gives you back the path (after some clean up).File input/output methods flock handles before reading or writing, asappropriate.The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode withoutCRLF translation. | File path utility | 2 | 库 + perl-PathTools | perl-PathTools | This is the combined distribution for the File::Spec and Cwd modules. | PathTools Perl module (Cwd, File::Spec) | 2 | 库 + perl-PCP-LogImport | pcp | The PCP::LogImport module contains the Perl language bindings forimporting data in various 3rd party formats into PCP archives sothey can be replayed with standard PCP monitoring tools. | Performance Co-Pilot (PCP) Perl bindings for importing external data into PCP archives | 2 | 服务 + perl-PCP-LogSummary | pcp | The PCP::LogSummary module provides a Perl module for using thestatistical summary data produced by the Performance Co-Pilotpmlogsummary utility. This utility produces various averages,minima, maxima, and other calculations based on the performancedata stored in a PCP archive. The Perl interface is ideal forexporting this data into third-party tools (e.g. spreadsheets). | Performance Co-Pilot (PCP) Perl bindings for post-processing output of pmlogsummary | 2 | 服务 + perl-PCP-MMV | pcp | The PCP::MMV module contains the Perl language bindings forbuilding scripts instrumented with the Performance Co-Pilot(PCP) Memory Mapped Value (MMV) mechanism.This mechanism allows arbitrary values to be exported from aninstrumented script into the PCP infrastructure for monitoringand analysis with pmchart, pmie, pmlogger and other PCP tools. | Performance Co-Pilot (PCP) Perl bindings for PCP Memory Mapped Values | 2 | 服务 + perl-PCP-PMDA | pcp | The PCP::PMDA Perl module contains the language bindings forbuilding Performance Metric Domain Agents (PMDAs) using Perl.Each PMDA exports performance data for one specific domain, forexample the operating system kernel, Cisco routers, a database,an application, etc. | Performance Co-Pilot (PCP) Perl bindings and documentation | 2 | 服务 + perl-Pegex | perl-Pegex | Pegex is an Acmeist parser framework. It is a PEG parser grammar syntax,combined with PCRE compatible regular expressions as the match tokens.Pegex draws heavily from Perl 6 rules, but works equivalently in manymodern programming languages. | Pegex Parser Generator | 3 | 库 + perl-Pegex-doc | perl-Pegex | The perl-Pegex-doc package contains documentation files for perl-Pegex. | Documentation files for perl-Pegex | 3 | 库 + perl-Pegex-tests | perl-Pegex | Tests from perl-Pegex. Execute themwith "/usr/libexec/perl-Pegex/test". | Tests for perl-Pegex | 2 | 库 + perl-Perl4-CoreLibs | perl-Perl4-CoreLibs | This is a collection of .pl files that have historically been bundled with thePerl core and were removed from perl 5.16. These files should not be used bynew code. Functionally, most have been directly superseded by modules in thePerl 5 style. This collection exists to support old Perl programs thatpredates satisfactory replacements. | Libraries historically supplied with Perl 4 | 2 | 库 + perl-Perl4-CoreLibs-doc | perl-Perl4-CoreLibs | The perl-Perl4-CoreLibs-doc package contains documentation files for perl-Perl4-CoreLibs. | Documentation files for perl-Perl4-CoreLibs | 2 | 库 + perl-Perl-Critic | perl-Perl-Critic | Perl::Critic is an extensible framework for creating and applying codingstandards to Perl source code. Essentially, it is a static source codeanalysis engine. Perl::Critic is distributed with a number ofPerl::Critic::Policy modules that attempt to enforce various codingguidelines. Most Policy modules are based on Damian Conway's book PerlBest Practices. However, Perl::Critic is not limited to PBP and willeven support Policies that contradict Conway. You can enable, disable,and customize those Polices through the Perl::Critic interface. You canalso create new Policy modules that suit your own tastes. | Critique Perl source code for best-practices | 2 | 库 + perl-Perl-Critic-doc | perl-Perl-Critic | The perl-Perl-Critic-doc package contains documentation files for perl-Perl-Critic. | Documentation files for perl-Perl-Critic | 2 | 库 + perl-Perl-Critic-Pulp | perl-Perl-Critic-Pulp | This is a collection of add-on policies for Perl::Critic. They're undera "pulp" theme plus other themes according to their purpose (see "POLICYTHEMES" in Perl::Critic). | Some add-on perlcritic policies | 2 | 库 + perl-Perl-Critic-Pulp-doc | perl-Perl-Critic-Pulp | The perl-Perl-Critic-Pulp-doc package contains documentation files for perl-Perl-Critic-Pulp. | Documentation files for perl-Perl-Critic-Pulp | 2 | 库 + perl-Perl-Critic-Pulp-tests | perl-Perl-Critic-Pulp | Tests from perl-Perl-Critic-Pulp. Execute themwith "/usr/libexec/perl-Perl-Critic-Pulp/test". | Tests for perl-Perl-Critic-Pulp | 2 | 库 + perl-Perl-Destruct-Level | perl-Perl-Destruct-Level | This module allows you to change perl's internal destruction level. Thedefault value of the destruct level is 0; it means that perl won't botherdestroying all of its internal data structures and lets the OS do the cleanupfor it at exit.For perls built with debugging support (-DDEBUGGING), an environment variablePERL_DESTRUCT_LEVEL allows you to control the destruction level. This moduleenables you to modify it on non-debugging perls too.Note that some embedded environments might extend the meaning of thedestruction level for their own purposes: mod_perl does that, for example. | Allows you to change perl's internal destruction level | 2 | 库 + perl-perlfaq | perl-perlfaq | The perlfaq comprises several documents that answer the most commonly asked questionsabout Perl and Perl programming. It's divided by topic into nine major sections outlinedin this document. | Frequently asked questions about Perl | 2 | 库 + perl-PerlIO-utf8_strict | perl-PerlIO-utf8_strict | This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl'sdefault :utf8 layer it checks the input for correctness. | Fast and correct UTF-8 I/O | 2 | 库 + perl-PerlIO-utf8_strict-doc | perl-PerlIO-utf8_strict | The perl-PerlIO-utf8_strict-doc package contains documentation files for perl-PerlIO-utf8_strict. | Documentation files for perl-PerlIO-utf8_strict | 2 | 库 + perl-PerlIO-via-QuotedPrint | perl-PerlIO-via-QuotedPrint | perl-PerlIO-via-QuotedPrint is a Perl module that provides a PerlIO layer for quoted-printableencoding and decoding. The module is designed to work with PerlIO, whichis a Perl module that provides a unified interface for Perl to performinput and output operations on various types of data streams.Quoted-printable is a format for encoding binary data into ASCII text.It is commonly used in email systems to ensure that binary data istransmitted correctly between different email clients and servers.perl-PerlIO-via-QuotedPrint provides an easy way to encode and decode quoted-printabledata in Perl programs.To use perl-PerlIO-via-QuotedPrint, you first need to install the module on your Perl system.Once installed, you can use the module by including the following code inyour Perl program:use PerlIO::via::QuotedPrint;This code will load the perl-PerlIO-via-QuotedPrint module and enable the quoted-printablePerlIO layer. You can then use the PerlIO layer to encode and decodedata as needed. | PerlIO layer for quoted-printable strings | 2 | 库 + perl-Perl-MinimumVersion | perl-Perl-MinimumVersion | Find a minimum required version of perl for Perl code | Find a minimum required version of perl for Perl code | 2 | 库 + perl-Perl-MinimumVersion-doc | perl-Perl-MinimumVersion | The perl-Perl-MinimumVersion-doc package contains documentation files for perl-Perl-MinimumVersion. | Documentation files for perl-Perl-MinimumVersion | 2 | 库 + perl-Perl-OSType | perl-Perl-OSType | This module provides a mapping between an operating system name as given by $^Oand a more generic type. The initial version is based on the OS type mappingsprovided in Module::Build and ExtUtils::CBuilder. | Map Perl operating system names to generic types | 2 | 库 + perl-Perl-PrereqScanner-NotQuiteLite | perl-Perl-PrereqScanner-NotQuiteLite | Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. Itpasses almost all the scanning tests for Perl::PrereqScanner andModule::ExtractUse (i.e. except for a few dubious ones), and runs slightlyfaster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast asPerl::PrereqScanner::Lite (which uses an XS lexer).Perl::PrereqScanner::NotQuiteLite also recognizes eval. Prerequisites in evalare not considered as requirements, but you can collect them as suggestions.Conditional requirements or requirements loaded in a block are treated asrecommends. No-ed modules are stored separately (since 0.94). You may or maynot need to merge them into requires. | A tool to scan your Perl code for its prerequisites | 2 | 库 + perl-Perl-PrereqScanner-NotQuiteLite-doc | perl-Perl-PrereqScanner-NotQuiteLite | The perl-Perl-PrereqScanner-NotQuiteLite-doc package contains documentation files for perl-Perl-PrereqScanner-NotQuiteLite. | Documentation files for perl-Perl-PrereqScanner-NotQuiteLite | 2 | 库 + perl-ph | perl | Contemporary Perl still refers to some Perl header (ph) files although it doesnot build them anymore. This is a prebuilt collection of the referred files.If you miss other ones, you can generate them with h2ph tool from perl-utilspackage. | Selected system header files converted to Perl headers | 2 | 库 + perl-Pod-Checker | perl-Pod-Checker | Module and tools to verify POD documentation contents for compliance with thePlain Old Documentation format specifications. | Check POD documents for syntax errors | 2 | 库 + perl-Pod-Coverage | perl-Pod-Coverage | Developers hate writing documentation. They'd hate it even more if theircomputer tattled on them, but maybe they'll be even more thankful in thelong run. Even if not, perlmodstyle tells you to, so you must obey.This module provides a mechanism for determining if the pod for a givenmodule is comprehensive. | Checks if the documentation of a module is comprehensive | 2 | 库 + perl-Pod-Coverage-doc | perl-Pod-Coverage | The perl-Pod-Coverage-doc package contains documentation files for perl-Pod-Coverage. | Documentation files for perl-Pod-Coverage | 2 | 库 + perl-Pod-Coverage-TrustPod | perl-Pod-Coverage-TrustPod | This is a Pod::Coverage subclass (actually, a subclass ofPod::Coverage::CountParents) that allows the POD itself to declare certainsymbol names trusted. | Allow a module's pod to contain Pod::Coverage hints | 2 | 库 + perl-Pod-Coverage-TrustPod-doc | perl-Pod-Coverage-TrustPod | The perl-Pod-Coverage-TrustPod-doc package contains documentation files for perl-Pod-Coverage-TrustPod. | Documentation files for perl-Pod-Coverage-TrustPod | 2 | 库 + perl-Pod-Escapes | perl-Pod-Escapes | This module provides things that are useful in decoding Pod E<...>sequences. Presumably, it should be used only by Pod parsers and/orformatters. | Resolve POD escape sequences | 2 | 库 + perl-Pod-Eventual | perl-Pod-Eventual | POD is a pretty simple format to write, but it can be a big pain to deal withreading it and doing anything useful with it. Most existing POD parsers careabout semantics, like whether a =item occurred after an =over but before aback, figuring out how to link a L<>, and other things like that.Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupidis often better (that's what I keep telling myself, anyway).Pod::Eventual reads line-based input and produces events describing each PODparagraph or directive it finds. Once complete events are immediately passed tothe handle_event method. This method should be implemented by Pod::Eventualsub-classes. If it isn't, Pod::Eventual's own handle_event will be called, andwill raise an exception. | Read a POD document as a series of trivial events | 2 | 库 + perl-Pod-Eventual-doc | perl-Pod-Eventual | The perl-Pod-Eventual-doc package contains documentation files for perl-Pod-Eventual. | Documentation files for perl-Pod-Eventual | 2 | 库 + perl-Pod-Functions | perl | This module enumerates the Perl functions that are documented in perlfunc POD. | Group Perl functions as in perlfunc POD | 2 | 库 + perl-Pod-Html | perl | This package converts files from POD format (see perlpod) to HTML format. Itcan automatically generate indexes and cross-references, and it keeps a cacheof things it knows how to cross-reference. | Convert POD files to HTML | 2 | 库 + perl-podlators | perl-podlators | This package contains Pod::Man and Pod::Text modules which convert POD inputto *roff source output, suitable for man pages, or plain text. It alsoincludes several sub-classes of Pod::Text for formatted output to terminalswith various capabilities.Pod::Man and Pod::Text. The Pod::Man module converts POD into nroff/troffsource and the latter into plain text (with various options controlling someof the formatting). There are also several subclasses of Pod::Text forgenerating slightly formatted text using color or other terminal controlescapes, and a general utility module, Pod::ParseLink, for parsing the PODL<> formatting sequences. Also included in this package are the pod2textand pod2man driver scripts. | Format POD source into various output format | 2 | 库 + perl-podlinkcheck | perl-podlinkcheck | PodLinkCheck parses Perl POD from a script, module or documentationand checks that L<> links within it refer to a known program, module,or man page. | Check Perl POD L<> link references | 2 | 库 + perl-podlinkcheck-doc | perl-podlinkcheck | The perl-podlinkcheck-doc package contains documentation files for perl-podlinkcheck. | Documentation files for perl-podlinkcheck | 2 | 库 + perl-podlinkcheck-tests | perl-podlinkcheck | Tests from perl-podlinkcheck. Execute themwith "/usr/libexec/perl-podlinkcheck/test". | Tests for perl-podlinkcheck | 2 | 库 + perl-Pod-Markdown | perl-Pod-Markdown | This module subclasses Pod::Parser and converts POD to Markdown. | Convert POD to Markdown | 2 | 库 + perl-Pod-MinimumVersion | perl-Pod-MinimumVersion | Pod::MinimumVersion parses the POD in a Perl script, module, or document,and reports what version of Perl is required to process the directives init with pod2man etc. | Perl version for POD directives used | 2 | 库 + perl-Pod-MinimumVersion-doc | perl-Pod-MinimumVersion | The perl-Pod-MinimumVersion-doc package contains documentation files for perl-Pod-MinimumVersion. | Documentation files for perl-Pod-MinimumVersion | 2 | 库 + perl-Pod-MinimumVersion-tests | perl-Pod-MinimumVersion | Tests from perl-Pod-MinimumVersion. Execute themwith "/usr/libexec/perl-Pod-MinimumVersion/test". | Tests for perl-Pod-MinimumVersion | 2 | 库 + perl-Pod-Parser | perl-Pod-Parser | This software distribution contains the packages for using Perl5 POD (PlainOld Documentation). See the "perlpod" and "perlsyn" manual pages from yourPerl5 distribution for more information about POD. | Basic perl modules for handling Plain Old Documentation (POD) | 2 | 库 + perl-Pod-Parser-doc | perl-Pod-Parser | Doc pages for perl-Pod-Parser. | Documents for perl-Pod-Parser | 2 | 库 + perl-Pod-Perldoc | perl-Pod-Perldoc | perldoc looks up a piece of documentation in POD format that is embeddedin the perl installation tree or in a Perl script, and displays it via"groff -man | $PAGER". This is primarily used for the documentation forthe Perl library modules. | Look up Perl documentation in Pod format | 2 | 库 + perl-Pod-Simple | perl-Pod-Simple | Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation")markup language that is typically used for writing documentation for Perl and for Perlmodules. The Pod format is explained in perlpod; the most common formatter is calledperldoc. | Pramework for parsing POD documentation | 2 | 库 + perl-Pod-Simple-tests | perl-Pod-Simple | Tests from perl-Pod-Simple. Execute them with "/usr/libexec/perl-Pod-Simple/test". | Tests for perl-Pod-Simple | 2 | 库 + perl-Pod-Spell | perl-Pod-Spell | Pod::Spell is a Pod formatter whose output is good for spell-checking.Pod::Spell rather like Pod::Text, except that it doesn't put mucheffort into actual formatting, and it suppresses things that look likePerl symbols or Perl jargon (so that your spell-checking program won'tcomplain about mystery words like "$thing" or "Foo::Bar" or "hashref"). | A formatter for spell-checking POD | 2 | 库 + perl-Pod-Spell-doc | perl-Pod-Spell | The perl-Pod-Spell-doc package contains documentation files for perl-Pod-Spell. | Documentation files for perl-Pod-Spell | 2 | 库 + perl-Pod-Spell-tests | perl-Pod-Spell | Tests from perl-Pod-Spell. Execute themwith "/usr/libexec/perl-Pod-Spell/test". | Tests for perl-Pod-Spell | 2 | 库 + perl-Pod-Usage | perl-Pod-Usage | Pod2usage will print a usage message for the invoking script (using its embedded pod documentation)and then exit the script with the desired exit status. The usage message printed may have any oneof three levels of "verboseness": If the verbose level is 0, then only a synopsis is printed. Ifthe verbose level is 1, then the synopsis is printed along with a description (if present) of thecommand line options and arguments. If the verbose level is 2, then the entire manual page is printed. | Print a usage message from embedded pod documentation | 2 | 库 + perl-POSIX | perl | The POSIX module permits you to access all (or nearly all) the standard POSIX1003.1 identifiers. Many of these identifiers have been given Perl interfaces. | Perl interface to IEEE Std 1003.1 | 2 | 库 + perl-PPI | perl-PPI | Parse, analyze and manipulate Perl (without perl). | Parse, Analyze and Manipulate Perl | 2 | 库 + perl-PPIx-QuoteLike | perl-PPIx-QuoteLike | This Perl class parses Perl string literals and things that are reasonablylike string literals. Its real reason for being is to find interpolatedvariables for Perl::Critic policies and similar code. | Parse Perl string literals and string-literal-like things | 2 | 库 + perl-PPIx-QuoteLike-doc | perl-PPIx-QuoteLike | The perl-PPIx-QuoteLike-doc package contains documentation files for perl-PPIx-QuoteLike. | Documentation files for perl-PPIx-QuoteLike | 3 | 库 + perl-PPIx-QuoteLike-tests | perl-PPIx-QuoteLike | Tests from perl-PPIx-QuoteLike. Execute themwith "/usr/libexec/perl-PPIx-QuoteLike/test". | Tests for perl-PPIx-QuoteLike | 2 | 库 + perl-PPIx-Regexp | perl-PPIx-Regexp | This package parses regular expressions as they appear in Perl scripts,generating a structure similar to the structure generated by PPI when itparses a Perl script, and navigable in much the same way.The PPIx::Regexp object is instantiated using either new() ornew_from_cache(). Either way, you must pass it a regular expression,either as a string or as one of the three relevant PPI objects:PPI::Token::StringLike::Regexp, PPI::Token::Regexp::Match, orPPI::Token::Regexp::Substitute. In the case of new_from_cache(), onlyone PPIx::Regexp object will be generated from a given PPI object;subsequent calls with the same PPI object will return the samePPIx::Regexp object. | Represent a regular expression of some sort | 2 | 库 + perl-PPIx-Utilities | perl-PPIx-Utilities | This is a collection of functions for dealing with PPI objects, many ofwhich originated in Perl::Critic. They are organized into modules by thekind of PPI class they relate to, by replacing the "PPI" at the front ofthe module name with "PPIx::Utilities", e.g. functionality related toPPI::Nodes is in PPIx::Utilities::Node. | Extensions to PPI | 2 | 库 + perl-PPIx-Utilities-doc | perl-PPIx-Utilities | The perl-PPIx-Utilities-doc package contains documentation files for perl-PPIx-Utilities. | Documentation files for perl-PPIx-Utilities | 2 | 库 + perl-PPIx-Utils | perl-PPIx-Utils | PPIx::Utils is a collection of utility functions for working with PPIdocuments. The functions are organized into submodules, and may be importedfrom the appropriate submodule or via this module. | Utility functions for PPI | 2 | 库 + perl-PPIx-Utils-doc | perl-PPIx-Utils | The perl-PPIx-Utils-doc package contains documentation files for perl-PPIx-Utils. | Documentation files for perl-PPIx-Utils | 2 | 库 + perl-Probe-Perl | perl-Probe-Perl | This module provides methods for obtaining information about the currentlyrunning perl interpreter. It originally began life as code in theModule::Build project, but has been externalized here for general use. | Information about the currently running perl | 2 | 库 + perl-Probe-Perl-doc | perl-Probe-Perl | The perl-Probe-Perl-doc package contains documentation files for perl-Probe-Perl. | Documentation files for perl-Probe-Perl | 2 | 库 + perl-Readonly | perl-Readonly | Readonly provides a facility for creating non-modifiable scalars,arrays, and hashes. Any attempt to modify a Readonly variable throwsan exception.Readonly:* Creates scalars, arrays (not lists), and hashes* Creates variables that look and work like native perl variables* Creates global or lexical variables* Works at run-time or compile-time* Works with deep or shallow data structures* Prevents reassignment of Readonly variables | Facility for creating read-only scalars, arrays, hashes | 2 | 库 + perl-Readonly-doc | perl-Readonly | The perl-Readonly-doc package contains documentation files for perl-Readonly. | Documentation files for perl-Readonly | 2 | 库 + perl-Ref-Util | perl-Ref-Util | Ref::Util introduces several functions to help identify references in a fasterand smarter way. | Utility functions for checking references | 2 | 库 + perl-Ref-Util-XS | perl-Ref-Util-XS | Ref::Util::XS introduces several functions to help identify references in afaster and smarter way. | Utility functions for checking references | 2 | 库 + perl-Regexp-Common | perl-Regexp-Common | Regexp::Common - Provide commonly requested regular expressions | Regexp::Common Perl module | 2 | 库 + perl-Regexp-Pattern-Perl | perl-Regexp-Pattern-Perl | Regexp::Pattern is a convention for organizing reusable regex patterns. | Regexp patterns related to Perl | 2 | 库 + perl-Regexp-Pattern-Perl-doc | perl-Regexp-Pattern-Perl | The perl-Regexp-Pattern-Perl-doc package contains documentation files for perl-Regexp-Pattern-Perl. | Documentation files for perl-Regexp-Pattern-Perl | 2 | 库 + perl-Regexp-Trie | perl-Regexp-Trie | This module is a faster but simpler version of Regexp::Assemble orRegexp::Optimizer. It builds a trie-ized regexp as above. This module isfaster than Regexp::Assemble but you can only add literals:a+b is treated as a\+b, not "more than one a's followed by b". | Build trie-ized regexp | 2 | 库 + perl-Regexp-Trie-doc | perl-Regexp-Trie | The perl-Regexp-Trie-doc package contains documentation files for perl-Regexp-Trie. | Documentation files for perl-Regexp-Trie | 2 | 库 + perl-Role-Tiny | perl-Role-Tiny | Role::Tiny is a minimalist role composition tool. | A nouvelle cuisine portion size slice of Moose | 2 | 库 + perl-Safe | perl | The Safe extension module allows the creation of compartments in which Perlcode can be evaluated. Please note that the restriction is not suitable forsecurity purposes. | Compile and execute code in restricted compartments | 2 | 库 + perl-Scalar-List-Utils | perl-Scalar-List-Utils | This package contains a selection of subroutines that people have expressedwould be nice to have in the perl core, but the usage would not really behigh enough to warrant the use of a keyword, and the size so small suchthat being individual extensions would be wasteful. | A selection of general-utility scalar and list subroutines | 2 | 库 + perl-Scalar-Properties | perl-Scalar-Properties | Scalar::Properties attempts to make Perl more object-oriented by taking an ideafrom Ruby: Everything you manipulate is an object, and the results of thosemanipulations are objects themselves. | Run-time properties on scalar variables | 2 | 库 + perl-Scalar-Properties-doc | perl-Scalar-Properties | The perl-Scalar-Properties-doc package contains documentation files for perl-Scalar-Properties. | Documentation files for perl-Scalar-Properties | 2 | 库 + perl-Scope-Guard | perl-Scope-Guard | This module provides a convenient way to perform cleanup or other forms ofresource management at the end of a scope. It is particularly useful whendealing with exceptions: the Scope::Guard constructor takes a reference toa subroutine that is guaranteed to be called even if the thread ofexecution is aborted prematurely. This effectively allows lexically-scoped"promises" to be made that are automatically honored by perl's garbagecollector. | Lexically scoped resource management | 2 | 库 + perl-Scope-Guard-doc | perl-Scope-Guard | The perl-Scope-Guard-doc package contains documentation files for perl-Scope-Guard. | Documentation files for perl-Scope-Guard | 2 | 库 + perl-Search-Dict | perl | This module sets file position in a file handle to be first line greater thanor equal (string-wise) to a key. | Search for a key in a dictionary file | 2 | 库 + perl-SelectSaver | perl | A "SelectSaver" object contains a reference to the file handle that wasselected when it was created. When the object is destroyed, it re-selects thefile handle that was selected when it was created. | Save and restore selected file handle | 2 | 库 + perl-SelfLoader | perl | This Perl module tells its users that functions in a package are to beautoloaded from after the "__DATA__" token. See also "Autoloading" inperlsub. | Load functions only on demand | 2 | 库 + perl-Sereal | perl-Sereal | Sereal is an efficient, compact-output, binary and feature-rich serializationprotocol. The Perl encoder is implemented as the Sereal::Encoder module, thePerl decoder correspondingly as Sereal::Decoder. This Sereal module is a verythin wrapper around both Sereal::Encoder and Sereal::Decoder. It depends onboth and loads both. | Fast, compact, powerful binary (de-)serialization | 2 | 库 + perl-Sereal-Decoder | perl-Sereal-Decoder | This library implements a deserializer for an efficient, compact-output,and feature-rich binary protocol called Sereal. | Perl deserialization for Sereal format | 2 | 库 + perl-Sereal-Decoder-doc | perl-Sereal-Decoder | The perl-Sereal-Decoder-doc package contains documentation files for perl-Sereal-Decoder. | Documentation files for perl-Sereal-Decoder | 2 | 库 + perl-Sereal-doc | perl-Sereal | The perl-Sereal-doc package contains documentation files for perl-Sereal. | Documentation files for perl-Sereal | 2 | 库 + perl-Sereal-Encoder | perl-Sereal-Encoder | This library implements an efficient, compact-output, and feature-richserializer using a binary protocol called Sereal. | Perl serialization into Sereal format | 2 | 库 + perl-Sereal-Encoder-doc | perl-Sereal-Encoder | The perl-Sereal-Encoder-doc package contains documentation files for perl-Sereal-Encoder. | Documentation files for perl-Sereal-Encoder | 3 | 库 + perl-SGMLSpm | perl-SGMLSpm | Perl programs can use the SGMLSpm module to help convert SGML, HTML or XMLdocuments into new formats. | Perl library for parsing the output of nsgmls | 2 | 库 + perl-sigtrap | perl | The sigtrap pragma is a simple interface for installing signal handlers. | Perl pragma to enable simple signal handling | 2 | 库 + perl-Socket | perl-Socket | This module provides a variety of constants, structure manipulators and otherfunctions related to socket-based networking. The values and functions providedare useful when used in conjunction with Perl core functions such as socket(),setsockopt() and bind(). It also provides several other support functions,mostly for dealing with conversions of network addresses between human-readableand native binary forms, and for hostname resolver operations.Some constants and functions are exported by default by this module; but forbackward-compatibility any recently-added symbols are not exported by defaultand must be requested explicitly. When an import list is provided to the useSocket line, the default exports are not automatically imported. It istherefore best practice to always to explicitly list all the symbols required. | Networking constants and support functions | 2 | 库 + perl-Socket6 | perl-Socket6 | This module supports getaddrinfo() and getnameinfo() to intend to enableprotocol independent programming. If your environment supports IPv6, IPv6related defines such as AF_INET6 are included. | IPv6 related part of the C socket.h defines and structure manipulators | 2 | 库 + perl-Socket6-doc | perl-Socket6 | The perl-Socket6-doc package contains documentation files for perl-Socket6. | Documentation files for perl-Socket6 | 2 | 库 + perl-Software-License | perl-Software-License | Software-License contains templates for common open source software licenses. | Package that provides templated software licenses | 2 | 库 + perl-solv | libsolv | Perl bindings for the libsolv library. | Perl bindings for the libsolv library | 2 | 库 + perl-sort | perl | With the "sort" pragma you can control the behavior of the builtin "sort()"function. | Perl pragma to control sort() behavior | 2 | 库 + perl-Sort-Key | perl-Sort-Key | Sort::Key provides a set of functions to sort lists of values by somecalculated key value. | Fastest way to sort anything in Perl | 2 | 库 + perl-Sort-Versions | perl-Sort-Versions | A perl 5 module for sorting of revision-like numbersSort::Versions allows easy sorting of mixed non-numeric and numeric strings,like the 'version numbers' that many shared library systems and revisioncontrol packages use. This is quite useful if you are trying to deal withshared libraries. It can also be applied to applications that interspersevariable-width numeric fields within text. Other applications canundoubtedly be found. | Perl module for sorting of revision-like numbers | 2 | 库 + perl-Sort-Versions-doc | perl-Sort-Versions | The perl-Sort-Versions-doc package contains documentation files for perl-Sort-Versions. | Documentation files for perl-Sort-Versions | 2 | 库 + perl-Specio | perl-Specio | The Specio distribution provides classes for representing type constraintsand coercion, along with syntax sugar for declaring them.Note that this is not a proper type system for Perl. Nothing in thisdistribution will magically make the Perl interpreter start checking a value'stype on assignment to a variable. In fact, there's no built-in way to apply atype to a variable at all.Instead, you can explicitly check a value against a type, and optionally coercevalues to that type. | Type constraints and coercions for Perl | 2 | 库 + perl-Spellunker | perl-Spellunker | Pure perl spelling checker implementation, also usable as a library. | Pure perl spelling checker implementation | 2 | 库 + perl-Spellunker-doc | perl-Spellunker | The perl-Spellunker-doc package contains documentation files for perl-Spellunker. | Documentation files for perl-Spellunker | 2 | 库 + perl-Spiffy | perl-Spiffy | "Spiffy" is a framework and methodology for doing object oriented (OO)programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm,mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix allthe nits and warts of traditional Perl OO, in a clean, straightforward and(perhaps someday) standard way. | Framework for doing object oriented (OO) programming in Perl | 2 | 库 + perl-Spiffy-doc | perl-Spiffy | The perl-Spiffy-doc package contains documentation files for perl-Spiffy. | Documentation files for perl-Spiffy | 2 | 库 + perl-Spreadsheet-ParseExcel | perl-Spreadsheet-ParseExcel | The Spreadsheet::ParseExcel module can be used to read information from anExcel 95-2003 file. | Extract information from an Excel file | 2 | 库 + perl-Spreadsheet-WriteExcel | perl-Spreadsheet-WriteExcel | The Spreadsheet::WriteExcel module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to aworkbook and formatting can be applied to cells. Text, numbers,formulas, hyperlinks and images can be written to the cells.The Excel file produced by this module is compatible with 97,2000, 2002 and 2003. Generated files are also compatible with thespreadsheet applications Gnumeric and OpenOffice.org.This module cannot be used to read an Excel file. SeeSpreadsheet::ParseExcel or look at the main documentation for somesuggestions. This module cannot be used to write to an existingExcel file. | Write formatted text and numbers to a cross-platform Excel binary file | 2 | 库 + perl-srpm-macros | perl-srpm-macros | These RPM macros are used for building Perl source packages from sourcerepositories. They influence build-requires set into the source package. | RPM macros for building Perl source package from source repository | 2 | 库 + perl-Storable | perl-Storable | The Storable package brings persistence to your Perl data structures containing scalar,array, hash or reference objects, i.e. anything that can be conveniently stored to diskand retrieved at a later time. It can be used in the regular procedural way by callingstore with a reference to the object to store, and providing a file name. The routinereturns undef for I/O problems or other internal error, a true value otherwise. Seriouserrors are propagated as a die exception. | Persistence for Perl data structures | 2 | 库 + perl-strictures | perl-strictures | This package turns on strict and makes most warnings fatal. | Turn on strict and make most warnings fatal | 2 | 服务 + perl-strictures-doc | perl-strictures | The perl-strictures-doc package contains documentation files for perl-strictures. | Documentation files for perl-strictures | 2 | 库 + perl-String-Format | perl-String-Format | String::Format lets you define arbitrary printf-like format sequencesto be expanded. This module would be most useful in configurationfiles and reporting tools, where the results of a query need to beformatted in a particular way. | Sprintf-like string formatting capabilities with arbitrary format definitions | 2 | 库 + perl-String-Format-doc | perl-String-Format | The perl-String-Format-doc package contains documentation files for perl-String-Format. | Documentation files for perl-String-Format | 2 | 库 + perl-String-ShellQuote | perl-String-ShellQuote | This package contains a Perl module and a command line utility whichare useful for quoting strings which are going to pass through theshell or a shell-like object. | Perl module for quoting strings for passing through the shell | 2 | 库 + perl-String-ShellQuote-doc | perl-String-ShellQuote | The perl-String-ShellQuote-doc package contains documentation files for perl-String-ShellQuote. | Documentation files for perl-String-ShellQuote | 3 | 库 + perl-Sub-Exporter | perl-Sub-Exporter | Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allowsfor renaming, currying/sub-generation, and other cool stuff.ACHTUNG! If you're not familiar with Exporter or exporting, readSub::Exporter::Tutorial first! | Sophisticated exporter for custom-built routines | 2 | 库 + perl-Sub-Exporter-Progressive | perl-Sub-Exporter-Progressive | Sub::Exporter is an incredibly powerful module, but with that power comesgreat responsibility, er- as well as some runtime penalties. This module is aSub::Exporter wrapper that will let your users just use Exporter if all theyare doing is picking exports, but use Sub::Exporter if your users try to useSub::Exporter's more advanced features, like renaming exports, if they try touse them.Note that this module will export @EXPORT and @EXPORT_OK package variables forExporter to work. Additionally, if your package uses advanced Sub::Exporterfeatures like currying, this module will only ever use Sub::Exporter, so youmight as well use it directly. | Only use Sub::Exporter if you need it | 2 | 库 + perl-Sub-Identify | perl-Sub-Identify | Sub::Identify allows you to retrieve the real name of code references. Forthis, it uses Perl's introspection mechanism, provided by the B module. | Retrieve names of code references | 2 | 库 + perl-Sub-Info | perl-Sub-Info | This allows to inspect Perl subroutines. | Tool for inspecting Perl subroutines | 2 | 库 + perl-Sub-Info-doc | perl-Sub-Info | The perl-Sub-Info-doc package contains documentation files for perl-Sub-Info. | Documentation files for perl-Sub-Info | 2 | 库 + perl-Sub-Info-tests | perl-Sub-Info | Tests from perl-Sub-Info. Execute themwith "/usr/libexec/perl-Sub-Info/test". | Tests for perl-Sub-Info | 2 | 库 + perl-Sub-Install | perl-Sub-Install | This module makes it easy to install subroutines into packages without theunsightly mess of no strict or typeglobs lying about where just anyonecan see them. | Install subroutines into packages easily | 2 | 库 + perl-Sub-Name | perl-Sub-Name | This module allows one to "name" or rename subroutines, including anonymousones.Note that this is mainly for aid in debugging; you still cannot call the subby the new name (without some deep magic). | Name - or rename - a sub | 2 | 库 + perl-Sub-Name-doc | perl-Sub-Name | The perl-Sub-Name-doc package contains documentation files for perl-Sub-Name. | Documentation files for perl-Sub-Name | 2 | 库 + perl-Sub-Quote | perl-Sub-Quote | This package provides performant ways to generate subroutines from strings. | Efficient generation of subroutines via string eval | 2 | 库 + perl-Sub-Quote-doc | perl-Sub-Quote | The perl-Sub-Quote-doc package contains documentation files for perl-Sub-Quote. | Documentation files for perl-Sub-Quote | 2 | 库 + perl-Sub-Quote-tests | perl-Sub-Quote | Tests from perl-Sub-Quote. Execute themwith "/usr/libexec/perl-Sub-Quote/test". | Tests for perl-Sub-Quote | 2 | 库 + perl-subs | perl | This will predeclare all the subroutines whose names are in the list,allowing you to use them without parentheses (as list operators) evenbefore they're declared. | Perl pragma to predeclare subroutine names | 2 | 库 + perl-Sub-Uplevel | perl-Sub-Uplevel | Like Tcl's uplevel() function, but not quite so dangerous. The idea isjust to fool caller(). All the really naughty bits of Tcl's uplevel()are avoided. | Apparently run a function in a higher stack frame | 2 | 库 + perl-Sub-Uplevel-doc | perl-Sub-Uplevel | The perl-Sub-Uplevel-doc package contains documentation files for perl-Sub-Uplevel. | Documentation files for perl-Sub-Uplevel | 2 | 库 + perl-SUPER | perl-SUPER | When subclassing a class, you occasionally want to dispatch control to thesuperclass - at least conditionally and temporarily. This module providesan easier, cleaner way for class methods to access their ancestor'simplementation. | Sane superclass method dispatcher | 2 | 库 + perl-SUPER-doc | perl-SUPER | The perl-SUPER-doc package contains documentation files for perl-SUPER. | Documentation files for perl-SUPER | 2 | 库 + perl-Switch | perl-Switch | Switch.pm provides the syntax and semantics for an explicit case mechanism forPerl. The syntax is minimal, introducing only the keywords C<switch> andC<case> and conforming to the general pattern of existing Perl controlstructures. The semantics are particularly rich, allowing any one (or more) ofnearly 30 forms of matching to be used when comparing a switch value with itsvarious cases. | A switch statement for Perl | 2 | 库 + perl-Switch-doc | perl-Switch | The perl-Switch-doc package contains documentation files for perl-Switch. | Documentation files for perl-Switch | 2 | 库 + perl-Symbol | perl | The Symbol module provides functions for manipulating Perl symbols. | Manipulate Perl symbols and their names | 2 | 库 + perl-Syntax-Keyword-Defer | perl-Syntax-Keyword-Defer | This Perl module provides a syntax plugin that implements a block whichexecutes when the containing scope has finished. The "defer" blocks areprimarily intended for cases such as resource finalization tasks that may beconditionally required. | Add defer block syntax to Perl | 2 | 库 + perl-Syntax-Keyword-Defer-doc | perl-Syntax-Keyword-Defer | The perl-Syntax-Keyword-Defer-doc package contains documentation files for perl-Syntax-Keyword-Defer. | Documentation files for perl-Syntax-Keyword-Defer | 2 | 库 + perl-Syntax-Keyword-Defer-tests | perl-Syntax-Keyword-Defer | Tests from perl-Syntax-Keyword-Defer. Execute themwith "/usr/libexec/perl-Syntax-Keyword-Defer/test". | Tests for perl-Syntax-Keyword-Defer | 2 | 库 + perl-Syntax-Keyword-Try | perl-Syntax-Keyword-Try | This module provides a syntax plugin that implements exception-handlingsemantics in a form familiar to users of other languages, being built on ablock labeled with the try keyword, followed by at least one of a catch orfinally block. | try/catch/finally syntax for perl | 2 | 库 + perl-Syntax-Keyword-Try-doc | perl-Syntax-Keyword-Try | The perl-Syntax-Keyword-Try-doc package contains documentation files for perl-Syntax-Keyword-Try. | Documentation files for perl-Syntax-Keyword-Try | 2 | 库 + perl-Syntax-Keyword-Try-tests | perl-Syntax-Keyword-Try | Tests from perl-Syntax-Keyword-Try. Execute themwith "/usr/libexec/perl-Syntax-Keyword-Try/test". | Tests for perl-Syntax-Keyword-Try | 2 | 库 + perl-Sys-CPU | perl-Sys-CPU | Perl-Sys-CPU is a module in Perl programming language that provides an interface to retrieve CPUinformation from the operating system. It allows Perl scripts to obtain CPU statistics such asusage, load, and other hardware-specific details.The module supports various platforms, including Unix and Linux-based systems, and providesfunctions for retrieving CPU information in real-time. It uses system-specific commands tocommunicate with the operating system and retrieve the required data.Perl-Sys-CPU module provides the following functions:cpu_usage(): This function returns the percentage of CPU usage.cpu_load(): This function returns the average CPU load for the last one, five, and fifteenminutes.cpu_count(): This function returns the number of CPUs on the system.cpu_info(): This function returns detailed information about the CPU, such as vendor,model, and clock speed.cpu_times(): This function returns the CPU time spent in user mode, system mode, and idlemode.cpu_percent(): This function returns the percentage of CPU time spent in user mode,system mode, and idle mode.In addition to these functions, Perl-Sys-CPU also provides several constants that can be used tointerpret the CPU usage statistics. These constants include CPU_USER, CPU_SYSTEM, and CPU_IDLE,among others.Perl-Sys-CPU is a useful module for monitoring system performance and optimizing resourceutilization. It provides a simple interface to retrieve CPU information and can be easilyintegrated into Perl scripts. | Getting CPU information | 2 | 库 + perl-Sys-Guestfs | libguestfs | perl-Sys-Guestfs contains Perl bindings for libguestfs (Sys::Guestfs). | Perl bindings for libguestfs (Sys::Guestfs) | 2 | 库 + perl-Sys-Hostname | perl | It attempts several methods of getting the system hostname and then caches theresult. | Try every conceivable way to get a hostname | 2 | 库 + perl-Sys-MemInfo | perl-Sys-MemInfo | Sys::MemInfo returns the total amount of free and used physical memory inbytes in totalmem and freemem variables. | Memory information as Perl module | 2 | 库 + perl-Sys-Syslog | perl-Sys-Syslog | 'Sys::Syslog' is an interface to the UNIX 'syslog(3)' program. Call 'syslog()' with a string priority and a list of 'printf()'args just like 'syslog(3)'.Sys::Syslog should work on any Perl since 5.6.0. This module is regularly compiled and tested by the CPAN Testers onvarious combinations of Perl and operating systems. | Perl interface to the UNIX syslog(3) calls | 2 | 库 + perl-Task-Weaken | perl-Task-Weaken | One recurring problem in modules that use Scalar::Util's weaken function is that it is notpresent in the pure-perl variant.While this isn't necessarily always a problem in a straight CPAN-based Perl environment, someoperating system distributions only include the pure-Perl versions, don't include the XS version,and so weaken is then "missing" from the platform, despite passing a dependency on Scalar::Utilsuccessfully.Most notably this is RedHat Linux at time of writing, but other come and go and do the samething, hence "recurring problem".The normal solution is to manually write tests in each distribution to ensure that weakenis available. | Ensure that a platform has weaken support | 2 | 库 + perl-Term-ANSIColor | perl-Term-ANSIColor | This module has two interfaces, one through color() and colored() and theother through constants. It also offers the utility functions uncolor(),colorstrip(), colorvalid(), and coloralias(), which have to be explicitlyimported to be used. | Color screen output using ANSI escape sequences | 2 | 库 + perl-Term-Cap | perl-Term-Cap | These are low-level functions to extract and use capabilities from a terminal capability (termcap) database. | Perl termcap interface | 2 | 库 + perl-Term-Complete | perl | "Complete" routine provides word completion on a list of words in the array. | Perl word completion | 2 | 库 + perl-TermReadKey | perl-TermReadKey | Term::ReadKey is a compiled perl module dedicated to providing simplecontrol over terminal driver modes (cbreak, raw, cooked, etc.)support for non-blocking reads, if the architecture allows, and somegeneralized handy functions for working with terminals. One of themain goals is to have the functions as portable as possible, so youcan just plug in "use Term::ReadKey" on any architecture and have agood likelyhood of it working. | A perl module for simple terminal control | 2 | 库 + perl-Term-ReadLine | perl | This package is just a front end to some other packages. It's a stub toset up a common interface to the various read-line implementations foundon CPAN (under the "Term::ReadLine::*" name space). | Perl interface to various read-line packages | 2 | 库 + perl-Term-Size-Any | perl-Term-Size-Any | This is a unified interface to retrieve terminal size.It loads one module of a list of known alternatives, each implementingsome way to get the desired terminal information.This loaded module will actually do the job on behalf of Term::Size::Any. | Retrieve terminal size | 2 | 库 + perl-Term-Size-Perl | perl-Term-Size-Perl | Yet another implementation of Term::Size. Now in pure Perl, with theexception of a C probe run on build time. | Perl extension for retrieving terminal size (Perl version) | 2 | 库 + perl-Term-Table | perl-Term-Table | Perl-Term-Table is a Perl module that provides a simple way to output tabulardata in a terminal/console. It is designed to make it easy to display data in aformatted table with columns and rows, making it easier to read and understand.This module can be used to generate tables in various formats such as ASCII,HTML, and CSV.Perl-Term-Table provides a simple API for generating tables. You can customizethe table's appearance, including column headers, row borders, and cell padding.The API is highly configurable, allowing you to specify the width of eachcolumn, the alignment of text within each cell, and the color of the table'sborders.This module is highly flexible and can accept data from various sources such asarrays, hashes, and SQL databases, making it ideal for generating tables fromdifferent data sources. It can also output tables to different destinations suchas a file or a web page.The Perl-Term-Table module is easy to install using the CPAN command or bydownloading it directly from the Perl-Term-Table GitHub repository. Onceinstalled, you can use it in your Perl scripts to generate tables with ease.To generate a table using Perl-Term-Table, first, you need to create a tableobject. You can specify the number of columns and their widths using theadd_columns method. You can also set the table's caption, header, and footerusing the caption, header, and footer methods.Next, you can add data to the table using the add_row method. You can add asingle row of data or an array of rows. Finally, you can output the table usingthe render method. By default, the table is output in ASCII format, but you canalso specify HTML or CSV format using the format parameter.In summary, Perl-Term-Table is a powerful and flexible module for generatingtables in various formats. It provides a simple API that is highly configurable,making it easy to customize the appearance of your tables. It can also acceptdata from various sources, making it ideal for generating tables from differentdata sources. | Format a header and rows into a table | 2 | 库 + perl-Term-Table-tests | perl-Term-Table | Tests from perl-Term-Table. Execute themwith "/usr/libexec/perl-Term-Table/test". | Tests for perl-Term-Table | 2 | 库 + perl-Test | perl | The Test Perl module simplifies the task of writing test files for Perl modules,such that their output is in the format that Test::Harness expects to see. | Simple framework for writing test scripts | 2 | 库 + perl-Test2-Plugin-NoWarnings | perl-Test2-Plugin-NoWarnings | Loading this plugin causes your tests to fail if there are any warnings whilethey run. Each warning generates a new failing test and the warning content isoutputted via diag.This module uses $SIG{__WARN__}, so if the code you're testing sets this, thenthis module will stop working. | Fail if tests warn | 2 | 库 + perl-Test2-Plugin-NoWarnings-doc | perl-Test2-Plugin-NoWarnings | The perl-Test2-Plugin-NoWarnings-doc package contains documentation files for perl-Test2-Plugin-NoWarnings. | Documentation files for perl-Test2-Plugin-NoWarnings | 2 | 库 + perl-Test2-Suite | perl-Test2-Suite | Rich set of tools, plugins, bundles, etc. built upon the Test2 testinglibrary. If you are interested in writing Perl tests this is the distributionfor you. | Set of tools built upon the Test2 framework | 2 | 库 + perl-Test2-Suite-doc | perl-Test2-Suite | The perl-Test2-Suite-doc package contains documentation files for perl-Test2-Suite. | Documentation files for perl-Test2-Suite | 2 | 库 + perl-Test2-Suite-tests | perl-Test2-Suite | Tests from perl-Test2-Suite. Execute themwith "/usr/libexec/perl-Test2-Suite/test". | Tests for perl-Test2-Suite | 2 | 库 + perl-Test-Base | perl-Test-Base | Testing is usually the ugly part of Perl module authoring. Perl gives you astandard way to run tests with Test::Harness, and basic testing primitiveswith Test::More. After that you are pretty much on your own to develop atesting framework and philosophy. Test::More encourages you to make yourown framework by subclassing Test::Builder, but that is not trivial.Test::Base gives you a way to write your own test framework base class that*is* trivial. | Data Driven Testing Framework | 2 | 库 + perl-Test-Base-doc | perl-Test-Base | The perl-Test-Base-doc package contains documentation files for perl-Test-Base. | Documentation files for perl-Test-Base | 2 | 库 + perl-Test-CleanNamespaces | perl-Test-CleanNamespaces | This module lets you check your module's namespaces for imported functions youmight have forgotten to remove with namespace::autoclean or namespace::cleanand are therefore available to be called as methods, which usually isn't wantyou want. | Check for uncleaned imports | 2 | 库 + perl-Test-CleanNamespaces-doc | perl-Test-CleanNamespaces | The perl-Test-CleanNamespaces-doc package contains documentation files for perl-Test-CleanNamespaces. | Documentation files for perl-Test-CleanNamespaces | 2 | 库 + perl-Test-Compile | perl-Test-Compile | Test::Compile lets you check the validity of a Perl module file or Perl scriptfile, and report its results in standard Test::Simple fashion. | Check whether Perl module files compile correctly | 2 | 库 + perl-Test-Compile-tests | perl-Test-Compile | Tests from perl-Test-Compile. Execute themwith "/usr/libexec/perl-Test-Compile/test". | Tests for perl-Test-Compile | 2 | 库 + perl-Test-CPAN-Meta | perl-Test-CPAN-Meta | This module was written to ensure that a META.yml file, provided with astandard distribution uploaded to CPAN, meets the specifications that areslowly being introduced to module uploads, via the use of package makersand installers such as ExtUtils::MakeMaker, Module::Build andModule::Install. | Validation of the META.yml file in a CPAN distribution | 2 | 库 + perl-Test-CPAN-Meta-doc | perl-Test-CPAN-Meta | The perl-Test-CPAN-Meta-doc package contains documentation files for perl-Test-CPAN-Meta. | Documentation files for perl-Test-CPAN-Meta | 2 | 库 + perl-Test-CPAN-Meta-JSON | perl-Test-CPAN-Meta-JSON | This module was written to ensure that a META.json file, provided with astandard distribution uploaded to CPAN, meets the specifications that areslowly being introduced to module uploads, via the use of ExtUtils::MakeMaker,Module::Build and Module::Install.See CPAN::Meta for further details of the CPAN Meta Specification. | Validate a META.json file within a CPAN distribution | 2 | 库 + perl-Test-CPAN-Meta-JSON-doc | perl-Test-CPAN-Meta-JSON | The perl-Test-CPAN-Meta-JSON-doc package contains documentation files for perl-Test-CPAN-Meta-JSON. | Documentation files for perl-Test-CPAN-Meta-JSON | 2 | 库 + perl-Test-Deep | perl-Test-Deep | Test::Deep gives you very flexible ways to check that the result yougot is the result you were expecting. At its simplest it compares twostructures by going through each level, ensuring that the valuesmatch, that arrays and hashes have the same elements and thatreferences are blessed into the correct class. It also handlescircular data structures without getting caught in an infinite loop. | Extremely flexible deep comparison | 2 | 库 + perl-Test-Deep-doc | perl-Test-Deep | The perl-Test-Deep-doc package contains documentation files for perl-Test-Deep. | Documentation files for perl-Test-Deep | 2 | 库 + perl-Test-Differences | perl-Test-Differences | When the code you're testing returns multiple lines, records or datastructures and they're just plain wrong, an equivalent to the Unixdiff utility may be just what's needed. | Test strings and data structures and show differences if not OK | 2 | 库 + perl-Test-Differences-doc | perl-Test-Differences | Doc pages for perl-Test-Differences. | Documents for perl-Test-Differences | 2 | 库 + perl-Test-DistManifest | perl-Test-DistManifest | This Perl module provides a simple method of testing that a MANIFEST matchesthe distribution. | Author test that validates a package MANIFEST | 2 | 库 + perl-Test-DistManifest-doc | perl-Test-DistManifest | The perl-Test-DistManifest-doc package contains documentation files for perl-Test-DistManifest. | Documentation files for perl-Test-DistManifest | 2 | 库 + perl-Test-DistManifest-tests | perl-Test-DistManifest | Tests from perl-Test-DistManifest. Execute themwith "/usr/libexec/perl-Test-DistManifest/test". | Tests for perl-Test-DistManifest | 2 | 库 + perl-Test-EOL | perl-Test-EOL | This module scans your project/distribution for any perl files (scripts,modules, etc.) with Windows line endings. It can also check for trailingwhitespace. | Check the correct line endings in your project | 2 | 库 + perl-Test-EOL-doc | perl-Test-EOL | The perl-Test-EOL-doc package contains documentation files for perl-Test-EOL. | Documentation files for perl-Test-EOL | 2 | 库 + perl-Test-Exception | perl-Test-Exception | This module provides a few convenience methods for testing exceptionbased code. It is built with Test::Builder and plays happily withTest::More and friends. | Library of test functions for exception based Perl code | 2 | 库 + perl-Test-Exception-doc | perl-Test-Exception | Doc pages for perl-Test-Exception. | Documents for perl-Test-Exception | 2 | 库 + perl-Test-FailWarnings | perl-Test-FailWarnings | This module hooks $SIG{__WARN__} and converts warnings to Test::More'sfail() calls. It is designed to be used with done_testing, when you don'tneed to know the test count in advance. | Add test failures if warnings are caught | 2 | 库 + perl-Test-Fatal | perl-Test-Fatal | Test::Fatal is an alternative to the popular Test::Exception. It does muchless, but should allow greater flexibility in testing exception-throwing codewith about the same amount of typing. | Incredibly simple helpers for testing code with exceptions | 2 | 库 + perl-Test-Fatal-doc | perl-Test-Fatal | The perl-Test-Fatal-doc package contains documentation files for perl-Test-Fatal. | Documentation files for perl-Test-Fatal | 2 | 库 + perl-Test-File | perl-Test-File | This module provides a collection of test utilities for file attributes.Some file attributes depend on the owner of the process testing the filein the same way the file test operators do. | Test file attributes through Test::Builder | 2 | 库 + perl-Test-File-doc | perl-Test-File | The perl-Test-File-doc package contains documentation files for perl-Test-File. | Documentation files for perl-Test-File | 2 | 库 + perl-Test-File-ShareDir | perl-Test-File-ShareDir | Create a fake ShareDir for your modules for testing. | Create a Fake ShareDir for your modules for testing | 2 | 库 + perl-Test-File-ShareDir-doc | perl-Test-File-ShareDir | The perl-Test-File-ShareDir-doc package contains documentation files for perl-Test-File-ShareDir. | Documentation files for perl-Test-File-ShareDir | 2 | 库 + perl-Test-Harness | perl-Test-Harness | This package allows tests to be run and results automatically aggregated andoutput to STDOUT. | Run Perl standard test scripts with statistics | 2 | 库 + perl-Test-HasVersion | perl-Test-HasVersion | Do you want to check that every one of your Perl modules in a distribution hasa version number? You want to make sure you don't forget the brand new modulesyou just added? Well, this is the module you have been looking for.Do you want to check someone else's distribution to make sure the author hasnot committed the sin of leaving Perl modules without a version that can beused to tell if you have this or that feature? Test::HasVersion is also foryou. | Check Perl modules have version numbers | 2 | 库 + perl-Test-HasVersion-doc | perl-Test-HasVersion | The perl-Test-HasVersion-doc package contains documentation files for perl-Test-HasVersion. | Documentation files for perl-Test-HasVersion | 2 | 库 + perl-Test-Identity | perl-Test-Identity | This module provides a single testing function, identical. It asserts thata given reference is as expected; that is, it either refers to the sameobject or is undef. It is similar to Test::More::is except that it usesrefaddr, ensuring that it behaves correctly even if the references undertest are objects that overload stringification or numification. | Assert the referential identity of a reference | 2 | 库 + perl-Test-Identity-doc | perl-Test-Identity | The perl-Test-Identity-doc package contains documentation files for perl-Test-Identity. | Documentation files for perl-Test-Identity | 2 | 库 + perl-Test-InDistDir | perl-Test-InDistDir | This Perl module helps to run test scripts in integrated developmentenvironments (IDE). | Test environment setup for development with IDE | 2 | 库 + perl-Test-InDistDir-doc | perl-Test-InDistDir | The perl-Test-InDistDir-doc package contains documentation files for perl-Test-InDistDir. | Documentation files for perl-Test-InDistDir | 2 | 库 + perl-Test-Inter | perl-Test-Inter | This is another framework for writing test scripts. It is loosely inspiredby Test::More, and has most of it's functionality, but it is not a drop-inreplacement. | Framework for more readable interactive test scripts | 2 | 库 + perl-Test-Inter-doc | perl-Test-Inter | The perl-Test-Inter-doc package contains documentation files for perl-Test-Inter. | Documentation files for perl-Test-Inter | 2 | 库 + perl-Test-Inter-tests | perl-Test-Inter | Tests from perl-Test-Inter. Execute themwith "/usr/libexec/perl-Test-Inter/test". | Tests for perl-Test-Inter | 2 | 库 + perl-Test-Kwalitee | perl-Test-Kwalitee | Kwalitee is an automatically-measurable gauge of how good your softwareis. That's very different from quality, which a computer really can'tmeasure in a general sense (if you can, you've solved a hard problem incomputer science). | Test the Kwalitee of a distribution before you release it | 2 | 工具 + perl-Test-Kwalitee-doc | perl-Test-Kwalitee | The perl-Test-Kwalitee-doc package contains documentation files for perl-Test-Kwalitee. | Documentation files for perl-Test-Kwalitee | 2 | 库 + perl-Test-LeakTrace | perl-Test-LeakTrace | Test::LeakTrace provides several functions that trace memory leaks. This modulescans arenas, the memory allocation system, so it can detect any leaked SVs ingiven blocks.Leaked SVs are SVs that are not released after the end of the scope they havebeen created. These SVs include global variables and internal caches. Forexample, if you call a method in a tracing block, perl might prepare a cachefor the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()executes a block more than once. | Trace memory leaks | 2 | 库 + perl-Test-LeakTrace-doc | perl-Test-LeakTrace | The perl-Test-LeakTrace-doc package contains documentation files for perl-Test-LeakTrace. | Documentation files for perl-Test-LeakTrace | 2 | 库 + perl-Test-LongString | perl-Test-LongString | This module provides some drop-in replacements for the string comparisonfunctions of Test::More, but which are more suitable when you test againstlong strings. If you've ever had to search for text in a multi-line stringlike an HTML document, or find specific items in binary data, this is themodule for you. | Perl module to test long strings | 2 | 库 + perl-Test-LongString-doc | perl-Test-LongString | The perl-Test-LongString-doc package contains documentation files for perl-Test-LongString. | Documentation files for perl-Test-LongString | 2 | 库 + perl-Test-Manifest | perl-Test-Manifest | MakeMaker assumes that you want to run all of the .t files in the t/ directoryin ascii-betical order during make test unless you say otherwise. This leads tosome interesting naming schemes for test files to get them in the desiredorder.You can specify any order or any files that you like, though, with the testdirective to WriteMakefile.Test::Manifest looks in the t/test_manifest file to find out which tests youwant to run and the order in which you want to run them. It constructs theright value for MakeMaker to do the right thing. | Test case module for Perl | 2 | 库 + perl-Test-Manifest-doc | perl-Test-Manifest | The perl-Test-Manifest-doc package contains documentation files for perl-Test-Manifest. | Documentation files for perl-Test-Manifest | 2 | 库 + perl-Test-Memory-Cycle | perl-Test-Memory-Cycle | Perl's garbage collection has one big problem: Circular referencescan't get cleaned up. A circular reference can be as simple as twoobjects that refer to each other."Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you aneasy way to check for these circular references. | Check for memory leaks and circular memory references | 2 | 库 + perl-Test-Memory-Cycle-doc | perl-Test-Memory-Cycle | The perl-Test-Memory-Cycle-doc package contains documentation files for perl-Test-Memory-Cycle. | Documentation files for perl-Test-Memory-Cycle | 2 | 库 + perl-Test-MemoryGrowth | perl-Test-MemoryGrowth | This module provides a function to check that a given block of code doesnot result in the process consuming extra memory once it has finished.Despite the name of this module it does not, in the strictest sense of theword, test for a memory leak: that term is specifically applied to caseswhere memory has been allocated but all record of it has been lost, so itcannot possibly be reclaimed. While the method employed by this module candetect such bugs, it can also detect cases where memory is still referencedand reachable, but the usage has grown more than would be expected ornecessary. | Assert that code does not cause growth in memory usage | 2 | 库 + perl-Test-MemoryGrowth-doc | perl-Test-MemoryGrowth | The perl-Test-MemoryGrowth-doc package contains documentation files for perl-Test-MemoryGrowth. | Documentation files for perl-Test-MemoryGrowth | 2 | 库 + perl-Test-MinimumVersion | perl-Test-MinimumVersion | Check whether your code requires a newer perl than you think. | Check whether your code requires a newer perl | 2 | 库 + perl-Test-MinimumVersion-doc | perl-Test-MinimumVersion | The perl-Test-MinimumVersion-doc package contains documentation files for perl-Test-MinimumVersion. | Documentation files for perl-Test-MinimumVersion | 2 | 库 + perl-TestML | perl-TestML | TestML <http://www.testml.org/> is a generic, programming language agnostic,meta language for writing unit tests. The idea is that you can use the sametest files in multiple implementations of a given programming idea. Then youcan be more certain that your application written in, say, Python matches yourPerl implementation.In a nutshell you write a bunch of data tests that have inputs and expectedresults. Using a simple syntax, you specify what functions the data must passthrough to produce the expected results. You use a bridge class to write thedata functions that pass the data through your application.In Perl 5, TestML module is the evolution of the Test::Base module. It hasa superset of Test:Base's goals. The data markup syntax is currently exactlythe same as Test::Base.Currently, TestML is being redesigned. This package contains the new unstableimplementation. The original, production-ready, implementation is availableunder TestML1 name in perl-TestML1 package. | Generic software Testing Meta Language | 2 | 库 + perl-TestML-doc | perl-TestML | The perl-TestML-doc package contains documentation files for perl-TestML. | Documentation files for perl-TestML | 2 | 库 + perl-TestML-tests | perl-TestML | Tests from perl-TestML. Execute themwith "/usr/libexec/perl-TestML/test". | Tests for perl-TestML | 2 | 库 + perl-Test-Mojibake | perl-Test-Mojibake | Many modern text editors automatically save files using UTF-8 codification.However, the perl interpreter does not expect it by default. Whilst this doesnot represent a big deal on (most) backend-oriented programs, Web framework(Catalyst, Mojolicious) based applications will suffer so-called Mojibake(literally: "unintelligible sequence of characters"). Even worse: if an editorsaves BOM (Byte Order Mark, U+FEFF character in Unicode) at the start of ascript with the executable bit set (on Unix systems), it won't execute at all,due to shebang corruption.Avoiding codification problems is quite simple: * Always use utf8/use common::sense when saving source as UTF-8 * Always specify =encoding utf8 when saving POD as UTF-8 * Do neither of above when saving as ISO-8859-1 * Never save BOM (not that it's wrong; just avoid it as you'll barely notice its presence when in trouble)However, if you find yourself upgrading old code to use UTF-8 or trying tostandardize a big project with many developers, each one using a differentplatform/editor, reviewing all files manually can be quite painful, especiallyin cases where some files have multiple encodings (note: it all started when Irealized that gedit and derivatives are unable to open files with characterconversion tables).Enter the Test::Mojibake ;) | Check your source for encoding misbehavior | 2 | 工具 + perl-Test-Mojibake-doc | perl-Test-Mojibake | The perl-Test-Mojibake-doc package contains documentation files for perl-Test-Mojibake. | Documentation files for perl-Test-Mojibake | 2 | 库 + perl-Test-Mojo | perl-Mojolicious | Test::Mojo perl Module | Test::Mojo perl Module | 2 | 库 + perl-Test-Moose | perl-Moose | This module provides some useful test functions for Moose based classes. | Test functions for Moose specific features | 2 | 库 + perl-Test-Needs | perl-Test-Needs | Skip test scripts if modules are not available. The requested moduleswill be loaded, and optionally have their versions checked. If themodule is missing, the test script will be skipped. Modules that arefound but fail to compile will exit with an error rather than skip.If used in a subtest, the remainder of the subtest will be skipped.Skipping will work even if some tests have already been run, or if aplan has been declared.Versions are checked via a "$module->VERSION($wanted_version)" call.Versions must be provided in a format that will be accepted. No extraprocessing is done on them.If "perl" is used as a module, the version is checked against therunning perl version ($]). The version can be specified as a number,dotted-decimal string, v-string, or version object.If the "RELEASE_TESTING" environment variable is set, the tests willfail rather than skip. Subtests will be aborted, but the test scriptwill continue running after that point. | Skip tests when modules not available | 2 | 工具 + perl-Test-Needs-doc | perl-Test-Needs | The perl-Test-Needs-doc package contains documentation files for perl-Test-Needs. | Documentation files for perl-Test-Needs | 2 | 库 + perl-Test-NoTabs | perl-Test-NoTabs | This module scans your project/distribution for any perl files (scripts,modules, etc.) for the presence of tabs. | Check the presence of tabs in your project | 2 | 库 + perl-Test-NoTabs-doc | perl-Test-NoTabs | The perl-Test-NoTabs-doc package contains documentation files for perl-Test-NoTabs. | Documentation files for perl-Test-NoTabs | 2 | 库 + perl-Test-NoWarnings | perl-Test-NoWarnings | In general, your tests shouldn't produce warnings. This module causes anywarnings to be captured and stored. It automatically adds an extra testthat will run when your script ends to check that there were no warnings.If there were any warnings, the test will give a "not ok" and diagnostics ofwhere, when and what the warning was, including a stack trace of what wasgoing on when the it occurred.If some of your tests are supposed to produce warnings then you shouldbe capturing and checking them with Test::Warn, that wayTest::NoWarnings will not see them and so not complain. | Make sure you didn't emit any warnings while testing | 2 | 库 + perl-Test-Object | perl-Test-Object | Test::Object is a testing package designed to allow you to easily testwhat you believe is a valid object against the expected behaviour ofall of the classes in its inheritance tree in one single call. | Thoroughly testing objects via registered handlers | 2 | 库 + perl-Test-Output | perl-Test-Output | Test::Output provides a simple interface for testing output sent to STDOUTor STDERR. A number of different utilities are included to try and be asflexible as possible to the tester. | Utilities to test STDOUT and STDERR messages | 2 | 库 + perl-Test-Output-doc | perl-Test-Output | The perl-Test-Output-doc package contains documentation files for perl-Test-Output. | Documentation files for perl-Test-Output | 2 | 库 + perl-Test-Perl-Critic | perl-Test-Perl-Critic | Test::Perl::Critic wraps the Perl::Critic engine in a convenientsubroutine suitable for test programs written using the Test::Moreframework. This makes it easy to integrate coding-standards enforcementinto the build process. For ultimate convenience (at the expense of someflexibility), see the criticism pragma. | Use Perl::Critic in test programs | 2 | 库 + perl-Test-Perl-Critic-doc | perl-Test-Perl-Critic | The perl-Test-Perl-Critic-doc package contains documentation files for perl-Test-Perl-Critic. | Documentation files for perl-Test-Perl-Critic | 2 | 库 + perl-Test-Perl-Critic-Policy | perl-Perl-Critic | This module provides a framework for function-testing your customPerl::Critic::Policy modules. Policy testing usually involves feeding it astring of Perl code and checking its behavior. In the old days, those stringsof Perl code were mixed directly in the test script. That sucked. | A framework for testing your custom Policies | 2 | 库 + perl-Test-Pod | perl-Test-Pod | Check POD files for errors or warnings in a test file, using Pod::Simple to dothe heavy lifting. | Test POD files for correctness | 2 | 库 + perl-Test-Pod-Coverage | perl-Test-Pod-Coverage | Test::Pod::Coverage is used to create a test for your distribution, toensure that all relevant files in your distribution are appropriatelydocumented in pod. | Check for pod coverage in your distribution | 2 | 库 + perl-Test-Pod-Coverage-doc | perl-Test-Pod-Coverage | Doc pages for perl-Test-Pod-Coverage. | Documents for perl-Test-Pod-Coverage | 2 | 库 + perl-Test-Pod-doc | perl-Test-Pod | The perl-Test-Pod-doc package contains documentation files for perl-Test-Pod. | Documentation files for perl-Test-Pod | 2 | 库 + perl-Test-Pod-LinkCheck | perl-Test-Pod-LinkCheck | This module looks for any links in your POD and verifies that they point toa valid resource. It uses the Pod::Simple parser to analyze the pod filesand look at their links. In a nutshell, it looks for L<Foo> links and makessure that Foo exists. It also recognizes section links, L</SYNOPSIS> forexample. Also, manual pages are resolved and checked. | Tests POD for invalid links | 2 | 库 + perl-Test-Pod-LinkCheck-doc | perl-Test-Pod-LinkCheck | The perl-Test-Pod-LinkCheck-doc package contains documentation files for perl-Test-Pod-LinkCheck. | Documentation files for perl-Test-Pod-LinkCheck | 2 | 库 + perl-Test-Pod-LinkCheck-tests | perl-Test-Pod-LinkCheck | Tests from perl-Test-Pod-LinkCheck. Execute themwith "/usr/libexec/perl-Test-Pod-LinkCheck/test". | Tests for perl-Test-Pod-LinkCheck | 2 | 库 + perl-Test-Portability-Files | perl-Test-Portability-Files | This module is used to check the portability across operating systems ofthe names of the files present in the distribution of a module. The testsuse the advice given in "Files and Filesystems" in perlport. The author ofa distribution can select which tests to execute. | Check file names portability | 2 | 库 + perl-Test-Portability-Files-doc | perl-Test-Portability-Files | Doc files for perl-Test-Portability-Files | Doc files for perl-Test-Portability-Files | 3 | 库 + perl-Test-RandomResult | perl-Test-RandomResult | Test that results of a running code look random | Test that results of a running code look random | 2 | 库 + perl-Test-RandomResult-doc | perl-Test-RandomResult | The perl-Test-RandomResult-doc package contains documentation files for perl-Test-RandomResult. | Documentation files for perl-Test-RandomResult | 2 | 库 + perl-Test-Refcount | perl-Test-Refcount | The Perl garbage collector uses simple reference counting during the normalexecution of a program. This means that cycles or unweakened references inother parts of code can keep an object around for longer than intended. Tohelp avoid this problem, the reference count of a new object from its classconstructor ought to be 1. This way, the caller can know the object will beproperly DESTROYed when it drops all of its references to it. | Assert reference counts on objects | 2 | 库 + perl-Test-Refcount-doc | perl-Test-Refcount | The perl-Test-Refcount-doc package contains documentation files for perl-Test-Refcount. | Documentation files for perl-Test-Refcount | 2 | 库 + perl-Test-Regexp | perl-Test-Regexp | This module is intended to test your regular expressions. Given a subjectstring and a regular expression (a.k.a. pattern), the module not only testswhether the regular expression completely matches the subject string, itperforms a utf8::upgrade or utf8::downgrade on the subject string andperforms the tests again, if necessary. Furthermore, given a pattern withcapturing parenthesis, it checks whether all captures are present, and in theright order. Both named and unnamed captures are checked. | Test your regular expressions | 2 | 库 + perl-Test-Regexp-doc | perl-Test-Regexp | The perl-Test-Regexp-doc package contains documentation files for perl-Test-Regexp. | Documentation files for perl-Test-Regexp | 2 | 库 + perl-Test-Requires | perl-Test-Requires | Test::Requires checks to see if the module can be loaded.If this fails, rather than failing tests this skips all tests. | Checks to see if a given module can be loaded | 2 | 库 + perl-tests | perl | This package contains the test suite included with Perl 5.36.0.Install this if you want to test your Perl installation (binary and coremodules). | The Perl test suite | 2 | 库 + perl-Test-Script | perl-Test-Script | The intent of this module is to provide a series of basic tests for scriptsin the bin directory of your Perl distribution. | Cross-platform basic tests for scripts | 2 | 库 + perl-Test-Script-doc | perl-Test-Script | The perl-Test-Script-doc package contains documentation files for perl-Test-Script. | Documentation files for perl-Test-Script | 2 | 库 + perl-Test-Simple | perl-Test-Simple | This package provides the bulk of the core testing facilities. For moreinformation, see perldoc for Test::Simple, Test::More, etc.This package is the CPAN component of the dual-lifed core package Test-Simple. | Basic utilities for writing tests | 2 | 库 + perl-Test-Spelling | perl-Test-Spelling | "Test::Spelling" lets you check the spelling of a POD file, and reportits results in standard "Test::Simple" fashion. This module requires thehunspell program. | Check for spelling errors in POD files | 2 | 库 + perl-Test-Spelling-doc | perl-Test-Spelling | The perl-Test-Spelling-doc package contains documentation files for perl-Test-Spelling. | Documentation files for perl-Test-Spelling | 2 | 库 + perl-Test-SubCalls | perl-Test-SubCalls | There are a number of different situations (like testing caching code) whereyou want to want to do a number of tests, and then verify that some underlyingsubroutine deep within the code was called a specific number of times. Thismodule provides a number of functions for doing testing in this way, inassociation with your normal Test::More (or similar) test scripts. | Track the number of times subs are called | 2 | 库 + perl-Test-Synopsis | perl-Test-Synopsis | Test::Synopsis is an (author) test module to find .pm or .pod files under yourlib directory and then make sure the example snippet code in your SYNOPSISsection passes the perl compile check.Note that this module only checks the perl syntax (by wrapping the code withsub) and doesn't actually run the code. | Test your SYNOPSIS code | 2 | 库 + perl-Test-Synopsis-doc | perl-Test-Synopsis | The perl-Test-Synopsis-doc package contains documentation files for perl-Test-Synopsis. | Documentation files for perl-Test-Synopsis | 2 | 库 + perl-Test-Taint | perl-Test-Taint | Tainted data is data that comes from an unsafe source, such as the commandline, or, in the case of web apps, any GET or POST transactions. Read theperlsec man page for details on why tainted data is bad, and how to untaintthe data.When you're writing unit tests for code that deals with tainted data, you'llwant to have a way to provide tainted data for your routines to handle, andeasy ways to check and report on the taintedness of your data, in standardTest::More style. | Tools to test taintedness | 2 | 库 + perl-Test-Taint-doc | perl-Test-Taint | Doc files for perl-Test-Taint | Doc files for perl-Test-Taint | 2 | 库 + perl-Test-TrailingSpace | perl-Test-TrailingSpace | This module is used to test for presence of trailing space. | Test for trailing space in source files | 2 | 库 + perl-Test-TrailingSpace-doc | perl-Test-TrailingSpace | The perl-Test-TrailingSpace-doc package contains documentation files for perl-Test-TrailingSpace. | Documentation files for perl-Test-TrailingSpace | 2 | 库 + perl-Test-UseAllModules | perl-Test-UseAllModules | I'm sick of writing 00_load.t (or something like that) that will do use_ok()for every module I write. I'm sicker of updating 00_load.t when I addanother file to the distribution. This module reads MANIFEST to find modulesto be tested and does use_ok() for each of them. Now all you have to do isupdate MANIFEST. You don't have to modify the test any more (hopefully). | Do use_ok() for all the MANIFESTed modules | 2 | 库 + perl-Test-UseAllModules-doc | perl-Test-UseAllModules | The perl-Test-UseAllModules-doc package contains documentation files for perl-Test-UseAllModules. | Documentation files for perl-Test-UseAllModules | 2 | 库 + perl-Test-Valgrind | perl-Test-Valgrind | The Test::Valgrind::* API lets you run Perl code through the memcheck tool ofthe valgrind memory debugger, to test for memory errors and leaks. TheTest::Valgrind module itself is a front-end to this API. If they aren'tavailable yet, it will first generate suppressions for the current perlinterpreter and store them in the portable flavor of~/.perl/Test-Valgrind/suppressions/$VERSION. The actual run will then takeplace, and tests will be passed or failed according to the result of theanalysis.The complete API is much more versatile than this. By declaring an appropriateTest::Valgrind::Command class, you can run any executable (that is, not onlyPerl scripts) under valgrind, generate the corresponding suppressionson-the-fly and convert the analysis result to TAP output so that it can beincorporated into your project's test suite. If you're not interested inproducing TAP, you can output the results in whatever format you like (forexample HTML pages) by defining your own Test::Valgrind::Action class. | Generate suppressions, analyze and test any command with valgrind | 2 | 库 + perl-Test-Valgrind-doc | perl-Test-Valgrind | The perl-Test-Valgrind-doc package contains documentation files for perl-Test-Valgrind. | Documentation files for perl-Test-Valgrind | 2 | 库 + perl-Test-Vars | perl-Test-Vars | Test::Vars finds unused variables in order to keep the source code tidy. | Detects unused variables | 2 | 库 + perl-Test-Vars-doc | perl-Test-Vars | The perl-Test-Vars-doc package contains documentation files for perl-Test-Vars. | Documentation files for perl-Test-Vars | 2 | 库 + perl-Test-Version | perl-Test-Version | This module's goal is to be a one stop shop for checking to see that yourversions across your dist are sane. | Check to see that versions in modules are sane | 2 | 库 + perl-Test-Version-doc | perl-Test-Version | The perl-Test-Version-doc package contains documentation files for perl-Test-Version. | Documentation files for perl-Test-Version | 2 | 库 + perl-Test-Warn | perl-Test-Warn | This module provides a few convenience methods for testing warningbased code. | Perl extension to test methods for warnings | 2 | 库 + perl-Test-Warn-doc | perl-Test-Warn | The perl-Test-Warn-doc package contains documentation files for perl-Test-Warn. | Documentation files for perl-Test-Warn | 2 | 库 + perl-Test-Warnings | perl-Test-Warnings | If you've ever tried to use Test::NoWarnings to confirm there are no warningsgenerated by your tests, combined with the convenience of done_testing to nothave to declare a test count, you'll have discovered that these two features donot play well together, as the test count will be calculated before thewarnings test is run, resulting in a TAP error (see examples/test_nowarnings.plin this distribution for a demonstration).This module is intended to be used as a drop-in replacement forTest::NoWarnings: it also adds an extra test, but runs this test beforedone_testing calculates the test count, rather than after. It does this byhooking into done_testing as well as via an END block. You can declare a plan,or not, and things will still Just Work.It is actually equivalent to: use Test::NoWarnings 1.04 ':early';as warnings are still printed normally as they occur. You are safe, andenthusiastically encouraged, to perform a global search-replace of the abovewith use Test::Warnings; whether or not your tests have a plan. | Test for warnings and the lack of them | 2 | 库 + perl-Test-Without-Module | perl-Test-Without-Module | This module allows you to deliberately hide modules from a program eventhough they are installed. This is mostly useful for testing modules thathave a fallback when a certain dependency module is not installed. | Test fallback behavior in absence of modules | 2 | 库 + perl-Test-Without-Module-doc | perl-Test-Without-Module | The perl-Test-Without-Module-doc package contains documentation files for perl-Test-Without-Module. | Documentation files for perl-Test-Without-Module | 2 | 库 + perl-Test-YAML | perl-Test-YAML | Test::YAML is a subclass of Test::Base with YAML specific support. | Testing Module for YAML Implementations | 2 | 库 + perl-Test-YAML-doc | perl-Test-YAML | Doc files for perl-Test-YAML | Doc files for perl-Test-YAML | 2 | 库 + perl-Text-Abbrev | perl | It stores all unambiguous truncations of each element of a list as keys inan associative array. The values are the original list elements. | Create an abbreviation table from a list | 2 | 库 + perl-Text-Balanced | perl-Text-Balanced | These Perl subroutines may be used to extract a delimited substring, possiblyafter skipping a specified prefix string. | Extract delimited text sequences from strings | 2 | 库 + perl-Text-BibTeX | perl-Text-BibTeX | The Text::BibTeX module processes BibTeX data. It includes object-orientedinterfaces to both BibTeX database files and individual bibliographicentries, as well as other miscellaneous functions. | Interface to read and parse BibTeX files | 3 | 库 + perl-Text-CharWidth | perl-Text-CharWidth | This is a module to provide equivalent feature as wcwidth(3) andwcswidth(3). This also provides mblen(3) equivalent subroutine. | Get number of occupied columns of a string on terminal | 2 | 库 + perl-Text-CharWidth-doc | perl-Text-CharWidth | Doc pages for perl-Text-CharWidth. | Documents for perl-Text-CharWidth | 2 | 库 + perl-Text-CSV | perl-Text-CSV | Text::CSV provides facilities for the composition and decomposition ofcomma-separated values. An instance of the Text::CSV class can combinefields into a CSV string and parse a CSV string into fields.The module accepts either strings or files as input and can utilize anyuser-specified characters as delimiters, separators, and escapes so it isperhaps better called ASV (anything separated values) rather than just CSV. | Comma-separated values manipulator | 2 | 库 + perl-Text-CSV_XS | perl-Text-CSV_XS | Text::CSV provides facilities for the composition and decomposition ofcomma-separated values. An instance of the Text::CSV class can combinefields into a CSV string and parse a CSV string into fields. | Comma-separated values manipulation routines | 2 | 库 + perl-Text-Diff | perl-Text-Diff | Module::Load allows for generic loading of modules and files. Simply give itthe name of a module or file and it will Do What You Mean (tm). | Perform diffs on files and record sets | 2 | 库 + perl-Text-Glob | perl-Text-Glob | Text::Glob implements glob(3) style matching that can be used to matchagainst text, rather than fetching names from a file-system. If youwant to do full file globbing use the File::Glob module instead. | Perl module to match globbing patterns against text | 2 | 库 + perl-Text-ParseWords | perl-Text-ParseWords | The nested_quotewords() and quotewords() functions accept a delimiter (whichcan be a regular expression) and a list of lines and then breaks those linesup into a list of words ignoring delimiters that appear inside quotes.quotewords() returns all of the tokens in a single long list, whilenested_quotewords() returns a list of token lists corresponding to theelements of @lines. parse_line() does tokenizing on a single string. Thequotewords() functions simply call &parse_line(), so if you're only splittingone line you can call parse_line() directly and save a function call. | Parse text into an array of tokens or array of arrays | 2 | 库 + perl-Text-Roman | perl-Text-Roman | This package supports both conventional Roman algorisms (which range from 1to 3999) and Milhar Romans, a variation which uses a bar across thealgorism to indicate multiplication by 1000. | Conversion between Roman algorisms and Arabic numerals | 2 | 库 + perl-Text-Soundex | perl-Text-Soundex | Soundex is a phonetic algorithm for indexing names by sound, as pronounced inEnglish. This module implements the original soundex algorithm developed byRobert Russell and Margaret Odell, as well as a variation called "AmericanSoundex". | Implementation of the soundex algorithm | 2 | 库 + perl-Text-Tabs+Wrap | perl-Text-Tabs+Wrap | Text::Tabs performs the same job that the UNIX expand(1) and unexpand(1)commands do: adding or removing tabs from a document.Text::Wrap::wrap() will reformat lines into paragraphs. All it does is breakup long lines, it will not join short lines together. | Expand tabs and do simple line wrapping | 2 | 库 + perl-Text-Tabs+Wrap-tests | perl-Text-Tabs+Wrap | Tests from perl-Text-Tabs+Wrap. Execute themwith "/usr/libexec/perl-Text-Tabs+Wrap/test". | Tests for perl-Text-Tabs+Wrap | 2 | 库 + perl-Text-Template | perl-Text-Template | perl-Text-Template is a library for generating form letters, building HTML pages,or filling in templates generally. A `template' is a piece of text thathas little Perl programs embedded in it here and there.When you `fill in' a template, you evaluate the little programsand replace them with their values. | Expand template text with embedded Perl | 2 | 库 + perl-Text-Unidecode | perl-Text-Unidecode | It often happens that you have non-Roman text data in Unicode, butyou can't display it -- usually because you're trying to show itto a user via an application that doesn't support Unicode, orbecause the fonts you need aren't accessible. You could representthe Unicode characters as "???????" or "\15BA\15A0\1610...", butthat's nearly useless to the user who actually wants to read whatthe text says.What Text::Unidecode provides is a function, `unidecode(...)' thattakes Unicode data and tries to represent it in US-ASCIIcharacters (i.e., the universally displayable characters between0x00 and 0x7F). The representation is almost always an attempt at*transliteration* -- i.e., conveying, in Roman letters, thepronunciation expressed by the text in some other writingsystem. (See the example in the synopsis.) | US-ASCII transliterations of Unicode text | 2 | 库 + perl-Text-WrapI18N | perl-Text-WrapI18N | This is a module which intends to substitute Text::Wrap,which supports internationalized texts including: - multi-byte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5, - full width characters like east Asian characters which appear in UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on, - combining characters like diacritical marks which appear in UTF-8, ISO-8859-11 (aka TIS-620), and so on, and - languages which don't use white spaces between words, like Chinese and Japanese. | Line wrapping with support for several locale setups | 2 | 库 + perl-Text-WrapI18N-doc | perl-Text-WrapI18N | The perl-Text-WrapI18N-doc package contains documentation files for perl-Text-WrapI18N. | Documentation files for perl-Text-WrapI18N | 2 | 库 + perl-Thread | perl | This Thread module served as the front end to the old-style thread model,called 5005threads, that has been removed in version 5.10.For old code and interim backwards compatibility, the Thread module has beenreworked to function as a front end for the new interpreter threads (ithreads)model. However, some previous functionality is not available. Further, thedata sharing models between the two thread models are completely different,and anything to do with data sharing has to be thought differently.You are strongly encouraged to migrate any existing threaded code to the newmodel (i.e., use the threads and threads::shared modules) as soon as possible. | Manipulate threads in Perl (for old code only) | 2 | 库 + perl-Thread-Queue | perl-Thread-Queue | This module provides thread-safe FIFO queues that can be accessed safely byany number of threads. | Thread-safe queues | 2 | 库 + perl-threads | perl-threads | Perl-threads is a module in Perl that provides support for multiple threads ofcontrol in a Perl program. Threads are lightweight processes that can runconcurrently within a single program. They provide a way to perform multipletasks simultaneously, which can greatly enhance the performance andresponsiveness of a program.The Perl-threads module provides a simple and easy-to-use interface forcreating and managing threads in a Perl program. It provides functions forcreating new threads, starting and stopping threads, and for communicatingbetween threads using shared data structures.One of the key features of Perl-threads is its ability to perform true parallelprocessing. This means that multiple threads can execute code simultaneously ondifferent processors or cores, allowing for maximum use of available systemresources.Another important feature of Perl-threads is its support for threadsynchronization. This allows multiple threads to coordinate their actions andavoid conflicts when accessing shared resources, such as variables or files.Perl-threads also provides a number of other advanced features, such asthread-local variables, which allow each thread to have its own private data,and thread pools, which can be used to manage a group of threads for a specifictask. | Perl interpreter-based threads | 2 | 库 + perl-Thread-Semaphore | perl | Semaphores provide a mechanism to regulate access to resources. Unlike locks,semaphores aren't tied to particular scalars, and so may be used to controlaccess to anything you care to use them for. Semaphores don't limit theirvalues to zero and one, so they can be used to control access to some resourcethat there may be more than one of (e.g., file handles). Increment anddecrement amounts aren't fixed at one either, so threads can reserve or returnmultiple resources at once. | Thread-safe semaphores | 2 | 库 + perl-threads-shared | perl-threads-shared | By default, variables are private to each thread, and each newly createdthread gets a private copy of each existing variable. This module allowsyou to share variables across different threads (and pseudo-forks onWin32). It is used together with the threads module. | Perl extension for sharing data structures between threads | 2 | 库 + perl-thrift | thrift | The perl-thrift package contains Perl bindings for thrift. | Perl support for thrift | 2 | 库 + perltidy | perltidy | Perltidy is a Perl script that indents and re-formats Perl scripts tomake them easier to read. If you write Perl scripts, or spend muchtime reading them, you will probably find it useful. The formattingcan be controlled with command line parameters. The default parametersettings approximately follow the suggestions in the Perl Style Guide.Perltidy can also output HTML of both POD and source code. Besidesre-formatting scripts, Perltidy can be a great help in tracking downerrors with missing or extra braces, parentheses, and square bracketsbecause it is very good at localizing errors. | Tool for indenting and re-formatting Perl scripts | 2 | 库 + perl-Tie | perl | These are Perl modules that helps connecting classes with arrays, hashes,handles, and scalars. | Base classes for tying variables | 2 | 库 + perl-Tie-Cycle | perl-Tie-Cycle | This Perl module can be used to go through a list over and over again.Once you get to the end of the list, you go back to the beginning. Youdo not have to worry about any of this since the magic of tie does thatfor you. | Cycle through a list of values via a scalar | 2 | 库 + perl-Tie-File | perl | Tie::File represents a regular text file as a Perl array. Each element in thearray corresponds to a record in the file. The first line of the file iselement 0 of the array; the second line is element 1, and so on. The file isnot loaded into memory, so this will work even for gigantic files. Changes tothe array are reflected in the file immediately. | Access the lines of a disk file via a Perl array | 2 | 库 + perl-Tie-IxHash | perl-Tie-IxHash | This Perl module implements Perl hashes that preserve the order inwhich the hash elements were added. The order is not affected whenvalues corresponding to existing keys in the IxHash are changed.The elements can also be set to any arbitrary supplied order. Thefamiliar perl array operations can also be performed on the IxHash. | Ordered associative arrays for Perl | 2 | 库 + perl-Tie-IxHash-doc | perl-Tie-IxHash | The perl-Tie-IxHash-doc package contains documentation files for perl-Tie-IxHash. | Documentation files for perl-Tie-IxHash | 2 | 库 + perl-Tie-Memoize | perl | This package allows a tied hash to load its values automatically on the firstaccess, and to use the cached value on the following accesses. | Add data to a hash when needed | 2 | 库 + perl-Tie-RefHash | perl-Tie-RefHash | Tie::RefHash is a Perl module that allows you to use references as hash keys.It is implemented using the standard perl TIEHASH interface1. The Nestable versionworks by looking for hash references being stored and converting them to tiedhashes so that they too can have references as keys | Use references as hash keys | 2 | 库 + perl-Time | perl | This package provides an object-oriented interface to Perl built-in gmtime()and localtime () functions. | By-name interface to Perl built-in time functions | 2 | 库 + perl-TimeDate | perl-TimeDate | This module includes a number of smaller modules that can be used in Perl to manipulate timeand date strings. Among them, the Date::Format and Date::Parse modules can display and readtimes and dates in various formats, providing a reliable interface to textual representationsof points in time. | A Perl module for time and date manipulation | 2 | 库 + perl-Time-HiRes | perl-Time-HiRes | Time::HiRes module: High resolution time, sleep, and alarm.Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappersto implement time, sleep, and alarm that know about non-integral seconds. | High resolution alarm, sleep, gettimeofday, interval timers | 2 | 库 + perl-Time-Local | perl-Time-Local | This module provides functions that are the inverse of built-in perl functions`localtime()` and `gmtime()`. They accept a date as a six-element array, andreturn the corresponding `time(2)` value in seconds since the system epoch(Midnight, January 1, 1970 GMT on Unix, for example). This value can bepositive or negative, though POSIX only requires support for positive values,so dates before the system's epoch may not work on all operating systems.It is worth drawing particular attention to the expected ranges for the valuesprovided. The value for the day of the month is the actual day (i.e. 1..31),while the month is the number of months since January (0..11). This isconsistent with the values returned from `localtime()` and `gmtime()`. | Efficiently compute time from local and GMT time | 2 | 库 + perl-Time-Piece | perl | The Time::Piece module replaces the standard localtime and gmtime functionswith implementations that return objects. It does so in a backwards compatiblemanner, so that using localtime or gmtime as documented in perlfunc stillbehave as expected. | Time objects from localtime and gmtime | 2 | 库 + perl-Tk | perl-Tk | This a re-port of a perl interface to Tk8.4.C code is derived from Tcl/Tk8.4.5.It also includes all the C code parts of Tix8.1.4 from SourceForge.The perl code corresponding to Tix's Tcl code is not fully implemented.Perl API is essentially the same as Tk800 series Tk800.025 but has notbeen verified as compliant. There ARE differences see pod/804delta.pod. | Perl Graphical User Interface ToolKit | 2 | 库 + perl-Try-Tiny | perl-Try-Tiny | This module provides bare bones try/catch statements that are designed tominimize common mistakes with eval blocks, and NOTHING else.This is unlike TryCatch, which provides a nice syntax and avoids addinganother call stack layer, and supports calling return from the try block toreturn from the parent subroutine. These extra features come at a cost of afew dependencies, namely Devel::Declare and Scope::Upper that are occasionallyproblematic, and the additional catch filtering uses Moose type constraints,which may not be desirable either. | Minimal try/catch with proper localization of $@ | 2 | 库 + perl-Types-Serialiser | perl-Types-Serialiser | This module provides some extra data types that are used by commonserialization formats such as JSON or CBOR. The idea is to have a repository ofsimple/small constants and containers that can be shared by differentimplementations so they become inter-operable between each other. | Simple data types for common serialization formats | 2 | 库 + perl-Types-Serialiser-doc | perl-Types-Serialiser | The perl-Types-Serialiser-doc package contains documentation files for perl-Types-Serialiser. | Documentation files for perl-Types-Serialiser | 2 | 库 + perl-Type-Tiny | perl-Type-Tiny | Type::Tiny is a tiny class for creating Moose-like type constraint objectswhich are compatible with Moo, Moose and Mouse. | Tiny, yet Moo(se)-compatible type constraint | 2 | 库 + perl-Type-Tiny-doc | perl-Type-Tiny | The perl-Type-Tiny-doc package contains documentation files for perl-Type-Tiny. | Documentation files for perl-Type-Tiny | 2 | 库 + perl-Unicode-CheckUTF8 | perl-Unicode-CheckUTF8 | This is an XS wrapper around some Unicode Consortium code to check if a stringis valid UTF-8, revised to conform to what expat/Mozilla think is valid UTF-8,especially with regard to low-ASCII characters.Note that this module has NOTHING to do with Perl's internal UTF8 flag onscalars.This module is for use when you're getting input from users and want to makesure it's valid UTF-8 before continuing. | Checks if scalar is valid UTF-8 | 2 | 库 + perl-Unicode-CheckUTF8-doc | perl-Unicode-CheckUTF8 | The perl-Unicode-CheckUTF8-doc package contains documentation files for perl-Unicode-CheckUTF8. | Documentation files for perl-Unicode-CheckUTF8 | 2 | 库 + perl-Unicode-Collate | perl-Unicode-Collate | perl-Unicode-Collate is a Perl module that provides an implementation of Unicodecollation algorithms. This module can be used for sorting Unicode strings as wellas comparing and matching strings. | Unicode Collation Algorithm | 2 | 库 + perl-Unicode-EastAsianWidth | perl-Unicode-EastAsianWidth | This module provide user-defined Unicode properties that deal with widthstatus of East Asian characters, as specified in<http://www.unicode.org/unicode/reports/tr11/>.It exports the following functions to the caller's scope, to be usedby Perl's Unicode matching system: InEastAsianFullwidth, InEastAsianHalfwidth,InEastAsianAmbiguous, InEastAsianNarrow InEastAsianWide, InEastAsianNeutral.In accord to TR11 cited above, two additional context-sensitive propertiesare exported: InFullwidth (union of Fullwidth and Wide) and InHalfwidth(union of Halfwidth, Narrow and Neutral). | East Asian Width properties | 2 | 库 + perl-Unicode-LineBreak | perl-Unicode-LineBreak | The perl-Unicode-LineBreak is a Perl module that provides an interfaceto the Unicode Line Breaking Algorithm (UAX #14). It is used to breaklines of Unicode text into appropriate segments based on various rulesand conventions, such as hyphenation, word wrapping, and punctuation.This module provides a flexible and customizable way to handle line breaksin Unicode text, which can be especially useful for text processing andformatting applications. | UAX #14 Unicode Line Breaking Algorithm | 2 | 库 + perl-Unicode-Map | perl-Unicode-Map | This module converts strings from and to 2-byte Unicode UCS2 format.All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8encoding. To convert between UTF8 and UTF16 use Unicode::String.For historical reasons this module coexists with Unicode::Map8.Please use Unicode::Map8 unless you need to care for >1 byte charactersets, e.g. Chinese GB2312. Anyway, if you stick to the basicfunctionality (see documentation) you can use both modules equivalently. | Perl module for mapping charsets from and to utf16 unicode | 2 | 库 + perl-Unicode-Normalize | perl-Unicode-Normalize | This package provides Perl functions that can convert strings into variousUnicode normalization forms as defined in Unicode Standard Annex #15. | Unicode Normalization Forms | 2 | 库 + perl-Unicode-UCD | perl | The Unicode::UCD module offers a series of functions that provide a simpleinterface to the Unicode Character Database. | Unicode character database | 2 | 库 + perl-UNIVERSAL-isa | perl-UNIVERSAL-isa | Whenever you use "isa" in UNIVERSAL as a function, a kitten usingTest::MockObject dies. Normally, the kittens would be helpless, butif they use UNIVERSAL::isa (the module whose docs you are reading),the kittens can live long and prosper.This module replaces UNIVERSAL::isa with a version that makes surethat if it's called as a function on objects which override isa,isa will be called on those objects as a method.In all other cases the real UNIVERSAL::isa is just called directly. | Hack around module authors using UNIVERSAL::isa as a function | 2 | 库 + perl-URI | perl-URI | This module implements the URI class. Objects of this class represent"Uniform Resource Identifier references" as specified in RFC 2396 (andupdated by RFC 2732). | A Perl module implementing URI parsing and manipulation | 2 | 库 + perl-User-pwent | perl | This package provides an object-oriented interface to Perl build-in getgr*()and getpw*() functions. | By-name interface to Perl built-in user name resolver | 2 | 库 + perl-utf8-all | perl-utf8-all | Pragma utf8 allows you to write your Perl encoded in UTF-8. That means UTF-8strings, variable names, and regular expressions. utf8::all goes further, andmakes @ARGV encoded in UTF-8, and file handles are opened with UTF-8 encodingturned on by default (including STDIN, STDOUT, STDERR), and character namesare imported so \N{...} sequences can be used to compile Unicode charactersbased on names. If you don't want UTF-8 for a particular file handle, you'llhave to set binmode $filehandle. | Turn on Unicode everywhere | 2 | 库 + perl-utf8-all-doc | perl-utf8-all | The perl-utf8-all-doc package contains documentation files for perl-utf8-all. | Documentation files for perl-utf8-all | 2 | 库 + perl-utils | perl | Several utilities which come with Perl distribution like h2ph, perlbug,perlthanks, and pl2pm. Some utilities are provided by more specificpackages like perldoc by perl-Pod-Perldoc and splain by perl-diagnostics. | Utilities packaged with the Perl distribution | 2 | 库 + perl-Variable-Magic | perl-Variable-Magic | Magic is Perl way of enhancing objects. This mechanism let the user addextra data to any variable and hook syntactical operations (such as access,assignation or destruction) that can be applied to it. With this module,you can add your own magic to any variable without the pain of the C API. | Associate user-defined magic to variables from Perl | 2 | 库 + perl-vars | perl | This pragma will predeclare all the variables whose names are in thelist, allowing you to use them under "use strict", and disabling anytypo warnings for them.For use with variables in the current package for a single scope, thefunctionality provided by this pragma has been superseded by "our"declarations, available in Perl v5.6.0 or later, and use of this pragma isdiscouraged. | Perl pragma to predeclare global variable names | 2 | 库 + perl-version | perl-version | Perl-Version is a software package that provides a simple way to query and compare Perl versionnumbers. It is useful for checking whether a particular module or feature is available in a givenversion of Perl. The package provides a number of functions for comparing version numbers,including version::is_lax, version::is_strict, and version::is_qv | Perl extension for Version Objects | 2 | 库 + perl-vmsish | perl | The "vmsish" pragma control VMS-specific features of the Perl language. Ifyou're not running VMS, this module does nothing. | Perl pragma to control VMS-specific language features | 2 | 库 + perl-Want | perl-Want | This module generalises the mechanism of the wantarrayfunction, allowing a function to determine in some detailhow its return value is going to be immediately used. | Perl module implementing a generalisation of wantarray | 2 | 库 + perl-Want-doc | perl-Want | The perl-Want-doc package contains documentation files for perl-Want. | Documentation files for perl-Want | 2 | 库 + perl-WWW-Mechanize | perl-WWW-Mechanize | "WWW::Mechanize", or Mech for short, helps you automate interactionwith a website. It supports performing a sequence of page fetchesincluding following links and submitting forms. Each fetched page isparsed and its links and forms are extracted. A link or a form can beselected, form fields can be filled and the next page can be fetched.Mech also stores a history of the URLs you've visited, which can bequeried and revisited. | Automates web page form & link interaction | 2 | 工具 + perl-WWW-RobotRules | perl-WWW-RobotRules | This module parses /robots.txt files as specified in "A Standard forRobot Exclusion", at <http://www.robotstxt.org/wc/norobots.html>Webmasters can use the /robots.txt file to forbid conforming robots fromaccessing parts of their web site.The parsed files are kept in a WWW::RobotRules object, and this objectprovides methods to check if access to a given URL is prohibited. Thesame WWW::RobotRules object can be used for one or more parsed/robots.txt files on any number of hosts. | Database of robots.txt-derived permissions | 2 | 库 + perl-XML-Catalog | perl-XML-Catalog | This module implements draft 0.4 of John Cowan's XML Catalog (formerlyknown as XCatalog) see(<https://www.oasis-open.org/committees/entity/specs/cs-entity-xml-catalogs-1.0.html>)Catalogs may be written in either SOCAT or XML syntax. XML::Catalog willassume SOCAT syntax if the catalog is not in well-formed XML syntax. | Resolve public identifiers and remap system identifiers | 2 | 库 + perl-XML-Catalog-doc | perl-XML-Catalog | Doc files for perl-XML-Catalog | Doc files for perl-XML-Catalog | 3 | 库 + perl-XML-DOM | perl-XML-DOM | This is a Perl extension to XML::Parser. It adds a new 'Style' toXML::Parser, called 'DOM', that allows XML::Parser to build an ObjectOriented data structure with a DOM Level 1 compliant interface. For adescription of the DOM (Document Object Model), see<http://www.w3.org/DOM/>. | DOM extension to XML::Parser | 2 | 库 + perl-XML-DOM-doc | perl-XML-DOM | The perl-XML-DOM-doc package contains documentation files for perl-XML-DOM. | Documentation files for perl-XML-DOM | 2 | 库 + perl-XML-LibXML | perl-XML-LibXML | This module implements a Perl interface to the GNOME libxml2 librarywhich provides interfaces for parsing and manipulating XML files. Thismodule allows Perl programmers to make use of the highly capablevalidating XML parser and the high performance DOM implementation. | Perl interface to the libxml2 library | 2 | 库 + perl-XML-LibXML-doc | perl-XML-LibXML | The perl-XML-LibXML-doc package contains documentation files for perl-XML-LibXML. | Documentation files for perl-XML-LibXML | 3 | 库 + perl-XML-LibXML-Simple | perl-XML-LibXML-Simple | This Perl module reads XML from strings or files. It is a blunt rewriteof XML::Simple (by Grant McLean) to use the XML::LibXML parser for XMLstructures, where the original uses plain Perl or SAX parsers. | Read XML strings or files | 3 | 库 + perl-XML-LibXML-tests | perl-XML-LibXML | Tests from perl-XML-LibXML. Execute themwith "/usr/libexec/perl-XML-LibXML/test". | Tests for perl-XML-LibXML | 2 | 库 + perl-XML-LibXSLT | perl-XML-LibXSLT | This module is a fast XSLT library, based on the Gnome libxslt enginethat you can find at http://www.xmlsoft.org/XSLT/ | Perl module for interfacing to GNOME's libxslt | 2 | 库 + perl-XML-NamespaceSupport | perl-XML-NamespaceSupport | This module offers a simple to process name-spaced XML names (unames) fromwithin any application that may need them. It also helps maintain a prefixto name space URI map, and provides a number of basic checks. | A simple generic name space support class | 2 | 库 + perl-XML-Parser | perl-XML-Parser | The perl-XML-Parser module is a Perl interface to James Clark’s XML parser, expat. It providesa Perl interface to the Expat XML parsing library. The module provides a simple way to parseXML documents. It is built on top of the XML::Parser module that implements an interface to expat.The XML::Parser module provides a way to parse XML documents using an event-driven model.The parser is implemented as a Perl wrapper around expat, which is written in C. The moduleprovides a simple way to parse XML documents and extract information from them . | A perl module for parsing XML documents | 2 | 库 + perl-XML-RegExp | perl-XML-RegExp | This package contains an utility module containing regular expressionsfor the following XML tokens: BaseChar, Ideographic, Letter, Digit,Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference,Name, NmToken, and AttValue. | Regular expressions for XML tokens | 2 | 库 + perl-XML-RegExp-doc | perl-XML-RegExp | The perl-XML-RegExp-doc package contains documentation files for perl-XML-RegExp. | Documentation files for perl-XML-RegExp | 3 | 库 + perl-XML-SAX | perl-XML-SAX | XML::SAX consists of several framework classes for using and buildingPerl SAX2 XML parsers, filters, and drivers. It is designed around theneed to be able to "plug in" different SAX parsers to an applicationwithout requiring programmer intervention. Those of you familiar withthe DBI will be right at home. Some of the designs come from the JavaJAXP specification (SAX part), only without the javaness. | SAX parser access API for Perl | 2 | 库 + perl-XML-SAX-Base | perl-XML-SAX-Base | This module has a very simple task - to be a base class for Perl SAX driversand filters. Its default behavior is to pass the input directly to theoutput unchanged. It can be useful to use this module as a base class soyou don't have to, for example, implement the characters() callback. | Base class SAX drivers and filters | 2 | 库 + perl-XML-TokeParser | perl-XML-TokeParser | XML::TokeParser provides a procedural ("pull mode") interface toXML::Parser in much the same way that Gisle Aas' HTML::TokeParser providesa procedural interface to HTML::Parser. XML::TokeParser splits its XMLinput up into "tokens," each corresponding to an XML::Parser event. | Simplified interface to XML::Parser | 2 | 库 + perl-XML-TokeParser-doc | perl-XML-TokeParser | Doc files for perl-XML-TokeParser | Doc files for perl-XML-TokeParser | 2 | 库 + perl-XML-Twig | perl-XML-Twig | This module provides a way to process XML documents. It is build ontop of XML::Parser. XML::Twig offers a tree interface to thedocument, while allowing you to output the parts of it that have beencompletely processed. It allows minimal resource (CPU and memory)usage by building the tree only for the parts of the documents thatneed actual processing, through the use of the twig_roots andtwig_print_outside_roots options. | Perl module for processing huge XML documents in tree mode | 2 | 库 + perl-XML-Twig-doc | perl-XML-Twig | The perl-XML-Twig-doc package contains documentation files for perl-XML-Twig. | Documentation files for perl-XML-Twig | 2 | 库 + perl-XML-Writer | perl-XML-Writer | XML::Writer is a simple Perl module for writing XML documents: ittakes care of constructing markup and escaping data correctly, and bydefault, it also performs a significant amount of well-formednesschecking on the output, to make certain (for example) that start andend tags match, that there is exactly one document element, and thatthere are not duplicate attribute names. | A simple Perl module for writing XML documents | 2 | 库 + perl-XML-XPath | perl-XML-XPath | This module aims to comply exactly to the XPath specification athttp://www.w3.org/TR/xpath and yet allow extensions to be added in theform of functions. Modules such as XSLT and XPointer may need to dothis as they support functionality beyond XPath. | XPath parser and evaluator for Perl | 2 | 库 + perl-XML-XPathEngine | perl-XML-XPathEngine | This module provides an XPath engine, that can be re-used by othermodule/classes that implement trees. | Re-usable XPath engine for DOM-like trees | 2 | 库 + perl-XML-XPathEngine-doc | perl-XML-XPathEngine | The perl-XML-XPathEngine-doc package contains documentation files for perl-XML-XPathEngine. | Documentation files for perl-XML-XPathEngine | 2 | 库 + perl-XS-Parse-Keyword | perl-XS-Parse-Keyword | This module provides some XS functions to assist in writing syntax modulesthat provide new perl-visible syntax, primarily for authors of keyword pluginsusing the PL_keyword_plugin hook mechanism. | XS functions to assist in parsing keyword syntax | 2 | 库 + perl-XS-Parse-Keyword-Builder | perl-XS-Parse-Keyword | This module provides a build-time helper to assist authors writing XS modulesthat use XS::Parse::Keyword. It prepares a Module::Build-using distribution tobe able to make use of XS::Parse::Keyword. | Build-time support for XS::Parse::Keyword | 2 | 库 + perl-XS-Parse-Keyword-doc | perl-XS-Parse-Keyword | The perl-XS-Parse-Keyword-doc package contains documentation files for perl-XS-Parse-Keyword. | Documentation files for perl-XS-Parse-Keyword | 2 | 库 + perl-XS-Parse-Keyword-tests | perl-XS-Parse-Keyword | Tests from perl-XS-Parse-Keyword. Execute themwith "/usr/libexec/perl-XS-Parse-Keyword/test". | Tests for perl-XS-Parse-Keyword | 2 | 库 + perl-XS-Parse-Sublike | perl-XS-Parse-Sublike | This module provides some XS functions to assist in writing parsers forsub-like syntax, primarily for authors of keyword plugins using thePL_keyword_plugin hook mechanism. | XS functions to assist in parsing sub-like syntax | 2 | 库 + perl-XS-Parse-Sublike-Builder | perl-XS-Parse-Sublike | This module provides a build-time helper to assist authors writing XS modulesthat use XS::Parse::Sublike. It prepares a Module::Build-using distribution tobe able to make use of XS::Parse::Sublike. | Build-time support for XS::Parse::Sublike | 2 | 库 + perl-XS-Parse-Sublike-doc | perl-XS-Parse-Sublike | The perl-XS-Parse-Sublike-doc package contains documentation files for perl-XS-Parse-Sublike. | Documentation files for perl-XS-Parse-Sublike | 2 | 库 + perl-XS-Parse-Sublike-tests | perl-XS-Parse-Sublike | Tests from perl-XS-Parse-Sublike. Execute themwith "/usr/libexec/perl-XS-Parse-Sublike/test". | Tests for perl-XS-Parse-Sublike | 2 | 库 + perl-XString | perl-XString | XString provides the B string helpers in one isolated package. Right now onlycstring and perlstring are available. | Isolated String helpers from B | 2 | 工具 + perl-XXX | perl-XXX | XXX.pm exports a function called XXX that you can put just aboutanywhere in your Perl code to make it die with a YAML dump of thearguments to its right.The charm of XXX-debugging is that it is easy to type and rarelyrequires parens and stands out visually so that you remember to removeit.XXX.pm also exports WWW, YYY and ZZZ which do similar debugging things.To use Data::Dumper instead of YAML: use XXX -dumper; | See Your Data in the Nude | 2 | 库 + perl-XXX-doc | perl-XXX | The perl-XXX-doc package contains documentation files for perl-XXX. | Documentation files for perl-XXX | 2 | 库 + perl-XXX-tests | perl-XXX | Tests from perl-XXX. Execute themwith "/usr/libexec/perl-XXX/test". | Tests for perl-XXX | 2 | 库 + perl-YAML | perl-YAML | The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0specification (http://www.yaml.org/spec/). YAML is a generic data serializationlanguage that is optimized for human readability. It can be used to express thedata structures of most modern programming languages, including Perl. Forinformation on the YAML syntax, please refer to the YAML specification. | YAML Ain't Markup Language (tm) | 2 | 库 + perl-YAML-doc | perl-YAML | The documentation package contains documentations for perl-YAML. | Documentation for perl-YAML | 2 | 库 + perl-YAML-LibYAML | perl-YAML-LibYAML | Kirill Siminov's "libyaml" is arguably the best YAML implementation. The Clibrary is written precisely to the YAML 1.1 specification. It was originallybound to Python and was later bound to Ruby. | Perl YAML Serialization using XS and libyaml | 2 | 库 + perl-YAML-PP | perl-YAML-PP | YAML::PP is a modern, modular YAML processor.It aims to support YAML 1.2 and YAML 1.1. See http://yaml.org/. | YAML 1.2 processor | 2 | 库 + perl-YAML-PP-doc | perl-YAML-PP | The perl-YAML-PP-doc package contains documentation files for perl-YAML-PP. | Documentation files for perl-YAML-PP | 2 | 库 + perl-YAML-PP-tests | perl-YAML-PP | Tests from perl-YAML-PP. Execute themwith "/usr/libexec/perl-YAML-PP/test". | Tests for perl-YAML-PP | 2 | 库 + perl-YAML-Syck | perl-YAML-Syck | This module provides a Perl interface to the libsyck data serializationlibrary. It exports the Dump and Load functions for converting Perl datastructures to YAML strings, and the other way around. | Fast, lightweight YAML loader and dumper | 2 | 库 + perl-YAML-Syck-doc | perl-YAML-Syck | The perl-YAML-Syck-doc package contains documentation files for perl-YAML-Syck. | Documentation files for perl-YAML-Syck | 2 | 库 + perl-YAML-Tiny | perl-YAML-Tiny | YAML::Tiny is a Perl class for reading and writing YAML-style files,written with as little code as possible, reducing load time andmemory overhead. | Read/Write YAML files with as little code as possible | 2 | 库 + pesign | pesign | This package contains the pesign utility for signing UEFI binaries aswell as other associated tools. | Signing utility for UEFI binaries | 3 | 工具 + pesign-doc | pesign | The pesign-doc package contains documentation files for pesign. | Documentation files for pesign | 3 | 库 + php | php | PHP is an HTML-embedded scripting language. PHP attempts to make iteasy for developers to write dynamically generated web pages. PHP alsooffers built-in database integration for several commercial andnon-commercial database management systems, so writing adatabase-enabled webpage with PHP is fairly simple. The most commonuse of PHP coding is probably as a replacement for CGI scripts. | PHP scripting language for creating dynamic web sites | 3 | 库 + php-bcmath | php | The php-bcmath package contains a dynamic shared object that will addsupport for using the bcmath library to PHP. | A module for PHP applications for using the bcmath library | 3 | 库 + php-cli | php | The php-cli package contains the command-line interfaceexecuting PHP scripts, /usr/bin/php, and the CGI interface. | Command-line interface for PHP | 3 | 库 + php-common | php | The php-common package contains files used by both the phppackage and the php-cli package. | Common files for PHP | 3 | 库 + php-dba | php | The php-dba package contains a dynamic shared object that will addsupport for using the DBA database abstraction layer to PHP. | A database abstraction layer module for PHP applications | 3 | 库 + php-dbg | php | The php-dbg package contains the interactive PHP debugger. | The interactive PHP debugger | 3 | 库 + php-devel | php | The php-devel package contains the files needed for building PHPextensions. If you need to compile your own PHP extensions, you willneed to install this package. | Files needed for building PHP extensions | 3 | 库 + php-embedded | php | The php-embedded package contains a library which can be embeddedinto applications to provide PHP scripting language support. | PHP library for embedding in applications | 3 | 库 + php-enchant | php | The php-enchant package contains a dynamic shared object that will addsupport for using the enchant library to PHP. | Enchant spelling extension for PHP applications | 3 | 库 + php-ffi | php | FFI is one of the features that made Python and LuaJIT very useful for fastprototyping. It allows calling C functions and using C data types from purescripting language and therefore develop “system code” more productively.For PHP, FFI opens a way to write PHP extensions and bindings to C librariesin pure PHP. | Foreign Function Interface | 3 | 库 + php-fpm | php | PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGIimplementation with some additional features useful for sites ofany size, especially busier sites. | PHP FastCGI Process Manager | 3 | 库 + php-gd | php | The php-gd package contains a dynamic shared object that will addsupport for using the gd graphics library to PHP. | A module for PHP applications for using the gd graphics library | 3 | 库 + php-gmp | php | These functions allow you to work with arbitrary-length integersusing the GNU MP library. | A module for PHP applications for using the GNU MP library | 3 | 库 + php-intl | php | The php-intl package contains a dynamic shared object that will addsupport for using the ICU library to PHP. | Internationalization extension for PHP applications | 3 | 库 + php-ldap | php | The php-ldap adds Lightweight Directory Access Protocol (LDAP)support to PHP. LDAP is a set of protocols for accessing directoryservices over the Internet. PHP is an HTML-embedded scriptinglanguage. | A module for PHP applications that use LDAP | 3 | 库 + php-libguestfs | libguestfs | php-libguestfs contains PHP bindings for libguestfs. | PHP bindings for libguestfs | 3 | 库 + php-mbstring | php | The php-mbstring package contains a dynamic shared object that will addsupport for multi-byte string handling to PHP. | A module for PHP applications which need multi-byte string handling | 3 | 库 + php-mysqlnd | php | The php-mysqlnd package contains a dynamic shared object that will addMySQL database support to PHP. MySQL is an object-relational databasemanagement system. PHP is an HTML-embeddable scripting language. Ifyou need MySQL support for PHP applications, you will need to installthis package and the php package.This package use the MySQL Native Driver | A module for PHP applications that use MySQL databases | 3 | 库 + php-odbc | php | The php-odbc package contains a dynamic shared object that will adddatabase support through ODBC to PHP. ODBC is an open specificationwhich provides a consistent API for developers to use for accessingdata sources (which are often, but not always, databases). PHP is anHTML-embeddable scripting language. If you need ODBC support for PHPapplications, you will need to install this package and the phppackage. | A module for PHP applications that use ODBC databases | 3 | 库 + php-opcache | php | The Zend OPcache provides faster PHP execution through opcode caching andoptimization. It improves PHP performance by storing precompiled scriptbytecode in the shared memory. This eliminates the stages of reading code fromthe disk and compiling it on future access. In addition, it applies a fewbytecode optimization patterns that make code execution faster. | The Zend OPcache | 3 | 库 + php-pdo | php | The php-pdo package contains a dynamic shared object that will adda database access abstraction layer to PHP. This module providesa common interface for accessing MySQL, PostgreSQL or otherdatabases. | A database access abstraction module for PHP applications | 3 | 库 + php-pgsql | php | The php-pgsql package add PostgreSQL database support to PHP.PostgreSQL is an object-relational database managementsystem that supports almost all SQL constructs. PHP is anHTML-embedded scripting language. If you need back-end support forPostgreSQL, you should install this package in addition to the mainphp package. | A PostgreSQL database module for PHP | 3 | 库 + php-process | php | The php-process package contains dynamic shared objects which addsupport to PHP using system interfaces for inter-processcommunication. | Modules for PHP script using system process interfaces | 3 | 库 + php-snmp | php | The php-snmp package contains a dynamic shared object that will addsupport for querying SNMP devices to PHP. PHP is an HTML-embeddablescripting language. If you need SNMP support for PHP applications, youwill need to install this package and the php package. | A module for PHP applications that query SNMP-managed devices | 3 | 库 + php-soap | php | The php-soap package contains a dynamic shared object that will addsupport to PHP for using the SOAP web services protocol. | A module for PHP applications that use the SOAP protocol | 3 | 库 + php-xml | php | The php-xml package contains dynamic shared objects which add supportto PHP for manipulating XML documents using the DOM tree,and performing XSL transformations on XML documents. | A module for PHP applications which use XML | 3 | 库 + php-zip | php | The php-zip package provides an extension that will addsupport for ZIP archive management to PHP. | ZIP archive management extension for PHP | 3 | 库 + pigz | pigz | pigz, which stands for parallel implementation of gzip,is a fully functional replacement for gzip that exploitsmultiple processors and multiple cores to the hilt whencompressing data. | Parallel implementation of gzip | 3 | 工具 + pinentry | pinentry | pinentry is a small collection of dialog programs that allow GnuPG to read passphrasesand PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkitsas well as for the text terminal (Curses).This package contains the curses (text) based version of the PIN entry dialog. | Collection of simple PIN or passphrase entry dialogs | 3 | 工具 + pinentry-emacs | pinentry | pinentry is a small collection of dialog programs that allow GnuPG to read passphrasesand PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkitsas well as for the text terminal (Curses).This package contains the emacs based version of the PIN entry dialog. | Passphrase/PIN entry dialog based on emacs | 3 | 工具 + pinentry-gnome3 | pinentry | pinentry is a small collection of dialog programs that allow GnuPG to read passphrasesand PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkitsas well as for the text terminal (Curses).This package contains the GNOME 3 version of the PIN entry dialog. | Passphrase/PIN entry dialog for GNOME 3 | 3 | 工具 + pinentry-gtk | pinentry | pinentry is a small collection of dialog programs that allow GnuPG to read passphrasesand PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkitsas well as for the text terminal (Curses).This package contains the GTK GUI based version of the PIN entry dialog. | Passphrase/PIN entry dialog based on GTK+ | 3 | 工具 + pinentry-qt | pinentry | pinentry is a small collection of dialog programs that allow GnuPG to read passphrasesand PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkitsas well as for the text terminal (Curses).This package contains the Qt4 GUI based version of the PIN entry dialog. | Passphrase/PIN entry dialog based on Qt5 | 3 | 工具 + pinentry-tty | pinentry | pinentry is a small collection of dialog programs that allow GnuPG to read passphrasesand PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkitsas well as for the text terminal (Curses).This package contains the tty version of the PIN entry dialog. | Passphrase/PIN entry dialog in tty | 3 | 工具 + pipewire | pipewire | PipeWire is a multimedia server for Linux and other Unix like operating systems. | Media Sharing Server | 3 | 服务 + pipewire-alsa | pipewire | This package contains an ALSA plugin for the PipeWire media server. | PipeWire media server ALSA support | 3 | 服务 + pipewire-devel | pipewire | Headers and libraries for developing applications that can communicate with aPipeWire media server. | Headers and libraries for PipeWire client development | 3 | 服务 + pipewire-doc | pipewire | This package contains documentation for the PipeWire media server. | PipeWire media server documentation | 3 | 服务 + pipewire-gstreamer | pipewire | This package contains GStreamer elements to interface with a PipeWire media server. | GStreamer elements for PipeWire | 3 | 服务 + pipewire-libs | pipewire | This package contains the runtime libraries for any application that wishes tointerface with a PipeWire media server. | Libraries for PipeWire clients | 3 | 服务 + pipewire-utils | pipewire | This package contains command line utilities for the PipeWire media server. | PipeWire media server utilities | 3 | 服务 + pipewire-v4l2 | pipewire | This package contains an LD_PRELOAD library that redirects v4l2 applications toPipeWire. | PipeWire media server v4l2 LD_PRELOAD support | 3 | 服务 + pixman | pixman | Pixman is a pixel manipulation library for X and Cairo. | Pixel manipulation library | 3 | 库 + pixman-devel | pixman | Development library for pixman. | Pixel manipulation library development package | 3 | 库 + pkgconf | pkgconf | pkgconf is a program which helps to configure compiler and linker flags for development libraries.It is similar to pkg-config from freedesktop.org.libpkgconf is a library which provides access to most of pkgconf's functionality, to allowother tooling such as compilers and IDEs to discover and use libraries configured by pkgconf'. | Package compiler and linker metadata toolkit | 1 | 工具 + pkgconf-m4 | pkgconf | This packages is a collection of autoconf macros which help to configure compiler andlinker flags for development libraries. This allows build systems to detect otherdependencies and use them with the system toolchain | m4 macros for pkgconf | 1 | 工具 + pkgconf-pkg-config | pkgconf | This package provides the shim links for pkgconf to be automaticallyused in place of pkgconfig. This ensures that pkgconf is used asthe system provider of pkg-config. | pkgconf shim to provide /usr/bin/pkg-config | 1 | 工具 + plexus-archiver | plexus-archiver | The Plexus project seeks to create end-to-end developer tools forwriting applications. At the core is the container, which can beembedded or for a full scale application server. There are manyreusable components for hibernate, form processing, jndi, i18n,velocity, etc. Plexus also includes an application server whichis like a J2EE application server, without all the baggage. | Plexus Archiver Component | 3 | 库 + plexus-archiver-javadoc | plexus-archiver | Javadoc for plexus-archiver. | Javadoc for plexus-archiver | 3 | 库 + plexus-build-api | plexus-build-api | Plexus Build API | Plexus Build API | 3 | 库 + plexus-build-api-javadoc | plexus-build-api | API documentation for plexus-build-api. | Javadoc for plexus-build-api | 3 | 库 + plexus-cipher | plexus-cipher | Plexus Cipher: encryption/decryption Component | Plexus Cipher: encryption/decryption Component | 3 | 库 + plexus-cipher-javadoc | plexus-cipher | API documentation for plexus-cipher. | API documentation for plexus-cipher | 3 | 库 + plexus-classworlds | plexus-classworlds | Classworlds is a framework for container developerswho require complex manipulation of Java's ClassLoaders.Java's native ClassLoader mechanisms and classes can causemuch headache and confusion for certain types ofapplication developers. Projects which involve dynamicloading of components or otherwise represent a 'container'can benefit from the classloading control provided byclassworlds. | Plexus Classworlds Classloader Framework | 3 | 库 + plexus-classworlds-javadoc | plexus-classworlds | API documentation for plexus-classworlds. | API documentation for plexus-classworlds | 3 | 库 + plexus-compiler | plexus-compiler | Plexus Compiler adds support for using various compilers from aunified api. Support for javac is available in main package. Foradditional compilers see plexus-compiler-extras package. | Compiler call initiators for Plexus | 3 | 库 + plexus-compiler-extras | plexus-compiler | Additional support for csharp, eclipse and jikes compilers | Extra compiler support for plexus-compiler | 3 | 库 + plexus-compiler-javadoc | plexus-compiler | API documentation for plexus-compiler. | Javadoc for plexus-compiler | 3 | 库 + plexus-compiler-pom | plexus-compiler | This package provides Maven POM files for plexus-compiler. | Maven POM files for plexus-compiler | 3 | 库 + plexus-components-pom | plexus-components-pom | This package provides Plexus Components parent POM used by differentPlexus packages. | Plexus Components POM | 3 | 库 + plexus-containers | plexus-containers | The Plexus project seeks to create end-to-end developer tools forwriting applications. At the core is the container, which can beembedded or for a full scale application server. There are manyreusable components for hibernate, form processing, jndi, i18n,velocity, etc. Plexus also includes an application server whichis like a J2EE application server, without all the baggage. | Containers for Plexus | 3 | 库 + plexus-containers-component-annotations | plexus-containers | Component API from plexus-containers. | Component API from plexus-containers | 3 | 库 + plexus-containers-component-metadata | plexus-containers | Component metadata from plexus-containers. | Component metadata from plexus-containers | 3 | 库 + plexus-containers-container-default | plexus-containers | Default Container from plexus-containers. | Default Container from plexus-containers | 3 | 库 + plexus-containers-javadoc | plexus-containers | API documentation for plexus-containers. | API documentation for plexus-containers | 3 | 库 + plexus-interpolation | plexus-interpolation | Plexus interpolator is the outgrowth of multiple iterations of developmentfocused on providing a more modular, flexible interpolation framework forthe expression language style commonly seen in Maven, Plexus, and otherrelated projects. | Plexus Interpolation API | 3 | 库 + plexus-interpolation-javadoc | plexus-interpolation | API documentation for plexus-interpolation. | API documentation for plexus-interpolation | 3 | 库 + plexus-io | plexus-io | Plexus IO is a set of plexus components, which are designed for usein I/O operations. | Plexus IO Components | 3 | 库 + plexus-io-javadoc | plexus-io | API documentation for plexus-io. | Javadoc for plexus-io | 3 | 库 + plexus-languages | plexus-languages | Plexus Languages is a set of Plexus components that maintain sharedlanguage features. | Plexus Languages | 3 | 库 + plexus-languages-javadoc | plexus-languages | API documentation for plexus-languages. | API documentation for plexus-languages | 3 | 库 + plexus-pom | plexus-pom | The Plexus project provides a full software stack for creating andexecuting software projects. This package provides parent POM forPlexus packages. | Root Plexus Projects POM | 3 | 库 + plexus-resources | plexus-resources | The Plexus project seeks to create end-to-end developer tools forwriting applications. At the core is the container, which can beembedded or for a full scale application server. There are manyreusable components for hibernate, form processing, jndi, i18n,velocity, etc. Plexus also includes an application server whichis like a J2EE application server, without all the baggage. | Plexus Resource Manager | 3 | 库 + plexus-resources-javadoc | plexus-resources | API documentation for plexus-resources. | Javadoc for plexus-resources | 3 | 库 + plexus-sec-dispatcher | plexus-sec-dispatcher | Plexus Security Dispatcher Component | Plexus Security Dispatcher Component | 3 | 库 + plexus-sec-dispatcher-javadoc | plexus-sec-dispatcher | API documentation for plexus-sec-dispatcher. | API documentation for plexus-sec-dispatcher | 3 | 库 + plexus-utils | plexus-utils | The Plexus project seeks to create end-to-end developer tools forwriting applications. At the core is the container, which can beembedded or for a full scale application server. There are manyreusable components for hibernate, form processing, jndi, i18n,velocity, etc. Plexus also includes an application server whichis like a J2EE application server, without all the baggage. | Plexus Common Utilities | 3 | 库 + plexus-utils-javadoc | plexus-utils | API documentation for plexus-utils. | API documentation for plexus-utils | 3 | 库 + plotutils | plotutils | The GNU plotutils package contains software for both programmers andtechnical users. Its centerpiece is libplot, a powerful C/C++ functionlibrary for exporting 2-D vector graphics in many file formats, bothvector and raster. It can also do vector graphics animations. Besideslibplot, the package contains command-line programs for plottingscientific data. Many of them use libplot to export graphics | GNU vector and raster graphics utilities and libraries | 3 | 工具 + plotutils-devel | plotutils | This package contains the header files needed for developing plotutilsapplications | Headers for developing programs that will use plotutils | 1 | 工具 + plymouth | plymouth | Plymouth provides an attractive graphical boot animation inplace of the text messages that normally get shown. Textmessages are instead redirected to a log file for viewingafter boot. | Graphical Boot Animation and Logger | 2 | 服务 + plymouth-core-libs | plymouth | This package contains the core libraries used by Plymouth. | Plymouth core libraries | 2 | 服务 + plymouth-devel | plymouth | This package contains the libraries and headers needed to develop3rd party splash plugins for Plymouth. | Libraries and headers for writing Plymouth splash plugins | 2 | 服务 + plymouth-graphics-libs | plymouth | This package contains the libraries used by graphical Plymouth splashes. | Plymouth graphics libraries | 2 | 服务 + plymouth-plugin-fade-throbber | plymouth | This package contains the "Fade-In" boot splash plugin forPlymouth. It features a centered image that fades in and outwhile other images pulsate around during system boot up. | Plymouth "Fade-Throbber" plugin | 2 | 服务 + plymouth-plugin-label | plymouth | This package contains the label control plugin for Plymouth.It provides the ability to render text on graphical boot splashes. | Plymouth label plugin | 2 | 服务 + plymouth-plugin-script | plymouth | This package contains the "script" boot splash plugin forPlymouth. It features an extensible boot splash language thatallows writing new plugins as scripts, simplifying the processof designing custom boot splash themes. | Plymouth "script" plugin | 2 | 服务 + plymouth-plugin-space-flares | plymouth | This package contains the "space-flares" boot splash plugin forPlymouth. It features a corner image with animated flares. | Plymouth "space-flares" plugin | 2 | 服务 + plymouth-plugin-two-step | plymouth | This package contains the "two-step" boot splash plugin forPlymouth. It features a two phased boot process that starts witha progressing animation synced to boot time and finishes with ashort, fast one-shot animation. | Plymouth "two-step" plugin | 2 | 服务 + plymouth-scripts | plymouth | This package contains scripts that help integrate Plymouth withthe system. | Plymouth related scripts | 2 | 服务 + plymouth-system-theme | plymouth | This meta-package tracks the current distribution default theme. | Plymouth default theme | 2 | 服务 + plymouth-theme-fade-in | plymouth | This package contains the "Fade-In" boot splash theme forPlymouth. It features a centered logo that fades in and outwhile stars twinkle around the logo during system boot up. | Plymouth "Fade-In" theme | 2 | 服务 + plymouth-theme-glow | plymouth | This package contains the "glow" boot splash theme forPlymouth. It features the shadowy hull of a Anolis logo glow up andand finally burst into full form. | Plymouth "Glow" plugin | 2 | 服务 + plymouth-theme-script | plymouth | This package contains the "script" boot splash theme forPlymouth. It it is a simple example theme the uses the "script"plugin. | Plymouth "Script" plugin | 2 | 服务 + plymouth-theme-solar | plymouth | This package contains the "Solar" boot splash theme forPlymouth. It features a blue flamed sun with animated solar flares. | Plymouth "Solar" theme | 2 | 服务 + plymouth-theme-spinfinity | plymouth | This package contains the "Spinfinity" boot splash theme forPlymouth. It features a centered logo and animated spinner thatspins in the shape of an infinity sign. | Plymouth "Spinfinity" theme | 2 | 服务 + plymouth-theme-spinner | plymouth | This package contains the "spinner" boot splash theme forPlymouth. It features a small spinner on a dark background. | Plymouth "Spinner" theme | 2 | 服务 + pmix | pmix | The Process Management Interface (PMI) has been used for quite some time asa means of exchanging wireup information needed for interprocesscommunication. Two versions (PMI-1 and PMI-2) have been released as part ofthe MPICH effort. While PMI-2 demonstrates better scaling properties than itsPMI-1 predecessor, attaining rapid launch and wireup of the roughly 1Mprocesses executing across 100k nodes expected for exascale operations remainschallenging.PMI Exascale (PMIx) represents an attempt to resolve these questions byproviding an extended version of the PMI standard specifically designed tosupport clusters up to and including exascale sizes. The overall objective ofthe project is not to branch the existing pseudo-standard definitions - infact, PMIx fully supports both of the existing PMI-1 and PMI-2 APIs - butrather to (a) augment and extend those APIs to eliminate some currentrestrictions that impact scalability, and (b) provide a referenceimplementation of the PMI-server that demonstrates the desired level ofscalability. | Process Management Interface Exascale (PMIx) | 3 | 库 + pmix-devel | pmix | The pmix-devel package contains libraries and header files fordeveloping applications that use pmix. | Development files for pmix | 3 | 库 + pmix-tools | pmix | The pmix-tools package contains for use with PMIx-based RMs and language-based starters (e.g., mpirun).* pinfo - show MCA params, build info, etc.* pps - get list of active nspaces, retrieve status of jobs/nodes/procs* pevent - inject an event into the system | Tools for pmix | 3 | 工具 + pngcrush | pngcrush | pngcrush is a commandline optimizer for PNG (Portable Network Graphics) files.Its main purpose is to reduce the size of the PNG IDAT datastream by tryingvarious compression levels and PNG filter methods. It also can be used toremove unwanted ancillary chunks, or to add certain chunks including gAMA,tRNS, iCCP, and textual chunks. | Optimizer for PNG (Portable Network Graphics) files | 3 | 工具 + po4a | po4a | The po4a (po for anything) project goal is to ease translations (andmore interestingly, the maintenance of translations) using gettexttools on areas where they were not expected like documentation. | A tool maintaining translations anywhere | 3 | 工具 + po4a-doc | po4a | The po4a-doc package contains documentation files for po4a. | Documentation files for po4a | 3 | 库 + polardb | polardb | PolarDB for PostgreSQL (PolarDB for short) is an open-source database system based on PostgreSQL. | An open-source database system based on PostgreSQL. | 3 | 服务 + policycoreutils | policycoreutils | Security-enhanced Linux is a feature of the Linux® kernel and a numberof utilities with enhanced security functionality designed to addmandatory access controls to Linux. The Security-enhanced Linuxkernel contains new architectural components originally developed toimprove the security of the Flask operating system. Thesearchitectural components provide general support for the enforcementof many kinds of mandatory access control policies, including thosebased on the concepts of Type Enforcement®, Role-based AccessControl, and Multi-level Security.policycoreutils contains the policy core utilities that are requiredfor basic operation of a SELinux system. These utilities includeload_policy to load policies, setfiles to label filesystems, newroleto switch roles. | SELinux policy core utilities | 2 | 工具 + policycoreutils-dbus | policycoreutils | The policycoreutils-dbus package contains the management DBUS API use to managean SELinux environment. | SELinux policy core DBUS api | 2 | 工具 + policycoreutils-devel | policycoreutils | The policycoreutils-devel package contains the management tools use to develop policy in an SELinux environment. | SELinux policy core policy devel utilities | 2 | 工具 + policycoreutils-gui | policycoreutils | system-config-selinux is a utility for managing the SELinux environment | SELinux configuration GUI | 2 | 工具 + policycoreutils-newrole | policycoreutils | RBAC/MLS policy machines require newrole as a way of changing the roleor level of a logged in user. | The newrole application for RBAC/MLS | 2 | 工具 + policycoreutils-python-utils | policycoreutils | The policycoreutils-python-utils package contains the management tools use to managean SELinux environment. | SELinux policy core python utilities | 2 | 工具 + policycoreutils-restorecond | policycoreutils | The policycoreutils-restorecond package contains the restorecond service. | SELinux restorecond utilities | 2 | 工具 + policycoreutils-sandbox | policycoreutils | The policycoreutils-sandbox package contains the scripts to create graphicalsandboxes | SELinux sandbox utilities | 2 | 工具 + polkit | polkit | polkit is a toolkit for defining and handling authorizations. It isused for allowing unprivileged processes to speak to privilegedprocesses. | An authorization framework | 2 | 库 + polkit-devel | polkit | Development files for polkit. | Development files for polkit | 3 | 库 + polkit-docs | polkit | Development documentation for polkit. | Development documentation for polkit | 3 | 库 + polkit-gnome | polkit-gnome | polkit-gnome provides an authentication agent for PolicyKitthat matches the look and feel of the GNOME desktop. | PolicyKit integration for the GNOME desktop | 3 | 服务 + polkit-libs | polkit | Libraries files for polkit. | Libraries for polkit | 2 | 库 + polkit-pkla-compat | polkit-pkla-compat | A polkit JavaScript rule and associated helpers that mostly providecompatibility with the .pkla file format supported in polkit <= 0.105 for usersof later polkit releases. | Rules for polkit to add compatibility with pklocalauthority | 3 | 库 + poppler | poppler | poppler is a PDF rendering library. | PDF rendering library | 3 | 库 + poppler-cpp | poppler | Pure C++ wrapper for poppler. | Pure C++ wrapper for poppler | 3 | 库 + poppler-cpp-devel | poppler | Development files for C++ wrapper. | Development files for C++ wrapper | 3 | 库 + poppler-data | poppler-data | This package consists of encoding files for use with poppler. The encodingfiles are optional and poppler will automatically read them if they are present.When installed, the encoding files enables poppler to correctly render both CJKand Cyrrilic characters properly. | Encoding files for use with poppler | 3 | 库 + poppler-data-devel | poppler-data | This sub-package currently contains only pkgconfig file, which can be used withpkgconfig utility allowing your software to be build with poppler-data. | Devel files for poppler-data | 3 | 工具 + poppler-devel | poppler | You should install the poppler-devel package if you would like tocompile applications based on poppler. | Libraries and headers for poppler | 3 | 库 + poppler-glib | poppler | Glib wrapper for poppler. | Glib wrapper for poppler | 3 | 库 + poppler-glib-devel | poppler | Development files for glib wrapper. | Development files for glib wrapper | 3 | 库 + poppler-glib-doc | poppler | Documentation for glib wrapper. | Documentation for glib wrapper | 3 | 库 + poppler-qt5 | poppler | Qt5 wrapper for poppler. | Qt5 wrapper for poppler | 3 | 库 + poppler-qt5-devel | poppler | Development files for Qt5 wrapper. | Development files for Qt5 wrapper | 3 | 库 + poppler-utils | poppler | Command line tools for manipulating PDF files and converting them toother formats. | Command line utilities for converting PDF files | 3 | 库 + popt | popt | Popt is a C library for parsing command line parameters. Popt washeavily influenced by the getopt() and getopt_long() functions, butit improves on them by allowing more powerful argument expansion.Popt can parse arbitrary argv[] style arrays and automatically setvariables based on command line arguments. Popt allows command linearguments to be aliased via configuration files and includes utilityfunctions for parsing arbitrary strings into argv[] arrays usingshell-like rules.Patch1: 0001-tests-Fix-reporting-of-test-failures.patch | C library for parsing command line parameters | 2 | 库 + popt-devel | popt | The popt-devel package includes header files and libraries necessaryfor developing programs which use the popt C library. It contains theAPI documentation of the popt library, too. | Development files for the popt library | 3 | 库 + popt-static | popt | The popt-static package includes static libraries of the popt library.Install it if you need to link statically with libpopt. | Static library for parsing command line parameters | 3 | 库 + postfix | postfix | Postfix is a Mail Transport Agent (MTA). | Postfix Mail Transport Agent | 3 | 工具 + postfix-cdb | postfix | This provides support for CDB maps in Postfix. If you plan to use CDBmaps with Postfix, you need this. | Postfix CDB map support | 3 | 工具 + postfix-ldap | postfix | This provides support for LDAP maps in Postfix. If you plan to use LDAPmaps with Postfix, you need this. | Postfix LDAP map support | 3 | 工具 + postfix-pcre | postfix | This provides support for PCRE maps in Postfix. If you plan to use PCREmaps with Postfix, you need this. | Postfix PCRE map support | 3 | 工具 + postfix-perl-scripts | postfix | This package contains perl scripts pflogsumm and qshape.Pflogsumm is a log analyzer/summarizer for the Postfix MTA. It isdesigned to provide an over-view of Postfix activity. Pflogsummgenerates summaries and, in some cases, detailed reports of mailserver traffic volumes, rejected and bounced email, and serverwarnings, errors and panics.qshape prints Postfix queue domain and age distribution. | Postfix utilities written in perl | 3 | 工具 + postfix-sqlite | postfix | This provides support for SQLite maps in Postfix. If you plan to use SQLitemaps with Postfix, you need this. | Postfix SQLite map support | 3 | 工具 + postgresql | postgresql | PostgreSQL is an advanced Object-Relational database management system (DBMS).The base postgresql package contains the client programs that you'll need toaccess a PostgreSQL DBMS server, as well as HTML documentation for the wholesystem. These client programs can be located on the same machine as thePostgreSQL server, or on a remote machine that accesses a PostgreSQL serverover a network connection. The PostgreSQL server can be found in thepostgresql-server sub-package. | PostgreSQL client programs | 3 | 服务 + postgresql-contrib | postgresql | The postgresql-contrib package contains various extension modules that areincluded in the PostgreSQL distribution. | Extension modules distributed with PostgreSQL | 3 | 服务 + postgresql-docs | postgresql | The postgresql-docs package contains some additional documentation forPostgreSQL. Currently, this includes the main documentation in PDF formatand source files for the PostgreSQL tutorial. | Extra documentation for PostgreSQL | 3 | 服务 + postgresql-plperl | postgresql | The postgresql-plperl package contains the PL/Perl procedural language,which is an extension to the PostgreSQL database server.Install this if you want to write database functions in Perl. | The Perl procedural language for PostgreSQL | 3 | 服务 + postgresql-plpython3 | postgresql | The postgresql-plpython3 package contains the PL/Python3 procedural language,which is an extension to the PostgreSQL database server.Install this if you want to write database functions in Python 3. | The Python3 procedural language for PostgreSQL | 3 | 服务 + postgresql-pltcl | postgresql | The postgresql-pltcl package contains the PL/Tcl procedural language,which is an extension to the PostgreSQL database server.Install this if you want to write database functions in Tcl. | The Tcl procedural language for PostgreSQL | 3 | 服务 + postgresql-private-devel | postgresql | The postgresql-private-devel package contains the header files and librariesneeded to compile C or C++ applications which will directly interactwith a PostgreSQL database management server.You need to install this package if you want to develop applications whichwill interact with a PostgreSQL server. | PostgreSQL development header files for this build of PostgreSQL server | 3 | 服务 + postgresql-private-libs | postgresql | The postgresql-private-libs package provides the shared libraries for thisbuild of PostgreSQL server and plugins build with this version of server.For shared libraries used by client packages that need to connect to aPostgreSQL server, install libpq package instead. | The shared libraries required only for this build of PostgreSQL server | 3 | 服务 + postgresql-server | postgresql | PostgreSQL is an advanced Object-Relational database management system (DBMS).The postgresql-server package contains the programs needed to createand run a PostgreSQL server, which will in turn allow you to createand maintain PostgreSQL databases. | The programs needed to create and run a PostgreSQL server | 3 | 服务 + postgresql-server-devel | postgresql | The postgresql-server-devel package contains the header files and configurationneeded to compile PostgreSQL server extension. | PostgreSQL development header files and libraries | 3 | 服务 + postgresql-static | postgresql | Statically linked PostgreSQL libraries that do not have dynamically linkedcounterparts. | Statically linked PostgreSQL libraries | 3 | 服务 + postgresql-test | postgresql | The postgresql-test package contains files needed for various tests for thePostgreSQL database management system, including regression tests andbenchmarks. | The test suite distributed with PostgreSQL | 3 | 服务 + postgresql-test-rpm-macros | postgresql | This package is meant to be added as BuildRequires: dependency of other packagesthat want to run build-time testsuite against running PostgreSQL server. | Convenience RPM macros for build-time testing against PostgreSQL server | 3 | 服务 + postgresql-upgrade | postgresql | The postgresql-upgrade package contains the pg_upgrade utility and supportingfiles needed for upgrading a PostgreSQL database from the previous majorversion of PostgreSQL. | Support for upgrading from the previous major release of PostgreSQL | 3 | 服务 + postgresql-upgrade-devel | postgresql | The postgresql-devel package contains the header files and librariesneeded to compile C or C++ applications which are necessary in upgradeprocess. | Support for build of extensions required for upgrade process | 3 | 工具 + potrace | potrace | Potrace is a utility for tracing a bitmap, which means, transforming a bitmapinto a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMPformat), and the default output is an encapsulated PostScript file (EPS).A typical use is to create EPS files from scanned data, such as company oruniversity logos, handwritten notes, etc. The resulting image is not "jaggy"like a bitmap, but smooth. It can then be rendered at any resolution.Potrace can currently produce the following output formats: EPS, PostScript,PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM (for easyantialiasing). Additional backends might be added in the future.Mkbitmap is a program distributed with Potrace which can be used to pre-processthe input for better tracing behavior on greyscale and color images. | Transform bitmaps into vector graphics | 3 | 工具 + potrace-devel | potrace | This package contains the potrace development library and headers. | Potrace development library and headers | 3 | 库 + powertop | powertop | PowerTOP is a tool that finds the software component(s) that make yourcomputer use more power than necessary while it is idle. | Power consumption monitor | 3 | 工具 + ppp | ppp | ppp (Paul's PPP Package) is an open source package which implementsthe Point-to-Point Protocol (PPP) on Linux and Solaris systems. | The Point-to-Point Protocol daemon | 3 | 服务 + ppp-devel | ppp | This package provides the header files for building plugins for ppp. | Headers for ppp plugin development | 3 | 库 + ppp-doc | ppp | The ppp-doc package contains documentation files for ppp. | Documentation files for ppp | 3 | 库 + pprof | gperftools | Pprof is a heap and CPU profiler tool, part of the gperftools suite. | CPU and Heap Profiler tool | 3 | 工具 + pps-tools | pps-tools | This package includes the LinuxPPS user-space tools. | LinuxPPS user-space tools | 3 | 工具 + pps-tools-devel | pps-tools | This package includes the header needed to compile PPSAPI (RFC-2783)applications. | LinuxPPS PPSAPI header file | 3 | 库 + pre-commit | pre-commit | A framework for managing and maintaining multi-language pre-commit hooks. | Framework for managing and maintaining multi-language pre-commit hooks | 3 | 服务 + pre-commit-doc | pre-commit | Documentation files for pre-commit. | Documentation files for pre-commit | 3 | 库 + prefixdevname | prefixdevname | This package provides udev helper utility that tries to consistently name all ethernet NICs usinguser defined prefix (e.g. net.ifnames.prefix=net produces NIC names net0, net1, ...). Utility iscalled from udev rule and it determines NIC name and writes out configuration file for udev'snet_setup_link built-in (e.g. /etc/systemd/network/71-net-ifnames-prefix-net0.link). | Udev helper utility that provides network interface naming using user defined prefix | 2 | 工具 + procmail | procmail | Procmail can be used to create mail-servers, mailing lists, sort yourincoming mail into separate folders/files (real convenient when subscribingto one or more mailing lists or for prioritising your mail), preprocessyour mail, start any programs upon mail arrival (e.g. to generate differentchimes on your workstation for different types of mail) or selectivelyforward certain incoming mail automatically to someone. | Mail processing program | 3 | 工具 + procps-ng | procps-ng | procps is a set of command line and full-screen utilities that provideinformation out of the pseudo-filesystem most commonly located at /proc.This filesystem provides a simple interface to the kernel data structures.The programs of procps generally concentrate on the structures that describethe processess running on the system.The following programs are found in procps:- free - Report the amount of free and used memory in the system- kill - Send a signal to a process based on PID- pgrep - List processes based on name or other attributes- pkill - Send a signal to a process based on name or other attributes- pmap - Report memory map of a process- ps - Report information of processes- pwdx - Report current directory of a process- skill - Obsolete version of pgrep/pkill- slabtop - Display kernel slab cache information in real time- snice - Renice a process- sysctl - Read or Write kernel parameters at run-time- tload - Graphical representation of system load average- top - Dynamic real-time view of running processes- uptime - Display how long the system has been running- vmstat - Report virtual memory statistics- w - Report logged in users and what they are doing- watch - Execute a program periodically, showing output fullscreen | System and process monitoring utilities | 3 | 工具 + procps-ng-devel | procps-ng | System and process monitoring utilities development headers for procps-ng. | System and process monitoring utilities | 2 | 工具 + procps-ng-i18n | procps-ng | Internationalization pack for procps-ng | Internationalization pack for procps-ng | 3 | 工具 + protobuf | protobuf | Protobuf, short for Protocol Buffers, is a data serialization protocol. It wasdeveloped by Google and was released as an open-source project in 2008. It isdesigned to provide a simple and efficient way to serialize structured data forcommunication between different systems.Protobuf uses a language-neutral data format that can be used to serialize datain a variety of programming languages such as C++, Java, Python, and Go. Thisallows developers to easily share data between different systems written indifferent languages.The main advantages of using Protobuf are:Efficiency: Protobuf generates smaller and faster messages than otherserialization formats such as XML and JSON. This is because Protobuf uses binaryencoding of data.Flexibility: Protobuf provides a flexible schema definition language thatallows developers to define complex data structures such as nested objects andarrays.Interoperability: Protobuf provides language-neutral data format that can beused by different systems written in different languages.Extensibility: Protobuf allows developers to add new fields to the schemawithout breaking compatibility with existing systems.The basic concept of Protobuf is that data is defined in a .proto file, whichis a plain text file that contains the schema definition for the data. Theschema definition includes the data types, fields, and message formats. Oncethe schema is defined, a code generator is used to generate source code for thedesired programming language.Protobuf messages are composed of fields, each with a unique identifier and adata type. The data types include basic types such as integers, booleans, andstrings, as well as complex types such as nested objects and arrays.Protobuf messages can be encoded and decoded using the provided library for thedesired programming language. The encoded message can then be sent over thenetwork or saved to disk.In summary, Protobuf is a simple and efficient way to serialize structureddata for communication between different systems. Its efficiency, flexibility,interoperability, and extensibility make it a popular choice for developers whoneed to share data between different systems written in different languages. | Protocol Buffers - Google's data interchange format | 3 | 库 + protobuf-c | protobuf-c | Protobuf, short for Protocol Buffers, is a data serialization protocol. It wasdeveloped by Google and was released as an open-source project in 2008. It isdesigned to provide a simple and efficient way to serialize structured data forcommunication between different systems.Protobuf uses a language-neutral data format that can be used to serialize datain a variety of programming languages such as C++, Java, Python, and Go. Thisallows developers to easily share data between different systems written indifferent languages.The main advantages of using Protobuf are:Efficiency: Protobuf generates smaller and faster messages than otherserialization formats such as XML and JSON. This is because Protobuf uses binaryencoding of data.Flexibility: Protobuf provides a flexible schema definition language thatallows developers to define complex data structures such as nested objects andarrays.Interoperability: Protobuf provides language-neutral data format that can beused by different systems written in different languages.Extensibility: Protobuf allows developers to add new fields to the schemawithout breaking compatibility with existing systems.The basic concept of Protobuf is that data is defined in a .proto file, whichis a plain text file that contains the schema definition for the data. Theschema definition includes the data types, fields, and message formats. Oncethe schema is defined, a code generator is used to generate source code for thedesired programming language.Protobuf messages are composed of fields, each with a unique identifier and adata type. The data types include basic types such as integers, booleans, andstrings, as well as complex types such as nested objects and arrays.Protobuf messages can be encoded and decoded using the provided library for thedesired programming language. The encoded message can then be sent over thenetwork or saved to disk.In summary, Protobuf is a simple and efficient way to serialize structureddata for communication between different systems. Its efficiency, flexibility,interoperability, and extensibility make it a popular choice for developers whoneed to share data between different systems written in different languages.Protobuf-c provides a code generator and run-timelibraries that allow developers to use Protocol Buffers in pure C, withoutthe need for C++. The code generator takes a Protocol Buffer description file(usually with a .proto extension) as input and generates C language sourcecode that can be compiled into the user's project. The generated code includesfunctions to serialize and deserialize Protocol Buffer messages, as well asutilities for working with field values, arrays, and other data structures. Therun-time libraries provide the necessary infrastructure to support the generatedcode at run-time, including memory allocation, I/O, and error handling.Protobuf-c is designed to be lightweight and portable, making it a popularchoice for projects that require high-performance serialization anddeserialization of structured data in C. | C bindings for Google's Protocol Buffers | 3 | 库 + protobuf-c-compiler | protobuf-c | This package contains a modified version of the Protocol Bufferscompiler for the C programming language called protoc-c. | Protocol Buffers C compiler | 3 | 库 + protobuf-c-devel | protobuf-c | This package contains protobuf-c headers and libraries. | Protocol Buffers C headers and libraries | 3 | 库 + protobuf-compiler | protobuf | This package contains Protocol Buffers compiler for all programminglanguages | Protocol Buffers compiler | 3 | 库 + protobuf-devel | protobuf | This package contains Protocol Buffers compiler for all languages andC++ headers and libraries | Protocol Buffers C++ headers and libraries | 3 | 库 + protobuf-emacs | protobuf | This package contains syntax highlighting for Google Protocol Buffersdescriptions in the Emacs editor. | Emacs mode for Google Protocol Buffers descriptions | 3 | 库 + protobuf-lite | protobuf | Protocol Buffers built with optimize_for = LITE_RUNTIME.The "optimize_for = LITE_RUNTIME" option causes the compiler to generate codewhich only depends libprotobuf-lite, which is much smaller than libprotobuf butlacks descriptors, reflection, and some other features. | Protocol Buffers LITE_RUNTIME libraries | 3 | 库 + protobuf-lite-devel | protobuf | This package contains development libraries built withoptimize_for = LITE_RUNTIME.The "optimize_for = LITE_RUNTIME" option causes the compiler to generate codewhich only depends libprotobuf-lite, which is much smaller than libprotobuf butlacks descriptors, reflection, and some other features. | Protocol Buffers LITE_RUNTIME development libraries | 3 | 库 + protobuf-lite-static | protobuf | This package contains static development libraries built withoptimize_for = LITE_RUNTIME.The "optimize_for = LITE_RUNTIME" option causes the compiler to generate codewhich only depends libprotobuf-lite, which is much smaller than libprotobuf butlacks descriptors, reflection, and some other features. | Static development files for protobuf-lite | 3 | 库 + protobuf-static | protobuf | Static libraries for Protocol Buffers | Static development files for protobuf | 3 | 库 + protobuf-vim | protobuf | This package contains syntax highlighting for Google Protocol Buffersdescriptions in Vim editor | Vim syntax highlighting for Google Protocol Buffers descriptions | 3 | 工具 + pskctool | oath-toolkit | A command line tool for manipulating PSKC data. | A command line tool for manipulating PSKC data | 3 | 工具 + psl | libpsl | This package contains a commandline utility to explore the Public Suffix List,for example it checks if domains are public suffixes, checks if cookie-domainis acceptable for domains and so on. | Commandline utility to explore the Public Suffix List | 3 | 工具 + psl-make-dafsa | libpsl | This script produces C/C++ code or an architecture-independent binary objectwhich represents a Deterministic Acyclic Finite State Automaton (DAFSA)from a plain text Public Suffix List. | Compiles the Public Suffix List into DAFSA form | 3 | 库 + psmisc | psmisc | The psmisc package contains utilities for managing processes on yoursystem: pstree, killall, fuser and pslog. The pstree command displaysa tree structure of all of the running processes on your system. Thekillall command sends a specified signal (SIGTERM if nothing is specified)to processes identified by name. The fuser command identifies the PIDsof processes that are using specified files or filesystems. The pslogcommand shows the path of log files owned by a given process. | Utilities for managing processes on your system | 3 | 工具 + pstoedit | pstoedit | Pstoedit converts PostScript and PDF files to various vector graphicformats. The resulting files can be edited or imported into variousdrawing packages. Pstoedit comes with a large set of integrated formatdrivers | Translates PostScript and PDF graphics into other vector formats | 3 | 工具 + pstoedit-devel | pstoedit | This package contains the header files needed for developing pstoeditapplications | Headers for developing programs that will use pstoedit | 3 | 库 + psutils | psutils | Utilities for manipulating PostScript documents.Page selection and rearrangement are supported, including arrangement intosignatures for booklet printing, and page merging for n-up printing. | PostScript utilities | 1 | 工具 + publicsuffix-list | publicsuffix-list | A "public suffix" is one under which Internet users can (or historically could)directly register names. Some examples of public suffixes are .com, .co.uk andpvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes,maintained by the hard work of Mozilla volunteers and by submissions from registries.Software using the Public Suffix List will be able to determine where cookies mayand may not be set, protecting the user from being tracked across sites. | Cross-vendor public domain suffix database | 3 | 库 + publicsuffix-list-dafsa | publicsuffix-list | A "public suffix" is one under which Internet users can (or historically could)directly register names. Some examples of public suffixes are .com, .co.uk andpvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes,maintained by the hard work of Mozilla volunteers and by submissions from registries.Software using the Public Suffix List will be able to determine where cookies mayand may not be set, protecting the user from being tracked across sites.This package includes a DAFSA representation of the Public Suffix Listfor runtime loading. | Cross-vendor public domain suffix database in DAFSA form | 3 | 库 + pulseaudio | pulseaudio | PulseAudio is a sound server system for POSIX OSes, meaning that it is aproxy for your sound applications. It is an integral part of all relevantmodern Linux distributions and is used in various mobile devices, bymultiple vendors. It performs advanced operations on sound data as itpasses between your application and hardware. | Improved Linux Sound Server | 2 | 服务 + pulseaudio-gdm-hooks | pulseaudio | This package contains GDM integration hooks for the PulseAudio sound server. | PulseAudio GDM integration | 2 | 服务 + pulseaudio-libs | pulseaudio | This package contains the runtime libraries for any application that wishesto interface with a PulseAudio sound server. | Libraries for PulseAudio clients | 2 | 服务 + pulseaudio-libs-devel | pulseaudio | Headers and libraries for developing applications that can communicate witha PulseAudio sound server. | Headers and libraries for PulseAudio client development | 2 | 服务 + pulseaudio-libs-glib2 | pulseaudio | This package contains bindings to integrate the PulseAudio client library witha GLIB 2.x based application. | GLIB 2.x bindings for PulseAudio clients | 2 | 服务 + pulseaudio-module-bluetooth | pulseaudio | Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server. | Bluetooth support for the PulseAudio sound server | 2 | 服务 + pulseaudio-module-gsettings | pulseaudio | GSettings configuration backend for the PulseAudio sound server. | Gsettings support for the PulseAudio sound server | 3 | 服务 + pulseaudio-module-x11 | pulseaudio | X11 bell and security modules for the PulseAudio sound server. | X11 support for the PulseAudio sound server | 2 | 服务 + pulseaudio-module-zeroconf | pulseaudio | Zeroconf publishing module for the PulseAudio sound server. | Zeroconf support for the PulseAudio sound server | 2 | 服务 + pulseaudio-qpaeq | pulseaudio | qpaeq is a equalizer interface for pulseaudio's equalizer sinks. | Pulseaudio equalizer interface | 3 | 库 + pulseaudio-utils | pulseaudio | This package contains command line utilities for the PulseAudio sound server. | PulseAudio sound server utilities | 2 | 服务 + py3c-devel | py3c | py3c-devel is only required for building software that uses py3c.Because py3c is a header-only library, there is no matching run-time package. | Header files for py3c | 3 | 库 + py3c-doc | py3c | Guide for porting CPython extensions from Python 2 to Python 3, using thepy3c macros. | Guide for porting C extensions to Python 3 | 3 | 库 + pybind11-devel | pybind11 | pybind11 is a lightweight header-only library that exposes C++ typesin Python and vice versa, mainly to create Python bindings of existingC++ code.This package contains the development headers for pybind11. | Development headers for pybind11 | 2 | 库 + pybind11-doc | pybind11 | Doc files for pybind11 | Development headers for pybind11 | 2 | 库 + pyjson5 | python-json5 | Command-line tool for working with the JSON5 data format. | Tool for working with the JSON5 data format | 3 | 库 + pykickstart | pykickstart | python module for parsing and writing kickstart configs. | Python utilities for manipulating kickstart files. | 2 | 工具 + pyparsing-doc | pyparsing | The package contains documentation for pyparsing. | Documentation for pyparsing python package | 1 | 库 + pyproject-rpm-macros | pyproject-rpm-macros | These macros allow projects that follow the Python packaging specificationsto be packaged as RPMs.They work for:* traditional Setuptools-based projects that use the setup.py file,* newer Setuptools-based projects that have a setup.cfg file,* general Python projects that use the PEP 517 pyproject.toml file (which allows using any build system, such as setuptools, flit or poetry).These macros replace %py3_build and %py3_install,which only work with setup.py. | RPM macros for PEP 517 Python packages | 3 | 库 + PyQt-builder | PyQt-builder | PyQt-builder is the PEP 517 compliant build system for PyQt and projects thatextend PyQt. It extends the sip build system and uses Qt's qmake to perform theactual compilation and installation of extension modules.Projects that usePyQt- builder provide an appropriate pyproject.toml file and an optionalproject.py. | The PEP 517 compliant PyQt build system | 3 | 工具 + PyQt-builder-doc | PyQt-builder | The PyQt-builder-doc package contains documentation files for PyQt-builder. | Documentation files for PyQt-builder | 3 | 库 + python3 | python3.10 | Python 3.10 is an accessible, high-level, dynamically typed, interpretedprogramming language, designed with an emphasis on code readability.It includes an extensive standard library, and has a vast ecosystem ofthird-party libraries.The python3 package provides the "python3" executable: the referenceinterpreter for the Python language, version 3.The majority of its standard library is provided in the python3-libs package,which should be installed automatically along with python3.The remaining parts of the Python standard library are broken out into thepython3-tkinter and python3-test packages, which may need to be installedseparately.Documentation for Python is provided in the python3-docs package.Packages containing additional libraries for Python are generally named withthe "python3-" prefix. | Python 3.10 interpreter | 2 | 工具 + python3-aiodns | python-aiodns | aiodns provides a simple way for doing asynchronous DNS resolutionswith a synchronous looking interface by using pycares. | Simple DNS resolver for asyncio | 2 | 工具 + python3-aiohttp | python-aiohttp | Python HTTP client/server for asyncio which supports both the client and theserver side of the HTTP protocol, client and server websocket, and webserverswith middlewares and pluggable routing. | Python HTTP client/server for asyncio | 2 | 库 + python3-aiohttp+speedups | python-aiohttp | This is a metapackage bringing in speedups extras requires for python3-aiohttp.It makes sure the dependencies are installed. | Metapackage for python3-aiohttp: speedups extras | 2 | 库 + python3-aiosignal | python-aiosignal | A project to manage callbacks in asyncio projects. | List of registered asynchronous callbacks | 3 | 服务 + python3-aiosignal-doc | python-aiosignal | A project to manage callbacks in asyncio projects. | Documentation for python-aiosignal | 2 | 库 + python3-aiosmtpd | python-aiosmtpd | This is a server for SMTP and related protocols, similar in utilityto the standard library’s smtpd.py module, but rewritten to be basedon asyncio for Python 3. | Asyncio-based SMTP server | 3 | 服务 + python3-anyio | python-anyio | AnyIO is an asynchronous networking and concurrency library that works on topof either asyncio or trio. It implements trio-like structured concurrency (SC)on top of asyncio, and works in harmony with the native SC of trio itself. | Compatibility layer for multiple asynchronous event loop implementations | 3 | 库 + python3-anyio+trio | python-anyio | This is a metapackage bringing in trio extras requires for python3-anyio.It makes sure the dependencies are installed. | Metapackage for python3-anyio: trio extras | 2 | 库 + python3-anyio-doc | python-anyio | Documentation for anyio | anyio documentation | 2 | 库 + python3-anytree | python-anytree | Powerful and Lightweight Python Tree Data Structure with various plugins. | Powerful and Lightweight Python Tree Data Structure | 2 | 库 + python3-appdirs | python-appdirs | A small Python 3 module for determining appropriate " + " platform-specificdirectories, e.g. a "user data dir". | Python module for determining platform-specific directories | 2 | 库 + python3-argcomplete | python-argcomplete | Argcomplete provides easy, extensible command line tab completion ofarguments for your Python script.It makes two assumptions: * You are using bash as your shell * You are using argparse to manage your command line arguments/optionsArgcomplete is particularly useful if your program has lots ofoptions or subparsers, and if your program can dynamically suggestcompletions for your argument/option values (for example, if the useris browsing resources over the network). | Bash tab completion for argparse | 2 | 库 + python3-argon2-cffi | python-argon2-cffi | CFFI-based Argon2 Bindings for Python. | The secure Argon2 password hashing algorithm | 2 | 库 + python3-argon2-cffi-bindings | python-argon2-cffi-bindings | This package provides low-level CFFI bindings to the Argon2 password hashingalgorithm.If you want to hash passwords in an application,this package is not for you.Have a look at argon2-cffi with its high-level abstractions!These bindings have been extracted from argon2-cffi and it remains its mainconsumer. However, they may be used by other packages that want to use theArgon2 library without dealing with C-related complexities. | Low-level CFFI bindings for Argon2 | 2 | 库 + python3-arrow | python-arrow | Arrow is a Python library that offers a sensible, human-friendly approach tocreating, manipulating, formatting and converting dates, times, and timestamps.It implements and updates the datetime type, plugging gaps in functionality,and provides an intelligent module API that supports many common creationscenarios.Simply put, it helps you work with dates and times with fewer imports and a lotless code. | Better dates and times for Python | 2 | 库 + python3-asgiref | python-asgiref | ASGI is a standard for Python asynchronous web apps and servers to communicatewith each other, and positioned as an asynchronous successor to WSGI. Thispackage includes ASGI base libraries, such as:* Sync-to-async and async-to-sync function wrappers, asgiref.sync* Server base classes, asgiref.server* A WSGI-to-ASGI adapter, in asgiref.wsgi | ASGI specs, helper code, and adapters | 3 | 库 + python3-asn1crypto | python-asn1crypto | Fast ASN.1 parser and serializer with definitions for private keys,public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8,PKCS#12, PKCS#5, X.509 and TSP. | Fast Python ASN.1 parser and serializer | 2 | 库 + python3-asn1crypto-doc | python-asn1crypto | Doc files for python3-asn1crypto | Doc files for python3-asn1crypto | 2 | 库 + python3-astroid | python-astroid | The aim of this module is to provide a common base representation of pythonsource code for projects such as pychecker, pyreverse, pylint...It provides a compatible representation which comes from the _ast module. Itrebuilds the tree generated by the builtin _ast module by recursively walkingdown the AST and building an extended ast. The new node classes have additionalmethods and attributes for different usages. They include some support forstatic inference and local name scopes. Furthermore, astroid builds partialtrees by inspecting living objects. | Common base representation of python source code for pylint and other projects | 2 | 库 + python3-asttokens | python-asttokens | The asttokens module annotates Python abstract syntax trees (ASTs) with thepositions of tokens and text in the source code that generated them. This makesit possible for tools that work with logical AST nodes to find the particulartext that resulted in those nodes, for example for automated refactoring orhighlighting. | Module to annotate Python abstract syntax trees with source code positions | 2 | 库 + python3-async-generator | python-async-generator | This library generally tries hard to match the semantics of Python 3.6's nativeasync generators in every detail (PEP 525), with additional support for yieldfrom and for returning non-None values from an async generator (under thetheory that these may well be added to native async generators one day). | Async generators and context managers | 3 | 库 + python3-async-lru | python-async-lru | This package is 100% port of Python built-infunction functools.lru_cache for asyncio. | Simple lru_cache for asyncio | 2 | 库 + python3-asyncssh | python-asyncssh | Python 3 library for asynchronous client andserver-side SSH communication. It uses the Python asyncio module andimplements many SSH protocol features such as the various channels,SFTP, SCP, forwarding, session multiplexing over a connection and more. | Asynchronous SSH for Python | 2 | 库 + python3-asyncssh-doc | python-asyncssh | doc files for python3-asyncssh | Asynchronous SSH for Python | 2 | 库 + python3-async-timeout | python-async-timeout | asyncio-compatible timeout context managerThe context manager is useful in cases when you want to apply timeoutlogic around block of code or in cases when asyncio.wait_for() is notsuitable. Also it's much faster than asyncio.wait_for() because timeoutdoesn't create a new task. | An asyncio-compatible timeout context manager | 3 | 工具 + python3-atpublic | python-atpublic | This is a very simple decorator and function which populates amodule's __all__ and optionally the module globals.This provides both a pure-Python implementation and a C implementation.It is proposed that the C implementation be added to built-ins forPython 3.6. | Decorator for populating a Python module's __all__ | 2 | 库 + python3-atpublic-doc | python-atpublic | This is a very simple decorator and function which populates amodule's __all__ and optionally the module globals.This provides both a pure-Python implementation and a C implementation.It is proposed that the C implementation be added to built-ins forPython 3.6. | Decorator for populating a Python module's __all__ | 2 | 库 + python3-attrs | python-attrs | attrs is an MIT-licensed Python package with class decorators thatease the chores of implementing the most common attribute-relatedobject protocols. | Python attributes without boilerplate | 2 | 库 + python3-audit | audit | The python3-audit package contains the bindings so that libauditand libauparse can be used by python3. | Python3 bindings for libaudit | 3 | 库 + python3-automat | python-automat | Automat is a library for concise, idiomatic Python expression of finite-stateautomata (particularly deterministic finite-state transducers). | Self-service finite-state machines for the programmer on the go | 2 | 库 + python3-automat-doc | python-automat | Documentation for Automat | Automat documentation | 2 | 库 + python3-avahi | avahi | Python3 Avahi bindings. | Python3 Avahi bindings | 3 | 库 + python3-babel | babel | Babel is composed of two major parts:* tools to build and work with gettext message catalogs* a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. | Library for internationalizing Python applications | 3 | 库 + python3-babeltrace | babeltrace | This package provides babeltrace python module. | Common Trace Format Babel Tower | 2 | 库 + python3-backcall | python-backcall | Specifications for callback functions passed in to an API.If your code lets other people supply callback functions, it's important tospecify the function signature you expect, and check that functions supportthat. Adding extra parameters later would break other peoples code unlessyou're careful. Backcall helps with that. | Specifications for callback functions passed in to an API | 2 | 库 + python3-bcc | bcc | Python3 bindings for BPF Compiler Collection (BCC) | Python3 bindings for BPF Compiler Collection (BCC) | 3 | 库 + python3-bcrypt | python-bcrypt | Modern password hashing for your software and your servers | Modern password hashing for your software and your servers | 2 | 工具 + python3-bcrypt-doc | python-bcrypt | The python3-bcrypt-doc package contains documentation files for python-bcrypt. | Documentation files for python-bcrypt | 2 | 库 + python3-beautifulsoup4 | python-beautifulsoup4 | Beautiful Soup is a Python HTML/XML parser designed for quickturnaround projects like screen-scraping. Three features make itpowerful:Beautiful Soup won't choke if you give it bad markup.Beautiful Soup provides a few simple methods and Pythonic idioms fornavigating, searching, and modifying a parse tree.Beautiful Soup automatically converts incoming documents to Unicodeand outgoing documents to UTF-8.Beautiful Soup parses anything you give it.Valuable data that was once locked up in poorly-designed websites isnow within your reach. Projects that would have taken hours take onlyminutes with Beautiful Soup. | HTML/XML parser for quick-turnaround applications like screen-scraping | 2 | 库 + python3-betamax | python-betamax | Betamax is a VCR_ imitation for requests which make mocking out requests mucheasier.Python 3 version. | VCR imitation for python-requests | 2 | 库 + python3-bleach | python-bleach | Bleach is an HTML sanitizing library that escapes or strips markup andattributes based on a white list.Python 3 version. | An easy whitelist-based HTML-sanitizing tool | 2 | 库 + python3-blivet | python-blivet | The python3-blivet is a python3 package for examining and modifying storageconfiguration. | A python3 package for examining and modifying storage configuration. | 2 | 库 + python3-blockdev | libblockdev | This package contains enhancements to the gobject-introspection bindings forlibblockdev in Python3. | Python3 gobject-introspection bindings for libblockdev | 2 | 库 + python3-breathe | python-breathe | Breathe is an extension to reStructuredText and Sphinx to be able to read and \render the Doxygen xml output. | Adds support for Doxygen xml output to reStructuredText and Sphinx | 2 | 工具 + python3-breathe-doc | python-breathe | This package contains documentation for developer documentation for breathe. | Documentation files for breathe | 2 | 库 + python3-brlapi | brltty | This package provides the Python 3 binding for BrlAPI. | Python 3 binding for BrlAPI | 3 | 库 + python3-brotli | brotli | Python3-brotli is a Python module that provides a Python interface forthe Brotli compression algorithm. Brotli is a relatively new compressionalgorithm developed by Google, which aims to provide better compressionratio and speed than existing algorithms like Gzip and Deflate.Python3-brotli module allows developers to compress and decompress datausing Brotli algorithm directly from their Python applications. The moduleprovides a simple and easy-to-use API for compressing and decompressingdata in bytes format. Developers can use it to compress and decompress awide range of data types, such as text, images, audio, and video.Python3-brotli is compatible with both Python 3.x and PyPy 3.x. It isavailable as an open-source package and can be installed using Pythonpackage managers like pip. Python3-brotli is licensed under the ApacheLicense, Version 2.0, which allows developers to use it in both open-sourceand proprietary projects.Overall, Python3-brotli provides a convenient way for Python developers toleverage the high compression ratio and speed of Brotli in theirapplications, making it a useful addition to any Python toolkit. | Lossless compression algorithm (python 3) | 2 | 库 + python3-bson | python-pymongo | BSON is a binary-encoded serialization of JSON-like documents. BSON is designedto be lightweight, traversable, and efficient. BSON, like JSON, supports theembedding of objects and arrays within other objects and arrays. This packagecontains the python3 version of this module. | Python bson library | 2 | 库 + python3-btrfsutil | btrfs-progs | python3-btrfsutil provides Python3 bindings to the libbtrfsutil library usedfor btrfs filesystem-specific programs in Python. Please install python3-btrfsutilif you want to use or develop btrfs filesystem-specific programs in Python. | Python 3 bindings for libbtrfsutil | 2 | 库 + python3-build | python-build | A simple, correct PEP517 package builder. | A simple, correct PEP517 package builder | 2 | 服务 + python3-build+virtualenv | python-build | This is a metapackage bringing in virtualenv extras requires for python3-build.It makes sure the dependencies are installed. | Metapackage for python3-build: virtualenv extras | 2 | 库 + python3-bytesize | libbytesize | This package contains Python 3 bindings for libbytesize making the use ofthe library from Python 3 easier and more convenient. | Python 3 bindings for libbytesize | 2 | 库 + python3-cachetools | python-cachetools | This module provides various memoizing collections and decorators,including a variant of the Python 3 Standard Library @lru_cachefunction decorator.This module provides multiple cache implementations based on differentcache algorithms, as well as decorators for easily memoizing functionand method calls. | Extensible memoizing collections and decorators | 2 | 库 + python3-cachetools-doc | python-cachetools | doc files for python3-cachetools | doc files for python3-cachetools | 2 | 库 + python3-cairo | pycairo | Python 3 bindings for the cairo library. | Python 3 bindings for the cairo library | 2 | 库 + python3-cairocffi | python-cairocffi | cairocffi is a CFFI-based drop-in replacement for Pycairo, a set ofPython bindings and object-oriented API for cairo. Cairo is a 2Dvector graphics library with support for multiple backends includingimage buffers, PNG, PostScript, PDF, and SVG file output. | cffi-based cairo bindings for Python | 2 | 库 + python3-cairocffi-doc | python-cairocffi | cairocffi is a CFFI-based drop-in replacement for Pycairo, a set ofPython bindings and object-oriented API for cairo. Cairo is a 2Dvector graphics library with support for multiple backends includingimage buffers, PNG, PostScript, PDF, and SVG file output.This package contains documentation for python-cairocffi. | cffi-based cairo bindings for Python | 2 | 库 + python3-cairo-devel | pycairo | This package contains files required to build wrappers for cairo add-onlibraries so that they interoperate with py3cairo. | Libraries and headers for py3cairo | 2 | 库 + python3-cepces | cepces | cepces is an application for enrolling certificates through CEP and CES.This package provides the Python part for CEP and CES interaction. | Python part of cepces | 2 | 服务 + python3-ceph-argparse | ceph | This package contains types and routines for Python 3 used by the Ceph CLI aswell as the RESTful interface. These have to do with querying the daemons forcommand-description information, validating user command input against thosedescriptions, and submitting the command to the appropriate daemon. | Python 3 utility libraries for Ceph CLI | 2 | 库 + python3-ceph-common | ceph | This package contains data structures, classes and functions used by Ceph.It also contains utilities used for the cephadm orchestrator. | Python 3 utility libraries for Ceph | 2 | 库 + python3-cephfs | ceph | This package contains Python 3 libraries for interacting with Ceph distributedfile system. | Python 3 libraries for Ceph distributed file system | 2 | 服务 + python3-certifi | python-certifi | Certifi is a carefully curated collection of Root Certificates for validatingthe trustworthiness of SSL certificates while verifying the identity of TLShosts. It has been extracted from the Requests project.Please note that this Fedora package does not actually include a certificatecollection at all. It reads the system shared certificate trust collectioninstead. For more details on this system, see the ca-certificates package.This package provides the Python 3 certifi library. | Python package for providing Mozilla's CA Bundle | 2 | 库 + python3-cffi | python-cffi | Foreign Function Interface for Python, providing a convenient andreliable way of calling existing C code from Python. The interface isbased on LuaJIT’s FFI. | Foreign Function Interface for Python 3 to call C code | 2 | 库 + python3-cfgv | python-cfgv | Validate configuration and produce human readable error messages. | Validate configuration and produce human readable error messages | 2 | 服务 + python3-chardet | python-chardet | Chardet: The Universal Character Encoding DetectorDetects: • ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) • Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) • EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese) • EUC-KR, ISO-2022-KR, Johab (Korean) • KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) • ISO-8859-5, windows-1251 (Bulgarian) • ISO-8859-1, windows-1252 (Western European languages) • ISO-8859-7, windows-1253 (Greek) • ISO-8859-8, windows-1255 (Visual and Logical Hebrew) • TIS-620 (Thai)ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarilydisabled. | Python character encoding detector | 2 | 库 + python3-chardet-doc | python-chardet | Chardet: The Universal Character Encoding DetectorDetects: • ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) • Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) • EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese) • EUC-KR, ISO-2022-KR, Johab (Korean) • KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) • ISO-8859-5, windows-1251 (Bulgarian) • ISO-8859-1, windows-1252 (Western European languages) • ISO-8859-7, windows-1253 (Greek) • ISO-8859-8, windows-1255 (Visual and Logical Hebrew) • TIS-620 (Thai)ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarilydisabled. | Documentation for python-chardet | 3 | 库 + python3-charset-normalizer | python-charset-normalizer | A library that helps you read text from an unknown charset encoding. Motivatedby chardet, trying to resolve the issue by taking a new approach. All IANAcharacter set names for which the Python core library provides codecs aresupported. | Truly universal encoding detector in pure Python | 2 | 库 + python3-cheetah | python-cheetah | Cheetah3 is a free and open source (MIT) Python template engine.It's a fork of the original CheetahTemplate library. | Template engine and code generator | 2 | 库 + python3-cheetah-doc | python-cheetah | The python3-cheetah-doc package contains documentation files for python3-cheetah. | Documentation files for python-cheetah | 2 | 库 + python3-cheroot | python-cheroot | Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. | Highly-optimized, pure-python HTTP server | 2 | 服务 + python3-cherrypy | python-cherrypy | CherryPy allows developers to build web applications in much the same waythey would build any other object-oriented Python program. This usuallyresults in smaller source code developed in less time. | Pythonic, object-oriented web development framework | 2 | 库 + python3-clang | clang | Python3 bindings for clang. | Python3 bindings for clang | 2 | 库 + python3-click | python-click | click is a Python package for creating beautiful command lineinterfaces in a composable way with as little amount of code as necessary.It's the "Command Line Interface Creation Kit". It's highly configurable butcomes with good defaults out of the box. | Simple wrapper around optparse for powerful command line utilities | 2 | 库 + python3-cloudpickle | python-cloudpickle | cloudpickle makes it possible to serialize Python constructsnot supported by the default pickle module from the Python standardlibrary. cloudpickle is especially useful for cluster computing wherePython expressions are shipped over the network to execute on remotehosts, possibly close to the data. Among other things, cloudpicklesupports pickling for lambda expressions, functions and classes definedinteractively in the __main__ module. | Extended pickling support for Python objects | 2 | 库 + python3-cloudpickle-doc | python-cloudpickle | The python-cloudpickle-doc package contains documentation files for python-cloudpickle. | Documentation files for python-cloudpickle | 2 | 库 + python3-cmarkgfm | python-cmarkgfm | Bindings to GitHub's cmark Minimalist bindings to GitHub's fork of cmark. | Minimal bindings to GitHub's fork of cmark | 3 | 工具 + python3-cmd2 | python-cmd2 | cmd2 is a tool for building interactive command line applications in Python.Its goal is to make it quick and easy for developers to build feature-richand user-friendly interactive command line applications. It provides a simpleAPI which is an extension of Python's built-in cmd module. cmd2 provides awealth of features on top of cmd to make your life easier and eliminates muchof the boilerplate code which would be necessary when using cmd. | Extra features for standard library's cmd module | 2 | 库 + python3-colorama | python-colorama | Makes ANSI escape character sequences, for producing coloredterminal text and cursor positioning, work under MS Windows.ANSI escape character sequences have long been used to produce colored terminaltext and cursor positioning on Unix and Macs. Colorama makes this work onWindows, too.It also provides some shortcuts to help generate ANSI sequences, and works finein conjunction with any other ANSI sequence generation library, such asTermcolor. | Cross-platform colored terminal text | 2 | 库 + python3-colorama-doc | python-colorama | doc files for python3-colorama | doc files for python3-colorama | 2 | 库 + python3-colorlog | python-colorlog | "colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors." | Colored formatter for the Python logging module | 2 | 库 + python3-colorlog-doc | python-colorlog | The python-colorlog-doc package contains documentation files for python-colorlog. | Documentation files for python-colorlog | 2 | 库 + python3-CommonMark | python-CommonMark | Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for theCommonMark specification, using only native modules. Once both this project andthe CommonMark specification are stable we will release the first 1.0 versionand attempt to keep up to date with changes in stmd.js.We are currently at the same development stage (actually a bit ahead because wehave implemented HTML entity conversion and href URL escaping) as stmd.js. SincePython versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion,I’ve converted the 3.4 implementation into a single file, entitytrans.py whichso far seems to work (all tests pass on 2.7, 3.3, and 3.4). | Documentation for python-CommonMark | 2 | 库 + python3-CommonMark-doc | python-CommonMark | Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for theCommonMark specification, using only native modules. Once both this project andthe CommonMark specification are stable we will release the first 1.0 versionand attempt to keep up to date with changes in stmd.js.We are currently at the same development stage (actually a bit ahead because wehave implemented HTML entity conversion and href URL escaping) as stmd.js. SincePython versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion,I’ve converted the 3.4 implementation into a single file, entitytrans.py whichso far seems to work (all tests pass on 2.7, 3.3, and 3.4).Documentation package. | Documentation for python-CommonMark | 2 | 库 + python3-configobj | python-configobj | ConfigObj is a simple but powerful configuration file reader and writer: an inifile round tripper. Its main feature is that it is very easy to use, with astraightforward programmers interface and a simple syntax for config files. | Config file reading, writing, and validation | 2 | 库 + python3-configshell | python-configshell | A framework to implement simple but nice configuration-orientedcommand-line interfaces. | A framework to implement simple but nice CLIs | 2 | 库 + python3-constantly | python-constantly | A library that provides symbolic constant support. It includes collections andconstants with text, numeric, and bit flag values. Originallytwisted.python.constants from the Twisted project. | Symbolic constants in Python | 2 | 库 + python3-constantly-doc | python-constantly | A library that provides symbolic constant support. It includes collections andconstants with text, numeric, and bit flag values. Originallytwisted.python.constants from the Twisted project.This is the documentation package for python-constantly. | Documentation for python-constantly | 2 | 库 + python3-construct | python-construct | Construct is a powerful declarative parser (and builder) for binarydata.Instead of writing imperative code to parse a piece of data, youdeclaratively define a data structure that describes your data. Asthis data structure is not code, you can use it in one direction toparse data into Pythonic objects, and in the other direction, convert(build) objects into binary data. | A powerful declarative parser/builder for binary data | 2 | 库 + python3-construct-doc | python-construct | doc files for python3-construct | doc files for python3-construct | 3 | 库 + python3-contourpy | python-contourpy | ContourPy is a Python library for calculating contours of 2D quadrilateralgrids. It is written in C++11 and wrapped using pybind11.It contains the 2005 and 2014 algorithms used in Matplotlib as well as a neweralgorithm that includes more features and is available in both serial andmultithreaded versions. It provides an easy way for Python libraries to usecontouring algorithms without having to include Matplotlib as a dependency. | Python library for calculating contours in 2D quadrilateral grids | 2 | 库 + python3-contourpy-doc | python-contourpy | Doc files for python3-contourpy | Python library for calculating contours in 2D quadrilateral grids | 2 | 库 + python3-coverage | python-coverage | Coverage.py is a Python 3 module that measures code coverage during Pythonexecution. It uses the code analysis tools and tracing hooks provided in thePython standard library to determine which lines are executable, and whichhave been executed. | Code coverage testing module for Python 3 | 2 | 库 + python3-coverage+toml | python-coverage | This is a metapackage bringing in toml extras requires for python3-coverage.It makes sure the dependencies are installed. | Metapackage for python3-coverage: toml extras | 2 | 库 + python3-coverage-doc | python-coverage | Doc files for python3-coverage | Code coverage testing module for Python 3 | 2 | 库 + python3-cppy | python-cppy | A small C++ header library which makes it easier to write Python extensionmodules. The primary feature is a PyObject smart pointer which automaticallyhandles reference counting and provides convenience methods for performingcommon object operations. | C++ headers for C extension development | 2 | 库 + python3-cppy-doc | python-cppy | Documentation for cppy | cppy documentation | 2 | 库 + python3-cracklib | cracklib | The python3-cracklib package contains a module which permits applicationswritten in the Python 3 programming language to use cracklib. | Python 3 bindings for applications which use cracklib | 2 | 库 + python3-createrepo_c | createrepo_c | Python 3 bindings for the createrepo_c library. | Python 3 bindings for the createrepo_c library | 2 | 库 + python3-criu | criu | python3-criu contains Python bindings for criu. | Python bindings for criu | 3 | 库 + python3-cryptography | python-cryptography | cryptography is a package designed to expose cryptographic primitives andrecipes to Python developers. | PyCA's cryptography library | 2 | 库 + python3-cssselect | python-cssselect | Cssselect parses CSS3 Selectors and translates them to XPath 1.0 expressions.Such expressions can be used in lxml or another XPath engine to find thematching elements in an XML or HTML document.Python 3 version. | Parses CSS3 Selectors and translates them to XPath 1.0 | 3 | 库 + python3-cups | python-cups | This package provides Python 3 bindings for CUPS API,known as pycups. It was written for use withsystem-config-printer, but can be put to other uses as well. | Python3 bindings for CUPS API, known as pycups. | 2 | 库 + python3-curio | python-curio | Curio is a library of building blocks for performing concurrent I/O and commonsystem programming tasks such as launching subprocesses, working with files,and farming work out to thread and process pools. It uses Python coroutinesand the explicit async/await syntax introduced in Python 3.5. Its programmingmodel is based on cooperative multitasking and existing programmingabstractions such as threads, sockets, files, subprocesses, locks, and queues.You'll find it to be small, fast, and fun. Curio has no third-partydependencies and does not use the standard asyncio module. Most users willprobably find it to be a bit too-low level--it's probably best to think of itas a library for building libraries. Although you might not use it directly,many of its ideas have influenced other libraries with similar functionality. | Building blocks for performing concurrent I/O | 2 | 库 + python3-cycler | python-cycler | General purpose library used by matplotlib to cycle through lists for colors,marker styles, etc | Cycle through lists in various ways (used by matplotlib) | 2 | 库 + python3-cycler-doc | python-cycler | Doc files for python3-cycler | Cycle through lists in various ways (used by matplotlib) | 2 | 库 + python3-Cython | Cython | The Cython language makes writing C extensions for the Python language as easyas Python itself. Cython is a source code translator based on Pyrex,but supports more cutting edge functionality and optimizations.The Cython language is a superset of the Python language (almost all Pythoncode is also valid Cython code), but Cython additionally supports optionalstatic typing to natively call C functions, operate with C++ classes anddeclare fast C types on variables and class attributes.This allows the compiler to generate very efficient C code from Cython code.This makes Cython the ideal language for writing glue code for external C/C++libraries, and for fast C modules that speed up the execution of Python code. | Language for writing Python extension modules | 2 | 库 + python3-Cython-doc | Cython | The Cython language makes writing C extensions for the Python language as easyas Python itself. Cython is a source code translator based on Pyrex,but supports more cutting edge functionality and optimizations.The Cython language is a superset of the Python language (almost all Pythoncode is also valid Cython code), but Cython additionally supports optionalstatic typing to natively call C functions, operate with C++ classes anddeclare fast C types on variables and class attributes.This allows the compiler to generate very efficient C code from Cython code.This makes Cython the ideal language for writing glue code for external C/C++libraries, and for fast C modules that speed up the execution of Python code.This package contains documentation for Cython. | A major mode for editing Cython source files in Emacs | 2 | 库 + python3-dasbus | python-dasbus | Dasbus is a DBus library written in Python 3, based onGLib and inspired by pydbus. It is designed to be easyto use and extend. | DBus library in Python 3 | 2 | 库 + python3-dateutil | python-dateutil | The dateutil module provides powerful extensions to the standard datetime\module available in Python. | Powerful extensions to the standard datetime module | 2 | 库 + python3-dbus | dbus-python | D-Bus bindings for python3. | D-Bus bindings for python3 | 2 | 库 + python3-dbusmock | python-dbusmock | With this program/Python library you can easily create mock objects onD-Bus. This is useful for writing tests for software which talks toD-Bus services such as upower, systemd, ConsoleKit, gnome-session orothers, and it is hard (or impossible without root privileges) to setthe state of the real services to what you expect in your tests. | Mock D-Bus objects (Python3) | 2 | 库 + python3-dbusmock-doc | python-dbusmock | doc files for python3-dbusmock | doc files for python3-dbusmock | 2 | 库 + python3-debug | python3.10 | python3-debug provides a version of the Python runtime with numerous debuggingfeatures enabled, aimed at advanced Python users such as developers of Pythonextension modules.This version uses more memory and will be slower than the regular Python build,but is useful for tracking down reference-counting issues and other bugs.The debug build shares installation directories with the standard Pythonruntime. Python modules -- source (.py), bytecode (.pyc), and C-API extensions(.cpython*.so) -- are compatible between this and the standard versionof Python.The debug runtime additionally supports debug builds of C-API extensions(with the "d" ABI flag) for debugging issues in those extensions. | Debug version of the Python runtime | 2 | 库 + python3-decorator | python-decorator | The aim of the decorator module is to simplify the usage of decorators forthe average programmer, and to popularize decorators usage giving examplesof useful decorators, such as memoize, tracing, redirecting_stdout, locked,etc. The core of this module is a decorator factory called decorator. | Module to simplify usage of decorators in python3 | 2 | 库 + python3-defusedxml | python-defusedxml | The defusedxml package contains several Python-only workarounds and fixes fordenial of service and other vulnerabilities in Python's XML libraries. In orderto benefit from the protection you just have to import and use the listedfunctions / classes from the right defusedxml module instead of the originalmodule. This is the python3 build. | XML bomb protection for Python stdlib modules | 3 | 库 + python3-deprecation | python-deprecation | The deprecation library provides a deprecated decorator and afail_if_not_removed decorator for your tests. | A library to handle automated deprecations | 2 | 库 + python3-devel | python3.10 | This package contains the header files and configuration needed to compilePython extension modules (typically written in C or C++), to embed Pythoninto other programs, and to make binary distributions for Python libraries.It also contains the necessary macros to build RPM packages with Python modulesand 2to3 tool, an automatic source converter from Python 2.X. | Libraries and header files needed for Python development | 2 | 工具 + python3-distlib | python-distlib | %{description} | Distribution utilities | 2 | 库 + python3-distro | python-distro | distro provides information about the OS distribution it runs on, such as areliable machine-readable ID, or version information.It is the recommended replacement for Python's originalplatform.linux_distribution function (removed in Python 3.8). It alsoprovides much more functionality which isn't necessarily Python bound, like acommand-line interface.Python 3 version. | A much more elaborate replacement for removed Python's `platform.linux_distribution()` method | 2 | 库 + python3-distutils-extra | python-distutils-extra | Enables you to easily integrate gettext support, themed icons andscrollkeeper based documentation into Python's distutils. | Integrate more support into Python's distutils | 2 | 库 + python3-distutils-extra-doc | python-distutils-extra | Doc files for python3-distutils-extra | Doc files for python3-distutils-extra | 2 | 库 + python3-django | python-django | Django is a high-level Python Web framework that encourages rapiddevelopment and a clean, pragmatic design. It focuses on automating asmuch as possible and adhering to the DRY (Don't Repeat Yourself)principle. | A high-level Python Web framework | 2 | 库 + python3-django-bash-completion | python-django | This package contains the Bash completion files form Django high-levelPython Web framework. | Bash completion files for Django | 2 | 库 + python3-django-doc | python-django | This package contains the documentation for the Django high-levelPython Web framework. | Documentation for Django | 2 | 库 + python3-dnf | dnf | Python 3 interface to DNF. | Python 3 interface to DNF | 2 | 库 + python3-dnf-plugin-leaves | dnf-plugins-core | Leaves Plugin for DNF, Python 3 version. List all installed packagesnot required by any other installed package. | Leaves Plugin for DNF | 2 | 库 + python3-dnf-plugin-local | dnf-plugins-core | Local Plugin for DNF, Python 3 version. Automatically copy all downloadedpackages to a repository on the local filesystem and generating repo metadata. | Local Plugin for DNF | 2 | 库 + python3-dnf-plugin-post-transaction-actions | dnf-plugins-core | Post transaction actions Plugin for DNF, Python 3 version. Plugin runs actions(shell commands) after transaction is completed. Actions are defined in actionfiles. | Post transaction actions Plugin for DNF | 2 | 库 + python3-dnf-plugins-core | dnf-plugins-core | Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep,config-manager, copr, debug, debuginfo-install, download, needs-restarting,groups-manager, repoclosure, repograph, repomanage, reposync, changelogand repodiff commands.Additionally provides generate_completion_cache passive plugin. | Core Plugins for DNF | 2 | 库 + python3-dnf-plugin-show-leaves | dnf-plugins-core | Show-leaves Plugin for DNF, Python 3 version. List all installedpackages that are no longer required by any other installed packageafter a transaction. | Show-leaves Plugin for DNF | 2 | 库 + python3-dnf-plugin-versionlock | dnf-plugins-core | Version lock plugin takes a set of name/versions for packages and excludes all otherversions of those packages. This allows you to e.g. protect packages from beingupdated by newer versions. | Version Lock Plugin for DNF | 2 | 库 + python3-dns | python-dns | dnspython is a DNS toolkit for Python. It supports almost all recordtypes. It can be used for queries, zone transfers, and dynamicupdates. It supports TSIG authenticated messages and EDNS0.dnspython provides both high and low level access to DNS. The highlevel classes perform queries for data of a given name, type, andclass, and return an answer set. The low level classes allow directmanipulation of DNS zones, messages, names, and records. | DNS toolkit for Python | 2 | 库 + python3-dns+dnssec | python-dns | This is a metapackage bringing in dnssec extras requires for python3-dns.It makes sure the dependencies are installed. | Metapackage for python3-dns: dnssec extras | 2 | 库 + python3-dns+idna | python-dns | This is a metapackage bringing in idna extras requires for python3-dns.It makes sure the dependencies are installed. | Metapackage for python3-dns: idna extras | 2 | 库 + python3-docopt | python-docopt | Isn't it awesome how optparse and argparse generate help messagesbased on your code?!Hell no! You know what's awesome? It's when the option parser isgenerated based on the beautiful help message that you write yourself!This way you don't need to write thisstupid repeatable parser-code,and instead can write only the help message--*the way you want it*.Python 3 version. | Pythonic argument parser, that will make you smile | 2 | 库 + python3-docopt-doc | python-docopt | The python-docopt-doc package contains documentation files for python-docopt. | Documentation files for python-docopt | 2 | 库 + python3-docs | python-docs | The python3-docs package contains documentation on the Python 3programming language and interpreter. | Documentation for the Python 3 programming language | 2 | 库 + python3-docs-theme | python-docs-theme | Python Docs Sphinx Theme is the theme for the Python documentation. | The Sphinx theme for the CPython docs and related projects | 2 | 库 + python3-docutils | python-docutils | The Docutils project specifies a plaintext markup language, reStructuredText,which is easy to read and quick to write. The project includes a pythonlibrary to parse rST files and transform them into other useful formats suchas HTML, XML, and TeX as well as commandline tools that give the enduseraccess to this functionality.Currently, the library supports parsing rST that is in standalone files andPEPs (Python Enhancement Proposals). Work is underway to parse rST fromPython inline documentation modules and packages. | System for processing plaintext documentation | 2 | 库 + python3-editables | python-editables | A Python library for creating “editable wheels”This library supports the building of wheels which, when installed, will exposepackages in a local directory on sys.path in “editable mode”. In other words,changes to the package source will be reflected in the package visible toPython, without needing a reinstall. | Editable installations | 2 | 库 + python3-editables-doc | python-editables | The python3-editables-doc package contains documentation files for python3-editables. | Documentation files for python3-editables | 2 | 库 + python3-enchant | python-enchant | PyEnchant is a spellchecking library for Python 3, based on the Enchantlibrary by Dom Lachowicz. | Python 3 bindings for Enchant spellchecking library | 2 | 库 + python3-enchant-doc | python-enchant | doc files for python3-enchant | doc files for python3-enchant | 2 | 库 + python3-entrypoints | python-entrypoints | Entry points are a way for Python packages to advertise objects with somecommon interface. The most common examples are console_scripts entry points,which define shell commands by identifying a Python function to run.The entrypoints module contains functions to find and load entry points. | Discover and load entry points from installed packages | 2 | 库 + python3-ethtool | python-ethtool | Python 3 bindings for the ethtool kernel interface, that allows querying andchanging of Ethernet card settings, such as speed, port, auto-negotiation, andPCI locations. | Python module to interface with ethtool | 2 | 库 + python3-eventlet | python-eventlet | Eventlet is a networking library written in Python. It achieves highscalability by using non-blocking io while at the same time retaininghigh programmer usability by using coroutines to make the non-blockingio operations appear blocking at the source code level. | Highly concurrent networking library | 2 | 库 + python3-eventlet-doc | python-eventlet | Documentation for python3-eventlet. | Documentation for python3-eventlet | 2 | 库 + python3-exceptiongroup | python-exceptiongroup | The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classe | Backport of PEP 654 (exception groups) | 2 | 库 + python3-exceptiongroup-doc | python-exceptiongroup | doc files for python3-exceptiongroup | Backport of PEP 654 (exception groups) | 2 | 库 + python3-execnet | python-execnet | execnet provides a share-nothing model with channel-send/receivecommunication for distributing execution across many Pythoninterpreters across version, platform and network barriers. It has aminimal and fast API targetting the following uses: * distribute tasks to (many) local or remote CPUs * write and deploy hybrid multi-process applications * write scripts to administer multiple environments | Elastic Python Deployment | 2 | 库 + python3-execnet-doc | python-execnet | Doc files for python3-execnet | Elastic Python Deployment | 2 | 库 + python3-executing | python-executing | Get information about what a Python frame is currently doing, particularly theAST node being executed | Python library for inspecting the current frame run footprint | 2 | 库 + python3-fastjsonschema | python-fastjsonschema | fastjsonschema implements validation of JSON documents by JSON schema.The library implements JSON schema drafts 04, 06 and 07.The main purpose is to have a really fast implementation. | Fastest Python implementation of JSON schema | 2 | 库 + python3-filelock | python-filelock | %{description} | A platform independent file lock. | 2 | 库 + python3-file-magic | file | This package contains the Python 3 bindings to allow access to thelibmagic API. The libmagic library is also used by the familiarfile(1) command. | Python 3 bindings for the libmagic API | 3 | 库 + python3-firewall | firewalld | Python3 bindings for firewalld. | Python3 bindings for firewalld | 2 | 库 + python3-flake8 | python-flake8 | Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabescript. It runs all the tools by launching the single flake8 script,and displays the warnings in a per-file, merged output.It also adds a few features: files that contain "# flake8: noqa" areskipped, lines that contain a "# noqa" comment at the end will notissue warnings, Git and Mercurial hooks are included, a McCabecomplexity checker is included, and it is extendable throughflake8.extension entry points. | Python code checking using pyflakes, pycodestyle, and mccabe | 2 | 库 + python3-flaky | python-flaky | Flaky is a plugin for pytest that automatically reruns flakytests. Ideally, tests reliably pass or fail, but sometimes test fixtures mustrely on components that aren't 100% reliable. With flaky, instead of removingthose tests or marking them to @skip, they can be automatically retried. | Plugin for pytest that automatically reruns flaky tests | 2 | 库 + python3-flit | python-flit | Flit is a simple way to put Python packages and modules on PyPI.Flit only creates packages in the new 'wheel' format. People using olderversions of pip (<1.5) or easy_install will not be able to install them.Flit packages a single importable module or package at a time, using the importname as the name on PyPI. All sub-packages and data files within a package areincluded automatically.Flit requires Python 3, but you can use it to distribute modules for Python 2,so long as they can be imported on Python 3. | Simplified packaging of Python modules | 2 | 库 + python3-flit-core | python-flit | This provides a PEP 517 build backend for packages using Flit.The only public interface is the API specified by PEP 517,at flit_core.buildapi. | PEP 517 build backend for packages using Flit | 2 | 库 + python3-flit-doc | python-flit | doc files for python3-flit | doc files for python3-flit | 2 | 库 + python3-flit-scm | python-flit-scm | A PEP 518 build backend that uses setuptools_scm to generate a version filefrom your version control system, then flit_core to build the package. | PEP 518 build backend that uses setuptools_scm and flit | 2 | 工具 + python3-flit-scm-doc | python-flit-scm | Doc files for python-flit-scm | PEP 518 build backend that uses setuptools_scm and flit | 2 | 库 + python3-fonttools | fonttools | fontTools is a library for manipulating fonts, written in Python. The project \includes the TTX tool, that can convert TrueType and OpenType fonts to and \from an XML text format, which is also called TTX. It supports TrueType, \OpenType, AFM and to an extent Type 1 and some Mac-specific formats. | Python 3 fonttools library | 3 | 库 + python3-fonttools+graphite | fonttools | This is a metapackage bringing in graphite extras requires forpython3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: graphite extras | 3 | 库 + python3-fonttools+interpolatable | fonttools | This is a metapackage bringing in interpolatable extras requires forpython3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: interpolatable extras | 3 | 库 + python3-fonttools+lxml | fonttools | This is a metapackage bringing in lxml extras requires for python3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: lxml extras | 2 | 库 + python3-fonttools+plot | fonttools | This is a metapackage bringing in plot extras requires for python3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: plot extras | 2 | 库 + python3-fonttools+symfont | fonttools | This is a metapackage bringing in symfont extras requires forpython3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: symfont extras | 2 | 库 + python3-fonttools+type1 | fonttools | This is a metapackage bringing in type1 extras requires for python3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: type1 extras | 3 | 库 + python3-fonttools+ufo | fonttools | This is a metapackage bringing in ufo extras requires for python3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: ufo extras | 2 | 库 + python3-fonttools+unicode | fonttools | This is a metapackage bringing in unicode extras requires forpython3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: unicode extras | 2 | 库 + python3-fonttools+woff | fonttools | This is a metapackage bringing in woff extras requires for python3-fonttools.It makes sure the dependencies are installed. | Metapackage for python3-fonttools: woff extras | 3 | 库 + python3-fqdn | python-fqdn | Validates fully-qualified domain names against RFC 1123, so that theyare acceptable to modern browsers. | Validates fully-qualified domain names against RFC 1123 | 2 | 工具 + python3-freezegun | python-freezegun | freezegun is a library that allows your python tests to travel through time bymocking the datetime module. This is the Python 3 library. | Let your Python tests travel through time | 2 | 库 + python3-freezegun-doc | python-freezegun | The python3-freezegun-doc package contains documentation files for python3-freezegun. | Documentation files for python3-freezegun | 2 | 库 + python3-frozenlist | python-frozenlist | FrozenList is a list-like structure which implementscollections.abc.MutableSequence, and which can be made immutable. | List-like structure which can be made immutable | 2 | 库 + python3-fs | python-fs | Think of PyFilesystem's FS objects as the next logical step to Python's fileobjects. In the same way that file objects abstract a single file, FS objectsabstract an entire filesystem. | Python's Filesystem abstraction layer | 2 | 库 + python3-fs-doc | python-fs | doc files for python3-fs | doc files for python3-fs | 2 | 库 + python3-future | future | future is the missing compatibility layer between Python 2 andPython 3. It allows you to use a single, clean Python 3.x-compatiblecodebase to support both Python 2 and Python 3 with minimal overhead.It provides ``future`` and ``past`` packages with backports and forwardports of features from Python 3 and 2. It also comes with ``futurize`` and``pasteurize``, customized 2to3-based scripts that helps you to converteither Py2 or Py3 code easily to support both Python 2 and 3 in a singleclean Py3-style codebase, module by module. | Easy, clean, reliable Python 2/3 compatibility | 2 | 库 + python3-genshi | python-genshi | Genshi is a Python library that provides an integrated set ofcomponents for parsing, generating, and processing HTML, XML or othertextual content for output generation on the web. The major feature isa template language, which is heavily inspired by Kid. | Toolkit for stream-based generation of output for the web | 2 | 库 + python3-genshi-doc | python-genshi | This package contains documentation for developer documentation for genshi. | Documentation files for genshi | 2 | 工具 + python3-geoip2 | python-geoip2 | This package provides an API for the GeoIP2 web services. | MaxMind GeoIP2 API | 2 | 库 + python3-geoip2-doc | python-geoip2 | This package provides the documentation for geoip2. | Documentation for python-geoip2 | 2 | 库 + python3-gevent | python-gevent | gevent is a coroutine-based Python networking library that uses greenlet toprovide a high-level synchronous API on top of libevent event loop.Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperatePython 3 version. | A coroutine-based Python networking library | 3 | 库 + python3-gmpy2 | python-gmpy2 | This package contains a C-coded Python extension module that supportsmultiple-precision arithmetic. It is the successor to the originalgmpy module. The gmpy module only supported the GMP multiple-precisionlibrary. Gmpy2 adds support for the MPFR (correctly rounded realfloating-point arithmetic) and MPC (correctly rounded complexfloating-point arithmetic) libraries. It also updates the API andnaming conventions to be more consistent and support the additionalfunctionality. | Python 3 interface to GMP, MPFR, and MPC | 2 | 库 + python3-gmpy2-doc | python-gmpy2 | This package contains API documentation for gmpy2. | Documentation for gmpy2 | 2 | 库 + python3-gobject | pygobject3 | The python3-gobject package provides a convenient wrapper for the GObjectlibrary and and other libraries that are compatible with GObject Introspection,for use in Python 3 programs. | Python 3 bindings for GObject Introspection | 2 | 库 + python3-gobject-base | pygobject3 | This package provides the non-cairo specific bits of the GObject Introspectionlibrary. | Python 3 bindings for GObject Introspection base package | 3 | 库 + python3-gobject-devel | pygobject3 | This package contains files required to embed PyGObject | Development files for embedding PyGObject introspection support | 2 | 库 + python3-google-auth | python-google-auth | Python client for the kubernetes API. | Google Auth Python Library | 2 | 库 + python3-google-auth-doc | python-google-auth | The python-google-auth-doc package contains documentation files for python-google-auth. | Documentation files for python-google-auth | 2 | 库 + python3-gpg | gpgme | This package contains the gpgme bindings for Python 3. | gpgme bindings for Python 3 | 2 | 库 + python3-greenlet | python-greenlet | The greenlet package is a spin-off of Stackless, a version of CPythonthat supports micro-threads called "tasklets". Tasklets runpseudo-concurrently (typically in a single or a few OS-level threads)and are synchronized with data exchanges on "channels".Python 3 version. | Lightweight in-process concurrent programming | 2 | 库 + python3-greenlet-devel | python-greenlet | C development headers for python3-greenlet.Python 3 version. | C development headers for python3-greenlet | 2 | 库 + python3-gssapi | python-gssapi | A set of Python bindings to the GSSAPI C library providing botha high-level pythonic interfaces and a low-level interfaceswhich more closely matches RFC 2743. Includes support forRFC 2743, as well as multiple extensions. | Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) | 2 | 库 + python3-gunicorn | python-gunicorn | Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It is apre-fork worker model. The Gunicorn server is broadly compatible with variousweb frameworks, simply implemented, light on server resources, and fairlyspeedy. | Python WSGI HTTP Server | 2 | 库 + python3-gunicorn-doc | python-gunicorn | Documentation for the python-gunicorn package. | Documentation for the python-gunicorn package | 2 | 库 + python3-h11 | python-h11 | This is a little HTTP/1.1 library written from scratch in Python, heavilyinspired by hyper-h2. It is a "bring-your-own-I/O" library; h11 contains no IOcode whatsoever. This means you can hook h11 up to your favorite network API,and that could be anything you want: synchronous, threaded, asynchronous, oryour own implementation of RFC 6214 -- h11 will not judge you. This also meansthat h11 is not immediately useful out of the box: it is a toolkit for buildingprograms that speak HTTP, not something that could directly replace requests ortwisted.web or whatever. But h11 makes it much easier to implement somethinglike requests or twisted.web. | A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 | 2 | 库 + python3-hamcrest | python-hamcrest | PyHamcrest is a framework for writing matcher objects, allowing you todeclaratively define "match" rules. There are a number of situations wherematchers are invaluable, such as UI validation, or data filtering, but it isin the area of writing flexible tests that matchers are most commonly used.Python 3 version. | Hamcrest matchers for Python | 2 | 库 + python3-hatch-fancy-pypi-readme | python-hatch-fancy-pypi-readme | This provides a Hatch metadata plugin for everyone who cares about thefirst impression of their project’s PyPI landing page. It allows you todefine your PyPI project description in terms of concatenated fragmentsthat are based on static strings, files, and most importantly: parts offiles defined using cut-off points or regular expressions. | Hatch plugin for writing fancy PyPI readmes | 2 | 库 + python3-hatch-fancy-pypi-readme-doc | python-hatch-fancy-pypi-readme | doc files for python3-%{pname} | doc files for python3-hatch-fancy-pypi-readme | 2 | 库 + python3-hatch-jupyter-builder | python-hatch-jupyter-builder | This provides a build hook plugin for Hatch that addsa build step for use with Jupyter packages. | A hatch plugin to help build Jupyter packages | 2 | 工具 + python3-hatchling | python-hatchling | This is the extensible, standards compliant build backend used by Hatch. | The build backend used by Hatch | 2 | 工具 + python3-hatchling-doc | python-hatchling | The python-hatchling-doc package contains documentation files for python-hatchling. | The build backend used by Hatch | 2 | 库 + python3-hatch-vcs | python-hatch-vcs | This provides a plugin for Hatch that uses your preferred version controlsystem (like Git) to determine project versions. | Hatch plugin for versioning with your preferred VCS | 2 | 工具 + python3-hatch-vcs-doc | python-hatch-vcs | The python3-hatch-vcs-doc package contains documentation files for python3-hatch-vcs. | Documentation files for python3-hatch-vcs | 2 | 库 + python3-hawkey | libdnf | Python 3 bindings for the hawkey library. | Python 3 bindings for the hawkey library | 3 | 库 + python3-hidapi | python-hidapi | Interface to the hidapi library. | Interface to the hidapi library | 2 | 库 + python3-hivex | hivex | python3-hivex contains Python 3 bindings for hivex. | Python 3 bindings for hivex | 3 | 库 + python3-html5lib | python-html5lib | A python based HTML parser/tokenizer based on the WHATWG HTML5specification for maximum compatibility with major desktop web browsers. | A python based HTML parser/tokenizer | 2 | 库 + python3-html5lib+all | python-html5lib | This is a metapackage bringing in all extras requires for python3-html5lib.It makes sure the dependencies are installed. | Metapackage for python3-html5lib: all extras | 2 | 库 + python3-html5lib+chardet | python-html5lib | This is a metapackage bringing in chardet extras requires for python3-html5lib.It makes sure the dependencies are installed. | Metapackage for python3-html5lib: chardet extras | 2 | 库 + python3-html5lib+genshi | python-html5lib | This is a metapackage bringing in genshi extras requires for python3-html5lib.It makes sure the dependencies are installed. | Metapackage for python3-html5lib: genshi extras | 2 | 库 + python3-html5lib+lxml | python-html5lib | This is a metapackage bringing in lxml extras requires for python3-html5lib.It makes sure the dependencies are installed. | Metapackage for python3-html5lib: lxml extras | 2 | 库 + python3-html5lib-doc | python-html5lib | This package contains documentation for developer documentation for html5lib. | Documentation files for html5lib | 2 | 库 + python3-httpcore | python-httpcore | The HTTP Core package provides a minimal low-level HTTP client, which doesone thing only: Sending HTTP requests. It does not provide any high levelmodel abstractions over the API, does not handle redirects, multipart uploads,building authentication headers, transparent HTTP caching, URL parsing, etc. | Minimal low-level HTTP client | 2 | 库 + python3-httpx | python-httpx | HTTPX is a fully featured HTTP client for Python, which provides sync andasync APIs, and support for both HTTP/1.1 and HTTP/2. | Python HTTP client | 2 | 库 + python3-hyperlink | python-hyperlink | The humble, but powerful, URL runs everything around us. Chances are you'veused several just to read this text. Hyperlink is a featureful, pure-Pythonimplementation of the URL, with an emphasis on correctness. | A featureful, immutable, and correct URL for Python | 2 | 库 + python3-hyperlink-doc | python-hyperlink | The humble, but powerful, URL runs everything around us. Chances are you'veused several just to read this text. Hyperlink is a featureful, pure-Pythonimplementation of the URL, with an emphasis on correctness.This is the documentation package for python-hyperlink. | Documentation for python-hyperlink | 2 | 库 + python3-hypothesis | python-hypothesis | Hypothesis is a library for testing your Python code against a muchlarger range of examples than you would ever want to write byhand. It’s based on the Haskell library, Quickcheck, and is designedto integrate seamlessly into your existing Python unit testing workflow. | Library for property based testing | 2 | 库 + python3-hypothesis+cli | python-hypothesis | This is a metapackage bringing in cli extras requires for python3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: cli extras | 2 | 库 + python3-hypothesis+codemods | python-hypothesis | This is a metapackage bringing in codemods extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: codemods extras | 2 | 库 + python3-hypothesis+dateutil | python-hypothesis | This is a metapackage bringing in dateutil extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: dateutil extras | 2 | 库 + python3-hypothesis+django | python-hypothesis | This is a metapackage bringing in django extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: django extras | 2 | 库 + python3-hypothesis+ghostwriter | python-hypothesis | This is a metapackage bringing in ghostwriter extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: ghostwriter extras | 2 | 库 + python3-hypothesis+lark | python-hypothesis | This is a metapackage bringing in lark extras requires for python3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: lark extras | 2 | 库 + python3-hypothesis+numpy | python-hypothesis | This is a metapackage bringing in numpy extras requires for python3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: numpy extras | 2 | 库 + python3-hypothesis+pandas | python-hypothesis | This is a metapackage bringing in pandas extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: pandas extras | 2 | 库 + python3-hypothesis+pytest | python-hypothesis | This is a metapackage bringing in pytest extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: pytest extras | 2 | 库 + python3-hypothesis+pytz | python-hypothesis | This is a metapackage bringing in pytz extras requires for python3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: pytz extras | 2 | 库 + python3-hypothesis+redis | python-hypothesis | This is a metapackage bringing in redis extras requires for python3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: redis extras | 2 | 库 + python3-hypothesis+zoneinfo | python-hypothesis | This is a metapackage bringing in zoneinfo extras requires forpython3-hypothesis.It makes sure the dependencies are installed. | Metapackage for python3-hypothesis: zoneinfo extras | 2 | 库 + python3-hypothesis-doc | python-hypothesis | Doc files for python-hypothesis | Library for property based testing | 2 | 库 + python3-hypothesmith | python-hypothesmith | Hypothesis strategies for generating Python programs, something like CSmith. | Hypothesis strategies for generating Python programs | 2 | 库 + python3-identify | python-identify | File identification library for Python. | File identification library for Python | 2 | 库 + python3-idle | python3.10 | IDLE is Python’s Integrated Development and Learning Environment.IDLE has the following features: Python shell window (interactiveinterpreter) with colorizing of code input, output, and error messages;multi-window text editor with multiple undo, Python colorizing,smart indent, call tips, auto completion, and other features;search within any window, replace within editor windows, andsearch through multiple files (grep); debugger with persistentbreakpoints, stepping, and viewing of global and local namespaces;configuration, browsers, and other dialogs. | A basic graphical development environment for Python | 2 | 工具 + python3-idna | python-idna | A library to support the Internationalised Domain Names in Applications (IDNA)protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. Thisversion of the protocol is often referred to as "IDNA2008" and can producedifferent results from the earlier standard from 2003.The library is also intended to act as a suitable drop-in replacement for the"encodings.idna" module that comes with the Python standard library butcurrently only supports the older 2003 specification. | Internationalized Domain Names in Applications (IDNA) | 2 | 库 + python3-imagesize | python-imagesize | The imagesize package parses image file headers and returns the image sizes.* PNG* JPEG* JPEG2000* GIFThis is a pure Python library. | Python module for analyzing image file headers and returning image sizes | 2 | 库 + python3-imagesize-doc | python-imagesize | doc files for python3-imagesize | doc files for python3-imagesize | 2 | 库 + python3-imath | imath | Python module for Imath. | Python module for Imath | 2 | 库 + python3-importlib-metadata | python-importlib-metadata | Library to access the metadata for a Python package.This package supplies third-party access to the functionalityof importlib.metadata including improvements added to subsequentPython versions. | Library to access the metadata for a Python package | 2 | 库 + python3-importlib-metadata-doc | python-importlib-metadata | The doc package contains documentation files for python-importlib-metadata. | Documentation files for python3-importlib-metadata | 2 | 库 + python3-incremental | python-incremental | Incremental is a small library that versions your Python projects. | It versions your Python projects | 2 | 库 + python3-iniconfig | python-iniconfig | iniconfig is a small and simple INI-file parser modulehaving a unique set of features:* tested against Python2.4 across to Python3.2, Jython, PyPy* maintains order of sections and entries* supports multi-line values with or without line-continuations* supports "#" comments everywhere* raises errors with proper line-numbers* no bells and whistles like automatic substitutions* iniconfig raises an Error if two sections have the same name. | Brain-dead simple parsing of ini files | 2 | 库 + python3-iniconfig-doc | python-iniconfig | doc files for python3-iniconfig | doc files for python3-iniconfig | 2 | 库 + python3-ipykernel | python-ipykernel | This package provides the IPython kernel for Jupyter. | IPython Kernel for Jupyter | 2 | 工具 + python3-ipython | ipython | IPython provides a replacement for the interactive Python interpreter withextra functionality.Main features: * Comprehensive object introspection. * Input history, persistent across sessions. * Caching of output results during a session with automatically generated references. * Readline based name completion. * Extensible system of 'magic' commands for controlling the environment and performing many tasks related either to IPython or the operating system. * Configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). * Session logging and reloading. * Extensible syntax processing for special purpose situations. * Access to the system shell with user-extensible alias system. * Easily embeddable in other Python programs. * Integrated access to the pdb debugger and the Python profiler.This package provides IPython for in a terminal. | An enhanced interactive Python shell | 2 | 库 + python3-ipywidgets | python-ipywidgets | Interactive HTML widgets for Jupyter notebooks and the IPython kernel. | IPython HTML widgets for Jupyter | 2 | 工具 + python3-iscsi-initiator-utils | iscsi-initiator-utils | The iscsi-initiator-utils-python3 package contains Python 3.10 bindings to thelibiscsi interface for interacting with iscsi-initiator-utils | Python 3.10 bindings to iscsi-initiator-utils | 2 | 工具 + python3-isodate | python-isodate | This module implements ISO 8601 date, time and durationparsing. The implementation follows ISO8601:2004 standard, and implements onlydate/time representations mentioned in the standard. If something is notmentioned there, then it is treated as non existent, and not as an allowedoption.For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intendedby this module to support 2 digit years. (while it may still be valid as ISOdate, because it is not explicitly forbidden.) Another example is, when no timezone information is given for a time, then it should be interpreted as localtime, and not UTC.As this module maps ISO 8601 dates/times to standard Python data types, likedate, time, datetime and timedelta, it is not possible to convert all possibleISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed bythe Python date and datetime classes. Additionally fractional seconds arelimited to microseconds. That means if the parser finds for instancenanoseconds it will round it to microseconds. | An ISO 8601 date/time/duration parser and formatter | 2 | 库 + python3-isodate-doc | python-isodate | This package contains documentation for developer documentation for isodate. | Documentation files for isodate | 2 | 库 + python3-isoduration | python-isoduration | ISO 8601 is most commonly known as a way to exchange datetimes in textualformat. A lesser known aspect of the standard is the representation ofdurations. They have a shape similar to this: P3Y6M4DT12H30M5S | Operations with ISO 8601 durations | 2 | 库 + python3-isomd5sum | isomd5sum | The isomd5sum package contains utilities for implanting and verifyingan md5sum implanted into an ISO9660 image. | Python bindings for isomd5sum | 2 | 库 + python3-isort | python-isort | Python utility / library to sort Python imports.Python 3 version. | Python utility / library to sort Python imports | 2 | 库 + python3-jaraco | python-jaraco-packaging | A Parent package for jaraco's parent dir and init file. | A Parent package for jaraco's parent dir and init file. | 3 | 工具 + python3-jaraco-classes | python-jaraco-classes | Utility functions for Python class constructs. | Utility functions for Python class constructs | 2 | 库 + python3-jaraco-collections | python-jaraco-collections | Collection objects similar to those in stdlib by jaraco | Collection objects similar to those in stdlib by jaraco | 3 | 工具 + python3-jaraco-functools | python-jaraco-functools | Functools like those found in stdlib | Functools like those found in stdlib | 2 | 工具 + python3-jaraco-packaging | python-jaraco-packaging | Tools for packaging.dependency_tree A dist-utils command for reporting thedependency tree as resolved by setup-tools. Use after installing a package.showA dist-utils command for reporting the attributes of a distribution, such as theversion or author name. | A Parent package for jaraco's parent dir and init file. | 2 | 工具 + python3-jaraco-packaging-doc | python-jaraco-packaging | Documentation for jaraco.packaging | jaraco.packaging documentation | 3 | 库 + python3-jaraco-text | python-jaraco-text | Module for text manipulation | Module for text manipulation | 2 | 库 + python3-javapackages | javapackages-tools | Module for handling, querying and manipulating of various files for Javapackaging in Linux distributions | Module for handling various files for Java packaging | 3 | 库 + python3-jedi | python-jedi | Jedi is a static analysis tool for Python that can be used in IDEs/editors. Itshistoric focus is autocompletion, but does static analysis for now as well.Jedi is fast and is very well tested. It understands Python on a deeper levelthan all other static analysis frameworks for Python. | An auto completion tool for Python that can be used for text editors | 2 | 库 + python3-jeepney | python-jeepney | This is a low-level, pure Python DBus protocol client. It has an I/O-free core,and integration modules for different event loops. | Low-level, pure Python DBus protocol wrapper | 2 | 库 + python3-jeepney-doc | python-jeepney | The python3-jeepney-doc contains documentation files for python-jeepney. | Low-level, pure Python DBus protocol wrapper | 2 | 库 + python3-jinja2 | python-jinja2 | Jinja2 is a template engine written in pure Python. It provides aDjango inspired non-XML syntax but supports inline expressions and anoptional sandboxed environment.If you have any exposure to other text-based template languages, suchas Smarty or Django, you should feel right at home with Jinja2. It'sboth designer and developer friendly by sticking to Python'sprinciples and adding functionality useful for templatingenvironments. | General purpose template engine | 2 | 库 + python3-jinja2+i18n | python-jinja2 | This is a metapackage bringing in i18n extras requires for python3-jinja2.It makes sure the dependencies are installed. | Metapackage for python3-jinja2: i18n extras | 2 | 库 + python3-joblib | python-joblib | Joblib is a set of tools to provide lightweight pipelining in Python.In particular, joblib offers: * transparent disk-caching of the output values and lazy re-evaluation (memorize pattern) * easy simple parallel computing * logging and tracing of the execution | Lightweight pipelining: using Python functions as pipeline jobs | 2 | 库 + python3-joblib-doc | python-joblib | The python-joblib-doc package contains documentation files for python-joblib. | Documentation files for python-joblib | 2 | 库 + python3-json5 | python-json5 | JSON5 extends the JSON data interchange format to make it slightly more usableas a configuration language:- JavaScript-style comments (both single and multi-line) are legal.- Object keys may be unquoted if they are legal ECMAScript identifiers- Objects and arrays may end with trailing commas.- Strings can be single-quoted, and multi-line string literals are allowed. | Python implementation of the JSON5 data format | 2 | 库 + python3-json-logger | python-json-logger | A python library adding a json log formatter | A python library adding a json log formatter | 2 | 库 + python3-jsonpatch | python-jsonpatch | Library to apply JSON Patches according to RFC 6902 - Python 3 build. | Library to apply JSON Patches in Python 3 | 2 | 库 + python3-jsonpointer | python-jsonpointer | A Python Library to resolve JSON Pointers according to RFC 6901. | Resolve JSON Pointers in Python | 2 | 库 + python3-jsonschema | python-jsonschema | jsonschema is an implementation of JSON Schema for Python (supporting2.7+, including Python 3). - Full support for Draft 7, Draft 6, Draft 4 and Draft 3 - Lazy validation that can iteratively report all validation errors. - Small and extensible - Programmatic querying of which properties or items failed validation. | Implementation of JSON Schema validation for Python | 2 | 库 + python3-jsonschema+format | python-jsonschema | This is a metapackage bringing in format extras requires forpython3-jsonschema.It makes sure the dependencies are installed. | Metapackage for python3-jsonschema: format extras | 2 | 库 + python3-jsonschema+format-nongpl | python-jsonschema | This is a metapackage bringing in format-nongpl extras requires forpython3-jsonschema.It makes sure the dependencies are installed. | Metapackage for python3-jsonschema: format-nongpl extras | 2 | 库 + python3-jupyter-client | python-jupyter-client | This package contains the reference implementation of the Jupyter protocol.It also provides client and kernel management APIs for working with kernels.It also provides the `jupyter kernelspec` entrypoint for installing kernelspecsfor use with Jupyter frontends. | Jupyter protocol implementation and client libraries | 2 | 库 + python3-jupyter-client-doc | python-jupyter-client | Documentation of the reference implementation of the Jupyter protocol | Documentation of the Jupyter protocol reference implementation | 2 | 库 + python3-jupyter-core | python-jupyter-core | Core common functionality of Jupyter projects.This package contains base application classes and configuration inherited byother projects. | The base package for Jupyter projects | 2 | 工具 + python3-jupyter-core-doc | python-jupyter-core | Core common functionality of Jupyter projects.This package contains documentation for the base application classes andconfiguration inherited by other jupyter projects. | Documentation of the base package for Jupyter projects | 3 | 工具 + python3-jupyter-events | python-jupyter-events | An event system for Jupyter Applications and extensions. | Jupyter Event System library | 2 | 工具 + python3-jupyter-filesystem | python-jupyter-core | This package provides directories required by other packages that addextensions to Jupyter. | Jupyter filesystem layout | 2 | 工具 + python3-jupyterlab_pygments | python-jupyterlab_pygments | This package contains a syntax coloring theme for pygments making use of theJupyterLab CSS variables. | Pygments theme | 2 | 工具 + python3-jupyterlab-server | python-jupyterlab-server | JupyterLab Server sits between JupyterLab and Jupyter Server, and providesa set of REST API handlers and utilities that are used by JupyterLab.It is a separate project in order to accommodate creating JupyterLab-likeapplications from a more limited scope. | A set of server components for JupyterLab and JupyterLab like applications | 2 | 服务 + python3-jupyterlab-server+test | python-jupyterlab-server | This is a metapackage bringing in test extras requires forpython3-jupyterlab-server.It makes sure the dependencies are installed. | Metapackage for python3-jupyterlab-server: test extras | 2 | 服务 + python3-jupyter-lsp | python-jupyter-lsp | Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.For Python 3.6+. | Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server | 2 | 库 + python3-jupyter-packaging | python-jupyter-packaging | This package contains utilities for making Python packages with and withoutaccompanying JavaScript packages. | Tools to help build and install Jupyter Python packages | 2 | 库 + python3-jupyter-server | python-jupyter-server | The Jupyter Server provides the backend (i.e. the core services,APIs, and REST endpoints) for Jupyter web applications likeJupyter notebook, JupyterLab, and Voila. | The backend for Jupyter web applications | 2 | 服务 + python3-jupyter-server+test | python-jupyter-server | This is a metapackage bringing in test extras requires forpython3-jupyter-server.It makes sure the dependencies are installed. | Metapackage for python3-jupyter-server: test extras | 2 | 服务 + python3-jupyter-server-terminals | python-jupyter-server-terminals | Jupyter Server Terminals is a Jupyter Server Extensionproviding support for terminals. | A Jupyter Server Extension Providing Terminals | 2 | 服务 + python3-jwt | python-PyJWT | %{description} | JSON Web Token implementation in Python | 2 | 库 + python3-jwt+crypto | python-PyJWT | This is a metapackage bringing in crypto extras requires for python3-jwt.It makes sure the dependencies are installed. | Metapackage for python3-jwt: crypto extras | 2 | 库 + python3-kdcproxy | python-kdcproxy | This package contains a Python 3.x WSGI module for proxying KDC requests overHTTP by following the MS-KKDCP protocol. It aims to be simple to deploy, withminimal configuration. | MS-KKDCP (kerberos proxy) WSGI module | 2 | 库 + python3-keyring | python-keyring | The Python keyring library provides an easy way to access the system keyringservice from python. It can be used in any application that needs safe passwordstorage.These recommended keyring backends are supported: • macOS Keychain • Freedesktop Secret Service supports many DE including GNOME (requires secretstorage) • KDE4 & KDE5 KWallet (requires dbus) • Windows Credential LockerOther keyring implementations are available through third-party backends. | Python 3 library to access the system keyring service | 2 | 库 + python3-kickstart | pykickstart | Python 3 library for manipulating kickstart files. The binaries are found inthe pykickstart package. | Python 3 library for manipulating kickstart files. | 2 | 工具 + python3-kiwisolver | python-kiwisolver | Kiwi is an efficient C++ implementation of the Cassowary constraint solvingalgorithm. Kiwi is an implementation of the algorithm based on the seminalCassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi hasbeen designed from the ground up to be lightweight and fast. | A fast implementation of the Cassowary constraint solver | 3 | 工具 + python3-kiwisolver-doc | python-kiwisolver | Doc files for python3-kiwisolver | A fast implementation of the Cassowary constraint solver | 2 | 库 + python3-kmod | python-kmod | Python module to allow listing, loading, and unloadingLinux kernel modules, using libkmod. | Python module to work with kernel modules | 2 | 库 + python3-kubernetes | python-kubernetes | Python client for the kubernetes API. | Kubernetes Python Client | 2 | 库 + python3-kubernetes-doc | python-kubernetes | The python3-kubernetes-doc package contains documentation files for python3-kubernetes. | Documentation files for python-kubernetes | 3 | 库 + python3-langtable | langtable | This package contains a Python module to query the datafrom langtable-data. | Python module to query the langtable-data | 2 | 库 + python3-lark-parser | python-lark-parser | Lark is a modern general-purpose parsing library for Python.Lark focuses on simplicity and power. It lets you choose betweentwo parsing algorithms:Earley : Parses all context-free grammars (even ambiguous ones)!It is the default.LALR(1): Only LR grammars. Outperforms PLY and most if not allother pure-python parsing libraries.Both algorithms are written in Python and can be used interchangeablywith the same grammar (aside for algorithmic restrictions).See "Comparison to other parsers" for more details.Lark can auto magically build an AST from your grammar, without anymore code on your part.Features:- EBNF grammar with a little extra- Earley & LALR(1)- Builds an AST auto magically based on the grammar- Automatic line & column tracking- Automatic token collision resolution (unless both tokens are regexps)- Python 2 & 3 compatible- Unicode fully supported | Lark is a modern general-purpose parsing library for Python | 3 | 库 + python3-lark-parser-doc | python-lark-parser | Documentation for python-lark-parser. | python-lark-parser documentation | 2 | 库 + python3-lazy-object-proxy | python-lazy-object-proxy | A fast and thorough lazy object proxy. | A fast and thorough lazy object proxy | 2 | 库 + python3-ldb | libldb | Python bindings for the LDB library | Python bindings for the LDB library | 3 | 库 + python3-ldb-devel | libldb | Development files for the Python bindings for the LDB library | Development files for the Python bindings for the LDB library | 2 | 库 + python3-libcomps | libcomps | Python3 bindings for libcomps library. | Python 3 bindings for libcomps library | 3 | 库 + python3-libcst | python-libcst | LibCST parses Python source code as a CST tree that keeps all formattingdetails (comments, whitespaces, parentheses, etc). It's useful for buildingautomated refactoring (codemod) applications and linters.LibCST creates a compromise between an Abstract Syntax Tree (AST) and atraditional Concrete Syntax Tree (CST). By carefully reorganizing and namingnode types and fields, it creates a lossless CST that looks and feels like anAST. | A concrete syntax tree with AST-like properties for Python 3 | 3 | 库 + python3-libdnf | libdnf | python 3 bindings for the libdnf library. | Python 3 bindings for the libdnf library. | 2 | 库 + python3-libevdev | python-libevdev | python-libevdev is a wrapper around the libevdev C library, with a pythonicAPI. libevdev makes it easy to* read and parse events from an input device* create a virtual input device and make it send events* duplicate an existing device and modify the event stream | Python bindings to the libevdev evdev device wrapper library | 2 | 库 + python3-libfdt | dtc | This package provides python2 bindings for libfdt | Python 3 bindings for device tree library | 3 | 库 + python3-libftdi | libftdi | Libftdi Python 3 Language bindings. | Libftdi library Python 3 binding | 2 | 库 + python3-libguestfs | libguestfs | python3-libguestfs contains Python 3 bindings for libguestfs. | Python 3 bindings for libguestfs | 2 | 库 + python3-libipa_hbac | sssd | The python3-libipa_hbac contains the bindings so that libipa_hbac can beused by Python applications. | Python3 bindings for the FreeIPA HBAC Evaluator library | 3 | 服务 + python3-libiptcdata | libiptcdata | The libiptcdata-python package contains a Python module that allows Pythonapplications to use the libiptcdata API for reading and writing IPTCmetadata in images. | Python bindings for libiptcdata | 3 | 库 + python3-libmodulemd | libmodulemd | Python 3 bindings for libmodulemd. | Python 3 bindings for libmodulemd | 3 | 库 + python3-libmount | util-linux | The libmount-python package contains a module that permits applicationswritten in the Python programming language to use the interfacesupplied by the libmount library to work with mount tables (fstab,mountinfo, etc) and mount filesystems. | Python bindings for the libmount library | 3 | 工具 + python3-libnacl | python-libnacl | python-libnacl is used to gain direct access to the functions exposed byDaniel J. Bernstein’s nacl library via libsodium. It has been constructedto maintain extensive documentation on how to use nacl as well as beingcompletely portable. | Python bindings for libsodium based on ctypes | 2 | 库 + python3-libnacl-doc | python-libnacl | The python-libnacl-doc package contains documentation files for python-libnacl. | Documentation files for python-libnacl | 2 | 库 + python3-libnl3 | libnl3 | Python 3 bindings for libnl3 | libnl3 binding for Python 3 | 2 | 库 + python3-libpamtest | pam_wrapper | If you plan to develop python tests for a PAM module you can use thislibrary, which simplifies testing of modules. This subpackage includesthe header files for libpamtest | A python wrapper for libpamtest | 2 | 库 + python3-libplist | libplist | libplist, python2 libraries and bindings. | Python3 bindings for libplist | 2 | 库 + python3-libproxy | libproxy | The python3 binding for libproxy | Binding for libproxy and python3 | 2 | 库 + python3-librepo | librepo | Python 3 bindings for the librepo library. | Python 3 bindings for the librepo library | 3 | 库 + python3-libreport | libreport | Python 3 bindings for report-libs. | Python 3 bindings for report-libs | 3 | 库 + python3-libs | python3.10 | This package contains runtime libraries for use by Python:- the majority of the Python standard library- a dynamically linked library for use by applications that embed Python as a scripting language, and by the main "python3" executable | Python runtime libraries | 2 | 工具 + python3-libselinux | libselinux | The libselinux-python3 package contains python 3 bindings for developingSELinux applications. | SELinux python 3 bindings for libselinux | 3 | 库 + python3-libsemanage | libsemanage | The libsemanage-python3 package contains the python 3 bindings for developingSELinux management applications. | semanage python 3 bindings for libsemanage | 2 | 库 + python3-libsss_nss_idmap | sssd | The python3-libsss_nss_idmap contains the bindings so that libsss_nss_idmap canbe used by Python applications. | Python3 bindings for libsss_nss_idmap | 2 | 服务 + python3-libstoragemgmt | libstoragemgmt | This contains python 3 client libraries as well as python frameworksupport and open source plug-ins written in python 3. | Python 3 client libraries and plug-in support for libstoragemgmt | 3 | 库 + python3-libuser | libuser | The python3-libuser package contains the Python bindings forthe libuser library, which provides a Python 3 API for manipulating andadministering user and group accounts. | Python 3 bindings for the libuser library | 3 | 库 + python3-libvirt | libvirt-python | The python3-libvirt package contains a module that permits applicationswritten in the Python 3.x programming language to use the interfacesupplied by the libvirt library to use the virtualization capabilitiesof recent versions of Linux (and other OSes). | The libvirt virtualization API python3 binding | 2 | 库 + python3-libxml2 | libxml2 | The libxml2-python3 package contains a Python 3 module that permitsapplications written in the Python programming language, version 3, to use theinterface supplied by the libxml2 library to manipulate XML files.This library allows to manipulate XML files. It includes supportto read, modify and write XML and HTML files. There is DTDs supportthis includes parsing and validation even with complex DTDs, eitherat parse time or later once the document has been modified. | Python 3 bindings for the libxml2 library | 3 | 库 + python3-linkify-it-py | python-linkify-it-py | This is a Python port of linkify-it [1], a link recognition library withFULL unicode support. It is focused on high quality link patterndetection in plain text. See a JavaScript demo [2].References:[1] https://github.com/markdown-it/linkify-it[2] https://markdown-it.github.io/linkify-it/ | Link recognition library with full Unicode support | 2 | 库 + python3-linkify-it-py-doc | python-linkify-it-py | doc files for python3-linkify-it-py | doc files for python3-linkify-it-py | 2 | 库 + python3-linux-procfs | python-linux-procfs | Abstractions to extract information from the Linux kernel /proc files. | Linux /proc abstraction classes | 2 | 库 + python3-lit | python-lit | lit is a tool used by the LLVM project for executing its test suites. | LLVM lit test runner for Python 3 | 2 | 库 + python3-littleutils | python-littleutils | Small collection of Python utilities. | Small collection of Python utilities | 2 | 库 + python3-lldb | lldb | The package contains the LLDB Python module. | Python module for LLDB | 2 | 工具 + python3-logutils | python-logutils | The logutils package provides a set of handlers for the Python standardlibrary's logging package.Some of these handlers are out-of-scope for the standard library, and sothey are packaged here. Others are updated versions which have appeared inrecent Python releases, but are usable with older versions of Python and soare packaged here. | Logging utilities | 2 | 库 + python3-logutils-doc | python-logutils | The python-logutils-doc package contains documentation files for python-logutils. | Documentation files for python-logutils | 2 | 库 + python3-lttngust | lttng-ust | The python3-lttngust package contains libraries needed to instrumentapplications that use lttng-ust's Python logging backend. | Python bindings for LTTng UST | 3 | 服务 + python3-lxml | python-lxml | lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. Itprovides safe and convenient access to these libraries using the ElementTree Itextends the ElementTree API significantly to offer support for XPath, RelaxNG,XML Schema, XSLT, C14N and much more.To contact the project, go to the projecthome page < or see our bug tracker at case you want to use the current ...Python 3 version. | XML processing library combining libxml2/libxslt with the ElementTree API | 3 | 库 + python3-lz4 | python-lz4 | Python 3 bindings for the lz4 compression library. | LZ4 Bindings for Python 3 | 2 | 库 + python3-lz4-doc | python-lz4 | Doc files for python-lz4 | LZ4 Bindings for Python 3 | 2 | 库 + python3-mako | python-mako | Mako is a template library written in Python. It provides a familiar, non-XML\syntax which compiles into Python modules for maximum performance. Mako's\syntax and API borrows from the best ideas of many others, including Django | emplates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded\Python (i.e. Python Server Page) language, which refines the familiar ideas of\componentized layout and inheritance to produce one of the most straightforward\and flexible models available, while also maintaining close ties to Python\calling and scoping semantics.This package contains the mako module built for use with python3. | Mako Templates for Python | 2 | 库 + python3-mallard-ducktype | python-mallard-ducktype | Parse Ducktype files and convert them to Mallard. | Parse Ducktype files and convert them to Mallard | 2 | 工具 + python3-mallard-ducktype-doc | python-mallard-ducktype | Doc files for python3-mallard-ducktype | Parse Ducktype files and convert them to Mallard | 2 | 库 + python3-markdown | python-markdown | This is a Python implementation of John Gruber's Markdown. It isalmost completely compliant with the reference implementation, thoughthere are a few known issues. | Markdown implementation in Python | 2 | 库 + python3-markdown-it-py | python-markdown-it-py | Markdown parser done right. Its features:Follows the CommonMark spec for baseline parsing.Has configurable syntax: you can add new rules and even replace existing ones.Pluggable: Adds syntax extensions to extend the parser.High speed & safe by default | Python port of markdown-it | 2 | 库 + python3-markdown-it-py+linkify | python-markdown-it-py | This is a metapackage bringing in linkify extras requires forpython3-markdown-it-py.It makes sure the dependencies are installed. | Metapackage for python3-markdown-it-py: linkify extras | 2 | 库 + python3-markdown-it-py+plugins | python-markdown-it-py | This is a metapackage bringing in plugins extras requires forpython3-markdown-it-py.It makes sure the dependencies are installed. | Metapackage for python3-markdown-it-py: plugins extras | 2 | 库 + python3-markdown-it-py-doc | python-markdown-it-py | doc files for python3-markdown-it-py | doc files for python3-markdown-it-py | 2 | 库 + python3-markupsafe | python-markupsafe | A library for safe markup escaping. Python 3 version. | Implements a XML/HTML/XHTML Markup safe string for Python 3 | 3 | 库 + python3-matplotlib | python-matplotlib | Matplotlib is a Python 2D plotting library which produces publicationquality figures in a variety of hardcopy formats and interactiveenvironments across platforms. Matplotlib can be used in Pythonscripts, the Python and IPython shell, web application servers, andvarious graphical user interface toolkits.Matplotlib tries to make easy things easy and hard things possible.You can generate plots, histograms, power spectra, bar charts,errorcharts, scatterplots, etc, with just a few lines of code. | Python 2D plotting library | 2 | 库 + python3-matplotlib-data | python-matplotlib | Data used by python-matplotlib | Data used by python-matplotlib | 2 | 库 + python3-matplotlib-data-fonts | python-matplotlib | Fonts used by python-matplotlib | Fonts used by python-matplotlib | 2 | 库 + python3-matplotlib-doc | python-matplotlib | Documentation files for python-matplotlib | Documentation files for python-matplotlib | 2 | 库 + python3-matplotlib-gtk3 | python-matplotlib | GTK3 backend for python3-matplotlib | GTK3 backend for python3-matplotlib | 3 | 库 + python3-matplotlib-gtk4 | python-matplotlib | GTK4 backend for python3-matplotlib | GTK4 backend for python3-matplotlib | 3 | 库 + python3-matplotlib-inline | python-matplotlib-inline | Inline Matplotlib backend for Jupyter | Inline Matplotlib backend for Jupyter | 2 | 库 + python3-matplotlib-qt5 | python-matplotlib | Qt5 backend for python3-matplotlib | Qt5 backend for python3-matplotlib | 2 | 库 + python3-matplotlib-test-data | python-matplotlib | Test data for python3-matplotlib | Test data for python3-matplotlib | 2 | 库 + python3-matplotlib-tk | python-matplotlib | Tk backend for python3-matplotlib | Tk backend for python3-matplotlib | 2 | 库 + python3-maxminddb | python-maxminddb | This is a Python module for reading MaxMind DB files. The module includes botha pure Python reader and an optional C extension. MaxMind DB is a binary fileformat that stores data indexed by IP address subnets (IPv4 or IPv6). | Documentation for maxminddb | 2 | 库 + python3-maxminddb-doc | python-maxminddb | This package provides the documentation for maxminddb. | Documentation for maxminddb | 2 | 库 + python3-mccabe | python-mccabe | Ned's script to check McCabe complexity.This module provides a plugin for flake8, the Python codechecker. | McCabe complexity checker | 2 | 库 + python3-mdit-py-plugins | python-mdit-py-plugins | Collection of core plugins for markdown-it-py. | Collection of plugins for markdown-it-py | 2 | 工具 + python3-mdit-py-plugins-doc | python-mdit-py-plugins | doc files for python3-mdit-py-plugins | doc files for python3-mdit-py-plugins | 2 | 库 + python3-mdurl | python-mdurl | URL utilities for markdown-it parser. | Markdown URL utilities | 2 | 工具 + python3-mdurl-doc | python-mdurl | doc files for python3-mdurl | doc files for python3-mdurl | 2 | 库 + python3-meh | python-meh | The python3-meh package is a python 3 library for handling, saving, and reportingexceptions. | A python 3 library for handling exceptions | 2 | 库 + python3-meh-gui | python-meh | The python3-meh-gui package provides a GUI for the python3-meh library. | Graphical user interface for the python3-meh library | 3 | 库 + python3-mistune | python-mistune | The fastest markdown parser in pure Python, inspired by marked. | Markdown parser for Python | 2 | 库 + python3-mistune-doc | python-mistune | The fastest markdown parser in pure Python, inspired by marked.This is the documentation package for python-mistune. | Documentation for python-mistune | 2 | 库 + python3-mock | python-mock | This is a deprecated package.The mock module is now part of the Python standard library,available as unittest.mock in Python 3.3 onwards. | Deprecated, use unittest.mock from the standard library instead | 2 | 库 + python3-mock-doc | python-mock | doc files for python3-mock | doc files for python3-mock | 2 | 库 + python3-mod_wsgi | mod_wsgi | The mod_wsgi adapter is an Apache module that provides a WSGI compliantinterface for hosting Python based web applications within Apache. Theadapter is written completely in C code against the Apache C runtime andfor hosting WSGI applications within Apache has a lower overhead than usingexisting WSGI adapters for mod_python or CGI. | A WSGI interface for Python web applications in Apache | 3 | 库 + python3-mod_wsgi-doc | mod_wsgi | The python3-mod_wsgi-doc package contains documentation files for python3-mod_wsgi. | Documentation files for python3-mod_wsgi | 3 | 库 + python3-more-itertools | python-more-itertools | Python's itertools library is a gem - you can compose elegant solutions fora variety of problems with the functions it provides. In more-itertools wecollect additional building blocks, recipes, and routines for working withPython iterables.' | More routines for operating on Python iterables, beyond itertools | 2 | 库 + python3-more-itertools-doc | python-more-itertools | The python3-more-itertools-doc package contains documentation files for python3-more-itertools. | Documentation files for python3-more-itertools | 2 | 工具 + python3-mpich | mpich | mpich support for Python 3. | mpich support for Python 3 | 3 | 库 + python3-mpmath | python-mpmath | Mpmath is a pure-Python library for multiprecision floating-pointarithmetic. It provides an extensive set of transcendental functions,unlimited exponent sizes, complex numbers, interval arithmetic,numerical integration and differentiation, root-finding, linearalgebra, and much more. Almost any calculation can be performed justas well at 10-digit or 1000-digit precision, and in many cases mpmathimplements asymptotically fast algorithms that scale well forextremely high precision work. If available, mpmath will (optionally)use gmpy to speed up high precision operations.If you require plotting capabilities in mpmath, install python3-matplotlib. | A pure Python library for multiprecision floating-point arithmetic | 2 | 库 + python3-mpmath-doc | python-mpmath | This package contains the HTML documentation for python-mpmath. | HTML documentation for python-mpmath | 2 | 库 + python3-multidict | python-multidict | Multidict is dict-like collection of key-value pairs where key might occur morethan once in the container. | MultiDict implementation | 2 | 库 + python3-multilib | python-multilib | A Python module that supports several multilib "methods" useful fordetermining if a 32-bit package should be included with its 64-bit analoguein a compose. | Configuration files for python-multilib | 2 | 库 + python3-multilib-doc | python-multilib | The python3-multilib-doc package contains documentation files for python3-multilib. | Documentation files for python-multilib | 2 | 库 + python3-munkres | python-munkres | The Munkres module provides an implementation of the Munkres algorithm (alsocalled the Hungarian algorithm or the Kuhn-Munkres algorithm). The algorithmmodels an assignment problem as an NxM cost matrix, where each elementrepresents the cost of assigning the ith worker to the jth job, and it figuresout the least-cost solution, choosing a single item from each row and column inthe matrix, such that no row and no column are used more than once. | A Munkres algorithm for Python | 2 | 库 + python3-munkres-doc | python-munkres | Doc files for python-flit-scm | A Munkres algorithm for Python | 2 | 工具 + python3-mypy | python-mypy | Mypy is an optional static type checker for Python. You can add typehints to your Python programs using the upcoming standard for typeannotations introduced in Python 3.5 beta 1 (PEP 484), and use mypy totype check them statically. Find bugs in your programs without evenrunning them! | A static type checker for Python | 2 | 库 + python3-mypy_extensions | python-mypy_extensions | The "mypy_extensions" module defines experimental extensions to the standard"typing" module that are supported by the mypy typechecker.Python 3 version. | Extensions for mypy (separated out from mypy/extensions) | 2 | 库 + python3-mysqlclient | python-mysqlclient | MySQLdb is an interface to the popular MySQL database server that providesthe Python database API. | MySQL/mariaDB database connector for Python | 2 | 服务 + python3-mysqlclient-doc | python-mysqlclient | Documentation for python-mysqlclient. | Documentation for python-mysqlclient | 2 | 库 + python3-myst-parser | python-myst-parser | A fully-functional markdown flavor and parser for Sphinx.MyST allows you to write Sphinx documentation entirely in markdown.MyST markdown provides a markdown equivalent of the reStructuredText syntax,meaning that you can do anything in MyST that you can do with reStructuredText.It is an attempt to have the best of both worlds: the flexibility andextensibility of Sphinx with the simplicity and readability of Markdown. | A commonmark compliant parser, with bridges to docutils & sphinx | 2 | 库 + python3-natsort | python-natsort | Python module which provides "natural sorting".Under natural sorting, numeric sub-strings are compared numerically,and the other word characters are compared lexically.Example:unsorted: ['a2', 'a9', 'a1', 'a4', 'a10']lexicographic sort: ['a1', 'a10', 'a2', 'a4', 'a9']natural sort: ['a1', 'a2', 'a4', 'a9', 'a10'] | Python library that sorts lists using the "natural order" sort | 2 | 库 + python3-natsort-doc | python-natsort | doc files for python3-natsort | Python library that sorts lists using the "natural order" sort | 2 | 库 + python3-nbclient | python-nbclient | NBClient, a client library for programmatic notebook execution, is a tool forrunning Jupyter Notebooks in different execution contexts. NBClient was spunout of nbconvert (formerly ExecutePreprocessor). NBClient lets you execute notebooks. | A client library for executing notebooks | 2 | 工具 + python3-nbconvert | python-nbconvert | The nbconvert tool, jupyter nbconvert, converts notebooks to various otherformats via Jinja templates. The nbconvert tool allows you to convert an.ipynb notebook file into various static formats including HTML, LaTeX,PDF, Reveal JS, Markdown (md), ReStructured Text (rst) and executable script. | Converting Jupyter Notebooks | 2 | 工具 + python3-nbconvert-doc | python-nbconvert | Documentation for nbconvert | Documentation for nbconvert | 2 | 库 + python3-nbformat | python-nbformat | This package contains the base implementation of the Jupyter Notebook format,and Python APIs for working with notebooks. | The Jupyter Notebook format | 2 | 服务 + python3-nest-asyncio | python-nest-asyncio | By design asyncio does not allow its event loop to be nested.This presents a practical problem: When in an environmentwhere the event loop is already running it's impossible to run tasksand wait for the result. Trying to do so will give the error"RuntimeError: This event loop is already running".The issue pops up in various environments, such as web servers,GUI applications and in Jupyter notebooks.This module patches asyncio to allow nested use of asyncio.runand loop.run_until_complete. | Patch asyncio to allow nested event loops | 3 | 库 + python3-netaddr | python-netaddr | A network address manipulation library for PythonProvides support for:Layer 3 addresses * IPv4 and IPv6 addresses, subnets, masks, prefixes * iterating, slicing, sorting, summarizing and classifying IP networks * dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) * set based operations (unions, intersections etc) over IP addresses and subnets * parsing a large variety of different formats and notations * looking up IANA IP block information * generating DNS reverse lookups * supernetting and subnettingLayer 2 addresses * representation and manipulation MAC addresses and EUI-64 identifiers * looking up IEEE organisational information (OUI, IAB) * generating derived IPv6 addresses | A pure Python network address representation and manipulation library | 2 | 库 + python3-netaddr-shell | python-netaddr | An IPython-based shell environment for the netaddr library | An IPython-based shell environment for the netaddr library | 2 | 库 + python3-netifaces | python-netifaces | This package provides a cross platform API for getting address informationfrom network interfaces. | Python 3 library to retrieve information about network interfaces | 2 | 库 + python3-net-snmp | net-snmp | The 'netsnmp' module provides a full featured, tri-lingual SNMP (SNMPv3,SNMPv2c, SNMPv1) client API. The 'netsnmp' module internals rely on theNet-SNMP toolkit library. | The Python 'netsnmp' module for the Net-SNMP | 2 | 库 + python3-networkx | python-networkx | NetworkX is a Python 3 package for the creation, manipulation, andstudy of the structure, dynamics, and functions of complex networks. | Creates and Manipulates Graphs and Networks | 2 | 库 + python3-newt | newt | The python3-newt package contains the Python 3 bindings for the newt libraryproviding a python API for creating text mode interfaces. | Python 3 bindings for newt | 3 | 库 + python3-nftables | nftables | This package provides the nftables python module provides an interface to libnftablesvia ctypes. | Python module providing an interface to libnftables | 2 | 工具 + python3-nocasedict | python-nocasedict | Class NocaseDict is a case-insensitive ordered dictionarythat preserves the original lexical case of its keys. | A case-insensitive ordered dictionary for Python | 2 | 库 + python3-nocasedict-doc | python-nocasedict | Doc files for python3-nocasedict | Doc files for python-nocasedict | 2 | 库 + python3-nocaselist | python-nocaselist | Class NocaseList is a case-insensitive list that preserves the lexical case of its items. | A case-insensitive list for Python | 2 | 库 + python3-nocaselist-doc | python-nocaselist | Doc files for python3-nocaselist | Doc files for python-nocaselist | 2 | 库 + python3-nodeenv | python-nodeenv | nodeenv (node.js virtual environment) is a tool to create isolated node.jsenvironments.It creates an environment that has its own installation directories, thatdoesn’t share libraries with other node.js virtual environments. | Node.js virtual environment builder | 3 | 库 + python3-notebook | python-notebook | The Jupyter Notebook is a web application that allows you to create andshare documents that contain live code, equations, visualizations, andexplanatory text. The Notebook has support for multiple programminglanguages, sharing, and interactive widgets. | A web-based notebook environment for interactive computing | 2 | 工具 + python3-notebook-shim | python-notebook-shim | This project provides a way for JupyterLab and other frontendsto switch to Jupyter Server for their Python Web application backend. | A shim layer for notebook traits and config | 2 | 服务 + python3-numpy | numpy | Python3-numpy is a Python package that provides support for the creationand manipulation of arrays and matrices. It is designed to be efficientand can handle large, multi-dimensional arrays and matrices with ease.It also includes mathematical functions for performing operations on these arrays. | A fast multidimensional array facility for Python | 3 | 库 + python3-numpydoc | python-numpydoc | Numpydoc inserts a hook into Sphinx's autodoc that converts docstringsfollowing the NumPy/SciPy format to a form palatable to Sphinx. | Sphinx extension to support docstrings in NumPy format | 3 | 库 + python3-numpy-doc | numpy | Document package for 1:1.24.2-3.an23 | Documentation for numpy | 2 | 库 + python3-numpy-f2py | numpy | python3-numpy-f2py is a package in Python 3 that provides the f2py utility for NumPy.f2py is a tool that is used to wrap Fortran code in Python. It is often used fornumerical and scientific computing tasks, as Fortran is a high-performance languagethat is particularly well-suited for these types of calculations.The python3-numpy-f2py package is a dependency of NumPy, which is a popular Pythonlibrary for numerical computing. It is used to interface with existing Fortran code,making it easier to use with Python. By using f2py, users can call Fortran routinesin their Python code, and pass data back and forth between the two languages. | f2py for numpy | 3 | 库 + python3-oauthlib | python-oauthlib | OAuthLib is a generic utility which implements the logic of OAuth withoutassuming a specific HTTP request object or web framework. Use it to graftOAuth client support onto your favorite HTTP library, or provider supportonto your favourite web framework. If you're a maintainer of such alibrary, write a thin veneer on top of OAuthLib and get OAuth support forvery little effort. | An implementation of the OAuth request-signing logic | 2 | 库 + python3-oauthlib+signedtoken | python-oauthlib | This is a metapackage bringing in signedtoken extras requires forpython3-oauthlib.It makes sure the dependencies are installed. | Metapackage for python3-oauthlib: signedtoken extras | 2 | 库 + python3-olefile | python-olefile | olefile is a Python package to parse, read and write Microsoft OLE2 files(also called Structured Storage, Compound File Binary Format or CompoundDocument File Format), such as Microsoft Office 97-2003 documents,vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files,Outlook messages, StickyNotes, several Microscopy file formats, McAfeeantivirus quarantine files, etc.Python3 version. | Python package to parse, read and write Microsoft OLE2 files | 2 | 库 + python3-openmpi | openmpi | OpenMPI support for Python 3. | OpenMPI support for Python 3 | 3 | 库 + python3-openvswitch | openvswitch | Python bindings for the Open vSwitch database | Open vSwitch python3 bindings | 3 | 库 + python3-outcome | python-outcome | Outcome provides a function for capturing the outcome of a Python functioncall, so that it can be passed around. | Capture the outcome of Python function calls | 2 | 库 + python3-packaging | python-packaging | Reusable core utilities for various Python Packaging interoperabilityspecifications.This library provides utilities that implement the interoperabilityspecifications which have clearly one correct behaviour (eg: PEP 440) orbenefit greatly from having a single shared implementation (eg: PEP 425).The packaging project includes the following: version handling, specifiers,markers, requirements, tags, utilities. | Core utilities for Python packages | 2 | 库 + python3-pandas | python-pandas | pandas is an open source, BSD-licensed library providinghigh-performance, easy-to-use data structures and dataanalysis tools for the Python programming language. | Python library providing high-performance data analysis tools | 2 | 库 + python3-pandas+test | python-pandas | These are the tests for python3-pandas. This package:• Provides the “pandas.tests” package• Makes sure the “test” extra dependencies are installed• Carries additonal weak dependencies for running the tests | Tests and test extras for Pandas | 2 | 库 + python3-pandocfilters | python-pandocfilters | This package provides a few utility functions which make it easier towrite pandoc filters in Python. | Python module for writing pandoc filters | 2 | 库 + python3-parameterized | python-parameterized | Parameterized testing with any Python test framework. | Parameterized testing with any Python test framework | 2 | 库 + python3-paramiko | python-paramiko | Paramiko (a combination of the Esperanto words for "paranoid" and "friend") isa module for python 2.3 or greater that implements the SSH2 protocol for secure(encrypted and authenticated) connections to remote machines. Unlike SSL (akaTLS), the SSH2 protocol does not require hierarchical certificates signed by apowerful central authority. You may know SSH2 as the protocol that replacedtelnet and rsh for secure access to remote shells, but the protocol alsoincludes the ability to open arbitrary channels to remote services across anencrypted tunnel (this is how sftp works, for example).Python 3 version. | SSH2 protocol library for python | 2 | 库 + python3-parso | python-parso | Parso is a Python parser that supports error recovery and round-trip parsingfor different Python versions (in multiple Python versions). Parso is also ableto list multiple syntax errors in your python file. Parso has beenbattle-tested by jedi. It was pulled out of jedi to be useful for otherprojects as well. Parso consists of a small API to parse Python and analysethe syntax tree. | Parser that supports error recovery and round-trip parsing | 2 | 库 + python3-path | python-path | path.py implements path objects as first-class entities, allowing commonoperations on files to be invoked on those path objects directly. | Python 3 module wrapper for os.path | 2 | 库 + python3-pathspec | python-pathspec | Path Specification (pathspec) is a utility library for pattern matching of filepaths. So far this only includes Git's wildmatch pattern matching which itselfis derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. | Utility library for gitignore style pattern matching of file paths | 3 | 工具 + python3-pathspec-doc | python-pathspec | The python3-pathspec package contains documentation files for python3-pathspec. | Documentation files for python3-pathspec | 3 | 库 + python3-pbr | python-pbr | Manage dynamic plugins for Python applications | Python Build Reasonableness | 2 | 库 + python3-pbr-doc | python-pbr | The python-pbr-doc package contains documentation files for python-pbr. | Documentation files for python-pbr | 2 | 库 + python3-pcp | pcp | This python PCP module contains the language bindings forPerformance Metric API (PMAPI) monitor tools and PerformanceMetric Domain Agent (PMDA) collector tools written in Python3. | Performance Co-Pilot (PCP) Python3 bindings and documentation | 2 | 服务 + python3-pdm-pep517 | python-pdm-pep517 | This is the backend for PDM projects, while you can also use it alone. Itreads the metadata of PEP 621 format and coverts it to Core metadata. | Yet another PEP 517 backend | 2 | 库 + python3-pecan | python-pecan | A WSGI object-dispatching web framework, designed to be lean andfast with few dependencies | A lean WSGI object-dispatching web framework | 2 | 库 + python3-pecan-doc | python-pecan | The python-pecan-doc package contains documentation files for python-pecan. | Documentation files for python-pecan | 2 | 库 + python3-pefile | python-pefile | pefile is a multi-platform Python module to read and work with PortableExecutable (aka PE) files. Most of the information in the PE Header isaccessible, as well as all the sections, section's information and data.pefile requires some basic understanding of the layout of a PE file. Armedwith it it's possible to explore nearly every single feature of the file.Some of the tasks that pefile makes possible are:* Modifying and writing back to the PE image* Header Inspection* Sections analysis* Retrieving data* Warnings for suspicious and malformed values* Packer detection with PEiD’s signatures* PEiD signature generation | Python module for working with Portable Executable files | 2 | 库 + python3-pep440 | python-pep440 | A simple package with utils to check whether versions number match PEP 440. | A simple package with utils to check whether versions number match Pep 440 | 2 | 工具 + python3-pep517 | python-pep517 | This package contains wrappers around the hooks of standard APIfor systems which build Python packages, specified in PEP 517. | Wrappers to build Python packages using PEP 517 hooks | 2 | 库 + python3-pep517-doc | python-pep517 | The python-pep517-doc package contains documentation files for python-pep517. | Documentation files for python-pep517 | 2 | 库 + python3-perf | kernel | The python3-perf package contains a module that permits applicationswritten in the Python programming language to use the interfaceto manipulate perf events. | Python bindings for apps which will manipulate perf events | 2 | 库 + python3-pexpect | python-pexpect | Pexpect is a pure Python module for spawning child applications; controllingthem; and responding to expected patterns in their output. Pexpect works likeDon Libes' Expect. Pexpect allows your script to spawn a child application andcontrol it as if a human were typing commands. This package contains thepython3 version of this module.Pexpect can be used for automating interactive applications such as ssh, ftp,passwd, telnet, etc. It can be used to automate setup scripts for duplicatingsoftware package installations on different servers. And it can be used forautomated software testing. Pexpect is in the spirit of Don Libes' Expect, butPexpect is pure Python. Unlike other Expect-like modules for Python, Pexpectdoes not require TCL or Expect nor does it require C extensions to becompiled. It should work on any platform that supports the standard Pythonpty module. | Unicode-aware Pure Python Expect-like module | 2 | 库 + python3-pickleshare | python-pickleshare | PickleShare - a small ‘shelve’ like data store with concurrency support.Like shelve, a PickleShareDB object acts like a normal dictionary.Unlike shelve, many processes can access the database simultaneously.Changing a value in database is immediately visible to other processesaccessing the same database.Concurrency is possible because the values are stored in separate files.Hence the “database” is a directory where all files are governedby PickleShare. | Tiny 'shelve'-like database with concurrency support | 2 | 库 + python3-pid | python-pid | pid provides a PidFile class that manages PID files. PidFile features: - stale detection - locking using fcntl - chmod (default is 0o644) - chown - custom exceptionsPidFile can also be used as a context manager or a decorator. | PID file management library | 2 | 库 + python3-pillow | python-pillow | Python image processing library, fork of the Python Imaging Library (PIL)This library provides extensive file format support, an efficientinternal representation, and powerful image processing capabilities.There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt),devel (development) and doc (documentation). | Python 3 image processing library | 3 | 库 + python3-pillow-tk | python-pillow | Tk interface for pillow. | Tk interface for pillow | 2 | 库 + python3-pip | python-pip | pip is a package management system used to install and manage software packageswritten in Python. Many packages can be found in the Python Package Index(PyPI). pip is a recursive acronym that can stand for either "Pip InstallsPackages" or "Pip Installs Python". | A tool for installing and managing Python3 packages | 2 | 库 + python3-pkgconfig | python-pkgconfig | pkgconfig is a Python module to interface with the pkg-config command linetool and supports Python 2.6+.It can be used to* check if a package exists* check if a package meets certain version requirements* query CFLAGS and LDFLAGS* parse the output to build extensions with setup.pyIf pkg-config is not on the path, raises EnvironmentError.Python 3 version. | Python3 interface to the pkg-config command line tool | 2 | 库 + python3-pkgconfig-doc | python-pkgconfig | Doc files for python3-pkgconfig | Python3 interface to the pkg-config command line tool | 2 | 库 + python3-platformdirs | python-platformdirs | %{description} | A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". | 2 | 库 + python3-pluggy | python-pluggy | The plugin manager stripped of pytest specific details. | The plugin manager stripped of pytest specific details | 2 | 库 + python3-pluggy-doc | python-pluggy | doc files for python3-pluggy | doc files for python3-pluggy | 2 | 库 + python3-ply | python-ply | PLY is a zero-dependency Python implementation of the traditional parsing toolslex and yacc. It uses the same LALR(1) parsing algorithm as yacc and has mostof its core features. It is compatible with all modern versions of Python.PLY was originally created in 2001 to support an Introduction to Compilerscourse at the University of Chicago. As such, it has almost no features otherthan the core LALR(1) parsing algorithm. This is by design--students should bemade to suffer. Well, at least a little bit. However, from a more practicalpoint of view, there is a lot flexibility in terms of how you decide to use it.You can use PLY to build Abstract Syntax Trees (ASTs), simple one-pass compilers,protocol decoders, or even a more advanced parsing framework. | Python Lex-Yacc | 2 | 库 + python3-poetry-core | python-poetry-core | A PEP 517 build backend implementation developed for Poetry.This project is intended to be a light weight, fully compliant, self-containedpackage allowing PEP 517 compatible build frontends to build Poetry managedprojects. | Poetry PEP 517 Build Backend | 2 | 库 + python3-policycoreutils | policycoreutils | The python3-policycoreutils package contains the interfaces that can be usedby python 3 in an SELinux environment. | SELinux policy core python3 interfaces | 2 | 工具 + python3-portend | python-portend | por·tend pôrˈtend/ be a sign or warning that (something, especially somethingmomentous or calamitous) is likely to happen. | portend documentation | 2 | 工具 + python3-prettytable | python-prettytable | PrettyTable is a simple Python library designed to make it quick and easy torepresent tabular data in visually appealing ASCII tables. It was inspired bythe ASCII tables used in the PostgreSQL shell psql. PrettyTable allows forselection of which columns are to be printed, independent alignment of columns(left or right justified or centred) and printing of "sub-tables" by specifyinga row range. | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format | 2 | 库 + python3-productmd | python-productmd | Python library providing parsers for metadata related to composesand installation media. | Documentation files for python-productmd | 2 | 库 + python3-progressbar2 | python-progressbar2 | A text progress bar is typically used to display the progress of a long runningoperation, providing a visual cue that processing is underway.The progressbar is based on the old Python progressbar package that waspublished on the now defunct Google Code. Since that project was completelyabandoned by its developer and the developer did not respond to email, Idecided to fork the package. This package is still backwards compatible withthe original progressbar package so you can safely use it as a drop-inreplacement for existing project.The ProgressBar class manages the current progress, and the format of the lineis given by a number of widgets. | Text progress bar library for Python | 2 | 库 + python3-prometheus_client | python-prometheus_client | Python client for Prometheus. | Python client for Prometheus | 2 | 库 + python3-prometheus_client+twisted | python-prometheus_client | Python client for Prometheus."twisted" extras. | Python client for Prometheus | 2 | 库 + python3-prompt-toolkit | python-prompt-toolkit | prompt_toolkit is a library for building powerful interactive command lineapplications in Python. | Library for building powerful interactive command line applications in Python | 2 | 库 + python3-protobuf | protobuf | This package contains Python 3 libraries for Google Protocol Buffers | Python 3 bindings for Google Protocol Buffers | 3 | 库 + python3-psutil | python-psutil | psutil is a module providing an interface for retrieving information on allrunning processes and system utilization (CPU, memory, disks, network, users) ina portable way by using Python 3, implementing many functionalities offered bycommand line tools such as: ps, top, df, kill, free, lsof, free, netstat,ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap. | A process and system utilities module for Python | 2 | 库 + python3-psycopg2 | python-psycopg2 | Psycopg is the most popular PostgreSQL adapter for the Pythonprogramming language. At its core it fully implements the Python DBAPI 2.0 specifications. Several extensions allow access to many of thefeatures offered by PostgreSQL. | Psycopg is the most popular PostgreSQL database adapter for the Python programming language. | 2 | 库 + python3-ptyprocess | python-ptyprocess | Launch a subprocess in a pseudo terminal (pty), and interact with both theprocess and its pty. | Run a subprocess in a pseudo terminal | 2 | 库 + python3-pure-eval | python-pure-eval | Python package that lets you safely evaluate certain AST nodeswithout triggering arbitrary code that may have unwanted side effects. | Safely evaluate AST nodes without side effects | 2 | 库 + python3-pwquality | libpwquality | This is pwquality Python module that provides Python bindingsfor the libpwquality library. These bindings can be usedfor easy password quality checking and generation of randompronounceable passwords from Python applications. | Python bindings for the libpwquality library | 2 | 库 + python3-py | python-py | The py lib is a Python development support library featuring thefollowing tools and modules: * py.path: uniform local and svn path objects * py.apipkg: explicit API control and lazy-importing * py.iniconfig: easy parsing of .ini files * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects | Library with cross-python path, ini-parsing, io, code, log facilities | 2 | 库 + python3-pyasn1 | python-pyasn1 | This is an implementation of ASN.1 types and codecs in the Python 3 programminglanguage. | ASN.1 tools for Python 3 | 2 | 库 + python3-pyasn1-doc | python-pyasn1 | Documentation for pyasn1. | Documentation for pyasn1 | 2 | 库 + python3-pyasn1-modules | python-pyasn1 | ASN.1 types modules for python3-pyasn1. | Modules for pyasn1 | 2 | 库 + python3-pyatspi | pyatspi | at-spi allows assistive technologies to access GTK-basedapplications. Essentially it exposes the internals of applications forautomation, so tools such as screen readers, magnifiers, or evenscripting interfaces can query and interact with GUI controls.This package includes a python3 client library for at-spi. | Python3 bindings for at-spi | 3 | 库 + python3-pybeam | python-pybeam | Python module to parse Erlang BEAM files. | Python module to parse Erlang BEAM files | 2 | 库 + python3-pybeam-doc | python-pybeam | doc files for python3-pybeam | doc files for python3-pybeam | 2 | 库 + python3-pybind11 | pybind11 | pybind11 is a lightweight header-only library that exposes C++ typesin Python and vice versa, mainly to create Python bindings of existingC++ code.This package contains the Python 3 files. | Development headers for pybind11 | 2 | 库 + python3-pycares | python-pycares | pycares is a Python module which provides an interface toc-ares. c-ares is a C library that performs DNS requests and nameresolutions asynchronously. | Python interface for c-ares | 2 | 库 + python3-pycares-doc | python-pycares | pycares is a Python module which provides an interface toc-ares. c-ares is a C library that performs DNS requests and nameresolutions asynchronously.This package contains documentation in reST and HTML formats. | Documentation for python-pycares | 2 | 库 + python3-pycdio | python-pycdio | The pycdio (and libcdio) libraries encapsulate CD-ROM reading andcontrol. Python programs wishing to be oblivious of the OS- anddevice-dependent properties of a CD-ROM can use this library. | A Python interface to the CD Input and Control library | 2 | 库 + python3-pycdio-doc | python-pycdio | The python3-pycdio-doc package contains documentations for python3-pycdio. | Documentation for python3-pycdio | 2 | 库 + python3-pycodestyle | python-pycodestyle | pycodestyle is a tool to check your Python code against some of the styleconventions in PEP 8. It has a plugin architecture, making new checks easy, andits output is parseable, making it easy to jump to an error location in youreditor.This is a version for Python 3. | Python style guide checker | 2 | 库 + python3-pycparser | python-pycparser | pycparser is a complete parser for the C language, written in pure Python.It is a module designed to be easily integrated into applications thatneed to parse C source code. | C parser and AST generator written in Python | 2 | 库 + python3-pycurl | python-pycurl | PycURL is a Python interface to libcurl. PycURL can be used to fetchobjects identified by a URL from a Python program, similar to theurllib Python module. PycURL is mature, very fast, and supports a lotof features. | Python interface to libcurl for Python 3 | 2 | 库 + python3-py-doc | python-py | doc files for python3-py | doc files for python3-py | 2 | 库 + python3-pyfakefs | python-pyfakefs | pyfakefs implements a fake file system that mocks the Python file systemmodules.Using pyfakefs, your tests operate on a fake file system in memory withouttouching the real disk. The software under test requires no modification towork with pyfakefs. | pyfakefs implements a fake file system that mocks the Python file system modules. | 2 | 库 + python3-pyfakefs-doc | python-pyfakefs | The doc package contains documentation files for python-pyfakefs. | Documentation files for python3-pyfakefs | 2 | 库 + python3-pyflakes | pyflakes | Pyflakes is similar to PyChecker in scope, but differs in that it doesnot execute the modules to check them. This is both safer and faster,although it does not perform as many checks. Unlike PyLint, Pyflakeschecks only for logical errors in programs; it does not perform anycheck on style. | A simple program which checks Python source files for errors | 2 | 库 + python3-pyflakes-doc | pyflakes | Documentation for pyflakes. | pyflakes documentation | 2 | 库 + python3-pygments | python-pygments | Pygments is a generic syntax highlighter suitable for use in code hosting,forums, wikis or other applications that need to prettify source code.Highlights are: * a wide range of over 500 languages and other text formats is supported * special attention is paid to details that increase highlighting quality * support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism * a number of output formats is available, among them HTML, RTF, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library | Syntax highlighting engine written in Python | 2 | 库 + python3-pylibmc | python-pylibmc | pylibmc is a client in Python 3 for memcached. It is a wrapperaround TangentOrg‘s libmemcached library. The interface isintentionally made as close to python-memcached as possible,so that applications can drop-in replace it. | Memcached client for Python | 3 | 库 + python3-pylibmc-doc | python-pylibmc | Memcached client for Python | Memcached client for Python | 2 | 库 + python3-pymemcache | python-pymemcache | pymemcache supports the following features:* Complete implementation of the memcached text protocol.* Configurable timeouts for socket connect and send/recv calls.* Access to the "noreply" flag, which can significantly increase the speed of writes.* Flexible, simple approach to serialization and deserialization.* The (optional) ability to treat network and memcached errors as cache misses. | A comprehensive, fast, pure Python memcached client | 2 | 库 + python3-pymongo | python-pymongo | The Python driver for MongoDB. This package contains the python3 version ofthis module. | Python driver for MongoDB | 2 | 库 + python3-pymongo-doc | python-pymongo | Documentation for python-pymongo. | Documentation for python-pymongo | 2 | 库 + python3-pymongo-gridfs | python-pymongo | GridFS is a storage specification for large objects in MongoDB. This packagecontains the python3 version of this module. | Python GridFS driver for MongoDB | 2 | 库 + python3-pynacl | python-pynacl | PyNaCl is a Python binding to the Networking and Cryptography library,a crypto library with the stated goal of improving usability, securityand speed.Python 3 version. | Python binding to the Networking and Cryptography (NaCl) library | 2 | 库 + python3-pyOpenSSL | pyOpenSSL | High-level wrapper around a subset of the OpenSSL library, includes among others * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes | Python 3 wrapper module around the OpenSSL library | 2 | 库 + python3-pyOpenSSL-doc | pyOpenSSL | The python3-pyOpenSSL-doc package contains documentation files for pyOpenSSL. | Documentation files for pyOpenSSL | 2 | 库 + python3-pyparsing | pyparsing | The pyparsing module is an alternative approach to creating and executingsimple grammars, vs. the traditional lex/yacc approach, or the use of regularexpressions. The pyparsing module provides a library of classes that clientcode uses to construct the grammar directly in Python code. | Documentation for pyparsing python package | 2 | 库 + python3-pyparted | pyparted | Python 3 module for GNU parted | Python 3 module for GNU parted | 2 | 工具 + python3-pyperclip | python-pyperclip | Pyperclip is a cross-platform Python module for copy and paste clipboardfunctions. | A cross-platform clipboard module for Python | 2 | 库 + python3-pyperclip-doc | python-pyperclip | Documentation for pyperclip | Pyperclip documentation | 2 | 库 + python3-pyproject-api | python-pyproject-api | API to interact with the python pyproject.toml based projects. | API to interact with the python pyproject.toml based projects | 2 | 库 + python3-pyproject-api-doc | python-pyproject-api | Doc files for python-pyproject-api | API to interact with the python pyproject.toml based projects | 2 | 库 + python3-pyproject-hooks | python-pyproject-hooks | This is a low-level library for calling build-backends inpyproject.toml-based project. It provides the basic functionalityto help write tooling that generates distribution files fromPython projects. | Wrappers to call pyproject.toml-based build backend hooks | 2 | 库 + python3-pyqt5-sip | python-pyqt5-sip | SIP is a tool that makes it very easy to create Python bindings for C and C++libraries. It was originally developed to create PyQt, the Python bindings forthe Qt toolkit, but can be used to create bindings for any C or C++ library. | The sip module support for PyQt5 | 2 | 工具 + python3-pyqt5-sip-doc | python-pyqt5-sip | Documentation files for python3-pyqt5-sip | Documentation files for python3-pyqt5-sip | 3 | 工具 + python3-pyrad | python-pyrad | pyrad is an implementation of a RADIUS client as described in RFC2865. It takescare of all the details like building RADIUS packets, sending them and decodingresponses. | Python RADIUS client | 2 | 库 + python3-pyroute2 | python-pyroute2 | PyRoute2 provides several levels of API to work with Netlinkprotocols, such as Generic Netlink, RTNL, TaskStats, NFNetlink,IPQ. | Pure Python netlink library | 2 | 库 + python3-pyrsistent | python-pyrsistent | Pyrsistent is a number of persistent collections (by some referred to asfunctional data structures). Persistent in the sense that they areimmutable.Pyrsistent is influenced by persistent data structures such as those foundin the standard library of Clojure. The data structures are designed toshare common elements through path copying. It aims at taking these conceptsand make them as pythonic as possible so that they can be easily integratedinto any python program without hassle. | Persistent/Immutable/Functional data structures for Python | 2 | 库 + python3-pyserial | python-pyserial | Python Serial Port Extension for Win32, OSX, Linux, BSD, Jython,IronPythonStable:- Documentation: - Download Page: Documentation: - ProjectHomepage: | Python Serial Port Extension | 2 | 库 + python3-pysocks | python-pysocks | PySocks lets you send traffic through SOCKS and HTTP proxy servers. It is amodern fork of SocksiPy with bug fixes and extra features.Acts as a drop-in replacement to the socket module. Seamlessly configure SOCKSproxies for any socket object by calling socket_object.set_proxy().* SOCKS proxy client for Python 2.7 and 3.4+* TCP supported* UDP mostly supported (issues may occur in some edge cases)* HTTP proxy client included but not supported or recommended (you should use urllib2's or requests' own HTTP proxy interface)* urllib2 handler included. pip install / setup.py install will automatically install the sockshandler module.This package is for Python3 version 3.10 only. | A Python SOCKS client module | 2 | 库 + python3-pytest | pytest | The pytest framework makes it easy to write small tests, yet scales to supportcomplex functional testing for applications and libraries. | Simple powerful testing with Python | 2 | 库 + python3-pytest-asyncio | python-pytest-asyncio | pytest-asyncio is an Apache2 licensed library, written in Python, for testingasyncio code with pytest.asyncio code is usually written in the form of coroutines, which makes itslightly more difficult to test using normal testing tools. pytest-asyncioprovides useful fixtures and markers to make testing easier. | Pytest support for asyncio | 2 | 库 + python3-pytest-asyncio-doc | python-pytest-asyncio | Documentation for python-pytest-asyncio. | python-pytest-asyncio documentation | 2 | 库 + python3-pytest-console-scripts | python-pytest-console-scripts | Pytest-console-scripts is a pytest plugin for running pythonscripts from within tests. | Pytest plugin for testing console scripts | 2 | 库 + python3-pytest-cov | python-pytest-cov | This plugin produces coverage reports. Compared to just using coverage run thisplugin does some extras: • Subprocess support: you can fork or run stuff in a subprocess and will get covered without any fuss. • Xdist support: you can use all of pytest-xdist’s features and still get coverage. • Consistent pytest behavior. If you run coverage run -m pytest you will have slightly different sys.path (CWD will be in it, unlike when running pytest).All features offered by the coverage package should work, either throughpytest-cov’s command line options or through coverage’s config file. | Coverage plugin for pytest | 2 | 库 + python3-pytest-cov-doc | python-pytest-cov | Doc files for python-pytest-cov | Coverage plugin for pytest | 2 | 库 + python3-pytest-datadir | python-pytest-datadir | This package contains a pytest plugin for manipulating test datadirectories and files. | Pytest plugin for test data directories and files | 2 | 库 + python3-pytest-forked | python-pytest-forked | The pytest-forked plugin extends py.test by adding an option to run tests inisolated forked subprocesses. This is useful if you have tests involving C orC++ libraries that might crash the process. To use the plugin, simply use the--forked argument when invoking py.test. | py.test plugin for running tests in isolated forked subprocesses | 2 | 库 + python3-pytest-forked-doc | python-pytest-forked | Doc files for python3-pytest-forked | py.test plugin for running tests in isolated forked subprocesses | 2 | 库 + python3-pytest-httpserver | python-pytest-httpserver | This library is designed to help to test http clients without contactingthe real http server. In other words, it is a fake http server which isaccessible via localhost can be started with the pre-defined expectedhttp requests and their responses. | HTTP server for pytest | 2 | 库 + python3-pytest-jupyter | python-pytest-jupyter | A set of pytest plugins for Jupyter libraries and extensions. | A pytest plugin for testing Jupyter libraries and extensions | 2 | 库 + python3-pytest-jupyter+client | python-pytest-jupyter | This is a metapackage bringing in client extras requires forpython3-pytest-jupyter.It makes sure the dependencies are installed. | Metapackage for python3-pytest-jupyter: client extras | 2 | 库 + python3-pytest-jupyter+server | python-pytest-jupyter | This is a metapackage bringing in server extras requires forpython3-pytest-jupyter.It makes sure the dependencies are installed. | Metapackage for python3-pytest-jupyter: server extras | 2 | 库 + python3-pytest-mock | python-pytest-mock | This plugin installs a mocker fixture which is a thin-wrapper around thepatching API provided by the mock package, but with the benefit of not havingto worry about undoing patches at the end of a test. | Thin-wrapper around the mock package for easier use with py.test | 2 | 库 + python3-pytest-mock-doc | python-pytest-mock | The python-pytest-mock-doc package contains documentation files for python-pytest-mock. | Documentation files for python-pytest-mock | 2 | 库 + python3-pytest-param-files | python-pytest-param-files | A package to generate parametrized pytests from external files.Create a text file with the dot format, then use the `param_file` pytest markerto create a parametrized test. | Create pytest parametrize decorators from external files | 2 | 库 + python3-pytest-randomly | python-pytest-randomly | Pytest plugin to randomly order tests and control random.seed. | Pytest plugin to randomly order tests and control random.seed | 2 | 库 + python3-pytest-regressions | python-pytest-regressions | This pytest plugin makes it simple to test general data, images, files,and numeric tables by saving *expected* data in a *data directory*(courtesy of pytest-datadir) that can be used to verify that future runsproduce the same data. | Pytest fixtures for writing regression tests | 2 | 库 + python3-pytest-regressions+dataframe | python-pytest-regressions | This is a metapackage bringing in dataframe extras requires forpython3-pytest-regressions.It makes sure the dependencies are installed. | Metapackage for python3-pytest-regressions: dataframe extras | 2 | 库 + python3-pytest-regressions+image | python-pytest-regressions | This is a metapackage bringing in image extras requires forpython3-pytest-regressions.It makes sure the dependencies are installed. | Metapackage for python3-pytest-regressions: image extras | 2 | 库 + python3-pytest-regressions+num | python-pytest-regressions | This is a metapackage bringing in num extras requires forpython3-pytest-regressions.It makes sure the dependencies are installed. | Metapackage for python3-pytest-regressions: num extras | 2 | 库 + python3-pytest-regressions-doc | python-pytest-regressions | Documentation for python-pytest-regressions. | Documentation for python-pytest-regressions | 2 | 库 + python3-pytest-rerunfailures | python-pytest-rerunfailures | pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminateintermittent failures. | A py.test plugin that re-runs failed tests to eliminate flakey failures | 2 | 工具 + python3-pytest-runner | python-pytest-runner | Setup scripts can use pytest-runner to add setup.py test support for pytest runner.Python 3 version. | Invoke py.test as distutils command with dependency resolution | 2 | 库 + python3-pytest-timeout | python-pytest-timeout | This is a plugin which will terminate tests after a certain timeout. When doingso it will show a stack dump of all threads running at the time. This is usefulwhen running tests under a continuous integration server or simply if you don’tknow why the test suite hangs. | py.test plugin to abort hanging tests | 2 | 库 + python3-pytest-trio | python-pytest-trio | This is a pytest plugin to help you test projects that use Trio, a friendlylibrary for concurrency and async I/O in Python. | Pytest plugin for trio | 2 | 库 + python3-pytest-trio-doc | python-pytest-trio | Documentation for python-pytest-trio. | pytest-trio documentation | 2 | 库 + python3-pytest-xdist | python-pytest-xdist | The pytest-xdist plugin extends pytest with new test execution modes,the most used being distributing tests across multiple CPUsto speed up test execution: pytest -n autoWith this call, pytest will spawn a number of workers processes equalto the number of available CPUs, and distribute the tests randomly across them. | pytest plugin for distributed testing and loop-on-failing modes | 2 | 库 + python3-pytest-xdist+psutil | python-pytest-xdist | This is a metapackage bringing in psutil extras requires forpython3-pytest-xdist.It makes sure the dependencies are installed. | Metapackage for python3-pytest-xdist: psutil extras | 2 | 库 + python3-pytest-xdist+setproctitle | python-pytest-xdist | This is a metapackage bringing in setproctitle extras requires forpython3-pytest-xdist.It makes sure the dependencies are installed. | Metapackage for python3-pytest-xdist: setproctitle extras | 2 | 库 + python3-pytest-xdist-doc | python-pytest-xdist | Doc files for python3-pytest-xdist | Metapackage for python3-pytest-xdist: setproctitle extras | 2 | 库 + python3-pytoml | python-pytoml | A parser for TOML-0.4.0 | Parser for TOML | 2 | 库 + python3-pytz | pytz | pytz brings the Olson tz database into Python. This library allows accurateand cross platform timezone calculations using Python 2.3 or higher. Italso solves the issue of ambiguous times at the end of daylight savings,which you can read more about in the Python Library Reference(datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported. | World Timezone Definitions for Python | 2 | 库 + python3-pytz-doc | pytz | Doc files for python3-pytz | World Timezone Definitions for Python | 2 | 库 + python3-pyudev | python-pyudev | pyudev is a LGPL licensed, pure Python binding for libudev, the deviceand hardware management and information library for Linux. It supportsalmost all libudev functionality, you can enumerate devices, query deviceproperties and attributes or monitor devices, including asynchronousmonitoring with threads, or within the event loops of Qt, Glib or wxPython.The binding supports CPython 3 and PyPy. | A libudev binding | 2 | 库 + python3-pyudev-qt4 | python-pyudev | Qt4 integration for pyudev.This package provides a module pyudev.pyqt4 that contains classes forintegrating a pyudev monitor with the Qt4 main loop. | Qt4 integration for pyudev | 2 | 库 + python3-pyudev-qt5 | python-pyudev | Qt5 integration for pyudev.This package provides a module pyudev.pyqt5 that contains classes forintegrating a pyudev monitor with the Qt5 main loop. | Qt5 integration for pyudev | 2 | 库 + python3-pyverbs | rdma-core | Pyverbs provides a Python API over rdma-core, the Linux userspace C API for the RDMA stack. | Python3 API over IB verbs | 2 | 库 + python3-pywbem | pywbem | A WBEM client allows issuing operations to a WBEM server, using the CIMoperations over HTTP (CIM-XML) protocol defined in the DMTF standards DSP0200and DSP0201. The CIM/WBEM infrastructure is used for a wide variety of systemsmanagement tasks supported by systems running WBEM servers. See WBEM Standardsfor more information about WBEM. | Python3 WBEM Client and Provider Interface | 2 | 库 + python3-pywbem-doc | pywbem | Doc files for python3-pywbem | Doc files for pywbem | 3 | 库 + python3-pyxattr | pyxattr | Python extension module wrapper for libattr. It allows to query, list,add and remove extended attributes from files and directories. | Extended attributes library wrapper for Python | 2 | 库 + python3-pyxdg | python-pyxdg | PyXDG is a python library to access freedesktop.org standards. Thispackage contains a Python 3 version of PyXDG. | Python3 library to access freedesktop.org standards | 2 | 库 + python3-pyxdg-doc | python-pyxdg | doc files for python3-pyxdg | doc files for python3-pyxdg | 2 | 库 + python3-pyyaml | PyYAML | YAML is a data serialization format designed for human readability andinteraction with scripting languages. PyYAML is a YAML parser andemitter for Python.PyYAML features a complete YAML 1.1 parser, Unicode support, picklesupport, capable extension API, and sensible error messages. PyYAMLsupports standard YAML tags and provides Python-specific tags thatallow to represent an arbitrary Python object.PyYAML is applicable for a broad range of tasks from complexconfiguration files to object serialization and persistence. | YAML parser and emitter for Python | 2 | 库 + python3-qpid-proton | qpid-proton | Python language bindings for the Qpid Proton messaging framework. | Python language bindings for the Qpid Proton messaging framework | 3 | 服务 + python3-qt5 | python-qt5 | Python 3 bindings for Qt5. | Python 3 bindings for Qt5 | 3 | 库 + python3-qt5-base | python-qt5 | Python 3 bindings for Qt5 base. | Python 3 bindings for Qt5 base | 3 | 库 + python3-qt5-bluetooth | python-qt5 | Python 3 bindings for PyQt 5 bluetooth. | Python 3 bindings for PyQt 5 bluetooth | 3 | 库 + python3-qt5-core | python-qt5 | Python 3 bindings for PyQt 5 core. | Python 3 bindings for PyQt 5 core | 3 | 库 + python3-qt5-dbus | python-qt5 | Python 3 bindings for PyQt 5 dbus. | Python 3 bindings for PyQt 5 dbus | 3 | 库 + python3-qt5-designer | python-qt5 | Python 3 bindings for PyQt 5 designer. | Python 3 bindings for PyQt 5 designer | 2 | 库 + python3-qt5-devel | python-qt5 | Files needed to build other bindings for C++ classes that inherit from anyof the Qt5 classes | Development files for python3-qt5 | 3 | 库 + python3-qt5-gui | python-qt5 | Python 3 bindings for PyQt 5 gui. | Python 3 bindings for PyQt 5 gui | 2 | 库 + python3-qt5-location | python-qt5 | Python 3 bindings for PyQt 5 location. | Python 3 bindings for PyQt 5 location | 2 | 库 + python3-qt5-multimedia | python-qt5 | Python 3 bindings for PyQt 5 multimedia. | Python 3 bindings for PyQt 5 multimedia | 2 | 库 + python3-qt5-multimediawidgets | python-qt5 | Python 3 bindings for PyQt 5 multimediawidgets. | Python 3 bindings for PyQt 5 multimediawidgets | 3 | 库 + python3-qt5-network | python-qt5 | Python 3 bindings for PyQt 5 network. | Python 3 bindings for PyQt 5 network | 3 | 库 + python3-qt5-nfc | python-qt5 | Python 3 bindings for PyQt 5 nfc. | Python 3 bindings for PyQt 5 nfc | 2 | 库 + python3-qt5-opengl | python-qt5 | Python 3 bindings for PyQt 5 opengl. | Python 3 bindings for PyQt 5 opengl | 3 | 库 + python3-qt5-positioning | python-qt5 | Python 3 bindings for PyQt 5 positioning. | Python 3 bindings for PyQt 5 positioning | 2 | 库 + python3-qt5-printsupport | python-qt5 | Python 3 bindings for PyQt 5 printsupport. | Python 3 bindings for PyQt 5 printsupport | 3 | 库 + python3-qt5-qml | python-qt5 | Python 3 bindings for PyQt 5 qml. | Python 3 bindings for PyQt 5 qml | 3 | 库 + python3-qt5-quick | python-qt5 | Python 3 bindings for PyQt 5 quick. | Python 3 bindings for PyQt 5 quick | 3 | 库 + python3-qt5-quick3d | python-qt5 | Python 3 bindings for PyQt 5 quick3d. | Python 3 bindings for PyQt 5 quick3d | 3 | 库 + python3-qt5-quickwidgets | python-qt5 | Python 3 bindings for PyQt 5 quick. | Python 3 bindings for PyQt 5 quickwidgets | 3 | 库 + python3-qt5-remoteobjects | python-qt5 | Python 3 bindings for PyQt 5 remoteobjects. | Python 3 bindings for PyQt 5 remoteobjects | 2 | 库 + python3-qt5-sensors | python-qt5 | Python 3 bindings for PyQt 5 sensors. | Python 3 bindings for PyQt 5 sensors | 3 | 库 + python3-qt5-serialport | python-qt5 | Python 3 bindings for PyQt 5 serialport. | Python 3 bindings for PyQt 5 serialport | 2 | 库 + python3-qt5-sql | python-qt5 | Python 3 bindings for PyQt 5 sql. | Python 3 bindings for PyQt 5 sql | 2 | 库 + python3-qt5-svg | python-qt5 | Python 3 bindings for PyQt 5 svg. | Python 3 bindings for PyQt 5 svg | 3 | 库 + python3-qt5-test | python-qt5 | Python 3 bindings for PyQt 5 test. | Python 3 bindings for PyQt 5 test | 2 | 库 + python3-qt5-tools | python-qt5 | This package contains various support tools for PyQt5 developers: - a user interface compiler (pyuic5) - a resource file generator (pyrcc5) - a translation string finder (pylupdate5) | Development tools for PyQt5 | 2 | 工具 + python3-qt5-webchannel | python-qt5 | Python 3 bindings for PyQt 5 webchannel. | Python 3 bindings for PyQt 5 webchannel | 3 | 库 + python3-qt5-webkit | python-qt5 | Python 3 bindings for PyQt 5 webkit. | Python 3 bindings for PyQt 5 webkit | 3 | 库 + python3-qt5-webkitwidgets | python-qt5 | Python 3 bindings for PyQt 5 webkitwidgets. | Python 3 bindings for PyQt 5 webkitwidgets | 3 | 库 + python3-qt5-websockets | python-qt5 | Python 3 bindings for PyQt 5 websockets. | Python 3 bindings for PyQt 5 websockets | 3 | 库 + python3-qt5-widgets | python-qt5 | Python 3 bindings for PyQt 5 widgets. | Python 3 bindings for PyQt 5 widgets | 3 | 库 + python3-qt5-x11extras | python-qt5 | Python 3 bindings for PyQt 5 x11extras. | Python 3 bindings for PyQt 5 x11extras | 3 | 库 + python3-qt5-xml | python-qt5 | Python 3 bindings for PyQt 5 xml. | Python 3 bindings for PyQt 5 xml | 3 | 库 + python3-qt5-xmlpatterns | python-qt5 | Python 3 bindings for PyQt 5 xmlpatterns. | Python 3 bindings for PyQt 5 xmlpatterns | 3 | 库 + python3-rados | ceph | This package contains Python 3 libraries for interacting with Ceph RADOSobject store. | Python 3 libraries for the RADOS object store | 3 | 库 + python3-rbd | ceph | This package contains Python 3 libraries for interacting with Ceph RADOSblock device. | Python 3 libraries for the RADOS block device | 2 | 库 + python3-rdflib | python-rdflib | RDFLib is a pure Python package for working with RDF. RDFLib contains mostthings you need to work with RDF, including parsers and serializers forRDF/XML, N3, NTriples, N-Quads, Turtle, TriX, Trig and JSON-LD, a Graphinterface which can be backed by any one of a number of Store implementations,store implementations for in-memory, persistent on disk (Berkeley DB) andremote SPARQL endpoints, a SPARQL 1.1 implementation - supporting SPARQL 1.1Queries and Update statements - and SPARQL function extension mechanisms. | Python library for working with RDF | 2 | 库 + python3-rdflib-doc | python-rdflib | This package contains documentation for developer documentation for rdflib. | Documentation files for rdflib | 2 | 库 + python3-re-assert | python-re-assert | Show where your regex match assertion failed! | Show where your regex match assertion failed! | 2 | 库 + python3-recommonmark | python-recommonmark | A docutils-compatibility bridge to CommonMark.This allows you to write CommonMark inside of Docutils & Sphinx projects.Documentation is available on Read the Docs: http://recommonmark.readthedocs.org | docutils-compatibility bridge to CommonMark | 2 | 工具 + python3-recommonmark-doc | python-recommonmark | This package contains documentation for python-recommonmark. | docutils-compatibility bridge to CommonMark | 2 | 库 + python3-redis | python-redis | This is a Python 3 interface to the Redis key-value store. | Python 3 interface to the Redis key-value store | 2 | 库 + python3-regex | python-regex | This new regex implementation is intended eventually to replacePython's current re module implementation.For testing and comparison with the current 're' module the newimplementation is in the form of a module called 'regex'. | Alternative regular expression module, to replace re | 2 | 库 + python3-regex-doc | python-regex | This new regex implementation is intended eventually to replacePython's current re module implementation.For testing and comparison with the current 're' module the newimplementation is in the form of a module called 'regex'. | Alternative regular expression module, to replace re | 2 | 库 + python3-remoto | python-remoto | Execute remote commands or processes. | Execute remote commands or processes | 2 | 工具 + python3-repoze-lru | python-repoze-lru | repoze.lru is a LRU (least recently used) cache implementation. Keys and valuesthat are not used frequently will be evicted from the cache faster than keysand values that are used frequently. | A tiny LRU cache implementation and decorator | 2 | 库 + python3-repoze-lru-doc | python-repoze-lru | The python3-repoze-lru-doc package contains documentation files for python3-repoze-lru. | Documentation files for python3-repoze-lru | 2 | 库 + python3-repoze-sphinx-autointerface | python-repoze-sphinx-autointerface | This package defines an extension for the Sphinx documentation system.The extension allows generation of API documentation by introspection ofzope.interface instances in code. | Auto-generate Sphinx API docs from Zope interfaces | 2 | 库 + python3-requests | python-requests | Most existing Python modules for sending HTTP requests are extremely verbose andcumbersome. Python’s built-in urllib2 module provides most of the HTTPcapabilities you should need, but the API is thoroughly broken. This library isdesigned to make HTTP requests easy for developers. | HTTP library, written in Python, for human beings | 2 | 库 + python3-requests+security | python-requests | This is a metapackage bringing in security extras requires forpython3-requests.It makes sure the dependencies are installed. | Metapackage for python3-requests: security extras | 2 | 库 + python3-requests+socks | python-requests | This is a metapackage bringing in socks extras requires for python3-requests.It makes sure the dependencies are installed. | Metapackage for python3-requests: socks extras | 2 | 库 + python3-requests-cache | python-requests-cache | Requests-cache is a transparent persistentcache for the requests (version >= 1.1.0) library. | Persistent cache for requests library | 2 | 库 + python3-requests-download | python-requests-download | A convenient function to download to a file using requests.Basic usage: url = "https://github.com/takluyver/requests_download/archive/master.zip" download(url, "requests_download.zip")An optional headers= parameter is passed through to requests. | Download files using requests and save them to a target path | 2 | 工具 + python3-requests-file | python-requests-file | Requests-File is a transport adapter for use with the Requests Pythonlibrary to allow local file system access via file:// URLs.This is the Python 3 version of the requests_file module | Transport adapter for using file:// URLs with python3-requests | 2 | 库 + python3-requests-ftp | python-requests-ftp | requests-ftp is an implementation of a very stupid FTP transport adapter foruse with the awesome Requests Python library.This is the Python 3 version of the transport adapter module. | FTP transport adapter for python3-requests | 2 | 库 + python3-requests-gssapi | python-requests-gssapi | Requests is an HTTP library, written in Python, for human beings. Thislibrary adds optional GSSAPI authentication support and supportsmutual authentication. It includes a fully backward-compatible shimfor requests-kerberos. | A GSSAPI/SPNEGO authentication handler for python-requests | 2 | 库 + python3-requests-gssapi-doc | python-requests-gssapi | doc files for python3-requests-gssapi | doc files for python3-requests-gssapi | 2 | 库 + python3-requests-mock | python-requests-mock | requests-mock provides a building block to stub out the HTTP requests portionsof your testing code. You should checkout the docs for more information. | Mock out responses from the requests package | 2 | 库 + python3-requests-mock-doc | python-requests-mock | The python-requests-mock-doc package contains documentation files for python-requests-mock. | Documentation files for python-requests-mock | 2 | 库 + python3-requests-oauthlib | python-requests-oauthlib | This project provides first-class OAuth library support for python-request. | OAuthlib authentication support for Requests. | 2 | 库 + python3-requests-oauthlib-doc | python-requests-oauthlib | The python-requests-oauthlib-doc package contains documentation files for python-requests-oauthlib. | Documentation files for python-requests-oauthlib | 2 | 库 + python3-requests-toolbelt | python-requests-toolbelt | Requests toolbelt is a collection of utilities that some users ofpython-requests might need but do not belong in requests proper.The library is actively maintained by members of the requests coredevelopment team, and so reflects the functionality most requestedby users of the requests library. | Utility belt for advanced users of python-requests | 2 | 库 + python3-requests-unixsocket | python-requests-unixsocket | Use requests to talk HTTP via a UNIX domain socket. | Use requests to talk HTTP via a UNIX domain socket | 2 | 服务 + python3-responses | python-responses | A utility library for mocking out the requests Python library. | Python library to mock out calls with Python requests | 2 | 库 + python3-restructuredtext-lint | python-restructuredtext-lint | Lint reStructuredText linter files with an API or a CLI.It reports errors and warning including:- Unknown directives- Wrong usage of directives- Inconsistencies in title levels- Unexpected unindent | reStructuredText linter | 2 | 工具 + python3-rfc3339-validator | python-rfc3339-validator | A pure python RFC3339 validator. | Pure python RFC3339 validator | 2 | 库 + python3-rfc3986 | python-rfc3986 | A Python implementation of RFC 3986 including validation and authority parsing. | Validating URI References per RFC 3986 | 2 | 库 + python3-rfc3986+idna2008 | python-rfc3986 | This is a metapackage bringing in idna2008 extras requires for python3-rfc3986.It makes sure the dependencies are installed. | Metapackage for python3-rfc3986: idna2008 extras | 2 | 库 + python3-rfc3986-validator | python-rfc3986-validator | A pure python RFC3986 validator. | Pure python RFC3986 validator | 2 | 库 + python3-rfc3987 | python-rfc3987 | This module provides regular expressions according to RFC 3986 "UniformResource Identifier (URI): Generic Syntax" <http://tools.ietf.org/html/rfc3986>and RFC 3987 "Internationalized Resource Identifiers (IRIs)"<http://tools.ietf.org/html/rfc3987>, and utilities for composition andrelative resolution of references. | Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987) | 2 | 库 + python3-rgw | ceph | This package contains Python 3 libraries for interacting with Ceph RADOSgateway. | Python 3 libraries for the RADOS gateway | 2 | 服务 + python3-rich | python-rich | Rich is a Python library for rich text and beautiful formatting in the terminal.The Rich API makes it easy to add color and style to terminal output. Rich canalso render pretty tables, progress bars, markdown, syntax highlighted sourcecode, tracebacks, and more — out of the box. | Render rich text and beautiful formatting in the terminal | 2 | 库 + python3-routes | python-routes | Routes is a Python re-implementation of the Rails routes system for mappingURL's to Controllers/Actions and generating URL's. Routes makes it easy tocreate pretty and concise URL's that are RESTful with little effort.' | Routing Recognition and Generation Tools | 2 | 库 + python3-routes-doc | python-routes | The python-routes-doc package contains documentation files for python-routes. | Documentation files for python-routes | 2 | 库 + python3-rpm | rpm | python3-rpm provides a module that allows you to use the interface provided byRPM libraries in your Python 3 code. You can access various functions andclasses related to RPM packages and databases using this module.If you are developing Python 3 applications that need to interact with RPMPackage Manager libraries, you should install the python3-rpm package. | Python 3 bindings for apps which will manipulate RPM packages | 2 | 工具 + python3-rpmdeplint | rpmdeplint | Rpmdeplint is a tool to find errors in RPM packages in the context of theirdependency graph.This package provides a Python 3 API for performing the checks. | Tool to find errors in RPM packages in the context of their dependency graph | 2 | 工具 + python3-rpm-generators | python-rpm-generators | Dependency generators for Python RPMs. | Dependency generators for Python RPMs | 2 | 库 + python3-rpm-macros | python-rpm-macros | RPM macros for building Python 3 packages. | RPM macros for building Python 3 packages | 2 | 库 + python3-rrdtool | rrdtool | Python RRDtool bindings. | Python RRDtool bindings | 3 | 工具 + python3-rsa | python-rsa | Python-RSA is a pure-Python RSA implementation. It supports encryptionand decryption, signing and verifying signatures, and key generationaccording to PKCS#1 version 1.5. It can be used as a Python library aswell as on the command-line. | Pure-Python RSA implementation | 2 | 库 + python3-rsa-doc | python-rsa | The python-rsa-doc package contains documentation files for python-rsa. | Documentation files for python-rsa | 2 | 库 + python3-rst-linker | python-rst-linker | %{description} | Can add links and perform other custom replacements to rst | 2 | 服务 + python3-rtslib | python-rtslib | API for generic Linux SCSI kernel target. | API for Linux kernel LIO SCSI target | 2 | 库 + python3-ruamel-yaml | python-ruamel-yaml | ruamel.yaml is a YAML 1.2 loader/dumper package for Python.It is a derivative of Kirill Simonov’s PyYAML 3.11 | YAML 1.2 loader/dumper package for Python | 2 | 库 + python3-ruamel-yaml-clib | python-ruamel-yaml-clib | C version of reader, parser and emitter for ruamel.yaml derived from libyaml. | C version of reader, parser and emitter for ruamel.yaml derived from libyaml | 2 | 库 + python3-rust2rpm | rust-packaging | rust2rpm is a tool that automates the generation of RPM spec files forRust crates. | Generate RPM spec files for Rust packages | 2 | 工具 + python3-rust2rpm-core | rust-packaging | rust2rpm is a tool that automates the generation of RPM spec files forRust crates.This package contains the core functionality which doesn't depend onany third-party python packages. | Generate RPM spec files for Rust packages (core functionality) | 2 | 工具 + python3-samba | samba | The python3-samba package contains the Python 3 libraries needed by programsthat use SMB, RPC and other Samba provided protocols in Python 3 programs. | Samba Python3 libraries | 3 | 服务 + python3-samba-dc | samba | The python3-samba-dc package contains the Python libraries needed by programsto manage Samba AD. | Samba Python libraries for Samba AD | 2 | 服务 + python3-samba-devel | samba | The python3-samba-devel package contains the Python 3 devel files. | Samba python devel files | 2 | 服务 + python3-samba-test | samba | The python3-samba-test package contains the Python libraries used by the test suite of Samba.If you want to run full set of Samba tests, you need to install this package. | Samba Python libraries | 2 | 服务 + python3-satyr | satyr | Python 3 bindings for satyr. | Python 3 bindings for satyr | 3 | 库 + python3-schedutils | python-schedutils | Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}functions and friends. | Linux scheduler python bindings | 2 | 库 + python3-scikit-learn | python-scikit-learn | Scikit-learn integrates machine learning algorithms in the tightly-knitscientific Python world, building upon numpy, scipy, and matplotlib.As a machine-learning module, it provides versatile tools for data miningand analysis in any field of science and engineering. It strives to besimple and efficient, accessible to everybody, and reusablein various contexts. | Machine learning in Python | 2 | 库 + python3-scikit-learn-doc | python-scikit-learn | The python-scikit-learn-doc package contains documentation files for python-scikit-learn. | Documentation files for python-scikit-learn | 2 | 库 + python3-scipy | scipy | Scipy is open-source software for mathematics, science, andengineering. The core library is NumPy which provides convenient andfast N-dimensional array manipulation. The SciPy library is built towork with NumPy arrays, and provides many user-friendly and efficientnumerical routines such as routines for numerical integration andoptimization. Together, they run on all popular operating systems, arequick to install, and are free of charge. NumPy and SciPy are easy touse, but powerful enough to be depended upon by some of the world'sleading scientists and engineers. | Scientific Tools for Python | 3 | 库 + python3-scipy-doc | scipy | HTML documentation for Scipy | Scientific Tools for Python - documentation | 2 | 库 + python3-scons | scons | SCons is an Open Source software construction tool--that is, a buildtool; an improved substitute for the classic Make utility; a better wayto build software. SCons is based on the design which won the SoftwareCarpentry build tool design competition in August 2000.SCons "configuration files" are Python scripts, eliminating the needto learn a new build tool syntax. SCons maintains a global view ofall dependencies in a tree, and can scan source (or other) files forimplicit dependencies, such as files specified on #include lines. SConsuses MD5 signatures to rebuild only when the contents of a file havereally changed, not just when the timestamp has been touched. SConssupports side-by-side variant builds, and is easily extended with user-defined Builder and/or Scanner objects. | An Open Source software construction tool | 3 | 工具 + python3-scour | python-scour | An SVG scrubber. | An SVG scrubber | 2 | 库 + python3-secretstorage | python-SecretStorage | This module provides a way for securely storing passwords and other secrets.It uses D-Bus Secret Service API that is supported by GNOME Keyring (>= 2.30)and KSecretsService.The main classes provided are secretstorage.Item, representing a secret item(that has a label, a secret and some attributes) and secretstorage.Collection,a place items are stored in.SecretStorage supports most of the functions provided by Secret Service,including creating and deleting items and collections, editing items, lockingand unlocking collections (asynchronous unlocking is also supported). | Python bindings to FreeDesktop.org Secret Service API | 3 | 库 + python3-secretstorage-doc | python-SecretStorage | Documentation for SecretStorage. | SecretStorage documentation | 2 | 库 + python3-selenium | python-selenium | The selenium package is used automate web browser interaction from Python.Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer,PhantomJS), as well as the Remote protocol. | Python bindings for Selenium | 2 | 库 + python3-semantic_version | python-semantic_version | This small python library provides a few tools to handle semantic versioningin Python.Python 3 version | Library implementing the 'SemVer' scheme | 2 | 库 + python3-semantic_version-doc | python-semantic_version | Documentation for python-semantic_version. | Documentation for python-semantic_version | 2 | 库 + python3-semver | python-semver | Python module for semantic versioning. Simplifies comparing versions.Python 3 version. | Python helper for Semantic Versioning | 2 | 库 + python3-semver-doc | python-semver | The python-semver-doc package contains documentation files for python-semver. | Documentation files for python-semver | 2 | 库 + python3-send2trash | python-send2trash | Send2Trash is a small package that sends files to the Trash (or Recycle Bin)natively and on all platforms. On OS X, it uses native FSMoveObjectToTrashSyncCocoa calls, on Windows, it uses native (and ugly) SHFileOperation win32 calls.On other platforms, if PyGObject and GIO are available, it will use this.Otherwise, it will fallback to its own implementation of the trash specificationsfrom freedesktop.org. | Python library to natively send files to Trash | 2 | 库 + python3-service-identity | python-service-identity | Use this package if you use pyOpenSSL and don’t want to be MITMed, or if youwant to verify that a PyCA cryptography certificate is valid for a certainhostname or IP address. service-identity aspires to give you all the tools youneed for verifying whether a certificate is valid for the intended purposes.In the simplest case, this means host name verification. However,service-identity implements RFC 6125 fully and plans to add other relevant RFCstoo. | Service identity verification for pyOpenSSL | 2 | 工具 + python3-service-identity+idna | python-service-identity | This is a metapackage bringing in idna extras requires forpython3-service-identity.It makes sure the dependencies are installed. | Metapackage for python3-service-identity: idna extras | 2 | 库 + python3-service-identity-doc | python-service-identity | Use this package if you use pyOpenSSL and don’t want to be MITMed, or if youwant to verify that a PyCA cryptography certificate is valid for a certainhostname or IP address. service-identity aspires to give you all the tools youneed for verifying whether a certificate is valid for the intended purposes.In the simplest case, this means host name verification. However,service-identity implements RFC 6125 fully and plans to add other relevant RFCstoo.This is the documentation package for python-service-identity. | Documentation for python-service-identity | 2 | 库 + python3-setools | setools | The python package for setools. | Policy analysis tools for SELinux | 2 | 工具 + python3-setproctitle | python-setproctitle | Python module allowing a process to change its title as displayed bysystem tool such as ps and top.It's useful in multi-process systems, allowing to identify tasks each forkedprocess is busy with. This technique has been used by PostgreSQL and OpenSSH.It's based on PostgreSQL implementation which has proven to be portable. | Python module to customize a process title | 2 | 库 + python3-setuptools | python-setuptools | Setuptools is a collection of enhancements to the Python 3 distutils that allowyou to more easily build and distribute Python 3 packages, especially ones thathave dependencies on other packages.This package also contains the runtime components of setuptools, necessary toexecute the software that requires pkg_resources. | Easily build and distribute Python 3 packages | 2 | 工具 + python3-setuptools_scm | python-setuptools_scm | Setuptools_scm handles managing your Python package versions in SCM metadata.It also handles file finders for the supported SCMs. | Blessed package to manage your versions by SCM tags | 2 | 库 + python3-setuptools_scm+toml | python-setuptools_scm | This is a metapackage bringing in toml extras requires forpython3-setuptools_scm.It makes sure the dependencies are installed. | Metapackage for python3-setuptools_scm: toml extras | 2 | 库 + python3-setuptools_scm-doc | python-setuptools_scm | Doc files for python3-setuptools_scm | Metapackage for python3-setuptools_scm: toml extras | 2 | 库 + python3-setuptools-rust | python-setuptools-rust | Setuptools helpers for Rust Python extensions. Compile and distribute Pythonextensions written in Rust as easily as if they were written in C. | Setuptools Rust extension plugin | 2 | 库 + python3-setuptools-rust-doc | python-setuptools-rust | The python-setuptools-rust-doc package contains documentation files for python-setuptools-rust. | Documentation files for python-setuptools-rust | 2 | 库 + python3-sh | python-sh | sh is a full-fledged subprocess replacement for Python that allows you to callany program as if it were a function. sh is not a collection of systemcommands implemented in Python. | Python subprocess replacement | 2 | 库 + python3-sh-doc | python-sh | The python-sh-doc package contains documentation files for python-sh. | Documentation files for python-sh | 2 | 库 + python3-shellingham | python-shellingham | Shellingham detects what shell the current Python executable is running in. | Tool to detect surrounding Shell | 2 | 工具 + python3-simplejson | python-simplejson | simplejson is a simple, fast, complete, correct and extensible JSON<http://json.org> encoder and decoder for Python. It is pure Python codewith no dependencies, but includes an optional C extension for a serious speedboost.The encoder may be subclassed to provide serialization in any kind ofsituation, without any special support by the objects to be serialized(somewhat like pickle).The decoder can handle incoming JSON strings of any specified encoding (UTF-8by default).simplejson is the externally maintained development version of the JSON libraryincluded with Python. It gets updated more regularly than the JSON module inthe Python stdlib. | Simple, fast, extensible JSON encoder/decoder for Python 3 | 2 | 库 + python3-simplejson-doc | python-simplejson | Documentation for simplejson | simplejson documentation | 2 | 库 + python3-simpleline | python-simpleline | Simpleline is a Python3 library for creating text UI.It is designed to be used with line-based machinesand tools (e.g. serial console) so that every new lineis appended to the bottom of the screen.Printed lines are never rewritten! | A Python3 library for creating text UI | 2 | 库 + python3-six | python-six | Six is a Python 2 and 3 compatibility library. It provides utility functionsfor smoothing over the differences between the Python versions with the goalof writing Python code that is compatible on both Python versions. | Python 2 and 3 compatibility utilities | 2 | 库 + python3-slip | python-slip | The Simple Library for Python 3.x packages contain miscellaneous code forconvenience, extension and workaround purposes.This package provides the "slip" and the "slip.util" modules. | Convenience, extension and workaround code for Python 3.x | 2 | 库 + python3-slip-dbus | python-slip | The Simple Library for Python 3.x packages contain miscellaneous code forconvenience, extension and workaround purposes.This package provides slip.dbus.service.Object, which is a dbus.service.Objectderivative that ends itself after a certain time without being used and/or ifthere are no clients anymore on the message bus, as well as conveniencefunctions and decorators for integrating a dbus service with PolicyKit. | Convenience functions for dbus services in Python 3.x | 2 | 库 + python3-smartypants | python-smartypants | SmartyPants is a free web publishing plug-in for MovableType, Blosxom, and BBEdit that easily translates plain ASCIIpunctuation characters into “smart” typographic punctuation HTMLentities. | plug-in that easily translates ASCII punctuation characters into smart entities | 2 | 工具 + python3-smbios | libsmbios | Libsmbios is a library and utilities that can be used by client programs to getinformation from standard BIOS tables, such as the SMBIOS table.This package provides a Python interface to libsmbios | Python interface to Libsmbios C library | 2 | 库 + python3-sniffio | python-sniffio | You're writing a library. You've decided to be ambitious, and support multipleasync I/O packages, like Trio, and asyncio, and ... You've written a bunch ofclever code to handle all the differences. But... how do you know which pieceof clever code to run? This is a tiny package whose only purpose is to let youdetect which async library your code is running under. | Sniff out which async library your code is running under | 3 | 库 + python3-snowballstemmer | snowball | Stemming algorithms written in Python 3. | Stemming algorithms written in Python 3 | 2 | 库 + python3-solv | libsolv | Python bindings for the libsolv library. | Python bindings for the libsolv library | 2 | 库 + python3-sortedcontainers | python-sortedcontainers | SortedContainers is an Apache2 licensed sorted collections library, written inpure-Python, and fast as C-extensions. | Pure Python sorted container types | 2 | 库 + python3-sortedcontainers-doc | python-sortedcontainers | Documentation for sortedcontainers package. | Pure Python sorted container types | 2 | 库 + python3-soupsieve | python-soupsieve | Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.It aims to provide selecting, matching, and filtering using modern CSSselectors. Soup Sieve currently provides selectors from the CSS level 1specifications up through the latest CSS level 4 drafts and beyond (though someare not yet implemented).Soup Sieve was written with the intent to replace Beautiful Soup's builtinselect feature, and as of Beautiful Soup version 4.7.0, it now is. Soup Sievecan also be imported in order to use its API directly for more controlled,specialized parsing.Soup Sieve has implemented most of the CSS selectors up through the latest CSSdraft specifications, though there are a number that don't make sense in anon-browser environment. Selectors that cannot provide meaningful functionalitysimply do not match anything. | CSS selector library | 2 | 库 + python3-sphinx | python-sphinx | Sphinx makes it easy to create intelligent and beautiful documentation.Sphinx uses reStructuredText as its markup language, and many of itsstrengths come from the power and straightforwardness of reStructuredTextand its parsing and translating suite, the Docutils | Python documentation generator | 2 | 库 + python3-sphinx_lv2_theme | python-sphinx_lv2_theme | This is a minimal pure-CSS theme for Sphinx that uses the documentationstyle of the LV2 plugin specification and related projects.This theme is geared toward producing beautiful API documentation for C, C++,and Python that is documented using the standard Sphinx domains.The output does not use Javascript at all, and some common features are notimplemented, so this theme should not be considered a drop-in replacementfor typical Sphinx themes. | A minimal pure-CSS theme for Sphinx | 2 | 库 + python3-sphinx_lv2_theme-doc | python-sphinx_lv2_theme | This package contains documentation for developer documentation for sphinx_lv2_theme. | Documentation files for sphinx_lv2_theme | 2 | 库 + python3-sphinx_rtd_theme | python-sphinx_rtd_theme | This is a prototype mobile-friendly sphinx theme for readthedocs.org.It's currently in development and includes some rtd variable checks thatcan be ignored if you're just trying to use it on your project outsideof that site. | Sphinx theme for readthedocs.org | 3 | 库 + python3-sphinxcontrib-applehelp | python-sphinxcontrib-applehelp | sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. | Sphinx extension for Apple help books | 2 | 库 + python3-sphinxcontrib-applehelp-doc | python-sphinxcontrib-applehelp | doc files for python3-sphinxcontrib-applehelp | doc files for python3-sphinxcontrib-applehelp | 2 | 库 + python3-sphinxcontrib-devhelp | python-sphinxcontrib-devhelp | sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. | Sphinx extension for Devhelp documents | 2 | 库 + python3-sphinxcontrib-devhelp-doc | python-sphinxcontrib-devhelp | doc files for python3-sphinxcontrib-devhelp | doc files for python3-sphinxcontrib-devhelp | 2 | 库 + python3-sphinxcontrib-github-alt | python-sphinxcontrib-github-alt | Link to GitHub issues, pull requests, commits and users for a particularproject.It's called 'alt' because sphinxcontrib-github already exists. IPython &Jupyter projects have been using the syntax defined in this extension forsome time before we made it into its own package, so we didn't want toswitch to sphinxcontrib-github. | Link to GitHub issues, pull requests, commits and users from Sphinx docs | 2 | 库 + python3-sphinxcontrib-htmlhelp | python-sphinxcontrib-htmlhelp | sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. | Sphinx extension for HTML help files | 2 | 库 + python3-sphinxcontrib-htmlhelp-doc | python-sphinxcontrib-htmlhelp | doc files for python3-sphinxcontrib-htmlhelp | doc files for python3-sphinxcontrib-htmlhelp | 2 | 库 + python3-sphinxcontrib-httpdomain | python-sphinxcontrib-httpdomain | Using this Sphinx domain you can document your HTTP API. It includes supportfor generating documentation from Flask routing tables. | Sphinx domain for documenting HTTP APIs | 2 | 库 + python3-sphinxcontrib-httpdomain-doc | python-sphinxcontrib-httpdomain | doc files for python3-sphinxcontrib-httpdomain | doc files for python3-sphinxcontrib-httpdomain | 2 | 库 + python3-sphinxcontrib-jquery | python-sphinxcontrib-jquery | sphinxcontrib-jquery is a Sphinx extension that ensures that jQueryis always installed for use in Sphinx themes or extensions. | Extension to include jQuery on newer Sphinx releases | 2 | 库 + python3-sphinxcontrib-jquery-doc | python-sphinxcontrib-jquery | doc files for python3-sphinxcontrib-jquery | doc files for python3-sphinxcontrib-jquery | 2 | 库 + python3-sphinxcontrib-jsmath | python-sphinxcontrib-jsmath | sphinxcontrib-jsmath is a sphinx extension which renders display math in HTMLvia JavaScript. | Sphinx extension for math in HTML via JavaScript | 3 | 库 + python3-sphinxcontrib-jsmath-doc | python-sphinxcontrib-jsmath | doc files for python3-sphinxcontrib-jsmath | doc files for python3-sphinxcontrib-jsmath | 2 | 库 + python3-sphinxcontrib-qthelp | python-sphinxcontrib-qthelp | sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document. | Sphinx extension for QtHelp documents | 3 | 库 + python3-sphinxcontrib-qthelp-doc | python-sphinxcontrib-qthelp | doc files for python3-sphinxcontrib-qthelp | doc files for python3-sphinxcontrib-qthelp | 2 | 库 + python3-sphinxcontrib-serializinghtml | python-sphinxcontrib-serializinghtml | sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized"HTML files (json and pickle). | Sphinx extension for serialized HTML | 2 | 库 + python3-sphinxcontrib-serializinghtml-doc | python-sphinxcontrib-serializinghtml | doc files for python3-sphinxcontrib-serializinghtml | doc files for python3-sphinxcontrib-serializinghtml | 2 | 库 + python3-sphinxcontrib-spelling | python-sphinxcontrib-spelling | This package contains sphinxcontrib.spelling, a spelling checker forSphinx-based documentation. It uses PyEnchant to produce a report showingmisspelled words. | A spelling checker for Sphinx-based documentation | 2 | 库 + python3-sphinxcontrib-trio | python-sphinxcontrib-trio | This sphinx extension helps you document Python code that usesasync/await, or abstract methods, or context managers, or generators,or ... you get the idea. It works by making sphinx's regulardirectives for documenting Python functions and methods smarter andmore powerful. The name is because it was originally written for theTrio project, and I'm not very creative. But don't be put off –there's nothing Trio- or async-specific about this extension; anyPython project can benefit. (Though projects using async/awaitprobably benefit the most, since sphinx's built-in tools areespecially inadequate in this case.) | Make Sphinx better at documenting Python functions and methods | 2 | 库 + python3-sphinxcontrib-trio-doc | python-sphinxcontrib-trio | doc files for python3-sphinxcontrib-trio | doc files for python3-sphinxcontrib-trio | 2 | 库 + python3-sphinx-doc | python-sphinx | The python3-sphinx-doc package contains documentation files for python3-sphinx. | Documentation files for python3-sphinx | 2 | 库 + python3-sphinx-pytest | python-sphinx-pytest | Helpful pytest fixtures for sphinx extensions.This extension provides pytest fixtures to "simulate" convertingsome source text to docutils AST at different stages; before transforms,after transforms, etc. | Helpful pytest fixtures for sphinx extensions | 2 | 库 + python3-sphinx-theme-alabaster | python-sphinx-theme-alabaster | This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially asused in his Requests project), which was itself originally based on @mitsuhiko'stheme used for Flask & related projects. | Configurable sidebar-enabled Sphinx theme | 2 | 库 + python3-sphinx-typlog-theme | python-sphinx-typlog-theme | A sphinx theme sponsored by Typlog, created by Hsiaoming Yang. | A Sphinx theme sponsored by Typlog | 2 | 库 + python3-sqlparse | python-sqlparse | sqlparse is a tool for parsing SQL strings. It can generate pretty-printedrenderings of SQL in various formats.It is a python module, together with a command-line tool. | Non-validating SQL parser for Python | 2 | 库 + python3-sss | sssd | Provides python3 bindings: * function for retrieving list of groups user belongs to * class for obfuscation of passwords | Python3 bindings for sssd | 3 | 服务 + python3-sssdconfig | sssd | Provides python3 files for manipulation SSSD and IPA configuration files. | SSSD and IPA configuration file manipulation classes and functions | 2 | 服务 + python3-sss-murmur | sssd | Provides python3 module for calculating the murmur hash version 3 | Python3 bindings for murmur hash function | 2 | 服务 + python3-stack-data | python-stack-data | This is a library that extracts data from stack frames and tracebacks,particularly to display more useful tracebacks than the default. | Extract data from python stack frames and tracebacks for informative displays | 2 | 库 + python3-strict-rfc3339 | python-strict-rfc3339 | Goals:- Convert UNIX timestamps to and from RFC3339.- Either produce RFC3339 strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset.- Simple with minimal dependencies/libraries.- Avoid timezones as much as possible.- Be very strict and follow RFC3339. | Strict, simple, lightweight RFC3339 functions | 2 | 库 + python3-sybil | python-sybil | This library provides a way to test examples in your documentation by parsingthem from the documentation source and evaluating the parsed examples as partof your normal test run. Integration is provided for the three main Pythontest runners. | Automated testing for the examples in your documentation | 2 | 库 + python3-sympy | python-sympy | SymPy aims to become a full-featured computer algebra system (CAS)while keeping the code as simple as possible in order to becomprehensible and easily extensible. SymPy is written entirely inPython and does not require any external libraries. | A Python3 library for symbolic mathematics | 3 | 库 + python3-sympy-doc | python-sympy | HTML documentation for sympy. | Documentation for sympy | 2 | 库 + python3-sympy-examples | python-sympy | This package contains example input for sympy. | Sympy examples | 2 | 库 + python3-systemd | python-systemd | Python module for native access to the systemd facilities. Functionality isseparated into a number of modules:* systemd.journal supports sending of structured messages to the journal andreading journal files,* systemd.daemon wraps parts of libsystemd useful for writing daemons andsocket activation,* systemd.id128 provides functions for querying machine and boot identifiersand a lists of message identifiers provided by systemd,* systemd.login wraps parts of libsystemd used to query logged in users andavailable seats and machines. | Python wrappers for systemd functionality | 2 | 库 + python3-talloc | libtalloc | Python 3 libraries for creating bindings using talloc | Python bindings for the Talloc library | 3 | 库 + python3-talloc-devel | libtalloc | Development libraries for python3-talloc | Development libraries for python3-talloc | 2 | 库 + python3-tbb | tbb | this package contains the TBB module for python3. | Python 3 TBB module | 2 | 库 + python3-tblib | python-tblib | Traceback serialization library that allows you to: * Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery, etc). * Parse traceback strings and raise with the parsed tracebacks. | Traceback serialization library | 2 | 库 + python3-tdb | libtdb | Python3 bindings for libtdb | Python3 bindings for the Tdb library | 3 | 库 + python3-templated-dictionary | python-templated-dictionary | Dictionary where __getitem__() is run through Jinja2 template. | Dictionary with Jinja2 expansion | 2 | 库 + python3-tempora | python-tempora | Objects and routines pertaining to date and time (tempora). | Objects and routines pertaining to date and time (tempora) | 2 | 库 + python3-tempora-doc | python-tempora | The python3-tempora-doc package contains documentation files for python3-tempora. | Documentation files for python3-tempora | 2 | 库 + python3-termcolor | python-termcolor | A Python 3 version of ANSI Color formatting for output in terminal. | ANSI Color formatting for output in terminal | 2 | 库 + python3-terminado | python-terminado | This is a Tornado websocket backend for the term.js Javascript terminalemulator library. | Terminals served to term.js using Tornado websockets | 3 | 库 + python3-test | python3.10 | The self-test suite for the Python interpreter.This is only useful to test Python itself. For testing general Python code,you should use the unittest module from python3-libs, or a library such aspython3-pytest. | The self-test suite for the main python3 package | 2 | 库 + python3-testpath | python-testpath | Testpath is a collection of utilities for Python code working with files andcommands.It contains functions to check things on the filesystem, and tools formocking system commands and recording calls to those. | Test utilities for code working with files and commands | 2 | 库 + python3-testpath-doc | python-testpath | Documentation for python-testpath. | python-testpath documentation | 2 | 库 + python3-tevent | libtevent | Python 3 bindings for libtevent | Python 3 bindings for the Tevent library | 3 | 库 + python3-threadpoolctl | python-threadpoolctl | Python helpers to limit the number of threads used in thethreadpool-backed of common native libraries used for scientific computingand data science (e.g. BLAS and OpenMP).Fine control of the underlying thread-pool size can be useful inworkloads that involve nested parallelism so as to mitigateoversubscription issues. | Thread-pool Controls | 2 | 库 + python3-threadpoolctl-doc | python-threadpoolctl | The python-threadpoolctl-doc package contains documentation files for python-threadpoolctl. | Documentation files for python-threadpoolctl | 2 | 库 + python3-thrift | thrift | The python3-thrift package contains Python bindings for thrift. | Python 3 support for thrift | 2 | 库 + python3-tinycss2 | python-tinycss2 | tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite oftinycss with a simpler API, based on the more recent CSS Syntax Level 3specification. | Low-level CSS parser for Python 3 | 2 | 库 + python3-tkinter | python3.10 | The Tkinter (Tk interface) library is a graphical user interface toolkit forthe Python programming language. | A GUI toolkit for Python | 2 | 工具 + python3-tokenize-rt | python-tokenize-rt | The stdlib tokenize module does not properly roundtrip. This wrapperaround the stdlib provides two additional tokens ESCAPED_NL andUNIMPORTANT_WS, and a Token data type. Use src_to_tokens andtokens_to_src to roundtrip. This library is useful if you are writinga refactoring tool based on the python tokenization. | Wrapper for Python's stdlib `tokenize` supporting roundtrips | 2 | 库 + python3-toml | python-toml | TOML aims to be a minimal configuration file format that's easy to read due toobvious semantics. TOML is designed to map unambiguously to a hash table. TOMLshould be easy to parse into data structures in a wide variety of languages.This package loads toml file into python dictionary and dump dictionary intotoml file.This package is deprecated, use tomllib from the Python standard libraryor tomli/tomli-w. | A deprecated Python Library for Tom's Obvious, Minimal Language | 2 | 库 + python3-tomli | python-tomli | Tomli is a Python library for parsing TOML.Tomli is fully compatible with TOML v1.0.0. | A little TOML parser for Python | 2 | 库 + python3-tomli-doc | python-tomli | The python3-tomli-doc package contains documentation files for python3-tomli. | Documentation files for python3-tomli | 2 | 库 + python3-tomli-w | python-tomli-w | Tomli-W is a Python library for writing TOML. It is a write-only counterpartto Tomli, which is a read-only TOML parser. Tomli-W is fully compatiblewith TOML v1.0.0. | A Python library for writing TOML | 2 | 库 + python3-tomli-w-doc | python-tomli-w | The python3-tomli-w-doc package contains documentation files for python3-tomli-w. | A Python library for writing TOML | 2 | 库 + python3-tomlkit | python-tomlkit | TOML Kit is a 1.0.0-compliant TOML library.It includes a parser that preserves all comments, indentations, whitespace andinternal element ordering, and makes them accessible and editable via anintuitive API.You can also create new TOML documents from scratch using the provided helpers.Part of the implementation has been adapted, improved and fixed from Molten. | Style preserving TOML library | 2 | 库 + python3-tornado | python-tornado | Tornado is an open source version of the scalable, non-blocking webserver and tools.The framework is distinct from most mainstream web server frameworks(and certainly most Python frameworks) because it is non-blocking andreasonably fast. Because it is non-blocking and uses epoll, it canhandle thousands of simultaneous standing connections, which means it isideal for real-time web services. | Scalable, non-blocking web server and tools | 3 | 服务 + python3-tox-current-env | python-tox-current-env | The tox-current-env plugin allows to run tests in current Python environment. | Tox plugin to run tests in current Python environment | 2 | 库 + python3-tox-current-env-doc | python-tox-current-env | doc files for python3-tox-current-env | Tox plugin to run tests in current Python environment | 2 | 库 + python3-tpm2-pytss | python-tpm2-pytss | TPM2 TSS Python bindings for Enhanced System API (ESYS), Feature API (FAPI),Marshaling (MU), TCTI Loader (TCTILdr) and RC Decoding (rcdecode) libraries.It also contains utility methods for wrapping keys to TPM 2.0 data structuresfor importation into the TPM, unwrapping keys and exporting them from the TPM,TPM-less makecredential command and name calculations, TSS2 PEM Key formatsupport, importing Keys from PEM, DER and SSH formats, conversion fromtpm2-tools based command line strings and loading tpm2-tools context files. | TPM 2.0 TSS Bindings for Python | 2 | 库 + python3-tpm2-pytss-doc | python-tpm2-pytss | Doc files for python3-tpm2-pytss | Doc files for python3-tpm2-pytss | 2 | 工具 + python3-tqdm | python-tqdm | tqdm (read taqadum, تقدّم) means "progress" in Arabic.Instantly make your loops show a smart progress meter - just wrap any iterablewith "tqdm(iterable)", and you are done!Python 3 version. | Fast, Extensible Progress Meter | 2 | 库 + python3-traitlets | python-traitlets | A lightweight pure-Python derivative of Enthought Traits, used forconfiguring Python objects.This package powers the config system of IPython and Jupyter. | A lightweight derivative of Enthought Traits for configuring Python objects | 2 | 库 + python3-trio | python-trio | The Trio project's goal is to produce a production-quality, permissivelylicensed, async/await-native I/O library for Python. Like all async libraries,its main purpose is to help you write programs that do multiple things at thesame time with parallelized I/O. A web spider that wants to fetch lots ofpages in parallel, a web server that needs to juggle lots of downloads andwebsocket connections at the same time, a process supervisor monitoringmultiple subprocesses... that sort of thing. Compared to other libraries, Trioattempts to distinguish itself with an obsessive focus on usability andcorrectness. Concurrency is complicated; we try to make it easy to get thingsright. | A friendly Python library for async concurrency and I/O | 3 | 库 + python3-trove-classifiers | python-trove-classifiers | Canonical source for classifiers on PyPI.Classifiers categorize projects per PEP 301. Use this package to validateclassifiers in packages for PyPI upload or download. | Canonical source for classifiers on PyPI (pypi.org) | 2 | 库 + python3-trustme | python-trustme | You wrote a cool network client or server. It encrypts connections using TLS.Your test suite needs to make TLS connections to itself. Uh oh. Your testsuite probably doesn't have a valid TLS certificate. Now what? trustme is atiny Python package that does one thing: it gives you a fake certificateauthority (CA) that you can use to generate fake TLS certs to use in yourtests. Well, technically they are real certs, they are just signed by your CA,which nobody trusts. But you can trust it. Trust me. | #1 quality TLS certs while you wait, for the discerning tester | 2 | 库 + python3-twisted | python-twisted | Twisted is a networking engine written in Python, supporting numerous protocols.It contains a web server, numerous chat clients, chat servers, mail serversand more. | Twisted is a networking engine written in Python | 3 | 库 + python3-twisted+tls | python-twisted | This is a metapackage bringing in tls extras requires for python3-twisted.It makes sure the dependencies are installed. | Metapackage for python3-twisted: tls extras | 2 | 库 + python3-typed_ast | python-typed_ast | A fork of the ast module with type annotations. This package is based on the ast modules from Python 2 and 3,and has been extended with support for type comments and type annotations24 as supported in Python 3.6. | A fork of the ast module with type annotations | 2 | 库 + python3-typeguard | python-typeguard | This library provides run-time type checking for functions defined with PEP 484argument (and return) type annotations. | Run-time type checker for Python | 2 | 库 + python3-typeguard-doc | python-typeguard | This library provides run-time type checking for functions defined with PEP 484argument (and return) type annotations. | Documentation for typeguard | 2 | 库 + python3-types-pyyaml | python-types-pyyaml | This is a PEP 561 type stub package for the PyYAML package. It can be used bytype-checking tools like mypy, PyCharm, pytype etc. to check code that usesPyYAML. The source for this package can be found athttps://github.com/python/typeshed/tree/master/stubs/PyYAML. All fixes for typesand metadata should be contributed there.See https://github.com/python/typeshed/blob/master/README.md for more details. | Typing stubs for PyYAML | 2 | 库 + python3-types-requests | python-types-requests | This is a PEP 561 type stub package for the requests package. It can be used bytype-checking tools like mypy, PyCharm, pytype etc. to check code that usesrequests. The source for this package can be found athttps://github.com/python/typeshed/tree/master/stubs/requests. All fixes fortypes and metadata should be contributed there.See https://github.com/python/typeshed/blob/master/README.md for more details. | Typing stubs for requests | 2 | 库 + python3-typing-extensions | python-typing-extensions | The `typing_extensions` module serves two related purposes:- Enable use of new type system features on older Python versions. For example, `typing.TypeGuard` is new in Python 3.10, but `typing_extensions` allows users on Python 3.6 through 3.9 to use it too.- Enable experimentation with new type system PEPs before they are accepted and added to the `typing` module.New features may be added to `typing_extensions` as soon as they are specifiedin a PEP that has been added to the [python/peps](https://github.com/python/peps)repository. If the PEP is accepted, the feature will then be added to `typing`for the next CPython release. No typing PEP has been rejected so far, so wehaven't yet figured out how to deal with that possibility.Starting with version 4.0.0, `typing_extensions` uses[Semantic Versioning](https://semver.org/). Themajor version is incremented for all backwards-incompatible changes.Therefore, it's safe to dependon `typing_extensions` like this: `typing_extensions >=x.y, <(x+1)`,where `x.y` is the first version that includes all features you need.`typing_extensions` supports Python versions 3.7 and higher. In the future,support for older Python versions will be dropped some time after that versionreaches end of life. | Python Typing Extensions | 2 | 库 + python3-typing-extensions-doc | python-typing-extensions | Doc files for python3-typing-extensions | Python Typing Extensions | 2 | 库 + python3-typing-inspect | python-typing-inspect | The "typing_inspect" module defines experimental API for runtimeinspection of types defined in the standard "typing" module. | Runtime inspection utilities for typing module | 2 | 库 + python3-typogrify | python-typogrify | Typogrify provides a set of custom filters that automatically apply varioustransformations to plain text in order to yield typographically-improved HTML.While often used in conjunction with Jinja_ and Django_ template systems, thefilters can be used in any environment. | Filters to enhance web typography, with support for Django & Jinja templates | 2 | 工具 + python3-uc-micro-py | python-uc-micro-py | Micro subset of Unicode data files for linkify-it.py projects. This isa Python port of uc.micro (https://github.com/markdown-it/uc.micro). | Micro subset of Unicode data files for linkify-it.py projects | 3 | 库 + python3-uc-micro-py-doc | python-uc-micro-py | doc files for python3-uc-micro-py | doc files for python3-uc-micro-py | 2 | 库 + python3-ukkonen | python-ukkonen | Implementation of bounded Levenshtein distance (Ukkonen) port | Implementation of bounded Levenshtein distance (Ukkonen) | 3 | 服务 + python3-unbound | unbound | The python3 module of unbound DNS resolver. | The python3 module of unbound DNS resolver | 2 | 库 + python3-unicodedata2 | python-unicodedata2 | This module provides access to the Unicode Character Database (UCD)which defines character properties for all Unicode characters. Thedata contained in this database is compiled from the UCD version 13.0.0.The versions of this package match Unicode versions, so unicodedata2==13.0.0is data from Unicode 13.0.0. | Unicodedata backport updated to the latest Unicode version | 2 | 库 + python3-unicodedata2-doc | python-unicodedata2 | Doc files for python-unicodedata2 | Unicodedata backport updated to the latest Unicode version | 2 | 库 + python3-uri-template | python-uri-template | An implementation of RFC 6570 URI Templates.This packages implementsURI Template expansion in strict adherence to RFC 6570, but adds afew extensions. | RFC 6570 URI Template Processor | 2 | 库 + python3-urllib3 | python-urllib3 | Python3 HTTP module with connection pooling and file POST abilities. | Python3 HTTP library with thread-safe connection pooling and file post | 2 | 库 + python3-urwid | python-urwid | Urwid is a Python library for making text console applications. It hasmany features including fluid interface resizing, support for UTF-8 andCJK encodings, standard and custom text layout modes, simple markup forsetting text attributes, and a powerful, dynamic list box that handles amix of widget types. It is flexible, modular, and leaves the developer incontrol. | Console user interface library | 2 | 库 + python3-userpath | python-userpath | Cross-platform tool for adding locations to the user PATH, no elevatedprivileges required! | Cross-platform tool for adding locations to the user PATH | 2 | 服务 + python3-userpath-doc | python-userpath | Documentation for userpath. | Documentation for userpath | 2 | 库 + python3-utils | python-utils | Python Utils is a collection of small Python functions and classes whichmake common patterns shorter and easier. This module makes it easy toexecute common tasks in Python scripts such as converting text to numbersand making sure a string is in unicode or bytes format. | A module with some convenient utilities not included with the standard Python install | 2 | 库 + python3-uvloop | python-uvloop | uvloop is a fast, drop-in replacement of the built-in asyncio event loop.uvloop is implemented in Cython and uses libuv under the hood. | Ultra fast implementation of asyncio event loop on top of libuv | 2 | 工具 + python3-virt-firmware | python-virt-firmware | Tools for ovmf / armvirt firmware volumes This is a small collection of toolsfor edk2 firmware images. They support decoding and printing the content offirmware volumes. Variable stores (OVMF_VARS.fd) can be modified, for exampleto enroll secure boot certificates. | Tools for virtual machine firmware volumes | 2 | 工具 + python3-virt-firmware-doc | python-virt-firmware | doc files | Tools for virtual machine firmware volumes - peutils - test cases - doc files | 2 | 工具 + python3-virt-firmware-peutils | python-virt-firmware | Some utilities to inspect efi (pe) binaries. | Tools for virtual machine firmware volumes - peutils | 2 | 工具 + python3-virt-firmware-tests | python-virt-firmware | test cases | Tools for virtual machine firmware volumes - peutils - test cases | 2 | 工具 + python3-virtualenv | python-virtualenv | virtualenv is a tool to create isolated Python environments. virtualenvis a successor to workingenv, and an extension of virtual-python. It iswritten by Ian Bicking, and sponsored by the Open Planning Project. It islicensed under an MIT-style permissive license | Tool to create isolated Python environments | 2 | 库 + python3-waitress | python-waitress | Waitress is meant to be a production-quality pure-Python WSGI server withvery acceptable performance. It has no dependencies except ones which livein the Python standard library. It runs on CPython on Unix and Windows underPython 2.6+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX.It supports HTTP/1.0 and HTTP/1.1.Python 3 version. | Waitress WSGI server | 2 | 服务 + python3-wcwidth | python-wcwidth | This library is mainly for CLI programs that carefully produce output forTerminals, or make pretend to be an emulator.Problem Statement: The printable length of most strings are equal to the numberof cells they occupy on the screen 1 character : 1 cell. However, there arecategories of characters that occupy 2 cells (full-wide), and others thatoccupy 0 cells (zero-width).Solution: POSIX.1-2001 and POSIX.1-2008 conforming systems provide wcwidth(3)and wcswidth(3) C functions of which this python module’s functions preciselycopy. These functions return the number of cells a unicode string is expectedto occupy. | Python library that measures the width of unicode strings rendered to a terminal | 2 | 库 + python3-webcolors | python-webcolors | webcolors is a module for working with HTML/CSS color definitions.Support is included for normalizing and converting between the followingformats (RGB colorspace only; conversion to/from HSL can be handled by thecolorsys module in the Python standard library):* Specification-defined color names* Six-digit hexadecimal* Three-digit hexadecimal* Integer rgb() triplet* Percentage rgb() triplet | A library for working with HTML and CSS color names and value formats | 2 | 库 + python3-webencodings | python-webencodings | This is a Python implementation of the WHATWG Encoding standard.Provides: python3.10-webencodings = 0.5.1-1.an23Provides: python-webencodings = 0.5.1-1.an23Obsoletes: python-webencodings < 0.5.1-1.an23Requires: python3 | Character encoding for the web | 2 | 库 + python3-webencodings-doc | python-webencodings | This package contains documentation for developer documentation for webencodings. | Documentation files for webencodings | 3 | 库 + python3-webob | python-webob | WebOb provides wrappers around the WSGI request environment, and an object tohelp create WSGI responses. The objects map much of the specified behavior ofHTTP, including header parsing and accessors for other standard parts of theenvironment. | WSGI request and response object | 2 | 库 + python3-webob-doc | python-webob | The python-webob-doc package contains documentation files for python-webob. | Documentation files for python-webob | 2 | 库 + python3-websocket-client | python-websocket-client | websocket-client is a WebSocket client for Python. It provides access to lowlevel APIs for WebSockets. websocket-client implements version hybi-13 of theWebSocket protocol. This client does not currently support thepermessage-deflate extension from RFC 7692. | WebSocket client for python | 2 | 库 + python3-websocket-client-doc | python-websocket-client | The python-websocket-client-doc package contains documentation files for python-websocket-client. | Documentation files for python-websocket-client | 2 | 库 + python3-websockets | python-websockets | websockets is a library for developing WebSocket servers and clients inPython. It implements RFC 6455 with a focus on correctness and simplicity. Itpasses the Autobahn Testsuite.Built on top of Python’s asynchronous I/O support introduced in PEP 3156, itprovides an API based on coroutines, making it easy to write highly concurrentapplications. | Implementation of the WebSocket Protocol for Python | 2 | 库 + python3-websockets-doc | python-websockets | The python-websockets-doc package contains documentation files for python-websockets. | Documentation files for python-websockets | 2 | 库 + python3-werkzeug | python-werkzeug | Werkzeug========Werkzeug started as simple collection of various utilities for WSGIapplications and has become one of the most advanced WSGI utilitymodules. It includes a powerful debugger, full featured request andresponse objects, HTTP utilities to handle entity tags, cache controlheaders, HTTP dates, cookie handling, file uploads, a powerful URLrouting system and a bunch of community contributed addon modules.Werkzeug is unicode aware and doesn't enforce a specific templateengine, database adapter or anything else. It doesn't even enforcea specific way of handling requests and leaves all that up to thedeveloper. It's most useful for end user applications which should workon as many server environments as possible (such as blogs, wikis,bulletin boards, etc.). | Comprehensive WSGI web application library | 2 | 库 + python3-werkzeug-doc | python-werkzeug | Documentation and examples for python3-werkzeug. | Documentation for python3-werkzeug | 2 | 库 + python3-wheel | python-wheel | %{description} | A built-package format for Python | 2 | 库 + python3-widgetsnbextension | python-widgetsnbextension | Interactive HTML widgets for Jupyter notebooks. | Interactive HTML widgets for Jupyter notebooks | 3 | 服务 + python3-wrapt | python-wrapt | The aim of the wrapt module is to provide a transparent object proxyfor Python, which can be used as the basis for the construction offunction wrappers and decorator functions. | A Python module for decorators, wrappers and monkey patching | 2 | 库 + python3-wrapt-doc | python-wrapt | Documentation for the wrapt module | Documentation for the wrapt module | 2 | 库 + python3-xcffib | python-xcffib | xcffib is intended to be a (mostly) drop-in replacement for xpyb. xpybhas an inactive upstream, several memory leaks, is python2 only and doesn'thave pypy support. xcffib is a binding which uses cffi, which mitigatessome of the issues described above. xcffib also builds bindings for 27 ofthe 29 (xprint and xkb are missing) X extensions in 1.10. | A drop in replacement for xpyb, an XCB python binding | 2 | 库 + python3-xcffib-doc | python-xcffib | The python-xcffib-doc package contains documentation files for python-xcffib. | A drop in replacement for xpyb, an XCB python binding | 3 | 库 + python3-xmltodict | python-xmltodict | xmltodict is a Python module that makes working with XML feel like you areworking with JSON. It's very fast (Expat-based) and has a streaming modewith a small memory footprint, suitable for big XML dumps like Discogs orWikipedia. | Python to transform XML to JSON | 3 | 库 + python3-yamlloader | python-yamlloader | This module provides loaders and dumpers for PyYAML.Currently, an OrderedDict loader/dumper is implemented,allowing to keep items order when loading resp.dumping a file from/to an OrderedDict(Python 3.7+: Also regular dicts are supportedand are the default items to be loaded to.As of Python 3.7 preservation of insertionorder is a language feature of regular dicts.) | Ordered YAML loader and dumper for PyYAML | 2 | 库 + python3-yamlloader-doc | python-yamlloader | Doc files for python3-yamlloader | Doc files for python3-yamlloader | 2 | 库 + python3-yarl | python-yarl | The module provides handy URL class for URL parsing and changing. | Python module to handle URLs | 2 | 库 + python3-zc-lockfile | python-zc-lockfile | The zc.lockfile package provides a basic portable implementation ofinterprocess locks using lock files. The purpose if not specificallyto lock files, but to simply provide locks with an implementation basedon file-locking primitives. Of course, these locks could be used tomediate access to other files. For example, the ZODB file storageimplementation uses file locks to mediate access to file-storagedatabase files. The database files and lock file files are separate files. | Basic Inter-Process Locks | 2 | 工具 + python3-zc-lockfile-doc | python-zc-lockfile | The python3-zc-lockfile-doc package contains documentation files for python3-zc-lockfile. | Documentation files for python3-zc-lockfile | 2 | 库 + python3-zipp | python-zipp | A pathlib-compatible Zipfile object wrapper. A backport of the Path object. | Backport of pathlib-compatible object wrapper for zip files | 2 | 库 + python3-zipp-doc | python-zipp | The doc package contains documentation files for python-zipp. | Documentation files for python3-zipp | 2 | 库 + python3-zmq | python-zmq | The 0MQ lightweight messaging kernel is a library which extends thestandard socket interfaces with features traditionally provided byspecialized messaging middle-ware products. 0MQ sockets provide anabstraction of asynchronous message queues, multiple messagingpatterns, message filtering (subscriptions), seamless access tomultiple transport protocols and more.This package contains the python bindings. | Software library for fast, message-based applications | 3 | 服务 + python3-zmq-tests | python-zmq | The 0MQ lightweight messaging kernel is a library which extends thestandard socket interfaces with features traditionally provided byspecialized messaging middle-ware products. 0MQ sockets provide anabstraction of asynchronous message queues, multiple messagingpatterns, message filtering (subscriptions), seamless access tomultiple transport protocols and more.This package contains the testsuite for the python bindings. | Software library for fast, message-based applications, testsuite | 2 | 服务 + python3-zope-event | python-zope-event | The zope.event package provides a simple event system. It providesan event publishing system and a very simple event-dispatching systemon which more sophisticated event dispatching systems can be built.(For example, a type-based event dispatching system that builds onzope.event can be found in zope.component.)This package contains the version for Python 3. | Zope Event Publication (Python 3) | 2 | 库 + python3-zope-event-doc | python-zope-event | Documentation for python-zope-event. | Documentation for zope.event | 2 | 库 + python3-zope-interface | python-zope-interface | Interfaces are a mechanism for labeling objects as conforming to a given APIor contract.This is a separate distribution of the zope.interface package used in Zope 3. | Zope 3 Interface Infrastructure | 2 | 库 + python3-zope-interface-doc | python-zope-interface | Documentation for python-zope-interface. | Documentation for zope.interface | 2 | 库 + python3-zope-testing | python-zope-testing | This package provides a number of testing frameworks. It includes aflexible test runner, and supports both doctest and unittest. | Zope Testing Framework | 2 | 库 + python3-zopfli | python-zopfli | cPython bindings for zopfli. | Zopfli module for python | 2 | 库 + python3-zopfli-doc | python-zopfli | The python3-zopfli-doc package contains documentation files for python-zopfli. | Documentation files for python-zopfli | 2 | 库 + python3-zstandard | python-zstandard | This project provides Python bindings for interfacing with the Zstandardcompression library. A C extension and CFFI interface are provided. | Zstandard bindings for Python | 2 | 库 + python3-zstandard-doc | python-zstandard | The python3-zstandard-doc package contains documentation files for python3-zstandard. | Documentation files for python-zstandard | 2 | 库 + python3-zstd | python-zstd | Simple Python bindings for the Zstd compression library. | Zstd Bindings for Python | 2 | 库 + python3-zstd-doc | python-zstd | doc files for python3-zstd | doc files for python3-zstd | 2 | 库 + python-anytree-doc | python-anytree | The python-anytree-doc package contains documentation files for python-anytree. | Documentation files for python-anytree | 2 | 库 + python-cffi-doc | python-cffi | Documentation for CFFI, the Foreign Function Interface for Python. | Documentation for CFFI | 2 | 库 + python-cmarkgfm-doc | python-cmarkgfm | The python-cmarkgfm-doc package contains documentation files for python-cmarkgfm. | Documentation files for python-cmarkgfm | 2 | 库 + python-CommonMark-utils | python-CommonMark | Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for theCommonMark specification, using only native modules. Once both this project andthe CommonMark specification are stable we will release the first 1.0 versionand attempt to keep up to date with changes in stmd.js.We are currently at the same development stage (actually a bit ahead because wehave implemented HTML entity conversion and href URL escaping) as stmd.js. SincePython versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion,I’ve converted the 3.4 implementation into a single file, entitytrans.py whichso far seems to work (all tests pass on 2.7, 3.3, and 3.4).This package contains the 'commonmark' command. | Command-line tools built using python-CommonMark | 2 | 库 + python-cups-doc | python-cups | Documentation for python-cups. | Documentation for python-cups | 2 | 库 + python-dateutil-doc | python-dateutil | The python-dateutil-doc package contains documentation files for python-dateutil. | API documentation for python-dateutil | 2 | 库 + python-entrypoints-doc | python-entrypoints | Documentation files for python-entrypoints | Documentation for python-entrypoints | 2 | 库 + python-frozenlist-doc | python-frozenlist | FrozenList is a list-like structure which implementscollections.abc.MutableSequence, and which can be made immutable. | Documentation for python-frozenlist | 2 | 库 + python-jaraco-classes-doc | python-jaraco-classes | Documentation for jaraco-classes | jaraco-classes documentation | 3 | 库 + python-jaraco-functools-doc | python-jaraco-functools | Documentation for jaraco-functools | jaraco-functools documentation | 3 | 工具 + python-ldb-devel-common | libldb | Development files for the Python bindings for the LDB library.This package includes files that aren't specific to a Python version'. | Common development files for the Python bindings for the LDB library | 2 | 库 + python-libcomps-doc | libcomps | Documentation files for python bindings libcomps library. | Documentation files for python bindings libcomps library | 3 | 库 + python-multilib-conf | python-multilib | This package provides the configuration files for python-multilib. | Configuration files for python-multilib | 2 | 库 + python-parameterized-doc | python-parameterized | The python-parameterized-doc package contains documentation files for python-parameterized. | Documentation files for python-parameterized | 2 | 库 + python-paramiko-doc | python-paramiko | Paramiko (a combination of the Esperanto words for "paranoid" and "friend") isa module for python 2.3 or greater that implements the SSH2 protocol for secure(encrypted and authenticated) connections to remote machines. Unlike SSL (akaTLS), the SSH2 protocol does not require hierarchical certificates signed by apowerful central authority. You may know SSH2 as the protocol that replacedtelnet and rsh for secure access to remote shells, but the protocol alsoincludes the ability to open arbitrary channels to remote services across anencrypted tunnel (this is how sftp works, for example).This is the documentation and demos. | Docs and demo for SSH2 protocol library for python | 2 | 库 + python-pefile-doc | python-pefile | The python-pefile-doc package contains documentation files for python-pefile. | Documentation files for python-pefile | 2 | 库 + python-pip-wheel | python-pip | A Python wheel of pip to use with venv. | The pip wheel | 2 | 工具 + python-pyrsistent-doc | python-pyrsistent | The python-pyrsistent-doc package contains documentation files for python-pyrsistent. | Documentation files for python-pyrsistent | 2 | 库 + python-pyserial-doc | python-pyserial | Documentation for pyserial | pyserial documentation | 2 | 库 + python-qpid-proton-docs | qpid-proton | Documentation for the Python language bindings for Qpid Proton. | Documentation for the Python language bindings for Qpid Proton | 3 | 库 + python-qt5-rpm-macros | python-qt5 | RPM macros python-qt5. | RPM macros python-qt5 | 3 | 库 + python-rpm-macros | python-rpm-macros | This package contains the unversioned Python RPM macros, that mostimplementations should rely on.You should not need to install this package manually as the variouspython?-devel packages require it. So install a python-devel package instead. | The common Python RPM macros | 2 | 库 + python-setuptools-wheel | python-setuptools | A Python wheel of setuptools to use with venv. | The setuptools wheel | 2 | 工具 + python-smartypants-doc | python-smartypants | Documentation for python-smartypants | python-smartypants documentation | 2 | 库 + python-sphinx_rtd_theme-doc | python-sphinx_rtd_theme | This package contains documentation for the Sphinx theme forreadthedocs.org. | Documentation for the Sphinx theme for readthedocs.org | 2 | 库 + python-srpm-macros | python-rpm-macros | RPM macros for building Python source packages. | RPM macros for building Python source packages | 2 | 库 + python-systemd-doc | python-systemd | The python-systemd-doc package contains documentation files for python-systemd. | Documentation files for python-systemd | 2 | 库 + python-typogrify-doc | python-typogrify | The python-typogrify-doc package contains documentation files for python-typogrify. | Documentation files for python-typogrify | 2 | 库 + python-unversioned-command | python3.10 | This package contains /usr/bin/python - the "python" command that runs Python 3. | The "python" command that runs Python 3 | 2 | 工具 + python-utils-docs | python-utils | Documentation files for python-utils. | Documentation for python-utils | 2 | 库 + python-wheel-wheel | python-wheel | %{description} | The Python wheel module packaged as a wheel | 2 | 库 + qatengine | qatengine | The qatengine provides the Intel QuickAssist Technology OpenSSL Engine (anOpenSSL Plug-In Engine). Intel® QuickAssist Technology OpenSSL* Engine(QAT_Engine) supports acceleration for both hardware as well as optimizedsoftware based on vectorized instructions. This change starting with the3rd Generation Intel® Xeon® Scalable Processors family provides users moreoptions to accelerate their workloads. The QAT OpenSSL* engine now supportsthe ability to accelerate from the stand OpenSSL* to basic Intel instructionset, to either Hardware acceleration path (via the qat_hw path) or via theoptimized SW path (qat_sw lib). | Intel® QuickAssist Technology OpenSSL* Engine(QAT_Engine) | 3 | 工具 + qatlib | qatlib | The QATlib is a software library that provides a high-level interface tothe Intel QuickAssist Technology (QAT) hardware accelerator. It is designedto help developers easily integrate QAT acceleration into their applicationswithout having to deal with the low-level details of the QAT technology.The QATlib provides a set of APIs and drivers that allow developers toaccess the QAT hardware acceleration from their applications. These APIsabstract the hardware details of the QAT accelerator, making it easier fordevelopers to take advantage of the acceleration without having to deal withlow-level details.The QATlib supports a wide range of cryptographic algorithms and compressionformats, including AES, SHA-256, RSA, and LZS. It also supports a varietyof programming languages, including C/C++, Java, and Python.The QATlib is designed to be highly flexible, allowing developers to choosethe level of acceleration that is appropriate for their specific use case.For example, developers can choose to offload only a portion of theircryptographic or compression workload to the QAT accelerator, or they canchoose to offload the entire workload.Overall, the QATlib is a powerful and flexible software library that canhelp developers easily integrate QAT acceleration into their applications,providing a significant boost in performance and reduced latency. | Intel QuickAssist user space library | 2 | 库 + qatlib-devel | qatlib | This package contains headers and libraries required to build applicationsthat use the Intel QuickAssist APIs. | Headers and libraries to build applications that use qatlib | 3 | 库 + qatlib-service | qatlib | This package contains a daemon that manages QAT resources for the IntelQuickAssist Technology user space library (qatlib). | A daemon for qatlib resources management | 2 | 工具 + qatlib-tests | qatlib | This package contains sample applications that use the Intel QuickAssists APIs. | Sample applications that use qatlib | 3 | 库 + qatzip | qatzip | Intel QATzip is a software library designed to provide hardware-assistedcompression and decompression acceleration for data processing applications.It works in conjunction with Intel QuickAssist Technology (QAT) hardware,which is a specialized hardware accelerator for cryptographic and compressionworkloads. QATzip supports a variety of compression algorithms, including GZIP,DEFLATE, and LZ77. These algorithms can be used to reduce the size of data,improve network and storage efficiency, and increase data transfer rates.The library provides an API that enables developers to integrate the compressionand decompression features into their applications easily. QATzip is often usedin cloud computing, big data, and network applications that require fast dataprocessing, low latency, and efficient data transfer. For example, it can be usedto compress data before sending it over a network, reducing the bandwidth requiredand improving the response time. It can also be used to compress data before storingit, reducing the storage requirements and improving the retrieval time. In summary,Intel QATzip is a powerful software library that provides hardware-acceleratedcompression and decompression capabilities to improve the performance, efficiency,and throughput of data processing applications. | Intel QuickAssist Technology (QAT) QATzip Library | 2 | 库 + qatzip-devel | qatzip | This package contains headers and libraries required to buildapplications that use the QATzip APIs. | Development components for the libqatzip package | 2 | 库 + qatzip-libs | qatzip | This package contains libraries for applications to usethe QATzip APIs. | Libraries for the qatzip package | 2 | 库 + qdox | qdox | QDox is a high speed, small footprint parserfor extracting class/interface/method definitionsfrom source files complete with JavaDoc @tags.It is designed to be used by active codegenerators or documentation tools. | Extract class/interface/method definitions from sources | 3 | 库 + qdox-javadoc | qdox | API docs for qdox. | Javadoc for qdox | 3 | 库 + qemu | qemu | qemu is an open source virtualizer that provides hardwareemulation for the KVM hypervisor. qemu acts as a virtualmachine monitor together with the KVM kernel modules, and emulates thehardware for a full system such as a PC and its associated peripherals. | QEMU is a FAST! processor emulator | 2 | 工具 + qemu-audio-alsa | qemu | This package provides the additional ALSA audio driver for QEMU. | QEMU ALSA audio driver | 2 | 工具 + qemu-audio-oss | qemu | This package provides the additional OSS audio driver for QEMU. | QEMU OSS audio driver | 2 | 工具 + qemu-audio-pa | qemu | This package provides the additional PulseAudi audio driver for QEMU. | QEMU PulseAudio audio driver | 2 | 工具 + qemu-audio-spice | qemu | This package provides the spice audio driver for QEMU. | QEMU spice audio driver | 2 | 工具 + qemu-block-curl | qemu | This package provides the additional CURL block driver for QEMU.Install this package if you want to access remote disks overhttp, https, ftp and other transports provided by the CURL library. | QEMU CURL block driver | 2 | 工具 + qemu-block-dmg | qemu | This package provides the additional DMG block driver for QEMU.Install this package if you want to open '.dmg' files. | QEMU block driver for DMG disk images | 2 | 工具 + qemu-block-gluster | qemu | This package provides the additional Gluster block driver for QEMU.Install this package if you want to access remote Gluster storage. | QEMU Gluster block driver | 2 | 工具 + qemu-block-iscsi | qemu | This package provides the additional iSCSI block driver for QEMU.Install this package if you want to access iSCSI volumes. | QEMU iSCSI block driver | 2 | 工具 + qemu-block-ssh | qemu | This package provides the additional SSH block driver for QEMU.Install this package if you want to access remote disks usingthe Secure Shell (SSH) protocol. | QEMU SSH block driver | 2 | 工具 + qemu-char-baum | qemu | This package provides the Baum chardev driver for QEMU. | QEMU Baum chardev driver | 2 | 工具 + qemu-char-spice | qemu | This package provides the spice chardev driver for QEMU. | QEMU spice chardev driver | 2 | 工具 + qemu-common | qemu | qemu is an open source virtualizer that provides hardware emulation forthe KVM hypervisor.This package provides documentation and auxiliary programs used with qemu. | QEMU common files needed by all QEMU targets | 2 | 工具 + qemu-device-display-qxl | qemu | This package provides the QXL display device for QEMU. | QEMU QXL display device | 2 | 工具 + qemu-device-display-virtio-gpu | qemu | This package provides the virtio-gpu display device for QEMU. | QEMU virtio-gpu display device | 2 | 工具 + qemu-device-display-virtio-gpu-ccw | qemu | This package provides the virtio-gpu-ccw display device for QEMU. | QEMU virtio-gpu-ccw display device | 2 | 工具 + qemu-device-display-virtio-gpu-gl | qemu | This package provides the virtio-gpu-gl display device for QEMU. | QEMU virtio-gpu-gl display device | 2 | 工具 + qemu-device-display-virtio-gpu-pci | qemu | This package provides the virtio-gpu-pci display device for QEMU. | QEMU virtio-gpu-pci display device | 2 | 工具 + qemu-device-display-virtio-gpu-pci-gl | qemu | This package provides the virtio-gpu-pci-gl display device for QEMU. | QEMU virtio-gpu-pci-gl display device | 2 | 工具 + qemu-device-display-virtio-vga | qemu | This package provides the virtio-vga display device for QEMU. | QEMU virtio-vga display device | 2 | 工具 + qemu-device-display-virtio-vga-gl | qemu | This package provides the virtio-vga-gl display device for QEMU. | QEMU virtio-vga-gl display device | 2 | 工具 + qemu-device-usb-host | qemu | This package provides the USB pass through driver for QEMU. | QEMU usb host device | 2 | 工具 + qemu-device-usb-redirect | qemu | This package provides the usbredir device for QEMU. | QEMU usbredir device | 2 | 工具 + qemu-device-usb-smartcard | qemu | This package provides the USB smartcard device for QEMU. | QEMU USB smartcard device | 2 | 工具 + qemu-docs | qemu | qemu-docs provides documentation files regarding qemu. | qemu documentation | 2 | 工具 + qemu-guest-agent | qemu | qemu is an open source virtualizer that provides hardware emulation forthe KVM hypervisor.This package provides an agent to run inside guests, which communicateswith the host over a virtio-serial channel named "org.qemu.guest_agent.0"This package does not need to be installed on the host OS. | QEMU guest agent | 2 | 工具 + qemu-img | qemu | This package provides a command line tool for manipulating disk images. | QEMU command line tool for manipulating disk images | 2 | 工具 + qemu-kvm | qemu | This is a meta-package that provides a qemu-system-<arch> package for nativearchitectures where kvm can be enabled. For example, in an x86 system, thiswill install qemu-system-x86 | QEMU metapackage for KVM support | 2 | 工具 + qemu-kvm-core | qemu | This is a meta-package that provides a qemu-system-<arch>-core packagefor native architectures where kvm can be enabled. For example, in anx86 system, this will install qemu-system-x86-core | QEMU metapackage for KVM support | 2 | 工具 + qemu-pr-helper | qemu | This package provides the qemu-pr-helper utility that is required for certainSCSI features. | qemu-pr-helper utility for qemu | 2 | 工具 + qemu-system-aarch64 | qemu | This package provides the QEMU system emulator for AArch64. | QEMU system emulator for AArch64 | 2 | 工具 + qemu-system-aarch64-core | qemu | This package provides the QEMU system emulator for AArch64. | QEMU system emulator for AArch64 | 2 | 工具 + qemu-system-arm | qemu | This package provides the QEMU system emulator for ARM systems. | QEMU system emulator for ARM | 2 | 工具 + qemu-system-arm-core | qemu | This package provides the QEMU system emulator for ARM boards. | QEMU system emulator for ARM | 2 | 工具 + qemu-system-loongarch64 | qemu | This package provides the QEMU system emulator for Loongson boards. | QEMU system emulator for LoongArch (LA64) | 2 | 工具 + qemu-system-loongarch64-core | qemu | This package provides the QEMU system emulator for Loongson boards. | QEMU system emulator for LoongArch (LA64) | 2 | 工具 + qemu-system-riscv | qemu | This package provides the QEMU system emulator for RISC-V systems. | QEMU system emulator for RISC-V | 2 | 库 + qemu-system-riscv-core | qemu | This package provides the QEMU system emulator for RISC-V systems. | QEMU system emulator for RISC-V | 2 | 库 + qemu-system-x86 | qemu | This package provides the QEMU system emulator for x86. When being run in a x86machine that supports it, this package also provides the KVM virtualizationplatform. | QEMU system emulator for x86 | 2 | 工具 + qemu-system-x86-core | qemu | This package provides the QEMU system emulator for x86. When being run in a x86machine that supports it, this package also provides the KVM virtualizationplatform. | QEMU system emulator for x86 | 2 | 工具 + qemu-tests | qemu | The qemu-tests rpm contains tests that can be used to verifythe functionality of the installed qemu packageInstall this package if you want access to the avocado_qemutests, or qemu-iotests. | tests for the qemu package | 2 | 工具 + qemu-tools | qemu | qemu-tools provides various tools related to qemu usage. | qemu support tools | 2 | 工具 + qemu-ui-curses | qemu | This package provides the additional curses UI for QEMU. | QEMU curses UI driver | 2 | 工具 + qemu-ui-egl-headless | qemu | This package provides the additional egl-headless UI for QEMU. | QEMU EGL headless driver | 2 | 工具 + qemu-ui-gtk | qemu | This package provides the additional GTK UI for QEMU. | QEMU GTK UI driver | 2 | 工具 + qemu-ui-opengl | qemu | This package provides opengl support. | QEMU opengl support | 3 | 工具 + qemu-ui-spice-app | qemu | This package provides the additional spice-app UI for QEMU. | QEMU spice-app UI driver | 2 | 工具 + qemu-ui-spice-core | qemu | This package provides the additional spice-core UI for QEMU. | QEMU spice-core UI driver | 2 | 工具 + qemu-user | qemu | This package provides the user mode emulation of qemu targets | QEMU user mode emulation of qemu targets | 2 | 工具 + qemu-user-binfmt | qemu | This package provides the user mode emulation of qemu targets | QEMU user mode emulation of qemu targets | 2 | 工具 + qemu-virtiofsd | qemu | This package provides virtiofsd daemon. This program is a vhost-user backendthat implements the virtio-fs device that is used for sharing a host directorytree with a guest. | QEMU virtio-fs shared file system daemon | 2 | 服务 + qgpgme | gpgme | This package contains the Qt API bindings/wrapper for gpgme. | Qt API bindings/wrapper for GPGME | 2 | 库 + qgpgme-devel | gpgme | This package contains the development libraries and header files for gpgme. | Development libraries and header files for gpgme | 2 | 库 + qhull | qhull | Qhull is a general dimension convex hull program that reads a setof points from stdin, and outputs the smallest convex set that containsthe points to stdout. It also generates Delaunay triangulations, Voronoidiagrams, furthest-site Voronoi diagrams, and halfspace intersectionsabout a point. | General dimension convex hull programs | 3 | 工具 + qhull-devel | qhull | Qhull is a general dimension convex hull program that reads a setof points from stdin, and outputs the smallest convex set that containsthe points to stdout. It also generates Delaunay triangulations, Voronoidiagrams, furthest-site Voronoi diagrams, and halfspace intersectionsabout a point. | Development files for qhull | 3 | 工具 + qhull-doc | qhull | The qhull-doc package contains documentation files for qhull. | Documentation files for qhull | 3 | 库 + qpdf | qpdf | QPDF is a command-line program that does structural, content-preservingtransformations on PDF files. It could have been called somethinglike pdf-to-pdf. It includes support for merging and splitting PDFsand to manipulate the list of pages in a PDF file. It is not a PDF vieweror a program capable of converting PDF into other formats. | Command-line tools and library for transforming PDF files | 2 | 工具 + qpdf-devel | qpdf | Header files and libraries necessaryfor developing programs using the QPDF library. | Development files for QPDF library | 3 | 库 + qpdf-libs | qpdf | QPDF is a C++ library that inspect and manipulate the structure of PDF files.It can encrypt and linearize files, expose the internals of a PDF file,and do many other operations useful to PDF developers. | QPDF library for transforming PDF files | 3 | 工具 + qpid-proton-c | qpid-proton | C libraries for Qpid Proton. | C libraries for Qpid Proton | 3 | 库 + qpid-proton-c-devel | qpid-proton | Development libraries for writing messaging apps with Qpid Proton. | Development libraries for writing messaging apps with Qpid Proton | 3 | 服务 + qpid-proton-c-docs | qpid-proton | Documentation for the C development libraries for Qpid Proton. | Documentation for the C development libraries for Qpid Proton | 2 | 库 + qpid-proton-cpp | qpid-proton | C++ libraries for Qpid Proton. | C++ libraries for Qpid Proton | 2 | 库 + qpid-proton-cpp-devel | qpid-proton | Development libraries for writing messaging apps with Qpid Proton. | Development libraries for writing messaging apps with Qpid Proton | 3 | 服务 + qpid-proton-cpp-docs | qpid-proton | Documentation for the C++ development libraries for Qpid Proton. | Documentation for the C++ development libraries for Qpid Proton | 2 | 库 + qpid-proton-tests | qpid-proton | Qpid Proton Tests. | Qpid Proton Tests | 3 | 库 + qpl | qpl | The Intel® Query Processing Library (Intel® QPL) is an open-source library toprovide high-performance query processing operations on Intel CPUs. Intel® QPLis aimed to support capabilities of the new Intel® In-Memory AnalyticsAccelerator (Intel® IAA) available on Next Generation Intel® Xeon® Scalableprocessors, codenamed Sapphire Rapids processor, such as very high throughputcompression and decompression combined with primitive analytic functions,as well as to provide highly-optimized SW fallback on other Intel CPUs.Intel QPL primarily targets applications such as big-data and in-memoryanalytic databases. | Intel® Query Processing Library (Intel® QPL) | 3 | 库 + qpl-devel | qpl | Header file for qpl. | header files for qpl. | 3 | 库 + qpl-tests | qpl | Test file for qpl. | tests package for qpl. | 3 | 库 + qpress | qpress | qpress is a portable file archiver using QuickLZ and designed to utilize faststorage systems to their max. It is an open-source software that supportsseveral compression formats including ZIP, GZip, bzip2, and LZMA. It is knownfor its high compression ratio and fast speed, making it an efficient tool forfile compression. | Portable high-speed file archiver | 3 | 工具 + qrencode | qrencode | Qrencode is a utility software using libqrencode to encode string data ina QR Code and save as a PNG image. | Generate QR 2D barcodes | 3 | 工具 + qrencode-devel | qrencode | The qrencode-devel package contains libraries and header files for developingapplications that use qrencode. | QR Code encoding library - Development files | 3 | 工具 + qrencode-libs | qrencode | The qrencode-libs package contains the shared libraries and header files forapplications that use qrencode. | QR Code encoding library - Shared libraries | 3 | 工具 + qt5-assistant | qt5-qttools | Documentation browser for Qt5. | Documentation browser for Qt5 | 3 | 库 + qt5-designer | qt5-qttools | Design GUIs for Qt5 applications. | Design GUIs for Qt5 applications | 3 | 库 + qt5-doctools | qt5-qttools | Qt5 doc tools package. | Qt5 doc tools package | 3 | 库 + qt5-linguist | qt5-qttools | qt5-linguist contains tools to add translations to Qt5 applications. | Qt5 Linguist Tools | 3 | 库 + qt5-qdbusviewer | qt5-qttools | QDbusviewer can be used to inspect D-Bus objects of running programsand invoke methods on those objects. | D-Bus debugger and viewer | 3 | 库 + qt5-qt3d | qt5-qt3d | Qt 3D provides functionality for near-realtime simulation systems withsupport for 2D and 3D rendering in both Qt C++ and Qt Quick applications). | Qt5 - Qt3D QML bindings and C++ APIs | 3 | 库 + qt5-qt3d-devel | qt5-qt3d | Development files for qt5-qt3d. | Development files for qt5-qt3d | 3 | 库 + qt5-qt3d-examples | qt5-qt3d | Programming examples for qt5-qt3d. | Programming examples for qt5-qt3d | 3 | 库 + qt5-qtbase | qt5-qtbase | Qt is a software toolkit for developing applications.This package contains base tools, like string, xml, and networkhandling. | Qt5 - QtBase components | 3 | 库 + qt5-qtbase-common | qt5-qtbase | Common files for Qt5. | Common files for Qt5 | 3 | 库 + qt5-qtbase-devel | qt5-qtbase | Development files for qt5-qtbase. | Development files for qt5-qtbase | 3 | 库 + qt5-qtbase-examples | qt5-qtbase | Programming examples for qt5-qtbase. | Programming examples for qt5-qtbase | 3 | 库 + qt5-qtbase-gui | qt5-qtbase | Qt5 libraries used for drawing widgets and OpenGL items. | Qt5 GUI-related libraries | 3 | 库 + qt5-qtbase-mysql | qt5-qtbase | MySQL driver for Qt5's SQL classes. | MySQL driver for Qt5's SQL classes | 3 | 库 + qt5-qtbase-odbc | qt5-qtbase | ODBC driver for Qt5's SQL classes. | ODBC driver for Qt5's SQL classes | 3 | 库 + qt5-qtbase-postgresql | qt5-qtbase | PostgreSQL driver for Qt5's SQL classes. | PostgreSQL driver for Qt5's SQL classes | 3 | 库 + qt5-qtbase-private-devel | qt5-qtbase | Development files for qt5-qtbase private APIs. | Development files for qt5-qtbase private APIs | 3 | 库 + qt5-qtbase-static | qt5-qtbase | Static library files for qt5-qtbase. | Static library files for qt5-qtbase | 3 | 库 + qt5-qtconnectivity | qt5-qtconnectivity | Qt5-QtConnectivity is a high-level Qt module that provides a set of APIsfor developing wireless and wired connectivity applications. It aims tosimplify the development of networked applications and allows developersto write code that can communicate with various network protocols anddevices.The module includes classes and functions to handle Bluetooth, NFC, Wi-Fi,and other wireless technologies. It also provides classes for networkprogramming, such as QNetworkAccessManager, QNetworkReply, and QNetworkRequest.These classes allow developers to implement complex network protocols andmanage network communication.Qt5-QtConnectivity module is a part of the Qt framework, which is a popularcross-platform application development platform used to create desktop,mobile, and embedded applications. It offers a consistent, easy-to-use APIacross multiple platforms and operating systems, making it a preferredchoice for many developers. | Qt5 - Connectivity components | 3 | 库 + qt5-qtconnectivity-devel | qt5-qtconnectivity | This package contains the development files for qt5-qtconnectivity. | Development files for qt5-qtconnectivity | 3 | 库 + qt5-qtconnectivity-examples | qt5-qtconnectivity | This package contains programming examples for qt5-qtconnectivity. | Programming examples for qt5-qtconnectivity | 3 | 库 + qt5-qtdeclarative | qt5-qtdeclarative | This package contains base tools, like string, xml, and network handling. | Qt5 - QtDeclarative component | 3 | 库 + qt5-qtdeclarative-devel | qt5-qtdeclarative | The qt5-qtdeclarative-devel provides libraries and header files for qt5-qtdeclarative. | Development files for qt5-qtdeclarative | 3 | 库 + qt5-qtdeclarative-examples | qt5-qtdeclarative | The qt5-qtdeclarative-examples provides Programming examples for qt5-qtdeclarative. | Programming examples for qt5-qtdeclarative | 3 | 库 + qt5-qtdeclarative-static | qt5-qtdeclarative | The qt5-qtdeclarative-static provides Static library files for qt5-qtdeclarative. | Static library files for qt5-qtdeclarative | 3 | 库 + qt5-qtdoc | qt5-qtdoc | QtDoc contains the main Qt Reference Documentation, which includesoverviews, Qt topics, and examples not specific to any Qt module. | Main Qt5 Reference Documentation | 3 | 库 + qt5-qtgraphicaleffects | qt5-qtgraphicaleffects | The Qt Graphical Effects module provides a set of QML types for addingvisually impressive and configurable effects to user interfaces. Effectsare visual items that can be added to Qt Quick user interface as UIcomponents. | Qt5 - QtGraphicalEffects component | 3 | 库 + qt5-qtimageformats | qt5-qtimageformats | The core Qt Gui library by default supports reading and writing imagefiles of the most common file formats: PNG, JPEG, BMP, GIF and a few more,ref. Reading and Writing Image Files. The Qt Image Formats add-on moduleprovides optional support for other image file formats, including:MNG, TGA, TIFF, WBMP. | Qt5 - QtImageFormats component | 3 | 库 + qt5-qtlocation | qt5-qtlocation | The Qt Location and Qt Positioning APIs gives developers the ability todetermine a position by using a variety of possible sources, includingsatellite, or wifi, or text file, and so on. | Qt5 - Location component | 3 | 库 + qt5-qtlocation-devel | qt5-qtlocation | This package provides development tools nad libraries for qt5-qtlocation. | Development files for qt5-qtlocation | 3 | 库 + qt5-qtlocation-examples | qt5-qtlocation | This package provides programming examples for qt5-qtlocation. | Programming examples for qt5-qtlocation | 3 | 库 + qt5-qtmultimedia | qt5-qtmultimedia | qt5-qtmultimedia is a library that provides multimedia functionality for Qt applications.It includes modules for audio playback and recording, video playback andrecording, and camera support. It is a part of the Qt toolkit and allows developersto create cross-platform multimedia applications. | Qt5 - Multimedia support | 3 | 库 + qt5-qtmultimedia-devel | qt5-qtmultimedia | Development files for qt5-qtmultimedia. | Development files for qt5-qtmultimedia | 3 | 库 + qt5-qtmultimedia-examples | qt5-qtmultimedia | Programming examples for qt5-qtmultimedia. | Programming examples for qt5-qtmultimedia | 3 | 库 + qt5-qtquick3d | qt5-qtquick3d | Qt Quick 3D provides everything necessary build Qt Quick 3D.Qt Quick 3D is a high level 3D API for Qt Quick. Qt Quick 3D enablesanyone to introduce 3D content into their Qt Quick applications.Rather than requiring the end user to know advanced details of thegraphics rendering pipeline (building framegraphs and materials), itis now possible to simply build up a 3D scene using high level primitives.It is a new module and API for defining 3D content in Qt Quick. | Qt5 - Quick 3D bindings and C++ APIs component | 3 | 库 + qt5-qtquick3d-devel | qt5-qtquick3d | Development files for qt5-qtquick3d. | Development files for qt5-qtquick3d | 3 | 库 + qt5-qtquick3d-examples | qt5-qtquick3d | Programming examples for qt5-qtquick3d. | Programming examples for qt5-qtquick3d | 3 | 库 + qt5-qtquickcontrols | qt5-qtquickcontrols | The Qt Quick Controls module provides a set of controls that can be used tobuild complete interfaces in Qt Quick. | Qt5 - module with set of QtQuick controls | 3 | 库 + qt5-qtquickcontrols2 | qt5-qtquickcontrols2 | The Qt Labs Controls module provides a set of controls that can be used tobuild complete interfaces in Qt Quick.Unlike Qt Quick Controls, these controls are optimized for embedded systemsand so are preferred for hardware with limited resources. | Qt5 - module with set of QtQuick controls for embedded | 3 | 库 + qt5-qtquickcontrols2-devel | qt5-qtquickcontrols2 | Development files for qt5-qtquickcontrols2. | Development files for qt5-qtquickcontrols2 | 3 | 库 + qt5-qtquickcontrols2-examples | qt5-qtquickcontrols2 | Examples for qt5-qtquickcontrols2. | Examples for qt5-qtquickcontrols2 | 3 | 库 + qt5-qtquickcontrols-examples | qt5-qtquickcontrols | Programming examples for qt5-qtquickcontrols. | Programming examples for qt5-qtquickcontrols | 3 | 库 + qt5-qtremoteobjects | qt5-qtremoteobjects | Qt Remote Objects (QtRO) is an inter-process communication (IPC) module developed for Qt. | Qt5 - Qt Remote Objects | 3 | 库 + qt5-qtremoteobjects-devel | qt5-qtremoteobjects | Development files for qt5-qtremoteobjects. | Development files for qt5-qtremoteobjects | 3 | 库 + qt5-qtremoteobjects-examples | qt5-qtremoteobjects | Programming examples for qt5-qtremoteobjects. | Programming examples for qt5-qtremoteobjects | 3 | 库 + qt5-qtscript | qt5-qtscript | Qt5 - QtScript component. | Qt5 - QtScript component | 3 | 库 + qt5-qtscript-devel | qt5-qtscript | Development files for qt5-qtscript. | Development files for qt5-qtscript | 3 | 库 + qt5-qtscript-examples | qt5-qtscript | Programming examples for qt5-qtscript. | Programming examples for qt5-qtscript | 3 | 库 + qt5-qtsensors | qt5-qtsensors | The Qt Sensors API provides access to sensor hardware via QML and C++interfaces. The Qt Sensors API also provides a motion gesture recognitionAPI for devices. | Qt5 - Sensors component | 3 | 库 + qt5-qtsensors-devel | qt5-qtsensors | This package provides development files for qt5-qtsensors. | Development files for qt5-qtsensors | 3 | 库 + qt5-qtsensors-examples | qt5-qtsensors | This package provides programming examples for qt5-qtsensors | Programming examples for qt5-qtsensors | 3 | 库 + qt5-qtserialbus | qt5-qtserialbus | Qt Serial Bus (API) provides classes and functions to access the variousindustrial serial buses and protocols, such as CAN, ModBus, and others. | Qt5 - SerialBus component | 3 | 库 + qt5-qtserialbus-devel | qt5-qtserialbus | Development files for qt5-qtserialbus. | Development files for qt5-qtserialbus | 3 | 库 + qt5-qtserialbus-examples | qt5-qtserialbus | Programming examples for qt5-qtserialbus. | Programming examples for qt5-qtserialbus | 3 | 库 + qt5-qtserialport | qt5-qtserialport | Qt Serial Port provides the basic functionality, which includes configuring,I/O operations, getting and setting the control signals of the RS-232 pinouts. | Qt5 - SerialPort component | 3 | 库 + qt5-qtserialport-devel | qt5-qtserialport | Development files for qt5-qtserialport. | Development files for qt5-qtserialport | 3 | 库 + qt5-qtserialport-examples | qt5-qtserialport | Programming examples for qt5-qtserialport. | Programming examples for qt5-qtserialport | 3 | 库 + qt5-qtsvg | qt5-qtsvg | Scalable Vector Graphics (SVG) is an XML-based language for describingtwo-dimensional vector graphics. Qt provides classes for rendering anddisplaying SVG drawings in widgets and on other paint devices. | Qt5 - Support for rendering and displaying SVG | 3 | 库 + qt5-qtsvg-devel | qt5-qtsvg | Development files for qt5-qtsvg. | Development files for qt5-qtsvg | 3 | 库 + qt5-qtsvg-examples | qt5-qtsvg | Programming examples for qt5-qtsvg. | Programming examples for qt5-qtsvg | 3 | 库 + qt5-qttools | qt5-qttools | Qt5 - QtTool components.qt5-qttools is an open-source package that contains a set of applications tobrowse the documentation, translate applications, generate help files and otherstuff that helps in Qt development. These tools include QtAssistant (helpbrowser), QtDesigner (GUI design), QDbusViewer and several more. It is part ofthe QtTools modules which contains some tools mostly useful for applicationdevelopment. | Qt5 - QtTool components | 3 | 库 + qt5-qttools-common | qt5-qttools | Common files for qt5-qttools. | Common files for qt5-qttools | 3 | 库 + qt5-qttools-devel | qt5-qttools | Development files for qt5-qttools. | Development files for qt5-qttools | 3 | 库 + qt5-qttools-examples | qt5-qttools | Programming examples for qt5-qttools. | Programming examples for qt5-qttools | 3 | 库 + qt5-qttools-libs-designer | qt5-qttools | Qt5 Designer runtime library. | Qt5 Designer runtime library | 3 | 库 + qt5-qttools-libs-designercomponents | qt5-qttools | Qt5 Designer Components runtime library. | Qt5 Designer Components runtime library | 3 | 库 + qt5-qttools-libs-help | qt5-qttools | Qt5 Help runtime library. | Qt5 Help runtime library | 3 | 库 + qt5-qttools-static | qt5-qttools | Static library files for qt5-qttools. | Static library files for qt5-qttools | 3 | 库 + qt5-qttranslations | qt5-qttranslations | Qt5 - QtTranslations module. | Qt5 - QtTranslations module | 3 | 库 + qt5-qtwayland | qt5-qtwayland | Qt5 - Wayland platform support and QtCompositor module. | Qt5 - Wayland platform support and QtCompositor module | 3 | 库 + qt5-qtwayland-devel | qt5-qtwayland | Development files for qt5-qtwayland. | Development files for qt5-qtwayland | 3 | 库 + qt5-qtwayland-examples | qt5-qtwayland | Programming examples for qt5-qtwayland. | Programming examples for qt5-qtwayland | 3 | 库 + qt5-qtwebchannel | qt5-qtwebchannel | Qt5-QtWebChannel is a module in the Qt framework that provides a communicationchannel between a web page and a Qt application. This module allows theapplication to expose QObject instances to a web page and make them accessiblefrom JavaScript code running in the web page. It enables bidirectional communicationbetween the web page and the application, making it possible to create interactiveweb-based user interfaces that can interact with a native application. The moduleis useful for creating web-based front-ends for desktop applications, IoT devices,and other systems that require web-based user interfaces. | Qt5 - WebChannel component | 3 | 库 + qt5-qtwebchannel-devel | qt5-qtwebchannel | This is a development package for qt5-qtwebchannel. | Development files for qt5-qtwebchannel | 3 | 库 + qt5-qtwebchannel-examples | qt5-qtwebchannel | This is a programming examples package for qt5-qtwebchannel. | Programming examples for qt5-qtwebchannel | 3 | 库 + qt5-qtwebkit | qt5-qtwebkit | WebKit is an open source web browser engine. WebKit's HTML and JavaScriptcode began as a branch of the KHTML and KJS libraries from KDE. As part ofKDE framework KHTML was based on Qt but during their porting efforts Apple'sengineers made WebKit toolkit independent.QtWebKit is a project aiming at porting this fabulous engine back to Qt.The Qt port of WebKit currently compiles and runs on Linux, *BSD, Windowsand macOS. | Qt5 - QtWebKit components | 3 | 库 + qt5-qtwebkit-devel | qt5-qtwebkit | The qt5-qtwebkit-devel package contains libraries and header files fordeveloping applications that use qt5-qtwebkit. | Development files for qt5-qtwebkit | 3 | 库 + qt5-qtwebsockets | qt5-qtwebsockets | The QtWebSockets module implements the WebSocket protocol as specified in RFC6455. It solely depends on Qt (no external dependencies). | Qt5 - WebSockets component | 3 | 库 + qt5-qtwebsockets-devel | qt5-qtwebsockets | Qt5 - WebSockets component | Development files for qt5-qtwebsockets | 3 | 库 + qt5-qtwebsockets-examples | qt5-qtwebsockets | Qt5 - WebSockets component | Programming examples for qt5-qtwebsockets | 3 | 库 + qt5-qtx11extras | qt5-qtx11extras | The X11 Extras module provides features specific to platforms using X11, e.g.Linux and UNIX-like systems including embedded Linux systems that use the XWindow System. | Qt5 - X11 support library | 3 | 库 + qt5-qtx11extras-devel | qt5-qtx11extras | Development files for qt5-qtx11extras. | Development files for qt5-qtx11extras | 3 | 库 + qt5-qtxmlpatterns | qt5-qtxmlpatterns | The Qt XML Patterns module provides support for XPath, XQuery, XSLT,and XML Schema validation. | Qt5 - QtXmlPatterns component | 3 | 库 + qt5-qtxmlpatterns-devel | qt5-qtxmlpatterns | Development files for qt5-qtxmlpatterns. | Development files for qt5-qtxmlpatterns | 3 | 库 + qt5-qtxmlpatterns-examples | qt5-qtxmlpatterns | Programming examples for qt5-qtxmlpatterns. | Programming examples for qt5-qtxmlpatterns | 3 | 库 + qt5-rpm-macros | qt5 | RPM provides a rich set of macros to make package maintenance simpler and consistent across packages. | RPM macros for building Qt5 and KDE Frameworks 5 packages | 3 | 库 + qt5-srpm-macros | qt5 | RPM RPM provides a rich set of macros for source Qt5 packages | RPM macros for source Qt5 packages | 3 | 工具 + quota | quota | The quota subsystem allows a system administrator to set soft and hardlimits on used space and the number of inodes used for users andgroups. The kernel must be compiled with disk quota support enabled. | System administration tools for monitoring users disk usage | 2 | 工具 + quota-devel | quota | This package contains development header files for implementing disk quotason remote machines. | Development files for quota RPC | 2 | 工具 + quota-doc | quota | The quota-doc package contains documentation files for quota. | Documentation files for quota | 3 | 工具 + quota-nld | quota | quota_nld is a daemon that listens on netlink socket and processes received quota warnings.It forwards warning messages to both the system’s DBUS (so that the desktop manager candisplay a dialog) and the last-accessed terminal of the user to whom each warning is directed | quota_nld daemon | 2 | 工具 + quota-nls | quota | This packages is disk quota tools messages translated into different natural languages. | Gettext catalogs for disk quota tools | 2 | 工具 + quota-rpc | quota | The RPC daemon allows to query and set disk quotas over network. If you runthe daemon on NFS server, you could use quota tools to manage the quotas fromNFS client. | RPC quota daemon | 2 | 工具 + quota-warnquota | quota | Utility that checks disk quota for each local file system and mails a warningmessage to those users who have reached their soft limit. It is typically runvia cron(8). | Send e-mail to users over quota | 2 | 工具 + qv4l2 | v4l-utils | QT v4l2 test control and streaming test application. | QT v4l2 test control and streaming test application | 3 | 库 + rados-objclass-devel | ceph | This package contains libraries and headers needed to develop RADOS objectclass plugins. | RADOS object class development kit | 3 | 库 + radvd | radvd | radvd is the router advertisement daemon for IPv6. It listens to routersolicitations and sends router advertisements as described in "NeighborDiscovery for IP Version 6 (IPv6)" (RFC 2461). With these advertisementshosts can automatically configure their addresses and some otherparameters. They also can choose a default router based on theseadvertisements.Install radvd if you are setting up IPv6 network and/or Mobile IPv6services. | A Router Advertisement daemon | 3 | 工具 + rapidjson-devel | rapidjson | %{description} | Fast JSON parser and generator for C++ | 3 | 库 + rapidjson-doc | rapidjson | This package contains the documentation-files for rapidjson. | Documentation-files for rapidjson | 3 | 库 + rasdaemon | rasdaemon | rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.It currently records memory errors, using the EDAC tracing events.EDAC is drivers in the Linux kernel that handle detection of ECC errorsfrom memory controllers for most chipsets on i386 and x86_64 architectures.EDAC drivers for other architectures like arm also exists.This userspace component consists of an init script which makes sureEDAC drivers and DIMM labels are loaded at system startup, as well asan utility for reporting current error counts from the EDAC sysfs files. | Utility to receive RAS error tracings | 2 | 服务 + rav1e | rust-rav1e | Fastest and safest AV1 encoder. | Fastest and safest AV1 encoder | 3 | 库 + rav1e-libs | rust-rav1e | Library files for rav1e, the fastest and safest AV1 encoder. | Library files for rav1e | 3 | 库 + rbd-fuse | ceph | FUSE based client to map Ceph rbd images to files | Ceph fuse-based client | 3 | 工具 + rbd-mirror | ceph | Daemon for mirroring RBD images between Ceph clusters, streamingchanges asynchronously. | Ceph daemon for mirroring RBD images | 3 | 工具 + rbd-nbd | ceph | NBD based client to map Ceph rbd images to local device | Ceph RBD client base on NBD | 3 | 工具 + rdma-core | rdma-core | This is the userspace components for the Linux Kernel's drivers/infiniband subsystem.Specifically this contains the userspace libraries for the following device nodes:- /dev/infiniband/uverbsX (libibverbs)- /dev/infiniband/rdma_cm (librdmacm)- /dev/infiniband/umadX (libibumad)Additional service daemons are provided for:- srp_daemon (ib_srp.ko)- iwpmd (for iwarp kernel providers)- ibacm (for InfiniBand communication management assistant) | RDMA core userspace libraries and daemons | 2 | 库 + rdma-core-devel | rdma-core | RDMA core development libraries and headers. | Development libraries and headers for rdma-core | 3 | 库 + re2 | re2 | RE2 is a software library for regular expressions via a finite-statemachine using automata theory, in contrast to almost all other regularexpression libraries, which use backtracking implementations.It provides a C++ interface. | a regular expression library | 3 | 库 + re2-devel | re2 | The re2-devel package contains development files for using re2. | Development files for re2 | 3 | 工具 + re2-doc | re2 | The re2-doc package contains documentation files for re2. | Documentation files for re2 | 3 | 工具 + readline | readline | The Readline library provides a set of functions that allow users toedit command lines. Both Emacs and vi editing modes are available. TheReadline library includes additional functions for maintaining a listof previously-entered command lines for recalling or editing thoselines, and for performing csh-like history expansion on previouscommands. | A library for editing typed command lines | 1 | 库 + readline-devel | readline | The Readline library provides a set of functions that allow users toedit typed command lines. If you want to develop programs that willuse the readline library, you need to have the readline-devel packageinstalled. You also need to have the readline package installed. | Files needed to develop programs which use the readline library | 1 | 库 + readline-static | readline | The readline-static package contains the static version of the readlinelibrary. | Static libraries for the readline library | 1 | 库 + readonly-root | initscripts | This package provides a script and configuration file for configuring read-onlyroot support. After installation, additional configuration is required.Please note that the readonly-root package is considered deprecated with limitedsupport. Instead, you can use systemd-volatile-root functionality. | Service for configuring read-only root support | 2 | 服务 + realmd | realmd | Rlmd is a DBus system service which manages discovery and enrollment in realmsand domains like Active Directory or IPA. The control center uses realmd as theback end to 'join' a domain simply and automatically configure things correctly. | DBus service for configuring kerberos and other online identities. | 3 | 服务 + realmd-devel-docs | realmd | The realmd-devel package contains developer documentation for developingapplications that use realmd. | Developer documentation files for realmd | 3 | 服务 + redis | redis | Redis is often referred to as a data structures server. What this means is that Redisprovides access to mutable data structures via a set of commands, which are sent usinga server-client model with TCP sockets and a simple protocol. So different processescan query and modify the same data structures in a shared way.Data structures implemented into Redis have a few special properties: - Redis cares to store them on disk, even if they are always served and modified into the server memory. This means that Redis is fast, but that it is also non-volatile. - The implementation of data structures emphasizes memory efficiency, so data structures inside Redis will likely use less memory compared to the same data structure modelled using a high-level programming language. - Redis offers a number of features that are natural to find in a database, like replication, tunable levels of durability, clustering, and high availability.Another good example is to think of Redis as a more complex version of memcached, where the operationsare not just SETs and GETs, but operations that work with complex data types like Lists, Sets, ordereddata structures, and so forth. | A persistent key-value database | 3 | 服务 + redis-devel | redis | Header file required for building loadable Redis modules. Detailed APIdocumentation is available in the redis-doc package. | Development header for Redis module development | 2 | 库 + redis-doc | redis | Manual pages and detailed documentation for many aspects of Redis use,administration and development. | Documentation for Redis including man pages | 3 | 工具 + resolv_wrapper | resolv_wrapper | It is likely that if you have a server/client architecture, you need to do DNSqueries or a third party library, like Kerberos needs to be able to do queries.In the case of Kerberos the client needs to look the address of the KDC up via aSRV record. resolv_wrapper is able to either redirect all DNS queries to yourDNS server implementation, or fake DNS replies!To use it set the following environment variables:LD_PRELOAD=libresolv_wrapper.soRESOLV_WRAPPER_CONF=./my_resolv.confThis package doesn't have a devel package because this project is fordevelopment/testing. | A wrapper for dns name resolving or dns faking | 2 | 库 + resolv_wrapper-doc | resolv_wrapper | The resolv_wrapper-doc package contains documentation files for resolv_wrapper. | Documentation files for resolv_wrapper | 3 | 工具 + resource-agents | resource-agents | A set of scripts to interface with several services to operate in aHigh Availability environment for both Pacemaker and rgmanagerservice managers. | Open Source HA Reusable Cluster Resource Scripts | 3 | 服务 + rest | rest | This library was designed to make it easier to access web services thatclaim to be "RESTful". A RESTful service should have urls that representremote objects, which methods can then be called on. The majority of servicesdon't actually adhere to this strict definition. Instead, their RESTful endpoint usually has an API that is just simpler to use compared to other typesof APIs they may support (XML-RPC, for instance). It is this kind of API thatthis library is attempting to support. | A library for access to RESTful web services | 3 | 库 + rest-devel | rest | Files for development with rest. | Development package for rest | 3 | 工具 + rmt | star | The star-rmt package contains the rmt utility provides remote access totape devices for programs like dump (a filesystem backup program), restore(a program for restoring files from a backup), and tar (an archiving program). | Provides certain programs with access to remote tape devices | 3 | 工具 + rng-tools | rng-tools | Hardware random number generation tools. | Random number generator related utilities | 2 | 工具 + rootfiles | rootfiles | The rootfiles package contains basic required files that are placedin the root user's account. These files are basically the sameas those in /etc/skel, which are placed in regularusers' home directories. | The basic required files for the root user's directory | 2 | 库 + rpcbind | rpcbind | The rpcbind utility is a server that converts RPC program numbers intouniversal addresses. It must be running on the host to be able to makeRPC calls on a server on that machine. | Universal Addresses to RPC Program Number Mapper | 2 | 服务 + rpcgen | rpcsvc-proto | rpcgen is a tool that generates C code to implement an RPC protocol.The input to rpcgen is a language similar to C known as RPC Language(Remote Procedure Call Language). | RPC protocol compiler | 2 | 工具 + rpcsvc-proto-devel | rpcsvc-proto | The rpcsvc-proto package includes several rpcsvc header filesand RPC protocol definitions from SunRPC sources (as shipped withglibc). | RPC protocol definitions | 2 | 库 + rpcsvc-proto-doc | rpcsvc-proto | Doc files for rpcsvc-proto | Doc files for rpcsvc-proto | 2 | 库 + rpm | rpm | RPM Package Manager (RPM) is a free and open-source tool that enables you toinstall, remove, update, verify and manage software packages on Linux-basedsystems. RPM packages are files that contain the compiled version of asoftware project, along with metadata such as its name, version, descriptionand dependencies. You can also create and distribute source RPM packages(SRPMs), which contain the source code and instructions for building a binaryRPM package. | The RPM package management system | 2 | 工具 + rpm-apidocs | rpm | This package provides API documentation for RPM libraries that can be used tocreate applications that work with RPM packages and databases. The documentationcovers various aspects of RPM development, such as package building, dependencyresolution, signature verification, and transaction management. The documentationis generated using Doxygen and can be browsed online or offline. The package isuseful for developers who want to learn more about the RPM internals and APIs. | API documentation for RPM libraries | 2 | 工具 + rpm-build | rpm | The rpm-build package enables you to create binary and source packages usingthe RPM Package Manager. A package is a collection of files and meta-data thatcan be installed and removed from a system. The meta-data contains informationsuch as scripts, attributes, and descriptions of the package. The rpm-buildpackage provides the tools and scripts that are required to build packagesfrom source code or pre-compiled binaries. You can use the rpm-build packageto create custom packages for your own software or modify existing packagesto suit your needs. | Scripts and executable programs used to build packages | 2 | 工具 + rpm-build-libs | rpm | This package provides the RPM shared libraries that are needed for creatingpackages with RPM. | Libraries for building RPM packages | 2 | 工具 + rpm-cron | rpm | rpm-cron is a package that contains a cron job for logging the packagesinstalled on a system on a daily basis. Cron is a service that allows youto schedule tasks to run at regular intervals. The rpm-cron package is usefulfor keeping track of the changes in the system's package inventory. | Create daily logs of installed packages. | 2 | 工具 + rpmdeplint | rpmdeplint | Rpmdeplint is a tool to find errors in RPM packages in the context of theirdependency graph. | Tool to find errors in RPM packages in the context of their dependency graph | 2 | 工具 + rpmdeplint-doc | rpmdeplint | Doc files for rpmdeplint | Doc files for rpmdeplint | 3 | 工具 + rpm-devel | rpm | This package includes the C library and header files for RPM. These developmentfiles allow you to write programs that can manipulate RPM packages anddatabases. These files are designed to make it easier to create graphicalpackage managers or any other tools that require a deep understanding ofRPM packages to function.This package should be installed if you want to develop programs thatwill manipulate RPM packages and databases. | Development files for manipulating RPM packages | 2 | 工具 + rpmdevtools | rpmdevtools | This package contains scripts and (X)Emacs support files to aid indevelopment of RPM packages.rpmdev-setuptree Create RPM build tree within user's home directoryrpmdev-diff Diff contents of two archivesrpmdev-newspec Creates new .spec from templaterpmdev-rmdevelrpms Find (and optionally remove) "development" RPMsrpmdev-checksig Check package signatures using alternate RPM keyringrpminfo Print information about executables and librariesrpmdev-md5/sha* Display checksums of all files in an archive filerpmdev-vercmp RPM version comparison checkerrpmdev-spectool Expand and download sources and patches in specfilesrpmdev-wipetree Erase all files within dirs created by rpmdev-setuptreerpmdev-extract Extract various archives, "tar xvf" stylerpmdev-bumpspec Bump revision in specfile...and many more. | RPM Development Tools | 2 | 工具 + rpm-libs | rpm | This package contains the RPM shared libraries.The RPM shared libraries are used by dynamic executablesthat depend on them at run time. They can be installed in different locationsand configured with ldconfig or rpath . The RPM shared libraries have differentversions and symbols that are tracked by RPM using the soname and uniqueidentifiers . This package allows you to build packages that are compatiblewith the RPM shared libraries on your system. | Libraries for manipulating RPM packages | 2 | 工具 + rpmlint | rpmlint | rpmlint is a tool for checking common errors in RPM packages. Binaryand source packages as well as spec files can be checked. | Tool for checking common errors in RPM packages | 2 | 工具 + rpm-mpi-hooks | rpm-mpi-hooks | RPM dependency generator hooks for MPI packages. This package should be addedas a BuildRequires to all mpi implementations (i.e. openmpi, mpich) as well asa Requires to the their -devel packages. | RPM dependency generator hooks for MPI packages | 2 | 工具 + rpm-ostree | rpm-ostree | rpm-ostree is a hybrid image/package system. It combines libostree as a baseimage format, and accepts RPM on both the client and server side, sharing codewith the dnf project; specifically libdnf. and thus bringing many of thebenefits of both together. | Hybrid image/package system | 2 | 工具 + rpm-ostree-devel | rpm-ostree | The rpm-ostree-devel package includes the header files for rpm-ostree-libs. | Development headers for rpm-ostree | 2 | 工具 + rpm-ostree-libs | rpm-ostree | The rpm-ostree-libs package includes the shared library for rpm-ostree. | Shared library for rpm-ostree | 2 | 工具 + rpm-plugin-audit | rpm | Rpm plugin for logging audit events on package operations. | Rpm plugin for logging audit events on package operations | 2 | 工具 + rpm-plugin-dbus-announce | rpm | This plugin broadcasts basic information about rpm transactions to the systemDBUS, such as which packages are being installed or removed. This way, otherapplications can listen to the signals and get updated on the changes in thesystem packages. This plugin is useful for open source software developmentand testing on Linux operating systems. | Rpm plugin for announcing transactions on the DBUS | 2 | 工具 + rpm-plugin-fapolicyd | rpm | Rpm plugin for fapolicyd support. | Rpm plugin for fapolicyd support | 2 | 工具 + rpm-plugin-fsverity | rpm | Rpm plugin for fsverity file signatures. | Rpm plugin for fsverity file signatures | 2 | 工具 + rpm-plugin-ima | rpm | Rpm plugin ima file signatures. | Rpm plugin ima file signatures | 2 | 工具 + rpm-plugin-prioreset | rpm | Rpm plugin for resetting scriptlet priorities for SysV init.Useful on legacy SysV init systems if you run rpm transactions withnice/ionice priorities. Should not be used on systemd systems. | Rpm plugin for resetting scriptlet priorities for SysV init | 2 | 工具 + rpm-plugin-selinux | rpm | Rpm plugin for SELinux functionality. | Rpm plugin for SELinux functionality | 2 | 工具 + rpm-plugin-syslog | rpm | Rpm plugin for syslog functionality. | Rpm plugin for syslog functionality | 2 | 工具 + rpm-plugin-systemd-inhibit | rpm | This plugin for RPM uses the systemd-inhibit mechanism to block the system fromgoing into idle, sleep or shutdown mode while an rpm transaction is in progress.This prevents possible system damage that could result from a transaction beingaborted by a reboot.For more details on how this mechanism works, see systemd-inhibit(1). It ishighly recommended to install this plugin on all systems that use systemd asthe init system and have the DBUS system bus available. If the plugin cannotaccess the inhibit interface, it will issue a warning but will not stop thetransaction. There are no specific options for this plugin. See rpm-plugins(8)for general information on how to control plugins. | Rpm plugin for systemd inhibit functionality | 2 | 工具 + rpm-sign | rpm | This package contains support for digitally signing RPM packages. | Package signing support | 2 | 工具 + rpm-sign-libs | rpm | This package provides the RPM shared libraries for package signing. Packagesigning is a process of adding a digital signature to an RPM package toverify its integrity and authenticity. The rpm utility uses GPG keys to signand verify packages. The sign-libs package contains the libraries thatimplement the signing and verification algorithms for RPM. This package isrequired for building and installing signed RPM packages. | Libraries for signing RPM packages | 2 | 工具 + rrdtool | rrdtool | RRD is the Acronym for Round Robin Database. RRD is a system to store anddisplay time-series data (i.e. network bandwidth, machine-room temperature,server load average). It stores the data in a very compact way that will notexpand over time, and it presents useful graphs by processing the data toenforce a certain data density. It can be used either via simple wrapperscripts (from shell or Perl) or via frontends that poll network devices andput a friendly user interface on it. | Round Robin Database Tool to store and display time-series data | 3 | 工具 + rrdtool-devel | rrdtool | RRD is the Acronym for Round Robin Database. RRD is a system to store anddisplay time-series data (i.e. network bandwidth, machine-room temperature,server load average). This package allow you to use directly this library. | RRDtool libraries and header files | 3 | 库 + rrdtool-doc | rrdtool | RRD is the Acronym for Round Robin Database. RRD is a system to store anddisplay time-series data (i.e. network bandwidth, machine-room temperature,server load average). This package contains documentation on using RRD. | RRDtool documentation | 3 | 工具 + rrdtool-lua | rrdtool | The rrdtool-lua package includes RRDtool bindings for Lua. | Lua RRDtool bindings | 3 | 工具 + rrdtool-perl | rrdtool | The Perl RRDtool bindings | Perl RRDtool bindings | 3 | 工具 + rrdtool-ruby | rrdtool | The rrdtool-ruby package includes RRDtool bindings for Ruby. | Ruby RRDtool bindings | 3 | 工具 + rrdtool-tcl | rrdtool | The rrdtool-tcl package includes RRDtool bindings for Tcl. | Tcl RRDtool bindings | 3 | 工具 + rsync | rsync | Rsync uses a reliable algorithm to bring remote and host files intosync very quickly. Rsync is fast because it just sends the differencesin the files over the network instead of sending the completefiles. Rsync is often used as a very powerful mirroring process orjust as a more capable replacement for the rcp command. A technicalreport which describes the rsync algorithm is included in thispackage. | A program for synchronizing files over a network | 3 | 服务 + rsync-daemon | rsync | Rsync can be used to offer read only access to anonymous clients. Thispackage provides the anonymous rsync service. | Service for anonymous access to rsync | 3 | 服务 + rsyslog | rsyslog | Rsyslog is a multi-threaded syslog daemon that has been enhanced with advancedfeatures such as support for MySQL, syslog/TCP, RFC 3195, permitted senderlists, filtering on any message part, and fine-grain output format control.It is compatible with stock sysklogd and can be used as a drop-in replacement.Rsyslog is simple to set up and has advanced features suitable forenterprise-class encryption-protected syslog relay chains. It is a useful toolthat can help improve system performance by providing a reliable and efficientway to log system events in UNIX-based systems. Rsyslog can be used for variouspurposes such as system maintenance, backups, and data processing in UNIX-basedsystems. | Enhanced system logging and kernel message trapping daemon | 2 | 服务 + rsyslog-crypto | rsyslog | This package contains a module providing log file encryption and acommand line tool to process encrypted logs. | Encryption support | 2 | 服务 + rsyslog-doc | rsyslog | This subpackage contains documentation for rsyslog. | HTML documentation for rsyslog | 2 | 服务 + rsyslog-elasticsearch | rsyslog | This module provides the capability for rsyslog to feed logs directly intoElasticsearch. | ElasticSearch output module for rsyslog | 2 | 服务 + rsyslog-gnutls | rsyslog | The rsyslog-gnutls package contains the rsyslog plugins that provide theability to send and receive syslog messages via TCP or RELP using TLSencryption via GnuTLS library. For details refer to rsyslog doc on imtcpand omfwd modules. | TLS protocol support for rsyslog via GnuTLS library | 2 | 服务 + rsyslog-gssapi | rsyslog | The rsyslog-gssapi package contains the rsyslog plugins which support GSSAPIauthentication and secure connections. GSSAPI is commonly used for Kerberosauthentication. | GSSAPI authentication and encryption support for rsyslog | 2 | 服务 + rsyslog-hiredis | rsyslog | This module provides output to Redis. | Redis support for rsyslog | 2 | 服务 + rsyslog-kafka | rsyslog | The rsyslog-kafka package provides module for Apache Kafka output. | Provides the omkafka module | 2 | 服务 + rsyslog-libdbi | rsyslog | This module supports a large number of database systems vialibdbi. Libdbi abstracts the database layer and provides drivers formany systems. Drivers are available via the libdbi-drivers project. | Libdbi database support for rsyslog | 2 | 库 + rsyslog-logrotate | rsyslog | This subpackage contains the default logrotate configuration for rsyslog. | Log rotation for rsyslog | 2 | 服务 + rsyslog-mmaudit | rsyslog | This module provides message modification supporting Linux audit formatin various settings. | Message modification module supporting Linux audit format | 2 | 服务 + rsyslog-mmfields | rsyslog | The mmfield module permits to extract fields. Using this module is of specialadvantage if a field-based log format is to be processed, like for example CEFand either a large number of fields is needed or a specific field is used multipletimes inside filters. | Fields extraction module | 2 | 服务 + rsyslog-mmjsonparse | rsyslog | This module provides the capability to recognize and parse JSON enhancedsyslog messages. | JSON enhanced logging support | 2 | 服务 + rsyslog-mmkubernetes | rsyslog | The rsyslog-mmkubernetes package provides module for adding kubernetescontainer metadata. | Provides the mmkubernetes module | 2 | 服务 + rsyslog-mmnormalize | rsyslog | This module provides the capability to normalize log messages via liblognorm. | Log normalization support for rsyslog | 2 | 服务 + rsyslog-mmsnmptrapd | rsyslog | This message modification module takes messages generated from snmptrapd andmodifies them so that they look like they originated from the read originator. | Message modification module for snmptrapd generated messages | 2 | 服务 + rsyslog-mysql | rsyslog | The rsyslog-mysql package contains a dynamic shared object that will addMySQL database support to rsyslog. | MySQL support for rsyslog | 2 | 服务 + rsyslog-omamqp1 | rsyslog | The omamqp1 output module can be used to send log messages via an AMQP1.0-compatible messaging bus. | Provides the omamqp1 module | 2 | 服务 + rsyslog-openssl | rsyslog | The rsyslog-openssl package contains the rsyslog plugins that provide theability to send and receive syslog messages via TCP or RELP using TLSencryption via OpenSSL library. For details refer to rsyslog doc on imtcpand omfwd modules. | TLS protocol support for rsyslog via OpenSSL library | 2 | 服务 + rsyslog-pgsql | rsyslog | The rsyslog-pgsql package contains a dynamic shared object that will addPostgreSQL database support to rsyslog. | PostgresSQL support for rsyslog | 2 | 服务 + rsyslog-rabbitmq | rsyslog | This module allows rsyslog to send messages to a RabbitMQ server. | RabbitMQ support for rsyslog | 2 | 服务 + rsyslog-relp | rsyslog | The rsyslog-relp package contains the rsyslog plugins that providethe ability to receive syslog messages via the reliable RELPprotocol. | RELP protocol support for rsyslog | 2 | 服务 + rsyslog-snmp | rsyslog | The rsyslog-snmp package contains the rsyslog plugin that provides theability to send syslog messages as SNMPv1 and SNMPv2c traps. | SNMP protocol support for rsyslog | 2 | 服务 + rsyslog-udpspoof | rsyslog | This module is similar to the regular UDP forwarder, but permits tospoof the sender address. Also, it enables to circle through a numberof source ports. | Provides the omudpspoof module | 2 | 服务 + rtkit | rtkit | RealtimeKit is a D-Bus system service that changes thescheduling policy of user processes/threads to SCHED_RR (i.e. realtimescheduling mode) on request. It is intended to be used as a securemechanism to allow real-time scheduling to be used by normal userprocesses.RealtimeKit can also be used to hand outh high priorityscheduling (i.e. negative nice level) to user processes. | REALTIMEKIT Realtime Policy and Watchdog Daemon | 3 | 服务 + ruby | ruby | The ruby is the interpreted scripting language for quick and easyobject-oriented programming. It has many features to process textfiles and to do system management tasks (as in Perl). It is simple,straight-forward, and extensible. | An interpreter of object-oriented scripting language | 3 | 库 + ruby-bundled-gems | ruby | Bundled gems which are part of Ruby StdLib. While being part of Ruby, theseneeds to be listed in Gemfile to be used by Bundler. | Bundled gems which are part of Ruby StdLib | 3 | 库 + ruby-default-gems | ruby | The .gemspec files and executables of default gems, which are part of RubyStdLib. | Default gems which are part of Ruby StdLib | 3 | 库 + ruby-devel | ruby | Header files and libraries for building an extension library for theRuby or an application embedding Ruby. | A Ruby development environment | 3 | 库 + ruby-doc | ruby | This package contains documentation for ruby. | Documentation for ruby | 3 | 库 + rubygem-asciidoctor | rubygem-asciidoctor | A fast, open source text processor and publishing toolchain, written in Ruby,for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 andcustom output formats. The transformation from AsciiDoc to custom outputformats is performed by running the nodes in the parsed document tree through acollection of templates written in a template language supported by Tilt. | A fast, open source AsciiDoc implementation in Ruby | 3 | 工具 + rubygem-asciidoctor-doc | rubygem-asciidoctor | Documentation for rubygem-asciidoctor | Documentation for rubygem-asciidoctor | 3 | 库 + rubygem-bigdecimal | ruby | Ruby provides built-in support for arbitrary precision integer arithmetic.For example:42**13 -> 1265437718438866624512BigDecimal provides similar support for very large or very accurate floatingpoint numbers. Decimal arithmetic is also useful for general calculation,because it provides the correct answers people expect–whereas normal binaryfloating point arithmetic often introduces subtle errors because of theconversion between base 10 and base 2. | BigDecimal provides arbitrary-precision floating point decimal arithmetic | 3 | 库 + rubygem-bundler | ruby | Bundler manages an application's dependencies through its entire life, acrossmany machines, systematically and repeatably. | Library and utilities to manage a Ruby application's gem dependencies | 3 | 库 + rubygem-io-console | ruby | IO/Console provides very simple and portable access to console. It doesn'tprovide higher layer features, such like curses and readline. | IO/Console is a simple console utilizing library | 3 | 库 + rubygem-irb | ruby | The irb is acronym for Interactive Ruby. It evaluates ruby expressionfrom the terminal. | The Interactive Ruby | 3 | 库 + rubygem-json | rubygem-json | This is a implementation of the JSON specification accordingto RFC 4627 in Ruby.You can think of it as a low fat alternative to XML,if you want to store data to disk or transmit it overa network rather than use a verbose markup language. | A JSON implementation in Ruby | 3 | 库 + rubygem-minitest | ruby | minitest/unit is a small and incredibly fast unit testing framework.minitest/spec is a functionally complete spec engine.minitest/benchmark is an awesome way to assert the performance of youralgorithms in a repeatable manner.minitest/mock by Steven Baker, is a beautifully tiny mock objectframework.minitest/pride shows pride in testing and adds coloring to your testoutput. | Minitest provides a complete suite of testing facilities | 3 | 库 + rubygem-power_assert | ruby | Power Assert shows each value of variables and method calls in the expression.It is useful for testing, providing which value wasn't correct when thecondition is not satisfied. | Power Assert for Ruby | 3 | 库 + rubygem-psych | ruby | Psych is a YAML parser and emitter. Psych leverageslibyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emittingcapabilities. In addition to wrapping libyaml, Psych also knows how toserialize and de-serialize most Ruby objects to and from the YAML format. | A libyaml wrapper for Ruby | 3 | 库 + rubygem-rake | ruby | Rake is a Make-like program implemented in Ruby. Tasks and dependencies arespecified in standard Ruby syntax. | Ruby based make-like utility | 3 | 库 + rubygem-rbs | ruby | RBS is the language for type signatures for Ruby and standard librarydefinitions. | Type signature for Ruby | 3 | 库 + rubygem-rdoc | ruby | RDoc produces HTML and command-line documentation for Ruby projects. RDocincludes the 'rdoc' and 'ri' tools for generating and displaying onlinedocumentation. | A tool to generate HTML and command-line documentation for Ruby projects | 3 | 库 + rubygem-rexml | ruby | REXML was inspired by the Electric XML library for Java, which features aneasy-to-use API, small size, and speed. Hopefully, REXML, designed with the samephilosophy, has these same features. I've tried to keep the API as intuitive aspossible, and have followed the Ruby methodology for method naming and codeflow, rather than mirroring the Java API.REXML supports both tree and stream document parsing. Stream parsing is faster(about 1.5 times as fast). However, with stream parsing, you don't get access tofeatures such as XPath. | An XML toolkit for Ruby | 3 | 库 + rubygem-rss | ruby | Really Simple Syndication (RSS) is a family of formats that describe 'feeds',specially constructed XML documents that allow an interested person to subscribeand receive updates from a particular web service. This library provides toolingto read and create these feeds. | Family of libraries that support various formats of XML "feeds" | 3 | 库 + rubygems | ruby | RubyGems is the Ruby standard for publishing and managing third partylibraries. | The Ruby standard for packaging ruby libraries | 3 | 库 + rubygems-devel | ruby | Macros and development tools for packaging RubyGems. | Macros and development tools for packaging RubyGems | 3 | 库 + rubygem-test-unit | ruby | Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnitprinciples. These were originally designed by Kent Beck, creator of extremeprogramming software development methodology, for Smalltalk's SUnit. It allowswriting tests, checking results and automated testing in Ruby. | An xUnit family unit testing framework for Ruby | 3 | 库 + rubygem-typeprof | ruby | TypeProf performs a type analysis of non-annotated Ruby code.It abstractly executes input Ruby code in a level of types instead of values,gathers what types are passed to and returned by methods, and prints theanalysis result in RBS format, a standard type description format for Ruby3.0. | TypeProf is a type analysis tool for Ruby code based on abstract interpretation | 3 | 库 + ruby-hivex | hivex | ruby-hivex contains Ruby bindings for hivex. | Ruby bindings for hivex | 3 | 库 + ruby-libguestfs | libguestfs | ruby-libguestfs contains Ruby bindings for libguestfs. | Ruby bindings for libguestfs | 3 | 库 + ruby-libs | ruby | This package includes the libruby, necessary to run Ruby. | Libraries necessary to run Ruby | 3 | 库 + ruby-solv | libsolv | Ruby bindings for the libsolv library. | Ruby bindings for the libsolv library | 3 | 库 + runc | runc | The runc command can be used to start containers which are packagedin accordance with the Open Container Initiative's specifications,and to manage containers running under runc. | CLI for running Open Containers | 3 | 服务 + rust | rust | Rust is blazingly fast and memory-efficient: with no runtime or garbage collector,it can power performance-critical services, run on embedded devices, and easilyintegrate with other languages. | The Rust Programming Language | 2 | 库 + rust-cargo-c+default-devel | rust-cargo-c | Helper program to build and install c-like libraries.This package contains library source intended for building other packages whichuse the "default" feature of the "cargo-c" crate. | Helper program to build and install c-like libraries | 2 | 库 + rust-cargo-c-doc | rust-cargo-c | The rust-cargo-c-doc package contains documentation files for rust-cargo-c. | Documentation files for rust-cargo-c | 2 | 库 + rust-debugger-common | rust | This package includes the common functionality for rust-gdb and rust-lldb. | Common debugger pretty printers for Rust | 2 | 库 + rust-doc | rust | This package includes HTML documentation for the Rust programming language andits standard library. | Documentation for Rust | 2 | 库 + rustfmt | rust | A tool for formatting Rust code according to style guidelines. | Tool to find and fix Rust formatting issues | 2 | 库 + rust-gdb | rust | This package includes the rust-gdb script, which allows easier debugging of Rustprograms. | GDB pretty printers for Rust | 2 | 库 + rust-lldb | rust | This package includes the rust-lldb script, which allows easier debugging of Rustprograms. | LLDB pretty printers for Rust | 2 | 库 + rust-packaging | rust-packaging | The package provides RPM macros for building Rust projects.Note that rust-srpm-macros is a seperate arch-independent package thatis also required to build Rust packages. | RPM macros for building Rust packages | 2 | 库 + rust-rav1e-doc | rust-rav1e | The rust-rav1e-doc package contains documentation files for rust-rav1e. | Documentation files for rust-rav1e | 3 | 库 + rust-src | rust | This package includes source files for the Rust standard library. It may beuseful as a reference for code completion tools in various editors. | Sources for the Rust standard library | 2 | 库 + rust-srpm-macros | rust-srpm-macros | RPM macros for building Rust source packages. | RPM macros for building Rust source packages | 2 | 库 + rust-std-static | rust | This package includes the standard libraries for building applicationswritten in Rust. | Standard library for Rust | 2 | 库 + rust-std-static-wasm32-unknown-unknown | rust | This package includes the standard libraries for building applicationswritten in Rust for the WebAssembly target wasm32-unknown-unknown | Standard library for Rust wasm32-unknown-unknown | 2 | 库 + rust-std-static-wasm32-wasi | rust | This package includes the standard libraries for building applicationswritten in Rust for the WebAssembly target wasm32-wasi | Standard library for Rust wasm32-wasi | 2 | 库 + rust-toolset | rust | This is the metapackage for Rust Toolset, bringing in the Rust compiler,the Cargo package manager, and a few convenience macros for rpm builds. | Rust Toolset | 2 | 工具 + samba | samba | Samba is the standard Windows interoperability suite of programs for Linux andUnix. | Server and Client software to interoperate with Windows machines | 3 | 服务 + samba-client | samba | The samba-client package provides some SMB/CIFS clients to complementthe built-in SMB/CIFS filesystem in Linux. These clients allow accessof SMB/CIFS shares and printing to SMB/CIFS printers. | Samba client programs | 3 | 服务 + samba-client-libs | samba | The samba-client-libs package contains internal libraries needed by theSMB/CIFS clients. | Samba client libraries | 3 | 服务 + samba-common | samba | samba-common provides files necessary for both the server and clientpackages of Samba. | Files used by both Samba servers and clients | 3 | 服务 + samba-common-libs | samba | The samba-common-libs package contains internal libraries needed by theSMB/CIFS clients. | Libraries used by both Samba servers and clients | 3 | 服务 + samba-common-tools | samba | The samba-common-tools package contains tools for SMB/CIFS clients. | Tools for Samba clients | 3 | 服务 + samba-dc | samba | The samba-dc package provides AD Domain Controller functionality | Samba AD Domain Controller | 3 | 服务 + samba-dc-bind-dlz | samba | The samba-dc-bind-dlz package contains the libraries for bind to manage allname server related details of Samba AD. | Bind DLZ module for Samba AD | 3 | 服务 + samba-dcerpc | samba | The samba-dcerpc package contains binaries that serve DCERPC over named pipes. | DCE RPC binaries | 3 | 服务 + samba-dc-libs | samba | The samba-dc-libs package contains the libraries needed by the DC tolink against the SMB, RPC and other protocols. | Samba AD Domain Controller Libraries | 3 | 服务 + samba-dc-provision | samba | The samba-dc-provision package provides files to setup a domain controller | Samba AD files to provision a DC | 3 | 服务 + samba-devel | samba | The samba-devel package contains the header files for the librariesneeded to develop programs that link against the SMB, RPC and otherlibraries in the Samba suite. | Developer tools for Samba libraries | 3 | 服务 + samba-krb5-printing | samba | If you need Kerberos for print jobs to a printer connection to cups via the SMBbackend, then you need to install that package. It will allow cups to accessthe Kerberos credentials cache of the user issuing the print job. | Samba CUPS backend for printing with Kerberos | 3 | 服务 + samba-ldb-ldap-modules | samba | This package contains the ldb ldap modules required by samba-tool andsamba-gpupdate. | Samba ldap modules for ldb | 3 | 服务 + samba-libs | samba | The samba-libs package contains the libraries needed by programs that linkagainst the SMB, RPC and other protocols provided by the Samba suite. | Samba libraries | 3 | 服务 + samba-pidl | samba | The samba-pidl package contains the Perl IDL compiler used by Sambaand Wireshark to parse IDL and similar protocols | Perl IDL compiler | 3 | 服务 + samba-test | samba | samba-test provides testing tools for both the server and clientpackages of Samba. | Testing tools for Samba servers and clients | 3 | 服务 + samba-test-libs | samba | samba-test-libs provides libraries required by the testing tools. | Libraries need by the testing tools for Samba servers and clients | 3 | 服务 + samba-tools | samba | The samba-tools package contains tools for Samba serversand for GPO management on domain members. | Tools for Samba servers | 3 | 服务 + samba-vfs-glusterfs | samba | Samba VFS module for GlusterFS integration. | Samba VFS module for GlusterFS | 3 | 服务 + samba-vfs-iouring | samba | Samba VFS module for io_uring instance integration. | Samba VFS module for io_uring | 3 | 服务 + samba-winbind | samba | The samba-winbind package provides the winbind NSS library, and some clienttools. Winbind enables Linux to be a full member in Windows domains and to useWindows user and group accounts on Linux. | Samba winbind | 3 | 服务 + samba-winbind-clients | samba | The samba-winbind-clients package provides the wbinfo and ntlm_authtool. | Samba winbind clients | 3 | 服务 + samba-winbind-krb5-locator | samba | The winbind krb5 locator is a plugin for the system kerberos library to allowthe local kerberos library to use the same KDC as samba and winbind use | Samba winbind krb5 locator | 3 | 服务 + samba-winbind-modules | samba | The samba-winbind-modules package provides the NSS library and a PAM modulenecessary to communicate to the Winbind Daemon | Samba winbind modules | 3 | 服务 + sane-airscan | sane-airscan | This package contains a tool for discovering scanning devices in caseswhen automatic discovery fails - airscan-discover. | SANE backend for AirScan (eSCL) and WSD document scanners | 3 | 工具 + sane-airscan-doc | sane-airscan | The sane-airscan-doc package contains documentation files for sane-airscan. | Documentation files for sane-airscan | 3 | 工具 + sane-backends | sane-backends | Scanner Access Now Easy (SANE) is a universal scanner interface. TheSANE application programming interface (API) provides standardizedaccess to any raster image scanner hardware (flatbed scanner,hand-held scanner, video and still cameras, frame-grabbers, etc.). | Scanner access software | 3 | 工具 + sane-backends-daemon | sane-backends | This package contains saned which is the daemon that allows remote clients toaccess image acquisition devices available on the local host. | Scanner network daemon | 3 | 工具 + sane-backends-devel | sane-backends | This package contains libraries and header files for writing Scanner Access NowEasy (SANE) modules. | SANE development toolkit | 3 | 工具 + sane-backends-doc | sane-backends | The sane-backends-doc package contains documentation files for sane-backends. | Documentation files for sane-backends | 3 | 工具 + sane-backends-drivers-cameras | sane-backends | This package contains backend drivers to access digital cameras through SANE. | Scanner backend drivers for digital cameras | 3 | 工具 + sane-backends-drivers-scanners | sane-backends | This package contains backend drivers to access scanner hardware through SANE. | SANE backend drivers for scanners | 3 | 工具 + sane-backends-libs | sane-backends | This package contains the SANE libraries which are needed by applications thatwant to access scanners. | SANE libraries | 3 | 工具 + sanlock | sanlock | The sanlock daemon manages leases for applications on hosts using shared storage. | A shared storage lock manager | 2 | 服务 + sanlock-devel | sanlock | The sanlock-devel package contains libraries and header files fordeveloping applications that use sanlock. | Development files for sanlock | 2 | 服务 + sanlock-lib | sanlock | The sanlock-lib package contains the runtime libraries for sanlock,a shared storage lock manager.Hosts connected to a common SAN can use this to synchronize theiraccess to the shared disks. | A shared storage lock manager library | 2 | 服务 + sassc | sassc | SassC is a wrapper around libsass used to generate a useful command-lineapplication that can be installed and packaged for several operating systems. | Wrapper around libsass to compile CSS stylesheet | 3 | 库 + sassc-doc | sassc | The sassc-doc package contains documentation files for sassc. | Documentation files for sassc | 3 | 库 + satyr | satyr | Satyr is a library that can be used to create and process microreports.Microreports consist of structured data suitable to be analyzed in a fullyautomated manner, though they do not necessarily contain sufficient informationto fix the underlying problem. The reports are designed not to contain anypotentially sensitive data to eliminate the need for review before submission.Included is a tool that can create microreports and perform some basicoperations on them. | Automatic problem management with anonymous reports | 3 | 库 + satyr-devel | satyr | Development libraries and headers for satyr. | Development libraries for satyr | 3 | 库 + sbc | sbc | SBC (Sub Band Codec) is a low-complexity audio codec used in the Advanced AudioDistribution Profile (A2DP) bluetooth standard but can be used standalone. Ituses 4 or 8 subbands, an adaptive bit allocation algorithm in combination withan adaptive block PCM quantizers. | Sub Band Codec used by bluetooth A2DP | 3 | 库 + sbc-devel | sbc | Files for development with sbc. | Development package for sbc | 3 | 库 + sblim-sfcc | sblim-sfcc | Small Footprint CIM Client Library Runtime Libraries | Small Footprint CIM Client Library | 3 | 库 + sblim-sfcc-devel | sblim-sfcc | Small Footprint CIM Client Library Header Files and Link Libraries | Small Footprint CIM Client Library | 3 | 库 + scap-security-guide | scap-security-guide | The scap-security-guide project provides a guide for configuration of thesystem from the final system's security point of view. The guidance is specifiedin the Security Content Automation Protocol (SCAP) format and constitutesa catalog of practical hardening advice, linked to government requirementswhere applicable. The project bridges the gap between generalized policyrequirements and specific implementation guidelines. The systemadministrator can use the oscap CLI tool from openscap-scanner package, or thescap-workbench GUI tool from scap-workbench package to verify that the systemconforms to provided guideline. Refer to scap-security-guide(8) manual page forfurther information. | Security guidance and baselines in SCAP formats | 3 | 工具 + scap-security-guide-doc | scap-security-guide | The scap-security-guide-doc package contains HTML formatted documents containinghardening guidances that have been generated from XCCDF benchmarkspresent in scap-security-guide package. | HTML formatted security guides generated from XCCDF benchmarks | 3 | 服务 + scons-doc | scons | Scons documentation. | An Open Source software construction tool | 3 | 工具 + scpio | star | The star-scpio package contains the scpio utility, depending on the optionsused: copies files to an archive file, extracts files from an archive file,lists files from an archive file or copies files from one directory tree toanother. | Copy file archives in and out (LEGACY) | 3 | 工具 + scrub | scrub | Scrub writes patterns on files or disk devices to makeretrieving the data more difficult. It operates in one of threemodes: 1) the special file corresponding to an entire disk is scrubbedand all data on it is destroyed; 2) a regular file is scrubbed andonly the data in the file (and optionally its name in the directoryentry) is destroyed; or 3) a regular file is created, expanded untilthe file system is full, then scrubbed as in 2). | Disk scrubbing program | 3 | 工具 + sdl12-compat | sdl12-compat | Simple DirectMedia Layer (SDL) is a cross-platform multimedia librarydesigned to provide fast access to the graphics frame buffer and audio device.This code is a compatibility layer; it provides a binary-compatible API forprograms written against SDL 1.2, but it uses SDL 2.0 behind the scenes.If you are writing new code, please target SDL 2.0 directly and do not usethis layer. | SDL 1.2 runtime compatibility library using SDL 2.0 | 3 | 库 + sdl12-compat-devel | sdl12-compat | Simple DirectMedia Layer (SDL) is a cross-platform multimedia librarydesigned to provide fast access to the graphics frame buffer and audio device.This code is a compatibility layer; it provides a source-compatible API forprograms written against SDL 1.2, but it uses SDL 2.0 behind the scenes.If you are writing new code, please target SDL 2.0 directly and do not usethis layer. | Files to develop SDL 1.2 applications using SDL 2.0 | 3 | 库 + SDL2 | SDL2 | Simple DirectMedia Layer (SDL) is a cross-platform development library thatprovides low-level access to audio, keyboard, mouse, joystick, and graphicshardware via OpenGL and Direct3D. It is designed to provide a simple and easy-to-use API, while also being highly portable across different operating systems.SDL was first released in 1998 and has been used in a wide range of applications,from video games to multimedia applications to scientific simulations. Itsupports a variety of programming languages, including C, C++, Python, Ruby,and Perl, and runs on a wide range of platforms, including Windows, Linux,macOS, iOS, and Android.The library provides an abstraction layer that shields developers from thecomplexities of working with low-level multimedia hardware. It allows developersto write code that is independent of specific hardware or operating systems,making it easier to create cross-platform applications.SDL is also highly extensible, with support for plugins and add-ons. This makes itpossible for developers to add new features and functionality to their applicationswithout having to modify the core SDL library.SDL provides a number of key features, including:Audio: SDL provides a simple and easy-to-use API for working with audiohardware. It supports both playback and recording of audio, and provideslow-latency access to the hardware.Graphics: SDL provides a cross-platform API for working with graphicshardware. It supports 2D and 3D rendering via OpenGL and Direct3D, andprovides access to graphics hardware acceleration.Input: SDL provides a unified API for working with input devices, includingkeyboards, mice, and joysticks. It supports both polling and event-driveninput, and provides access to advanced input features such as multi-touchand gesture recognition.Threading: SDL provides a simple and portable API for working with threadsand synchronization primitives. It makes it easy to write multithreadedapplications that can take advantage of modern hardware.Timers: SDL provides a high-resolution timer API that can be used for accuratetiming and synchronization of multimedia operations.Overall, SDL is a powerful and flexible development library that simplifies the taskof creating cross-platform multimedia applications. Its ease of use, portability,and extensibility have made it a popular choice among developers and hobbyistsalike. | Cross-platform multimedia library | 3 | 库 + SDL2-devel | SDL2 | This package provides the libraries, include files, and other resources needed fordeveloping SDL applications. | Files needed to develop Simple DirectMedia Layer applications | 3 | 库 + seabios | seabios | SeaBIOS is an open-source legacy BIOS implementation which can be used asa coreboot payload. It implements the standard BIOS calling interfacesthat a typical x86 proprietary BIOS implements. | Open-source legacy BIOS implementation | 2 | 工具 + seabios-bin | seabios | SeaBIOS is an open-source legacy BIOS implementation which can be used asa coreboot payload. It implements the standard BIOS calling interfacesthat a typical x86 proprietary BIOS implements. | Seabios for x86 | 2 | 工具 + seavgabios-bin | seabios | SeaVGABIOS is an open-source VGABIOS implementation. | Seavgabios for x86 | 2 | 工具 + sed | sed | The sed (Stream EDitor) editor is a stream or batch (non-interactive)editor. Sed takes text as input, performs an operation or set ofoperations on the text and outputs the modified text. The operationsthat sed performs (substitutions, deletions, insertions, etc.) can bespecified in a script file or from the command line. | A GNU stream text editor | 2 | 工具 + selinux-policy | selinux-policy | SELinux core policy package.Originally based off of reference policy,the policy has been adjusted to provide support for Anolis. | SELinux policy configuration | 2 | 服务 + selinux-policy-devel | selinux-policy | SELinux policy development package.This package contains:- interfaces, macros, and patterns for policy development- a policy example- the macro-expander utilityand some additional files. | SELinux policy development files | 2 | 工具 + selinux-policy-doc | selinux-policy | SELinux policy documentation package.This package contains manual pages and documentation of the policy modules. | SELinux policy documentation | 2 | 工具 + selinux-policy-minimum | selinux-policy | SELinux minimum policy package. | SELinux minimum policy | 2 | 服务 + selinux-policy-mls | selinux-policy | SELinux MLS (Multi Level Security) policy package. | SELinux MLS policy | 2 | 工具 + selinux-policy-sandbox | selinux-policy | SELinux sandbox policy for use with the sandbox utility. | SELinux sandbox policy | 2 | 工具 + selinux-policy-targeted | selinux-policy | SELinux targeted policy package. | SELinux targeted policy | 2 | 服务 + sendmail | sendmail | The Sendmail program is a very widely used Mail Transport Agent (MTA).MTAs send mail from one machine to another. Sendmail is not a clientprogram, which you use to read your email. Sendmail is abehind-the-scenes program which actually moves your email overnetworks or the Internet to where you want it to go.If you ever need to reconfigure Sendmail, you will also need to havethe sendmail-cf package installed. If you need documentation onSendmail, you can install the sendmail-doc package. | A widely used Mail Transport Agent (MTA) | 3 | 工具 + sendmail-cf | sendmail | This package includes the configuration files you need to generate thesendmail.cf file distributed with the sendmail package. You will needthe sendmail-cf package if you ever need to reconfigure and rebuildyour sendmail.cf file. | The files needed to reconfigure Sendmail | 3 | 工具 + sendmail-doc | sendmail | This package contains the Sendmail Installation and Operation Guide (PDF),text files containing configuration documentation, plus a number ofcontributed scripts and tools for use with Sendmail. | Documentation about the Sendmail Mail Transport Agent program | 3 | 工具 + sensible-utils | sensible-utils | This package provides a number of small utilities which are used by programs tosensibly select and spawn an appropriate browser, editor, or pager. | Utilities for sensible alternative selection | 2 | 工具 + sensible-utils-doc | sensible-utils | The sensible-utils-doc package contains documentation files for sensible-utils. | Documentation files for sensible-utils | 2 | 工具 + setools | setools | SETools is a collection of graphical tools, command-line tools, andPython modules designed to facilitate SELinux policy analysis. | Policy analysis tools for SELinux | 2 | 工具 + setools-console | setools | This package includes the following console tools: sediff Compare two policies to find differences. seinfo List policy components. sesearch Search rules (allow, type_transition, etc.) | Policy analysis command-line tools for SELinux | 2 | 工具 + setools-console-analyses | setools | The console analyses package for setools. | Policy analysis command-line tools for SELinux | 2 | 工具 + setools-gui | setools | The gui package for setools. | Policy analysis graphical tools for SELinux | 2 | 工具 + setroubleshoot | setroubleshoot | setroubleshoot GUI. Application that allows you to view setroubleshoot-servermessages.Provides tools to help diagnose SELinux problems. When AVC messagesare generated an alert can be generated that will give informationabout the problem and help track its resolution. Alerts can be configuredto user preference. The same tools can be run on existing log files. | Helps troubleshoot SELinux problems | 3 | 工具 + setroubleshoot-doc | setroubleshoot | Doc files for setroubleshoot | Doc files for setroubleshoot | 2 | 工具 + setroubleshoot-plugins | setroubleshoot-plugins | This package provides a set of analysis plugins for use withsetroubleshoot. Each plugin has the capacity to analyze SELinux AVCdata and system data to provide user friendly reports describing howto interpret SELinux AVC denials. | Analysis plugins for use with setroubleshoot | 2 | 工具 + setroubleshoot-plugins-doc | setroubleshoot-plugins | Doc files for setroubleshoot-plugins | Doc files for setroubleshoot-plugins | 2 | 工具 + setroubleshoot-server | setroubleshoot | Provides tools to help diagnose SELinux problems. When AVC messagesare generated an alert can be generated that will give informationabout the problem and help track its resolution. Alerts can be configuredto user preference. The same tools can be run on existing log files. | SELinux troubleshoot server | 3 | 工具 + setserial | setserial | Setserial is a basic system utility for displaying or setting serialport information. Setserial can reveal and allow you to alter the I/Oport and IRQ that a particular serial device is using, and more. | A utility for configuring serial ports | 3 | 工具 + setserial-doc | setserial | The setserial-doc package contains documentation files for setserial. | Documentation files for setserial | 3 | 库 + setup | setup | The setup package contains a set of important system configuration andsetup files, such as passwd, group, and profile. | A set of system configuration and setup files | 1 | 库 + setxkbmap | setxkbmap | setxkbmap is an X11 client to change the keymaps in the X server for aspecified keyboard to use the layout determined by the options listedon the command line. An XKB keymap is constructed from a number ofcomponents which are compiled only as needed. | X11 keymap client | 3 | 工具 + sg3_utils | sg3_utils | The sg3_utils package contains utilities that send SCSI commands to devices. As well asdevices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP),Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices useSCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translationlayer or a bridge device are examples of devices that use SCSI command sets.Warning: Some of these tools access the internals of your systemand the incorrect usage of them may render your system inoperable. | Utilities for devices that use SCSI command sets | 3 | 工具 + sg3_utils-devel | sg3_utils | This package contains the sg3_utils library and its header files fordeveloping applications. | Development library and header files for the sg3_utils library | 3 | 工具 + sg3_utils-libs | sg3_utils | This package contains the shared library for sg3_utils. | Shared library for sg3_utils | 3 | 工具 + sgabios | sgabios | SGABIOS is designed to be inserted into a BIOS as an option rom to provide overa serial port the display and input capabilities normally handled by a VGAadapter and a keyboard, and additionally provide hooks for logging displayedcharacters for later collection after an operating system boots. | Serial graphics BIOS option rom | 2 | 工具 + sgabios-bin | sgabios | SGABIOS is designed to be inserted into a BIOS as an option rom to provide overa serial port the display and input capabilities normally handled by a VGAadapter and a keyboard, and additionally provide hooks for logging displayedcharacters for later collection after an operating system boots. | Sgabios for x86 | 2 | 工具 + sgml-common | sgml-common | The sgml-common package contains a collection of entities and DTDsthat are useful for processing SGML, but that don't need to beincluded in multiple packages. Sgml-common also includes anup-to-date Open Catalog file. | Common SGML catalog and DTD files | 3 | 工具 + sgpio | sgpio | Intel SGPIO enclosure management utility | SGPIO captive backplane tool | 3 | 工具 + shaderc-doc | shaderc | The libshaderc-doc package contains documentation files for libshaderc. | Documentation files for libshaderc | 3 | 库 + shadow-utils | shadow-utils | The shadow-utils package includes the necessary programs forconverting UNIX password files to the shadow password format, plusprograms for managing user and group accounts. The pwconv commandconverts passwords to the shadow password format. The pwunconv commandunconverts shadow passwords and generates a passwd file (a standardUNIX password file). The pwck command checks the integrity of passwordand shadow files. The lastlog command prints out the last login timesfor all users. The useradd, userdel, and usermod commands are used formanaging user accounts. The groupadd, groupdel, and groupmod commandsare used for managing group accounts. | Utilities for managing accounts and shadow password files | 1 | 工具 + shadow-utils-subid | shadow-utils | Utility library that provides a way to manage subid ranges. | A library to manage subordinate uid and gid ranges | 1 | 工具 + shadow-utils-subid-devel | shadow-utils | Development files for shadow-utils-subid. | Development package for shadow-utils-subid | 1 | 工具 + shared-mime-info | shared-mime-info | This is the freedesktop.org shared MIME info database.Many programs and desktops use the MIME system to represent the types offiles. Frequently, it is necessary to work out the correct MIME type fora file. This is generally done by examining the file's name or contents,and looking up the correct MIME type in a database. | Shared MIME information database | 3 | 库 + sharutils | sharutils | The sharutils package contains the GNU shar utilities, a set of tools forencoding and decoding packages of files (in binary or text format) ina special plain text format called shell archives (shar). This format can besent through e-mail (which can be problematic for regular binary files). Theshar utility supports a wide range of capabilities (compressing, uuencoding,splitting long files for multi-part mailings, providing check-sums), whichmake it very flexible at creating shar files. After the files have been sent,the unshar tool scans mail messages looking for shar files. Unsharautomatically strips off mail headers and introductory text and then unpacksthe shar files. | The GNU shar utilities for packaging and unpackaging shell archives | 3 | 工具 + sharutils-doc | sharutils | The sharutils-doc package contains documentation files for sharutils. | Documentation files for sharutils | 3 | 工具 + shim-unsigned-ia32 | shim-unsigned-x64 | Initial UEFI bootloader that handles chaining to a trusted fullbootloader under secure boot environments. | First-stage UEFI bootloader (unsigned data) | 1 | 服务 + shim-unsigned-x64 | shim-unsigned-x64 | Initial UEFI bootloader that handles chaining to a trusted fullbootloader under secure boot environments. | First-stage UEFI bootloader | 1 | 服务 + shim-x64 | shim | Initial UEFI bootloader that handles chaining to a trusted fullbootloader under secure boot environments. This package contains theversion signed by the UEFI signing service. | First-stage UEFI bootloader | 1 | 服务 + sil-padauk-book-fonts | sil-padauk-fonts | Padauk pan Myanmar font. | Padauk pan Myanmar font | 3 | 库 + sil-padauk-fonts | sil-padauk-fonts | Padauk is a pan Burma font designed to support all Myanmar script based languages.It covers all of the Unicode Myanmar script blocks and works on all OpenType andGraphite based systems. | Padauk pan Myanmar font | 3 | 库 + sip | sip | SIP is a collection of tools that makes it very easy to create Python bindingsfor C and C++ libraries. It was originally developed in 1998 to create PyQt,the Python bindings for the Qt toolkit, but can be used to create bindings forany C or C++ library. For example it is also used to generate wxPython, thePython bindings for wxWidgets. | SIP - Python/C++ Bindings Generator | 3 | 工具 + sisu | sisu | Java dependency injection framework with backward support for plexus and beanstyle dependency injection. | Eclipse dependency injection framework | 3 | 库 + sisu-javadoc | sisu | API documentation for sisu. | API documentation for sisu | 3 | 库 + skopeo | skopeo | Command line utility to inspect images and repositories directly on Dockerregistries without the need to pull them | Inspect container images and repositories on registries | 3 | 工具 + slang | slang | S-Lang is a library for creating multi-platform software. It providesdisplay/screen management, keyboard input, keymaps, etc.S-lang can be easily embedded into a program to make it extensible. | Shared library for the S-Lang extension language | 3 | 库 + slang-devel | slang | This package contains the S-Lang extension language libraries andheader files which you'll need if you want to develop S-Lang basedapplications. Documentation which may help you write S-Lang basedapplications is also included. | Development files for the S-Lang extension language | 3 | 库 + slang-slsh | slang | slsh is a standalone interpreter of the S-Lang language.It supports dynamic loading of S-Lang modules and includes a readlineinterface for interactive use.This package also includes S-Lang modules that are distributed withthe S-Lang distribution. | Interpreter for S-Lang scripts | 3 | 库 + slf4j | slf4j | The Simple Logging Facade for Java or (SLF4J) is intended to serveas a simple facade for various logging APIs allowing to the end-userto plug in the desired implementation at deployment time. SLF4J alsoallows for a gradual migration path away fromJakarta Commons Logging (JCL).Logging API implementations can either choose to implement theSLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,it is possible (and rather easy) to write SLF4J adapters for the givenAPI implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.. | Simple Logging Facade for Java | 3 | 库 + slirp4netns | slirp4netns | slirp for network namespaces, without copying buffers across the namespaces. | User-mode networking for unprivileged network namespaces | 3 | 服务 + slirp4netns-doc | slirp4netns | The slirp4netns-doc package contains documentation files for slirp4netns. | Documentation files for slirp4netns | 3 | 服务 + smartmontools | smartmontools | The smartmontools package contains two utility programs (smartctland smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) builtinto most modern ATA and SCSI hard disks. In many cases, theseutilities will provide advanced warning of disk degradation andfailure. | http://smartmontools.sourceforge.net/ | 2 | 库 + smbios-utils | libsmbios | Libsmbios is a library and utilities that can be used by client programs to getinformation from standard BIOS tables, such as the SMBIOS table.This is a meta-package that pulls in the binary libsmbios executables as wellas the python executables. | Meta-package that pulls in all smbios binaries and python scripts | 2 | 库 + smbios-utils-bin | libsmbios | Libsmbios is a library and utilities that can be used by client programs to getinformation from standard BIOS tables, such as the SMBIOS table.Get BIOS information, such as System product name, product id, service tag andasset tag. | Binary utilities that use libsmbios | 3 | 库 + smbios-utils-python | libsmbios | Libsmbios is a library and utilities that can be used by client programs to getinformation from standard BIOS tables, such as the SMBIOS table.Get BIOS information, such as System product name, product id, service tag andasset tag. Set service and asset tags on Dell machines. Manipulate wirelesscards/bluetooth on Dell laptops. Set BIOS password on select Dell systems.Update BIOS on select Dell systems. Set LCD brightness on select Dell laptops. | Python executables that use libsmbios | 2 | 库 + snappy | snappy | Snappy is a compression/decompression library. It does not aim for maximumcompression, or compatibility with any other compression library; instead, itaims for very high speeds and reasonable compression. For instance, compared tothe fastest mode of zlib, Snappy is an order of magnitude faster for mostinputs, but the resulting compressed files are anywhere from 20% to 100%bigger. | Fast compression and decompression library | 3 | 库 + snappy-devel | snappy | The snappy-devel package contains libraries and header files fordeveloping applications that use snappy. | Development files for snappy | 3 | 库 + socat | socat | Socat is a relay for bidirectional data transfer between two independent datachannels. Each of these data channels may be a file, pipe, device (serial lineetc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), anSSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNUline editor (readline), a program, or a combination of two of these. | Bidirectional data relay between two data channels ('netcat++') | 2 | 工具 + socket_wrapper | socket_wrapper | socket_wrapper aims to help client/server software development teams willing togain full functional test coverage. It makes it possible to run severalinstances of the full software stack on the same machine and perform locallyfunctional testing of complex network configurations.To use it set the following environment variables:LD_PRELOAD=libsocket_wrapper.soSOCKET_WRAPPER_DIR=/path/to/swrap_dirThis package doesn't have a devel package because this project is fordevelopment/testing. | A library passing all socket communications through Unix sockets | 2 | 库 + socket_wrapper-doc | socket_wrapper | The socket_wrapper-doc package contains documentation files for socket_wrapper. | Documentation files for socket_wrapper | 3 | 库 + sockperf | sockperf | sockperf is a network benchmarking utility over socket API that was designedfor testing performance (latency and throughput) of high-performance systems(it is also good for testing performance of regular networking systems aswell). It covers most of the socket API calls and options.Specifically, in addition to the standard throughput tests, sockperf, does thefollowing:* Measure latency of each discrete packet at sub-nanosecond resolution (using TSC register that counts CPU ticks with very low overhead).* Does the above for both ping-pong mode and for latency under load mode. This means that we measure latency of single packets even under load of millions Packets Per Second (without waiting for reply of packet before sending subsequent packet on time)* Enable spike analysis by providing histogram, with various percentiles of the packets’ latencies (for example: median, min, max, 99% percentile, and more), (this is in addition to average and standard deviation). Also, sockperf provides full log with all packet’s tx/rx times that can be further analyzed with external tools, such as MS-Excel or matplotlib - All this without affecting the benchmark itself.* Support MANY optional settings for good coverage of socket API and network configurations, while still keeping very low overhead in the fast path to allow cleanest results. | Network benchmarking utility for testing latency and throughput | 3 | 工具 + softhsm | softhsm | OpenDNSSEC is providing a software implementation of a genericcryptographic device with a PKCS#11 interface, the SoftHSM. SoftHSM isdesigned to meet the requirements of OpenDNSSEC, but can also work togetherwith other cryptographic products because of the PKCS#11 interface. | Software version of a PKCS#11 Hardware Security Module | 2 | 工具 + softhsm-devel | softhsm | The devel package contains the libsofthsm include files | Development package of softhsm that includes the header files | 3 | 库 + softhsm-doc | softhsm | Doc files for softhsm | Doc files for softhsm | 3 | 工具 + sombok | sombok | Sombok library package performs Line Breaking Algorithm described in UnicodeStandards Annex #14 (UAX #14). East_Asian_Width informative properties definedby Annex #11 (UAX #11) may be concerned to determine breaking positions. Thispackage also implements "default" Grapheme Cluster segmentation described inAnnex #29 (UAX #29). | Unicode Text Segmentation Package | 3 | 库 + sombok-devel | sombok | The sombok-devel package contains libraries and header files fordeveloping applications that use sombok. | Development files for sombok | 3 | 库 + sos | sos | Sos is a set of tools that gathers information about systemhardware and configuration. The information can then be used fordiagnostic purposes and debugging. Sos is commonly used to helpsupport technicians and developers. | A set of tools to gather troubleshooting information from a system | 3 | 工具 + sound-theme-freedesktop | sound-theme-freedesktop | The default freedesktop.org sound theme following the XDG themingspecification. (http://0pointer.de/public/sound-theme-spec.html). | freedesktop.org sound theme | 3 | 工具 + soundtouch | soundtouch | SoundTouch is a LGPL-licensed open-source audio processing library forchanging the Tempo, Pitch and Playback Rates of audio streams orfiles. The SoundTouch library is suited for application developerswriting sound processing tools that require tempo/pitch controlfunctionality, or just for playing around with the sound effects.The SoundTouch library source kit includes an example utilitySoundStretch which allows processing .wav audio files from acommand-line interface. | Audio Processing library for changing Tempo, Pitch and Playback Rates | 3 | 库 + soundtouch-devel | soundtouch | Libraries, include files, etc you can use to develop soundtouch applications. | Libraries, includes, etc to develop soundtouch applications | 3 | 库 + source-highlight | source-highlight | This program, given a source file, produces a document with syntaxhighlighting. At the moment this package can handle:Java, Javascript, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, Ruby,Lua, Caml, Sml and Log as source languages, and HTML, XHTML and ANSI colorescape sequences as output format. | Produces a document with syntax highlighting | 3 | 工具 + source-highlight-devel | source-highlight | Development files for source-highlight. | Development files for source-highlight | 3 | 工具 + sparsehash-devel | sparsehash | The Google SparseHash project contains several C++ template hash-mapimplementations with different performance characteristics, includingan implementation that optimizes for space and one that optimizes forspeed. | Extremely memory-efficient C++ hash_map implementation | 2 | 库 + sparsehash-doc | sparsehash | The sparsehash-doc package contains documentation files for sparsehash. | Documentation files for sparsehash | 2 | 库 + spax | star | The star-spax package contains the pax utility shall read and write archives,write lists of the members of archive files and copy directory hierarchies asis defined in IEEE Std 1003.1. | Portable archive exchange | 3 | 工具 + speex | speex | Speex is a patent-free compression format designed especially forspeech. It is specialized for voice communications at low bit-rates inthe 2-45 kbps range. Possible applications include Voice over IP(VoIP), Internet audio streaming, audio books, and archiving of speechdata (e.g. voice mail). | A voice compression format (codec) | 3 | 库 + speex-devel | speex | Speex is a patent-free compression format designed especially forspeech. This package contains development files for speex | Development package for speex | 3 | 库 + speexdsp | speexdsp | Speex is an Open Source/Free Software patent-free audio compression format designed for speech.The Speex Project aims to lower the barrier of entry for voice applications by providing a freealternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internetapplications and provides useful features that are not present in most other codecs. Finally,Speex is part of the GNU Project and is available under the revised BSD license. | A voice compression format (DSP) | 3 | 库 + speexdsp-devel | speexdsp | Speex is a patent-free compression format designed especially forspeech. This package contains development files for speexdspThis is the DSP package, see the speex package for the codec part. | Development package for speexdsp | 3 | 库 + speex-tools | speex | Speex is a patent-free compression format designed especially forspeech. This package contains tools files and user's manual for speex. | The tools package for speex | 3 | 工具 + spice-glib | spice-gtk | spice-client-glib-2.0 is a SPICE client library for GLib2. | A GObject for communicating with Spice servers | 3 | 库 + spice-glib-devel | spice-gtk | spice-client-glib-2.0 is a SPICE client library for GLib2.Libraries, includes, etc. to compile with the spice-glib-2.0 libraries | Development files to build Glib2 applications with spice-glib-2.0 | 3 | 库 + spice-gtk3 | spice-gtk | spice-client-glib-3.0 is a SPICE client library for Gtk3. | A GTK3 widget for SPICE clients | 3 | 库 + spice-gtk3-devel | spice-gtk | spice-client-gtk-3.0 provides a SPICE viewer widget for GTK3.Libraries, includes, etc. to compile with the spice-gtk3 libraries | Development files to build GTK3 applications with spice-gtk-3.0 | 3 | 库 + spice-protocol | spice-protocol | Header files describing the spice protocoland the para-virtual graphics card QXL. | Spice protocol header files | 3 | 库 + spice-server | spice | This package contains the run-time libraries for any application that wishesto be a SPICE server. | Implements the server side of the SPICE protocol | 3 | 库 + spice-server-devel | spice | The spice-devel package provides headers and development librariesneeded to develop programs that use spice. | Header files, libraries and development documentation for spice-server | 3 | 库 + spice-vdagent | spice-vdagent | Spice agent for Linux guests offering the following features:Features:* Client mouse mode (no need to grab mouse by client, no mouse lag) this is handled by the daemon by feeding mouse events into the kernel via uinput. This will only work if the active X-session is running a spice-vdagent process so that its resolution can be determined.* Automatic adjustment of the X-session resolution to the client resolution* Support of copy and paste (text and images) between the active X-session and the client | Agent for Spice guests | 3 | 库 + spirv-headers-devel | spirv-headers | Development files for spirv-headersThis includes:* Header files for various languages.* JSON files describing the grammar for the SPIR-V core instruction set, and for the GLSL.std.450 extended instruction set.* The XML registry fil | Development files for spirv-headers | 3 | 工具 + spirv-headers-doc | spirv-headers | The spirv-headers-doc package contains documentation files for spirv-headers. | Documentation files for spirv-headers | 2 | 服务 + spirv-tools | spirv-tools | The package includes an assembler, binary module parser,disassembler, and validator for SPIR-V.. | API and commands for processing SPIR-V modules | 2 | 工具 + spirv-tools-devel | spirv-tools | Development files for spirv-tools | Development files for spirv-tools | 2 | 工具 + spirv-tools-doc | spirv-tools | The spirv-tools-doc package contains documentation files for spirv-tools. | Documentation files for spirv-tools | 2 | 工具 + spirv-tools-libs | spirv-tools | library files for spirv-tools | Library files for spirv-tools | 2 | 工具 + sqlite | sqlite | SQLite is a C library that implements an SQL database engine. A largesubset of SQL92 is supported. A complete database is stored in asingle disk file. The API is designed for convenience and ease of use.Applications that link against SQLite can enjoy the power andflexibility of an SQL database without the administrative hassles ofsupporting a separate database server. Version 2 and version 3 binariesare named to permit each to be installed on a single host | Library that implements an embeddable SQL database engine | 3 | 库 + sqlite-analyzer | sqlite | This package contains the analysis program for sqlite. | An analysis program for sqlite3 database files | 3 | 工具 + sqlite-devel | sqlite | This package contains the header files and development documentationfor sqlite. If you like to develop programs using sqlite, you will needto install sqlite-devel. | Development tools for the sqlite3 embeddable SQL database engine | 3 | 工具 + sqlite-doc | sqlite | This package contains most of the static HTML files that comprise thewww.sqlite.org website, including all of the SQL Syntax and theC/C++ interface specs and other miscellaneous documentation. | Documentation for sqlite | 3 | 库 + sqlite-libs | sqlite | This package contains the shared library for sqlite. | Shared library for the sqlite3 embeddable SQL database engine. | 2 | 库 + sqlite-tcl | sqlite | This package contains the tcl modules for sqlite. | Tcl module for the sqlite3 embeddable SQL database engine | 3 | 库 + sqlite-tools | sqlite | sqlite related tools. Currently contains only sqldiff.- sqldiff: The sqldiff binary is a command-line utility program that displays the differences between SQLite databases. | sqlite tools | 3 | 工具 + squashfs-tools | squashfs-tools | Squashfs is a highly compressed read-only filesystem for Linux. This packagecontains the utilities for manipulating squashfs filesystems. | Utility for the creation of squashfs filesystems | 2 | 工具 + srp_daemon | rdma-core | In conjunction with the kernel ib_srp driver, srp_daemon allows you todiscover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand. | Tools for using the InfiniBand SRP protocol devices | 2 | 库 + sscg | sscg | A utility to aid in the creation of more secure "self-signed"certificates. The certificates created by this tool are generated in away so as to create a CA certificate that can be safely imported into aclient machine to trust the service certificate without needing to setup a full PKI environment and without exposing the machine to a risk offalse signatures from the service certificate. | Simple Signed Certificate Generator | 2 | 工具 + sscg-doc | sscg | The sscg-doc package contains documentation files for sscg. | Documentation files for sscg | 3 | 服务 + sssd | sssd | Provides a set of daemons to manage access to remote directories andauthentication mechanisms. It provides an NSS and PAM interface towardthe system and a pluggable back end system to connect to multiple differentaccount sources. It is also the basis to provide client auditing and policyservices for projects like FreeIPA.The sssd subpackage is a meta-package that contains the daemon as well as allthe existing back ends. | System Security Services Daemon | 2 | 服务 + sssd-ad | sssd | Provides the Active Directory back end that the SSSD can utilize to fetchidentity data from and authenticate against an Active Directory server. | The AD back end of the SSSD | 2 | 服务 + sssd-client | sssd | Provides the libraries needed by the PAM and NSS stacks to connect to the SSSDservice. | SSSD Client libraries for NSS and PAM | 2 | 服务 + sssd-common | sssd | Common files for the SSSD. The common package includes all the files neededto run a particular back end, however, the back ends are packaged in separatesubpackages such as sssd-ldap. | Common files for the SSSD | 2 | 服务 + sssd-common-pac | sssd | Provides common files needed by SSSD providers such as IPA and Active Directoryfor handling Kerberos PACs. | Common files needed for supporting PAC processing | 2 | 服务 + sssd-dbus | sssd | Provides the D-Bus responder of the SSSD, called the InfoPipe, that allowsthe information from the SSSD to be transmitted over the system bus. | The D-Bus responder of the SSSD | 2 | 服务 + sssd-ipa | sssd | Provides the IPA back end that the SSSD can utilize to fetch identity datafrom and authenticate against an IPA server. | The IPA back end of the SSSD | 2 | 服务 + sssd-kcm | sssd | An implementation of a Kerberos KCM server. Use this package if you want touse the KCM: Kerberos credentials cache. | An implementation of a Kerberos KCM server | 2 | 服务 + sssd-krb5 | sssd | Provides the Kerberos back end that the SSSD can utilize authenticateagainst a Kerberos server. | The Kerberos authentication back end for the SSSD | 2 | 服务 + sssd-krb5-common | sssd | Provides helper processes that the LDAP and Kerberos back ends can use forKerberos user or host authentication. | SSSD helpers needed for Kerberos and GSSAPI authentication | 2 | 服务 + sssd-ldap | sssd | Provides the LDAP back end that the SSSD can utilize to fetch identity datafrom and authenticate against an LDAP server. | The LDAP back end of the SSSD | 2 | 服务 + sssd-nfs-idmap | sssd | The libnfsidmap sssd module provides a way for rpc.idmapd to call SSSD to mapUIDs/GIDs to names and vice versa. It can be also used for mapping principal(user) name to IDs(UID or GID) or to obtain groups which user are member of. | SSSD plug-in for NFSv4 rpc.idmapd | 2 | 服务 + sssd-polkit-rules | sssd | Provides rules for polkit integration with SSSD. This is requiredfor smartcard support. | Rules for polkit integration for SSSD | 2 | 服务 + sssd-proxy | sssd | Provides the proxy back end which can be used to wrap an existing NSS and/orPAM modules to leverage SSSD caching. | The proxy back end of the SSSD | 2 | 服务 + sssd-tools | sssd | Provides several administrative tools: * sss_debuglevel to change the debug level on the fly * sss_seed which pre-creates a user entry for use in kickstarts * sss_obfuscate for generating an obfuscated LDAP password * sssctl -- an sssd status and control utility | Userspace tools for use with the SSSD | 2 | 服务 + sssd-winbind-idmap | sssd | The idmap_sss module provides a way for Winbind to call SSSD to map UIDs/GIDsand SIDs. | SSSD's idmap_sss Backend for Winbind | 2 | 服务 + star | star | Star saves many files together into a single tape or disk archive,and can restore individual files from the archive. Star supports ACL. | An archiving tool with ACL support | 3 | 工具 + startup-notification | startup-notification | This package contains libstartup-notification which implements astartup notification protocol. Using this protocol a desktopenvironment can track the launch of an application and providefeedback such as a busy cursor, among other features. | Library for tracking application startup | 3 | 工具 + startup-notification-devel | startup-notification | Header files and static libraries for libstartup-notification. | Development portions of startup-notification | 3 | 工具 + stix-fonts | stix-fonts | The mission of the Scientific and Technical Information Exchange (STIX) fontcreation project is the preparation of a comprehensive set of fonts that servethe scientific and engineering community in the process from manuscriptcreation through final publication, both in electronic and print formats. | STIX, a scientific and engineering font family | 3 | 库 + stix-fonts-doc | stix-fonts | This package provides optional documentation files shipped withstix-fonts. | Optional documentation files of stix-fonts | 3 | 库 + strace | strace | The strace program intercepts and records the system calls called andreceived by a running process. Strace can print a record of eachsystem call, its arguments and its return value. Strace is useful fordiagnosing problems and debugging, as well as for instructionalpurposes.Install strace if you need a tool to track the system calls made andreceived by a process. | Tracks and displays system calls associated with a running process | 2 | 工具 + subversion | subversion | Subversion is a concurrent version control system which enables oneor more users to collaborate in developing and maintaining ahierarchy of files and directories while keeping a history of allchanges. Subversion only stores the differences between versions,instead of every complete file. Subversion is intended to be acompelling replacement for CVS. | A Modern Concurrent Version Control System | 3 | 工具 + subversion-libs | subversion | The subversion-libs package includes the essential shared librariesused by the Subversion version control tools. | Libraries for Subversion Version Control system | 3 | 工具 + subversion-perl | subversion | This package includes the Perl bindings to the Subversion libraries. | Perl bindings to the Subversion libraries | 3 | 工具 + sudo | sudo | Sudo (superuser do) enables a system administrator to grant specific users (orgroups of users) the capability to execute some (or all) commands as root whilelogging all commands and arguments. Sudo operates on a per-command basis andis not intended as a replacement for the shell. Features include: the abilityto limit which commands a user can execute on a per-host basis, extensivelogging of each command (providing an unambiguous audit trail of who executedwhat), a configurable timeout for the sudo command, and the ability to use thesame configuration file (sudoers) across multiple machines. | Grants restricted root access for specified users | 2 | 工具 + sudo-devel | sudo | The sudo-devel package contains header files for developing plugins that use sudo. | Development files for sudo | 2 | 库 + sudo-logsrvd | sudo | sudo-logsrvd is a high-performance log server that accepts event and I/O logs from sudo.User can implement centralized logging of sudo logs using this component. | High-performance log server for sudo | 2 | 服务 + sudo-python-plugin | sudo | sudo-python-plugin enables using sudo plugins written in Python. | Python plugin for sudo | 2 | 工具 + supermin | supermin | Supermin is a tool for building supermin appliances. These are tinyappliances (similar to virtual machines), usually around 100KB insize, which get fully instantiated on-the-fly in a fraction of asecond when you need to boot one of them.Note that if you want to run 'supermin --prepare' you will need theextra dependencies provided by supermin-devel. | Tool for creating supermin appliances | 3 | 工具 + supermin-devel | supermin | supermin-devel contains development tools for supermin.It contains extra dependencies needed for 'supermin --prepare' towork, as well as tools for automatic RPM dependency generation fromsupermin appliances. | Development tools for supermin | 2 | 工具 + svt-av1 | svt-av1 | The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is anAV1-compliant encoder library core. The SVT-AV1 development is awork-in-progress targeting performance levels applicable to both VOD and Liveencoding / transcoding video applications. | Scalable Video Technology for AV1 Encoder | 3 | 库 + svt-av1-devel | svt-av1 | The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is anAV1-compliant encoder library core. The SVT-AV1 development is awork-in-progress targeting performance levels applicable to both VOD and Liveencoding / transcoding video applications..This package contains the development files for SVT-AV1. | Development files for SVT-AV1 | 3 | 库 + svt-av1-devel-docs | svt-av1 | The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is anAV1-compliant encoder library core. The SVT-AV1 development is awork-in-progress targeting performance levels applicable to both VOD and Liveencoding / transcoding video applications..This package contains the documentation for development of SVT-AV1. | Development documentation for SVT-AV1 | 3 | 库 + svt-av1-doc | svt-av1 | The svt-av1-doc package contains documentation files for svt-av1. | Documentation files for svt-av1 | 3 | 服务 + svt-av1-libs | svt-av1 | The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is anAV1-compliant encoder library core. The SVT-AV1 development is awork-in-progress targeting performance levels applicable to both VOD and Liveencoding / transcoding video applications.This package contains SVT-AV1 libraries. | SVT-AV1 libraries | 3 | 库 + swig | swig | Simplified Wrapper and Interface Generator (SWIG) is a softwaredevelopment tool for connecting C, C++ and Objective C programs with avariety of high-level programming languages. SWIG is used with differenttypes of target languages including common scripting languages such asJavascript, Perl, PHP, Python, Tcl and Ruby. The list of supportedlanguages also includes non-scripting languages such as C#, D, Go language,Java including Android, Lua, OCaml, Octave, Scilab and R. Also severalinterpreted and compiled Scheme implementations (Guile, MzScheme/Racket)are supported. SWIG is most commonly used to create high-level interpretedor compiled programming environments, user interfaces, and as a tool fortesting and prototyping C/C++ software. | Connects C/C++/Objective C to some high-level programming languages | 3 | 库 + swig-doc | swig | This package contains documentation for SWIG and useful examples | Documentation files for SWIG | 3 | 库 + swig-gdb | swig | This package contains file with commands for easier debugging of SWIGin gdb. | Commands for easier debugging of SWIG | 3 | 库 + switcheroo-control | switcheroo-control | D-Bus service to check the availability of dual-GPU. | D-Bus service to check the availability of dual-GPU | 3 | 服务 + swtpm | swtpm | TPM emulator built on libtpms providing TPM functionality for QEMU VMs | TPM Emulator | 2 | 库 + swtpm-libs | swtpm | A private library with callback functions for libtpms based swtpm TPM emulator | Private libraries for swtpm TPM emulators | 3 | 库 + swtpm-tools | swtpm | Tools for the TPM emulator from the swtpm package | Tools for the TPM emulator | 3 | 库 + sysfsutils | sysfsutils | This package's purpose is to provide a set of utilities for interfacingwith sysfs. | Utilities for interfacing with sysfs | 2 | 工具 + syslinux | syslinux | SYSLINUX is a suite of bootloaders, currently supporting DOS FATfilesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool,MEMDISK, which loads legacy operating systems from these media. | Simple kernel loader which boots from a FAT filesystem | 1 | 工具 + syslinux-devel | syslinux | Headers and libraries for syslinux development. | Headers and libraries for syslinux development. | 1 | 工具 + syslinux-efi64 | syslinux | SYSLINUX binaries and modules for 64-bit UEFI systems | SYSLINUX binaries and modules for 64-bit UEFI systems | 1 | 工具 + syslinux-extlinux | syslinux | The EXTLINUX bootloader, for booting the local system, as well as allthe SYSLINUX/PXELINUX modules in /boot. | The EXTLINUX bootloader, for booting the local system. | 1 | 工具 + syslinux-extlinux-nonlinux | syslinux | All the EXTLINUX binaries that run from the firmware rather thanfrom a linux host. | The parts of the EXTLINUX bootloader which aren't run from linux. | 1 | 工具 + syslinux-nonlinux | syslinux | All the SYSLINUX binaries that run from the firmware rather than from alinux host. It also includes a tool, MEMDISK, which loads legacy operatingsystems from media. | SYSLINUX modules which aren't run from linux. | 1 | 工具 + syslinux-perl | syslinux | Syslinux tools written in perl | Syslinux tools written in perl | 1 | 工具 + syslinux-tftpboot | syslinux | All the SYSLINUX/PXELINUX modules directly available for networkbooting in the /tftpboot directory. | SYSLINUX modules in /tftpboot, available for network booting | 1 | 工具 + sysprof | sysprof | Sysprof is a sampling CPU profiler for Linux that collects accurate,high-precision data and provides efficient access to the sampledcalltrees. | A system-wide Linux profiler | 2 | 工具 + sysprof-capture-devel | sysprof | The sysprof-capture-devel package contains the sysprof-capture static library and header files. | Development files for sysprof-capture static library | 2 | 库 + sysprof-cli | sysprof | The sysprof-cli package contains the sysprof-cli command line utility. | Sysprof command line utility | 2 | 工具 + sysprof-devel | sysprof | The sysprof-devel package contains libraries and header files fordeveloping applications that use sysprof. | Development files for sysprof | 2 | 工具 + sysstat | sysstat | The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,pidstat, cifsiostat and sa tools for Linux.The sar command collects and reports system activity information.The information collected by sar can be saved in a file in a binaryformat for future inspection. The statistics reported by sar concernI/O transfer rates, paging activity, process-related activities,interrupts, network activity, memory and swap space utilization, CPUutilization, kernel activities and TTY statistics, among others. BothUP and SMP machines are fully supported.The sadf command may be used to display data collected by sar invarious formats (CSV, PCP, XML, etc.).The iostat command reports CPU utilization and I/O statistics for disks.The tapestat command reports statistics for tapes connected to the system.The mpstat command reports global and per-processor statistics.The pidstat command reports statistics for Linux tasks (processes).The cifsiostat command reports I/O statistics for CIFS file systems. | Collection of performance monitoring tools for Linux | 2 | 工具 + systemd | systemd | systemd is a suite of basic building blocks for a Linux system.It provides a system and service manager that runs as PID 1and starts the rest of the system.systemd provides aggressive parallelization capabilities,uses socket and D-Bus activation for starting services,offers on-demand starting of daemons,keeps track of processes using Linux control groups,maintains mount and automount points,and implements an elaborate transactional dependency-based service control logic.systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. | System and Service Manager | 1 | 服务 + systemd-container | systemd | Systemd tools to spawn and manage containers and virtual machines.This package contains systemd-nspawn, machinectl, systemd-machined,and systemd-importd. | Tools for containers and VMs | 1 | 服务 + systemd-devel | systemd | This package contains development headers and auxiliary filesfor developing applications linking to libudev or libsystemd. | Development headers for systemd | 1 | 库 + systemd-journal-remote | systemd | Programs to forward journal entries over the network, using encrypted HTTP,and to write journal files from serialized journal contents.This package contains systemd-journal-gatewayd, systemd-journal-remote,and systemd-journal-upload. | Tools to send journal events over the network | 1 | 服务 + systemd-libs | systemd | This package contains libraries for systemd and udev. | systemd libraries | 1 | 服务 + systemd-networkd | systemd | systemd-networkd is a system service that manages networks.It detects and configures network devices as they appear,as well as creating virtual network devices. | System daemon that manages network configurations | 3 | 服务 + systemd-oomd-defaults | systemd | This package contains a set of drop-in files for systemd unitsto enable action from systemd-oomd, a userspace out-of-memory (OOM) killer. | Configuration files for systemd-oomd | 1 | 工具 + systemd-pam | systemd | Systemd PAM module registers the session with systemd-logind. | systemd PAM module | 1 | 服务 + systemd-resolved | systemd | systemd-resolved is a system service that provides network name resolutionto local applications.It implements a caching and validating DNS/DNSSEC stub resolver,as well as an LLMNR and MulticastDNS resolver and responder. | Network Name Resolution manager | 1 | 服务 + systemd-rpm-macros | systemd | Macros that define paths and scriptlets related to systemd | Macros that define paths and scriptlets related to systemd | 3 | 服务 + systemd-standalone-sysusers | systemd | Standalone sysusers binary with no dependencies on the systemd-shared libraryor other libraries from systemd-libs.This package conflicts with the main systemd packageand is meant for use in non-systemd systems. | Standalone sysusers binary for use in non-systemd systems | 1 | 库 + systemd-standalone-tmpfiles | systemd | Standalone tmpfiles binary with no dependencies on the systemd-shared library orother libraries from systemd-libs.This package conflicts with the main systemd packageand is meant for use in non-systemd systems. | Standalone tmpfiles binary for use in non-systemd systems | 1 | 库 + systemd-tests | systemd | "Installed tests" that are usually run as part of the build system.They can be useful to test systemd internals. | Internal unit tests for systemd | 1 | 服务 + systemd-udev | systemd | This package contains systemd-udev and the rules and hardware databaseneeded to manage device nodes.This package is necessary on physical machines and in virtual machines,but not in containers.This package also provides systemd-timesyncd,a network time protocol daemon.It also contains tools to manage encrypted home areasand secrets bound to the machine,and to create or grow partitions and make file systems automatically. | Rule-based device node and kernel event manager | 1 | 服务 + system-rpm-config | system-rpm-config | Anolis OS specific rpm configuration files. | Anolis OS specific rpm configuration files | 2 | 库 + systemtap | systemtap | SystemTap is a powerful tool that allows Linux system administratorsto monitor and analyze system behavior. It provides a flexible andextensible framework for dynamically instrumenting the kernel anduser-space programs, allowing users to monitor and trace systemactivity in real-time.SystemTap is built on top of the Linux kernel's dynamic tracingcapabilities, which are provided by the kernel's tracepoints andkprobes features. Tracepoints are pre-defined locations in kernelcode where specific events occur, such as a process being scheduledor a file being opened. Kprobes are similar to tracepoints, butthey allow users to define their own tracepoints within kernel code.SystemTap provides a high-level scripting language that allows usersto write custom probes to gather data about system events. These probesare written in a syntax similar to C, with additional constructs foraccessing kernel data structures and performing advanced operations.The language provides a rich set of functions and macros for writingcomplex probes, as well as a powerful data manipulation and analysiscapability.One of the key benefits of SystemTap is its ability to monitor systemactivity with minimal overhead. SystemTap is designed to have a lowimpact on system performance, and it provides a number of optimizationsto minimize the impact of its monitoring activities. It uses a just-in-timecompiler to generate optimized code at runtime, and it supports multipleoutput formats, including text, binary, and graphical.SystemTap can be used to monitor a wide range of system activities,including CPU usage, disk I/O, network traffic, system calls, and kerneldata structures. It can also be used to monitor user-space programs,allowing users to identify performance bottlenecks and system issues.Users can use SystemTap to monitor system activity on a per-process basis,allowing them to identify issues that are specific to individual programs.SystemTap consists of a set of kernel modules and libraries that allowit to interact with the running system. These modules allow SystemTapto read and write data from the kernel, monitor system activity, and createcustom probes. The modules are designed to be lightweight and non-intrusive,and they can be easily added or removed from the system as needed.SystemTap provides a rich set of built-in probes that can be used togather data about system activity. These probes can be used to monitorthe system's CPU utilization, memory usage, disk I/O activity, networkactivity, and other system events. Users can also create custom probes togather data specific to their needs. Once a SystemTap script is written,it can be executed on a running system using the stap command. The scriptwill start collecting data and outputting it to the terminal or a log file.The data can be analyzed using various tools, such as awk, sed, and grep.In summary, SystemTap is a powerful tool for analyzing Linux systems,providing a flexible and extensible framework for dynamically instrumentingthe kernel and user-space programs. It allows users to monitor and tracesystem activity in real-time, with minimal impact on system performance,and it provides a rich set of built-in probes and a powerful scriptinglanguage for creating custom probes. With SystemTap, system administratorscan diagnose problems, optimize system performance, and gain a deeperunderstanding of system behavior. | Programmable system-wide instrumentation system | 2 | 工具 + systemtap-client | systemtap | This package contains/requires the components needed to developsystemtap scripts, and compile them using a local systemtap-develor a remote systemtap-server installation, then run them using alocal or remote systemtap-runtime. It includes script samples anddocumentation, and a copy of the tapset library for reference. | Programmable system-wide instrumentation system - client | 2 | 工具 + systemtap-devel | systemtap | This package contains the components needed to compile a systemtapscript from source form into executable (.ko) forms. It may beinstalled on a self-contained developer workstation (along with thesystemtap-client and systemtap-runtime packages), or on a dedicatedremote server (alongside the systemtap-server package). It includesa copy of the standard tapset library and the runtime library C files. | Programmable system-wide instrumentation system - development headers, tools | 2 | 工具 + systemtap-exporter | systemtap | This package includes files for a systemd service that managessystemtap sessions and relays prometheus metrics from the sessionsto remote requesters on demand. | Systemtap-prometheus interoperation mechanism | 2 | 工具 + systemtap-initscript | systemtap | This package includes a SysVinit script to launch selected systemtapscripts at system startup, along with a dracut module for earlyboot-time probing if supported. | Systemtap Initscripts | 2 | 工具 + systemtap-runtime | systemtap | SystemTap runtime contains the components needed to executea systemtap script that was already compiled into a moduleusing a local or remote systemtap-devel installation. | Programmable system-wide instrumentation system - runtime | 2 | 工具 + systemtap-runtime-python3 | systemtap | This package includes support files needed to run systemtap scriptsthat probe python 3 processes. | Systemtap Python 3 Runtime Support | 2 | 工具 + systemtap-runtime-virtguest | systemtap | This package installs the services necessary on a virtual machine for asystemtap-runtime-virthost machine to execute systemtap scripts. | Systemtap Cross-VM Instrumentation - guest | 2 | 工具 + systemtap-runtime-virthost | systemtap | This package includes the components required to run systemtap scriptsinside a libvirt-managed domain from the host without using a networkconnection. | Systemtap Cross-VM Instrumentation - host | 2 | 工具 + systemtap-sdt-devel | systemtap | This package includes the <sys/sdt.h> header file used for staticinstrumentation compiled into userspace programs and libraries, alongwith the optional dtrace-compatibility preprocessor to process related.d files into tracing-macro-laden .h headers. | Static probe support tools | 2 | 工具 + systemtap-server | systemtap | This is the remote script compilation server component of systemtap.It announces itself to nearby clients with avahi (if available), andcompiles systemtap scripts to kernel objects on their demand. | Instrumentation System Server | 2 | 工具 + systemtap-testsuite | systemtap | This package includes the dejagnu-based systemtap stress self-testingsuite. This may be used by system administrators to thoroughly checksystemtap on the current system. | Instrumentation System Testsuite | 2 | 工具 + t1lib | t1lib | T1lib is a rasterizer library for Adobe Type 1 Fonts. It supportsrotation and transformation, kerning underlining and antialiasing. Itdoes not depend on X11, but does provides some special functions forX11.AFM-files can be generated from Type 1 font files and font subsettingis possible. | PostScript Type 1 font rasterizer | 3 | 库 + t1lib-apps | t1lib | Sample applications using t1lib | t1lib demo applications | 3 | 库 + t1lib-devel | t1lib | This package contains header files and development files for t1lib. | Header files and development files for t1lib | 3 | 库 + t1lib-doc | t1lib | Doc pages for t1lib. | Documents for t1lib | 3 | 库 + t1lib-static | t1lib | This package contains static libraries for t1lib. | Static libraries for t1lib | 3 | 库 + t1utils | t1utils | t1utils is a collection of programs for manipulating PostScript type 1and type 2 fonts containing programs to convert between PFA (ASCII)format, PFB (binary) format, a human-readable and editable ASCII format,and Macintosh resource forks. | Collection of Type 1 and 2 font manipulation utilities | 3 | 工具 + taglib | taglib | TagLib is a library for reading and editing the meta-data of severalpopular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC,Speex, WavPack, TrueAudio files, as well as APE Tags. | Audio Meta-Data Library | 3 | 库 + taglib-devel | taglib | Files needed when building software with taglib. | Development files for taglib | 3 | 库 + tang | tang | Tang is a small daemon for binding data to the presence of a third party. | Network Presence Binding Daemon | 3 | 服务 + tar | tar | The GNU tar program saves many files together in one archive and canrestore individual files (or all of the files) from that archive. Tarcan also be used to add supplemental files to an archive and to updateor list files in the archive. Tar includes multivolume support,automatic archive compression/decompression, the ability to performremote archives, and the ability to perform incremental and fullbackups.If you want to use tar for remote backups, you also need to installthe rmt package on the remote box. | GNU file archiving program | 3 | 工具 + targetcli | targetcli | An administration shell for configuring iSCSI, FCoE, and otherSCSI targets, using the TCM/LIO kernel target subsystem. FCoEusers will also need to install and use fcoe-utils. | An administration shell for storage targets | 3 | 工具 + target-restore | python-rtslib | Systemd service to restore the LIO kernel target settingson system restart. | Systemd service for targetcli/rtslib | 2 | 库 + tbb | tbb | Threading Building Blocks (TBB) is a flexible C++ library that simplifiesthe work of adding parallelism to complex applications, even if you arenot a threading expert.The library lets you easily write parallel programs that take fulladvantage of the multi-core performance. Such programs are portable,composable and have a future-proof scalability. oneTBB provides youwith functions, interfaces, and classes to parallelize and scale thecode. All you have to do is to use the templates. | The Threading Building Blocks library abstracts low-level threading details | 2 | 库 + tbb-devel | tbb | The tbb-devel package contains the deader files and shared objectsymlinks for the Threading Building Blocks (TBB) C++ libraries. | The Threading Building Blocks C++ headers and shared development libraries | 2 | 库 + tbb-doc | tbb | PDF documentation for the user of the Threading Building Block (TBB)C++ library. | The Threading Building Blocks documentation | 2 | 库 + tcl | tcl | The Tcl (Tool Command Language) provides a powerful platform forcreating integration applications that tie together diverseapplications, protocols, devices, and frameworks. When paired with theTk toolkit, Tcl provides a fastest and powerful way to createcross-platform GUI applications. Tcl can also be used for a varietyof web-related tasks and for creating powerful command languages forapplications. | Tool Command Language, pronounced tickle | 2 | 库 + tcl-brlapi | brltty | This package provides the Tcl binding for BrlAPI. | Tcl binding for BrlAPI | 3 | 库 + tcl-devel | tcl | The Tcl (Tool Command Language) provides a powerful platform forcreating integration applications that tie together diverseapplications, protocols, devices, and frameworks. When paired with theTk toolkit, Tcl provides a fastest and powerful way to createcross-platform GUI applications. Tcl can also be used for a varietyof web-related tasks and for creating powerful command languages forapplications.The package contains the development files and man pages for tcl. | Tcl scripting language development environment | 3 | 库 + tcl-doc | tcl | TCL documentation. | Tcl documentation | 3 | 库 + tcpdump | tcpdump | Tcpdump is a command-line tool for monitoring network traffic.Tcpdump can capture and display the packet headers on a particularnetwork interface or on all interfaces. Tcpdump can display all ofthe packet headers, or just the ones that match particular criteria.Install tcpdump if you need a program to monitor network traffic. | A network traffic monitoring tool | 3 | 工具 + tcpdump-doc | tcpdump | The tcpdump-doc package contains documentation files for tcpdump. | Documentation files for tcpdump | 3 | 服务 + tcsh | tcsh | Tcsh is an enhanced but completely compatible version of csh, the C shell. Tcshis a command language interpreter which can be used both as an interactive loginshell and as a shell script command processor. Tcsh includes a command lineeditor, programmable word completion, spelling correction, a history mechanism,job control and a C language like syntax. | An enhanced version of csh, the C shell | 2 | 工具 + tcsh-doc | tcsh | The tcsh-doc package contains documentation files for tcsh. | Documentation files for tcsh | 2 | 库 + tdb-tools | libtdb | Tools to manage Tdb files | Developer tools for the Tdb library | 3 | 库 + teamd | libteam | The teamd package contains team network device control daemon. | Team network device control daemon | 3 | 库 + teamd-devel | libteam | The teamd-devel package contains the header files and librariesnecessary for developing programs using libteamdctl. | Libraries and header files for teamd development | 3 | 库 + teckit | teckit | TECkit is a low-level toolkit intended to be used by other applications thatneed to perform encoding conversions (e.g., when importing legacy data intoa Unicode-based application). The primary component of the TECkit package istherefore a library that performs conversions; this is the "TECkit engine".The engine relies on mapping tables in a specific binary format (for whichdocumentation is available); there is a compiler that creates such tables froma human-readable mapping description (a simple text file). | Conversion library and mapping compiler | 3 | 工具 + teckit-devel | teckit | Header files, pkg-config module, and documentation for developing applicationthat use TECkit, a character encoding and mapping, library. | Developmental files for TECkit library | 3 | 库 + telnet | telnet | Telnet is a popular protocol for logging into remote systems over theInternet. The package provides a command line Telnet client | The client program for the Telnet remote login protocol | 2 | 服务 + telnet-server | telnet | Telnet is a popular protocol for logging into remote systems over theInternet. The package includes a daemon that supports Telnet remotelogins into the host machine. The daemon is disabled by default.You may enable the daemon by editing /etc/xinetd.d/telnet | The server program for the Telnet remote login protocol | 2 | 服务 + tengine | tengine | Tengine is a web server originated by Taobao. It is based on the NginxHTTP server and has many advanced features. | A distribution of Nginx with some advanced features | 3 | 服务 + tepl | tepl | Tepl is a library that eases the development of GtkSourceView-based texteditors and IDEs. Tepl is the acronym for “Text editor product line”. | Text editor product line | 3 | 库 + tepl-devel | tepl | The tepl-devel package contains libraries and header files fordeveloping applications that use tepl. | Development files for tepl | 3 | 库 + tepl-doc | tepl | This package contains documentation for tepl. | Documentation files for tepl | 3 | 工具 + tesseract | tesseract | A commercial quality OCR engine originally developed at HP between 1985 and1995. In 1995, this engine was among the top 3 evaluated by UNLV. It wasopen-sourced by HP and UNLV in 2005. | Raw OCR Engine | 3 | 工具 + tesseract-devel | tesseract | The tesseract-devel package contains header file fordeveloping applications that use tesseract. | Development files for tesseract | 3 | 工具 + tesseract-langpack-eng | tesseract-tessdata | This package contains the fast integer version of the English languagetrained models for the Tesseract Open Source OCR Engine. | English language data for tesseract-tessdata | 3 | 工具 + tesseract-tessdata-doc | tesseract-tessdata | The tesseract-tessdata-doc package contains the documentation for tesseract-tessdata. | Documentation for tesseract-tessdata | 3 | 工具 + testng | testng | TestNG is a testing framework inspired from JUnit and NUnit but introducingsome new functionality, including flexible test configuration, anddistributed test running. It is designed to cover unit tests as well asfunctional, end-to-end, integration, etc. | Java-based testing framework | 3 | 库 + testng-javadoc | testng | This package contains the API documentation for testng. | API documentation for testng | 3 | 库 + texi2html | texi2html | The basic purpose of texi2html is to convert Texinfo documents into HTML,and other formats. Configuration files written in perl provide fine degreeof control over the final output, allowing most every aspect of the finaloutput not specified in the Texinfo input file to be specified. | A highly customizable texinfo to HTML and other formats translator | 3 | 工具 + texi2html-doc | texi2html | The texi2html-doc package contains documentation files for texi2html. | Documentation files for texi2html | 3 | 工具 + texinfo | texinfo | Texinfo is a documentation system that can produce both onlineinformation and printed output from a single source file. The GNUProject uses the Texinfo file format for most of its documentation.Install texinfo if you want a documentation system for producing bothonline and print documentation from the same source file and/or if youare going to write documentation for the GNU Project. | Tools needed to create Texinfo format documentation files | 1 | 工具 + texinfo-tex | texinfo | Texinfo is a documentation system that can produce both onlineinformation and printed output from a single source file. The GNUProject uses the Texinfo file format for most of its documentation.The texinfo-tex package provides tools to format Texinfo documentsfor printing using TeX. | Tools for formatting Texinfo documentation files using TeX | 1 | 工具 + texlive | texlive | The TeX Live software distribution offers a complete TeX system for avariety of Unix, Macintosh, Windows and other platforms. Itencompasses programs for editing, typesetting, previewing and printingof TeX documents in many different languages, and a large collectionof TeX macros and font libraries.The distribution includes extensive general documentation about TeX,as well as the documentation for the included software packages. | TeX formatting system | 3 | 工具 + texlive-12many | texlive | In the discrete branches of mathematics and the computersciences, it will only take some seconds before you're facedwith a set like {1,...,m}. Some people write $1\ldotp\ldotp m$,others $\{j:1\leq j\leq m\}$, and the journal you're submittingto might want something else entirely. The 12many packageprovides an interface that makes changing from one to another aone-line change. | Generalising mathematical index sets | 3 | 工具 + texlive-12many-doc | texlive | Documentation for 12many | Documentation for 12many | 3 | 库 + texlive-2up | texlive | The 2up package offers considerable flexibility as to papersize and layout, and produces a standard dvi file withoutinvolving additional dvi or PostScript filters. | Macros to print two-up | 3 | 工具 + texlive-2up-doc | texlive | Documentation for 2up | Documentation for 2up | 3 | 库 + texlive-a0poster | texlive | Provides fonts in sizes of 12pt up to 107pt and also makes surethat in math formulas the symbols appear in the right size. Canalso create a PostScript header file for dvips which ensuresthat the poster will be printed in the right size. Supportedsizes are DIN A0, DIN A1, DIN A2 and DIN A3. | Support for designing posters on large paper | 3 | 工具 + texlive-a2ping | texlive-base | a2ping is a Perl script command line utility written for Unixthat converts many raster image and vector graphics formats toEPS or PDF and other page description formats. Accepted inputfile formats are: PS (PostScript), EPS, PDF, PNG, JPEG, TIFF,PNM, BMP, GIF, LBM, XPM, PCX, TGA. Accepted output formats are:EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS, markedEPS, markedPS,PNG, XWD, BMP, TIFF, JPEG, GIF, XPM. a2ping delegates the low-level work to Ghostscript (GS), pdftops and sam2p. a2ping fixesmany glitches during the EPS to EPS conversion, so its outputis often more compatible and better embeddable than its input. | Advanced PS, PDF, EPS converter | 3 | 工具 + texlive-a4wide | texlive | This package increases the width of the typeset area of an a4page. This sort of operation is capable of producingtypographically poor results; the operation itself is betterprovided by the geometry package. The package uses the a4package. | "Wide" a4 layout | 3 | 工具 + texlive-a4wide-doc | texlive | Documentation for a4wide | Documentation for a4wide | 3 | 库 + texlive-a5comb | texlive | Superceded by geometry. | Support for a5 paper sizes | 3 | 库 + texlive-a5comb-doc | texlive | Documentation for a5comb | Documentation for a5comb | 3 | 库 + texlive-aaai-named | texlive | A BibTeX style derived from the standard master, presumably foruse with the aaai package. | BibTeX style for AAAI | 3 | 工具 + texlive-aalok | texlive | aalok mraatthii niytkaalikaacii akssrjulnnii krnnyaakritaalaattek-vrg. This package provides the class file fortypesetting 'Aalok', a Marathi journal with LaTeX. | LaTeX class file for the Marathi journal 'Aalok' | 3 | 工具 + texlive-aastex | texlive | The bundle provides a document class for preparing papers forAmerican Astronomical Society publications. Authors who wish tosubmit papers to AAS journals are strongly urged to use thisclass in preference to any of the alternatives available. | Macros for Manuscript Preparation for AAS Journals | 3 | 工具 + texlive-aastex-doc | texlive | Documentation for aastex | Documentation for aastex | 3 | 库 + texlive-abbr | texlive | The package provides some simple macros to supportabbreviations in Plain TeX or LaTeX. It allows writing (e.g.)\<TEX> instead of \TeX, hence frees users from having to escapespace after parameterless macros. | Simple macros supporting abreviations for Plain and LaTeX | 3 | 工具 + texlive-abbr-doc | texlive | Documentation for abbr | Documentation for abbr | 3 | 库 + texlive-abc | texlive | The abc package lets you include lines of music written in theABC Plus language. The package will then employ the \write18facility to convert your notation to PostScript (using theestablished utility abcm2ps) and hence to the format needed forinclusion in your document. | Support ABC music notation in LaTeX | 3 | 工具 + texlive-abc-doc | texlive | Documentation for abc | Documentation for abc | 3 | 库 + texlive-abnt | texlive | The ABNT package provides a clean and practical implementationof the ABNT rules for academic texts. Its purpose is to be assimple and user-friendly as possible. | Typesetting academic works according to ABNT rules | 3 | 工具 + texlive-abntex2 | texlive | The bundle provides support for typesetting technical andscientific Brazilian documents (like academic thesis, articles,reports, research project and others) based on the ABNT rules(Associacao Brasileira de Normas Tecnicas). It replaces the oldabntex. | Typeset technical and scientific Brazilian documents based on ABNT rules | 3 | 工具 + texlive-abntex2-doc | texlive | Documentation for abntex2 | Documentation for abntex2 | 3 | 库 + texlive-abntexto | texlive | This is a LaTeX class created for Brazilian students tofacilitate the use of standards from the Associacao Brasileirade Normas Tecnicas (ABNT) in academic works like TCCs,dissertations, theses. | LaTeX class for formatting academic papers in ABNT standards | 3 | 工具 + texlive-aboensis | texlive | The package contains the free OpenType medieval cursive fontAboensis and a style file to use it in XeLaTeX documents. Thefont is based on Codex Aboensis, that is a law book written inSweden in the 1430s. Since medieval cursive is very difficultto read for modern people, the font is not suitable for use asan ordinary book font, but is intended for emulating latemedieval manuscripts. The font contains two sets of initials:Lombardic and cursive to go with the basic alphabet, and thereis support for writing two-colored initials and capitals. Thereare also a large number of abbreviation sigla that can beaccessed as ligature substitutions. The style file containsmacros that help to use the extended features of the font suchas initials and two-colored capitals. There are also macros tohelp achieve even pages with consistent line spacing. | A late medieval OpenType cursive font | 3 | 工具 + texlive-abraces | texlive | The package provides a character key-driven interface tosupplement new constructions of the traditional \overbrace and\underbrace pairs in an asymmetric or arbitrary way. | Asymmetric over-/underbraces in maths | 3 | 库 + texlive-abraces-doc | texlive | Documentation for abraces | Documentation for abraces | 3 | 库 + texlive-abspos | texlive | This package lets you place contents at an absolute position,anchored at some specified part of the contents, similar to howTikZ nodes work, though without using the two-pass strategy ofTikZ. It also avoids messing with the order of beamer overlays,which is what happens when one uses the textpos package withthe overlay option. The solution used is quite straightforward,combining coffins (using l3coffins) with the placementmechanisms of atbegshi. | Absolute placement with coffins | 3 | 工具 + texlive-abstract | texlive | The abstract package gives you control over the typesetting ofthe abstract environment, and in particular provides for a onecolumn abstract in a two column paper. | Control the typesetting of the abstract environment | 3 | 工具 + texlive-abstract-doc | texlive | Documentation for abstract | Documentation for abstract | 3 | 库 + texlive-abstyles | texlive | A family of modifications of the standard BibTeX styles whosebehaviour may be changed by changing the user document, withoutchange to the styles themselves. The package is largely usednowadays in its adaptation for working with Babel. | Adaptable BibTeX styles | 3 | 工具 + texlive-abstyles-doc | texlive | Documentation for abstyles | Documentation for abstyles | 3 | 服务 + texlive-academicons | texlive | The academicons package provides access in (La)TeX to 112 highquality icons of online academic profiles included in the free"Academicons" font. This package requires either the Xe(La)TeXor Lua(La)TeX engine to load the "Academicons" font from thesystem, which requires installing the bundled academicons.ttffont file. As new releases come out, it is recommended toinstall the bundled font version as there may be differencesbetween the package and previous font versions or newest fontversions not yet contemplated in the package. The "Academicons"font was designed by James Walsh and released (seehttp://jpswalsh.github.io/academicons/) under the open SIL OpenFont License. This package is a redistribution of the free"Academicons" font with specific bindings for (La)TeX. It isinspired and based on the fontawesome" package. The academiconspackage provides the generic \aiicon command to access icons,which takes as mandatory argument the name of the desired icon.It also provides individual direct commands for each specificicon. The full list of icons and their respective names anddirect commands can be found in the manual. For example,\aiicon{googlescholar} yields the same result as\aiGoogleScholar. | Font containing icons of online academic profiles | 3 | 工具 + texlive-academicons-doc | texlive | Documentation for academicons | Documentation for academicons | 3 | 库 + texlive-accanthis | texlive | Accanthis No. 3 is designed by Hirwin Harendal and is suitableas an alternative to fonts such as Garamond, Galliard, Horleyold style, Sabon, and Bembo. The support files are suitable foruse with all LaTeX engines. | Accanthis fonts, with LaTeX support | 3 | 工具 + texlive-accanthis-doc | texlive | Documentation for accanthis | Documentation for accanthis | 3 | 库 + texlive-accents | texlive | A package for multiple accents in mathematics, with nicefeatures concerning the creation of accents and placement ofscripts. | Multiple mathematical accents | 3 | 工具 + texlive-accessibility | texlive | The accessibility package is intended to create tagged,structured PDF documents from LaTeX source code. It allows toproduce tagged PDF output following Adobe's PDF-1.5 and 1.6specifications. This package is predominantly targeted atdocuments produced using the KOMA-Script document classes. | Create tagged and structured PDF files | 3 | 工具 + texlive-accfonts | texlive-base | The accfonts package contains three utilities to permit easymanipulation of fonts, in particular the creation of unusualaccented characters. Mkt1font works on Adobe Type 1 fonts,vpl2vpl works on TeX virtual fonts and vpl2ovp transforms a TeXfont to an Omega one. All three programs read in a font (eitherthe font itself or a property list), together with a simpledefinition file containing lines such as '128 z acute'; theythen write out a new version of the font with the requested newcharacters in the numerical slots specified. Great care istaken over the positioning of accents, and over the provisionof kerning information for new characters; mkt1font alsogenerates suitable "hints" to enhance quality at small sizes orpoor resolutions. The programs are written in Perl. | Utilities to derive new fonts from existing ones | 3 | 工具 + texlive-accsupp | texlive | Since PDF 1.5 portions of a page can be marked for betteraccessibility support. For example, replacement texts orexpansions of abbreviations can be provided. This packagestarts with providing a minimal low-level interface forprogrammers; its status is experimental. Support necessary forthe package was added to the "distill" capabilities ofGhostscript with version 9.15 of Ghostscript; the dvips is onlyavailable with that version (or later). | Better accessibility support for PDF files | 3 | 工具 + texlive-achemso | texlive | The bundle provides the official macros (achemso.cls) andBibTeX styles (achemso.bst and biochem.bst) for submission tothe journals of the American Chemical Society. The natmovepackage, which moves citations relative to punctuation, isdistributed as part of the bundle. | Support for American Chemical Society journal submissions | 3 | 工具 + texlive-achemso-doc | texlive | Documentation for achemso | Documentation for achemso | 3 | 库 + texlive-acmart | texlive | This package provides a class for typesetting publications ofAssociation for Computing Machinery. | Class for typesetting publications of ACM> | 3 | 库 + texlive-acmart-doc | texlive | Documentation for acmart | doc files of acmart | 3 | 库 + texlive-acmconf | texlive | This class may be used to typeset articles to be published inthe proceedings of ACM (Association for Computing Machinery)conferences and workshops. The layout produced by the acmconfclass is based on the ACM's own specification. | Class for ACM conference proceedings | 3 | 工具 + texlive-acmconf-doc | texlive | Documentation for acmconf | Documentation for acmconf | 3 | 库 + texlive-acro | texlive | The package enables the author to create acronyms in a simpleway, and provides means to add them to different 'classes' ofacronyms. Lists can be created of separate acronym classes. Thepackage option 'single' instructs the package to ignoreacronyms that are used only once in the whole document. As anexperimental feature the package also offers the option 'sort'which automatically sorts the list created by \printacronyms. | Typeset acronyms | 3 | 工具 + texlive-acro-doc | texlive | Documentation for acro | Documentation for acro | 3 | 库 + texlive-acronym | texlive | This package ensures that all acronyms used in the text arespelled out in full at least once. It also provides anenvironment to build a list of acronyms used. The package iscompatible with pdf bookmarks. The package requires the suffixpackage, which in turn requires that it runs under e-TeX. | Expand acronyms at least once | 3 | 工具 + texlive-acronym-doc | texlive | Documentation for acronym | Documentation for acronym | 3 | 库 + texlive-acroterm | texlive | Yet another package for acronyms: the package offers simplemarkup of acronyms and technical terms in the text, giving anindex each of terms and acronyms with their expanded form. | Manage and index acronyms and terms | 3 | 库 + texlive-acroterm-doc | texlive | Documentation for acroterm | Documentation for acroterm | 3 | 库 + texlive-active-conf | texlive | Active-conf is a class for typesetting papers for the Activeconference on noise and vibration control. It is initiallyintended for the 2006 conference in Adelaide, Australia. Theclass is based on article with more flexible front-matter, andcan be customised for conferences in future years with a headerfile. | Class for typesetting ACTIVE conference papers | 3 | 工具 + texlive-active-conf-doc | texlive | Documentation for active-conf | Documentation for active-conf | 3 | 库 + texlive-actuarialangle | texlive | The package defines a single command \actuarialangle to typeset"angles" in the 'present value of an annuity' symbols common inactuarial and financial notation. | Symbol for use in "present value" statements of an annuity | 3 | 工具 + texlive-actuarialangle-doc | texlive | Documentation for actuarialangle | Documentation for actuarialangle | 3 | 库 + texlive-actuarialsymbol | texlive | This package provides commands to compose actuarial symbols oflife contingencies and financial mathematics characterized bysubscripts and superscripts on both sides of a principalsymbol. The package also features commands to easily andconsistently position precedence numbers above or belowstatuses in symbols for multiple lives contracts. Since theactuarial notation can get quite involved, the package definesa number of shortcut macros to ease entry of the most commonelements. Appendix A of the package documentation lists thecommands to typeset a large selection of symbols of lifecontingencies. This package requires actuarialangle. | Actuarial symbols of life contingencies and financial mathematics | 3 | 工具 + texlive-addfont | texlive | This package is intended for use by users who know about fonts.It is a quick-fix for fonts which does not have genuine LaTeXsupport. It is not meant as a replacement of the LaTeX fontdefinition files. It is meant as something more useable forLaTeX users than the \newfont command. With addfont the loadedfont scales along with the usual LaTeX size selection. Usingthis package still requires some knowledge on how to use fontswith LaTeX. | easier use of fonts without LaTeX support | 3 | 工具 + texlive-addliga | texlive | This small and simple package allows LuaLaTeX users to accessbasic ligatures (ff, fi, ffi, fl, ffl) in legacy TrueType fonts(those lacking a liga table) accessed via fontspec. | Access basic ligatures in legacy TrueType fonts | 3 | 工具 + texlive-addlines | texlive | This small package provides the command \addlines for adding orremoving space in the textblock of the page it's used on. E.g.,adding an extra line of text to the page so that a section fitsbetter on the next page. It will also add space to the facingpage in a two-sided document. | A user-friendly wrapper around \enlargethispage | 3 | 工具 + texlive-addlines-doc | texlive | Documentation for addlines | Documentation for addlines | 3 | 库 + texlive-adfathesis | texlive | The bundle includes a BibTeX style file. | Australian Defence Force Academy thesis format | 3 | 工具 + texlive-adfathesis-doc | texlive | Documentation for adfathesis | Documentation for adfathesis | 3 | 库 + texlive-adforn | texlive | The bundle provides the Ornements ADF font in PostScript type 1format with TeX/LaTeX support files. The font is licensed underGPL v2 or later with font exception. (See NOTICE, COPYING,README.) The TeX/LaTeX support is licensed under LPPL. (SeeREADME, manifest.txt.) | OrnementsADF font with TeX/LaTeX support | 3 | 工具 + texlive-adforn-doc | texlive | Documentation for adforn | Documentation for adforn | 3 | 库 + texlive-adfsymbols | texlive | The package provides Arkandis foundry's ArrowsADF andBulletsADF fonts in Adobe Type 1 format, together withTeX/LaTeX support files. The fonts are licensed under GPL v2 orlater with font exception. (See NOTICE, COPYING, README.) TheTeX/LaTeX support is licensed under LPPL. (See README,manifest.txt.) | SymbolsADF with TeX/LaTeX support | 3 | 工具 + texlive-adfsymbols-doc | texlive | Documentation for adfsymbols | Documentation for adfsymbols | 3 | 库 + texlive-adhocfilelist | texlive-base | The package provides a Unix shell script to display a list ofLaTeX \Provides...-command contexts on screen. Provision ismade for controlling the searches that the package does. Thepackage was developed on a Unix-like system, using (among otherthings) the gnu variant of the find command. | '\listfiles' entries from the command line | 3 | 工具 + texlive-adigraph | texlive | This LaTeX package provides the means to easily draw augmentingoriented graphs, as well as cuts on them, to demonstrate stepsof algorithms for solving max-flow min-cut problems. Thispackage requires the other LaTeX packages fp, xparse, xstring,and TikZ (in particular the TikZ calc library). | Augmenting directed graphs | 3 | 工具 + texlive-adjmulticol | texlive | The package adds, to the multicol package, the option to changethe margins for multicolumn and unicolumn layout. The packageunderstands the difference between the even and odd margins fortwo side printing. | Adjusting margins for multicolumn and single column output | 3 | 工具 + texlive-adjmulticol-doc | texlive | Documentation for adjmulticol | Documentation for adjmulticol | 3 | 库 + texlive-adjustbox | texlive | The package provides several macros to adjust boxed content.One purpose is to supplement the standard graphics package,which defines the macros \resizebox, \scalebox and \rotatebox ,with the macros rimbox and \clipbox. The main feature is thegeneral \adjustbox macro which extends the "key=value"interface of \includegraphics from the graphics package andapplies it to general text content. Additional provided boxmacros are \lapbox, \marginbox, \minsizebox, \maxsizebox and\phantombox. All macros use the collectbox package to read thecontent as a box and not as a macro argument. This allows forall forms of content including special material like verbatimcontent. A special feature of collectbox is used to providematching environments with the identical names as the macros. | Graphics package-alike macros for "general" boxes | 3 | 工具 + texlive-adjustbox-doc | texlive | Documentation for adjustbox | Documentation for adjustbox | 3 | 工具 + texlive-adobemapping | texlive | The package comprises the collection of CMap and PDF mappingfiles now made available for distribution by Adobe systemsincorporated. | Adobe cmap and pdfmapping files | 3 | 工具 + texlive-adrconv | texlive | The bundle provides a collection of BibTeX style files to turnan address database stored in the .bib format into filessuitable for printing as address books or included into letterclasses like akletter or scrletter2. The data may be sortedeither by name or birthday and output provides files in variousformats for address books or time planners. | BibTeX styles to implement an address database | 3 | 工具 + texlive-adrconv-doc | texlive | Documentation for adrconv | Documentation for adrconv | 3 | 库 + texlive-adtrees | texlive | The adtrees package provides a package to write adpositionaltrees, a formalism devoted to represent natural languageexpressions. The package is composed by the files adtree.sty:containing the LaTeX engine to adpositional treesadtreedoc.pdf: the human readable documentation for the packageadtreedoc.tex: the source code for the documentation. | Macros for drawing adpositional trees | 3 | 工具 + texlive-adtrees-doc | texlive | Documentation for adtrees | doc files of adtrees | 3 | 工具 + texlive-advdate | texlive | Provides macros which can add a specified number of days to thecurrent date (as specified in \today), to save, set and restorethe 'current date' and to print it. Intended use is, forexample, in invoices "payable within 14 days from today", etc.The package has only been tested with Czech dates. | Print a date relative to "today" | 3 | 工具 + texlive-advdate-doc | texlive | Documentation for advdate | Documentation for advdate | 3 | 库 + texlive-ae | texlive | A set of virtual fonts which emulates T1 coded fonts using thestandard CM fonts. The package name, AE fonts, supposedlystands for "Almost European". The main use of the package wasto produce PDF files using Adobe Type 1 versions of the CMfonts instead of bitmapped EC fonts. Note that directsubstitutes for the bitmapped EC fonts are now available, viathe CM-super, Latin Modern and (in a restricted way) CM-LGCfont sets. | Virtual fonts for T1 encoded CMR-fonts | 3 | 工具 + texlive-ae-doc | texlive | Documentation for ae | Documentation for ae | 3 | 库 + texlive-aeguill | texlive | The package enables the user to add guillemets from severalsource (Polish cmr, Cyrillic cmr, lasy and ec) to the ae fonts.This was useful when the ae fonts were used to produce PDFfiles, since the additional guillemets exist in fonts availablein Adobe Type 1 format. | Add several kinds of guillemets to the ae fonts | 3 | 工具 + texlive-aeguill-doc | texlive | Documentation for aeguill | Documentation for aeguill | 3 | 库 + texlive-aesupp | texlive | This package provides special support for the italic 'ae'character in some fonts, due to design flaws (in the author'sopinion) regarding this character. At the moment only the fontsTeX Gyre Bonum, TeX Gyre Schola, TeX Gyre Pagella, and theLatin Modern fonts are supported. The other fonts in the TeXGyre bundle do not need this support. | Special support for the ae character | 3 | 工具 + texlive-afm2pl | texlive-base | afm2pl package. | afm2pl package | 3 | 工具 + texlive-afparticle | texlive | This package provides a class for typesetting articles for theopen access journal Archives of Forensic Psychology. | Typesetting articles for Archives of Forensic Psychology | 3 | 工具 + texlive-afparticle-doc | texlive | Documentation for afparticle | Documentation for afparticle | 3 | 工具 + texlive-afthesis | texlive | LaTeX thesis/dissertation class for US Air Force Institute OfTechnology. | Air Force Institute of Technology thesis class | 3 | 工具 + texlive-afthesis-doc | texlive | Documentation for afthesis | Documentation for afthesis | 3 | 库 + texlive-aguplus | texlive | This bundle started as an extension to the AGU's own publishedstyles, providing extra facilities and improved usability. TheAGU now publishes satisfactory LaTeX materials of its own; theauthor of aguplus recommends that users switch to using theofficial distribution. | Styles for American Geophysical Union | 3 | 工具 + texlive-aguplus-doc | texlive | Documentation for aguplus | Documentation for aguplus | 3 | 库 + texlive-aiaa | texlive | A bundle of LaTeX/BibTeX files and sample documents to aidthose producing papers and journal articles according to theguidelines of the American Institute of Aeronautics andAstronautics (AIAA). | Typeset AIAA conference papers | 3 | 工具 + texlive-aiaa-doc | texlive | Documentation for aiaa | Documentation for aiaa | 3 | 库 + texlive-aichej | texlive | The style was generated using custom-bib, and implements thestyle of the American Institute of Chemical Engineers Journal(or AIChE Journal or AIChE J or AIChEJ). | Bibliography style file for the AIChE Journal | 3 | 工具 + texlive-ajl | texlive | Bibliographic style references in style of Australian Journalof Linguistics. | BibTeX style for AJL | 3 | 库 + texlive-akktex | texlive | The bundle provides: new document classes for technicaldocuments, thesis works, manuscripts and lecture notes; manymathematical packages providing a large number of macros formathematical texts; layout providing a non-empty parskip withextended length corrections and new section definitioncommands; easy label creation for counters; and german languagetools and predefined abbreviations. | A collection of packages and classes | 3 | 工具 + texlive-akktex-doc | texlive | Documentation for akktex | Documentation for akktex | 3 | 库 + texlive-akletter | texlive | An advanced letter document class which extends LaTeX's usualletter class, providing support for building your ownletterhead and marking fold points for window envelopes.Options supported by the package include: letterpaper for USletter; a4offset for a modified A4 layout suitable for platicbinders that cover a part of the left margin. The class'shandling of dates has inspired an extended version of date-handling in the isodate package. The class supersedes anearlier class called myletter. | Comprehensive letter support | 3 | 工具 + texlive-akletter-doc | texlive | Documentation for akletter | Documentation for akletter | 3 | 工具 + texlive-akshar | texlive | This LaTeX3 package provides macros and interfaces to work withDevanagari characters and syllables in a more correct way. | Support for syllables in the Devanagari script | 3 | 工具 + texlive-albatross | texlive-base | This is a command line tool for finding fonts that contain agiven (Unicode) glyph. It relies on Fontconfig. | Find fonts that contain a given glyph | 3 | 工具 + texlive-alegreya | texlive | The Alegreya fonts are designed by Juan Pablo del Peral forHuerta Tipografica. Alegreya is a typeface originally intendedfor literature. It conveys a dynamic and varied rhythm whichfacilitates the reading of long texts. The italic has just asmuch care and attention to detail in the design as the roman.Bold, black, small caps and five number styles are available. | Alegreya fonts with LaTeX support | 3 | 库 + texlive-alegreya-doc | texlive | Documentation for alegreya | Documentation for alegreya | 3 | 库 + texlive-aleph | texlive-base | An development of omega, using most of the extensions of TeXitself developed for e-TeX. | Extended TeX | 3 | 工具 + texlive-alertmessage | texlive | Some macros to display alert messages (informations, errors,warnings and success messages). | Alert messages for LaTeX | 3 | 工具 + texlive-alertmessage-doc | texlive | Documentation for alertmessage | Documentation for alertmessage | 3 | 服务 + texlive-alfaslabone | texlive | The alfaslabone package supports the Alfa Slab One font facefor LaTeX. There is only a Regular font face. It's useful forbook-chapter headlines. | The Alfa Slab One font face with support for LaTeX and pdfLaTeX | 3 | 工具 + texlive-alg | texlive | Defines two environments for typesetting algorithms in LaTeX2e.The algtab environment is used to typeset an algorithm withautomatically numbered lines. The algorithm environment can beused to encapsulate the algtab environment algorithm in afloating body together with a header, a caption, etc.\listofalgorithms is defined. | LaTeX environments for typesetting algorithms | 3 | 工具 + texlive-alg-doc | texlive | Documentation for alg | Documentation for alg | 3 | 库 + texlive-algobox | texlive | This LaTeX package can typeset Algobox programs almost exactlyas displayed when editing with Algobox itself, using an inputsyntax very similar to the actual Algobox program text. Itgives better results than Algobox's own LaTeX export which doesnot look like the editor rendition, produces standalonedocuments cumbersome to customize, and has arbitrary andinconsistent differences between the input syntax and theprogram text. This package depends upon the following otherLaTeX packages: expl3, TikZ, environ, xparse, and xcolor. | Typeset Algobox programs | 3 | 工具 + texlive-algolrevived | texlive | The package revives Frutinger's Algol alphabet, designed in1963 for the code segments in an ALGOL manual. OpenType andtype1, regular and medium weights, upright and slanted. Notmonospaced, but good for listings if you don't need code to bealigned with specific columns. It also makes a passable butlimited text font. | A revival of Frutiger's Algol alphabet | 3 | 工具 + texlive-algorithm2e | texlive | Algorithm2e is an environment for writing algorithms. Analgorithm becomes a floating object (like figure, table, etc.).The package provides macros that allow you to create differentkeywords, and a set of predefined key words is provided; youcan change the typography of the keywords. The package allowsvertical lines delimiting a block of instructions in analgorithm, and defines different sorts of algorithms such asProcedure or Function; the name of these functions may bereused in the text or in other algorithms. | Floating algorithm environment with algorithmic keywords | 3 | 工具 + texlive-algorithm2e-doc | texlive | Documentation for algorithm2e | Documentation for algorithm2e | 3 | 库 + texlive-algorithmicx | texlive | Algorithmicx provides a flexible, yet easy to use, way forinserting good looking pseudocode or source code in yourpapers. It has built in support for Pseudocode, Pascal and C,and offers powerful means to create definitions for anyprogramming language. The user can adapt a Pseudocode style tohis native language. | The algorithmic style you always wanted | 3 | 工具 + texlive-algorithmicx-doc | texlive | Documentation for algorithmicx | Documentation for algorithmicx | 3 | 库 + texlive-algorithms | texlive | Consists of two environments: algorithm and algorithmic. Thealgorithm package defines a floating algorithm environmentdesigned to work with the algorithmic style. Within analgorithmic environment a number of commands for typesettingpopular algorithmic constructs are available. | A suite of tools for typesetting algorithms in pseudo-code | 3 | 工具 + texlive-algorithms-doc | texlive | Documentation for algorithms | Documentation for algorithms | 3 | 库 + texlive-algpseudocodex | texlive | This package allows typesetting pseudocode in LaTeX. It isbased on algpseudocode from the algorithmicx package and usesthe same syntax, but adds several new features andimprovements. Notable features include customizable indentguide lines and the ability to draw boxes around parts of thecode for highlighting differences. This package also has bettersupport for long code lines spanning several lines and improvedcomments. | Package for typesetting pseudocode | 3 | 工具 + texlive-algxpar | texlive | This package extends the package algorithmicx to support longtext which spans over multiple lines. | Support multiple lines pseudocode | 3 | 工具 + texlive-aligned-overset | texlive | This package allows the base character of \underset or \oversetto be used as the alignment position for the amsmath alignedmath environments. | Fix alignment at \overset or \underset | 3 | 工具 + texlive-alkalami | texlive | This font is designed for Arabic-based writing systems in theKano region of Nigeria and Niger. | A font for Arabic-based writing systems in Nigeria and Niger | 3 | 库 + texlive-allrunes | texlive | This large collection of fonts (in Adobe Type 1 format), withthe LaTeX package gives access to almost all runes ever used inEurope. The bundle covers not only the main forms but also alot of varieties. | Fonts and LaTeX package for almost all runes | 3 | 工具 + texlive-allrunes-doc | texlive | Documentation for allrunes | Documentation for allrunes | 3 | 库 + texlive-almendra | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Almendra family of fonts, designed by AnaSanfelippo. Almendra is a typeface design based on calligraphy.Its style is related to the chancery and gothic hands. Thereare regular and bold weights with matching italics. There isalso a regular-weight small-caps. | Almendra fonts with LaTeX support | 3 | 库 + texlive-almfixed | texlive | Arabic-Latin Modern Fixed is an extension of TeX-Gyre LatinModern Mono 10 Regular. Every glyph and opentype feature of theLatin Modern Mono has been retained, with minor improvements.On the other hand, we have changed the vertical metrics of thefont. Although the Arabic script is designed to use the same x-size as Latin Modern Mono, the former script needs greaterascender and descender space. Every Arabic glyph in eachUnicode-code block is supported (up to Unicode 7.0): Arabic,Arabic Supplement, Arabic Extended, Arabic Presentation-FormsA, and Arabic Presentation-Forms B. There are two versions ofthe font: otf and ttf. The opentype version is for printapplications (and usually the default for TeX). The TrueTypeversion is for on-screen applications such as text editors.Hinting in the ttf version is much better for on-screen, atleast on Microsoft Windows. The unique feature of Arabic-LatinModern is its treatment of vowels and diacritics. Each voweland diacritic (ALM Fixed contains a total of 68 such glyphs)may now be edited horizontally within any text editor orprocessor. The author believes this is the very first opentypeArabic font ever to have this capability. Editing complexArabic texts will now be much easier to input and to proofread. | Arabic-Latin Modern Fixed extends TeX-Gyre Latin Modern Mono 10 Regular to full Arabic Unicode support | 3 | 工具 + texlive-almfixed-doc | texlive | Documentation for almfixed | Documentation for almfixed | 3 | 库 + texlive-alnumsec | texlive | This package allows you to use alphanumeric section numbering,for instance "A. Introduction ... III. International Law". Itsoutput is similar to alphanum, but you can use the standardLaTeX sectioning commands, so that it is possible to switchnumbering schemes easily. Greek letters, double letters (bb)and different delimiters around them are supported. | Alphanumeric section numbering | 3 | 工具 + texlive-alnumsec-doc | texlive | Documentation for alnumsec | Documentation for alnumsec | 3 | 库 + texlive-alphalph | texlive | Provides commands \alphalph and \AlphAlph. They are like\number but the expansion consists of lowercase and uppercaseletters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53to ba, 702 to zz, 703 to aaa, etc.). Can be used as areplacement for LaTeX's \@alph and \@Alph macros. | Convert numbers to letters | 3 | 工具 + texlive-alpha-persian | texlive | The package provides a Persian version of the alpha BibTeXstyle and offers several enhancements. It is compatible withthe hyperref, url, natbib, and cite packages. | Persian version of alpha.bst | 3 | 库 + texlive-alterqcm | texlive | The alterqcm package is a LaTeX2e package, for making multiplechoices questionnaires in a table with two columns. The aim isto provide some useful macros to build QCM in tables. Thesemacros may be used by only LaTeX TeX users. The package workswith utf8, pdfLaTeX, LuaLaTeX and XeLaTeX (with somelanguages). The documentation is in English. | Multiple choice questionnaires in two column tables | 3 | 工具 + texlive-altfont | texlive | The package provides a replacement for that part of psnfss andmfnfss that changes the default font. The package isdistributed together with the psfont package, by the sameauthor. | Alternative font handling in LaTeX | 3 | 工具 + texlive-altfont-doc | texlive | Documentation for altfont | Documentation for altfont | 3 | 库 + texlive-altsubsup | texlive | A LaTeX package to write alternative and customisablesubscripts and superscripts, with square brackets in the sourcecode. | Subscripts and superscripts with square brackets | 3 | 工具 + texlive-amiri | texlive | Amiri is a classical Arabic typeface in Naskh style fortypesetting books and other running text. It is a revival ofthe beautiful typeface pioneered in the early 20th century byBulaq Press in Cairo, also known as Amiria Press, after whichthe font is named. The project aims at the revival of theaesthetics and traditions of Arabic typesetting, and adaptingit to the era of digital typesetting, in a publicly availableform. | A classical Arabic typeface, Naskh style | 3 | 库 + texlive-amiri-doc | texlive | Documentation for amiri | Documentation for amiri | 3 | 库 + texlive-amsaddr | texlive | The package is to be used with the amsart documentclass. Itlets you move the authors' affiliations either just below theauthors' names on the front page or as footnotes on the firstpage. The email addresses are always listed as a footnote onthe front page. | Alter the position of affiliations in amsart | 3 | 工具 + texlive-amsaddr-doc | texlive | Documentation for amsaddr | Documentation for amsaddr | 3 | 库 + texlive-amscdx | texlive | The original amscd package provides a CD environment thatemulates the commutative diagram capabilities of AMS-TeXversion 2.x. This means that only simple rectangular diagramsare supported, with no diagonal arrows or more exotic features.This enhancement package implements double ("fat"), dashed, andbidirectional arrows (left-right and up-down), and colorattributes for arrows and their annotations. The restriction torectangular geometry remains. This nevertheless allows thedrawing of a much broader class of "commutative-diagram-like"diagrams. This update, 2.2x of 2019-07-02, fixes thedashed-arrows parts placement bug, and adds the package option'lyx', for use with lyx to prevent conflict with the alreadyloaded amscd. The packages xcolor and graphicx are maderequired. | Enhanced commutative diagrams | 3 | 工具 + texlive-amscls | texlive | This bundle contains three AMS classes, amsart (for writingarticles for the AMS), amsbook (for books) and amsproc (forproceedings), together with some supporting material. Thismaterial forms one branch of what was originally the AMS-LaTeXdistribution. The other branch, amsmath, is now maintained anddistributed separately. The user documentation can be found inthe package amscls-doc. | AMS document classes for LaTeX | 3 | 工具 + texlive-amscls-doc | texlive | This collection comprises a set of four manuals, or AuthorHandbooks, each documenting the use of a class of publicationsbased on one of the AMS document classes amsart, amsbook,amsproc and one "hybrid", as well as a guide to the generationof the four manuals from a coordinated set of LaTeX sourcefiles. The Handbooks comprise the user documentation for thepertinent document classes. As the source for the Handbooksconsists of a large number of files, and the intended output ismultiple different documents, the principles underlying thiscollection can be used as a model for similar projects. Themanual "Compiling the AMS Author Handbooks" providesinformation about the structure of and interaction between thevarious components. | User documentation for AMS document classes | 3 | 工具 + texlive-amsfonts | texlive | An extended set of fonts for use in mathematics, including:extra mathematical symbols; blackboard bold letters (uppercaseonly); fraktur letters; subscript sizes of bold math italic andbold Greek letters; subscript sizes of large symbols such assum and product; added sizes of the Computer Modern small capsfont; cyrillic fonts (from the University of Washington); Eulermathematical fonts. All fonts are provided as Adobe Type 1files, and all except the Euler fonts are provided as Metafontsource. The distribution also includes the canonical Type 1versions of the Computer Modern family of fonts. Plain TeX andLaTeX macros for using the fonts are provided. | TeX fonts from the American Mathematical Society | 3 | 工具 + texlive-amsfonts-doc | texlive | Documentation for amsfonts | Documentation for amsfonts | 3 | 工具 + texlive-amslatex-primer-doc | texlive | Documentation for amslatex-primer | Documentation for amslatex-primer | 3 | 工具 + texlive-amsldoc-it-doc | texlive | Documentation for amsldoc-it | Documentation for amsldoc-it | 3 | 库 + texlive-amsldoc-vn-doc | texlive | Documentation for amsldoc-vn | Documentation for amsldoc-vn | 3 | 库 + texlive-amsmath | texlive | The package provides the principal packages in the AMS-LaTeXdistribution. It adapts for use in LaTeX most of themathematical features found in AMS-TeX; it is highlyrecommendsd as an adjunct to serious mathematical typesettingin LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy(for bold symbols), amsopn (for operator names) and amstext(for text embdedded in mathematics) are also loaded. Amsmath ispart of the LaTeX required distribution; however, severalcontributed packages add still further to its appeal; examplesare empheq, which provides functions for decorating andhighlighting mathematics, and ntheorem, for specifying theorem(and similar) definitions. | AMS mathematical facilities for LaTeX | 3 | 工具 + texlive-amsmath-doc | texlive | Documentation for amsmath | Documentation for amsmath | 3 | 库 + texlive-amsmath-it-doc | texlive | Documentation for amsmath-it | Documentation for amsmath-it | 3 | 库 + texlive-amsrefs | texlive | Amsrefs is a LaTeX package for bibliographies that provides anarchival data format similar to the format of BibTeX databasefiles, but adapted to make direct processing by LaTeX easier.The package can be used either in conjunction with BibTeX or asa replacement for BibTeX. | A LaTeX-based replacement for BibTeX | 3 | 工具 + texlive-amsrefs-doc | texlive | Documentation for amsrefs | Documentation for amsrefs | 3 | 库 + texlive-amstex | texlive-base | AMSTeX is a TeX macro package, originally written by MichaelSpivak for the American Mathematical Society (AMS) during 1983-1985 and is described in the book 'The Joy of TeX'. It is basedon Plain TeX, and provides many features for producing moreprofessional-looking maths formulas with less burden onauthors. More recently, the focus of attention has switched toamslatex, but AMSTeX remains as a working system. | American Mathematical Society plain TeX macros | 3 | 工具 + texlive-amsthdoc-it-doc | texlive | Documentation for amsthdoc-it | Documentation for amsthdoc-it | 3 | 库 + texlive-andika | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Andika family of fonts designed by SILInternational especially for literacy use, taking into accountthe needs of beginning readers. The focus is on clear,easy-to-perceive letterforms that will not be readily confusedwith one another. | andika fonts with support for all LaTeX engines | 3 | 工具 + texlive-animate | texlive | The package provides an interface to create portable,JavaScript driven PDF and SVG animations from sets of graphicsfiles or from inline graphics, such as LaTeX pictureenvironment, PSTricks or pgf/TikZ generated pictures, or justfrom typeset text. | Create PDF animations from graphics files and inline graphics | 3 | 工具 + texlive-animate-doc | texlive | Documentation for animate | Documentation for animate | 3 | 库 + texlive-annee-scolaire | texlive | This package provides a macro \anneescolaire to automaticallywrite the academic year in the French way, according to thedate of compilation, two other macros to obtain the first andthe second calendar year of the academic year, a macro to beredefined to change the presentation of the years. | Automatically typeset the academic year (French way) | 3 | 工具 + texlive-annotate | texlive | The style is a derivative of the standard alpha style, whichprocesses an entry's annotate field as part of the printedoutput. | A bibliography style with annotations | 3 | 工具 + texlive-annotate-equations | texlive | This package provides commands that make it easy to highlightterms in equations and add annotation labels using TikZ. Itshould work with pdfLaTeX as well as LuaLaTeX. | Easily annotate math equations using TikZ | 3 | 工具 + texlive-anonchap | texlive | The command \simplechapter sets up the \chapter command not tonumber chapters, though they may possibly have a prefix, and asuffix (the \simplechapterdelim command, which the user mayalter). The \restorechapter command restores the status quoante. | Make chapters be typeset like sections | 3 | 工具 + texlive-anonchap-doc | texlive | Documentation for anonchap | Documentation for anonchap | 3 | 库 + texlive-anonymous-acm | texlive | Academics often need to submit anonymous versions of theirpapers for peer-review. This often requires anonymization whichat some future date needs to be reversed. Howeverde-anonymizing an anonymized paper can be laborious anderror-prone. This LaTeX package allows anonymization options tobe specified at the time of writing for authors usingacmart.cls, the official Association of Computing Machinery(ACM) master article template. Anonymization or deanonymizationis carried out by simply changing one option and recompiling. | Typeset anonymous versions for ACM articles | 3 | 工具 + texlive-anonymouspro | texlive | The fonts are a monowidth set, designed for use by coders. Theyappear as a set of four TrueType, or Adobe Type 1 font files,and LaTeX support is also provided. | Use AnonymousPro fonts with LaTeX | 3 | 库 + texlive-anonymouspro-doc | texlive | Documentation for anonymouspro | Documentation for anonymouspro | 3 | 库 + texlive-answers | texlive | The package allows a lot of flexibility in constructingquestion and answer sheets. | Setting questions (or exercises) and answers | 3 | 工具 + texlive-answers-doc | texlive | Documentation for answers | Documentation for answers | 3 | 库 + texlive-antanilipsum | texlive | This package is an italian blind text generator that ouputssupercazzole, mocking nonsense phrases from the movie seriesAmici Miei ("My friends"), directed by Mario Monicelli. | Generate sentences in the style of "Amici miei" | 3 | 工具 + texlive-antiqua | texlive | The package contains a copy of the Type 1 font "URW Antiqua2051 Regular Condensed" released under the GPL by URW, withsupporting files for use with (La)TeX. | URW Antiqua condensed font, for use with TeX | 3 | 工具 + texlive-antiqua-doc | texlive | Documentation for antiqua | Documentation for antiqua | 3 | 库 + texlive-antomega | texlive | A language support package for Omega/Lambda. This replaces theoriginal omega package for use with Lambda, and provides extrafacilities (including Babel-like language switching, whicheases porting of LaTeX documents to Lambda). | Alternative language support for Omega/Lambda | 3 | 工具 + texlive-antomega-doc | texlive | Documentation for antomega | Documentation for antomega | 3 | 库 + texlive-antt | texlive | Antykwa Torunska is a serif font designed by the late Polishtypographer Zygfryd Gardzielewski, reconstructed and digitizedas Type 1. | Antykwa Torunska: a Type 1 family of a Polish traditional type | 3 | 库 + texlive-antt-doc | texlive | Documentation for antt | Documentation for antt | 3 | 库 + texlive-anufinalexam-doc | texlive | Documentation for anufinalexam | Documentation for anufinalexam | 3 | 库 + texlive-anyfontsize | texlive | The package allows the to user select any font size (via e.g.\fontsize{...}{...}\selectfont), even those sizes that are notlisted in the .fd file. If such a size is requested, LaTeX willsearch for and select the nearest listed size; anyfontsize willthen scale the font to the size actually requested. Similarfunctionality is available for the CM family, for the ECfamily, or for either computer modern encoding; the presentpackage generalises the facility. | Select any font size in LaTeX | 3 | 工具 + texlive-anyfontsize-doc | texlive | Documentation for anyfontsize | Documentation for anyfontsize | 3 | 库 + texlive-anysize | texlive | This package is considered obsolete; alternatives are thetypearea package from the koma-script bundle, or the geometrypackage. | A simple package to set up document margins | 3 | 工具 + texlive-anysize-doc | texlive | Documentation for anysize | Documentation for anysize | 3 | 库 + texlive-aobs-tikz | texlive | The package defines auxiliary TikZ styles useful for overlayingpictures' elements in Beamer. The TikZ styles are grouped in alibrary, overlay-beamer-styles which is automatically called bythe package itself. Users may either load just aobs-tikz or thelibrary; the latter method necessitates TikZ manual load. | TikZ styles for creating overlaid pictures in beamer | 3 | 工具 + texlive-aobs-tikz-doc | texlive | Documentation for aobs-tikz | Documentation for aobs-tikz | 3 | 工具 + texlive-aomart | texlive | The package provides a class for typesetting articles for TheAnnals of Mathematics. | Typeset articles for the Annals of Mathematics | 3 | 工具 + texlive-aomart-doc | texlive | Documentation for aomart | Documentation for aomart | 3 | 库 + texlive-apa | texlive | A LaTeX class to format text according to the AmericanPsychological Association Publication Manual (5th ed.)specifications for manuscripts or to the APA journal look foundin journals like the Journal of Experimental Psychology etc. Inaddition, it provides regular LaTeX-like output with a fewenhancements and APA-motivated changes. Note that the apa7class (covering the 7th edition of the manual) and apa6(covering the 6th edition of the manual) are now commonly inuse. Apacite, which used to work with this class, has beenupdated for use with apa6. | American Psychological Association format | 3 | 工具 + texlive-apa6 | texlive | The class formats documents in APA style (6th Edition). Itprovides a full set of facilities in three different outputmodes (journal-like appearance, double-spaced manuscript, LaTeX-like document), in contrast to the earlier apa6e, which onlyformats double-spaced manuscripts in APA style. The class canmask author identity for copies for use in masked peer review.Citations are provided using the apacite bundle; the classrequires that package if citations are to be typeset. The classis a development of the apa class (which is no longermaintained). | Format documents in APA style (6th edition) | 3 | 工具 + texlive-apa6-doc | texlive | Documentation for apa6 | Documentation for apa6 | 3 | 库 + texlive-apa6e | texlive | This is a minimalist class file for formatting manuscripts inthe style described in the American Psychological Association(APA) 6th edition guidelines. The apa6 class provides bettercoverage of the requirements. | Format manuscripts to APA 6th edition guidelines | 3 | 工具 + texlive-apa6e-doc | texlive | Documentation for apa6e | Documentation for apa6e | 3 | 库 + texlive-apa7 | texlive | This class formats documents in APA style (7th Edition). Itprovides a full set of facilities in four different outputmodes (journal-like appearance, double-spaced manuscript,double-spaced student manuscript, LaTeX-like document). Theclass can mask author identity for copies for use in maskedpeer review. The class is a development of the apa6 class. | Format documents in APA style (7th edition) | 3 | 工具 + texlive-apacite | texlive | Apacite provides a BibTeX style and a LaTeX package which aredesigned to match the requirements of the AmericanPsychological Association's style for citations. The packagefollows the 6th edition of the APA manual, and is designed towork with the apa6 class. A test document is provided. Thepackage is compatible with chapterbib and (to some extent) withhyperref (for limits of compatibility, see the documentation).The package also includes a means of generating an author indexfor a document. | Citation style following the rules of the APA | 3 | 工具 + texlive-apacite-doc | texlive | Documentation for apacite | Documentation for apacite | 3 | 库 + texlive-apa-doc | texlive | Documentation for apa | Documentation for apa | 3 | 库 + texlive-apalike2 | texlive | Described as a "local adaptation" of apalike (which is part ofthe base bibtex distribution). | Bibliography style that approaches APA requirements | 3 | 工具 + texlive-apalike-ejor | texlive | This package contains a BibTeX style file, apalike-ejor.bst,made to follow the European Journal of Operational Researchreference style guidelines. It is a fork of apalike version0.99a, by Oren Patashnik, and consists of minor modificationsof standard APA style. Among other changes it adds support forhyperlinked URL and DOI fields (which requires hyperref). | A BibTeX style file for the European Journal of Operational Research | 3 | 工具 + texlive-apalike-german | texlive | A copy of apalike.bst with German localization. | A copy of apalike.bst with German localization | 3 | 库 + texlive-apnum | texlive | The basic operations (addition, subtraction, multiplication,division, power to an integer) are implemented by TeX macros inthis package. Operands may be numbers with arbitrary numbers ofdigits; scientific notation is allowed. The expression scanneris also provided. Exhaustive documentation (including detailedTeXnical documentation) is included. The macro includes manyoptimizations and uses only TeX primitives (from classic TeX)and \newcount macro. | Arbitrary precision numbers implemented by TeX macros | 3 | 工具 + texlive-apnum-doc | texlive | Documentation for apnum | Documentation for apnum | 3 | 库 + texlive-appendix | texlive | The appendix package provides various ways of formatting thetitles of appendices. Also (sub)appendices environments areprovided that can be used, for example, for per chapter/sectionappendices. The word 'Appendix' or similar can be prepended tothe appendix number for article class documents. The word'Appendices' or similar can be added to the table of contentsbefore the appendices are listed. The word 'Appendices' orsimilar can be typeset as a \part-like heading (page) in thebody. An appendices environment is provided which can be usedinstead of the \appendix command. | Extra control of appendices | 3 | 工具 + texlive-appendix-doc | texlive | Documentation for appendix | Documentation for appendix | 3 | 库 + texlive-appendixnumberbeamer | texlive | The package arranges that an appendix in a beamer presentationis not counted in the frame count of the presentation;appendixes are numbered starting from one. | Manage frame numbering in appendixes in beamer | 3 | 工具 + texlive-appendixnumberbeamer-doc | texlive | Documentation for appendixnumberbeamer | Documentation for appendixnumberbeamer | 3 | 库 + texlive-apprendre-a-programmer-en-tex | texlive | This book explains the basic concepts required for programmingin TeX and explains the programming methods, providing manyexamples. The package makes the compileable source code as wellas the compiled pdf file accessible to everyone. | The book "Apprendre a programmer en TeX" | 3 | 工具 + texlive-apprends-latex-doc | texlive | Documentation for apprends-latex | Documentation for apprends-latex | 3 | 工具 + texlive-apptools | texlive | The package provides an \AtAppendix command to add code to ahook that is executed when \appendix is called by the user.Additionally, a TeX conditional \ifappendix and a LaTeX-styleconditional \IfAppendix are provided to check if \appendix hasalready been called. | Tools for customising appendices | 3 | 工具 + texlive-apptools-doc | texlive | Documentation for apptools | Documentation for apptools | 3 | 库 + texlive-apxproof | texlive | The package makes it easier to write articles where proofs andother material are deferred to the appendix. The appendixmaterial is written in the LaTeX code along with the main textwhich it naturally complements, and it is automaticallydeferred. The package can automatically send proofs to theappendix, can repeat in the appendix the theorem environmentsstated in the main text, can section the appendix automaticallybased on the sectioning of the main text, and supports aseparate bibliography for the appendix material. It depends onthe following other packages: amsthm, bibunits, environ,etoolbox, fancyvrb, ifthen, and kvoptions. | Proofs in appendix | 3 | 工具 + texlive-arabi | texlive | The package provides an Arabic and Farsi script support for TeXwithout the need of any external pre-processor, and in a waythat is compatible with babel. The bi-directional capabilitysupposes that the user has a TeX engine that knows the fourprimitives \beginR, \endR, \beginL and \endL. That is the casein both the TeX--XeT and e-TeX engines. Arabi will accept inputin several 8-bit encodings, including UTF-8. Arabi can make useof a wide variety of Arabic and Farsi fonts, and provides oneof its own. PDF files generated using Arabi may be searched,and text may be copied from them and pasted elsewhere. | (La)TeX support for Arabic and Farsi, compliant with Babel | 3 | 工具 + texlive-arabi-add | texlive | This package takes advantage of some of the possibilities thathyperref and bookmark packages offer when you create a table ofcontents for Arabic texts created by the arabi package. | Using hyperref and bookmark packages with arabic and farsi languages | 3 | 工具 + texlive-arabi-add-doc | texlive | Documentation for arabi-add | doc files of arabi-add | 3 | 库 + texlive-arabic-book | texlive | This document class provides both Arabic and English supportfor TeX/LaTeX. Input may be in ASCII transliteration or otherencodings (including UTF-8), and output may be Arabic, Hebrew,or any of several languages that use the Arabic script, as canbe specified by the polyglossia package. The Arabic font ispresently available in any Arabic fonts style. In order to useAmiri font style, the user needs to install the amiri package.This document class runs with the XeTeX engine. PDF filesgenerated using this class can be searched, and text can becopied from them and pasted elsewhere. | An Arabic book class | 3 | 工具 + texlive-arabicfront | texlive | This package modifies the definitions of \frontmatter and\mainmatter so that page numbering starts in arabic style fromthe front matter while preserving the rest of the originaldefinitions. For it to work, \pagenumbering has to be insidethese macros--most of classes do that, but there are exceptionslike memoir. | Frontmatter with arabic page numbers | 3 | 工具 + texlive-arabi-doc | texlive | Documentation for arabi | Documentation for arabi | 3 | 库 + texlive-arabluatex | texlive | This package provides for LuaLaTeX an ArabTeX-like interface togenerate Arabic writing from an ascii transliteration. It isparticularly well-suited for complex documents such astechnical documents or critical editions where a lot ofleft-to-right commands intertwine with Arabic writing.arabluatex is able to process any ArabTeX input notation. Itsoutput can be set in the same modes of vocalization as ArabTeX,or in different roman transliterations. It further allows manytypographical refinements. It will eventually interact withsome other packages yet to come to produce from .tex sourcefiles, in addition to printed books, TEI xml compliant criticaleditions and/or lexicons that can be searched, analyzed andcorrelated in various ways. | An ArabTeX-like interface for LuaLaTeX | 3 | 工具 + texlive-arabluatex-doc | texlive | Documentation for arabluatex | doc files of arabluatex | 3 | 库 + texlive-arabtex | texlive | ArabTeX is a package extending the capabilities of TeX/LaTeX togenerate Arabic and Hebrew text. Input may be in ASCIItransliteration or other encodings (including UTF-8); outputmay be Arabic, Hebrew, or any of several languages that use theArabic script. ArabTeX consists of a TeX macro package andArabic and Hebrew fonts (provided both in Metafont format andAdobe Type 1). The Arabic font is presently only available inthe Naskhi style. ArabTeX will run with Plain TeX and also withLaTeX. | Macros and fonts for typesetting Arabic | 3 | 工具 + texlive-arabtex-doc | texlive | Documentation for arabtex | Documentation for arabtex | 3 | 库 + texlive-arabxetex | texlive | ArabXeTeX provides a convenient ArabTeX-like user-interface fortypesetting languages using the Arabic script in XeLaTeX, withflexible access to font features. Input in ArabTeX notation canbe set in three different vocalization modes or in romantransliteration. Direct UTF-8 input is also supported. Theparsing and converting of ArabTeX input to Unicode is done bymeans of TECkit mappings. Version 1.0 provides support forArabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi,Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur.The documentation covers topics such as typesetting the HolyQuran and typesetting bidirectional critical editions with thepackage ednotes. | An ArabTeX-like interface for XeLaTeX | 3 | 工具 + texlive-arabxetex-doc | texlive | Documentation for arabxetex | Documentation for arabxetex | 3 | 库 + texlive-aramaic-serto | texlive | This package enables (La)TeX users to typeset words or phrases(e-TeX extensions are needed) in Syriac (Aramaic) using theSerto-alphabet. The package includes a preprocessor written inPython (>= 1.5.2) in order to deal with right-to-lefttypesetting for those who do not want to use elatex and tochoose the correct letter depending on word context(initial/medial/final form). Detailed documentation andexamples are included. | Fonts and LaTeX for Syriac written in Serto | 3 | 工具 + texlive-aramaic-serto-doc | texlive | Documentation for aramaic-serto | Documentation for aramaic-serto | 3 | 库 + texlive-arara | texlive-base | Arara is comparable with other well-known compilation toolslike latexmk and rubber. The key difference is that that araradetermines its actions from metadata in the source code, ratherthan relying on indirect resources, such as log file analysis. | Automation of LaTeX compilation | 3 | 工具 + texlive-archaeologie | texlive | This citation-style covers the citation and bibliography rulesof the German Archaeological Institute (DAI). Various optionsare available to change and adjust the outcome according toone's own preferences. | Citation-style which covers rules of the German Archaeology Institute | 3 | 工具 + texlive-archaeologie-doc | texlive | Documentation for archaeologie | doc files of archaeologie | 3 | 库 + texlive-archaic | texlive | The collection contains fonts to represent Aramaic, Cypriot,Etruscan, Greek of the 6th and 4th centuries BCE, Egyptianhieroglyphics, Linear A, Linear B, Nabatean old Persian, thePhaistos disc, Phoenician, proto-Semitic, runic, South ArabianUgaritic and Viking scripts. The bundle also includes a smallfont for use in phonetic transcription of the archaic writings.The bundle's own directory includes a font installation mapfile for the whole collection. | A collection of archaic fonts | 3 | 工具 + texlive-archaic-doc | texlive | Documentation for archaic | Documentation for archaic | 3 | 库 + texlive-arcs | texlive | The package provides two commands for placing an arc over(\overarc) or under (\underarc) a piece of text. (The text maybe up to three letters long.) The commands generate an \hbox,and may be used both in text and in maths formulae. | Draw arcs over and under text | 3 | 工具 + texlive-arcs-doc | texlive | Documentation for arcs | Documentation for arcs | 3 | 库 + texlive-arev | texlive | The package arev provides type 1 and virtual fonts, togetherwith LaTeX packages for using Arev Sans in both text andmathematics. Arev Sans is a derivative of Bitstream Vera Sanscreated by Tavmjong Bah, adding support for Greek and Cyrilliccharacters. Bah also added a few variant letters that are moreappropriate for mathematics. The primary purpose for using ArevSans in LaTeX is presentations, particularly when using acomputer projector. In such a context, Arev Sans is quitereadable, with large x-height, "open letters", wide spacing,and thick stems. The style is very similar to the SliTeX fontlcmss, but heavier. Arev is one of a very small number of sans-font mathematics support packages. Others are cmbright, hvmathand kerkis. | Fonts and LaTeX support files for Arev Sans | 3 | 库 + texlive-arev-doc | texlive | Documentation for arev | Documentation for arev | 3 | 库 + texlive-arimo | texlive | The Arimo family, designed by Steve Matteson, is an innovative,refreshing sans serif design which is metrically compatiblewith Arial. | Arimo sans serif fonts with LaTeX support | 3 | 库 + texlive-armtex | texlive | ArmTeX is a system for typesetting Armenian text with Plain TeXor LaTeX(2e). It may be used with input: from a standard Latinkeyboard without any special encoding and/or support forArmenian letters, from any keyboard which uses an encoding thathas Armenian letters in the second half (characters 128-255) ofthe extended ASCII table (for example ArmSCII8 Armenianstandard), from an Armenian keyboard using UTF-8 encoding.Users should note that the manuals still mostly describe theprevious version of the package (ArmTeX 2.0). However, adescription of the new features of ArmTeX 3.0 is provided atthe end of the README file. | A sytem for writing Armenian with TeX and LaTeX | 3 | 工具 + texlive-armtex-doc | texlive | Documentation for armtex | Documentation for armtex | 3 | 工具 + texlive-around-the-bend-doc | texlive | Documentation for around-the-bend | Documentation for around-the-bend | 3 | 库 + texlive-arphic | texlive | These are font bundles for the Chinese Arphic fonts which workwith the CJK package. Arphic is actually the name of thecompany that which created the fonts (and put them under a GPL-like licence). | Arphic (Chinese) font packages | 3 | 工具 + texlive-arphic-doc | texlive | Documentation for arphic | Documentation for arphic | 3 | 库 + texlive-arphic-ttf | texlive | This package provides TrueType versions of the Chinese Arphicfonts for use with XeLaTeX and LuaLaTeX. Type1 versions ofthese fonts, for use with pdfLaTeX and the cjk package, areprovided by the arphic package. Arphic is actually the name ofthe company which created these fonts. | TrueType version of Chinese Arphic fonts | 3 | 工具 + texlive-arraycols | texlive | This small package provides new column types for array andtabular environments, horizontally and vertically centered, orwith adjusted height for big mathematical expressions. Thecolumns width can be fixed or calculated like in tabularxenvironments. Macros for drawing vertical and horizontal rulesof variable thickness are also provided. | New column types for array and tabular environments | 3 | 工具 + texlive-arrayjobx | texlive | This package provides array data structures in (La)TeX, in themeaning of the classical procedural programming languages likeFortran, Ada or C, and macros to manipulate them. Arrays can bemono or bi-dimensional. This is useful for applications whichrequire high level programming techniques, like algorithmicgraphics programmed in the TeX language. The package supersedesthe arrayjob package. | Array data structures for (La)TeX | 3 | 工具 + texlive-arrayjobx-doc | texlive | Documentation for arrayjobx | Documentation for arrayjobx | 3 | 库 + texlive-arraysort | texlive | The package provides a mechanism for sorting arrays (orportions of them); the arrays should have been created usingthe arrayjobx package. | Sort arrays (or portions of them) | 3 | 工具 + texlive-arraysort-doc | texlive | Documentation for arraysort | Documentation for arraysort | 3 | 库 + texlive-arsclassica | texlive | The package changes some typographical points of theClassicThesis style, by Andre Miede. It enables the user toreproduce the look of the guide The art of writing with LaTeX(the web page is in Italian). | A different view of the ClassicThesis package | 3 | 工具 + texlive-arsclassica-doc | texlive | Documentation for arsclassica | Documentation for arsclassica | 3 | 库 + texlive-articleingud | texlive | The class is for articles published in INGENIERIA review. It isderived from the standard LaTeX class article. | LaTeX class for articles published in INGENIERIA review | 3 | 工具 + texlive-articleingud-doc | texlive | Documentation for articleingud | Documentation for articleingud | 3 | 库 + texlive-arvo | texlive | This package provides the Arvo family of fonts designed byAnton Koovit, with support for LaTeX and pdfLaTeX. | The Arvo font face with support for LaTeX and pdfLaTeX | 3 | 工具 + texlive-arydshln | texlive | Definitions of horizontal and vertical dashed lines for thearray and tabular environment. Horizontal lines are drawn by\hdashline and \cdashline while vertical ones can be specifiedas a part of preamble using ':'. The shape of dashed lines maybe controlled through style parameters or optional arguments.The package is compatible with array and colortab. | Horizontal and vertical dashed lines in arrays and tabulars | 3 | 工具 + texlive-arydshln-doc | texlive | Documentation for arydshln | Documentation for arydshln | 3 | 库 + texlive-asaetr | texlive | A class and BibTeX style for submissions to the Transactions ofthe American Society of Agricultural Engineers. Also includedis the Metafont source of a slanted Computer Modern Caps andSmall Caps font. | Transactions of the ASAE | 3 | 工具 + texlive-asaetr-doc | texlive | Documentation for asaetr | Documentation for asaetr | 3 | 库 + texlive-asana-math | texlive | The Asana-Math font is an OpenType font that includes almostall mathematical Unicode symbols and it can be used to typesetmathematical text with any software that can understand theMATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word2007). The font is beta software. Typesetting support for usewith LaTeX is provided by the fontspec and unicode-mathpackages. | A font to typeset maths in Xe(La)TeX and Lua(La)TeX | 3 | 工具 + texlive-asana-math-doc | texlive | Documentation for asana-math | Documentation for asana-math | 3 | 库 + texlive-asapsym | texlive | The package provides macros (usable with LaTeX or Plain TeX)for using the freely available ASAP Symbol font, which is alsoincluded. The font is distributed in OpenType format, and makesextensive use of OpenType features. Therefore, at this time,only XeTeX and LuaTeX are supported. An error message is issuedif an OTF-capable engine is not detected. | Using the free ASAP Symbol font with LaTeX and Plain TeX | 3 | 工具 + texlive-asapsym-doc | texlive | Documentation for asapsym | doc files of asapsym | 3 | 库 + texlive-ascelike | texlive | A document class and bibliographic style that preparesdocuments in the style required by the American Society ofCivil Engineers (ASCE). These are unofficial files, notsanctioned by that organization, and the files specificallygive this caveat. Also included is a shortdocumentation/example of how to use the class. | Bibliography style for the ASCE | 3 | 工具 + texlive-ascelike-doc | texlive | Documentation for ascelike | Documentation for ascelike | 3 | 库 + texlive-ascii-chart-doc | texlive | Documentation for ascii-chart | Documentation for ascii-chart | 3 | 库 + texlive-ascii-font | texlive | The package provides glyph and font access commands so thatLaTeX users can use the ASCII glyphs in their documents. TheASCII font is encoded according to the IBM PC Code Page 437 C0Graphics. This package replaces any early LaTeX 2.09 packageand "font" by R. Ramasubramanian and R.W.D. Nickalls. | Use the ASCII "font" in LaTeX | 3 | 工具 + texlive-ascii-font-doc | texlive | Documentation for ascii-font | Documentation for ascii-font | 3 | 库 + texlive-asciilist | texlive | The asciilist provides the environments AsciiList andAsciiDocList, which enable quickly typesetting nested lists inLaTeX without having to type individual item macros oropening/closing list environments. The package providesauxiliary functionality for loading such lists from files andprovides macros for configuring the use of the listenvironments and the appearance of the typeset results. | Environments AsciiList and AsciiDocList for prototyping nested lists in LaTeX. | 3 | 工具 + texlive-asciilist-doc | texlive | Documentation for asciilist | doc files of asciilist | 3 | 库 + texlive-ascmac | texlive | The bundle provides boxes and picture macros with Japanesevertical writing support. It uses only native picture macrosand fonts for drawing boxes and is thus driver-independent.Formerly part of the Japanese pLaTeX bundle, it now supportsall LaTeX engines. | Boxes and picture macros with Japanese vertical writing support | 3 | 工具 + texlive-askinclude | texlive | The package asks the user which files to put in a \includeonlycommand. There is provision for answering "same as last time"or "all files". | Interactive use of \includeonly | 3 | 工具 + texlive-askmaps | texlive | The package provides 1, 2, 3, 4 and 5 variable Karnaugh maps,in the style used in numerous American textbooks on digitaldesign. The package draws K-maps where the most significantinput variables are placed on top of the columns and the leastsignificant variables are placed left of the rows. | Typeset American style Karnaugh maps | 3 | 工具 + texlive-askmaps-doc | texlive | Documentation for askmaps | Documentation for askmaps | 3 | 库 + texlive-asmeconf | texlive | The asmeconf class provides a LaTeX template for ASMEconference papers, following ASME's guidelines for margins,fonts, headings, captions, and reference formats as of 2021.This LaTeX template is intended to be used with theasmeconf.bst BibTeX style, for reference formatting, which ispart of this distribution. Unlike older ASME conference LaTeXtemplates, asmeconf pdfs will contain hyperlinks, bookmarks,and metadata; and the references can include the DOI and URLfields. This LaTeX template enables inline author names,following ASME's current style, but it can also produce thetraditional grid style. Options include line numbering, finalcolumn balancing, various math options, government copyright,archivability (PDF/A), and multilingual support. The code iscompatible with pdfLaTeX or LuaLaTeX. This LaTeX template isnot a publication of ASME, but it does conform to ASME'scurrently published guidelines for conference papers. | A template for ASME conference papers | 3 | 工具 + texlive-asmejour | texlive | The asmejour class provides a template to format preprintssubmitted to ASME journals. The layout and reference formatsclosely follow the style that is currently being used forpublished papers. The class is intended to be used with theasmejour.bst BibTeX style, which is part of this distribution.Unlike older ASME LaTeX templates, asmejour pdfs will containhyperlinks, bookmarks, and metadata, and references can includethe DOI and URL fields. Options include line numbering, finalcolumn balancing, various math options, government copyright,and archivability (PDF/A). The class is compatible withpdfLaTeX or LuaLaTeX. This package is not a publication ofASME. | A template for ASME journal papers | 3 | 工具 + texlive-aspectratio | texlive | The package provides fonts (both as Adobe Type 1 format, and asMetafont source) for the 'AR' symbol (for Aspect Ratio) used byaeronautical scientists and engineers. Note that the packagesupersedes the package ar | Capital A and capital R ligature for Aspect Ratio | 3 | 工具 + texlive-aspectratio-doc | texlive | Documentation for aspectratio | Documentation for aspectratio | 3 | 库 + texlive-assignment | texlive | A class file for typesetting homework and lab assignments. | A class file for typesetting homework and lab assignments | 3 | 库 + texlive-assignment-doc | texlive | Documentation for assignment | Documentation for assignment | 3 | 服务 + texlive-assoccnt | texlive | The package provides the means of declaring a set of countersto be stepped, each time some 'master' counter is stepped. | Associate counters, making them step when a master steps | 3 | 工具 + texlive-assoccnt-doc | texlive | Documentation for assoccnt | Documentation for assoccnt | 3 | 库 + texlive-association-matrix | texlive | This package allows the creation of association matrices in anclear and concise fashion, without having to deal with manuallygenerating and modifying the tables while working. All you haveto do is define the rows and the columns by their uniqueidentifier, and then specify which cells should be marked asassociated. Then, the \amxgenerate command generates a tablethat shows in the cells with a blip (*) where the associationwas added. The package depends on etoolbox, forloop, ifthen,textcomp, and xparse. | LaTeX support for creating association matrices | 3 | 工具 + texlive-asternote | texlive | This LaTeX package can output annotation symbols enclosed insquare brackets and marked with an asterisk. | Annotation symbols enclosed in square brackets and marked with an asterisk | 3 | 工具 + texlive-astro | texlive | Astrosym is a font containing astronomical symbols, includingthose used for the planets, four planetoids, the phases of themoon, the signs of the zodiac, and some additional symbols. Thefont is distributed as Metafont source. | Astronomical (planetary) symbols | 3 | 库 + texlive-astro-doc | texlive | Documentation for astro | Documentation for astro | 3 | 库 + texlive-asyfig | texlive | The package provides a means of reading Asymptote figures fromseparate files, rather than within the document, as is standardin the asymptote package, which is provided as part of theAsymptote bundle. The asymptote way can prove cumbersome in alarge document; the present package allows the user to processone picture at a time, in simple test documents, and then tomigrate (with no fuss) to their use in the target document. | Commands for using Asymptote figures | 3 | 工具 + texlive-asyfig-doc | texlive | Documentation for asyfig | Documentation for asyfig | 3 | 库 + texlive-asymptote-by-example-zh-cn-doc | texlive | Chinese translation of asymptote by example. | doc files of asymptote-by-example-zh-cn | 3 | 库 + texlive-asymptote-faq-zh-cn-doc | texlive | Chinese translation of asymptote faq. | doc files of asymptote-faq-zh-cn | 3 | 工具 + texlive-asymptote-manual-zh-cn-doc | texlive | Chinese translation of asymptote manual. | doc files of asymptote-manual-zh-cn | 3 | 工具 + texlive-asypictureb | texlive | The package is an unofficial alternative to the packageprovided with the Asymptote distribution, for includingpictures within a LaTeX source file. While it does notduplicate all the features of the official package, thispackage is more user-friendly in several ways. Most notably,Asymptote errors are repackaged as LaTeX errors, makingdebugging less of a pain. It also has a more robust mechanismfor identifying unchanged pictures that need not be recompiled. | User-friendly integration of Asymptote into LaTeX | 3 | 工具 + texlive-asypictureb-doc | texlive | Documentation for asypictureb | Documentation for asypictureb | 3 | 库 + texlive-atbegshi | texlive | This package is a modern reimplementation of package everyshi,providing various commands to be executed before a \shipoutcommand. It makes use of e-TeX's facilities if they areavailable. The package may be used either with LaTeX or withplain TeX. | Execute stuff at \shipout time | 3 | 工具 + texlive-atenddvi | texlive | This package is unneeded and does nothing when used with aLaTeX format 2020-10-01 or newer as in this case the formatprovides the \AtEndDvi command. For older formats it implements\AtEndDvi, a counterpart to \AtBeginDvi. The execution of itsargument is delayed to the end of the document at the end ofthe last page. Thus \special and \write remain effective,because they are put into the last page. This is the maindifference to \AtEndDocument. | Provides the \AtEndDvi command | 3 | 工具 + texlive-atendofenv | texlive | This package allows adding a custom symbol at the end of anenvironment (e.g. theorems, definitions, remarks). | Add a custom symbol at the end of an environment | 3 | 工具 + texlive-atkinson | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Atkinson Hyperlegible family of fonts, namedafter Braille Institute founder, J. Robert Atkinson. What makesit different from traditional typography design is that itfocuses on letterform distinction to increase characterrecognition, ultimately improving readability. | Support for the Atkinson Hyperlegible family of fonts | 3 | 工具 + texlive-attachfile | texlive | Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files cancontain file attachments -- arbitrary files that a reader canextract, just like attachments to an e-mail message. Theattachfile package brings this functionality to pdfLaTeX andprovides some additional features not available in Acrobat,such as the ability to use arbitrary LaTeX code for the fileicon -- including things like \includegraphics, tabular, andmathematics. Settings can be made either globally or on a per-attachment basis. Attachfile makes it easy to attach files andcustomize their appearance in the enclosing document. Thepackage supports the Created, Modified, and Size keys in theEmbeddedFile's Params dictionary. | Attach arbitrary files to a PDF document | 3 | 工具 + texlive-attachfile2 | texlive-base | This package can be used to attach files to a PDF document. Itis a further development of Scott Pakin's package attachfilefor pdfTeX. Apart from bug fixes, this package adds support fordvips, some new options, and gets and writes meta informationdata about the attached files. | Attach files into PDF | 3 | 工具 + texlive-attachfile-doc | texlive | Documentation for attachfile | Documentation for attachfile | 3 | 库 + texlive-atveryend | texlive | This LaTeX packages provides two hooks for \end{document} thatare executed after the hook of \AtEndDocument:\AfterLastShipout can be used for code that is to be executedright after the last \clearpage before the `.aux' file isclosed. \AtVeryEndDocument is used for code after closing andfinal reading of the `.aux' file. | Hooks at the very end of a document | 3 | 工具 + texlive-aucklandthesis | texlive | A memoir-based class for formatting University of Aucklandmasters' and doctors' thesis dissertations in any discipline.The title page does not handle short dissertations fordiplomas. | Memoir-based class for formatting University of Auckland masters' and doctors' theses. | 3 | 工具 + texlive-augie | texlive | A calligraphic font for simulating American-style informalhandwriting. The font is distributed in Adobe Type 1 format. | Calligraphic font for typesetting handwriting | 3 | 工具 + texlive-augie-doc | texlive | Documentation for augie | Documentation for augie | 3 | 工具 + texlive-auncial-new | texlive | The auncial-new bundle provides packages and fonts for a scriptbased on the Artificial Uncial manuscript book-hand usedbetween the 6th & 10th century AD. The script consists ofminuscules and digits, with some appropriate period punctuationmarks. Both normal and bold versions are provided, and the fontis distributed in Adobe Type 1 format. This is an experimentalnew version of the auncial bundle, which is one of a series ofbookhand fonts. The font follows the B1 encoding developed forbookhands. Access to the encoding is essential. The encodingmainly follows the standard T1 encoding. | Artificial Uncial font and LaTeX support macros | 3 | 工具 + texlive-auncial-new-doc | texlive | Documentation for auncial-new | Documentation for auncial-new | 3 | 库 + texlive-aurical | texlive | The package that implements a set (AuriocusKalligraphicus) ofthree calligraphic fonts derived from the author's handwritingin Adobe Type 1 Format, T1 encoding for use with LaTeX:Auriocus Kalligraphicus; Lukas Svatba; and Jana Skrivana. Eachfont features oldstyle digits and (machine-generated) boldfaceand slanted versions. A variant of Lukas Svatba offers a 'longs'. | Calligraphic fonts for use with LaTeX in T1 encoding | 3 | 工具 + texlive-aurical-doc | texlive | Documentation for aurical | Documentation for aurical | 3 | 库 + texlive-aurl | texlive | Semantic Web resource URLs are often abbreviated with prefixes,like "owl:Class" or "rdf:type". The abbreviated URL (aurl)package provides the correct hyperlinks for those URLs. The1000 most common prefixes are predefined and more can be added. | Extends the hyperref package with a mechanism for hyperlinked URLs abbreviated with prefixes | 3 | 工具 + texlive-authoraftertitle | texlive | This jiffy package makes the author, title and date of thepackage available to the user (as \MyAuthor, etc) after the\maketitle command has been executed. | Make author, etc., available after \maketitle | 3 | 工具 + texlive-authoraftertitle-doc | texlive | Documentation for authoraftertitle | Documentation for authoraftertitle | 3 | 工具 + texlive-authorarchive | texlive | This is a LaTeX style for producing author self-archivingcopies of (academic) papers. The following layout-styles arepre-defined: ACMfor the two-column layout used by many ACMconferences IEEE for the two-column layout used by many IEEEconferences LNCS for the LNCS layout (as used by Springer) LNIfor the Lecture Notes in Informatics, published by the GI ENTCSfor the Elsevier ENTCS layout | Adds self-archiving information to scientific papers | 3 | 工具 + texlive-authordate | texlive | Authordate produces styles loosely based on the recommendationsof British Standard 1629(1976), Butcher's Copy-editing and theChicago Manual of Style. The bundle provides four BibTeX styles(authordate1, ..., authordate4), and a LaTeX package, forcitation in author/date style. The BibTeX styles differ in howthey format names and titles; one of them is necessary for theLaTeX package to work. | Author/date style citation styles | 3 | 工具 + texlive-authorindex | texlive-base | This package allows the user to create an index of all authorscited in a LaTeX document. Each author entry in the indexcontains the pages where these citations occur. Alternatively,the package can list the labels of the citations that appear inthe references rather than the text pages. The package relieson BibTeX being used to handle citations. Additionally, itrequires Perl (version 5 or higher). | Index citations by author names | 3 | 工具 + texlive-autoaligne | texlive | This package allows to align terms and members between linescontaining math expressions. | Align terms and members in math expressions | 3 | 工具 + texlive-autoarea | texlive | This package makes PiCTeX recognize lines and arcs indetermining the "bounding box" of a picture. (PiCTeX so faraccounted for put commands only). The "bounding box" isessential for proper placement of a picture between runningtext and margins and for keeping the running text away. | Automatic computation of bounding boxes with PiCTeX | 3 | 工具 + texlive-autoarea-doc | texlive | Documentation for autoarea | Documentation for autoarea | 3 | 库 + texlive-autobreak | texlive | This package implements a simple mechanism of line/pagebreaking within the align environment of the amsmath package;new line characters are considered as possible candidates forthe breaks and the package tries to put breaks at adequateplaces. It is suitable for computer-generated long formulaewith many terms. | Simple line breaking of long formulae | 3 | 工具 + texlive-autofancyhdr | texlive | The package automatically computes headlength for the fancyhdrpackage | Automatically compute headlength for fancyhdr package | 3 | 工具 + texlive-automata | texlive | The package offers a collection of macros for MetaPost to makeeasier to draw finite-state machines, automata, labelledgraphs, etc. The user defines nodes, which may be isolated orarranged into matrices or trees; edges connect pairs of nodesthrough arbitrary paths. Parameters, that specify the shapes ofnodes and the styles of edges, may be adjusted. | Finite state machines, graphs and trees in MetaPost | 3 | 工具 + texlive-automata-doc | texlive | Documentation for automata | Documentation for automata | 3 | 库 + texlive-autonum | texlive | The package arranges that equation numbers are applied only tothose equations that are referenced. This operation is similarto the showonlyrefs option of the package mathtools. | Automatic equation references | 3 | 工具 + texlive-autonum-doc | texlive | Documentation for autonum | Documentation for autonum | 3 | 库 + texlive-autopdf | texlive | The package facilitates the on-the-fly conversion of variousgraphics formats to formats supported by pdfLaTeX (e.g. PDF).It uses a range of external programs, and therefore requiresthat the LaTeX run starts with write18 enabled. | Conversion of graphics to pdfLaTeX-compatible formats | 3 | 工具 + texlive-autopdf-doc | texlive | Documentation for autopdf | Documentation for autopdf | 3 | 库 + texlive-auto-pst-pdf | texlive | The package uses --shell-escape to execute pst-pdf whennecessary. This makes it especially easy to integrate into theworkflow of an editor with just "LaTeX" and "pdfLaTeX" buttons.Wrappers are provided for various psfrag-related features sothat Matlab figures via laprint, Mathematica figures viaMathPSfrag, and regular psfrag figures can all be inputconsistently and easily. | Wrapper for pst-pdf (with some psfrag features) | 3 | 工具 + texlive-auto-pst-pdf-doc | texlive | Documentation for auto-pst-pdf | Documentation for auto-pst-pdf | 3 | 工具 + texlive-auto-pst-pdf-lua | texlive | This package is a slightly modified version of auto-pst-pdf byWill Robertson, which itself is a wrapper for pst-pdf by RolfNiepraschk. The package allows the use of LuaLaTeX togetherwith PostScript related code, eg. PSTricks. It depends onifpdf, ifluatex, ifplatform, and xkeyval. | Using LuaLaTeX together with PostScript code | 3 | 工具 + texlive-autopuncitems | texlive | This package provides the autopunc option in the enumitemenvironments itemize, enumerate, and description toautomatically punctuate the items. It uses lua pattern matchingto modify the environment's contents. | Automatically punctuate lists | 3 | 工具 + texlive-autosp | texlive-base | This program simplifies the creation of MusiXTeX scores byconverting (non-standard) commands of the form \anotes ... \eninto one or more conventional note-spacing commands, asdetermined by the note values themselves, with \sk spacingcommands inserted as necessary. The coding for an entiremeasure can be entered one part at a time, without concern fornote-spacing changes within the part or spacing requirements ofother parts. For example, \anotes\qa J\qa K&\ca l\qa m\ca n\engenerates \Notes\qa J\sk\qa K\sk&\ca l\qa m\sk\ca n\en . | A Preprocessor that generates note-spacing commands for MusiXTeX scores | 3 | 工具 + texlive-auxhook | texlive | This package auxhook provides hooks for adding stuff at thebegin of .aux files. | Hooks for auxiliary files | 3 | 库 + texlive-avantgar | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-avremu | texlive | A fully working package to simulate a Microprocessor in pureLaTeX. The simulator is able to calculate complex pictures,like Mandelbrot sets. | An 8-Bit Microcontroller Simulator written in LaTeX | 3 | 工具 + texlive-avremu-doc | texlive | Documentation for avremu | Documentation for avremu | 3 | 库 + texlive-awesomebox | texlive | Awesome Boxes is all about drawing admonition blocks aroundtext to inform or alert readers about something particular. Thespecific aim of this package is to use FontAwesome icons toease the illustration of these blocks. The package depends onfontawesome5, xcolor, array and xparse. | Draw admonition blocks in your documents, illustrated with FontAwesome icons | 3 | 工具 + texlive-axessibility | texlive | PDF documents containing formulas generated by LaTeX areusually not accessible by assistive technologies for visuallyimpaired people and people with special educational needs(i.e., by screen readers and braille displays). Theaxessibility package manages this issue, allowing to create aPDF document where the formulas are read by these assistivetechnologies, since it automatically generates hidden commentsin the PDF document (by means of the /ActualText attributeand/or suitable tags) in correspondence to each formula. | Access to formulas in PDF files by assistive technologies | 3 | 工具 + texlive-axodraw2 | texlive-base | This package defines macros for drawing Feynman graphs in LaTeXdocuments. It is an important update of the axodraw package,but since it is not completely backwards compatible, we havegiven the style file a changed name. Many new features havebeen added, with new types of line, and much more flexibilityin their properties. In addition, it is now possible to useaxodraw2 with pdfLaTeX, as well as with the LaTeX-dvips method.However with pdfLaTeX (and also LuaLaTeX and XeLaTeX), anexternal program, axohelp, is used to perform the geometricalcalculations needed for the pdf code inserted in the outputfile. The processing involves a run of pdfLaTeX, a run ofaxohelp, and then another run of pdfLaTeX. | Feynman diagrams in a LaTeX document | 3 | 工具 + texlive-b1encoding | texlive | The package characterises and defines the author's B1 encodingfor use with LaTeX when typesetting things using his Bookhandsfonts. | LaTeX encoding tools for Bookhands fonts | 3 | 工具 + texlive-b1encoding-doc | texlive | Documentation for b1encoding | Documentation for b1encoding | 3 | 库 + texlive-babel | texlive | This package manages culturally-determined typographical (andother) rules for a wide range of languages. A document mayselect a single language to be supported, or it may selectseveral, in which case the document may switch from onelanguage to another in a variety of ways. Babel usescontributed configuration files that provide the detail of whathas to be done for each language. Included is also a set of inifiles for about 250 languages. Many language styles work withpdfLaTeX, as well as with XeLaTeX and LuaLaTeX, out of the box.A few even work with plain formats. | Multilingual support for Plain TeX or LaTeX | 3 | 工具 + texlive-babel-albanian | texlive | The package provides support for typesetting Albanian (as partof the babel system). | Support for Albanian within babel | 3 | 工具 + texlive-babel-albanian-doc | texlive | Documentation for babel-albanian | Documentation for babel-albanian | 3 | 库 + texlive-babel-azerbaijani | texlive | This is the babel style for Azerbaijani. This language posesspecial challenges because no "traditional" font encodingcontains the full character set, and therefore a mixture mustbe used (e.g., T2A and T1). This package is compatible withUnicode engines (LuaTeX, XeTeX), which are very likely the mostconvenient way to write Azerbaijani documents. | Support for Azerbaijani within babel | 3 | 工具 + texlive-babel-bahasa | texlive | This metapackage pulls in texlive-babel-indonesian and texlive-babel-malay. | Support for Bahasa within babel | 3 | 工具 + texlive-babel-bahasa-doc | texlive | Metapackage, pulls in texlive-babel-indonesian-doc and texlive-babel-malay-doc. | Documentation for babel-bahasa | 3 | 工具 + texlive-babel-basque | texlive | The package establishes Basque conventions in a document. | Babel contributed support for Basque | 3 | 工具 + texlive-babel-basque-doc | texlive | Documentation for babel-basque | Documentation for babel-basque | 3 | 库 + texlive-babel-belarusian | texlive | The package provides support for use of Babel in documentswritten in Belarusian. | Babel support for Belarusian | 3 | 工具 + texlive-babel-belarusian-doc | texlive | Documentation for babel-belarusian | doc files of babel-belarusian | 3 | 工具 + texlive-babelbib | texlive | This package enables to generate multilingual bibliographies incooperation with babel. Two approaches are possible: Eachcitation may be written in another language, or the wholebibliography can be typeset in a language chosen by the user.In addition, the package supports commands to change thetypography of the bibliographies. | Multilingual bibliographies | 3 | 工具 + texlive-babelbib-doc | texlive | Documentation for babelbib | Documentation for babelbib | 3 | 库 + texlive-babel-bosnian | texlive | The package provides a language definition file that enablessupport of Bosnian with babel. | Babel contrib support for Bosnian | 3 | 工具 + texlive-babel-bosnian-doc | texlive | Documentation for babel-bosnian | Documentation for babel-bosnian | 3 | 库 + texlive-babel-breton | texlive | Breton (being, principally, a spoken language) does not havetypographic rules of its own; this package provides an"appropriate" selection of French and British typographicrules. | Babel contributed support for Breton | 3 | 工具 + texlive-babel-breton-doc | texlive | Documentation for babel-breton | Documentation for babel-breton | 3 | 工具 + texlive-babel-bulgarian | texlive | The package provides support for documents in Bulgarian (orsimply containing some Bulgarian text). | Babel contributed support for Bulgarian | 3 | 工具 + texlive-babel-bulgarian-doc | texlive | Documentation for babel-bulgarian | Documentation for babel-bulgarian | 3 | 库 + texlive-babel-catalan | texlive | The package establishes Catalan conventions in a document (or asubset of the conventions, if Catalan is not the main languageof the document). | Babel contributed support for Catalan | 3 | 工具 + texlive-babel-catalan-doc | texlive | Documentation for babel-catalan | Documentation for babel-catalan | 3 | 库 + texlive-babel-croatian | texlive | The package establishes Croatian conventions in a document (ora subset of the conventions, if Croatian is not the mainlanguage of the document). | Babel contributed support for Croatian | 3 | 工具 + texlive-babel-croatian-doc | texlive | Documentation for babel-croatian | Documentation for babel-croatian | 3 | 库 + texlive-babel-czech | texlive | The package provides the language definition file for supportof Czech in babel. Some shortcuts are defined, as well astranslations to Czech of standard "LaTeX names". | Babel support for Czech | 3 | 工具 + texlive-babel-czech-doc | texlive | Documentation for babel-czech | Documentation for babel-czech | 3 | 库 + texlive-babel-danish | texlive | The package provides a language definition, file for use withbabel, which establishes Danish conventions in a document (or asubset of the conventions, if Danish is not the main languageof the document). | Babel contributed support for Danish | 3 | 工具 + texlive-babel-danish-doc | texlive | Documentation for babel-danish | Documentation for babel-danish | 3 | 工具 + texlive-babel-doc | texlive | Documentation for babel | Documentation for babel | 3 | 库 + texlive-babel-dutch | texlive | The package provides a language definition, file for use withbabel, which establishes Dutch conventions in a document (or asubset of the conventions, if Dutch is not the main language ofthe document). | Babel contributed support for Dutch | 3 | 工具 + texlive-babel-dutch-doc | texlive | Documentation for babel-dutch | Documentation for babel-dutch | 3 | 库 + texlive-babel-english | texlive | The package provides the language definition file for supportof English in babel. Care is taken to select britishhyphenation patterns for British English and Australian text,and default ('american') patterns for Canadian and USA text. | Babel support for English | 3 | 工具 + texlive-babel-english-doc | texlive | Documentation for babel-english | Documentation for babel-english | 3 | 库 + texlive-babel-esperanto | texlive | The package provides the language definition file for supportof Esperanto in babel. Some shortcuts are defined, as well astranslations to Esperanto of standard "LaTeX names". | Babel support for Esperanto | 3 | 工具 + texlive-babel-esperanto-doc | texlive | Documentation for babel-esperanto | Documentation for babel-esperanto | 3 | 库 + texlive-babel-estonian | texlive | The package provides the language definition file for supportof Estonian in babel. Some shortcuts are defined, as well astranslations to Estonian of standard "LaTeX names". | Babel support for Estonian | 3 | 工具 + texlive-babel-estonian-doc | texlive | Documentation for babel-estonian | Documentation for babel-estonian | 3 | 工具 + texlive-babel-finnish | texlive | babel-finnish package | babel-finnish package | 3 | 工具 + texlive-babel-finnish-doc | texlive | Documentation for babel-finnish | Documentation for babel-finnish | 3 | 库 + texlive-babel-french | texlive | The package, formerly known as frenchb, establishes Frenchconventions in a document (or a subset of the conventions, ifFrench is not the main language of the document). | Babel contributed support for French | 3 | 工具 + texlive-babel-french-doc | texlive | Documentation for babel-french | Documentation for babel-french | 3 | 库 + texlive-babel-friulan | texlive | The package provides a language description file that enablessupport of Friulan either with babel or with polyglossia. | Babel/Polyglossia support for Friulan(Furlan) | 3 | 工具 + texlive-babel-friulan-doc | texlive | Documentation for babel-friulan | Documentation for babel-friulan | 3 | 库 + texlive-babel-galician | texlive | babel-galician package | babel-galician package | 3 | 工具 + texlive-babel-galician-doc | texlive | Documentation for babel-galician | Documentation for babel-galician | 3 | 工具 + texlive-babel-georgian | texlive | The package provides support for use of Babel in documentswritten in Georgian. The package is adapted for use both under'traditional' TeX engines, and under XeTeX and LuaTeX. | Babel support for Georgian | 3 | 工具 + texlive-babel-georgian-doc | texlive | Documentation for babel-georgian | Documentation for babel-georgian | 3 | 库 + texlive-babel-german | texlive | The package defines LaTeX support, within the Babel package, ofGerman (including its Austrian dialect), in both 'old' and'new' orthographies. | Babel support for documents written in German | 3 | 工具 + texlive-babel-german-doc | texlive | Documentation for babel-german | Documentation for babel-german | 3 | 库 + texlive-babel-greek | texlive | The file provides modes for monotonic (single-diacritic) andpolytonic (multiple-diacritic) modes of writing. Provision ismade for Greek function names in mathematics, and for classical-era symbols. | Babel support for documents written in Greek | 3 | 工具 + texlive-babel-greek-doc | texlive | Documentation for babel-greek | Documentation for babel-greek | 3 | 库 + texlive-babel-hebrew | texlive | The package provides the language definition file for supportof Hebrew in babel. Macros to control the use of text directioncontrol of TeX--XeT and e-TeX are provided (and may be usedelsewhere). Some shortcuts are defined, as well as translationsto Hebrew of standard "LaTeX names". | Babel support for Hebrew | 3 | 工具 + texlive-babel-hebrew-doc | texlive | Documentation for babel-hebrew | Documentation for babel-hebrew | 3 | 库 + texlive-babel-hungarian | texlive | The package provides a language definition file that enablessupport of Magyar (Hungarian) with babel. | Babel support for Hungarian (Magyar) | 3 | 工具 + texlive-babel-hungarian-doc | texlive | Documentation for babel-hungarian | Documentation for babel-hungarian | 3 | 库 + texlive-babel-icelandic | texlive | The package provides the language definition file for supportof Icelandic in babel. Some shortcuts are defined, as well astranslations to Icelandic of standard "LaTeX names". | Babel support for Icelandic | 3 | 工具 + texlive-babel-icelandic-doc | texlive | Documentation for babel-icelandic | Documentation for babel-icelandic | 3 | 工具 + texlive-babel-indonesian | texlive | Support for Indonesian within babel. | Support for Indonesian within babel | 3 | 工具 + texlive-babel-indonesian-doc | texlive | Documentation for babel-indonesian. | Documentation for babel-indonesian | 3 | 库 + texlive-babel-interlingua | texlive | The package provides the language definition file for supportof Interlingua in babel. Translations to Interlingua ofstandard "LaTeX names" (no shortcuts are provided). Interlinguaitself is an auxiliary language, built from the commonvocabulary of Spanish/Portuguese, English, Italian and French,with some normalisation of spelling. | Babel support for Interlingua | 3 | 工具 + texlive-babel-interlingua-doc | texlive | Documentation for babel-interlingua | Documentation for babel-interlingua | 3 | 库 + texlive-babel-irish | texlive | The package provides the language definition file for supportof Irish Gaelic in babel. The principal content is translationsto Irish of standard "LaTeX names". (No shortcuts are defined.) | Babel support for Irish | 3 | 工具 + texlive-babel-irish-doc | texlive | Documentation for babel-irish | Documentation for babel-irish | 3 | 工具 + texlive-babel-italian | texlive | The package provides language definitions for use in babel. | Babel support for Italian text | 3 | 工具 + texlive-babel-italian-doc | texlive | Documentation for babel-italian | Documentation for babel-italian | 3 | 工具 + texlive-babel-japanese | texlive | This package provides a japanese option for the babel package.It defines all the language definition macros in Japanese.Currently this package works with pLaTeX, upLaTeX, XeLaTeX andLuaLaTeX. | Babel support for Japanes | 3 | 工具 + texlive-babel-kurmanji | texlive | The package provides the language definition file for supportof Kurmanji in babel. Kurmanji belongs to the family of Kurdishlanguages. Some shortcuts are defined, as well as translationsto Kurmanji of standard "LaTeX names". Note that the package isdealing with 'Northern' Kurdish, written using a Latin-basedalphabet. The arabxetex package offers support for Kurdishwritten in Arabic script. | Babel support for Kurmanji | 3 | 工具 + texlive-babel-kurmanji-doc | texlive | Documentation for babel-kurmanji | Documentation for babel-kurmanji | 3 | 库 + texlive-babel-latin | texlive | The babel-latin package provides the babel languages latin,classiclatin, medievallatin, and ecclesiasticlatin. It alsodefines several useful shorthands as well as some modifiers fortypographical fine-tuning. | Babel support for Latin | 3 | 工具 + texlive-babel-latin-doc | texlive | Documentation for babel-latin | Documentation for babel-latin | 3 | 库 + texlive-babel-latvian | texlive | The package provides the language definition file for supportof Latvian in babel. | Babel support for Latvian | 3 | 工具 + texlive-babel-latvian-doc | texlive | Documentation for babel-latvian | Documentation for babel-latvian | 3 | 工具 + texlive-babel-macedonian | texlive | The package provides support for Macedonian documents writtenin Cyrillic, in babel. | Babel module to support Macedonian Cyrillic | 3 | 库 + texlive-babel-macedonian-doc | texlive | Documentation for babel-macedonian | doc files of babel-macedonian | 3 | 工具 + texlive-babel-malay | texlive | Support for Malay within babel. | Support for Malay within babel | 3 | 工具 + texlive-babel-malay-doc | texlive | Documentation for babel-malay. | Documentation for babel-malay | 3 | 库 + texlive-babel-norsk | texlive | The package provides the language definition file for supportof Norwegian in babel. Some shortcuts are defined, as well astranslations to Norsk of standard "LaTeX names". | Babel support for Norwegian | 3 | 工具 + texlive-babel-norsk-doc | texlive | Documentation for babel-norsk | Documentation for babel-norsk | 3 | 库 + texlive-babel-occitan | texlive | Occitan language description file with usage instructions. | Babel support for Occitan | 3 | 库 + texlive-babel-occitan-doc | texlive | Documentation for babel-occitan | doc files of babel-occitan | 3 | 库 + texlive-babel-piedmontese | texlive | The package provides the language definition file for supportof Piedmontese in babel. Some shortcuts are defined, as well astranslations to Piedmontese of standard "LaTeX names". | Babel support for Piedmontese | 3 | 工具 + texlive-babel-piedmontese-doc | texlive | Documentation for babel-piedmontese | Documentation for babel-piedmontese | 3 | 库 + texlive-babel-polish | texlive | The package provides the language definition file for supportof Polish in babel. Some shortcuts are defined, as well astranslations to Polish of standard "LaTeX names". | Babel support for Polish | 3 | 工具 + texlive-babel-polish-doc | texlive | Documentation for babel-polish | Documentation for babel-polish | 3 | 库 + texlive-babel-portuges | texlive | The package provides the language definition file for supportof Portuguese and Brazilian Portuguese in babel. Some shortcutsare defined, as well as translations to Portuguese of standard"LaTeX names". | Babel support for Portuges | 3 | 工具 + texlive-babel-portuges-doc | texlive | Documentation for babel-portuges | Documentation for babel-portuges | 3 | 工具 + texlive-babel-romanian | texlive | The package provides the language definition file for supportof Romanian in babel. Translations to Romanian of standard"LaTeX names" are provided. | Babel support for Romanian | 3 | 工具 + texlive-babel-romanian-doc | texlive | Documentation for babel-romanian | Documentation for babel-romanian | 3 | 库 + texlive-babel-romansh | texlive | The package provides a language description file that enablessupport of Romansh either with babel or with polyglossia. | Babel/Polyglossia support for the Romansh language | 3 | 工具 + texlive-babel-romansh-doc | texlive | Documentation for babel-romansh | Documentation for babel-romansh | 3 | 工具 + texlive-babel-russian | texlive | The package provides support for use of Babel in documentswritten in Russian (in both "traditional" and modern forms).The support is adapted for use both under 'traditional' TeXengines, and under XeTeX and LuaTeX. | Russian language module for Babel | 3 | 工具 + texlive-babel-russian-doc | texlive | Documentation for babel-russian | Documentation for babel-russian | 3 | 工具 + texlive-babel-samin | texlive | The package provides the language definition file for supportof North Sami in babel. (Several Sami dialects/languages arespoken in Finland, Norway, Sweden and on the Kola Peninsula ofRussia). Not all use the same alphabet, and no attempt is madeto support any other than North Sami here. Some shortcuts aredefined, as well as translations to Norsk of standard "LaTeXnames". | Babel support for Samin | 3 | 工具 + texlive-babel-samin-doc | texlive | Documentation for babel-samin | Documentation for babel-samin | 3 | 库 + texlive-babel-scottish | texlive | The package provides the language definition file for supportof Gaidhlig (Scottish Gaelic) in babel. Some shortcuts aredefined, as well as translations of standard "LaTeX names". | Babel support for Scottish Gaelic | 3 | 工具 + texlive-babel-scottish-doc | texlive | Documentation for babel-scottish | Documentation for babel-scottish | 3 | 库 + texlive-babel-serbian | texlive | The package provides support for Serbian documents written inLatin, in babel. | babel-serbian package | 3 | 工具 + texlive-babel-serbianc | texlive | The package provides support for Serbian documents written inCyrillic, in babel. | Babel module to support Serbian Cyrillic | 3 | 库 + texlive-babel-serbianc-doc | texlive | Documentation for babel-serbianc | Documentation for babel-serbianc | 3 | 工具 + texlive-babel-serbian-doc | texlive | Documentation for babel-serbian | Documentation for babel-serbian | 3 | 工具 + texlive-babel-slovak | texlive | The package provides the language definition file for supportof Slovak in babel, including Slovak variants of LaTeX built-in-names. Shortcuts are also defined. | Babel support for typesetting Slovak | 3 | 工具 + texlive-babel-slovak-doc | texlive | Documentation for babel-slovak | Documentation for babel-slovak | 3 | 库 + texlive-babel-slovenian | texlive | The package provides the language definition file for supportof Slovenian in babel. Several shortcuts are defined, as wellas translations to Slovenian of standard "LaTeX names". | Babel support for typesetting Slovenian | 3 | 工具 + texlive-babel-slovenian-doc | texlive | Documentation for babel-slovenian | Documentation for babel-slovenian | 3 | 库 + texlive-babel-sorbian | texlive | The package provides language definitions file for support ofboth Upper and Lower Sorbian, in babel. Some shortcuts aredefined, as well as translations to the relevant language ofstandard "LaTeX names". | Babel support for Upper and Lower Sorbian | 3 | 工具 + texlive-babel-sorbian-doc | texlive | Documentation for babel-sorbian | Documentation for babel-sorbian | 3 | 库 + texlive-babel-spanish | texlive | This bundle provides the means to typeset Spanish text, withthe support provided by the LaTeX standard package babel. Notethat separate support is provided for those who wish to typesetSpanish as written in Mexico. | Babel support for Spanish | 3 | 工具 + texlive-babel-spanish-doc | texlive | Documentation for babel-spanish | Documentation for babel-spanish | 3 | 工具 + texlive-babel-swedish | texlive | The package provides the language definition file for Swedish. | Babel support for typesetting Swedish | 3 | 工具 + texlive-babel-swedish-doc | texlive | Documentation for babel-swedish | Documentation for babel-swedish | 3 | 工具 + texlive-babel-thai | texlive | The package provides support for typesetting Thai text. withinthe babel system. | Support for Thai within babel | 3 | 工具 + texlive-babel-thai-doc | texlive | Documentation for babel-thai | Documentation for babel-thai | 3 | 库 + texlive-babel-turkish | texlive | The package provides support, within babel, of the Turkishlanguage. | Babel support for Turkish documents | 3 | 工具 + texlive-babel-turkish-doc | texlive | Documentation for babel-turkish | Documentation for babel-turkish | 3 | 库 + texlive-babel-ukrainian | texlive | The package provides support for use of babel in documentswritten in Ukrainian. The support is adapted for use underlegacy TeX engines as well as XeTeX and LuaTeX. | Babel support for Ukrainian | 3 | 工具 + texlive-babel-ukrainian-doc | texlive | Documentation for babel-ukrainian | Documentation for babel-ukrainian | 3 | 工具 + texlive-babel-vietnamese | texlive | The package provides the language definition file for supportof Vietnamese in babel. | Babel support for typesetting Vietnamese | 3 | 工具 + texlive-babel-vietnamese-doc | texlive | Documentation for babel-vietnamese | doc files of babel-vietnamese | 3 | 库 + texlive-babel-welsh | texlive | The package provides the language definition file for Welsh.(Mostly Welsh-language versions of the standard names in aLaTeX file.) | Babel support for Welsh | 3 | 工具 + texlive-babel-welsh-doc | texlive | Documentation for babel-welsh | Documentation for babel-welsh | 3 | 工具 + texlive-background | texlive | The package offers the placement of background material on thepages of a document. The user can control many aspects(contents, position, color, opacity) of the background materialthat will be displayed; all placement and attribute settingsare controlled by setting key values. The package makes use ofthe everypage package, and uses pgf/tikz for attribute control. | Placement of background material on pages of a document | 3 | 工具 + texlive-background-doc | texlive | Documentation for background | Documentation for background | 3 | 库 + texlive-backnaur | texlive | The package typesets Backus-Naur Form (BNF) definitions. Itcreates aligned lists of productions, with numbers if required.It can also print in-line BNF expressions using math mode. | Typeset Backus Naur Form definitions | 3 | 工具 + texlive-backnaur-doc | texlive | Documentation for backnaur | Documentation for backnaur | 3 | 库 + texlive-baekmuk | texlive | This bundle consists of four Korean fonts: batang.ttf: serifdotum.ttf: sans-serif gulim.ttf: sans-serif (rounded)hline.ttf: headline These fonts were originally retrieved fromhttp://kldp.net/baekmuk/ and are no longer maintained. | Baekmuk Korean TrueType fonts | 3 | 工具 + texlive-bagpipe | texlive | Typesetting bagpipe music in MusixTeX is needlessly tedious.This package provides specialized and re-defined macros tosimplify this task. | Support for typesetting bagpipe music | 3 | 工具 + texlive-bagpipe-doc | texlive | Documentation for bagpipe | Documentation for bagpipe | 3 | 库 + texlive-bangla | texlive | This package provides all the necessary LaTeX frontends for theBangla language and comes with some fonts of its own. | A comprehensive Bangla LaTeX package | 3 | 工具 + texlive-bangorcsthesis | texlive | The class typesets thesis/dissertation documents for all levels(i.e., both undergraduate and graduate students may use theclass). It also provides macros designed to optimise theprocess of producing a thesis. | Typeset a thesis at Bangor University | 3 | 工具 + texlive-bangorcsthesis-doc | texlive | Documentation for bangorcsthesis | Documentation for bangorcsthesis | 3 | 库 + texlive-bangorexam | texlive | The package allows typesetting of Bangor Univesity's examstyle. It currently supports a standard A/B choice, A-onlycompulsory and 'n' from 'm' exam styles. Marks are totalled andchecked automatically. | Typeset an examination at Bangor University | 3 | 工具 + texlive-bangtex | texlive | The bundle provides class files for writing Bangla and Assamesewith LaTeX, and Metafont sources for fonts. | Writing Bangla and Assamese with LaTeX | 3 | 工具 + texlive-bangtex-doc | texlive | Documentation for bangtex | Documentation for bangtex | 3 | 库 + texlive-bankstatement | texlive | More and more banks allow their customers to download postingrecords in various formats. By using the bankstatement class,you can create bank statements, as long as a csv format isavailable. At the moment, the csv-mt940 and csv-camt formats --used by many german Sparkassen -- are supported. You can quiteeasily add support for other csv formats. Simply define theorder of the keys in the csv data file and how to use them. Theterminology in this class -- such as BIC (Business IdentifierCode) or IBAN (International Bank Account Number) -- is basedon usage in the SEPA (Single Euro Payments Area). The user mayadjust the terminology to suit local needs. | A LaTeX class for bank statements based on csv data | 3 | 工具 + texlive-bankstatement-doc | texlive | Documentation for bankstatement | Documentation for bankstatement | 3 | 库 + texlive-barcodes | texlive | The package deals with EAN barcodes; Metafont sources for fontsare provided, and a set of examples; for some codes, a smallPerl script is needed. | Fonts for making barcodes | 3 | 库 + texlive-barcodes-doc | texlive | Documentation for barcodes | Documentation for barcodes | 3 | 库 + texlive-bardiag | texlive | The main purpose of the package is to make the drawing of bardiagrams possible and easy in LaTeX. The BarDiag package isinspired by and based on PSTricks. | LateX package for drawing bar diagrams | 3 | 工具 + texlive-bardiag-doc | texlive | Documentation for bardiag | Documentation for bardiag | 3 | 库 + texlive-barr | texlive | Diagxy is a general diagramming package, useful for diagrams ina number of mathematical disciplines. Diagxy is a developmentof an earlier (successful) package to use the facilities of thexypic bundle. | Diagram macros by Michael Barr | 3 | 库 + texlive-barracuda | texlive | The barracuda library is a modular Lua package for drawingbarcode symbols. It provides modules for writing barcodes froma LuaTeX document. It is also possible to use Barracuda with astandalone Lua interpreter to draw barcodes in differentgraphic formats like SVG. | Draw barcodes with Lua | 3 | 库 + texlive-barr-doc | texlive | Documentation for barr | Documentation for barr | 3 | 库 + texlive-bartel-chess-fonts | texlive | The fonts are provided as Metafont source. | A set of fonts supporting chess diagrams | 3 | 工具 + texlive-bartel-chess-fonts-doc | texlive | Documentation for bartel-chess-fonts | Documentation for bartel-chess-fonts | 3 | 工具 + texlive-base | texlive-base | The TeX Live software distribution offers a complete TeX system for avariety of Unix, Macintosh, Windows and other platforms. Itencompasses programs for editing, typesetting, previewing and printingof TeX documents in many different languages, and a large collectionof TeX macros and font libraries.The distribution includes extensive general documentation about TeX,as well as the documentation for the included software packages. | TeX formatting system | 3 | 工具 + texlive-bashful | texlive | The package makes it possible to execute Unix bash shellscripts from within LaTeX. The main application is in writingcomputer-science texts, in which you want to make sure theprograms listed in the document are executed directly from theinput. The package may use other Unix shells than bash, butdoes not work without modification in a Windows environment.The package requires the -shell-escape flag when LaTeX isprocessing your document. | Invoke bash commands from within LaTeX | 3 | 工具 + texlive-bashful-doc | texlive | Documentation for bashful | Documentation for bashful | 3 | 库 + texlive-basicarith | texlive | The package provides macros for typesetting basic arithmetic,in the style typically found in textbooks. It focuses on theAmerican style of performing these algorithms. It is writtenmostly in low-level TeX, with the goal that it should run ineither plain TeX or LaTeX, but there are two constructions thatcurrently prevent this. It is highly configurable, with macrosand lengths described in the documentation. | Macros for typesetting basic arithmetic | 3 | 工具 + texlive-basicarith-doc | texlive | Documentation for basicarith | Documentation for basicarith | 3 | 库 + texlive-baskervald | texlive | Baskervald ADF is a serif family with lining figures designedas a substitute for Baskerville. The family currently includesupright and italic or oblique shapes in each of regular, boldand heavy weights. All fonts include the slashed zero andadditional non-standard ligatures. The support package renamesthem according to the Karl Berry fontname scheme and definestwo families. One of these primarily provides access to the"standard" or default characters while the other supportsadditional ligatures. The included package files provide accessto these features in LaTeX. | Baskervald ADF fonts collection with TeX/LaTeX support | 3 | 工具 + texlive-baskervald-doc | texlive | Documentation for baskervald | Documentation for baskervald | 3 | 工具 + texlive-baskervaldx | texlive | Extends and modifies the BaskervaldADF font (a Baskervillesubstitute) with more accented glyphs, with small caps andoldstyle figures in all shapes. Includes OpenType andPostScript fonts, as well as LaTeX support files. | Extension and modification of BaskervaldADF with LaTeX support | 3 | 工具 + texlive-baskervaldx-doc | texlive | Documentation for baskervaldx | Documentation for baskervaldx | 3 | 库 + texlive-baskervillef | texlive | BaskervilleF is a fork from the Libre Baskerville fonts (Roman,Italic, Bold only) released under the OFL by Paolo Impallariand Rodrigo Fuenzalida. Their fonts are optimized for webusage, while BaskervilleF is optimized for traditional TeXusage, normally destined for production of pdf files. A bolditalic style was added and mathematical support is offered asan option to newtxmath. | Fry's Baskerville look-alike, with math support | 3 | 工具 + texlive-basque-book | texlive | The class is derived from the LaTeX book class. The extensionssolve grammatical and numeration issues that occur when book-type documents are written in Basque. The class is useful forwriting books, PhD and Master Theses, etc., in Basque. | Class for book-type documents written in Basque | 3 | 工具 + texlive-basque-book-doc | texlive | Documentation for basque-book | Documentation for basque-book | 3 | 库 + texlive-basque-date | texlive | The package provides two LaTeX commands to print the currentdate in Basque according to the correct forms ruled by TheBasque Language Academy (Euskaltzaindia). The commandsautomatically solve the complex declination issues of numbersin Basque. | Print the date in Basque | 3 | 工具 + texlive-basque-date-doc | texlive | Documentation for basque-date | Documentation for basque-date | 3 | 工具 + texlive-bath-bst | texlive | This package provides a BibTeX style to format reference listsin the Harvard style recommended by the University of BathLibrary. It should be used in conjunction with natbib forcitations. | Harvard referencing style as recommended by the University of Bath Library | 3 | 工具 + texlive-bbcard | texlive | Three jiffy packages for creating cards of various sorts withMetaPost. | Bullshit bingo, calendar and baseball-score cards | 3 | 工具 + texlive-bbcard-doc | texlive | Documentation for bbcard | Documentation for bbcard | 3 | 库 + texlive-bbding | texlive | A symbol font (distributed as Metafont source) that containsmany of the symbols of the Zapf dingbats set, together with anNFSS interface for using the font. An Adobe Type 1 version ofthe fonts is available in the niceframe fonts bundle. | A symbol (dingbat) font and LaTeX macros for its use | 3 | 工具 + texlive-bbding-doc | texlive | Documentation for bbding | Documentation for bbding | 3 | 库 + texlive-bbm | texlive | Blackboard variants of Computer Modern fonts. The fonts aredistributed as Metafont source (only); LaTeX support isavailable with the bbm-macros package. The Sauter font packagehas Metafont parameter source files for building the fonts atmore sizes than you could reasonably imagine. A sample of thesefonts appears in the blackboard bold sampler. | "Blackboard-style" cm fonts | 3 | 工具 + texlive-bbm-doc | texlive | Documentation for bbm | Documentation for bbm | 3 | 库 + texlive-bbm-macros | texlive | Provides LaTeX support for Blackboard variants of ComputerModern fonts. Declares a font family bbm so you can inprinciple write running text in blackboard bold, and lots ofmath alphabets for using the fonts within maths. | LaTeX support for "blackboard-style" cm fonts | 3 | 工具 + texlive-bbm-macros-doc | texlive | Documentation for bbm-macros | Documentation for bbm-macros | 3 | 库 + texlive-bbold | texlive | A geometric sans serif blackboard bold font, for use inmathematics; Metafont sources are provided, as well as macrosfor use with LaTeX. The Sauter font package has Metafontparameter source files for building the fonts at more sizesthan you could reasonably imagine. See the blackboard samplerfor a feel for the font's appearance. | Sans serif blackboard bold | 3 | 工具 + texlive-bbold-doc | texlive | Documentation for bbold | Documentation for bbold | 3 | 库 + texlive-bbold-type1 | texlive | The files offer an Adobe Type 1 format version of the 5pt, 7ptand 10pt versions of the bbold fonts. The distribution alsoincludes a map file, for use when incorporating the fonts intoTeX documents; the macros provided with the original Metafontversion of the font serve for the scaleable version, too. Thefonts were produced to be part of the TeX distribution fromY&Y; they were generously donated to the TeX Users Group whenY&Y closed its doors as a business. | An Adobe Type 1 format version of the bbold font | 3 | 工具 + texlive-bbold-type1-doc | texlive | Documentation for bbold-type1 | Documentation for bbold-type1 | 3 | 库 + texlive-bboldx | texlive | Extension of bbold to a package with three weights, of whichthe original is considered as light and the additions asregular and bold. | Extension of the bbold package with a Blackboard Bold alphabet | 3 | 工具 + texlive-bchart | texlive | The package provides horizontal bar charts, drawn using TikZ ona numeric X-axis. The focus of the package is simplicity andaesthetics. | Draw simple bar charts in LaTeX | 3 | 工具 + texlive-bchart-doc | texlive | Documentation for bchart | Documentation for bchart | 3 | 库 + texlive-bclogo | texlive | The package facilitates the creation of colorful boxes with atitle and logo. It may use either tikz or PSTricks as graphicsengine. | Creating colourful boxes with logos | 3 | 工具 + texlive-bclogo-doc | texlive | Documentation for bclogo | Documentation for bclogo | 3 | 库 + texlive-beamer | texlive | The beamer LaTeX class can be used for producing slides. Theclass works in both PostScript and direct PDF output modes,using the pgf graphics system for visual effects. Content iscreated in the frame environment, and each frame can be made upof a number of slides using a simple notation for specifyingmaterial to appear on each slide within a frame. Short versionsof title, authors, institute can also be specified as optionalparameters. Whole frame graphics are supported by plain frames.The class supports figure and table environments, transparencyeffects, varying slide transitions and animations. Beamer alsoprovides compatibility with other packages like prosper. Thepackage now incorporates the functionality of the formertranslator package, which is used for customising the packagefor use in other language environments. Beamer depends on thefollowing other packages: atbegshi, etoolbox, hyperref, ifpdf,pgf, and translator. | A LaTeX class for producing presentations and slides | 3 | 工具 + texlive-beamer2thesis | texlive | The package specifies a beamer theme for presenting a thesis. | Thesis presentations using beamer | 3 | 工具 + texlive-beamer2thesis-doc | texlive | Documentation for beamer2thesis | Documentation for beamer2thesis | 3 | 库 + texlive-beamerappendixnote | texlive | This package introduces the \appxnote command, which puts thenote's content on a separate beamer frame shown by the command\printappxnotes. It also creates interactive buttons to moveback and forth between the two frames. | Create notes on appendix frames in beamer | 3 | 工具 + texlive-beameraudience | texlive | The Beamer Audience package provides macros to easily assembleframes according to different audiences. It enables to pick upthe frames for a specific audience while leaving their orderaccording to a logical structure in the LaTeX source. | Assembling beamer frames according to audience | 3 | 工具 + texlive-beameraudience-doc | texlive | Documentation for beameraudience | Documentation for beameraudience | 3 | 库 + texlive-beamerauxtheme | texlive | This bundle provides a collection of inner and outer themes assupplements to the default themes in the beamer distribution.These themes can be used in combination with existing inner,outer, and color themes. | Supplementary outer and inner themes for beamer | 3 | 工具 + texlive-beamercolorthemeowl | texlive | This package provides a flexible dark or light colour themedesigned for maximum readability in environments where mostthemes fall flat. Main features: Dark color theme forpresenting in low-light conditions. Optional light color themefor presenting in bright ambient light. Redefines color names"red", "green", "blue", "yellow" to values that are visiblewhen displayed by certain projectors, particularly those with avery bright green channel and dim red and blue channels. Thisbehaviour can be optionally disabled, with the provided coloursalso available as "OwlRed", "OwlGreen", etc. | A flexible beamer color theme to maximize visibility | 3 | 工具 + texlive-beamercolorthemeowl-doc | texlive | Documentation for beamercolorthemeowl | doc files of beamercolorthemeowl | 3 | 库 + texlive-beamerdarkthemes | texlive | A package with three dark color themes for beamer, designed forpresentations with pictures and/or for bright rooms withoutscreen. These themes mix one dominant foreground colour and ablack background. Cormorant stands for green, frigatebird forred and magpie for blue. | Dark color themes for beamer | 3 | 工具 + texlive-beamerdarkthemes-doc | texlive | Documentation for beamerdarkthemes | Documentation for beamerdarkthemes | 3 | 库 + texlive-beamer-doc | texlive | Documentation for beamer | Documentation for beamer | 3 | 库 + texlive-beamer-fuberlin | texlive | The bundle provides a beamer-derived class and a theme stylefile for the corporate design of the Free University in Berlin.Users may use the class itself (FUbeamer) or use the theme inthe usual way with \usetheme{BerlinFU}. Examples of using boththe class and the theme are provided; the PDF is visuallyidentical, so the catalogue only lists one; the sources of theexamples do of course differ. | Beamer, using the style of FU Berlin | 3 | 工具 + texlive-beamerposter | texlive | The package enables the user to use beamer style operations ona canvas of the sizes provided by a0poster; font scaling isavailable (using packages such as type1cm if necessary). Inaddition, the package allows the user to benefit from the nicecolour box handling and alignment provided by the beamer class(for example, with rounded corners and shadows). Good lookingposters may be created very rapidly. Features include: scalablefonts using the fp and type1cm packages; posters in A-seriessizes, and custom sizes like double A0 are possible; stillapplicable to custom beamer slides, e.g. 16:9 slides for a wide-screen (i.e. 1.78 aspect ratio); orientation may be portrait orlandscape; a 'debug mode' is provided. | Extend beamer and a0poster for custom sized posters | 3 | 工具 + texlive-beamerposter-doc | texlive | Documentation for beamerposter | Documentation for beamerposter | 3 | 库 + texlive-beamer-rl | texlive | This package provides patches of some beamer templates andcommands for presentation from right to left. It requires Babelwith the LuaLaTeX engine. | Right to left presentation with beamer and babel | 3 | 工具 + texlive-beamersubframe | texlive | The package provides a method to reorder frames in the PDF filewithout reordering the source. Its principal use is to embed orappend frames with details on some subject. The authordescribes the package as "experimental". | Reorder frames in the PDF file | 3 | 工具 + texlive-beamersubframe-doc | texlive | Documentation for beamersubframe | Documentation for beamersubframe | 3 | 库 + texlive-beamerswitch | texlive | This class is a wrapper around the beamer class to make iteasier to use the same document to generate the different formsof the presentation: the slides themselves, an abbreviatedslide set for transparencies or online reference, an n-uphandout version (various layouts are provided), and atranscript or set of notes using the article class. The classprovides a variety of handout layouts, and allows the mode tobe chosen from the command line (without changing the documentitself). | Convenient mode selection in Beamer documents | 3 | 工具 + texlive-beamerthemeamurmaple | texlive | This Beamer theme is a suitable theme for my use of Beamer inapplied mathematics research. It meets my needs in my work.However, if you like this theme, and if you want to ask for ormake improvements, don't hesitate to write to me! | A new modern beamer theme | 3 | 库 + texlive-beamertheme-arguelles | texlive | Arguelles is a beamer theme that helps you create beautifulpresentations. It aims for simplicity and readability byfollowing best practices of graphic design. The layout iselegant but subtle, so as to keep the audience's attention onyour content. This is brought to life by Alegreya, one of the53 Fonts of the Decade selected by the AssociationTypographique Internationale (2011). | Simple, typographic beamer theme | 3 | 工具 + texlive-beamertheme-cuerna | texlive | The package contains a theme for Beamer which is referenced as"Cuerna" inside beamer and has four basic colour themes. Thetitle page shows rectangles that represent the Fibonaccisequence, and spiral is drawn on top of the rectangles. Besidesthat the rest of the graphic elements in the slides are scarceto keep it clean. | A beamer theme with 4 colour palettes | 3 | 工具 + texlive-beamertheme-detlevcm | texlive | The bundle provides a simple theme that has been used in theauthor's department. | A beamer theme designed for use in the University of Leeds | 3 | 工具 + texlive-beamertheme-detlevcm-doc | texlive | Documentation for beamertheme-detlevcm | doc files of beamertheme-detlevcm | 3 | 库 + texlive-beamertheme-epyt | texlive | This package provides a simple but nice theme for Beamer, withthe following features: simple structure: with page numbers atfooter, no head bar and side bar simple templates: displayingtheorems with traditional inline style simple colors: usingonly several foreground and background colors | A simple and clean theme for LaTeX beamer class | 3 | 工具 + texlive-beamertheme-epyt-doc | texlive | Documentation for beamertheme-epyt | doc files of beamertheme-epyt | 3 | 库 + texlive-beamertheme-focus | texlive | A presentation theme for LaTeX Beamer that aims at a clean andminimalist design, so to minimize distractions and put thefocus directly on the content. | A minimalist presentation theme for LaTeX Beamer | 3 | 工具 + texlive-beamerthemejltree | texlive | A theme for beamer presentations. | Contributed beamer theme | 3 | 工具 + texlive-beamerthemelalic | texlive | This package provides the beamer theme for LALIC (Laboratoriode Linguistica e Inteligencia Computacional of the FederalUniversity of Sao Carlos, Brazil). | A beamer theme for LALIC | 3 | 工具 + texlive-beamertheme-light | texlive | The LaTeX package beamertheme-light provides an aesthetic andminimal beamer style by redefining colors and fonts. | A minimal beamer style | 3 | 工具 + texlive-beamertheme-metropolis | texlive | The package provides a simple, modern Beamer theme for anyoneto use. It tries to minimize noise and maximize space forcontent. | A modern LaTeX beamer theme | 3 | 工具 + texlive-beamertheme-metropolis-doc | texlive | Documentation for beamertheme-metropolis | doc files of beamertheme-metropolis | 3 | 库 + texlive-beamerthemenirma | texlive | The package developed for academic purposes. The distributionincludes nothing more than style file needed for preparingpresentations. | A Beamer theme for academic presentations | 3 | 工具 + texlive-beamerthemenirma-doc | texlive | Documentation for beamerthemenirma | Documentation for beamerthemenirma | 3 | 库 + texlive-beamerthemenord | texlive | This package provides a simple beamer theme using the Nordcolor theme. | A simple beamer theme using the "Nord" color theme | 3 | 服务 + texlive-beamertheme-npbt | texlive | "NPBT" stands for "Norman's Pandoc Beamer Themes". Currentlythe following themes are supported: Sefiroth Consulting: Aprivate (demonstration) theme. FOM: The layout of HochschuleFOM. FOM ifes: The layout of Hochschule FOM, Institut furEmpirie & Statistik. eufom: The layout of eufom. | A collection of LaTeX beamer themes | 3 | 工具 + texlive-beamertheme-phnompenh | texlive | beamertheme-phnompenh package | beamertheme-phnompenh package | 3 | 工具 + texlive-beamertheme-phnompenh-doc | texlive | Documentation for beamertheme-phnompenh | Documentation for beamertheme-phnompenh | 3 | 库 + texlive-beamertheme-pure-minimalistic | texlive | The main features of this minimalistic Beamer theme are: Easilyuse own logos. Customizable. Looks good in a 4:3 and 16:9aspect ratio, without the need to change anything. Provides anenvironment for vertically-spaced items. Provides light anddark mode. Is designed to be purely minimalistic without anydistractions. | A minimalistic presentation theme for LaTeX Beamer | 3 | 工具 + texlive-beamertheme-saintpetersburg | texlive | This minimalistic beamer theme incorporates Saint PetersburgState University colours and fonts. It is suitable for bothpresentations and posters. | A beamer theme that incorporates colours and fonts of Saint Petersburg State University | 3 | 工具 + texlive-beamertheme-simpledarkblue | texlive | This is a simple but nice theme for Beamer. Features: simplestructure: with page numbers in footer, no side bar, simplecolors: using only several foreground and background colors. | Template for a simple presentation | 3 | 工具 + texlive-beamertheme-simpleplus | texlive | This package provides a simple and clean theme for LaTeXBeamer. It can be used for academic and scientificpresentations. | A simple and clean theme for LaTeX beamer | 3 | 工具 + texlive-beamertheme-tcolorbox | texlive | This package provides an inner theme for beamer whichreproduces standard beamer blocks using tcolorboxes. The lookand feel (rounded/sharp corners, shadows and colours) willautomatically adapt to which other themes are loaded. | A beamer inner theme which reproduces standard beamer blocks using tcolorboxes | 3 | 工具 + texlive-beamertheme-trigon | texlive | This package provides a modern, elegant and versatile theme forBeamer, with a high degree of customization. Trigon found itsorigin and inspiration in the graphical guidelines resultingfrom the visual identity overhaul of the University of Liege.Although directly inspired from these guidelines, the theme wasstripped out of any mention or specificities related to theUniversity and its faculties. This makes the Trigon themeperfectly suitable for many different contexts. The finalproduct provides a modern, elegant and versatile theme with ahigh degree of customization. The main design focuses ontriangular shapes for major layout elements and noiseminimization for the main body of the work. The theme'simplementation is heavily inspired from the Metropolis theme.Most options from Metropolis have been ported to Trigon inorder to improve customization and ease-of-use. Trigon alsoincludes different styles and layouts for the main title page,the section page and the default slide background. | A modern, elegant, and versatile theme for Beamer | 3 | 工具 + texlive-beamertheme-upenn-bc | texlive | Beamer themes in the colors of the University of Pennsylvania,USA, and Boston College, USA. Both were tested for thepresentation theme 'Warsaw. Please note that these color themesare neither official nor exact! The colours are approximatedfrom the universities' style guidelines and websites, andslightly modified where necessary to generate an appealinglook. The universities neither endorse, nor provide any supportfor, these color themes. I give no warranty for the code. | Beamer themies for Boston College and the University of Pennsylvania | 3 | 工具 + texlive-beamertheme-upenn-bc-doc | texlive | Documentation for beamertheme-upenn-bc | Documentation for beamertheme-upenn-bc | 3 | 库 + texlive-beamer-tut-pt-doc | texlive | Documentation for beamer-tut-pt | Documentation for beamer-tut-pt | 3 | 库 + texlive-beamer-verona | texlive | This package provides the 'Verona' theme for the beamer classby Till Tantau. | A theme for the beamer class | 3 | 服务 + texlive-beamer-verona-doc | texlive | Documentation for beamer-verona | doc files of beamer-verona | 3 | 库 + texlive-bearwear | texlive | The package offers tools to create shirts for TikZbears fromthe TikZlings package. | Shirts to dress TikZbears | 3 | 工具 + texlive-beaulivre | texlive | This package provides a LaTeX class for typesetting books witha colorful design. Currently, it has native support for Chinese(both simplified and traditional), English, French, German,Japanese and Russian typesetting. It compiles with eitherXeLaTeX or LuaLaTeX. This is part of the colorist class seriesand depends on colorist.sty from the colorist package. Thepackage name "beaulivre" is taken from the French words "beau"(= "beautiful") and "livre" (= "book"). | Write your books in a colorful way | 3 | 工具 + texlive-beebe | texlive | A collection of BibTeX bibliographies on TeX-related topics(including, for example, spell-checking and SGML). Eachincludes a LaTeX wrapper file to typeset the bibliography. | A collection of bibliographies | 3 | 工具 + texlive-begingreek | texlive | This simple package defines a greek environment to be used withpdfLaTeX only, that accepts an optional Greek font family nameto type its contents with. A similar \greektxt command does asimilar action for shorter texts. | Greek environment to be used with pdflatex only | 3 | 工具 + texlive-begingreek-doc | texlive | Documentation for begingreek | Documentation for begingreek | 3 | 库 + texlive-begriff | texlive | The package defines maths mode commands for typesetting Frege'sBegriffschrift. | Typeset Begriffschrift | 3 | 工具 + texlive-begriff-doc | texlive | Documentation for begriff | Documentation for begriff | 3 | 库 + texlive-beilstein | texlive | The package provides a LaTeX class file and a BibTeX style filein accordance with the requirements of submissions to the``Beilstein Journal of Nanotechnology''. Although the files canbe used for any kind of document, they have only been designedand tested to be suitable for submissions to the BeilsteinJournal of Nanotechnology. | Support for submissions to the "Beilstein Journal of Nanotechnology" | 3 | 工具 + texlive-belleek | texlive | This package replaces the original MathTime fonts, not MathTime-Plus or MathTime Professional (the last being the onlycurrently available commercial bundle). | Free replacement for basic MathTime fonts | 3 | 工具 + texlive-belleek-doc | texlive | Documentation for belleek | Documentation for belleek | 3 | 库 + texlive-bengali | texlive | The package is based on Velthuis' transliteration scheme, withextensions to deal with the Bengali letters that are not inDevanagari. The package also supports Assamese. | Support for the Bengali language | 3 | 工具 + texlive-bengali-doc | texlive | Documentation for bengali | Documentation for bengali | 3 | 库 + texlive-bera | texlive | The package contains the Bera Type 1 fonts, and a zip archivecontaining files to use the fonts with LaTeX. Bera is a set ofthree font families: Bera Serif (a slab-serif Roman), Bera Sans(a Frutiger descendant), and Bera Mono (monospaced/typewriter).Support for use in LaTeX is also provided. The Bera family is arepackaging, for use with TeX, of the Bitstream Vera family. | Bera fonts | 3 | 工具 + texlive-bera-doc | texlive | Documentation for bera | Documentation for bera | 3 | 库 + texlive-berenisadf | texlive | The bundle provides the BerenisADF Pro font collection, inOpenType and PostScript Type 1 formats, together with supportfiles to use the fonts in TeXnANSI (LY1) and LaTeX standard T1and TS1 encodings. | Berenis ADF fonts and TeX/LaTeX support | 3 | 工具 + texlive-berenisadf-doc | texlive | Documentation for berenisadf | Documentation for berenisadf | 3 | 库 + texlive-besjournals | texlive | besjournals package | besjournals package | 3 | 工具 + texlive-besjournals-doc | texlive | Documentation for besjournals | Documentation for besjournals | 3 | 工具 + texlive-bestpapers | texlive | Many people preparing their resumes find the requirement"please list five (or six, or ten) papers authored by you". Thesame requirement is often stated for reports prepared byprofessional teams. The creation of such lists may be acumbersome task. Even more difficult is it to support suchlists over the time, when new papers are added. The BibTeXstyle bestpapers.bst is intended to facilitate this task. It isbased on the idea that it is easier to score than to sort: Wecan assign a score to a paper and then let the computer selectthe papers with highest scores. This work was commissioned bythe Consumer Financial Protection Bureau, United StatesTreasury. This package is in the public domain. | A BibTeX package to produce lists of authors' best papers | 3 | 工具 + texlive-bestpapers-doc | texlive | Documentation for bestpapers-uptex | doc files of bestpapers | 3 | 工具 + texlive-betababel | texlive | The betababel package extends the babel polutonikogreek optionto provide a simple way to insert ancient Greek texts withdiacritical characters into your document using the commonlyused Beta Code transliteration. You can directly insert BetaCode texts -- as they can be found at the Perseus project, forexample -- without modification. | Insert ancient greek text coded in Beta Code | 3 | 工具 + texlive-betababel-doc | texlive | Documentation for betababel | Documentation for betababel | 3 | 库 + texlive-beton | texlive | Typeset a LaTeX2e document with the Concrete fonts designed byDon Knuth and used in his book "Concrete Mathematics". | Use Concrete fonts | 3 | 工具 + texlive-beton-doc | texlive | Documentation for beton | Documentation for beton | 3 | 库 + texlive-beuron | texlive | This package provides the script used in the works of theBeuron art school for use with TeX and LaTeX. It is amonumental script consisting of capital letters only. The fontsare provided as Metafont sources, in the Type1 and in theOpenType format. The package includes suitable font selectioncommands for use with LaTeX. | The script of the Beuronese art school | 3 | 工具 + texlive-bewerbung | texlive | The package provides packages and classes for typesettingapplications with titlepage, cover letter, cv and additionaldocuments in just a single document. There is also a class forprinting a table of the latest applications that can be shownto the German authorities. The data for these applications canbe maintained in a simple CSV file. | Typesetting job applications | 3 | 工具 + texlive-bewerbung-doc | texlive | Documentation for bewerbung | Documentation for bewerbung | 3 | 库 + texlive-bez123 | texlive | Provides additional facilities in a picture environment fordrawing linear, cubic, and rational quadratic Bezier curves(standard LaTeX only offers non-rational quadratic splines).Provides a package multiply that provides a command formultiplication of a length without numerical overflow. | Support for Bezier curves | 3 | 工具 + texlive-bez123-doc | texlive | Documentation for bez123 | Documentation for bez123 | 3 | 库 + texlive-bezierplot | texlive | This package consists of a Lua program as well as a (Lua)LaTeX.sty file. Given a smooth function, bezierplot returns a smoothbezier path written in TikZ notation (which also matchesMetaPost) that approximates the graph of the function. Forpolynomial functions of degree [?] 3 and their inverses theapproximation is exact (up to numeric precision). bezierplotalso finds special points such as extreme points and inflectionpoints and reduces the number of used points. | Approximate smooth function graphs with cubic bezier splines for use with TikZ or MetaPost | 3 | 工具 + texlive-bfh-ci | texlive | This bundle provides possibilities to use the Corporate Designof Bern University of Applied Sciences (BFH) with LaTeX. Tothis end it contains classes as well as some helper packagesand config files together with some demo files. | Corporate Design for Bern University of Applied Sciences | 3 | 工具 + texlive-bgteubner | texlive | The bgteubner document class has been programmed by order ofthe Teubner Verlag, Wiesbaden, Germany, to ensure that books ofthis publisher have a unique layout. Unfortunately, most of thedocumentation is only available in German. Since the documentclass is intended to generate a unique layout, many things(layout etc.) are fixed and cannot be altered by the user. Ifyou want to use the document class for another purpose thanpublishing with the Teubner Verlag, this may arrise unwantedrestrictions (For instance, the document class provides onlytwo paper sizes: DIN A-5 and 17cm x 24cm; only two fontfamilies are supported: Times and European Computer Modern). | Class for producing books for the publisher "Teubner Verlag" | 3 | 工具 + texlive-bgteubner-doc | texlive | Documentation for bgteubner | Documentation for bgteubner | 3 | 工具 + texlive-bguq | texlive | The font contains a single character: the Begriffsschriftquantifier (in several sizes), as used to set theBegriffsschrift (concept notation) of Frege. The font is notintended for end users; instead it is expected that it will beused by other packages which implement the Begriffsschrift. An(unofficial) modified version of Josh Parsons' begriff isincluded as an example of implementation. | Improved quantifier stroke for Begriffsschrift packages | 3 | 工具 + texlive-bguq-doc | texlive | Documentation for bguq | Documentation for bguq | 3 | 库 + texlive-bhcexam | texlive | The class based on the exam class, and is specially designedfor High School Mathematics Teachers in China. | An exam class designed for Mathematics Teachers in China | 3 | 工具 + texlive-bhcexam-doc | texlive | Documentation for bhcexam | Documentation for bhcexam | 3 | 库 + texlive-bib2gls | texlive-base | This Java command line application may be used to extractglossary information stored in a .bib file and convert it intoglossary entry definition commands. This application should beused with glossaries-extra.sty's 'record' package option. Itperforms two functions in one: selects entries according torecords found in the .aux file (similar to bibtex),hierarchically sorts entries and collates location lists(similar to makeindex or xindy). The glossary entries can thenbe managed in a system such as JabRef, and only the entriesthat are actually required will be defined, reducing theresources required by TeX. The supplementary applicationconvertgls2bib can be used to convert existing .tex filescontaining definitions (\newglossaryentry etc.) to the .bibformat required by bib2gls. | Convert .bib files to glossaries-extra.sty resource files | 3 | 工具 + texlive-bibarts | texlive | BibArts is a LaTeX package to assist in making bibliographicalfeatures common in the arts and the humanities (history,political science, philosophy, etc.). bibarts.sty providescommands for quotations, abbreviations, and especially for aformatted citation of literature, journals (periodicals),edited sources, and archive sources. In difference to earlierversions, BibArts 2.x helps to use slanted fonts (italics) andis able to set ibidem automatically in footnotes. It will alsocopy all citation information, abbreviations, and register keywords into lists for an automatically generated appendix. Theselists may refer to page and footnote numbers. BibArts hasnothing to do with BibTeX. The lists are created by bibsort(see below). BibArts requires the program bibsort, for whichthe sources and a Windows executable are provided. This programcreates the bibliography without using MakeIndex or BibTeX. Itssource is not written with any specific operating system inmind. A summary of contents is in English; the fulldocumentation is in German. | "Arts"-style bibliographical information | 3 | 工具 + texlive-bibarts-doc | texlive | Documentation for bibarts | Documentation for bibarts | 3 | 库 + texlive-bibcop | texlive | This LaTeX package checks the quality of your .bib file andemits warning messages if any issues are found. For this, theTeX processor must be run with the --shell-escape option, andPerl must be installed. bibcop.pl can also be used as astandalone command line tool. The package does not work onWindows. | Style checker for .bib files | 3 | 工具 + texlive-bibexport | texlive-base | A Bourne shell script that uses BibTeX to extract bibliographyentries that are \cite'd in a document. It can also expand aBibTeX file, expanding the abbreviations (other than the built-in ones like month names) and followig the cross-references. | Extract a BibTeX file based on a .aux file | 3 | 工具 + texlive-bib-fr | texlive | These files are French translations of the classical BibTeXstyle files. The translations can easily be modified by simplyredefining FUNCTIONs named fr.*, at the beginning (lines 50-150) of each file. | French translation of classical BibTeX styles | 3 | 工具 + texlive-bib-fr-doc | texlive | Documentation for bib-fr | Documentation for bib-fr | 3 | 库 + texlive-bibhtml | texlive | Bibhtml consists of a Perl script and a set of BibTeX stylefiles, which together allow you to output a bibliography as acollection of HTML files. The references in the text are linkeddirectly to the corresponding bibliography entry, and if a URLis defined in the entry within the BibTeX database file, thenthe generated bibliography entry is linked to this. The packageprovides three different style files derived from each of thestandard plain.bst and alpha.bst, as well as two style filesderived from abbrv.bst and unsrt.bst (i.e., eight in total). | BibTeX support for HTML files | 3 | 工具 + texlive-bibhtml-doc | texlive | Documentation for bibhtml | Documentation for bibhtml | 3 | 库 + texlive-biblatex | texlive | BibLaTeX is a complete reimplementation of the bibliographicfacilities provided by LaTeX. Formatting of the bibliography isentirely controlled by LaTeX macros, and a working knowledge ofLaTeX should be sufficient to design new bibliography andcitation styles. BibLaTeX uses its own data backend programcalled "biber" to read and process the bibliographic data. Withbiber, BibLaTeX has many features rivalling or surpassing otherbibliography systems. To mention a few: Full Unicode supportHighly customisable sorting using the Unicode CollationAlgorithm + CLDR tailoring Highly customisable bibliographylabels Complex macro-based on-the-fly data modification withoutchanging your data sources A tool mode for transformingbibliographic data sources Multiple bibliographies and lists ofbibliographic information in the same document with differentsorting Highly customisable data source inheritance rulesPolyglossia and babel suppport for automatic language switchingfor bibliographic entries and citations Automatic bibliographydata recoding (UTF-8 -> latin1, LaTeX macros -> UTF-8 etc)Remote data sources Highly sophisticated automatic name andname list disambiguation system Highly customisable data modelso users can define their own bibliographic data typesValidation of bibliographic data against a data modelSubdivided and/or filtered bibligraphies, bibliographies perchapter, section etc. Apart from the features unique toBibLaTeX, the package also incorporates core features of thefollowing packages: babelbib, bibtopic, bibunits, chapterbib,cite, inlinebib, mcite and mciteplus, mlbib, multibib,splitbib. The package strictly requires e-TeX BibTeX, bibtex8,or Biber etoolbox 2.1 or later logreq 1.0 or later keyvalifthen url Biber, babel / polyglossia, and csquotes 4.4 orlater are strongly recommended. | Sophisticated Bibliographies in LaTeX | 3 | 工具 + texlive-biblatex2bibitem | texlive | Some journals accept the reference list only as \bibitems. Ifyou use BibTeX, there is no problem: just paste the content ofthe .bbl file into your document. However, there was noout-of-the-box way to do the same for biblatex, and you had tostruggle with searching appropriate .bst files, or formattingyour reference list by hand, or something like that. Using theworkaround provided by this package solves the problem. | Convert BibLaTeX-generated bibliography to bibitems | 3 | 工具 + texlive-biblatex-abnt | texlive | This package offers a BibLaTeX style for Brazil's ABNT(Brazilian Association of Technical Norms) rules. | BibLaTeX style for Brazil's ABNT rules | 3 | 工具 + texlive-biblatex-abnt-doc | texlive | Documentation for biblatex-abnt | doc files of biblatex-abnt | 3 | 库 + texlive-biblatex-ajc2020unofficial | texlive | This is an unofficial BibLaTeX style for the AustralasianJournal of Combinatorics. Note that the journal (as for 01March 2020) does not accept BibLaTeX, so you probably want touse biblatex2bibitem. | BibLaTeX style for the Australasian Journal of Combinatorics | 3 | 工具 + texlive-biblatex-anonymous | texlive | The package provides tools to help manage anonymous work withbiblatex. It will be useful, for example, in history orclassical philology. | A tool to manage anonymous work with biblatex | 3 | 工具 + texlive-biblatex-anonymous-doc | texlive | Documentation for biblatex-anonymous | Documentation for biblatex-anonymous | 3 | 库 + texlive-biblatex-apa | texlive | This is a fairly complete BibLaTeX style (citations andreferences) for APA (American Psychological Association)publications. It implements and automates most of theguidelines in the APA 7th edition style guide for citations andreferences. An example document is also given which typesetsevery citation and reference example in the APA 7th editionstyle guide. This version of the package requires use ofcsquotes [?]4.3, BibLaTeX [?]3.4, and the biber backend forBibLaTeX [?]2.5. | Biblatex citation and reference style for APA | 3 | 工具 + texlive-biblatex-apa6 | texlive | This is a fairly complete BibLaTeX style (citations andreferences) for APA (American Psychological Association) 6thEdition conformant publications. It implements and automatesmost of the guidelines in the APA 6th edition style guide forcitations and references. An example document is also givenwhich typesets every citation and reference example in the APA6th edition style guide. This is a legacy style for 6th Editiondocuments. Please use the BibLaTeX-apa style package for thelatest APA edition conformance. | BibLaTeX citation and reference style for APA 6th Edition | 3 | 工具 + texlive-biblatex-apa-doc | texlive | Documentation for biblatex-apa | Documentation for biblatex-apa | 3 | 库 + texlive-biblatex-archaeology | texlive | This package provides additional BibLaTeX styles for Germanhumanities. Its core purpose is to enable the referencing rulesof the Romano-Germanic Commission (>Romisch-GermanischeKommission), the department of prehistory of the GermanArchaeological Institute (Deutsches Archaologisches Institut),since these are referenced by most guidelines in Germanprehistory and medieval archaeology and serve as a kind oftemplate. biblatex-archaeology provides verbose, numeric andauthor date styles as well and adaptions to specific documenttypes like exhibition and auction catalogues. | A collection of BibLaTeX styles for German prehistory | 3 | 工具 + texlive-biblatex-arthistory-bonn | texlive | This citation style covers the citation and bibliographyguidelines of the Kunsthistorisches Institut der UniversitatBonn for undergraduates. It introduces bibliography entry typesfor catalogs and features a tabular bibliography, among otherthings. Various options are available to change and adjust theoutcome according to one's own preferences. The style iscompatible with English and German. | BibLaTeX citation style covers the citation and bibliography guidelines for art historians | 3 | 工具 + texlive-biblatex-bath | texlive | This package provides a BibLaTeX style to format referencelists in the Harvard style recommended by the University ofBath Library. | Harvard referencing style as recommended by the University of Bath Library | 3 | 工具 + texlive-biblatex-bookinarticle | texlive | This package provides two new biblatex entry types:@bookinarticle and @bookinincollection, to refer to a modernedition of an old book, where this modern edition is providedin a @article or in a @incollection. | Manage book edited in article | 3 | 工具 + texlive-biblatex-bookinarticle-doc | texlive | Documentation for biblatex-bookinarticle | Documentation for biblatex-bookinarticle | 3 | 库 + texlive-biblatex-bookinother | texlive | This package provides new BibLaTeX entry types and fields forbook edited in other types, like for instance @bookinarticle.It offers more types than the older package biblatex-bookinarticle which it superseeds. | Manage book edited in other entry type | 3 | 工具 + texlive-biblatex-bookinother-doc | texlive | Documentation for biblatex-bookinother | doc files of biblatex-bookinother | 3 | 库 + texlive-biblatex-bwl | texlive | The bundle provides a set of biblatex implementations ofbibliography and citation styles for the BusinessAdministration Department of the Free University of Berlin. | Biblatex citations for FU Berlin | 3 | 工具 + texlive-biblatex-bwl-doc | texlive | Documentation for biblatex-bwl | Documentation for biblatex-bwl | 3 | 库 + texlive-biblatex-caspervector | texlive | The package provides a simple and easily extensiblebiblography/citation style for Chinese LaTeX users, usingbiblatex. | A simple citation style for Chinese users | 3 | 工具 + texlive-biblatex-caspervector-doc | texlive | Documentation for biblatex-caspervector | Documentation for biblatex-caspervector | 3 | 工具 + texlive-biblatex-cheatsheet-doc | texlive | A BibLaTeX/Biber ‘cheat sheet’ which I wrote because I wantedone to distribute to students, but couldn’t find an existing one. | doc files of biblatex-cheatsheet | 3 | 工具 + texlive-biblatex-chem | texlive | The bundle offers a set of styles to allow chemists to usebiblatex. The package has complete styles for: all ACSjournals; RSC journals using standard (Chem. Commun.) style;and Angewandte Chem. style, (thus covering a wide range ofjournals). A comprehensive set of examples of use is included. | A set of biblatex implementations of chemistry-related bibliography styles | 3 | 工具 + texlive-biblatex-chem-doc | texlive | Documentation for biblatex-chem | Documentation for biblatex-chem | 3 | 库 + texlive-biblatex-chicago | texlive | This is a BibLaTeX style that implements the Chicago'author-date' and 'notes with bibliography' stylespecifications given in the Chicago Manual of Style, 17thedition (with continuing support for the 16th edition, too).The style implements entry types for citing audio-visualmaterials, among many others. The package was previously knownas biblatex-chicago-notes-df. | Chicago style files for biblatex | 3 | 工具 + texlive-biblatex-chicago-doc | texlive | Documentation for biblatex-chicago | Documentation for biblatex-chicago | 3 | 库 + texlive-biblatex-claves | texlive | When studying antic and medieval literature, we may find manydifferent texts published with the same title, or, in contrary,the same text published with different titles. To avoidconfusion, scholars have published claves, which are bookslisting ancient texts, identifying them by an identifier -- anumber or a string of text. For example, for earlyChristianity, we have the Bibliotheca Hagiographica Graeca, theClavis Apocryphorum Novi Testamenti and other claves. It couldbe useful to print the identifier of a texts in one specificclavis, or in many claves. The package allows us to create newfield for different claves, and to present all these fields ina consistent way. | A tool to manage claves of old litterature with BibLaTeX | 3 | 工具 + texlive-biblatex-claves-doc | texlive | Documentation for biblatex-claves. | doc files of biblatex-claves | 3 | 库 + texlive-biblatex-cv | texlive | This package creates an academic curriculum vitae (CV) from aBibTeX .bib file. The package makes use of BibLaTeX/biber toautomatically format, group, and sort the entries on a CV. | Create a CV from BibTeX files | 3 | 工具 + texlive-biblatex-doc | texlive | Documentation for biblatex | Documentation for biblatex | 3 | 库 + texlive-biblatex-dw | texlive | A small collection of styles for the biblatex package. It wasdesigned for citations in the humanities and offers somefeatures that are not provided by the standard biblatex styles.The styles are dependent on biblatex (at least version 0.9b)and cannot be used without it. Eine kleine Sammlung von Stilenfur das Paket biblatex. Es ist auf geisteswissenschaftlicheZitierweise zugeschnitten und bietet einige Funktionen, die vonden Standard-Stilen von biblatex nicht direkt bereitgestelltwerden. Biblatex-dw baut vollstandig auf biblatex auf und kannnicht ohne biblatex (mindestens in der Version 0.9b) verwendetwerden. | Humanities styles for biblatex | 3 | 工具 + texlive-biblatex-dw-doc | texlive | Documentation for biblatex-dw | Documentation for biblatex-dw | 3 | 工具 + texlive-biblatex-enc | texlive | This package provides a citation and bibliography style for usewith BibLaTeX. It conforms to the bibliographic standards usedat the Ecole nationale des chartes (Paris), and may be suitablefor a more general use in historical and philological works.The package was initially derived from historische-zeitschrift,with the necessary modifications. | BibLaTeX style for the Ecole nationale des chartes (Paris) | 3 | 工具 + texlive-biblatex-ext | texlive | The BibLaTeX-ext bundle provides styles that slightly extendthe standard styles that ship with BibLaTeX. The styles offeredin this bundle provide a simple interface to change some of thestylistic decisions made in the standard styles. At the sametime they stay as close to their standard counterparts aspossible, so that most customisation methods can be appliedhere as well. | Extended BibLaTeX standard styles | 3 | 工具 + texlive-biblatex-fiwi | texlive | The package provides a collection of styles for biblatex(version 1.7 is required, currently). It was designed forcitations in German Humanities, especially film studies, andoffers some features that are not provided by the standardbiblatex styles. The style is highly optimized for documentswritten in German, and the main documentation is only availablein German. | Biblatex styles for use in German humanities | 3 | 工具 + texlive-biblatex-fiwi-doc | texlive | Documentation for biblatex-fiwi | Documentation for biblatex-fiwi | 3 | 库 + texlive-biblatex-gb7714-2015 | texlive | This package provides an implementation of the GBT7714-2015bibliography style. This implementation follows theGBT7714-2015 standard and can be used by simply loadingBibLaTeX with the appropriate option. A demonstration databaseis provided to show how to format input for the style. | A BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users | 3 | 工具 + texlive-biblatex-german-legal | texlive | This package aims to provide citation styles (for footnotes andbibliographies) for German legal texts. It is currently focusedon citations in books (style german-legal-book), but may beextended to journal articles in the future. Dieses Paketenthalt BibLaTeX-Zitierstile fur die Rechtswissenschaften inDeutschland. Aktuell enthalt es einen auf Monographien in dendeutschen Rechtswissenschaften ausgerichteten Zitierstil namensgerman-legal-book. | Comprehensive citation style for German legal texts | 3 | 工具 + texlive-biblatex-gost | texlive | The package provides biblatex support for Russian bibliographystyle GOST 7.0.5-2008 | Biblatex support for GOST standard bibliographies | 3 | 工具 + texlive-biblatex-gost-doc | texlive | Documentation for biblatex-gost | Documentation for biblatex-gost | 3 | 库 + texlive-biblatex-historian | texlive | A biblatex style, based on the Turabian Manual (a version ofChicago). | A Biblatex style | 3 | 服务 + texlive-biblatex-historian-doc | texlive | Documentation for biblatex-historian | Documentation for biblatex-historian | 3 | 工具 + texlive-biblatex-ieee | texlive | This is a biblatex style that implements the bibliography styleof the IEEE for biblatex. The implementation follows standardbiblatex conventions, and can be used simply by loadingbiblatex with the appropriate option:\usepackage[style=ieee]{biblatex} A demonstration database isprovided to show how to format input for the style.biblatex-ieee requires BibLaTeX 2.7 or later, and works withboth BibTeX and Biber as the database back-end. | Ieee style files for biblatex | 3 | 工具 + texlive-biblatex-ieee-doc | texlive | Documentation for biblatex-ieee | Documentation for biblatex-ieee | 3 | 库 + texlive-biblatex-ijsra | texlive | BibLaTeX style used for the journal International Journal ofStudent Research in Archaeology. | BibLaTeX style for the International Journal of Student Research in Archaeology | 3 | 工具 + texlive-biblatex-ijsra-doc | texlive | Documentation for biblatex-ijsra. | doc files of biblatex-ijsra | 3 | 工具 + texlive-biblatex-iso690 | texlive | The package provides a bibliography and citation style whichconforms to the latest revision of the international standardISO 690:2010. The implementation follows BibLaTeX conventionsand requires biblatex >= 3.4 and biber >= 2.5. | BibLaTeX style for ISO 690 standard | 3 | 工具 + texlive-biblatex-iso690-doc | texlive | Documentation for biblatex-iso690 | doc files of biblatex-iso690 | 3 | 库 + texlive-biblatex-jura2 | texlive | The package offers BibLaTeX support for citations in Germanlegal texts. This is a style that, unlike other styles in 2019,actually works with modern TeX distributions. | Citation style for the German legal profession | 3 | 工具 + texlive-biblatex-juradiss | texlive | The package provides a custom citation-style for typesetting aGerman law thesis with LaTeX. The package (using BibLaTeX) isbased on biblatex-dw and uses biber. | Biblatex stylefiles for German law thesis | 3 | 工具 + texlive-biblatex-juradiss-doc | texlive | Documentation for biblatex-juradiss | Documentation for biblatex-juradiss | 3 | 库 + texlive-biblatex-license | texlive | This package is for adding license data to bibliography entriesvia BibLaTeX's built-in related mechanism. It provides a newrelatedtype license and some bibmacros for typesetting theserelated entries. | Add license data to the bibliography | 3 | 工具 + texlive-biblatex-lncs | texlive | This is a BibLaTeX style for Springer Lecture Notes in ComputerScience (LNCS). It extends the standard BiBTeX model by anacronym entry. | BibLaTeX style for Springer Lecture Notes in Computer Science | 3 | 工具 + texlive-biblatex-lni | texlive | BibLaTeX style for the Lecture Notes in Informatics, which ispublished by the Gesellschaft fur Informatik (GI e.V.). | LNI style for BibLaTeX | 3 | 工具 + texlive-biblatex-lni-doc | texlive | Documentation for biblatex-lni. | doc files of biblatex-lni | 3 | 库 + texlive-biblatex-luh-ipw | texlive | The bundle is a small collection of styles for biblatex. It wasdesigned for citations in the Humanities, following theguidelines of style of the institutes for the social sciencesof the Leibniz University Hannover/LUH (especially theInstitute of Political Science). The bundle depends on biblatex(version 1.1 at least) and cannot be used without it. | Biblatex styles for social sciences | 3 | 工具 + texlive-biblatex-luh-ipw-doc | texlive | Documentation for biblatex-luh-ipw | Documentation for biblatex-luh-ipw | 3 | 工具 + texlive-biblatex-manuscripts-philology | texlive | The package adds a new entry type: @manuscript to managemanuscript in classical philology, for example to prepare acritical edition. | Manage classical manuscripts with biblatex | 3 | 工具 + texlive-biblatex-manuscripts-philology-doc | texlive | Documentation for biblatex-manuscripts-philology | Documentation for biblatex-manuscripts-philology | 3 | 工具 + texlive-biblatex-mla | texlive | The package provides biblatex support for citations in theformat specified by the MLA handbook. | MLA style files for biblatex | 3 | 工具 + texlive-biblatex-mla-doc | texlive | Documentation for biblatex-mla | Documentation for biblatex-mla | 3 | 库 + texlive-biblatex-morenames | texlive | This package adds new fields of "name" type to the standardentry types of BibLaTeX. For example: maineditor, for a@collection, means the editor of @mvcollection, and not theeditor of the @collection. bookineditor, for a @bookinbook,means the editor of the entry, and not, as the standard editorfield, the editor of the volume in which the entry iscontained. | New names for standard BibLaTeX entry type | 3 | 工具 + texlive-biblatex-morenames-doc | texlive | Documentation for biblatex-morenames | doc files of biblatex-morenames | 3 | 工具 + texlive-biblatex-ms | texlive | This package is the "multiscript" version of the BibLaTeXpackage intended to solve the issues faced by those wishing tocreate multiligual bibliographies. It is intended to bebackwards-compatible with the standard BibLaTeX package andincludes significantly enhanced optional functionality: Fieldsin data files can have different form/language alternates inthe same entry Options to select/print a specific alternate aregenerally available babel/polyglossia language switching isdone automatically based on the language associated with afield The intention is that this version will eventuallyreplace standard BibLaTeX and is being released as anindependent package to allow for wider testing and feedback. Itcan be installed in parallel with standard BibLaTeX and thepackage name is biblatex-ms. It requires the use of themultiscript version of biber (biber-ms). | Sophisticated Bibliographies in LaTeX (multiscript version) | 3 | 工具 + texlive-biblatex-multiple-dm | texlive | The package adds the possibility to biblatex to load datamodels from multiple sources. | Load multiple datamodels in biblatex | 3 | 工具 + texlive-biblatex-multiple-dm-doc | texlive | Documentation for biblatex-multiple-dm | Documentation for biblatex-multiple-dm | 3 | 工具 + texlive-biblatex-musuos | texlive | The style is designed for use with the musuos class, but itshould be usable with other classes, too. | A biblatex style for citations in musuos.cls | 3 | 工具 + texlive-biblatex-musuos-doc | texlive | Documentation for biblatex-musuos | Documentation for biblatex-musuos | 3 | 库 + texlive-biblatex-nature | texlive | The bundle offers styles that allow authors to use biblatexwhen preparing papers for submission to the journal Nature. | Biblatex support for Nature | 3 | 工具 + texlive-biblatex-nature-doc | texlive | Documentation for biblatex-nature | Documentation for biblatex-nature | 3 | 库 + texlive-biblatex-nejm | texlive | This is a biblatex numeric style based on the design of the NewEngland Journal of Medicine (NEJM). | Biblatex style for the New England Journal of Medicine (NEJM) | 3 | 库 + texlive-biblatex-nejm-doc | texlive | Documentation for biblatex-nejm | Documentation for biblatex-nejm | 3 | 库 + texlive-biblatex-nottsclassic | texlive | This citation-style covers the citation and bibliography rulesof the University of Nottingham. | Citation style covering the citation and bibliography rules of the University of Nottingham | 3 | 工具 + texlive-biblatex-nottsclassic-doc | texlive | Documentation for biblatex-nottsclassic. | doc files of biblatex-nottsclassic | 3 | 库 + texlive-biblatex-opcit-booktitle | texlive | The default citation styles verbose-trad1+; verbose-trad2 ;verbose-trad3 use the op. cit. form in order to have shorterreference when a title have been already cited. However, whenyou cite two entries which share the same booktitle but not thesame title, the op. cit. mechanism does not work. This packageenables to obtain references like this: Author1, Title, inBooktitle, Location, Publiser, Year, pages xxx Author2, Title2,in Booktitle, op. cit, pages. | Use op. cit. for the booktitle of a subentry | 3 | 工具 + texlive-biblatex-opcit-booktitle-doc | texlive | Documentation for biblatex-opcit-booktitle | Documentation for biblatex-opcit-booktitle | 3 | 工具 + texlive-biblatex-oxref | texlive | This bundle provides four BibLaTeX styles that implement (manyof) the stipulations and examples provided by the 2014 NewHart's Rules and the 2002 Oxford Guide to Style: 'oxnotes' is astyle similar to the standard 'verbose', intended for use withfootnotes; 'oxnum' is a style similar to the standard'numeric', intended for use with numeric in-text citations;'oxalph' is a style similar to the standard 'alphabetic',intended for use with alphabetic in-text citations; 'oxyear' isa style similar to the standard 'author-year', intended for usewith parenthetical in-text citations. The bundle providessupport for a wide variety of content types, includingmanuscripts, audiovisual resources, social media and legalreferences. | BibLaTeX styles inspired by the Oxford Guide to Style | 3 | 工具 + texlive-biblatex-philosophy | texlive | The bundle offers two styles - philosophy-classic andphilosophy-modern - that facilitate the production of twodifferent kinds of bibliography, based on the authoryear style,with options and features to manage the information about thetranslation of foreign texts or their reprints. Though thepackage's default settings are based on the conventions used inItalian publications, these styles can be used with everylanguage recognized by babel, possibly with some simpleredefinitions. | Styles for using biblatex for work in philosophy | 3 | 工具 + texlive-biblatex-philosophy-doc | texlive | Documentation for biblatex-philosophy | Documentation for biblatex-philosophy | 3 | 库 + texlive-biblatex-phys | texlive | The biblatex-phys package provides an implementation of thebibliography styles of both the AIP and the APS for biblatex.This implementation follows standard biblatex conventions, andcan be used simply by loading biblatex with the appropriateoption: \usepackage[style=phys]{biblatex} A demonstrationdatabase is provided to show how to format input for the style.Style options are provided to cover the minor formattingvariations between the AIP and APS bibliography styles. | A biblatex implementation of the AIP and APS bibliography style | 3 | 工具 + texlive-biblatex-phys-doc | texlive | Documentation for biblatex-phys | Documentation for biblatex-phys | 3 | 库 + texlive-biblatex-publist | texlive | The package provides a BibLaTeX bibliography style file (*.bbx)for publication lists. The style file draws on BibLaTeX'sauthoryear style, but provides some extra features oftendesired for publication lists, such as the omission of theauthor's own name from author or editor data. At least version3.4 of biblatex is required. | BibLaTeX bibliography support for publication lists | 3 | 工具 + texlive-biblatex-publist-doc | texlive | Documentation for biblatex-publist | Documentation for biblatex-publist | 3 | 库 + texlive-biblatex-readbbl | texlive | This small package modifies the biblatex macro which reads a.bbl file created by Biber. It is thus possible to include a.bbl file into the main document with the filecontentsenvironment and send it to a publisher who does not need to runthe Biber program. However, when the bibliography changes onehas to create a new .bbl file. | Read a .bbl file created by biber | 3 | 工具 + texlive-biblatex-realauthor | texlive | This package allows to use a new field "realauthor", whichindicates the real author of a work, when published in apseudepigraphic name. | Indicate the real author of a work | 3 | 工具 + texlive-biblatex-realauthor-doc | texlive | Documentation for biblatex-realauthor | Documentation for biblatex-realauthor | 3 | 库 + texlive-biblatex-sbl | texlive | The package provides BibLaTeX support for citations in theformat specified by the second edition of the Society ofBiblical Literature (SBL) Handbook of Style. All example notesand bibliography entries from the handbook are supported andshown in an example file. A style file for writing SBL studentpapers is also included. | Society of Biblical Literature (SBL) style files for BibLaTeX | 3 | 工具 + texlive-biblatex-science | texlive | The bundle offers styles that allow authors to use biblatexwhen preparing papers for submission to the journal Science. | Biblatex implementation of the Science bibliography style | 3 | 工具 + texlive-biblatex-science-doc | texlive | Documentation for biblatex-science | Documentation for biblatex-science | 3 | 库 + texlive-biblatex-shortfields | texlive | The BibLaTeX package provides shortseries and shortjournalfield, but the default styles don't use them. It also providesa mechanism to print the equivalence between short forms offields and long fields (\printbiblist), but this mechanism doesnot allow to mix between different type of short fields, forexample, between short forms of journal title and short formsof series titles. This package provides a solution to these twoproblems: If a shortjournal field is defined, it prints itinstead of the \journal field. If a shortseries field isdefined, it prints it instead of the \series field. It providesa \printbibshortfields command to print a list of the sortforms of the fields. This list also includes the claves definedwith the biblatex-claves package version 1.2 or later. | Use short forms of fields with BibLaTeX | 3 | 工具 + texlive-biblatex-socialscienceshuberlin | texlive | This is a BibLaTeX style for the social sciences at theHumboldt-Universitat zu Berlin. | BibLaTeX-style for the social sciences at HU Berlin | 3 | 工具 + texlive-biblatex-software | texlive | This package implements software entry types for BibLaTeX inthe form of a bibliography style extension. It requires theBiber backend. | BibLaTeX stylefiles for software products | 3 | 工具 + texlive-biblatex-source-division | texlive | The package enables the user to make reference to "divisionmarks" (such as book, chapter, section), in the document beingreferenced, in addition to the page-based references thatBibTeX-based citations have always had. The citation is made inthe same way as the LaTeX standard, but what's inside thesquare brackets may include the "division" specification, as in\cite[(<division spec.>)<page number>]{<document>} | References by "division" in classical sources | 3 | 工具 + texlive-biblatex-source-division-doc | texlive | Documentation for biblatex-source-division | Documentation for biblatex-source-division | 3 | 工具 + texlive-biblatex-spbasic | texlive | This package provides a bibliography and citation style forBibLaTeX/biber for typesetting articles for Springer'sjournals. It is the same as the old BibTeX style spbasic.bst. | A BibLaTeX style emulating Springer's old spbasic.bst | 3 | 工具 + texlive-biblatex-subseries | texlive | Some publishers organize book series with subseries. In thiscase, two numbers are associated with one volume: the numberinside the series and the number inside the subseries. That isthe case of the series Corpus Scriptorium ChristianorumOrientalium published by Peeters. This package provides newfields to manage such system. | Manages subseries with biblatex | 3 | 工具 + texlive-biblatex-subseries-doc | texlive | Documentation for biblatex-subseries | Documentation for biblatex-subseries | 3 | 库 + texlive-biblatex-swiss-legal | texlive | The package provides BibLaTeX bibliography and citation stylesfor documents written in accordance with Swiss legal citationstandards in either French or German. However, according tohttps://tex.stackexchange.com/questions/426142/bibliography-using-biblatex-swiss-legal-not-displayed-correctly the package isat present outdated and does not work properly with newerversions of BibLaTeX. | Bibliography and citation styles following Swiss legal practice | 3 | 工具 + texlive-biblatex-swiss-legal-doc | texlive | Documentation for biblatex-swiss-legal | Documentation for biblatex-swiss-legal | 3 | 工具 + texlive-biblatex-trad | texlive | The bundle provides implementations of the "traditional" BibTeXstyles (plain, abbrev, unsrt and alpha) with BibLaTeX. | "Traditional" BibTeX styles with BibLaTeX | 3 | 工具 + texlive-biblatex-trad-doc | texlive | Documentation for biblatex-trad | Documentation for biblatex-trad | 3 | 库 + texlive-biblatex-true-citepages-omit | texlive | This package deals with a limitation of the citepages=omitoption of the verbose family of biblatex citestyles. The optionworks when you \cite[xx]{key}, but not when you \cite[\pno~xx,some text]{key}. The package corrects this problem. | Correction of some limitation of the citepages=omit option of biblatex styles | 3 | 工具 + texlive-biblatex-true-citepages-omit-doc | texlive | Documentation for biblatex-true-citepages-omit | Documentation for biblatex-true-citepages-omit | 3 | 工具 + texlive-biblatex-unified | texlive | BibLaTeX-unified is an opinionated BibLaTeX implementation ofthe Unified Stylesheet for Linguistics Journals | BibLaTeX implementation of the unified stylesheet for linguistics journals | 3 | 工具 + texlive-biblatex-vancouver | texlive | This package provides the Vancouver reference style forBibLaTeX. It is based on the numeric style and requires biber. | Vancouver style for BibLaTeX | 3 | 工具 + texlive-bibleref | texlive | The bibleref package offers consistent formatting of referencesto parts of the Christian bible, in a number of well-definedformats. It depends on ifthen, fmtcount, and amsgen. | Format bible citations | 3 | 工具 + texlive-bibleref-doc | texlive | Documentation for bibleref | Documentation for bibleref | 3 | 库 + texlive-bibleref-french | texlive | The package provides translations and alternative typesettingconventions for use of bibleref in French. | French translations for bibleref | 3 | 工具 + texlive-bibleref-french-doc | texlive | Documentation for bibleref-french | Documentation for bibleref-french | 3 | 工具 + texlive-bibleref-german | texlive | The package provides translations and various formats for theuse of bibleref in German documents. The German naming of thebible books complies with the 'Loccumer Richtlinien' (Locumguidelines). In addition, the Vulgate (Latin bible) issupported. | German adaptation of bibleref | 3 | 工具 + texlive-bibleref-german-doc | texlive | Documentation for bibleref-german | Documentation for bibleref-german | 3 | 工具 + texlive-bibleref-lds | texlive | The package extends the bibleref-mouth package to supportreferences to the scriptures of The Church of Jesus Christ ofLatter-day Saints (LDS). The package requires bibleref-mouth torun, and its reference syntax is the same as that of the parentpackage. | Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints | 3 | 工具 + texlive-bibleref-lds-doc | texlive | Documentation for bibleref-lds | Documentation for bibleref-lds | 3 | 库 + texlive-bibleref-mouth | texlive | The package allows Bible references to be formatted in aconsistent way. It is similar to the bibleref package, exceptthat the formatting macros are all purely expandable -- thatis, they are all implemented in TeX's mouth. This means thatthey can be used in any expandable context, such as an argumentto a \url command. | Consistent formatting of Bible references | 3 | 工具 + texlive-bibleref-mouth-doc | texlive | Documentation for bibleref-mouth | Documentation for bibleref-mouth | 3 | 库 + texlive-bibleref-parse | texlive | The package parses Bible passages that are given in humanreadable format. It accepts a wide variety of formats. Thisallows for a simpler and more convenient interface to thefunctionality of the bibleref package. | Specify Bible passages in human-readable format | 3 | 工具 + texlive-bibleref-parse-doc | texlive | Documentation for bibleref-parse | Documentation for bibleref-parse | 3 | 工具 + texlive-bibletext | texlive | The package allows to insert Bible texts in a document byspecifying references. | Insert Bible passages by their reference | 3 | 工具 + texlive-bibletext-doc | texlive | Documentation for bibletext | doc files of bibletext | 3 | 库 + texlive-biblist | texlive | The package provides the means of listing an entire BibTeXdatabase, avoiding the potentially large (macro) impactassociated with \nocite{*}. | Print a BibTeX database | 3 | 工具 + texlive-biblist-doc | texlive | Documentation for biblist | Documentation for biblist | 3 | 工具 + texlive-bibtex | texlive-base | BibTeX allows the user to store his citation data in genericform, while printing citations in a document in the formspecified by a BibTeX style, to be specified in the documentitself (one often needs a LaTeX citation-style package, such asnatbib as well). BibTeX itself is an ASCII-only program; thereis, however, a version that copes with 8-bit character sets.However, BibTeX's facilities rapidly run out as one moves awayfrom simple ASCII (for example, in the various national sortingrules for languages expressed in different parts of ISO-8859 --the "ISO Latin" series). For more flexibility, the user isurged to consider using biber with biblatex to typeset itsoutput. In fact, it is best to avoid BibTeX in favour of biberand biblatex, if at all possible. | Process bibliographies for LaTeX, etc | 3 | 工具 + texlive-bibtex8 | texlive-base | An enhanced, portable C version of BibTeX. Enhanced byconversion to "big" (32-bit) capacity, addition of run-timeselectable capacity and 8-bit support extensions. Nationalcharacter set and sorting order are controlled by an externalconfiguration file. Various examples are included. | A fully 8-bit adaptation of BibTeX 0.99 | 3 | 工具 + texlive-bibtexperllibs | texlive | This package provides BibTeX related Perl libraries by GerhardGossen, repacked by Boris Veytsman, for TeX Live and other TDS-compliant distributions. The libraries are written in purePerl, so should work out of the box on any architecture. Theyhave been packaged here mostly for Boris Veytsman's BibTeXsuite, but can be used in any other Perl script. | BibTeX Perl Libraries | 3 | 库 + texlive-bibtexu | texlive-base | bibtexu package. | bibtexu package | 3 | 服务 + texlive-bibtopic | texlive | The package allows the user to include several bibliographiescovering different 'topics' or bibliographic material into adocument (e.g., one bibliography for primary literature and onefor secondary literature). The package provides commands toinclude either all references from a .bib file, only thereferences actually cited or those not cited in your document.The user has to construct a separate .bib file for eachbibliographic 'topic', each of which will be processedseparately by BibTeX. If you want to have bibliographiesspecific to one part of a document, see the packages bibunitsor chapterbib. | Include multiple bibliographies in a document | 3 | 工具 + texlive-bibtopic-doc | texlive | Documentation for bibtopic | Documentation for bibtopic | 3 | 库 + texlive-bibtopicprefix | texlive | The package permits users to apply prefixes (fixed strings) toreferences to entries in bibliographies produced by thebibtopic package. | Prefix references to bibliographies produced by bibtopic | 3 | 工具 + texlive-bibtopicprefix-doc | texlive | Documentation for bibtopicprefix | Documentation for bibtopicprefix | 3 | 库 + texlive-bibunits | texlive | The package provide a mechanism to generate separatebibliographies for different units (chapters, sections orbibunit-environments) of a text. The package separates thecitations of each unit of text into a separate file to beprocessed by BibTeX. The global bibliography section producedby LaTeX may also appear in the document and citations can beplaced in both the local unit and the global bibliographies atthe same time. The package is compatible with koma-script andwith the babel French option frenchb. | Multiple bibliographies in one document | 3 | 工具 + texlive-bibunits-doc | texlive | Documentation for bibunits | Documentation for bibunits | 3 | 库 + texlive-bidi | texlive | A convenient interface for typesetting bidirectional texts withplain TeX and LaTeX. The package includes adaptations for usewith many other commonly-used packages. | Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine | 3 | 工具 + texlive-bidi-atbegshi | texlive | The package adds some commands to the atbegshi package forproper placement of background material in the left and rightcorners of the output page, in both LTR and RTL modes. Thepackage only works with xelatex format and should be loadedbefore the bidi package. | Bidi-aware shipout macros | 3 | 工具 + texlive-bidi-atbegshi-doc | texlive | Documentation for bidi-atbegshi | Documentation for bidi-atbegshi | 3 | 库 + texlive-bidicontour | texlive | The package is a re-implementation of the contour package,making it bidi-aware, and adding support of the xdvipdfmx (whenthe outline option of the package is used). | Bidi-aware coloured contour around text | 3 | 工具 + texlive-bidicontour-doc | texlive | Documentation for bidicontour | Documentation for bidicontour | 3 | 库 + texlive-bidi-doc | texlive | Documentation for bidi | Documentation for bidi | 3 | 库 + texlive-bidihl | texlive | Experimental bidi-aware text highlighting. | Experimental bidi-aware text highlighting | 3 | 库 + texlive-bidihl-doc | texlive | Documentation for bidihl | Documentation for bidihl | 3 | 库 + texlive-bidipagegrid | texlive | The package is based on pagegrid. | Bidi-aware page grid in background | 3 | 工具 + texlive-bidipagegrid-doc | texlive | Documentation for bidipagegrid | Documentation for bidipagegrid | 3 | 库 + texlive-bidipresentation | texlive | A great portion of the code is borrowed from the texpowerbundle, with modifications to get things working properly inboth right to left and left to right modes. | Experimental bidi presentation | 3 | 工具 + texlive-bidipresentation-doc | texlive | Documentation for bidipresentation | Documentation for bidipresentation | 3 | 库 + texlive-bidishadowtext | texlive | This package allows you to typeset Bidi-aware shadow text. Itis a re-implementation of the shadowtext package adding bidisupport. | Bidi-aware shadow text | 3 | 工具 + texlive-bidishadowtext-doc | texlive | Documentation for bidishadowtext | Documentation for bidishadowtext | 3 | 库 + texlive-bigfoot | texlive | The package aims to provide a 'one-stop' solution torequirements for footnotes. It offers: Multiple footnoteapparatus superior to that of manyfoot Footnotes can beformatted in separate paragraphs, or be run into a singleparagraph (this choice may be selected per footnote series);Things you might have expected (such as \verb-like material infootnotes, and colour selections over page breaks) now work.Note that the majority of the bigfoot package's interface isidentical to that of manyfoot; users should seek informationfrom that package's documentation. The bigfoot bundle alsoprovides the perpage and suffix packages. | Footnotes for critical editions | 3 | 工具 + texlive-bigfoot-doc | texlive | Documentation for bigfoot | Documentation for bigfoot | 3 | 库 + texlive-bigintcalc | texlive | This package provides expandable arithmetic operations with bigintegers that can exceed TeX's number limits. | Integer calculations on very large numbers | 3 | 工具 + texlive-bigints | texlive | The package provides facilities for drawing big integral signswhen needed. An example would be when the integrand is amatrix. | Writing big integrals | 3 | 库 + texlive-bigints-doc | texlive | Documentation for bigints | Documentation for bigints | 3 | 库 + texlive-bilingualpages | texlive | This is a simple wrapper for the paracol package for settingtwo-column parallel text. | Typeset two columns in parallel | 3 | 工具 + texlive-binarytree | texlive | This package provides an easy but flexible way to draw binarytrees using TikZ. A path specification and the setting ofvarious options determine the style for each edge of the tree.There is support for the external library of TikZ which doesnot affect externalization of the rest of the TikZ figures inthe document. There is an option to use automatic file naming:useful if the trees are often moved around. | Drawing binary trees using TikZ | 3 | 工具 + texlive-binomexp | texlive | The package calculates and prints rows of Pascal's triangle. Itmay be used: simply to print successive rows of the triangle,or to print the rows inside an array or tabular. | Calculate Pascal's triangle | 3 | 工具 + texlive-binomexp-doc | texlive | Documentation for binomexp | Documentation for binomexp | 3 | 工具 + texlive-biochemistry-colors | texlive | Biochemistry-colors.sty defines the standard colors ofbiochemistry for use with the color package and the xcolorpackage. xcolor is loaded by Biochemistry-colors.sty. Colorsinclude: Shapely-colors for amino acids and nucleotides. CPK-Colors (Corey, Pauling and Koltun) of elements. Jmol-colors ofelements, important isotopes and structures. Glycopedia colorsfor sugars. | Colors used to display amino acids, nucleotides, sugars or atoms in biochemistry | 3 | 工具 + texlive-biocon | texlive | The biocon--biological conventions--package aids thetypesetting of some biological conventions. At the moment, itmakes a good job of typesetting species names (and ranks belowthe species level). A distinction is made between the Plant,Fungi, Animalia and Bacteria kingdoms. There are defaultsettings for the way species names are typeset, but they can becustomized. Different default styles are used in differentsituations. | Typesetting biological species names | 3 | 工具 + texlive-biocon-doc | texlive | Documentation for biocon | Documentation for biocon | 3 | 库 + texlive-biolett-bst | texlive | This package provides a BibTeX style (.bst) file for thejournal "Biology Letters" published by the Royal Society. Thisstyle was produced independently and hence has no formalapproval from the Royal Society. | A BibTeX style for the journal "Biology Letters" | 3 | 工具 + texlive-bitelist | texlive | The package provides commands for "splitting" a token list atthe first occurrence of another (specified) token list. I.e.,for given token lists s, t return b and the shortest a, suchthat t = a s b. The package's mechanism differs from those ofpackages providing similar features, in the following ways: themethod uses TeX's mechanism of reading delimited macroparameters; splitting macros work by pure expansion, withoutassignments; the operation is carried out in a single macrocall. A variant of the operation is provided, that retainsouter braces. | Split list, in TeX's mouth | 3 | 工具 + texlive-bitelist-doc | texlive | Documentation for bitelist | Documentation for bitelist | 3 | 库 + texlive-bithesis | texlive | This package establishes a simple and easy-to-use LaTeXtemplate for Beijing Institute of Technology dissertations,including general undergraduate theses and master theses. | Templates for the Beijing Institute of Technology | 3 | 工具 + texlive-bitpattern | texlive | A package to typeset bit pattern diagrams such as those used todescribe hardware, data format or protocols. | Typeset bit pattern diagrams | 3 | 库 + texlive-bitpattern-doc | texlive | Documentation for bitpattern | doc files of bitpattern | 3 | 库 + texlive-bitset | texlive | This package defines and implements the data type bit set, avector of bits. The size of the vector may grow dynamically.Individual bits can be manipulated. | Handle bit-vector datatype | 3 | 库 + texlive-bitter | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Bitter family of fonts, designed by Sol Matasfor Huerta Tipografica Bitter is a contemporary slab-seriftypeface for text. There are regular and bold weights and anitalic, but no bold italic. | LaTeX support for the Bitter family of fonts | 3 | 工具 + texlive-bizcard | texlive | This is an adaption for current LaTeX of a LaTeX 2.09 style bySilvano Balemi. It produces cards at the normal US card size,76.2mm x 50.8mm. | Typeset business cards | 3 | 工具 + texlive-bizcard-doc | texlive | Documentation for bizcard | Documentation for bizcard | 3 | 库 + texlive-bjfuthesis | texlive | This is a class file for producing dissertations and thesesaccording to the Beijing Forestry University (BJFU) Guidelinesfor Undergraduate Theses and Dissertations. The class shouldmeet all current requirements and is updated whenever theuniversity guidelines change. | A thesis class for Beijing Forestry University | 3 | 工具 + texlive-blacklettert1 | texlive | This package contains virtual fonts that offer T1-alike encodedvariants of Yannis Haralambous's old German fonts Gothic,Schwabacher and Fraktur (which are also available in Adobe type1 format). The package includes LaTeX macros to embed the fontsinto the LaTeX font selection scheme. | T1-encoded versions of Haralambous old German fonts | 3 | 工具 + texlive-blacklettert1-doc | texlive | Documentation for blacklettert1 | Documentation for blacklettert1 | 3 | 库 + texlive-blindtext | texlive | The package provides the commands \blindtext and \Blindtext forcreating 'blind' text useful in testing new classes andpackages, and \blinddocument, \Blinddocument for creating anentire random document with sections, lists, mathematics, etc.The package supports three languages, english, (n)german andlatin; the latin option provides a short "lorem ipsum" (for afuller lorem ipsum text, see the lipsum package). | Producing 'blind' text for testing | 3 | 工具 + texlive-blindtext-doc | texlive | Documentation for blindtext | Documentation for blindtext | 3 | 工具 + texlive-blkarray | texlive | An experimental package which implements an environment,blockarray, that may be used in the same way as the array ortabular environments of standard LaTeX, or their extendedversions defined in array. If used in math-mode, blockarrayacts like array, otherwise it acts like tabular. The packageimplements a new method of defining column types, and alsoblock and block* environments, for specifying sub-arrays of themain array. What's more, the \footnote command works inside ablockarray. | Extended array and tabular | 3 | 工具 + texlive-blkarray-doc | texlive | Documentation for blkarray | Documentation for blkarray | 3 | 库 + texlive-blochsphere | texlive | This package is used to draw pseudo-3D Blochsphere diagrams. Itsupports various annotations, such as great and small circles,axes, rotation markings and state vectors. It can be used in astandalone fashion, or nested within a tikzpicture environmentby setting the environment option nested to true. | Draw pseudo-3D diagrams of Bloch spheres | 3 | 工具 + texlive-blochsphere-doc | texlive | Documentation for blochsphere | Documentation for blochsphere | 3 | 库 + texlive-block | texlive | A style file for use with the letter class that overwrites the\opening and \closing macros so that letters can be styled withthe block letter style instead of the default style. Thus, thereturn address, the closing, and the signature appear flushedon the left margin. | A block letter style for the letter class | 3 | 工具 + texlive-block-doc | texlive | Documentation for block | Documentation for block | 3 | 库 + texlive-blockdraw_mp | texlive | A set of simple MetaPost macros for the task. While the task isnot itself difficult to program, it is felt that many userswill be happy to have a library for the job.. | Block diagrams and bond graphs, with MetaPost | 3 | 库 + texlive-blockdraw_mp-doc | texlive | Documentation for blockdraw_mp | Documentation for blockdraw_mp | 3 | 库 + texlive-bloques | texlive | The package uses TikZ to provide commands for generatingcontrol diagrams (specially in power electronics). | Generate control diagrams | 3 | 工具 + texlive-bloques-doc | texlive | Documentation for bloques | Documentation for bloques | 3 | 库 + texlive-blowup | texlive | The package blowup only defines the user-level macro \blowup,which can be used to upscale or downscale all pages of adocument. It is similar to the TeX primitive \magnification butmore accurate and user-friendly. | Upscale or downscale all pages of a document | 3 | 工具 + texlive-blox | texlive | This package, along with TikZ, will typeset block diagrams foruse with programming and control theory. It is an Englishtranslation of the schemabloc package. | Draw block diagrams, using TikZ | 3 | 工具 + texlive-blox-doc | texlive | Documentation for blox | Documentation for blox | 3 | 库 + texlive-bmstu | texlive | The class defines commands and environments for creatingreports and explanatory notes in Bauman Moscow State TechnicalUniversity (Russia). Klass opredeliaet komandy i okruzheniiadlia sozdaniia otchetov i raschetno-poiasnitel'nykh zapisok vMGTU im. N. E. Baumana. Sgenerirovannye faily sootvetstvuiuttrebovaniiam MGTU im. N. E. Baumanai GOST 7.32-2017.Raschetno-poiasnitel'nye zapiski k vypusknym kvalifikatsionnymrabotam uspeshno prokhodiat proverku TestVKR (sborka 203). | A LaTeX class for Bauman Moscow State Technical University | 3 | 工具 + texlive-bmstu-iu8 | texlive | This package consists of a class file and style files forwriting reports at the IU8 department of IU faculty of BMSTU(Bauman Moscow State Technical University). The class definesall headings, structure elements and other things in respect ofRussian standard GOST 7.32-2017. But there are correctives tobe compatible with our local IU8 department requirements. | A class for IU8 reports | 3 | 工具 + texlive-bnumexpr | texlive | The package extends eTeX \numexpr...\relax operation to allowbig integers. Package option allowpower furthermore enables ^for power operations. By default, bnumexpr loads packagexintcore (part of the xint bundle) and uses its arithmeticmacros. | Extends eTeX's \numexpr...\relax construct to big integers | 3 | 工具 + texlive-bnumexpr-doc | texlive | Documentation for bnumexpr | Documentation for bnumexpr | 3 | 库 + texlive-bodegraph | texlive | The package provides facilities to draw Bode, Nyquist and Blackplots using Gnuplot and Tikz. Elementary Transfer Functions andbasic correctors are preprogrammed for use. | Draw Bode, Nyquist and Black plots with gnuplot and TikZ | 3 | 工具 + texlive-bodegraph-doc | texlive | Documentation for bodegraph | Documentation for bodegraph | 3 | 库 + texlive-bodeplot | texlive | This is a LaTeX package to plot Bode, Nichols, and Nyquistdiagrams. It provides added functionality over the similarbodegraph package: New \BodeZPK and \BodeTF commands togenerate Bode plots of any transfer function given eitherpoles, zeros, gain, and delay, or numerator and denominatorcoefficients and delay Support for unstable poles and zeros.Support for complex poles and zeros. Support for general stableand unstable second order transfer functions. Support for bothGnuplot (default) and pgfplots (package option pgf). Supportfor linear and asymptotic approximation of magnitude and phaseplots of any transfer function given poles, zeros, and gain. | Draw Bode, Nyquist and Nichols plots with gnuplot or pgfplots | 3 | 工具 + texlive-bohr | texlive | The package provides means for the creation of simple Bohrmodels of atoms up to the atomic number 112. In addition,commands are provided to convert atomic numbers to elementsymbols or element names and vice versa. | Simple atom representation according to the Bohr model | 3 | 工具 + texlive-bohr-doc | texlive | Documentation for bohr | Documentation for bohr | 3 | 库 + texlive-boisik | texlive | Boisik is a serif font set (inspired by the Baskervilletypeface), written in Metafont. The set comprises roman anditalic text fonts and maths fonts. LaTeX support is offered foruse with OT1, IL2 and OM* encodings. | A font inspired by Baskerville design | 3 | 工具 + texlive-boisik-doc | texlive | Documentation for boisik | Documentation for boisik | 3 | 库 + texlive-boites | texlive | Defines environments that allow page breaks inside framed boxeswhose edges may be variously fancy. The bundle includes a fewexamples (shaded box, box with a wavy line on its side, etc). | Boxes that may break across pages | 3 | 工具 + texlive-boites-doc | texlive | Documentation for boites | Documentation for boites | 3 | 库 + texlive-bold-extra | texlive | Allows access to 'extra' bold fonts for Computer Modern OT1encoding (the fonts are available in Metafont source). Sincethere is more than one bold tt-family font set, the versionrequired is selected by a package option. | Use bold small caps and typewriter fonts | 3 | 库 + texlive-bold-extra-doc | texlive | Documentation for bold-extra | Documentation for bold-extra | 3 | 库 + texlive-boldtensors | texlive | This package provides bold latin and greek characters within\mathversion{normal}, by using ~ and " as prefix characters. | Bold latin and greek characters through simple prefix characters | 3 | 库 + texlive-boldtensors-doc | texlive | Documentation for boldtensors | Documentation for boldtensors | 3 | 库 + texlive-bondgraph | texlive | The package draws bond graphs using PGF and TikZ. | Create bond graph figures in LaTeX documents | 3 | 工具 + texlive-bondgraph-doc | texlive | Documentation for bondgraph | Documentation for bondgraph | 3 | 库 + texlive-bondgraphs | texlive | The package is used to draw bond graphs in LaTeX. It uses arecent version (3.0+) of PGF and TikZ for the drawing, hence,it is mainly a set of TikZ styles that makes the drawing ofbond graphs easier. Compared to the bondgraph package thispackage relies more on TikZ styles and less on macros, togenerate the drawings. As such it can be more flexible thanhis, but requires more TikZ knowledge of the user. | Draws bond graphs in LaTeX, using pgf/TikZ | 3 | 工具 + texlive-bondgraphs-doc | texlive | Documentation for bondgraphs | Documentation for bondgraphs | 3 | 库 + texlive-bookcover | texlive | This class helps typesetting book covers and dust jackets. | A class for book covers and dust jackets | 3 | 工具 + texlive-bookcover-doc | texlive | Documentation for bookcover | Documentation for bookcover | 3 | 库 + texlive-bookdb | texlive | This package provides an extended book entry for use incataloguing a home library. The extensions include fields forbinding, category, collator, condition, copy, illustrations,introduction, location, pages, size, value, volumes. | A BibTeX style file for cataloguing a home library | 3 | 工具 + texlive-bookdb-doc | texlive | Documentation for bookdb | Documentation for bookdb | 3 | 服务 + texlive-bookest | texlive | The class extends the standard book class, in the areas ofcolour scheme management, document layout, headings andfooters, front page layout, and other minor items. | Extended book class | 3 | 工具 + texlive-bookest-doc | texlive | Documentation for bookest | Documentation for bookest | 3 | 库 + texlive-bookhands | texlive | This is a set of book-hand (MetaFont) fonts and packagescovering manuscript scripts from the 1st century untilGutenberg and Caxton. The included hands are: Square Capitals(1st century onwards); Roman Rustic (1st-6th centuries);Insular Minuscule (6th cenury onwards); Carolingian Minuscule(8th-12th centuries); Early Gothic (11th-12th centuries);Gothic Textura Quadrata (13th-15th centuries); Gothic TexturaPrescisus vel sine pedibus (13th century onwards); Rotunda (13-15th centuries); Humanist Minuscule (14th century onwards);Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries);Artificial Uncial (6th-10th centuries); and Insular Majuscule(6th-9th centuries). | A collection of book-hand fonts | 3 | 工具 + texlive-bookhands-doc | texlive | Documentation for bookhands | Documentation for bookhands | 3 | 库 + texlive-booklet | texlive | Pages of a document processed with the booklet package will bereordered and scaled so that they can be printed as four pagesper physical sheet of paper, two pages per side. The resultingsheets will, when folded in half, assemble into a booklet.Instructions on producing the manual itself as a booklet areincluded. | Aids for printing simple booklets | 3 | 工具 + texlive-booklet-doc | texlive | Documentation for booklet | Documentation for booklet | 3 | 工具 + texlive-bookman | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-bookmark | texlive | This package implements a new bookmark (outline) organizationfor package hyperref. Bookmark properties such as style andcolor can now be set. Other action types are available (URI,GoToR, Named). The bookmarks are generated in the first compilerun. Package hyperref uses two runs. | A new bookmark (outline) organization for hyperref | 3 | 工具 + texlive-book-of-common-prayer | texlive | This a package for the typesetting of liturgical documents inthe style of the 1979 "Book of Common Prayer". It providesmacros for common liturgical situations (e.g. versicle andresponse, longer prayers, etc.). This package is designed towork with the Sabon font, but it is not necessary to run themacros. | Typeset in the style of "Book of Common Prayer" | 3 | 工具 + texlive-bookshelf | texlive | This package turns a BibTeX bibliography file into arandomly-coloured, randomly-sized shelf of books, with thetitle and author in a randomly-chosen typeface. | Create a nice image from a BibTeX file | 3 | 工具 + texlive-booktabs | texlive | The package enhances the quality of tables in LaTeX, providingextra commands as well as behind-the-scenes optimisation.Guidelines are given as to what constitutes a good table inthis context. From version 1.61, the package offers longtablecompatibility. | Publication quality tables in LaTeX | 3 | 工具 + texlive-booktabs-de-doc | texlive | Documentation for booktabs-de | Documentation for booktabs-de | 3 | 库 + texlive-booktabs-doc | texlive | Documentation for booktabs | Documentation for booktabs | 3 | 库 + texlive-booktabs-fr-doc | texlive | Documentation for booktabs-fr | Documentation for booktabs-fr | 3 | 库 + texlive-boolexpr | texlive | The \boolexpr macro evaluates boolean expressions in a purelyexpandable way. \boolexpr{ A \OR B \AND C } expands to 0 if thelogical expression is TRUE. A, B, C may be: numeric expressionssuch as: x=y, x<>y, x>y or x<y; - boolean switches: \iftrue0\else 1\fi; - conditionals: \ifcsname whatsit\endcsname 0\else1\fi; - another \boolexpr: \boolexpr{ D \OR E \AND F }:\boolexpr may be used with \ifcase: \ifcase\boolexpr{ A \OR B\AND C } What to do if true \else What to do if false \fi The\switch command (which is also expandable) has the form:\switch \case{<boolean expression>} ... \case{<booleanexpression>} ... ... \otherwise ... \endswitch | A boolean expression evaluator and a switch command | 3 | 工具 + texlive-boolexpr-doc | texlive | Documentation for boolexpr | Documentation for boolexpr | 3 | 库 + texlive-boondox | texlive | The package contains a number of PostScript fonts derived fromthe STIX OpenType fonts, that may be used in maths mode inregular and bold weights for calligraphic, fraktur and double-struck alphabets. Virtual fonts with metrics suitable for mathsmode are provided, as are LaTeX support files. | Mathematical alphabets derived from the STIX fonts | 3 | 工具 + texlive-boondox-doc | texlive | Documentation for boondox | Documentation for boondox | 3 | 库 + texlive-bophook | texlive | Using the \AtBeginPage hook, you can add material in thebackground of a page. \PageLayout can be used to give pagemakeup commands to be executed on every page (e.g., dependingon the page style). | Provides an At-Begin-Page hook | 3 | 工具 + texlive-bophook-doc | texlive | Documentation for bophook | Documentation for bophook | 3 | 库 + texlive-borceux | texlive | The macros support the construction of diagrams, such as thosethat appear in category theory texts. The user gives the listof vertices and arrows to be included, just as when composing amatrix, and the program takes care of computing the dimensionsof the arrows and realizing the pagesetting. All the user hasto do about the arrows is to specify their type (monomorphism,pair of adjoint arrows, etc.) and their direction (north, south-east, etc.); 12 types and 32 directions are available. | Diagram macros by Francois Borceux | 3 | 工具 + texlive-borceux-doc | texlive | Documentation for borceux | Documentation for borceux | 3 | 库 + texlive-bosisio | texlive | A collection of packages containing: accenti dblfont; envmath;evenpage; graphfig; mathcmd; quotes; and sobolev. | A collection of packages by Francesco Bosisio | 3 | 工具 + texlive-bosisio-doc | texlive | Documentation for bosisio | Documentation for bosisio | 3 | 库 + texlive-boxedminipage | texlive | The package essentially just wraps a minipage within an \fbox.However, while\fbox{\begin{minipage}{\linewidth}...\end{minipage}} juts outinto the margin, \begin{boxedminipage}...\end{boxedminipage}does not. Instead, it subtracts the frame's dimensions from thespecified dimensions of the minipage before typesetting theminipage. Note: The package was formerly known asboxedminipage2e and now replaces Mario Wolczko's earlierboxedminipage package. | Framed minipages of a specified total width (text and frame combined) | 3 | 工具 + texlive-boxhandler | texlive | The package allows the user to optimise presentation of LaTeXtables and figures. Boxhandler will lay out table and figurecaptions with a variety of stylistic apperances, and will alsoallow figures and tables to be "wrapped" in a manner consistentwith many business and government documents. For a documentthat might appear in different venues with differentformatting, boxhandler permits the creation of a LaTeX sourcedocument that can, with a single-line change in the sourcecode, produce an output that has very different layout from thebaseline configuration, not only in terms of caption style, butmore importantly in terms of the locations where figures,tables and lists appear (or not) in the document. Deferralroutines also allow one to keep all figure and table data in aseparate source file, while nonetheless producing a documentwith figures and tables appearing in the desired location. | Flexible Captioning and Deferred Box/List Printing | 3 | 工具 + texlive-boxhandler-doc | texlive | Documentation for boxhandler | Documentation for boxhandler | 3 | 库 + texlive-bpchem | texlive | The package provides support for typesetting simple chemicalformulae, those long IUPAC compound names, and some chemicalidioms. It also supports the labelling of compounds andreference to labelled compounds. | Typeset chemical names, formulae, etc | 3 | 工具 + texlive-bpchem-doc | texlive | Documentation for bpchem | Documentation for bpchem | 3 | 库 + texlive-bpolynomial | texlive | This MetaPost package helps plotting polynomial and rootfunctions up to order three. The package provides macros tocalculate Bezier curves exactly matching a given constant,linear, quadratic or cubic polynomial, or square or cubic rootfunction. In addition, tangents on all functions andderivatives of polynomials can be calculated. | Drawing polynomial functions of up to order 3 | 3 | 工具 + texlive-bpolynomial-doc | texlive | Documentation for bpolynomial | Documentation for bpolynomial | 3 | 库 + texlive-bracketkey | texlive | The package provides an environment bracketkey for use whenproducing lists of species. | Produce bracketed identification keys | 3 | 工具 + texlive-bracketkey-doc | texlive | Documentation for bracketkey | Documentation for bracketkey | 3 | 库 + texlive-braids | texlive | The package enables drawing of braid diagrams with PGF/TikZusing a simple syntax. The braid itself is specified by givinga word in the braid group, and there are many options forstyling the strands and for drawing "floors". | Draw braid diagrams with PGF/TikZ | 3 | 工具 + texlive-braids-doc | texlive | Documentation for braids | Documentation for braids | 3 | 库 + texlive-braille | texlive | This package allows the user to produce Braille documents onpaper for the blind without knowing Braille (which can takeyears to learn). Python scripts grade1.py and grade2.py convertordinary text to grade 1 and 2 Braille tags; then, the LaTeXpackage takes the tags and prints out corresponding Braillesymbols. | Support for braille | 3 | 库 + texlive-braille-doc | texlive | Documentation for braille | Documentation for braille | 3 | 库 + texlive-braket | texlive | Provides macros to typeset bra-ket notation, as well as setspecifiers, with a single ("|") or a double ("||" or ("\|")vertical bar specifier in between two bracketed parts. Eachmacro comes in a fixed-size version and an expanding version.If the package finds itself operating under e-tex, it uses theextended primitive \middle for more reliable results | Dirac bra-ket and set notations | 3 | 工具 + texlive-braket-doc | texlive | Documentation for braket | Documentation for braket | 3 | 库 + texlive-brandeis-dissertation | texlive | The class will enable the user to typeset a dissertation whichadheres to the formatting guidelines of Brandeis UniversityGraduate School of Arts and Sciences (GSAS). | Class for Brandeis University dissertations | 3 | 工具 + texlive-brandeis-dissertation-doc | texlive | Documentation for brandeis-dissertation | Documentation for brandeis-dissertation | 3 | 工具 + texlive-brandeis-problemset | texlive | Brandeis University's computer science ("COSI") courses oftenassign "problem sets" which require fairly rigorous formatting.This document class, which extends article, provides a simpleway to typeset these problem sets in LaTeX. Although the classis compatible with all LaTeX flavors, XeLaTeX or LuaLaTeX arerecommended for fontspec support. | Document class for COSI Problem sets at Brandeis University (Waltham, MA) | 3 | 工具 + texlive-brandeis-thesis | texlive | brandeis-thesis.cls provides the structures and formattinginformation for an M.A. thesis for the Brandeis UniversityGraduate School of Arts and Sciences. | A class for Brandeis University M.A. theses | 3 | 工具 + texlive-breakcites | texlive | Makes a very minor change to the operation of the \citecommand. Note that the change is not necessary in unmodifiedLaTeX; however, there remain packages that restore theundesirable behaviour of the command as provided in LaTeX 2.09.(Note that neither cite nor natbib make this mistake.) | Ensure that multiple citations may break at line end | 3 | 工具 + texlive-breakcites-doc | texlive | Documentation for breakcites | doc files of breakcites | 3 | 库 + texlive-breakurl | texlive | This package provides a command much like hyperref's \url thattypesets a URL using a typewriter-like font. However, if thedvips driver is being used, the original \url doesn't allowline breaks in the middle of the created link: the link comesin one atomic piece. This package allows such line breaks inthe generated links. | Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf | 3 | 工具 + texlive-breakurl-doc | texlive | Documentation for breakurl | Documentation for breakurl | 3 | 库 + texlive-bredzenie | texlive | This is a polish version of the classic pseudo-Latin "loremipsum dolor sit amet...". It provides access to severalparagraphs of pseudo-Polish generated with Hidden Markov Modelsand Recurrent Neural Networks trained on a corpus of Polish. | a Polish version of "lorem ipsum..." in the form of a LaTeX package | 3 | 工具 + texlive-breqn | texlive | The package provides solutions to a number of commondifficulties in writing displayed equations and getting high-quality output. For example, it is a well-known inconveniencethat if an equation must be broken into more than one line,'left...right' constructs cannot span lines. The breqn packagemakes them work as one would expect whether or not there is anintervening line break. The single most ambitious goal of thepackage, however, is to support automatic linebreaking ofdisplayed equations. Such linebreaking cannot be done withoutsubstantial changes under the hood in the way formulae areprocessed; the code must be watched carefully, keeping an eyeon possible glitches. The bundle also contains the flexisym andmathstyle packages, which are both designated as support forbreqn. | Automatic line breaking of displayed equations | 3 | 工具 + texlive-breqn-doc | texlive | Documentation for breqn | Documentation for breqn | 3 | 库 + texlive-br-lex | texlive | This class implements rules to typeset Brazilian legal texts.Its purpose is to be an easy-to-use implementation for the end-user. | A Class for Typesetting Brazilian legal texts | 3 | 库 + texlive-br-lex-doc | texlive | Documentation for br-lex | Documentation for br-lex | 3 | 库 + texlive-bropd | texlive | The package simplifies the process of writing differentialoperators and brackets in LaTeX. The commands facilitate theeasy manipulation of equations involving brackets and allowpartial differentials to be expressed in an alternate form. | Simplified brackets and differentials in LaTeX | 3 | 工具 + texlive-bropd-doc | texlive | Documentation for bropd | Documentation for bropd | 3 | 库 + texlive-brushscr | texlive | The BrushScript font simulates hand-written characters; it isdistributed in Adobe Type 1 format (but is available in italicshape only). The package includes the files needed by LaTeX inorder to use that font. The file AAA_readme.tex fully describesthe package and sample.tex illustrates its use. | A handwriting script font | 3 | 工具 + texlive-brushscr-doc | texlive | Documentation for brushscr | Documentation for brushscr | 3 | 库 + texlive-bubblesort | texlive | This package sorts a list of TeX items {item 1}...{item k} in"increasing" order where "increasing" is determined by acomparator macro. By default it sorts real numbers with theusual meaning of "increasing" but some other examples arediscussed in the documentation. A second macro is includedwhich sorts one list and applies the same permutation to asecond list. | Bubble sorts a list | 3 | 工具 + texlive-buctthesis | texlive | This package provides a LaTeX class and template for BeijingUniversity of Chemical Technology, supporting bachelor, master,and doctor theses. | Beijing University of Chemical Technology Thesis Template | 3 | 工具 + texlive-bullcntr | texlive | The bullcntr package defines the command bullcntr, which may bethought of as an analogue of the \fnsymbol command: like thelatter, it displays the value of a counter lying between 1 and9, but uses, for the purpose, a regular pattern of bullets. | Display list item counter as regular pattern of bullets | 3 | 工具 + texlive-bullcntr-doc | texlive | Documentation for bullcntr | Documentation for bullcntr | 3 | 库 + texlive-bundledoc | texlive-base | The bundledoc package is a post-processor for the snapshotpackage that bundles together all the classes, packages andfiles needed to build a given LaTeX document. It reads the .depfile that snapshot produces, finds each of the files mentionedtherein, and archives them into a single .tar.gz (or .zip, orwhatever) file, suitable for moving across systems,transmitting to a colleague, etc. A script, arlatex, providesan alternative "archiving" mechanism, creating a single LaTeXfile that contains all of the ancillary files of a LaTeXdocument, together with the document itself, using thefilecontents* environment. | Bundle together all the files needed to build a LaTeX document | 3 | 工具 + texlive-burmese | texlive | This package provides basic support for writing Burmese. Thepackage provides a preprocessor (written in Perl), an AdobeType 1 font, and LaTeX macros. | Basic Support for Writing Burmese | 3 | 工具 + texlive-burmese-doc | texlive | Documentation for burmese | Documentation for burmese | 3 | 库 + texlive-businesscard-qrcode | texlive | What happens when you give your visiting card to someone?Either they manually type the text into their computer ormobile phone, or it will end up in a box and be forgotten.Nowadays data is required electronically, not on paper. Here isthe solution: A visiting card with QR-Code that contains a fullvcard so that it can be scanned with an app on the mobile phoneand thereby automatically imported into the electroniccontacts. This also works well when you are offline andbluetooth transfer fails. So here is the highly configurablebusiness card or visiting card with full vcard as QR-Code,ready to send to online printers. You can specify the exactsize of the paper and the content within the paper, inludinggeneration of crop marks. The package depends on the followingother LaTeX packages: calc, crop, DejaVuSans, etoolbox,fontawesome, fontenc, geometry, kvoptions, marvosym, qrcode,varwidth, and wrapfig. The package needs XeLaTeX for workingproperly. | Business cards with QR-Code | 3 | 工具 + texlive-bussproofs | texlive | The package allows the construction of proof trees in the styleof the sequent calculus and many other proof systems. One novelfeature of the macros is they support the horizontal alignmentaccording to some centre point specified with the command\fCenter. This is the style often used in sequent calculusproofs. The package works in a Plain TeX document, as well asin LaTeX; an exposition of the commands available is given inthe package file itself. | Proof trees in the style of the sequent calculus | 3 | 工具 + texlive-bussproofs-doc | texlive | Documentation for bussproofs | Documentation for bussproofs | 3 | 工具 + texlive-bussproofs-extra | texlive | This package provides additional functionality forbussproofs.sty; specifically, it allows for typesetting ofentire (sub)deductions. | Extra commands for bussproofs.sty | 3 | 工具 + texlive-bxbase | texlive | The main purpose of this bundle is to serve as an underlyinglibrary for other packages created by the same author (theirnames start with "BX" or "PX"). However bxbase package containsa few user-level commands and is of some use by itself. | BX bundle base components | 3 | 工具 + texlive-bxbase-doc | texlive | Documentation for bxbase | Documentation for bxbase | 3 | 库 + texlive-bxcalc | texlive | This package bundle consists of the following packages:bxcalcize: To make calc expressions available in more places.bxcalcux: To add user-defined units to the calc syntax. Inaddition, this bundle provides the bxcalc package, which simplyloads the above-mentioned packages internally. | To extend the functionality of the calc package | 3 | 工具 + texlive-bxcjkjatype | texlive | The package provides a working configuration of the CJKpackage, suitable for Japanese typesetting of moderate quality.Moreover, it facilitates use of the CJK package for pLaTeXusers, by providing commands that are similar to those used bythe pLaTeX kernel and some other packages used with it. | Typeset Japanese with pdfLaTeX and CJK | 3 | 工具 + texlive-bxcjkjatype-doc | texlive | Documentation for bxcjkjatype | Documentation for bxcjkjatype | 3 | 库 + texlive-bxdpx-beamer | texlive | The package is a driver to support beamer Navigation symbolsand \framezoomed regions when using dvipdfmx as PDF generator(e.g., as part of e-pTeX). The package does not define any'user' commands. | Dvipdfmx extras for use with beamer | 3 | 工具 + texlive-bxdpx-beamer-doc | texlive | Documentation for bxdpx-beamer | Documentation for bxdpx-beamer | 3 | 库 + texlive-bxdvidriver | texlive | This single-function package enables authors to specify aglobal driver option (dvips, dvipdfmx, etc) which is appliedonly when the engine outputs a DVI file. It is useful to createspecial document- templates that can be compiled in both PDF-mode and DVI-mode. | Enables specifying a driver option effective only in DVI output | 3 | 工具 + texlive-bxdvidriver-doc | texlive | Documentation for bxdvidriver | doc files of bxdvidriver | 3 | 库 + texlive-bxeepic | texlive | The package provides an eepic driver to use pict2e facilities. | Eepic facilities using pict2e | 3 | 库 + texlive-bxeepic-doc | texlive | Documentation for bxeepic | Documentation for bxeepic | 3 | 库 + texlive-bxenclose | texlive | The package enables authors to designate in the preamble tomake the document body enclosed with the given pieces of code.As is known, there are already various mechanisms provided byLaTeX kernel or packages that attach hooks at the beginning andend of documents. | Enclose the document body with some pieces of code | 3 | 工具 + texlive-bxenclose-doc | texlive | Documentation for bxenclose | doc files of bxenclose | 3 | 库 + texlive-bxghost | texlive | The package provides two commands to help authors for documentsin Japanese to insert proper xkanjiskips. It supports LuaTeX,XeTeX, pTeX, upTeX, and ApTeX (pTeX-ng). | Ghost insertion for proper xkanjiskip | 3 | 工具 + texlive-bxjaholiday | texlive | This LaTeX package provides a command to convert dates to namesof Japanese holidays. Another command, converting dates to theday of the week in Japanese, is available as a free gift.Further (lower-level) APIs are provided for expl3. The packagesupports pdfTeX, XeTeX, LuaTeX, pTeX, and upTeX. | Support for Japanese holidays | 3 | 工具 + texlive-bxjalipsum | texlive | This package enables users to print some Japanese text that canbe used as dummy text. It is a Japanese counterpart of thelipsum package. Since there is no well-known nonsense text likeLipsum in the Japanese language, the package uses some realtext in public domain. | Dummy text in Japanese | 3 | 工具 + texlive-bxjaprnind | texlive | In Japanese typesetting, opening parentheses placed at thebeginning of paragraphs or lines are treated specially; forexample, while the paragraph indent before normal kanjicharacters is 1em, the indent before parentheses can be 0.5em,1em or 1.5em deoending on the local rule in effect. | Adjust the position of parentheses at paragraph head | 3 | 工具 + texlive-bxjatoucs | texlive | This package is meant for macro/package developers: It providesfunction-like (fully-expandable) macros that convert acharacter code value in one of several Japanese encodings to aUnicode value. Supported source encodings are: ISO-2022-JP(jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1glyph set. | Convert Japanese character code to Unicode | 3 | 工具 + texlive-bxjscls | texlive | This package provides an extended version of the Japanesedocument class collection provided by jsclasses. While theoriginal version supports only pLaTeX and upLaTeX, the extendedversion also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with theaid of suitable packages that provide capability of Japanesetypesetting. | Japanese document class collection for all major engines | 3 | 工具 + texlive-bxjscls-doc | texlive | Documentation for bxjscls | Documentation for bxjscls | 3 | 库 + texlive-bxnewfont | texlive | This package provides a new command \newfontx. It is similar tothe old (and deprecated) command \newfont in function, but ismore compatible with NFSS. In particular, one can safely changefont size after invoking a font command defined by \newfontx.The new command will be useful to users who know much of theold \newfont command but are unfamiliar with the detail ofNFSS. | Enhanced \newfont command | 3 | 工具 + texlive-bxnewfont-doc | texlive | Documentation for bxnewfont | doc files of bxnewfont | 3 | 库 + texlive-bxorigcapt | texlive | This package forces the caption names (`\chaptername`,`\today`, etc) declared by the document class in use to be usedas the caption names for a specific language introduced by theBabel package. | To retain the original caption names when using Babel | 3 | 工具 + texlive-bxpapersize | texlive | As is well known, in LaTeX processing layout paper sizespecified by document class options is not automaticallyapplied to output paper size. This package enables LaTeXauthors to synchronize both kinds of paper sizes. | Synchronize output paper size with layout paper size | 3 | 工具 + texlive-bxpapersize-doc | texlive | Documentation for bxpapersize | doc files of bxpapersize | 3 | 库 + texlive-bxpdfver | texlive | This package enables users to specify in their sources thefollowing settings on the PDF document to output: PDF version(1.4, 1.5 etc.); whether or not to compress streams; whether ornot to use object streams. This package supports all major PDF-output engines and dvipdfmx. | Specify version and compression level of output PDF files | 3 | 工具 + texlive-bxpdfver-doc | texlive | Documentation for bxpdfver | Documentation for bxpdfver | 3 | 库 + texlive-bxtexlogo | texlive | The hologo package provides many useful logos of popular (andnot so popular) TeX-family software. However, its interface isa bit cumbersome because you must type \hologo{BibTeX} insteadof \BibTeX. This package makes it possible to import some ofthe logos provided by hologo as single commands, such as\BibTeX. Additionally, the package provides logos of someTeX-family software that is popular mainly in Japan. Theselogos can be imported in the same way as those provided by the\hologo command. bxtexlogo depends on hologo and cjhebrew (if\logoAleph and \logoLamed are used). | Additional TeX-family logos | 3 | 工具 + texlive-bxwareki | texlive | This LaTeX package provides commands to convert from theGregorian calendar (e. g. 2018/8/28) to the Japanese renderingof the Japanese calendar (e. g. Heisei 30 nen 8 gatsu 28 nichi;actually with kanji characters). You can choose whether thenumbers are written in Western numerals or kanji numerals. Notethat the package only deals with dates in the year 1873 orlater, where the Japanese calendar is really a Gregoriancalendar with a different notation of years. | Convert dates from Gregorian to Japanese calender | 3 | 工具 + texlive-byo-twemojis | texlive | This package provides the means to create your own emojis (thesimple, round, and mostly yellow ones) from elements ofexisting emojis. The provided command creates a TikZ picturefrom the stated elements with multiple possibilities to modifythe result in color and position. | "Build Your Own Twemojis" with TikZ | 3 | 工具 + texlive-byrne | texlive | This package is a LaTeX adaptation of a set of tools developedfor ConTeXt reproduction of Oliver Byrne's 1847 edition of thefirst six books of Euclid's "Elements";(https://github.com/jemmybutton/byrne-euclid). It consists of aMetaPost library, responsible for all the drawing and a set ofLaTeX macros to conveniently use them. This package works withLuaLaTeX and relies on luamplib v2.23.0 or higher. | This package provides a set of tools to typeset geometric proofs in the style of Oliver Byrne's 1847 ed. of Euclid's "Elements" | 3 | 工具 + texlive-bytefield | texlive | The bytefield package helps the user create illustrations fornetwork protocol specifications and anything else that utilizesfields of data. These illustrations show how the bits and bytesare laid out in a packet or in memory. | Create illustrations for network protocol specifications | 3 | 工具 + texlive-bytefield-doc | texlive | Documentation for bytefield | Documentation for bytefield | 3 | 库 + texlive-c90 | texlive | part of the CJK package, ctan.org/pkg/cjk | c90 package | 3 | 工具 + texlive-c90-doc | texlive | Documentation for c90 | Documentation for c90 | 3 | 库 + texlive-cabin | texlive | Cabin is a humanist sans with four weights and true italics andsmall capitals. According to the designer, Pablo Impallari,Cabin was inspired by Edward Johnston's and Eric Gill'stypefaces, with a touch of modernism. Cabin incorporates modernproportions, optical adjustments, and some elements of thegeometric sans. cabin.sty supports use of the font under LaTeX,pdfLaTeX, xeLaTeX and luaLaTeX; it uses the mweights, to managethe user's view of all those font weights. An sfdefault optionis provided to enable Cabin as the default text font. Thefontaxes package is required for use with [pdf]LaTeX. | A humanist Sans Serif font, with LaTeX support | 3 | 工具 + texlive-cabin-doc | texlive | Documentation for cabin | Documentation for cabin | 3 | 服务 + texlive-cachepic | texlive-base | The bundle simplifies and automates conversion of documentfragments into external EPS or PDF files. The bundle consistsof two parts: a LaTeX package that implements a document levelinterface, and a command line tool (written in lua) thatgenerates the external graphics. | Convert document fragments into graphics | 3 | 工具 + texlive-caladea | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Caladea family of fonts, designed by CarolinaGiovagnoli and Andres Torresi of the Huerta Tipografica foundryand adopted by Google for ChromeOS as a font-metric compatiblereplacement for Cambria. | Support for the Caladea family of fonts | 3 | 工具 + texlive-caladea-doc | texlive | Documentation for caladea | Documentation for caladea | 3 | 库 + texlive-calcage | texlive | The package calculates the age of someone or something inyears. Internally it uses the datenumber package to calculatethe age in days; conversion from days to years is thenperformed, taking care of leap years and such odd things. | Calculate the age of something, in years | 3 | 工具 + texlive-calcage-doc | texlive | Documentation for calcage | Documentation for calcage | 3 | 库 + texlive-calctab | texlive | The calctab package helps the user to typeset a kind ofeconomic table such as invoices, expense notes and liquidation,or other tabular material with a values column. The codecomputes sum and percentage with floating point numeric methods(using the fltpoint package) and builds the render table task. | Language for numeric tables | 3 | 工具 + texlive-calctab-doc | texlive | Documentation for calctab | Documentation for calctab | 3 | 库 + texlive-calculation | texlive | The calculation environment formats reasoned calculations, alsocalled calculational proofs. The notion of reasonedcalculations or calculational proofs was originally advocatedby Wim Feijen and Edsger Dijkstra. The package accepts optionsfleqn and leqno (with the same effect as the LaTeX optionsfleqn and leqno, or may inherit the options from the documentclass). It allows steps and expressions to be numbered (byLaTeX equation numbers, obeying the LaTeX \label command torefer to these numbers), and a step doesn't take vertical spaceif its hint is empty. An expression in a calculation can begiven a comment; it is placed at the side opposite to theequation numbers. Calculations are allowed inside hintsalthough numbering and commenting is then disabled. | Typesetting reasoned calculations, also called calculational proofs | 3 | 工具 + texlive-calculation-doc | texlive | Documentation for calculation | Documentation for calculation | 3 | 库 + texlive-calculator | texlive | The calculator and calculus packages define severalinstructions which allow us to realise algebraic operations andto evaluate elementary functions and derivatives in ourdocuments. The package's main goal is to define the arithmeticand functional calculations need in the author's packagexpicture, but the numeric abilities of "calculator" and"calculus" may be useful in other contexts. | Use LaTeX as a scientific calculator | 3 | 工具 + texlive-calculator-doc | texlive | Documentation for calculator | Documentation for calculator | 3 | 库 + texlive-calligra | texlive | A calligraphic font in the handwriting style of the author,Peter Vanroose. The font is supplied as Metafont source. LaTeXsupport of the font is provided in the calligra package in thefundus bundle. | Calligraphic font | 3 | 工具 + texlive-calligra-doc | texlive | Documentation for calligra | Documentation for calligra | 3 | 库 + texlive-calligra-type1 | texlive | This is a conversion (using mf2pt1) of Peter Vanroose'shandwriting font. | Type 1 version of Calligra | 3 | 工具 + texlive-calligra-type1-doc | texlive | Documentation for calligra-type1 | Documentation for calligra-type1 | 3 | 库 + texlive-callouts | texlive | The package defines the annotation environment in whichcallouts, notes, arrows, and the like can be placed to describecertain parts of a picture. | Put simple annotations and notes inside a picture | 3 | 工具 + texlive-calrsfs | texlive | Provides a maths interface to the rsfs fonts. | Copperplate calligraphic letters in LaTeX | 3 | 工具 + texlive-calrsfs-doc | texlive | Documentation for calrsfs | Documentation for calrsfs | 3 | 库 + texlive-cals | texlive | The package allows the user to typeset multipage tables withrepeatable headers and footers, and with cells spanned overrows and columns. Decorations are supported: padding,background color, width of separation rules. The package iscompatible with multicol and pdfsync. | Multipage tables with wide range of features | 3 | 工具 + texlive-cals-doc | texlive | Documentation for cals | Documentation for cals | 3 | 库 + texlive-calxxxx-yyyy | texlive | The package prints a calendar for 2 or more years, according toa language selection. The package is also "culture dependent",in the sense that it will start weeks according to local rules:e.g., weeks conventionally start on Monday in the English-speaking world. | Print a calendar for a group of years | 3 | 工具 + texlive-calxxxx-yyyy-doc | texlive | Documentation for calxxxx-yyyy | Documentation for calxxxx-yyyy | 3 | 库 + texlive-cancel | texlive | A package to draw diagonal lines ("cancelling" a term) andarrows with limits (cancelling a term "to a value") throughparts of maths formulae. | Place lines through maths formulae | 3 | 工具 + texlive-cancel-doc | texlive | Documentation for cancel | Documentation for cancel | 3 | 库 + texlive-canoniclayout | texlive | A canonic text layout has specified relations to a circleinscribed within the enclosing page. The package allows theuser to use a canonic layout with the memoir class. | Create canonical page layouts with memoir | 3 | 工具 + texlive-canoniclayout-doc | texlive | Documentation for canoniclayout | Documentation for canoniclayout | 3 | 库 + texlive-cantarell | texlive | Cantarell is a contemporary Humanist sans serif designed byDave Crossland and Jakub Steiner. This font, delivered underthe OFL version 1.1, is available on the GNOME download server.The present package provides support for this font in LaTeX. Itincludes Type 1 versions of the fonts, converted for thispackage using FontForge from its sources, for full support withDvips. | LaTeX support for the Cantarell font family | 3 | 工具 + texlive-cantarell-doc | texlive | Documentation for cantarell | Documentation for cantarell | 3 | 库 + texlive-captcont | texlive | The captcont package provides the ability to continue thenumbering in your float environment (figure, table, etc.) withminimal overhead. This package adds three commands: \caption*,\captcont, and \captcont*. Along with the \caption command,these give full control over the caption numbering, captiontext and the entries in the list-of pages. The \caption and\captcont commands generate list-of page entries. The \captionand \caption* commands increment the figure or table counter.Captcont also fully supports the subfigure package. | Retain float number across several floats | 3 | 工具 + texlive-captcont-doc | texlive | Documentation for captcont | Documentation for captcont | 3 | 库 + texlive-captdef | texlive | The \DeclareCaption command defines a class of caption commandassociated with the counter specified to the command. Thesecommands are free-standing (i.e., don't need to be inside afloat environment). The package uses \DeclareCaption to define\figcaption and \tabcaption, which can be used outside figureor table environments. | Declare free-standing \caption commands | 3 | 工具 + texlive-captdef-doc | texlive | Documentation for captdef | Documentation for captdef | 3 | 库 + texlive-caption | texlive | The caption package provides many ways to customise thecaptions in floating environments like figure and table, andcooperates with many other packages. Facilities includerotating captions, sideways captions, continued captions (fortables or figures that come in several parts). A list ofcompatibility notes, for other packages, is provided in thedocumentation. The package also provides the "caption outsidefloat" facility, in the same way that simpler packages likecapt-of do. The package supersedes caption2. | Customising captions in floating environments | 3 | 工具 + texlive-caption-doc | texlive | Documentation for caption | Documentation for caption | 3 | 工具 + texlive-capt-of | texlive | Defines a command \captionof for putting a caption to somethingthat's not a float. Note that the caption package includes a\captionof command that is an extension of that provided bythis package. | Captions on more than floats | 3 | 工具 + texlive-capt-of-doc | texlive | Documentation for capt-of | Documentation for capt-of | 3 | 库 + texlive-carbohydrates | texlive | This package offers macros that make the preparation ofexercise sheets for teaching carbohydrate chemistry a lot lesstedious. It uses chemfig for drawing the formulas. Differentrepresentation models (Fischer, Haworth, chair...) aresupported as well as alpha, beta, and chain isomers. | Carbohydrate molecules with chemfig | 3 | 工具 + texlive-carbohydrates-doc | texlive | Documentation for carbohydrates | doc files of carbohydrates | 3 | 库 + texlive-carlisle | texlive | Many of David Carlisle's more substantial packages stand ontheir own, or as part of the LaTeX latex-tools set; this setcontains: Making dotless 'j' characters for fonts that don'thave them; A method for combining the capabilities of longtableand tabularx; An environment for including Plain TeX in LaTeXdocuments; A jiffy to remove counters from other counters'reset lists (now obsolete as it has been incorporated into theLaTeX format); A jiffy to create 'slashed' characters forphysicists. | David Carlisle's small packages | 3 | 工具 + texlive-carlisle-doc | texlive | Documentation for carlisle | Documentation for carlisle | 3 | 工具 + texlive-carlito | texlive | The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Carlito family of sans serif fonts, designed byLukasz Dziedzic of the tyPoland foundry and adopted by Googlefor ChromeOS as a font-metric compatible replacement forCalibri. | Support for Carlito sans-serif fonts | 3 | 工具 + texlive-carlito-doc | texlive | Documentation for carlito | Documentation for carlito | 3 | 库 + texlive-carolmin-ps | texlive | The bundle offers Adobe Type 1 format versions of PeterWilson's Carolingian Minuscule font set (part of the bookhandscollection). The fonts in the bundle are ready-to-usereplacements for the Metafont originals. | Adobe Type 1 format of Carolingian Minuscule fonts | 3 | 工具 + texlive-carolmin-ps-doc | texlive | Documentation for carolmin-ps | Documentation for carolmin-ps | 3 | 库 + texlive-cartonaugh | texlive | This package, a fork of 2pi's karnaugh-map package, drawskarnaugh maps with 2, 3, 4, 5, and 6 variables. It alsocontains commands for filling the karnaugh map with termssemi-automatically or manually. Last but not least it containscommands for drawing implicants on top of the map. The name"cartonaugh" is a portmanteau of "cartographer" and "karnaugh".The package needs LuaLaTeX and depends on TikZ, xparse, andxstring. | A LuaLaTeX package for drawing karnaugh maps with up to 6 variables | 3 | 工具 + texlive-cascade | texlive | The LaTeX package cascade provides a command \Cascade to doconstructions to present mathematical demonstrations withsuccessive braces for the deductions. | Constructions with braces to present mathematical demonstrations | 3 | 工具 + texlive-cascadia-code | texlive | Cascadia Code is a monospaced font by Microsoft. This packageprovides the Cascadia Code family of fonts with support forLaTeX and pdfLaTeX. Adding \usepackage{cascadia-code} to thepreamble of your document will activate Cascadia Code as thetypewriter font (\ttdefault). | The Cascadia Code font with support for LaTeX and pdfLaTeX | 3 | 工具 + texlive-cascadilla | texlive | The class provides an extension of the standard LaTeX articleclass that may be used to typeset papers conforming to thestylesheet of the Cascadilla Proceedings Project, which is usedby a number of linguistics conference proceedings (e.g.,WCCFL). | Typeset papers conforming to the stylesheet of the Cascadilla Proceedings Project | 3 | 工具 + texlive-cascadilla-doc | texlive | Documentation for cascadilla | Documentation for cascadilla | 3 | 库 + texlive-cases | texlive | This package provides a LaTeX environment "numcases" to producemulti-case equations with a separate equation number for eachcase. There is also a "subnumcases" environment which numberseach case with the overall equation number plus a letter [8a,8b, etc.]. | Numbered cases environment | 3 | 工具 + texlive-cases-doc | texlive | Documentation for cases | Documentation for cases | 3 | 库 + texlive-casyl | texlive | The bundle constitutes a font (as Metafont source) and LaTeXmacros for its use within a document. | Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics | 3 | 工具 + texlive-casyl-doc | texlive | Documentation for casyl | Documentation for casyl | 3 | 库 + texlive-catchfile | texlive | This package catches the contents of a file and puts it in amacro. It requires e-TeX. Both LaTeX and plain TeX aresupported. | Catch an external file into a macro | 3 | 工具 + texlive-catchfilebetweentags | texlive | This package (built using the facilities of catchfile) providesa macro \catchfilebetweentags acts like the original \catchfilebut only extracts a portion of the file instead of the completefile. The extracted portion can be delimited by strings or bydocstrip tags: %<*tag> .... %</tag> (comments in the caughtregion may be included or dropped). | Catch text delimited by docstrip tags | 3 | 工具 + texlive-catchfilebetweentags-doc | texlive | Documentation for catchfilebetweentags | Documentation for catchfilebetweentags | 3 | 服务 + texlive-catcodes | texlive | The bundle deals with category code switching; the packages ofthe bundle should work with any TeX format (with the support ofthe plainpkg package). The bundle provides: stacklet.sty, whichsupports stacks that control the use of different catcodes;actcodes.sty, which deals with active characters; andcatchdq.sty, which provides a simple quotation charactercontrol mechanism. | Generic handling of TeX category codes | 3 | 工具 + texlive-catcodes-doc | texlive | Documentation for catcodes | Documentation for catcodes | 3 | 库 + texlive-catechis | texlive | The macros include: format for question-and-answer; comments onanswers; lengthier explanations of answers; citations. Theformatting of all the macros is highly (and simply)customizable. | Macros for typesetting catechisms | 3 | 工具 + texlive-catechis-doc | texlive | Documentation for catechis | Documentation for catechis | 3 | 库 + texlive-catoptions | texlive | The package changes package loading internals so that allsubsequently loaded packages can rely on normal/standardcatcodes of all ASCII characters. The package defines canonicalcontrol sequences to represent all the visible ASCIIcharacters. It also provides robust option parsing mechanisms(XDeclareOption, XExecuteOptions and XProcessOptions, whichwill be used by \documentclass if the package has already beenloaded). The package also provides a range of other TeXprogramming tools. | Preserving and recalling standard catcodes | 3 | 工具 + texlive-catoptions-doc | texlive | Documentation for catoptions | Documentation for catoptions | 3 | 库 + texlive-causets | texlive | This LaTeX package uses TikZ to generate (Hasse) diagrams forcausal sets (causets) to be used inline with text or inmathematical expressions. The macros can also be used in thetikzpicture environment to annotate or modify a diagram, asshown with some examples in the documentation. | Draw causal set (Hasse) diagrams | 3 | 工具 + texlive-cbcoptic | texlive | CBcoptic is a bundle of files for typesetting Copticphilological text with the proper fonts and hyphenation. Thefonts are based on, but much extend, the fonts of the originalcoptic bundle. The CBcoptic bundle includes font descriptionfiles, Metafont sources and equivalent Adobe Type 1 fonts inpfb format. The bundle also includes a package that providessome macros of philological interest. | Coptic fonts and LaTeX macros for general usage and for philology | 3 | 工具 + texlive-cbcoptic-doc | texlive | Documentation for cbcoptic | Documentation for cbcoptic | 3 | 库 + texlive-cbfonts | texlive | This bundle presents the whole of Beccari's original Greek fontset, which use the 'Lispiakos' font shape derived from theshape of the fonts used in printers' shops in Lispia. The fontsare available both as Metafont source and in Adobe Type 1format, and at the same wide set of design sizes as are suchfont sets as the EC fonts. Please note that this package needsthe complementary cbfonts-fd package to work properly. | Complete set of Greek fonts | 3 | 工具 + texlive-cbfonts-doc | texlive | Documentation for cbfonts | Documentation for cbfonts | 3 | 库 + texlive-cbfonts-fd | texlive | The package provides font description files for all the manyshapes available from the cbfonts collection. The files providethe means whereby the NFSS knows which fonts a LaTeX user isrequesting. | LaTeX font description files for the CB Greek fonts | 3 | 工具 + texlive-cbfonts-fd-doc | texlive | Documentation for cbfonts-fd | Documentation for cbfonts-fd | 3 | 服务 + texlive-ccaption | texlive | A package providing commands for 'continuation captions',unnumbered captions, and also a non-specific legend heading forany environment. Methods are also provided to define captionsfor use outside float (e.g., figure and table) environments,and to define new float environments and Lists of Floats. Toolsare provided for specifying your own captioning styles. | Continuation headings and legends for floats | 3 | 工具 + texlive-ccaption-doc | texlive | Documentation for ccaption | Documentation for ccaption | 3 | 库 + texlive-ccfonts | texlive | LaTeX font definition files for the Concrete fonts and a LaTeXpackage for typesetting documents using Concrete as the defaultfont family. The files support OT1, T1, TS1, and Concretemathematics including AMS fonts (Ulrik Vieth's concmath). | Support for Concrete text and math fonts in LaTeX | 3 | 工具 + texlive-ccfonts-doc | texlive | Documentation for ccfonts | Documentation for ccfonts | 3 | 库 + texlive-ccicons | texlive | The package provides the means to typeset Creative Commonsicons, in documents licensed under CC licences. A font (inAdobe Type 1 format) and LaTeX support macros are provided. | LaTeX support for Creative Commons icons | 3 | 工具 + texlive-ccicons-doc | texlive | Documentation for ccicons | Documentation for ccicons | 3 | 服务 + texlive-cclicenses | texlive | The cclicenses package helps users typesetting Creative Commonslogos in LaTeX. It defines some commands useful to quicklywrite these logos, related to CC licences versions 1.0 and 2.0. | Typeset Creative Commons licence logos | 3 | 工具 + texlive-cclicenses-doc | texlive | Documentation for cclicenses | Documentation for cclicenses | 3 | 库 + texlive-ccool | texlive | This package provides a key-value interface, \Ccool, on top ofxparse's document command parser. Global options control inputprocessing and its expansion. By default, they are set to meetlikely requirements, depending on context: the selectedlanguage, and which of text and math mode is active. Theseoptions can be overridden inline. This versality could find itsuse, for example, to encode notational conventions (such as\Real - \mathbb{R}) at the point where they are introduced inthe document ("Let R denote real numbers"). Polymorphiccommands can be generated by parameterizing the keys (forinstance, one parameter value for style, another for aproperty). User input to \Ccool can optionally be serialized.This can useful for typesetting documents sharing the samenotation. | Encoding notational conventions | 3 | 工具 + texlive-cc-pl | texlive | These Metafont sources rely on the availability of the Metafont'Polish' fonts and of the Metafont sources of the originalConcrete fonts. Adobe Type 1 versions of the fonts areincluded. | Polish extension of Computer Concrete fonts | 3 | 工具 + texlive-cc-pl-doc | texlive | Documentation for cc-pl | Documentation for cc-pl | 3 | 库 + texlive-cd | texlive | Normal usage will ordinarily require no more than a simple datafile per cover; the package will make a full insert for a CDcase (it copes with both normal and slim cases). | Typeset CD covers | 3 | 工具 + texlive-cdcmd | texlive | This package provides some conditional commands, just like thestyledcmd package. The difference is that cdcmd can defineexpandable conditional commands. | Expandable conditional commands for LaTeX | 3 | 工具 + texlive-cd-cover | texlive | The CD-cover class will typeset front and back cover sheets forCD jewel cases, or an entire paper cover, or a label for aplastic slip-cover. | Typeset CD covers | 3 | 工具 + texlive-cd-cover-doc | texlive | Documentation for cd-cover | Documentation for cd-cover | 3 | 工具 + texlive-cd-doc | texlive | Documentation for cd | Documentation for cd | 3 | 库 + texlive-cdpbundl | texlive | The C.D.P. Bundle can be used to typeset high-quality businessletters formatted according to Italian style conventions. It ishighly configurable, and its modular structure provides youwith building blocks of increasing level, by means of which youcan compose a large variety of letters. It is also possible towrite letters divided into sections and paragraphs, to includefloating figures and tables, and to have the relevant indexescompiled automatically. A single input file can contain severalletters, and each letter will have its own table of contents,etc., independant from the other ones. | Business letters in the Italian style | 3 | 工具 + texlive-cdpbundl-doc | texlive | Documentation for cdpbundl | Documentation for cdpbundl | 3 | 库 + texlive-cell | texlive | This is an "apa-like" style (cf. apalike.bst in the BibTeXdistribution), developed from the same author's JMB style. Asupporting LaTeX package is also provided. | Bibliography style for Cell | 3 | 工具 + texlive-cell-doc | texlive | Documentation for cell | Documentation for cell | 3 | 库 + texlive-cellprops | texlive | This package reworks the internals of tabular, array, andsimilar constructs, and adds a \cellprops command acceptingCSS-like selectors and properties. It depends on mdwtab,xcolor, expl3, and xparse. | Accept CSS-like selectors in tabular, array, ... | 3 | 工具 + texlive-cellspace | texlive | It is well known that high or deep cells tend to touch the\hlines of a tabular. This package provides a modifier S actingon usual column types so that to ensure a minimal distance thatcan be controlled through two parameters \cellspacetoplimit and\cellspacebottomlimit. The approach employed by this package isnoticeably simpler than that of tabls, which considers thedimensions of each entire row; whereas you can ask thecellspace only to look at the cells of potentially difficultcolumns. | Ensure minimal spacing of table cells | 3 | 工具 + texlive-cellspace-doc | texlive | Documentation for cellspace | Documentation for cellspace | 3 | 库 + texlive-celtic | texlive | The package provides a TikZ library for drawing celtic knots. | A TikZ library for drawing celtic knots | 3 | 库 + texlive-celtic-doc | texlive | Documentation for celtic | Documentation for celtic | 3 | 库 + texlive-censor | texlive | This package provides simple tools for creating redacteddocuments with blacked-out text. Its tools are useful both forcreating documents in a restricted environment (for redactedrelease in an unrestricted environment) as well as in anunrestricted environment (for eventual transfer and completionin the restricted environment). | Facilities for controlling restricted text in a document | 3 | 工具 + texlive-censor-doc | texlive | Documentation for censor | Documentation for censor | 3 | 库 + texlive-centeredline | texlive | This package provides a macro \centeredline{...} which allowsto conveniently center a line inside a paragraph while allowingusage therein of \verb or other macros changing catcodes. Itworks nicely in list environments, and material whose naturalwidth exceeds the current linewidth will get properly centeredtoo. | A macro for centering lines | 3 | 工具 + texlive-centerlastline | texlive | This LaTeX package provides a command \centerlastline and anenvironment centerlastline that typeset "Spanish" paragraphs,that is paragraphs without indentation, and last line centered,useful to finish a large paragraph of text at the end ofchapters, prologues, etc. | Paragraphs with last line centered, known as "Spanish" paragraphs | 3 | 工具 + texlive-cesenaexam | texlive | This LaTeX document class has been designed to typeset exams. | A class file to typeset exams | 3 | 工具 + texlive-cfr-initials | texlive | This is a set of 23 tiny packages designed to make it easier touse fonts from the initials package in LaTeX, e.g. with thelettrine package. It is a response to comments on an answer atTeX Stack Exchange (http://tex.stackexchange.com/a/236410/)requesting sample package files for others to copy. I hadpreviously assumed these were too trivial to be of interest,but if they would be useful, then I would prefer them to begenerally available via CTAN. | LaTeX packages for use of initials | 3 | 工具 + texlive-cfr-initials-doc | texlive | Documentation for cfr-initials | Documentation for cfr-initials | 3 | 工具 + texlive-cfr-lm | texlive | The package supports a number of features of the Latin Modernfonts which are not easily accessible via the default (La)TeXsupport provided in the official distribution. In particular,the package supports the use of the various styles of digitsavailable, small-caps and upright italic shapes, andalternative weights and widths. It also supports variable widthtypewriter and the "quotation" font. Version 2.004 of the LatinModern fonts is supported. By default, the package usesproportional oldstyle digits and variable width typewriter butthis can be changed by passing appropriate options to thepackage. The package also supports using (for example)different styles of digits within a document so it is possibleto use proportional oldstyle digits by default, say, buttabular lining digits within a particular table. The packagerequires the official Latin Modern distribution, including its(La)TeX support. The package relies on the availability of boththe fonts themselves and the official font support files. Thepackage also makes use of the nfssext-cfr package. Only the T1and TS1 encodings are supported for text fonts. The set up offonts for mathematics is identical to that provided by LatinModern. | Enhanced support for the Latin Modern fonts | 3 | 工具 + texlive-cfr-lm-doc | texlive | Documentation for cfr-lm | Documentation for cfr-lm | 3 | 库 + texlive-changebar | texlive | Identify areas of text to be marked with changebars with the\cbstart and \cbend commands; the bars may be coloured. Thepackage uses 'drivers' to place the bars; the available driverscan work with dvitoln03, dvitops, dvips, the emTeX and TeXturesDVI drivers, and VTeX and PDFTeX. | Generate changebars in LaTeX documents | 3 | 工具 + texlive-changebar-doc | texlive | Documentation for changebar | Documentation for changebar | 3 | 服务 + texlive-changelayout | texlive | The package is an extension of the changepage package to permitthe user to change the layout of individual pages and theirtexts. | Change the layout of individual pages and their text | 3 | 工具 + texlive-changelayout-doc | texlive | Documentation for changelayout | Documentation for changelayout | 3 | 库 + texlive-changelog | texlive | This package provides a changelog environment (which itselfprovides a version environment) to represent a changelog. Thepackage supports multiple authors, unreleased changes, andyanked (revoked) releases. Inspired by keepachangelog.com. | Provides a changelog environment | 3 | 工具 + texlive-changepage | texlive | The package provides commands to change the page layout in themiddle of a document, and to robustly check for typesetting onodd or even pages. Instructions for use are at the end of thefile. The package is an extraction of code from the memoirclass, whose user interface it shares. It is intended the thispackage will eventually replace the chngpage package, which isdistributed with the package. | Margin adjustment and detection of odd/even pages | 3 | 工具 + texlive-changepage-doc | texlive | Documentation for changepage | Documentation for changepage | 3 | 服务 + texlive-changes | texlive | The package allows the user to manually markup changes of text,such as additions, deletions, or replacements. Changed text isshown in a different color; deleted text is striked out.Additionally, text can be highlighted and/or commented. Thepackage allows free definition of additional authors and theirassociated color. It also allows you to change the markup ofchanges, authors, highlights or comments. A Python script isprovided for removing the changes. | Manual change markup | 3 | 工具 + texlive-changes-doc | texlive | Documentation for changes | Documentation for changes | 3 | 库 + texlive-chappg | texlive | The package provides for 'chapterno-pageno' or 'chaptername-pageno' page numbering. Provision is made for front- andbackmatter in book class. | Page numbering by chapter | 3 | 工具 + texlive-chappg-doc | texlive | Documentation for chappg | Documentation for chappg | 3 | 库 + texlive-chapterfolder | texlive | This package simplifies working with folder structures thatmatch the chapter/section/subsection structure. It providesmacros to define a folder that contains the file for achapter/section/subsection, and provides macros that allowinclusion without using the full path, rather the path relativeto the current folder of the chapter/section/subsection. Itmakes easy changing the name of a folder, for example. | Package for working with complicated folder structures | 3 | 工具 + texlive-chapterfolder-doc | texlive | Documentation for chapterfolder | Documentation for chapterfolder | 3 | 库 + texlive-charissil | texlive | This package provides the CharisSIL family of fonts adapted bySIL International from Bitstream Charter in TrueType format,with support for XeLaTeX or LuaLaTeX. | CharisSIL fonts with support for XeLaTeX or LuaLaTeX | 3 | 工具 + texlive-charter | texlive | A commercial text font donated for the common good. Support foruse with LaTeX is available in freenfss, part of psnfss. | Charter fonts | 3 | 工具 + texlive-charter-doc | texlive | Documentation for charter | Documentation for charter | 3 | 服务 + texlive-chbibref | texlive | Defines a single command, \setbibref, which sets whichever of\bibname and \refname is in use. (\bibname is used in book.clsand report.cls, and \refname is used in article.cls.) | Change the Bibliography/References title | 3 | 工具 + texlive-chbibref-doc | texlive | Documentation for chbibref | Documentation for chbibref | 3 | 库 + texlive-cheatsheet | texlive | The package provides a clean, multi-column design intended forcheat sheets. It imports the most useful packages and enclosesthe document in a multicol environment. | A simple cheatsheet class | 3 | 工具 + texlive-checkcites | texlive-base | The package provides a lua script written for the sole purposeof detecting undefined and unused references from LaTeXauxiliary or bibliography files. | Check citation commands in a document | 3 | 工具 + texlive-checkend | texlive | When an environment is left open, LaTeX gives an error at theend of the document. However it only informs about the first ofthem, while the rest are shown with meaningless errors: (\endoccurred inside a group at level N) This package replaces theseerrors with more useful messages which show which environments(in reverse order) were not closed. There are no user macros:just use the package. | Extend "improperly closed environment" messages | 3 | 工具 + texlive-checklistings | texlive-base | This package augments the fancyvrb and listings packages toallow the source code they contain to be checked by an externaltool (like a compiler). The external tool's messages can beautomatically reincorporated into the original document. Thepackage does not focus on a specific programming language, butit is designed to work well with languages and compilers in theML family. | Pass verbatim contents through a compiler and reincorporate the resulting output | 3 | 工具 + texlive-chemarrow | texlive | This bundle consists of a font (available as Metafont source,Metapost source, and generated type 1 versions), and a packageto use it. The arrows in the font are designed to look morelike those in chemistry text-books than do Knuth's originals. | Arrows for use in chemistry | 3 | 工具 + texlive-chemarrow-doc | texlive | Documentation for chemarrow | Documentation for chemarrow | 3 | 库 + texlive-chembst | texlive | The package offers a collection of advanced BibTeX style filessuitable for publications in chemistry journals. Currently,style files for journals published by the American ChemicalSociety, Wiley-VCH and The Royal Society of Chemistry areavailable. The style files support advanced features such asautomatic formatting of errata or creating an appropriate entryfor publications in Angewandte Chemie where both English andGerman should be cited simultaneously. | A collection of BibTeX files for chemistry journals | 3 | 工具 + texlive-chembst-doc | texlive | Documentation for chembst | Documentation for chembst | 3 | 库 + texlive-chemcompounds | texlive | The chemcompounds package allows for a simple consecutivenumbering of chemical compounds. Optionally, it is possible tosupply a custom name for each compound. The package differsfrom the chemcono package by not generating an odd-looking listof compounds inside the text. | Simple consecutive numbering of chemical compounds | 3 | 工具 + texlive-chemcompounds-doc | texlive | Documentation for chemcompounds | Documentation for chemcompounds | 3 | 库 + texlive-chemcono | texlive | A LaTeX package for using compound numbers in chemistrydocuments. It works like \cite and the \thebibliography, using\fcite and \theffbibliography instead. It allows compound namesin documents to be numbered and does not affect the normalcitation routines. | Support for compound numbers in chemistry documents | 3 | 工具 + texlive-chemcono-doc | texlive | Documentation for chemcono | Documentation for chemcono | 3 | 库 + texlive-chemexec | texlive | The package provides environments and commands that the authorneeded when preparing exercise sheets and other teachingmaterial. In particular, the package supports the creation ofexercise sheets, with separating printing of solutions | Creating (chemical) exercise sheets | 3 | 工具 + texlive-chemexec-doc | texlive | Documentation for chemexec | Documentation for chemexec | 3 | 库 + texlive-chemfig | texlive | The package provides the command \chemfig{<code>}, which drawsmolecules using the tikz package. The <code> argument providesinstructions for the drawing operation. While the diagramsproduced are essentially 2-dimensional, the package supportsmany of the conventional notations for illustrating the 3-dimensional layout of a molecule. The package uses TikZ for itsactual drawing operations. | Draw molecules with easy syntax | 3 | 工具 + texlive-chemfig-doc | texlive | Documentation for chemfig | Documentation for chemfig | 3 | 库 + texlive-chemformula | texlive | The package provides a command to typeset chemical formulas andreactions in support of other chemistry packages (such aschemmacros). The package used to be distributed as a part ofchemmacros. | Command for typesetting chemical formulas and reactions | 3 | 工具 + texlive-chemformula-doc | texlive | Documentation for chemformula | Documentation for chemformula | 3 | 库 + texlive-chemgreek | texlive | The package provides upright Greek letters in support of otherchemistry packages (such as chemmacros). The package used to bedistributed as a part of chemmacros. | Upright Greek letters in chemistry | 3 | 工具 + texlive-chemgreek-doc | texlive | Documentation for chemgreek | Documentation for chemgreek | 3 | 库 + texlive-chem-journal | texlive | Various BibTeX formats for journals in Chemistry, includingReviews in Computational Chemistry, Journal of PhysicalChemistry, Journal of Computational Chemistry, and PhysicalChemistry Chemical Physics. | Various BibTeX formats for journals in Chemistry | 3 | 工具 + texlive-chemmacros | texlive | The bundle offers a collection of macros and commands which areintended to make typesetting chemistry documents faster andmore convenient. Coverage includes some nomenclature commands,oxidation numbers, thermodynamic data, newman projections, etc.The package relies on the following supporting packages:chemformula, providing a command for typesetting chemicalformulae and reactions (doing a similar task to that ofmhchem); chemgreek, offering support for use of greek letters;and ghsystem, providing for the UN globally harmonised chemicalnotation. The packages are written using current versions ofthe experimental LaTeX 3 coding conventions and the LaTeX 3support packages. | A collection of macros to support typesetting chemistry documents | 3 | 工具 + texlive-chemmacros-doc | texlive | Documentation for chemmacros | Documentation for chemmacros | 3 | 库 + texlive-chemnum | texlive | The package defines a \label- and \ref-like commands forcompound numbers. The package requires LaTeX3 packages expl3(from the l3kernel bundle) as well as xparse and l3keys2e (fromthe l3packages bundle). | A method of numbering chemical compounds | 3 | 工具 + texlive-chemnum-doc | texlive | Documentation for chemnum | Documentation for chemnum | 3 | 库 + texlive-chemobabel | texlive | This package provides a way to convert and include chemicalstructure graphics from various chemical formats, such asChemDraw files, MDL molfile or SMILES notations using OpenBabel. To use this LaTeX package, it is necessary to enableexecution of the following external commands via latex-shell-escape. obabel (Open Babel) inkscape or rsvg-convert(for SVG -> PDF/EPS conversion) pdfcrop or ps2eps (optional;for cropping large margins of PDF/EPS) | Convert chemical structures from ChemDraw, MDL molfile or SMILES using Open Babel | 3 | 工具 + texlive-chemplants | texlive | This package offers tools to draw simple or barely complexschemes of chemical processes. The package defines severalstandard symbols and styles to draw process units and streams.The guiding light of the package is the UNICHIM regulation. Allof the symbols and styles are defined using tools of the TikZpackage, thus a basic knowledge of the logic of this powerfultool is required to profitably use chemplants. | Symbology to draw chemical plants with TikZ | 3 | 工具 + texlive-chemschemex | texlive | The package provides a comfortable means of typesettingchemical schemes, and also offers automatic structurereferencing. | Typeset and cross-reference chemical schemes based on TikZ code | 3 | 工具 + texlive-chemschemex-doc | texlive | Documentation for chemschemex | Documentation for chemschemex | 3 | 库 + texlive-chemsec | texlive | Packages provides creation of sequential numeric labels forentities in a document. The motivating example is chemicalstructures in a scientific document. The package canautomatically output a full object name and label on the firstoccurence in the document and just labels only on subsequentreferences. | Automated creation of numeric entity labels | 3 | 工具 + texlive-chemstyle | texlive | Chemstyle has been developed as a successor to the LaTeXpackage provided by the rsc bundle. The package provides anextensible system for formatting chemistry documents accordingto the conventions of a number of leading journals. It alsoprovides some handy chemistry-related macros. Chemstyle is muchenhanced compared to its predecessor, and users of rsc arestrongly encouraged to migrate (all of the additional macros inthe rsc LaTeX package are present in chemstyle). The packagechemscheme is distributed with chemstyle; chemstyle itselfincorporates ideas that come from the trivfloat package; thedocumentation uses the auto-pst-pdf package. | Writing chemistry with style | 3 | 工具 + texlive-chemstyle-doc | texlive | Documentation for chemstyle | Documentation for chemstyle | 3 | 库 + texlive-cherokee | texlive | The Cherokee script was designed in 1821 by Segwoya. Thealphabet is essentially syllabic, only 6 characters (a e i o su) correspond to Roman letters: the font encodes these to thecorresponding roman letter. The remaining 79 characters havebeen arbitrarily encoded in the range 38-122; the cherokeepackage provides commands that map each such syllable to theappropriate character; for example, Segwoya himself would berepresented \Cse\Cgwo\Cya. The font is distributed as Metafontsource; it works very poorly in modern environments, and coulddo with expert attention (if you are interested, please contactthe CTAN team for details). | A font for the Cherokee script | 3 | 工具 + texlive-cherokee-doc | texlive | Documentation for cherokee | Documentation for cherokee | 3 | 库 + texlive-chess | texlive | The original (and now somewhat dated) TeX chess font package.Potential users should consider skak (for alternative fonts,and notation support), texmate (for alternative notationsupport), or chessfss (for flexible font choices). | Fonts for typesetting chess boards | 3 | 工具 + texlive-chessboard | texlive | This package offers commands to print chessboards. It can printpartial boards, hide pieces and fields, color the boards andput various marks on the board. It has a lot of options toplace pieces on the board. Using exotic pieces (e.g., for fairychess) is possible. The documentation includes an example of ananimated chessboard, for those whose PDF viewer can displayanimations. | Print chess boards | 3 | 工具 + texlive-chessboard-doc | texlive | Documentation for chessboard | Documentation for chessboard | 3 | 库 + texlive-chess-doc | texlive | Documentation for chess | Documentation for chess | 3 | 库 + texlive-chessfss | texlive | This package offers commands to use and switch between chessfonts. It uses the LaTeX font selection scheme (nfss). Thepackage doesn't parse, format and print PGN input like e.g. thepackages skak or texmate; the aim of the package is to offerwriters of chess packages a bundle of commands for fonts, sothat they don't have to implement all these commands forthemselves. A normal user can use the package to print e.g.single chess symbols and simple diagrams. The documentationcontains also a section about installation of chess fonts. | A package to handle chess fonts | 3 | 工具 + texlive-chessfss-doc | texlive | Documentation for chessfss | Documentation for chessfss | 3 | 库 + texlive-chess-problem-diagrams | texlive | This package provides macros to typeset chess problem diagramsincluding fairy chess problems (mostly using rotated images ofpieces) and other boards. | A package for typesetting chess problem diagrams | 3 | 工具 + texlive-chess-problem-diagrams-doc | texlive | Documentation for chess-problem-diagrams | Documentation for chess-problem-diagrams | 3 | 库 + texlive-chet | texlive | The package aims to streamline the work of typesetting, and toprovide the look and feel of harvmac for readers. | LaTeX layout inspired by harvmac | 3 | 工具 + texlive-chet-doc | texlive | Documentation for chet | Documentation for chet | 3 | 库 + texlive-chextras | texlive | The package simplifies the preparation of Swiss documents andletters by setting up linguistic and common packages. While itis a useful addition to the chletter document class, it is nottied to it and may be used as a general purpose package. | A companion package for the Swiss typesetter | 3 | 工具 + texlive-chextras-doc | texlive | Documentation for chextras | Documentation for chextras | 3 | 库 + texlive-chhaya | texlive | muNbii vidyaapiitthaacyaa chaayaalekhn niymaavliis anusruunbhaassaavaijnyaanik chaayaaNgaaNce sNkssep purvnnaaraaaajnyaasNc. This package provides macros for linguisticglossing as per the rules given by Mumbai University. | Linguistic glossing in Marathi language | 3 | 库 + texlive-chicago | texlive | Chicago is a BibTeX style that follows the "B" reference styleof the 13th Edition of the Chicago manual of style; a LaTeXpackage (to LaTeX 2.09 conventions) is also provided. The stylewas derived from the newapa style. | A "Chicago" bibliography style | 3 | 工具 + texlive-chicagoa | texlive | This is a modification of the author's chicago style, tosupport an 'annotation' field in bibliographies. | "Chicago" bibliography style with annotations | 3 | 工具 + texlive-chicago-annote | texlive | This is a revision of chicagoa.bst, using the commonly-usedannote field in place of the original's annotation. | Chicago-based annotated BibTeX style | 3 | 工具 + texlive-chicago-annote-doc | texlive | Documentation for chicago-annote | Documentation for chicago-annote | 3 | 库 + texlive-chickenize | texlive | The package allows manipulations of any LuaTeX document (it isknown to work with Plain LuaTeX and LuaLaTeX). Most of thepackage's functions are merely for fun or educational use, butsome functions (for example, colorstretch for visualising thebadness and font expansion of each line, and letterspaceadjustdoing what its name says) could be useful in a "normal" LuaTeXdocument. | Use lua callbacks for "interesting" textual effects | 3 | 工具 + texlive-chickenize-doc | texlive | Documentation for chickenize | Documentation for chickenize | 3 | 库 + texlive-chifoot | texlive | A very short snippet. Will set the footnotes to be conformantwith the Chicago style, so the footnotes at the bottom of thepage are now marked with a full-sized number, rather than witha superscript number. | Chicago-style footnote formatting | 3 | 工具 + texlive-childdoc | texlive | childdoc is a LaTeX2e package that enables the directcompilation of document sections included by \include toindividual files. | directly compile \include'd child documents | 3 | 工具 + texlive-chinesechess | texlive | This LaTeX3 package based on l3draw provides macros and anenvironment for Chinese chess manual writing. | Typeset Chinese chess with l3draw | 3 | 工具 + texlive-chinese-jfm | texlive | ChineseJFM is a series of luatexja-jfm files for better Chinesetypesetting, providing quanjiao, banjiao, and kaiming threestyles and other fancy features. It can be used for bothhorizontal and vertical writing mode in Simplified/TraditionalChinese or Japanese fonts. | Luatexja-jfm files for Chinese typesetting | 3 | 工具 + texlive-chivo | texlive | This work provides the necessary files to use the Chivo fontswith LaTeX. Chivo is a set of eight fonts provided by HectorGatti & Omnibus Team under the Open Font License (OFL), version1.1. The fonts are copyright (c) 2011-2019, Omnibus-Type. | Using the free Chivo fonts with LaTeX | 3 | 工具 + texlive-chivo-doc | texlive | Documentation for chivo | doc files of chivo | 3 | 库 + texlive-chkfloat | texlive | The package checks for floats that are placed too far fromtheir origin. It was motivated by a question on the questionand answer page. | Warn whenever a float is placed "to far away" | 3 | 工具 + texlive-chkfloat-doc | texlive | Documentation for chkfloat | Documentation for chkfloat | 3 | 库 + texlive-chklref | texlive-base | It is quite common that after modifying a TeX file, many unusedlabels remain in it. The purpose of chklref is to automaticallyfind these useless labels. It also looks for "non starred"mathematical environments with no labels and advises the userto use a starred version instead. | Check for problems with labels in LaTeX | 3 | 工具 + texlive-chktex | texlive-base | The program reports typographic and other errors in LaTeXdocuments. Filters are also provided for checking the LaTeXparts of CWEB documents. | Check for errors in LaTeX documents | 3 | 工具 + texlive-chletter | texlive | The class enables composition of letters fitting into Swiss C5& C6/5 windowed envelopes. No assumption is made about thelanguage used. The class is based on the standard LaTeX classesand is compatible with the LaTeX letter class. It is notlimited to letters and may be used as a generic document class;it is used with the chextras package. | Class for typesetting letters to Swiss rules | 3 | 工具 + texlive-chletter-doc | texlive | Documentation for chletter | Documentation for chletter | 3 | 库 + texlive-chngcntr | texlive | Defines commands \counterwithin (which sets up a counter to bereset when another is incremented) and \counterwithout (whichunsets such a relationship). | Change the resetting of counters | 3 | 工具 + texlive-chngcntr-doc | texlive | Documentation for chngcntr | Documentation for chngcntr | 3 | 库 + texlive-chordbars | texlive | This Tikz-based music-related package is targeted at pop/jazzguitar/bass/piano musicians. They usually need only the chordsand the song structure. This package produces rectangular songpatterns with "one square per bar", with the chord shown insidethe square. It also handles the song structure by showing thebar count and the repetitions of the patterns. | Print chord grids for pop/jazz tunes | 3 | 工具 + texlive-chordbox | texlive | This package provides two macros for drawing chord diagrams, asmay be found for example in chord charts/books and educationalmaterials. They are composed as TikZ pictures and have severaloptions to modify their appearance. | Draw chord diagrams | 3 | 工具 + texlive-chronology | texlive | A timeline package that allows labelling of events with per-daygranularity. Other features include relative positioning withunit specification, adjustable tick mark step size, and scalingto specified width. | Provides a horizontal timeline | 3 | 工具 + texlive-chronology-doc | texlive | Documentation for chronology | Documentation for chronology | 3 | 工具 + texlive-chronosys | texlive | Macros to produce time line diagrams. Interfaces for Plain TeX,Context and LaTeX are provided. | Drawing time-line diagrams | 3 | 工具 + texlive-chronosys-doc | texlive | Documentation for chronosys | Documentation for chronosys | 3 | 库 + texlive-chscite | texlive | The package, heavily based on the harvard package for Harvard-style citations, provides a citation suite for students atChalmers University of Technology that follows givenrecommendations. | Bibliography style for Chalmers University of Technology | 3 | 工具 + texlive-chscite-doc | texlive | Documentation for chscite | Documentation for chscite | 3 | 库 + texlive-chs-physics-report | texlive | This package may optionally be used by students at Carmel HighSchool in Indiana in the United States to write physics labreports for FW physics courses. As many students are beginnersat LaTeX, it also attempts to simplify the report-writingprocess by offering macros for commonly used notation and byautomatically formatting the documents for students who willonly use TeX for mathematics and not typesetting. The packagedepends on amsmath, calc, fancyhdr, geometry, graphicx,letltxmacro, titlesec, transparent, and xcolor. | Physics lab reports for Carmel High School | 3 | 工具 + texlive-churchslavonic | texlive | The package provides fonts, hyphenation patterns and supportingmacros to typeset Church Slavonic texts. | Typesetting documents in Church Slavonic language using Unicode | 3 | 工具 + texlive-churchslavonic-doc | texlive | Documentation for churchslavonic | doc files of churchslavonic | 3 | 库 + texlive-cinzel | texlive | Cinzel and Cinzel Decorative fonts, designed by Natanael GamaNatanael Gama), find their inspiration in first century romaninscriptions, and are based on classical proportions. Cinzel isall-caps (similar to Trajan and Michelangelo), but is availablein three weights (Regular, Bold, Black). There are no italicfonts, but there are Decorative variants, which can be selectedby the usual italic-selection commands in the package's LaTeXsupport. | LaTeX support for Cinzel and Cinzel Decorative fonts | 3 | 工具 + texlive-cinzel-doc | texlive | Documentation for cinzel | Documentation for cinzel | 3 | 库 + texlive-circ | texlive | Several electrical symbols like resistor, capacitor,transistors etc., are defined. The symbols can be connectedwith wires. The package also contains an American resistorsymbol for those of us on that side of the Atlantic. Thepackage also has simple facilities for producing opticsdiagrams; however, no-one would deny that the PSTricks pst-optic package, or the MetaPost makecirc package does the jobbetter. | Macros for typesetting circuit diagrams | 3 | 工具 + texlive-circ-doc | texlive | Documentation for circ | Documentation for circ | 3 | 库 + texlive-circledsteps | texlive | This package generates circled numbers (or other kinds ofmarkers or small text) to mark "steps" in procedures,exercises, and so on. | Typeset circled numbers | 3 | 工具 + texlive-circledtext | texlive | This LaTeX package provides a macro \circledtext to typesetcircled text. Its starred version can produce an invertedversion. | Create circled text | 3 | 工具 + texlive-circuitikz | texlive | The package provides a set of macros for naturally typesettingelectrical and (somewhat less naturally, perhaps) electronicnetworks. It is designed as a tool that is easy to use, with alean syntax, native to LaTeX, and directly supporting PDFoutput format. It has therefore been based on the veryimpressive PGF/TikZ package. | Draw electrical networks with TikZ | 3 | 工具 + texlive-circuitikz-doc | texlive | Documentation for circuitikz | Documentation for circuitikz | 3 | 库 + texlive-circuit-macros | texlive | A set of m4 macros for drawing high-quality electric circuitscontaining fundamental elements, amplifiers, transistors, andbasic logic gates to include in TeX, LaTeX, or similardocuments. Some tools and examples for other types of diagramsare also included. The macros can be evaluated to drawingcommands in the pic language, which is very easy to understandand which has a good power/complexity ratio. Pic containselements of a simple programming language, and is well-suitedto line drawings requiring parametric or conditionalcomponents, fine tuning, significant geometric calculations orrepetition, or that are naturally block structured or treestructured. (The m4 and pic processors are readily availablefor Unix and PC machines.) Alternative output macros can createTeX output to be read by pstricks, TikZ commands for use by thepgf bundle, or SVG. | M4 macros for electric circuit diagrams | 3 | 工具 + texlive-citation-style-language | texlive-base | The Citation Style Language (CSL) is an XML-based language thatdefines the formats of citations and bibliography. There arecurrently thousands of styles in CSL including the most widelyused APA, Chicago, Vancouver, etc. The citation-style-languagepackage is aimed to provide another reference formatting methodfor LaTeX that utilizes the CSL styles. It contains a citationprocessor implemented in pure Lua (citeproc-lua) which readsbibliographic metadata and performs sorting and formatting onboth citations and bibliography according to the selected CSLstyle. A LaTeX package (citation-style-language.sty) isprovided to communicate with the processor. | Bibliography formatting with Citation Style Language | 3 | 工具 + texlive-cite | texlive | The package supports compressed, sorted lists of numericalcitations, and also deals with various punctuation and otherissues of representation, including comprehensive management ofbreak points. The package is compatible with both hyperref andbackref. The package is (unsurprisingly) part of the citebundle of the author's citation-related packages. | Improved citation handling in LaTeX | 3 | 工具 + texlive-citeall | texlive | This small package allows to cite all entries of a bbl-filecreated with biblatex (v1.9). | Cite all entries of a bbl created with biblatex | 3 | 库 + texlive-citeall-doc | texlive | Documentation for citeall | Documentation for citeall | 3 | 库 + texlive-cite-doc | texlive | Documentation for cite | Documentation for cite | 3 | 库 + texlive-citeref | texlive | The package does its job without using the indexing facilities,and needs no special \cite-replacement package. | Add reference-page-list to bibliography-items | 3 | 工具 + texlive-cje | texlive | The cje article class allows authors to format their papers toCanadian Journal of Economics style with minimum effort. Theclass includes options for two other formats: "review" (doublespaced, for use at the submission stage) and "proof" (used bythe typesetters to prepare the proof authors will receive forapproval). | LaTeX document class for CJE articles | 3 | 工具 + texlive-cjhebrew | texlive | The cjhebrew package provides Adobe Type 1 fonts for Hebrew,and LaTeX macros to support their use. Hebrew text can bevocalised, and a few accents are also available. The packagemakes it easy to include Hebrew text in other-languagedocuments. The package makes use of the e-TeX extensions toTeX, so should be run using an "e-LaTeX". | Typeset Hebrew with LaTeX | 3 | 工具 + texlive-cjhebrew-doc | texlive | Documentation for cjhebrew | Documentation for cjhebrew | 3 | 库 + texlive-cjk | texlive | CJK is a macro package for LaTeX, providing simultaneoussupport for various Asian scripts in many encodings (includingUnicode): Chinese (both traditional and simplified), Japanese,Korean and Thai. A special add-on feature is an interface tothe Emacs editor (cjk-enc.el) which gives simultaneous, easy-to-use support to a bunch of other scripts in addition to theabove -- Cyrillic, Greek, Latin-based scripts, Russian andVietnamese are supported. | CJK language support | 3 | 工具 + texlive-cjk-doc | texlive | Documentation for cjk | Documentation for cjk | 3 | 库 + texlive-cjk-ko | texlive | The package supports typesetting UTF-8-encoded modern Koreandocuments with the help of the LaTeX2e CJK package. It providessome enhanced features focused on Korean typesetting culture,one of them being allowing line-break between Latin and CJKcharacters. The package requires nanumtype1 fonts. | Extension of the CJK package for Korean typesetting | 3 | 工具 + texlive-cjk-ko-doc | texlive | Documentation for cjk-ko | Documentation for cjk-ko | 3 | 库 + texlive-cjkpunct | texlive | The package serves as a companion package for CJK. | Adjust locations and kerning of CJK punctuation marks | 3 | 工具 + texlive-cjkpunct-doc | texlive | Documentation for cjkpunct | Documentation for cjkpunct | 3 | 库 + texlive-cjkutils | texlive-base | cjkutils package. | cjkutils package | 3 | 工具 + texlive-clara | texlive | Clara is a type family created specially by Seamas O Brogainfor printing A Dictionary of Editing (2015). The familyincludes italic, bold, bold italic, and small capitals, whilethe character set includes (monotonic) Greek, Cyrillic, ogham,phonetic and mathematical ranges, scribal abbreviations andother specialist characters. The fonts also include someOpenType features (such as ligature substitution, smallcapitals, and old-style numerals) and variant forms forparticular languages. | A serif font family | 3 | 库 + texlive-classics | texlive | The package provides a basic framework to cite classic works(specially from authors such as Homer, Plato, Aristotle,Descartes, Hume, and Kant) in accordance with traditionalpagination systems. It may be used in conjunction with othercitation packages. | Cite classic works | 3 | 工具 + texlive-classics-doc | texlive | Documentation for classics | Documentation for classics | 3 | 库 + texlive-classicthesis | texlive | The classicthesis package provides an elegant layout designedin homage to Bringhurst's "The Elements of Typographic Style".It makes use of a range of techniques to get the best resultsachievable using TeX. Included in the bundle are templates tomake thesis writing easier. | A "classically styled" thesis package | 3 | 工具 + texlive-classicthesis-doc | texlive | Documentation for classicthesis | Documentation for classicthesis | 3 | 库 + texlive-classpack | texlive | The package provides an experiment in using XML (specificallyDocBook 5) to mark up and maintain LaTeX classes and packages.XSLT 2 styleheets generate the .dtx and .ins distribution filesexpected by end users. | XML mastering for LaTeX classes and packages | 3 | 工具 + texlive-classpack-doc | texlive | Documentation for classpack | Documentation for classpack | 3 | 库 + texlive-cleanthesis | texlive | The package offers a clean, simple, and elegant LaTeX style forthesis documents. | A clean LaTeX style for thesis documents | 3 | 工具 + texlive-cleanthesis-doc | texlive | Documentation for cleanthesis | Documentation for cleanthesis | 3 | 库 + texlive-clearsans | texlive | Clear Sans was designed by Daniel Ratighan at Monotype underthe direction of the User Experience team at Intel's OpenSource Technology Center. Clear Sans is available in threeweights (regular, medium, and bold) with corresponding italics,plus light and thin upright (without italics). Clear Sans hasminimized, unambiguous characters and slightly narrowproportions, making it ideal for UI design. Its strong,recognizable forms avoid distracting ambiguity, making ClearSans comfortable for reading short UI labels and long passagesin both screen and print. The fonts are available in bothTrueType and Type 1 formats. | Clear Sans fonts with LaTeX support | 3 | 库 + texlive-clearsans-doc | texlive | Documentation for clearsans | Documentation for clearsans | 3 | 库 + texlive-clefval | texlive | This package provides only two macros viz. \TheKey and\TheValue to define then use pairs of key/value and gives asemblance of a hash. Syntax: \TheKey{key}{value} to define thevalue associated to the key, does not produce text;\TheValue{key} to return the value linked to the key. Botharguments of \TheKey are 'moving' as LaTeX defines the term andwe have sometimes to protect them. | Key/value support with a hash | 3 | 工具 + texlive-clefval-doc | texlive | Documentation for clefval | Documentation for clefval | 3 | 库 + texlive-cleveref | texlive | The package enhances LaTeX's cross-referencing features,allowing the format of references to be determinedautomatically according to the type of reference. The formatsused may be customised in the preamble of a document; babelsupport is available (though the choice of languages remainslimited: currently Danish, Dutch, English, French, German,Italian, Norwegian, Russian, Spanish and Ukranian). The packagealso offers a means of referencing a list of references, eachformatted according to its type. In such lists, it can collapsesequences of numerically-consecutive labels to a referencerange. | Intelligent cross-referencing | 3 | 工具 + texlive-cleveref-doc | texlive | Documentation for cleveref | Documentation for cleveref | 3 | 库 + texlive-clicks | texlive | With the help of this package you can simulate animation inyour slide deck, making it look similar to what PowerPoint cando. | Slide Deck Animation | 3 | 工具 + texlive-clipboard | texlive | The clipboard package provides a basic framework for copyingand pasting text and commands into and across multipledocuments. It replaces the copypaste package. | Copy and paste into and across documents | 3 | 工具 + texlive-clipboard-doc | texlive | Documentation for clipboard | Documentation for clipboard | 3 | 库 + texlive-clistmap | texlive | This package provides a key-based interface for definingtemplates whose job is to partition LaTeX3 clists and mapdifferentiatedly across its components. | Map and iterate over LaTeX3 clists | 3 | 工具 + texlive-clock | texlive | Features graphical clocks (with a classical 12h dial and twohands) and text clocks (in 24h format) which can show systemtime or any time the user desires. Works with both TeX andLaTeX. The clock faces (appearances of the dial) are easilyexpandable; the default uses a custom Metafont font. | Graphical and textual clocks for TeX and LaTeX | 3 | 工具 + texlive-clock-doc | texlive | Documentation for clock | Documentation for clock | 3 | 库 + texlive-clojure-pamphlet | texlive-base | The Clojure pamphlet system is a system based on the Clojureliterate system. In the Clojure's pamphlet system you have yourmain LaTeX file, which can be compiled regularly. This filecontains documentation and source code (just like in otherforms of literate programming). These code snippets are wrappedin the chunk environment, hence they can be recognized by thetangler in order to extract them. Chunks can be included insideeach other by the getchunk command (which will be typesettedaccordingly). Finally, the LaTeX file will be run through thetangler to get the desired chunk of code. | A simple literate programming tool based on clojure's pamphlet system | 3 | 工具 + texlive-cloze | texlive | This is a LuaTeX or LuaLaTeX package for generating clozetexts. The main feature of the package is that the formattingdoesn't change when using the hide and show options. There arethe commands \cloze, \clozefix, \clozefil, \clozenol,\clozestrike and the environments clozepar and clozebox togenerate cloze texts. | A LuaLaTeX package for creating cloze texts | 3 | 工具 + texlive-cloze-doc | texlive | Documentation for cloze | Documentation for cloze | 3 | 库 + texlive-clrdblpg | texlive | This tiny package allows easy manipulation of the headers andfooters on pages left blank by \cleardoublepage. By default,LaTeX has no easy facilities for this. This package uses moreor less the algorithm listed in the fancyhdr packagedocumentation, with some better indentation and addedflexibility. | Control pagestyle of pages left blank by \cleardoublepage | 3 | 工具 + texlive-clrscode | texlive | This package allows you to typeset pseudocode in the style ofIntroduction to Algorithms, Second edition, by Cormen,Leiserson, Rivest, and Stein. The package was written by theauthors. You use the commands the same way the package's authordid when writing the book, and your output will look just likethe pseudocode in the text. | Typesets pseudocode as in Introduction to Algorithms | 3 | 工具 + texlive-clrscode3e | texlive | This package allows you to typeset pseudocode in the style ofIntroduction to Algorithms, Third edition, by Cormen,Leiserson, Rivest, and Stein. The package was written by theauthors. Use the commands the same way the package's author didwhen writing the book, and your output will look just like thepseudocode in the text. | Typesets pseudocode as in Introduction to Algorithms | 3 | 工具 + texlive-clrscode3e-doc | texlive | Documentation for clrscode3e | Documentation for clrscode3e | 3 | 库 + texlive-clrscode-doc | texlive | Documentation for clrscode | Documentation for clrscode | 3 | 库 + texlive-clrstrip | texlive | This lightweight package provides the colorstrip environment,that places its contents into a full page width colour strip. | Place contents into a full width colour strip | 3 | 工具 + texlive-cluttex | texlive-base | This is another tool for the automation of LaTeX documentprocessing, like latexmk or arara. The main feature of thistool is that it does not clutter your working directory with.aux or .log or other auxiliary files. It has of course theusual features of automation tools: It automatically re-runs(La)TeX for cross-references. MakeIndex, BibTeX, Biber, ormakeglossaries will be executed if a corresponding option isset. Furthermore, cluttex can watch input files for changes(using an external program). | An automation tool for running LaTeX | 3 | 工具 + texlive-cm | texlive | Knuth's final iteration of his re-interpretation of a c.19Modern-style font from Monotype. The family is comprehensive,offering both sans and roman styles, and a monospaced font,together with mathematics fonts closely integrated with themathematical facilities of TeX itself. The base fonts aredistributed as Metafont source, but autotraced PostScript Type1 versions are available (one version in the AMS fontsdistribution, and also the BaKoMa distribution). The ComputerModern fonts have inspired many later families, notably theEuropean Computer Modern and the Latin Modern families. | Computer Modern fonts | 3 | 工具 + texlive-cmap | texlive | The cmap package provides character map tables, which make PDFfiles generated by pdfLaTeX both searchable and copy-able inacrobat reader and other compliant PDF viewers. Encodingssupported are OT1, T1, T2A, T2B, T2C and T5, together with LAE(Arabic), LFE (Farsi) and LGR (Greek) and a variant OT1tt forcmtt-like fonts. The package's main limitation currently is theinability to work with virtual fonts, because of limitations ofpdfTeX. This restriction may be resolved in a future version ofpdfTeX. | Make PDF files searchable and copyable | 3 | 工具 + texlive-cmap-doc | texlive | Documentation for cmap | Documentation for cmap | 3 | 库 + texlive-cmarrows | texlive | This MetaPost package contains macros to draw arrows and bracesin the Computer Modern style. | MetaPost arrows and braces in the Computer Modern style | 3 | 工具 + texlive-cmarrows-doc | texlive | Documentation for cmarrows | Documentation for cmarrows | 3 | 工具 + texlive-cmathbb | texlive | This font contains all digits and latin letters uppercase andlowercase for the Computer Modern font family in blackboardbold. | Computer modern mathematical blackboard bold font | 3 | 库 + texlive-cmbright | texlive | A family of sans serif fonts for TeX and LaTeX, based on DonaldKnuth's CM fonts. It comprises OT1, T1 and TS1 encoded textfonts of various shapes as well as all the fonts necessary formathematical typesetting, including AMS symbols. Thiscollection provides all the necessary files for using the fontswith LaTeX. A commercial-quality Adobe Type 1 version of thesefonts is available from Micropress. Free versions areavailable, in the cm-super font bundle (the T1 and TS1 encodedpart of the set), and in the hfbright package (the OT1 encodedpart, and the maths fonts). | Computer Modern Bright fonts | 3 | 工具 + texlive-cmbright-doc | texlive | Documentation for cmbright | Documentation for cmbright | 3 | 库 + texlive-cmcyr | texlive | These are the Computer Modern fonts extended with Russianletters, in Metafont sources and ATM Compatible Type 1 format.The fonts are provided in KOI-7, but virtual fonts areavailable to recode them to three other Russian 8-bitencodings. | Computer Modern fonts with cyrillic extensions | 3 | 工具 + texlive-cmcyr-doc | texlive | Documentation for cmcyr | Documentation for cmcyr | 3 | 库 + texlive-cm-doc | texlive | Documentation for cm | Documentation for cm | 3 | 库 + texlive-cmdstring | texlive | Extracts the letters of a command's name (e.g., foo for command\foo), in a reliable way. | Get command name reliably | 3 | 工具 + texlive-cmdstring-doc | texlive | Documentation for cmdstring | Documentation for cmdstring | 3 | 库 + texlive-cmdtrack | texlive | The package keeps track of whether a command defined in adocument preamble is actually used somewhere in the document.After the package is loaded in the preamble of a document, all\newcommand (and similar command definitions) between thatpoint and the beginning of the document will be marked forlogging. At the end of the document a report of command usagewill be printed in the TeX log, for example: "mdash was used online 25"; "ndash was never used". | Check used commands | 3 | 工具 + texlive-cmdtrack-doc | texlive | Documentation for cmdtrack | doc files of cmdtrack | 3 | 库 + texlive-cmexb | texlive | Computer Modern Math Extension bold, metrics and .pfb file.Made by Petr Olsak via autotracing. | PFB font support | 3 | 库 + texlive-cmexb-doc | texlive | Documentation for cmexb | doc files of cmexb | 3 | 库 + texlive-cmextra | texlive | A collection of experimental programs and developments basedon, or complementary to, the matter in his distributiondirectories. | Knuth's local information | 3 | 工具 + texlive-cm-lgc | texlive | The fonts are converted from Metafont sources of the ComputerModern font families, using textrace. Supported encodings are:T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The packagealso includes Unicode virtual fonts for use with Omega. Thefont set is not a replacement for any of the other ComputerModern-based font sets (for example, cm-super for Latin andCyrillic, or cbgreek for Greek), since it is available at asingle size only; it offers a compact set for 'general'working. The fonts themselves are encoded to externalstandards, and virtual fonts are provided for use with TeX. | Type 1 CM-based fonts for Latin, Greek and Cyrillic | 3 | 工具 + texlive-cm-lgc-doc | texlive | Documentation for cm-lgc | Documentation for cm-lgc | 3 | 库 + texlive-cmll | texlive | This is a very small font set that contain some symbols usefulin linear logic, which are apparently not available elsewhere.Variants are included for use with Computer Modern serif andsans-serif and with the AMS Euler series. The font is providedboth as Metafont source, and in Adobe Type 1 format. LaTeXsupport is provided. | Symbols for linear logic | 3 | 工具 + texlive-cmll-doc | texlive | Documentation for cmll | Documentation for cmll | 3 | 库 + texlive-cm-mf-extra-bold | texlive | The bundle provides bold versions of cmcsc, cmex, cmtex andcmtt fonts (all parts of the standard computer modern fontdistribution), as Metafont base files. | Extra Metafont files for CM | 3 | 工具 + texlive-cmpica | texlive | An approximate equivalent of the Xerox Pica typeface; the fontis optimised for submitting fiction manuscripts to mainlinepublishers. The font is a fixed-width one, rather less heavythan Computer Modern typewriter. Emphasis for bold-face comesfrom a wavy underline of each letter. The two fonts aresupplied as Metafont source. | A Computer Modern Pica variant | 3 | 工具 + texlive-cmpica-doc | texlive | Documentation for cmpica | Documentation for cmpica | 3 | 库 + texlive-cmpj | texlive | The package contains macros and some documentation fortypesetting papers for submission to the Condensed MatterPhysics journal published by the Institute for Condensed MatterPhysics of the National Academy of Sciences of Ukraine. | Style for the journal Condensed Matter Physics | 3 | 工具 + texlive-cmpj-doc | texlive | Documentation for cmpj | Documentation for cmpj | 3 | 库 + texlive-cmsd | texlive | Thr purpose of the package is to provide an alternativeinterface to the CM Sans Serif boldface fonts. The EC (T1,Cork) encoded versions of the 'CM Sans Serif boldface extended'fonts differ considerably from the traditionally (OT1) encodedones: at large sizes, >10pt, they have thinner strokes and aremuch wider. At 25pt they are hardly to be recognized as being'boldface'. This package attempts to make these T1 fonts looklike the traditional ones did. You do not need any new fonts;the package just changes the way LaTeX makes use of the currentones. | Interfaces to the CM Sans Serif Bold fonts | 3 | 工具 + texlive-cmsd-doc | texlive | Documentation for cmsd | Documentation for cmsd | 3 | 服务 + texlive-cmsrb | texlive | This package provides provides Adobe Type 1 Computer Modernfonts for the Serbian and Macedonian languages. Although thecm-super package provides great support for cyrillic script invarious languages, there remains a problem with italic variantsof some letters for Serbian and Macedonian. This packageincludes the correct shapes for italic letters \cyrb, \cyrg,\cyrd, \cyrp, and \cyrt. It also offers some improvements inletters and accents used in the Serbian language. Supportedencodings are: T1, T2A, TS1, X2 and OT2. The OT2 encoding ismodified so that it is now easy to transcribe Latin text toCyrillic. | Computer Modern for Serbian and Macedonian | 3 | 工具 + texlive-cm-super | texlive | The CM-Super family provides Adobe Type 1 fonts that replacethe T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encodedConcrete, T1/TS1-encoded CM bright and LH Cyrillic fonts (thussupporting all European languages except Greek), and bringingmany ameliorations in typesetting quality. The fonts exhibitthe same metrics as the Metafont-encoded originals. | CM-Super family of fonts | 3 | 工具 + texlive-cm-super-doc | texlive | Documentation for cm-super | Documentation for cm-super | 3 | 库 + texlive-cmtiup | texlive | The cmtiup fonts address a problem with the appearance ofpunctuation in italic text in mathematical documents. Toachieve this, all punctuation characters are upright, andkerning between letters and punctuation is adjusted to allowfor the italic correction. The fonts are implemented as a setof vf files; a package for support in LaTeX 2e is provided. | Upright punctuation with CM italic | 3 | 工具 + texlive-cmtiup-doc | texlive | Documentation for cmtiup | Documentation for cmtiup | 3 | 库 + texlive-cm-unicode | texlive | Computer Modern Unicode fonts, converted from Metafont sourcesusing mftrace with autotrace backend and fontforge. Somecharacters in several fonts are copied from Blue Sky type 1fonts released by AMS. Currently the fonts contain glyphs fromLatin (Metafont ec, tc, vnr), Cyrillic (lh), Greek (cbgreekwhen available) code sets and IPA extensions (from tipa). Thisfont set contains 33 fonts. This archive contains AFM, PFB andOTF versions; the OTF version of the Computer Modern Unicodefonts works with TeX engines that directly support OpenTypefeatures, such as XeTeX and LuaTeX. | Computer Modern Unicode font family | 3 | 工具 + texlive-cm-unicode-doc | texlive | Documentation for cm-unicode | Documentation for cm-unicode | 3 | 库 + texlive-cmupint | texlive | This package contains various upright integral symbols to matchthe Computer Modern font. | Upright integral symbols for Computer Modern | 3 | 库 + texlive-cnbwp | texlive | The package supports proper formatting of Working Papers of theCzech National Bank (WP CNB). The package was developed for CNBbut it is also intended for authors from outside CNB. | Typeset working papers of the Czech National Bank | 3 | 工具 + texlive-cnbwp-doc | texlive | Documentation for cnbwp | Documentation for cnbwp | 3 | 库 + texlive-cnltx | texlive | This is a versatile bundle of packages and classes forconsistent formatting of control sequences, package options,source code examples, and writing a package manual (includingan index containing the explained control sequences, options,ldots). The bundle also provides several other small ideas ofmine such as a mechansim for providing abbreviations etc. Notat least it provides a number of programming tools. Theintention behind this bundle mainly is a selfish one:documenting my own packages. The bundle contains an index stylefile cnltx.ist that should be placed in a directory in a TDSmakeindex directory. | LaTeX tools and documenting facilities | 3 | 工具 + texlive-cnltx-doc | texlive | Documentation for cnltx | Documentation for cnltx | 3 | 库 + texlive-cns | texlive | cns package | cns package | 3 | 工具 + texlive-cns-doc | texlive | Documentation for cns | Documentation for cns | 3 | 库 + texlive-cntformats | texlive | The package offers package or class authors a way to formatcounters with 'patterns'. These patterns do not affect affect'normal' LaTeX treatment of counters. | A different way to read counters | 3 | 工具 + texlive-cntformats-doc | texlive | Documentation for cntformats | Documentation for cntformats | 3 | 服务 + texlive-cntperchap | texlive | This package stores values of counters (which have beenregistered beforehand) on a per chapter base and provides thevalues on demand in the 2nd LaTeX compilation run. In this wayit is possible to know how many sections etc. there are lyingahead and to react to these counter values, if needed. This isa preliminary version that has been tested with book.cls,memoir.cls, and scrbook.cls. The packages assoccnt (by the sameauthor) and xparse are needed as well. | Store counter values per chapter | 3 | 工具 + texlive-cntperchap-doc | texlive | Documentation for cntperchap | Documentation for cntperchap | 3 | 库 + texlive-cochineal | texlive | Cochineal is a fork from the Crimson fonts (Roman, Italic,Bold, BoldItalic only) released under the OFL by SebastianKosch. These remarkable fonts are inspired by the famousoldstyle fonts in the garalde family (Garamond, Bembo) but, inthe end, look more similar to Minion, though with smallerxheight and less plain in detail. The Crimson fonts on whichthese were based had roughly 4200 glyphs in the four stylesmentioned above. Cochineal adds more than 1500 glyphs in thosestyles so that it is possible to make a TeX support collectionthat contains essentially all glyphs in all styles. Bringingthe Semibold styles up the same level would have requiredadding about 2000 additional glyphs, which I could not evencontemplate. The fonts are provided in OpenType and PostScriptformats. | Cochineal fonts with LaTeX support | 3 | 工具 + texlive-cochineal-doc | texlive | Documentation for cochineal | doc files of cochineal | 3 | 库 + texlive-codeanatomy | texlive | The idea of this Package is to typeset illustrations of piecesof code with annotations on each single part of code (CodeAnatomy). The origin of this idea are code illustrations fromthe book "Computer Science: An Interdisciplinary Approach" fromRobert Sedgewick and Kevin Wayne. The package depends on expl3,xparse, and TikZ. | Typeset code with annotations | 3 | 工具 + texlive-codebox | texlive | This LaTeX3 package provides environments codebox and codeviewto typset with an environment body, and macros \codefile and\cvfile to typeset programming source code from a file in afancy box. Starred versions of these environments and macrosare provided to add a comment at the bottom of the fancy box.The package is based on tcolorbox, minted, and listings. | Highlighted source code in a fancy box | 3 | 工具 + texlive-codedoc | texlive | The CodeDoc class is an alternative to DocStrip (and others) toproduce LaTeX code along with its documentation withoutdeparting from LaTeX's ordinary syntax. The documentation isprepared like any other LaTeX document and the code to becommented verbatim is simply delimited by an environment. Whenan option is turned on in the class options, this code iswritten to the desired file(s). The class also includes fullycustomizable verbatim environments which provide the authorwith separate commands to typeset the material and/or toexecute it. | LaTeX code and documentation in LaTeX-format file | 3 | 工具 + texlive-codedoc-doc | texlive | Documentation for codedoc | Documentation for codedoc | 3 | 库 + texlive-codehigh | texlive | This package uses the l3regex package from the LaTeX3Programming Layer to parse and highlight source code and demos.It is more powerful than the listings package, and more easy touse than minted. But it is slower than both of them. Thereforein LuaTeX the package provides another way to highlight code:using LPeg (Parsing Expression Grammars for Lua). LPeg is muchmore powerful and faster than l3regex. | Highlight code and demos with l3regex and lpeg | 3 | 工具 + texlive-codepage | texlive | The package provides a mechanism for inputting non-ASCII text.Nowadays, the job is mostly done by the inputenc package in theLaTeX distribution. | Support for variant code pages | 3 | 工具 + texlive-codepage-doc | texlive | Documentation for codepage | Documentation for codepage | 3 | 库 + texlive-codesection | texlive | This package provides an environment to switch a section ofcode on or off. The code may be placed anywhere in the file (itis not limited to the document or the preamble). The motivationfor this package was to have commands which allow preselectionbased on whether sections of code in a preamble of a templateare executed. | Provides an environment that may be conditionally included | 3 | 工具 + texlive-codesection-doc | texlive | Documentation for codesection | Documentation for codesection | 3 | 库 + texlive-codicefiscaleitaliano | texlive | The alphanumeric string that forms the Italian personal FiscalCode is prone to be misspelled thus rendering a legal documentinvalid. The package quickly verifies the consistency of thefiscal code string, and can therefore be useful for lawyers andaccountants that use fiscal codes very frequently. | Test the consistency of the Italian personal Fiscal Code | 3 | 工具 + texlive-codicefiscaleitaliano-doc | texlive | Documentation for codicefiscaleitaliano | Documentation for codicefiscaleitaliano | 3 | 库 + texlive-coelacanth | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeXsupport for Coelecanth fonts, designed by Ben Whitmore.Coelacanth is inspired by the classic Centaur type design ofBruce Rogers, described by some as the most beautiful typefaceever designed. It aims to be a professional quality type familyfor general book typesetting. | Coelacanth fonts with LaTeX support | 3 | 库 + texlive-coffeestains | texlive | This package provides an essential feature that LaTeX has beenmissing for too long: It adds coffee stains to your documents.A lot of time can be saved by printing stains directly on thepage rather than adding them manually. | Add coffee stains to documents | 3 | 工具 + texlive-collcell | texlive | The package provides macros that collect the content of atabular cell, and offer them as an argument to a macro. Specialcare is taken to remove all aligning macros inserted by tabularfrom the cell content. The macros also work in the last columnof a table, but do not support verbatim material inside thecells. | Collect contents of a tabular cell as argument to a macro | 3 | 工具 + texlive-collcell-doc | texlive | Documentation for collcell | Documentation for collcell | 3 | 库 + texlive-collectbox | texlive | The package provides macros to collect and process a macroargument (i.e., something which looks like a macro argument) asa horizontal box rather than as a real macro argument. The"arguments" are stored as if they had been saved by \savebox orby the lrbox environment. Grouping tokens \bgroup and \egroupmay be used, which allows the user to have the beginning andend of a group in different macro invocations, or to place themin the begin and end code of an environment. Arguments maycontain verbatim material or other special use of characters.The macros were designed for use within other macros. | Collect and process macro arguments as boxes | 3 | 工具 + texlive-collectbox-doc | texlive | Documentation for collectbox | Documentation for collectbox | 3 | 工具 + texlive-collection-basic | texlive | These files are regarded as basic for any TeX system, coveringplain TeX macros, Computer Modern fonts, and configuration forcommon drivers; no LaTeX. | Essential programs and files | 3 | 工具 + texlive-collection-bibtexextra | texlive | Additional BibTeX styles and bibliography data(bases), notablyincluding BibLaTeX. | BibTeX additional styles | 3 | 工具 + texlive-collection-binextra | texlive | Various useful, but non-essential, support programs. Includesprograms and macros for DVI file manipulation, literateprogramming, patgen, and the TeX Works Editor. | TeX auxiliary programs | 3 | 工具 + texlive-collection-context | texlive | Hans Hagen's powerful ConTeXt system, http://pragma-ade.com.Also includes third-party ConTeXt packages. | ConTeXt and packages | 3 | 工具 + texlive-collection-fontsextra | texlive | collection-fontsextra package | Additional fonts | 3 | 工具 + texlive-collection-fontsrecommended | texlive | Recommended fonts, including the base 35 PostScript fonts,Latin Modern, TeX Gyre, and T1 and other encoding support forComputer Modern, in outline form. | Recommended fonts | 3 | 工具 + texlive-collection-fontutils | texlive | Programs for conversion between font formats, testing fonts,virtual fonts, .gf and .pk manipulation, mft, fontinst, etc.Manipulating OpenType, TrueType, Type 1,and for manipulation ofPostScript and other image formats. | Graphics and font utilities | 3 | 工具 + texlive-collection-formatsextra | texlive | Collected TeX `formats', i.e., large-scale macro packagesdesigned to be dumped into .fmt files -- excluding the mostcommon ones, such as latex and context, which have their ownpackage(s). It also includes the Aleph engine and related Omegaformats and packages, and the HiTeX engine and related. | Additional formats | 3 | 工具 + texlive-collection-games | texlive | Setups for typesetting various games, including chess. | Games typesetting | 3 | 工具 + texlive-collection-humanities | texlive | Packages for law, linguistics, social sciences, humanities,etc. | Humanities packages | 3 | 工具 + texlive-collection-langarabic | texlive | Support for Arabic and Persian. | Arabic | 3 | 库 + texlive-collection-langchinese | texlive | Support for Chinese; additional packages in collection-langcjk. | Chinese | 3 | 工具 + texlive-collection-langcjk | texlive | Packages supporting a combination of Chinese, Japanese, Korean,including macros, fonts, documentation. Also Thai in the c90encoding, since there is some overlap in those fonts; standardThai support is in collection-langother. Additional packagesfor CJK are in their individual language collections. | Chinese/Japanese/Korean (base) | 3 | 工具 + texlive-collection-langcyrillic | texlive | Support for Cyrillic scripts (Bulgarian, Russian, Serbian,Ukrainian), even if Latin alphabets may also be used. | Cyrillic | 3 | 库 + texlive-collection-langczechslovak | texlive | Support for Czech/Slovak. | Czech/Slovak | 3 | 库 + texlive-collection-langenglish | texlive | Support for (and documentation in) English. | US and UK English | 3 | 工具 + texlive-collection-langeuropean | texlive | Support for a number of European languages; others (Greek,German, French, ...) have their own collections, dependingsimply on the size of the support. | Other European languages | 3 | 工具 + texlive-collection-langfrench | texlive | Support for French and Basque. | French | 3 | 库 + texlive-collection-langgerman | texlive | Support for German. | German | 3 | 工具 + texlive-collection-langgreek | texlive | Support for Greek. | Greek | 3 | 工具 + texlive-collection-langitalian | texlive | Support for Italian. | Italian | 3 | 工具 + texlive-collection-langjapanese | texlive | Support for Japanese; additional packages in collection-langcjk. | Japanese | 3 | 工具 + texlive-collection-langkorean | texlive | Support for Korean; additional packages in collection-langcjk. | Korean | 3 | 工具 + texlive-collection-langother | texlive | Support for languages not otherwise listed, including Indic,Thai, Vietnamese, Hebrew, Indonesian, African languages, andplenty more. The split is made simply on the basis of the sizeof the support, to keep both collection sizes and the number ofcollections reasonable. | Other languages | 3 | 工具 + texlive-collection-langpolish | texlive | Support for Polish. | Polish | 3 | 库 + texlive-collection-langportuguese | texlive | Support for Portuguese. | Portuguese | 3 | 库 + texlive-collection-langspanish | texlive | Support for Spanish. | Spanish | 3 | 库 + texlive-collection-latex | texlive | These packages are either mandated by the core LaTeX team, orvery widely used and strongly recommended in practice. | LaTeX fundamental packages | 3 | 工具 + texlive-collection-latexextra | texlive | A very large collection of add-on packages for LaTeX. | LaTeX additional packages | 3 | 工具 + texlive-collection-latexrecommended | texlive | A collection of recommended add-on packages for LaTeX whichhave widespread use. | LaTeX recommended packages | 3 | 工具 + texlive-collection-luatex | texlive | Packages for LuaTeX, a TeX engine using Lua as an embeddedscripting and extension language, with native support forUnicode, OpenType/TrueType fonts, and both PDF and DVI output.The LuaTeX engine itself (and plain formats) are incollection-basic. | LuaTeX packages | 3 | 工具 + texlive-collection-mathscience | texlive | Mathematics, natural sciences, computer science packages | Mathematics, natural sciences, computer science packages | 3 | 工具 + texlive-collection-metapost | texlive | collection-metapost package | MetaPost and Metafont packages | 3 | 工具 + texlive-collection-music | texlive | Music-related fonts and packages. | Music packages | 3 | 库 + texlive-collection-pictures | texlive | Including TikZ, pict, etc., but MetaPost and PStricks areseparate. | Graphics, pictures, diagrams | 3 | 工具 + texlive-collection-plaingeneric | texlive | Add-on packages and macros that work with plain TeX, often LaTeX, andoccasionally other formats. | Plain (La)TeX packages | 3 | 工具 + texlive-collection-pstricks | texlive | PSTricks core and all add-on packages. | PSTricks | 3 | 工具 + texlive-collection-publishers | texlive | collection-publishers package | Publisher styles, theses, etc | 3 | 工具 + texlive-collection-texworks | texlive | See http://tug.org/texworks. | TeXworks editor; TL includes only the Windows binary | 3 | 工具 + texlive-collection-xetex | texlive | Packages for XeTeX, the Unicode/OpenType-enabled TeX byJonathan Kew, http://tug.org/xetex. | XeTeX and packages | 3 | 工具 + texlive-collref | texlive | The package automatically collects multiple \bibitemreferences, which always appear in the same sequence in \cite,into a single \bibitem block. | Collect blocks of references into a single reference | 3 | 工具 + texlive-collref-doc | texlive | Documentation for collref | Documentation for collref | 3 | 库 + texlive-colophon | texlive | Colophons are a once-common design device by which a book (ordocument) designer gave some information to his readers aboutthe design and makeup of the text. It typically includes thepublisher (if not included elsewhere in the document), fontsize, leading size, measure, and of course font faceidentification. Sometimes it includes information about thetools used, as well. This package provides some highlyconfigurable macros, with sensible defaults, for producingcolophons without having to muck around with a lot of manualcode. | Provides commands for producing a colophon | 3 | 工具 + texlive-colordoc | texlive | The package is used in documentation files (that use the docpackage); with it the code listings will highlight (forexample) pairs of curly braces with matching colors. Otherdelimiters like \if ... \fi, are highlighted, as are the namesof new commands. All this makes code a little more readable,and helps during process of writing. Three options areprovided, including a non-color option designed for printing(which numbers delimiters and underlines new commands). | Coloured syntax highlights in documentation | 3 | 工具 + texlive-colordoc-doc | texlive | Documentation for colordoc | Documentation for colordoc | 3 | 库 + texlive-color-edits | texlive | This package provides a fairly light-weight solution forannotating LaTeX source code with color to showadditions/changes, replacements, deletions, and comments. Thisis particularly useful when a document is being edited bymultiple authors. Two package options allow the quicksuppression of all colorful edits and comments, and showingtext whose deletion was proposed. | Colorful edits for multiple authors of a shared document | 3 | 工具 + texlive-colorframed | texlive | This package fixes problems with colour loss that occurres inthe environments of the framed package. | Fix color problems with the package "framed" | 3 | 工具 + texlive-colorinfo | texlive | colorinfo package | Retrieve colour model and values for defined colours | 3 | 工具 + texlive-colorinfo-doc | texlive | Documentation for colorinfo | Documentation for colorinfo | 3 | 库 + texlive-coloring | texlive | This package makes it possible to define colors automaticallyby their names. This can be useful in drawing TikZ pictures anddesigning beamer themes. Using the package, you don't need towrite \definecolor before using a color. | Define missing colors by their names | 3 | 工具 + texlive-coloring-doc | texlive | Documentation for coloring | doc files of coloring | 3 | 库 + texlive-colorist | texlive | This package offers you a LaTeX style file and two classes totypeset articles or books in a colorful way. These classescurrently have native support for English, French, German,Italian, Portuguese (European and Brazilian), and Spanishtypesetting. They compile with any major TeX engine. You mayalso wish to consider the packages lebhart and beaulivre, whichare enhanced versions of the classes provided here. They haveunicode support, thus can only be used with either XeLaTeX orLuaLaTeX. Currently they have native support for Chinese (bothsimplified and traditional), English, French, German, Italian,Japanese, Portuguese (European and Brazilian), Russian andSpanish typesetting, and also use more beautiful fonts. | Write your articles or books in a colorful way | 3 | 工具 + texlive-colorprofiles | texlive | This package collects free ICC profiles that can be used bycolor profile aware applications/tools like the pdfx package,as well as TeX and LaTeX packages to access them. | Collection of free ICC profiles | 3 | 工具 + texlive-colorsep | texlive | Support for colour separation when using dvips. | Color separation | 3 | 库 + texlive-colorspace | texlive | The package provides PDF color spaces. Currently, only spotcolors and overprinting are supported. It requires xcolor, andsupports pdfTeX and luaTeX. | Provides PDF color spaces | 3 | 工具 + texlive-colorspace-doc | texlive | Documentation for colorspace | Documentation for colorspace | 3 | 库 + texlive-colortab | texlive | The package lets you shade or colour the cells in the alignmentenvironments such as \halign and LaTeX's tabular and arrayenvironments. The colortbl package is to be preferred todaywith LaTeX (it assures compatibility with the longtablepackage, which is no longer true with colortab); another modernoption is the table-colouring option of the xcolor. However,colortab remains an adequate solution for use with Plain TeX. | Shade cells of tables and halign | 3 | 工具 + texlive-colortab-doc | texlive | Documentation for colortab | Documentation for colortab | 3 | 库 + texlive-colortbl | texlive | The package allows rows and columns to be coloured, and evenindividual cells. | Add colour to LaTeX tables | 3 | 工具 + texlive-colortbl-doc | texlive | Documentation for colortbl | Documentation for colortbl | 3 | 库 + texlive-colorwav | texlive | The package allows the user to obtain an RGB value (suitablefor use in the color package) from a wavelength of light. Thedefault unit is nanometres, but other units may be used. Notethat this function is also available within the xcolor. | Colours by wavelength of visible light | 3 | 工具 + texlive-colorwav-doc | texlive | Documentation for colorwav | Documentation for colorwav | 3 | 库 + texlive-colorweb | texlive | The package makes the 216 "web-safe colours" available to thestandard color package. | Extend the color package colour space | 3 | 服务 + texlive-colorweb-doc | texlive | Documentation for colorweb | Documentation for colorweb | 3 | 库 + texlive-colourchange | texlive | The package allows you to change the colour of the structuralelements (inner theme and outer theme) of your beamerpresentation during the presentation. There is a manual optionbut there is also the option to have your structure colourchange from one colour to another as a function of how farthrough the presentation you are. | colourchange | 3 | 工具 + texlive-colourchange-doc | texlive | Documentation for colourchange | Documentation for colourchange | 3 | 库 + texlive-combelow | texlive | The package defines a command \cb that positions a comma belowa letter, as required (for example) in Romanian typesetting.The command is robust, but interferes with hyphenation. | Typeset "comma-below" letters, as in Romanian | 3 | 工具 + texlive-combelow-doc | texlive | Documentation for combelow | Documentation for combelow | 3 | 库 + texlive-combine | texlive | The combine class lets you bundle individual documents into asingle document, such as when preparing a conferenceproceedings. The auxiliary combinet package puts the titles andauthors from \maketitle commands into the main document's Tableof Contents. The package cooperates with the abstract andtitling packages. | Bundle individual documents into a single document | 3 | 库 + texlive-combinedgraphics | texlive | This package provides a macro (\includecombinedgraphics) forthe inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (anexport format of Gnuplot, Xfig, and maybe other programs).Instead of including the graphics with a simple \input, the\includecombinedgraphics macro has some comforts: changing thefont and color of the text of the LaTeX part; rescaling thegraphics without affecting the font of the LaTeX part;automatic inclusion of the vector graphics part, as far asLaTeX part does not do it (e.g., for files exported fromGnuplot before version 4.2); and rescaling and rotating ofcomplete graphics (similar to \includegraphics from thegraphicx package). | Include graphic (EPS or PDF)/LaTeX combinations | 3 | 工具 + texlive-combinedgraphics-doc | texlive | Documentation for combinedgraphics | Documentation for combinedgraphics | 3 | 服务 + texlive-combine-doc | texlive | Documentation for combine | Documentation for combine | 3 | 库 + texlive-combofont | texlive | This highly experimental package can be used to addNFSS-declarations of combo fonts to LuaLaTeX documents. Thispackage may disappear without notice, e.g. if luaotfloadchanges in a way so that it no longer works, or if LuaTeXchanges, or if fontspec itself includes the code. It is alsopossible that the package's syntax and commands may change inan incompatible way. So if you use it in a productionenvironment: You have been warned. | Add NFSS-declarations of combo fonts to LuaLaTeX documents | 3 | 工具 + texlive-comfortaa | texlive | Comfortaa is a sans-serif font, comfortable in every aspect,designed by Johan Aakerlund. The font, which includes threeweights (thin, regular and bold), is available on Johan'sdeviantArt web page as TrueType files under the Open FontLicense version 1.1. This package provides support for thisfont in LaTeX, and includes both the TrueType fonts, andconversions to Adobe Type 1 format. | Sans serif font, with LaTeX support | 3 | 库 + texlive-comfortaa-doc | texlive | Documentation for comfortaa | Documentation for comfortaa | 3 | 服务 + texlive-comicneue | texlive | Comic Neue is a well-known redesign of the (in)famous ComicSans font. The package provides the original OpenType font forXeTeX and LuaTeX users, and also has converted Type1 files forpdfTeX users. Issues with this package can be reported onGitHub or emailed to tex@slxh.nl. | Use Comic Neue with TeX(-alike) systems | 3 | 工具 + texlive-comicneue-doc | texlive | Documentation for comicneue | Documentation for comicneue | 3 | 库 + texlive-comma | texlive | A flexible package that allows commas (or anything else) to beinserted every three digits in a number, as in 1,234. | Formats a number by inserting commas | 3 | 工具 + texlive-commado | texlive | The bundle provides two packages: commado and filesdo. Thepackage commado provides the command \DoWithCSL:\DoWithCSL{<cmd>}{<list>} applies an existing one-parametermacro <cmd> to each item in a list <list> in which terms areseparated by commas. The package filesdo provides the command\DoWithBasesExts: \DoWithBasesExts{<cmd>}{<bases>}{<exts>}which runs the single parameter command <cmd> on each filewhose base and extension are respectively from the comma-separated lists <bases> and <exts>. These 'loop'-like commandsare (themselves) entirely expandable. The packages rely onpackages plainpkg, and stacklet | Expandable iteration on comma-separated and filename lists | 3 | 工具 + texlive-comma-doc | texlive | Documentation for comma | Documentation for comma | 3 | 库 + texlive-commado-doc | texlive | Documentation for commado | Documentation for commado | 3 | 库 + texlive-commath | texlive | Provides a range of differential, partial differential anddelimiter commands, together with a \fullfunction (function,with both domain and range, and function operation) and variousreference commands. | Mathematics typesetting support | 3 | 工具 + texlive-commath-doc | texlive | Documentation for commath | Documentation for commath | 3 | 库 + texlive-commedit | texlive | The package is intended for commented editions. An example ofcommented edition is a teacher's book based on a student'stextbook. Each page of a teacher's book is a page from thetextbook and comments for the teacher. This package wascommissioned by Instituto de Matematica Pura e Aplicada ( IMPA) | Commented editions with LaTeX | 3 | 工具 + texlive-comment | texlive | Selectively include/exclude pieces of text, allowing the userto define new, separately controlled, comment versions. Alltext between \comment ... \endcomment or \begin{comment} ...\end{comment} is discarded. The opening and closing commandsshould appear on a line of their own. No starting spaces,nothing after it. This environment should work with arbitraryamounts of comment, and the comment can be arbitrary text.Other 'comment' environments are defined andselected/deselected with \includecomment{versiona} and\excludecoment{versionb} These environments are used as\versiona ... \endversiona or \begin{versiona} ...\end{versiona} with the opening and closing commands again on aline of their own. | Selectively include/excludes portions of text | 3 | 工具 + texlive-comment-doc | texlive | Documentation for comment | Documentation for comment | 3 | 工具 + texlive-commonunicode | texlive | The aim of this LaTeX package is to provide a complete aspossible list of common Unicode symbols with their translationsto LaTeX code. This is useful in the development of templateswhich are intended to work with modern TeX engines (LuaTeX,XeTeX) as well as traditional ones (TeX, pdfTeX). | Convert common unicode symbols to LaTeX code | 3 | 工具 + texlive-commutative-diagrams | texlive | This package provides a TikZ library for making commutativediagrams easy to design, parse and tweak. | CoDi: Commutative Diagrams for TeX | 3 | 库 + texlive-compactbib | texlive | Allows a second bibliography, optionally with a differenttitle, after the main bibliography. | Multiple thebibliography environments | 3 | 工具 + texlive-compare | texlive | The file defines a macro \compare, which takes two arguments;the macro expands to -1, 0, 1, according as the first argumentis less than, equal to, or greater than the second argument.Sorting is alphabetic, using ASCII collating order. | Compare two strings | 3 | 工具 + texlive-competences | texlive | This package is an attempt to track skills assessed during aclassroom check. Each question can be associated with one ormore skills and be assigned a number of points to be earned. Atthe end of the text, a table set summarizes the skillsassessed, and in what proportions. | Track skills of classroom checks | 3 | 工具 + texlive-complexity | texlive | Complexity is a LaTeX package that defines commands to typesetComputational Complexity Classes such as $\P$ and $\NP$ (aswell as hundreds of others). It also offers several optionsincluding which font classes are typeset in and how many aredefined (all of them or just the basic, most commonly usedones). The package has no dependencies other than the standardifthen package. | Computational complexity class names | 3 | 工具 + texlive-complexity-doc | texlive | Documentation for complexity | Documentation for complexity | 3 | 库 + texlive-components-doc | texlive | Documentation for components-of-TeX | Documentation for components | 3 | 工具 + texlive-comprehensive-doc | texlive | Documentation for comprehensive | Documentation for comprehensive | 3 | 库 + texlive-computational-complexity | texlive | The LaTeX2e class cc was written for the journal ComputationalComplexity, and it can also be used for a lot of otherarticles. You may like it since it contains a lot of featuresas more intelligent references, a set of theorem definitions,an algorithm environment, ... The class requires natbib. | Class for the journal Computational Complexity | 3 | 工具 + texlive-computational-complexity-doc | texlive | Documentation for computational-complexity | Documentation for computational-complexity | 3 | 库 + texlive-concepts | texlive | The package helps to keep track of formal 'concepts' for aspecific field or document. This is particularly useful forscientific papers (for example, in physics, mathematics orcomputer science), which may introduce several concepts (withtheir own symbols). The package's commands allow the user todefine a concept (typically, near its first use), and willensure consistent use throughout the document. The packagedepends on several other packages; while these are fairlycommon packages, the user should check the package's READMEfile for the complete list. | Keeping track of formal 'concepts' for a particular field | 3 | 工具 + texlive-concepts-doc | texlive | Documentation for concepts | Documentation for concepts | 3 | 库 + texlive-concmath | texlive | A LaTeX package and font definition files to access theConcrete mathematics fonts, which were derived from ComputerModern math fonts using parameters from Concrete Roman textfonts. | Concrete Math fonts | 3 | 工具 + texlive-concmath-doc | texlive | Documentation for concmath | Documentation for concmath | 3 | 库 + texlive-concmath-fonts | texlive | The fonts are derived from the computer modern mathematicsfonts and from Knuth's Concrete Roman fonts; they aredistributed as Metafont source. LaTeX support is offered by theconcmath package. | Concrete mathematics fonts | 3 | 工具 + texlive-concmath-fonts-doc | texlive | Documentation for concmath-fonts | Documentation for concmath-fonts | 3 | 工具 + texlive-concmath-otf | texlive | This package provides an OpenType version of the Concrete Mathfont created by Ulrik Vieth in Metafont. "concmath-otf.sty" isa replacement for the original "concmath.sty" package to beused with LuaTeX or XeTeX engines. | Concrete based OpenType Math font | 3 | 工具 + texlive-concprog | texlive | A class which provides the necessary macros to prepare a(classical) concert programme; a sample is provided. | Concert programmes | 3 | 工具 + texlive-concprog-doc | texlive | Documentation for concprog | Documentation for concprog | 3 | 库 + texlive-concrete | texlive | Concrete Roman fonts, designed by Donald E. Knuth, originallyfor use with Euler mathematics fonts. Alternative mathematicsfonts, based on the concrete 'parameter set' are available asthe concmath fonts bundle. LaTeX support is offered by thebeton, concmath and ccfonts packages. T1- and TS1-encodedversions of the fonts are available in the ecc bundle, andAdobe Type 1 versions of the ecc fonts are part of the cm-superbundle. | Concrete Roman fonts | 3 | 工具 + texlive-concrete-doc | texlive | Documentation for concrete | Documentation for concrete | 3 | 库 + texlive-conditext | texlive | This package provides some commands to define and manageconditional content in a LaTeX source document. A conditionalcontent, in the sense within this is understood in thispackage, is a text (including mathematical or other formulas)and/or a graphical element (diagram, figure, image...) assubstitutable forms, which, according to a condition test, mayor may not appear in the generated document. One of the mostcommon forms of conditional content management is multilingual; but it can also include versioning, confidentiality levels,and so on. The philosophy of this package is based on therespective notions of condition field, condition property andcondition space. With this package, any substitutable form in asource document is identified by a condition field and acondition property. The condition field is a functional themethat allows you to group together substitutable forms for thesame conditional management. The condition property is afunctional characterization specific to each substitutable formof a single condition domain. The condition space is used todesignate the substitutable form(s) that must appear in thegenerated document. A condition space is defined by specifyinga condition domain and a condition property to match with oneor more substitutable forms. | Define and manage conditional content | 3 | 工具 + texlive-confproc | texlive | The confproc collection comprises a class, a BibTeX style, andsome scripts for generating conference proceedings. It derivesfrom LaTeX scripts written for the DAFx-06 conferenceproceedings, largely based on the pdfpages package forincluding the proceedings papers and the hyperref package forcreating a proper table of contents, bookmarks and generalbibliography back-references. Confproc also uses many otherpackages for fine tuning of the table of contents, bibliographyand index of authors. The added value of the class resides inits time-saving aspects when designing conference proceedings. | A set of tools for generating conference proceedings | 3 | 工具 + texlive-confproc-doc | texlive | Documentation for confproc | Documentation for confproc | 3 | 库 + texlive-constants | texlive | The package provides a way to number constants in amathematical proof automatically, with a system forlabelling/referencing. In addition, several families ofconstants (with different symbols) may be defined. | Automatic numbering of constants | 3 | 工具 + texlive-constants-doc | texlive | Documentation for constants | Documentation for constants | 3 | 库 + texlive-conteq | texlive | The package provides an environment conteq, which will lay outsystems of continued equalities (or inequalities). Severalvariant layouts of the equalities are provided, and the usermay define their own. The package is written using LaTeX 3macros. | Typeset multiline continued equalities | 3 | 工具 + texlive-conteq-doc | texlive | Documentation for conteq | Documentation for conteq | 3 | 库 + texlive-context | texlive-base | A full featured, parameter driven macro package, which fullysupports advanced interactive documents. See the ConTeXt gardenfor a wealth of support information. | The ConTeXt macro package | 3 | 工具 + texlive-context-account | texlive | The package deals with "accounts" of its own specification. | A simple accounting package | 3 | 工具 + texlive-context-account-doc | texlive | Documentation for context-account | Documentation for context-account | 3 | 库 + texlive-context-algorithmic | texlive | Support for typesetting algorithms (a port of the LaTeX packagealgorithmic, which was a predecessor of algorithmicx). | Algorithm handling in ConTeXt | 3 | 工具 + texlive-context-animation | texlive | The package is a port, to Context (mkvi), of the correspondingLaTeX package. | Generate fieldstack based animation with ConTeXt | 3 | 工具 + texlive-context-animation-doc | texlive | Documentation for context-animation | Documentation for context-animation | 3 | 库 + texlive-context-annotation | texlive | context-annotation package | context-annotation package | 3 | 工具 + texlive-context-annotation-doc | texlive | Documentation for context-annotation | Documentation for context-annotation | 3 | 库 + texlive-context-bnf | texlive | The module provides a simple way to write good-looking BNF-style grammars in ConTeXt. Grammars are written using the BNFsyntax right in your ConTeXt documents, so there is a clearseparation between content and layout. This allows the user todecide exactly how the grammar is to be displayed, while alsoallowing the gist of the grammar to be understood from simplylooking at the source ConTeXt document. | A BNF module for Context | 3 | 库 + texlive-context-bnf-doc | texlive | Documentation for context-bnf | Documentation for context-bnf | 3 | 库 + texlive-context-chromato | texlive | The module provides macros for drawing chromatograms. | ConTeXt macros for chromatograms | 3 | 库 + texlive-context-chromato-doc | texlive | Documentation for context-chromato | Documentation for context-chromato | 3 | 库 + texlive-context-cmscbf | texlive | The module makes provision for bold caps and small caps CMfonts, in ConTeXt. Such a font may be found in the ComputerModern 'extras' font set. | Use Computer Modern bold Caps and Small-caps in ConTeXt | 3 | 库 + texlive-context-cmttbf | texlive | The module makes provision for bold typewriter CM fonts, inConTeXt. Such a font may be found in the Computer Modern'extras' font set. | Use Computer Modern Typewriter bold font in ConTeXt | 3 | 库 + texlive-context-construction-plan | texlive | Generate a page with a figure at a well-defined scale. | Construction plans in ConTeXt | 3 | 工具 + texlive-context-construction-plan-doc | texlive | Documentation for context-construction-plan | Documentation for context-construction-plan | 3 | 工具 + texlive-context-cyrillicnumbers | texlive | The package extends Context's system of number conversion, byadding numeration using cyrillic letters. | Write numbers as cyrillic glyphs | 3 | 工具 + texlive-context-cyrillicnumbers-doc | texlive | Documentation for context-cyrillicnumbers | Documentation for context-cyrillicnumbers | 3 | 库 + texlive-context-degrade | texlive | context-degrade package | Degrading JPEG images in ConTeXt | 3 | 工具 + texlive-context-degrade-doc | texlive | Documentation for context-degrade | Documentation for context-degrade | 3 | 服务 + texlive-context-doc | texlive-base | Documentation for context. | Documentation for context | 3 | 库 + texlive-context-fancybreak | texlive | The (ConTeXt) module allows insertion of thought breaks intexts. With parameters one can adjust the spacing around thecontent and set a default symbol. | Overfull pages with ConTeXt | 3 | 库 + texlive-context-fancybreak-doc | texlive | Documentation for context-fancybreak | Documentation for context-fancybreak | 3 | 库 + texlive-context-filter | texlive | The filter module provides a simple interface to run externalprograms on the contents of a start-stop environment. Optionsare available to run the external program only if the contentof the environment has changed, to specify how the programoutput should be read back, and to choose the name of thetemporary files that are created. The module is compatible withboth MkII and MkIV. | Run external programs on the contents of a start-stop environment | 3 | 工具 + texlive-context-filter-doc | texlive | Documentation for context-filter | Documentation for context-filter | 3 | 库 + texlive-context-french | texlive | Deals with spacing around French punctuation; the package isdistributed for ConTeXt Mark iv only. | Support for writing French in ConTeXt | 3 | 工具 + texlive-context-french-doc | texlive | Documentation for context-french | Documentation for context-french | 3 | 库 + texlive-context-fullpage | texlive | The (ConTeXt) module copies the functionality of the fullpage,and adds a styling parameter, given in the \usemodule command | Overfull pages with ConTeXt | 3 | 库 + texlive-context-fullpage-doc | texlive | Documentation for context-fullpage | Documentation for context-fullpage | 3 | 库 + texlive-context-gantt | texlive | Gantt is a module for drawing Gantt charts via metapost orpgf/tikz. | GANTT module for ConTeXt | 3 | 工具 + texlive-context-gantt-doc | texlive | Documentation for context-gantt | Documentation for context-gantt | 3 | 库 + texlive-context-gnuplot | texlive | Enables simple creation and inclusion of graphs with Gnuplot.The package writes a script into temporary file, runs Gnuplotand includes the resulting graphic directly into the document.See the ConTeXt Garden package page for further details. | Inclusion of Gnuplot graphs in ConTeXt | 3 | 工具 + texlive-context-gnuplot-doc | texlive | Documentation for context-gnuplot | Documentation for context-gnuplot | 3 | 库 + texlive-context-handlecsv | texlive | The package handles csv data merging for automatic documentcreation. | Data merging for automatic document creation | 3 | 工具 + texlive-context-inifile | texlive | The module parses an ini-file and prints the contents with auser-defined layout. The entries of the file may be sorted byup to three sort keys. The format of a simple ini-file wouldbe: [key1] symbol1 = value1 symbol2 = value2 [key2] symbol1 =value3 symbol2 = value4 The module only works with ConTeXtMkIV, and uses Lua to help process the input. | An ini-file pretty-printer, using ConTeXt | 3 | 库 + texlive-context-layout | texlive | Context module to show the layout of the current page. | Shows layout of current page | 3 | 工具 + texlive-context-letter | texlive | A means of writing 'vanilla' letters and memos is provided,with support covering ConTeXt Mkii and Mkiv. The design ofletters may be amended by a wide range of style specifications. | ConTeXt package for writing letters | 3 | 工具 + texlive-context-letter-doc | texlive | Documentation for context-letter | Documentation for context-letter | 3 | 库 + texlive-context-lettrine | texlive | This is a re-implementation of the LaTeX package lettrine. | A ConTeXt implementation of lettrines | 3 | 工具 + texlive-context-lettrine-doc | texlive | Documentation for context-lettrine | Documentation for context-lettrine | 3 | 库 + texlive-context-mathsets | texlive | Typeset good-looking set notation (e.g., {x|x \in Y}), as wellas similar things such as Dirac bra-ket notation, conditionalprobabilities, etc. The package is at least inspired by braket. | Set notation in ConTeXt | 3 | 工具 + texlive-context-mathsets-doc | texlive | Documentation for context-mathsets | Documentation for context-mathsets | 3 | 工具 + texlive-context-notes-zh-cn | texlive | An introductory tutorial on ConTeXt, in Chinese. The documentcovers ConTeXt installation, fonts, layout design, cross-reference, project structure, metafun and presentation design. | Notes on using ConTeXt MkIV | 3 | 库 + texlive-context-notes-zh-cn-doc | texlive | Documentation for context-notes-zh-cn | Documentation for context-notes-zh-cn | 3 | 库 + texlive-context-rst | texlive | The package provides a converter and module for typesettingreStructuredText with ConTeXt. The module uses several luascripts in doing its work. Documentation is supplied in rst,which seems to be readable as text, but... | Process reStructuredText with ConTeXt | 3 | 工具 + texlive-context-rst-doc | texlive | Documentation for context-rst | Documentation for context-rst | 3 | 库 + texlive-context-ruby | texlive | Ruby markup (aka furigana in Japan) are inline annotationsabove or below a word to indicate the reading of ideographiccharacters. The module implements the W3C specification forsimple ruby in ConTeXt. The position and layout of the basetext and the ruby text can becontrolled by parameters. | Ruby annotations in ConTeXt | 3 | 库 + texlive-context-ruby-doc | texlive | Documentation for context-ruby | Documentation for context-ruby | 3 | 库 + texlive-context-simplefonts | texlive | The package defines a set of commands for loading and usingfonts in ConTeXt. | Simplified font usage for ConTeXt | 3 | 工具 + texlive-context-simplefonts-doc | texlive | Documentation for context-simplefonts | Documentation for context-simplefonts | 3 | 库 + texlive-context-simpleslides | texlive | This ConTeXt module provides an easy-to-use interface forcreating presentations for use with a digital projector. Thepresentations are not interactive (no buttons, hyperlinks ornavigational tools such as tables of contents). Graphics may bemixed with the text of slides. The module provides severalpredefined styles, designed for academic presentation. Moststyles are configurable, and it is easy to design new styles. | context-simpleslides package | 3 | 工具 + texlive-context-simpleslides-doc | texlive | Documentation for context-simpleslides | Documentation for context-simpleslides | 3 | 库 + texlive-context-title | texlive | context-title package | context-title package | 3 | 工具 + texlive-context-title-doc | texlive | Documentation for context-title | Documentation for context-title | 3 | 服务 + texlive-context-transliterator | texlive | The package will read text in one alphabet, and provide atransliterated version in another; this is useful for readerswho cannot read the original alphabet. The package can makeallowance for hyphenation. | Transliterate text from 'other' alphabets | 3 | 工具 + texlive-context-transliterator-doc | texlive | Documentation for context-transliterator | Documentation for context-transliterator | 3 | 工具 + texlive-context-typearea | texlive | The module provides a command that calculates the page layoutas the LaTeX package typearea does. | Something like Koma-Script typearea | 3 | 工具 + texlive-context-typearea-doc | texlive | Documentation for context-typearea | Documentation for context-typearea | 3 | 库 + texlive-context-typescripts | texlive | The package provides files offering interfaces to 33 publiclyavailable fonts (or collections of fonts from the samefoundry); each is available in a .mkii and a .mkiv version. | Small modules to load various fonts for use in ConTeXt | 3 | 工具 + texlive-context-typescripts-doc | texlive | Documentation for context-typescripts | Documentation for context-typescripts | 3 | 工具 + texlive-context-vim | texlive | ConTeXt has excellent pretty printing capabilities for manylanguages. The code for pretty printing is written in TeX, anddue to catcode juggling, such verbatim typesetting is perhapsthe trickiest part of TeX. This makes it difficult for a"normal" user to define syntax highlighting rules for a newlanguage. This module takes the onus of defining syntaxhighlighting rules away from the user and uses ViM editor togenerate the syntax highlighting. There is a helper2context.vim script to do the syntax parsing in ViM. | Generate Context syntax highlighting code from vim | 3 | 工具 + texlive-context-vim-doc | texlive | Documentation for context-vim | Documentation for context-vim | 3 | 库 + texlive-context-visualcounter | texlive | context-visualcounter package | context-visualcounter package | 3 | 工具 + texlive-context-visualcounter-doc | texlive | Documentation for context-visualcounter | Documentation for context-visualcounter | 3 | 库 + texlive-continue | texlive | The package is an amalgam of Donald Arseneau's fwlw package andLuca Merciadri's turnthepage package. For multipage twosidedocuments it puts a `continuation' mark near the foot of eachodd-numbered page that is followed by another page. Theposition and form of the continuation mark may be altered. | Prints 'continuation' marks on recto pages of multipage documents | 3 | 工具 + texlive-continue-doc | texlive | Documentation for continue | doc files of continue | 3 | 服务 + texlive-contour | texlive | This package generates a coloured contour around a given textin order to enable printing text over a background without theneed of a coloured box around the text. | Print a coloured contour around text | 3 | 工具 + texlive-contour-doc | texlive | Documentation for contour | Documentation for contour | 3 | 库 + texlive-contracard | texlive | A package and a class used to typeset traditional countrydances, such as contra and square dances, and to create callingcards for the same. | Generate calling cards for dances | 3 | 工具 + texlive-contracard-doc | texlive | Documentation for contracard | Documentation for contracard | 3 | 库 + texlive-convbkmk | texlive-base | The package provides a small Ruby script that correctsbookmarks in PDF files created by platex/uplatex, usinghyperref. | Correct platex/uplatex bookmarks in PDF created with hyperref | 3 | 工具 + texlive-conv-xkv | texlive | This small package supports key-value syntax other than thestandard LaTeX syntax of <key>=<value>. Using this package,create key-values of the form <key>:<value> or <key>-><value>,for example. The package converts the new notation to xkeyvalnotation and passes it on to xkeyval. | Create new key-value syntax | 3 | 工具 + texlive-cooking | texlive | The package typesets recipes according to the style used in awell-respected German cookery book. | Typeset recipes | 3 | 工具 + texlive-cooking-doc | texlive | Documentation for cooking | Documentation for cooking | 3 | 库 + texlive-cookingsymbols | texlive | The package provides 11 symbols for typesetting recipes: oven,gasstove, topheat, fanoven, gloves and dish symbol (amongothers). The symbols are defined using Metafont. | Symbols for recipes | 3 | 工具 + texlive-cookingsymbols-doc | texlive | Documentation for cookingsymbols | Documentation for cookingsymbols | 3 | 库 + texlive-cooking-units | texlive | The package provides commands to typeset amounts and unitsconsistently and offers an easy to use key-value-syntax toconvert one unit into another (for example 'dag' to 'g'; seethe documentation for more examples). This packages requiresexpl3 and xparse, translations, xfrac, l3keys2e, and,optionally, fmtcount. | Typeset and convert units for cookery books and recipes | 3 | 工具 + texlive-cool | texlive | The package (COntent Oriented LaTeX) gives LaTeX the power toretain mathematical meaning of its expressions in addition tothe typsetting instructions; essentially separating style fromthe content of the math. One advantage of keeping mathematicalmeaning is that conversion of LaTeX documents to otherexecutable formats (such as Content MathML or Mathematica code)is greatly simplified. The package requires the coolstr,coollist and forloop packages. | COntent-Oriented LaTeX | 3 | 工具 + texlive-cool-doc | texlive | Documentation for cool | Documentation for cool | 3 | 库 + texlive-coolfn | texlive | This package provides formatting for footnotes in long legaldocuments, using hanging indents to make them look nicer. | Typeset long legal footnotes | 3 | 工具 + texlive-coollist | texlive | Lists are defined as a sequence of tokens separated by a comma.The coollist package allows the user to access certain elementsof the list while neglecting others--essentially turning listsinto a sort of array. List elements are accessed by specifyingthe position of the object within the list (the index of theitem). | Manipulate COntent Oriented LaTeX Lists | 3 | 工具 + texlive-coollist-doc | texlive | Documentation for coollist | Documentation for coollist | 3 | 库 + texlive-coolstr | texlive | Coolstr is a subpackage of the cool bundle that deals with themanipulation of strings. A string is defined as a sequence ofcharacters (not tokens). The package provides the ability toaccess a specific character of a string, as well as determineif the string contains numeric or integer data. | String manipulation in LaTeX | 3 | 工具 + texlive-coolstr-doc | texlive | Documentation for coolstr | Documentation for coolstr | 3 | 工具 + texlive-coolthms | texlive | The package provides the means to directly reference items oflists nested in theorem-like environments (e.g., as 'Theorem 1a'). The package extends the ntheorem and cleveref packages.The package also provides other theorem markup commands. | Reference items in a theorem environment | 3 | 工具 + texlive-coolthms-doc | texlive | Documentation for coolthms | Documentation for coolthms | 3 | 库 + texlive-cooltooltips | texlive | The cooltooltips package enables a document to containhyperlinks that pop up a brief tooltip when the mouse movesover them and also open a small window containing additionaltext. cooltooltips provides the mechanism used by the VisualLaTeX FAQ to indicate the question that each hyperlink answers. | Associate a pop-up window and tooltip with PDF hyperlinks | 3 | 工具 + texlive-cooltooltips-doc | texlive | Documentation for cooltooltips | Documentation for cooltooltips | 3 | 库 + texlive-cooperhewitt | texlive | Cooper Hewitt is a contemporary sans serif, with characterscomposed of modified-geometric curves and arches. Initiallycommissioned by Pentagram to evolve his Polaris Condensedtypeface, Chester Jenkins created a new digital form to supportthe newly transformed Smithsonian Design Museum. | LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Cooper Hewitt family of sans serif fonts | 3 | 库 + texlive-coop-writing | texlive | This package for Cooperative Writing supports editorialcomments and gives some extra support for writing andsubmitting papers, such as anonymization commands for anydocument that involves more than one author or editor. Thegeneral behavior of this package is to provide different waysof marking your text, for example with comments or to-do-notes,suggestions to add, remove or change text that can be totallysupressed from the output when desired. Mostly, this can beeasily done using one of the three main option states: editing,submit, and publish. Users should use the editing state most ofthe time. In this state, all markings will appear andanonymization will be off. When submitting, the submit statewill provide a clean article, without any markings, butanonymized. It is possible to use the options submit andnoanonymize together. Publish will never anonymize. The goal isto make the submit and publish documents states minimallyinvasive, to avoid any clash with publishers' styles. Commandswere inspired from different packages that do not work togethervery well, such as ed, todonotes, and color-edits. | Support for Cooperative Writing and editorial comments | 3 | 工具 + texlive-coordsys | texlive | The package provides commands for typesetting number lines(coordinate axes), coordinate systems and grids in the pictureenvironment. The package may be integrated with other drawingmechanisms: the documentation shows examples of drawing graphs(coordinate tables created by Maple), using the eepic package'sdrawing capabilities. | Draw cartesian coordinate systems | 3 | 工具 + texlive-coordsys-doc | texlive | Documentation for coordsys | Documentation for coordsys | 3 | 库 + texlive-copyedit | texlive | This package implements copyediting support for LaTeXdocuments. Authors can enjoy the freedom of using, for example,words with US or UK or Canadian or Australian spelling in amixed way, yet, they can choose any one of the usage forms fortheir entire document irrespective of kinds of spelling theyhave adopted. In the same fashion, the users can have thebenefit of the following features available in the package:Localization -- British-American-Australian-Canadian Close-up,Hyphenation, and Spaced words Latin abbreviations Acronyms andAbbreviations Itemization, nonlocal lists and labelsParenthetical and serial commas Non-local tokenization inlanguage through Abbreviations and pronouns. | Copyediting support for LaTeX documents | 3 | 工具 + texlive-copyedit-doc | texlive | Documentation for copyedit | Documentation for copyedit | 3 | 库 + texlive-copyrightbox | texlive | The package command \copyrightbox[<placement>]{<imagecommand>}{<text>}, which places the text as a copyright noticerelating to the matter created by the image command. | Provide copyright notices for images in a document | 3 | 工具 + texlive-copyrightbox-doc | texlive | Documentation for copyrightbox | Documentation for copyrightbox | 3 | 库 + texlive-cormorantgaramond | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Cormorant Garamond family of fonts, designed byChristian Thalman of Catharsis Fonts. The family includeslight, regular, medium, semi-bold and bold weights, withitalics. | Cormorant Garamond family of fonts | 3 | 工具 + texlive-correctmathalign | texlive | This package realigns the horizontal spacing of the alignmentsin some mathematical environments. | Correct spacing of the alignment in expressions | 3 | 库 + texlive-coseoul | texlive | The package provides "relative" commands that may be used inplace of \chapter, \section, etc. The documentation shows anumber of document-management scenarios in which such commandsare valuable. | Context sensitive outline elements | 3 | 工具 + texlive-coseoul-doc | texlive | Documentation for coseoul | Documentation for coseoul | 3 | 库 + texlive-countriesofeurope | texlive | The bundle provides a font "CountriesOfEurope" (in Adobe Type 1format) and the necessary metrics, together with LaTeX macrosfor its use. The font provides glyphs with a filled outline ofthe shape of each country; each glyph is at the samecartographic scale. | A font with the images of the countries of Europe | 3 | 工具 + texlive-countriesofeurope-doc | texlive | Documentation for countriesofeurope | Documentation for countriesofeurope | 3 | 库 + texlive-counttexruns | texlive | The package counts how often a LaTeX document is compiled,keeping the data in an external file. To print the count, canuse the macro \thecounttexruns. | Count compilations of a document | 3 | 工具 + texlive-counttexruns-doc | texlive | Documentation for counttexruns | Documentation for counttexruns | 3 | 服务 + texlive-courier | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-courier-scaled | texlive | This package sets the default typewriter font to Courier with apossible scale factor (in the same way as the helvet packagefor Helvetica works for sans serif). | Provides a scaled Courier font | 3 | 工具 + texlive-courier-scaled-doc | texlive | Documentation for courier-scaled | Documentation for courier-scaled | 3 | 库 + texlive-courierten | texlive | This is the font Courier 10 Pitch BT, with LaTeX support and anOpenType conversion as well. | Courier 10 Pitch BT with LaTeX support | 3 | 工具 + texlive-courseoutline | texlive | Courseoutline is a class designed to minimise markup in atedious task that needs to be repeated often. | Prepare university course outlines | 3 | 工具 + texlive-courseoutline-doc | texlive | Documentation for courseoutline | Documentation for courseoutline | 3 | 库 + texlive-coursepaper | texlive | Coursepaper is a class with which students can provide simplecourse papers, in a uniform design to ease the task of marking. | Prepare university course papers | 3 | 工具 + texlive-coursepaper-doc | texlive | Documentation for coursepaper | Documentation for coursepaper | 3 | 库 + texlive-coverpage | texlive | The package CoverPage was created to supplement scientificpapers with a cover page containing bibliographicalinformation, a copyright notice, and/or some logos of theauthor's institution. The cover page is created (almost)automatically; this is done by parsing BibTeX informationcorresponding to the main document and reading a configurationfile in which the author can set information like theaffiliation he or she is associated with. The cover pageconsists of header, body and footer; all three are macros whichcan be redefined using \renewcommand, thus allowing easycustomization of the package. Additionally, it should bestressed that the cover page layout is totally independent ofthe main document and its page layout. This package requiresfour other packages (keyval, url, textcomp, and verbatim), butall of them are standard packages and should be part of everyLaTeX installation. | Automatic cover page creation for scientific papers | 3 | 工具 + texlive-coverpage-doc | texlive | Documentation for coverpage | Documentation for coverpage | 3 | 工具 + texlive-covington | texlive | Numerous minor LaTeX enhancements for linguistics, includingmultiple accents on the same letter, interline glosses(word-by-word translations), Discourse RepresentationStructures, and example numbering. | Linguistic support | 3 | 工具 + texlive-covington-doc | texlive | Documentation for covington | Documentation for covington | 3 | 工具 + texlive-c-pascal | texlive | A TeX macro package for easy typesetting programs in Python, Cand Pascal. Program source files may also be input. | Typeset Python, C and Pascal programs | 3 | 工具 + texlive-c-pascal-doc | texlive | Documentation for c-pascal | Documentation for c-pascal | 3 | 库 + texlive-cprotect | texlive | The package defines the macro \cprotect that makes a followingmacro proof against verbatim in its argument; as, for example,\cprotect\section{\verb"foo"} A similar macro \cprotEnv(applied to the \begin of an environment) sanitises thebehavior of fragile environments. Moving arguments, andcorresponding "tables of ..." work happily. | Allow verbatim, etc., in macro arguments | 3 | 工具 + texlive-cprotect-doc | texlive | Documentation for cprotect | Documentation for cprotect | 3 | 库 + texlive-cprotectinside | texlive | This package extends the cprotect package to allow users to useverbatim-like commands inside arbitrary parameters. | Use cprotect arbitrarily nested | 3 | 库 + texlive-cqubeamer | texlive | This package provides a LaTeX beamer template designed forresearchers of Chongqing University. It can be used foracademic reports, conferences, or thesis defense, and can behelpful for delivering a speech. It should be used with theXeTeX engine. | LaTeX Beamer Template for Chongqing University | 3 | 工具 + texlive-cquthesis | texlive | CQUThesis stands for Chongqing University Thesis Template forLaTeX, bearing the ability to support bachelor, master, doctordissertations with grace and speed. | LaTeX Thesis Template for Chongqing University | 3 | 工具 + texlive-cquthesis-doc | texlive | Documentation for cquthesis | doc files of cquthesis | 3 | 库 + texlive-crbox | texlive | The package implements a \crbox command which produces boxeswith crossing lines at the corners. | Boxes with crossed corners | 3 | 工具 + texlive-crbox-doc | texlive | Documentation for crbox | Documentation for crbox | 3 | 库 + texlive-create-theorem | texlive | This package provides commands for naming, initializing andconfiguring theorem-like environments. These commands havekey-value based interfaces and are especially useful inmultilingual documents, allowing the easy declaration oftheorem-like environments that can automatically adapt to thelanguage settings. | Multilingual support for theorem-like environments | 3 | 工具 + texlive-crefthe | texlive | By default, when using cleveref's \cref to referencetheorem-like environments, the names do not contain definitearticles. In languages such as French, Italian, Portuguese,Spanish, etc. this results in incorrect grammar. For thispurpose, the current package offers \crefthe, which handles thedefinite articles properly (especially for the articlecontractions in many European languages). | Cross referencing with proper definite articles | 3 | 工具 + texlive-crimson | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeXsupport for the Crimson family of fonts, designed by SebastianKosch. The Crimson family is for book production in thetradition of beautiful oldstyle typefaces, inspiredparticularly by the work of people like Jan Tschichold (Sabon),Robert Slimbach (Arno, Minion), and Jonathan Hoefler (HoeflerText). Support for small caps and old-style numerals is still"under construction"; these features are not supported by thisversion of the package. | Crimson fonts with LaTeX support | 3 | 工具 + texlive-crimson-doc | texlive | Documentation for crimson | doc files of crimson | 3 | 库 + texlive-crimsonpro | texlive | The CrimsonPro fonts are designed by Jacques Le Bailly andderived from the Crimson Text fonts designed by SebastianKosch. The family includes eight weights and italics for eachweight. | CrimsonPro fonts with LaTeX support | 3 | 库 + texlive-crop | texlive | A package providing corner marks for camera alignment as wellas for trimming paper stacks, and additional page informationon every page if required. Most macros are easily adaptable topersonal preferences. An option is provided for selectivelysuppressing graphics or text, which may be useful for printingjust colour graphics on a colour laser printer and the rest ona cheap mono laser printer. A page info line contains the timeand a new cropmarks index and is printed at the top of thepage. A configuration command is provided for the info linefont. Options for better collaboration with dvips, pdftex andvtex are provided. | Support for cropmarks | 3 | 工具 + texlive-crop-doc | texlive | Documentation for crop | Documentation for crop | 3 | 库 + texlive-crossrefenum | texlive | crossrefenum lets TeX manage the formatting of bunches ofcross-references for you. It features: Automatic collapsing ofreferences; Support for references by various criteria,including page and note number, line number in ConTeXt andedpage and edline when used in conjunction with reledmacHandling of references combining two criteria (e.g. by page andnote number) Extension mechanisms to add support to other typesof references without modifying the internal macros. Note thatsorting is not supported. I assume that users know in whatorder the labels they refer to appear in their document. It iswritten in Plain TeX as much as possible in order to make itcompatible with a wide array of formats. For the moment, itworks out of the box with ConTeXt and LaTeX. | Smart typesetting of enumerated cross-references for various TeX formats | 3 | 工具 + texlive-crossreference | texlive | The package defines cross-references (essentially 'grand' labelreferences), which may be listed in a table of cross-references. | Crossreferences within documents | 3 | 工具 + texlive-crossreference-doc | texlive | Documentation for crossreference | Documentation for crossreference | 3 | 库 + texlive-crossreftools | texlive | This package extracts information from cross-referencinglabels, especially those from cleveref, in an expandablemanner. | Expandable extraction of cleveref data | 3 | 工具 + texlive-crossrefware | texlive-base | This bundle contains the following scripts: bibdoiadd.pl: addDOI numbers to papers in a given bib file, bibzbladd.pl: addZbl numbers to papers in a given bib file, ltx2crossrefxml.pl:a tool for the creation of XML files for submitting to theparent site | Scripts for working with crossref.org | 3 | 工具 + texlive-crossword | texlive | An extended grid-based puzzle package, designed to take allinput (both grid and clues) from the same file. The package cantypeset grids with holes in them (for advertisements, or othersorts of stuff), and can deal with several sorts of puzzle: Theclassical puzzle contains numbers for the words and clues forthe words to be filled in. The numbered puzzle contains numbersin each cell where identical numbers represent identicalletters. The goal is to find out which number corresponds towhich letter. The fill-in type of puzzle consists of a grid anda list of words. The goal is to place all words in the grid.Sudoku and Kakuro puzzles involve filling in grids of numbersaccording to their own rules. Format may be block-separated, orseparated by thick lines. Input to the package is somewhatredundant: specification of the grid is separate fromspecification of the clues (if they're necessary). The authorconsiders this style both 'natural' and robust. | Typeset crossword puzzles | 3 | 工具 + texlive-crossword-doc | texlive | Documentation for crossword | Documentation for crossword | 3 | 库 + texlive-crosswrd | texlive | The package provides a LaTeX method of typesetting crosswords,and assists the composer ensure that the grid all goes togetherproperly. Brian Hamilton Kelly's original was written for LaTeX2.09, and needed to be updated to run with current LaTeX. | Macros for typesetting crossword puzzles | 3 | 工具 + texlive-crosswrd-doc | texlive | Documentation for crosswrd | Documentation for crosswrd | 3 | 服务 + texlive-crumbs | texlive | This package adds a navigation path ("breadcrumb trail") at theheader of a presentation, just like some websites do in orderto simplify navigation. | Add a Navigation Path to the page header | 3 | 工具 + texlive-cryptocode | texlive | The cryptocode package provides a set of macros to ease thetypesetting of pseudocode, algorithms and protocols. Inaddition it comes with a wide range of tools to typesetcryptographic papers. This includes simple predefined commandsfor concepts such as a security parameter or advantage termsbut also flexible and powerful environments to layoutgame-based proofs or black-box reductions. | Typesetting pseudocode, protocols, game-based proofs and black-box reductions in cryptography | 3 | 工具 + texlive-cryptocode-doc | texlive | Documentation for cryptocode | Documentation for cryptocode | 3 | 库 + texlive-cryst | texlive | The font is provided as an Adobe Type 1 font, and as Metafontsource. Instructions for use are available both in the READMEfile and (with a font diagram) in the documentation. | Font for graphical symbols used in crystallography | 3 | 工具 + texlive-cryst-doc | texlive | Documentation for cryst | Documentation for cryst | 3 | 库 + texlive-cs | texlive | The fonts are provided as Metafont source; Type 1 formatversions (csfonts-t1) are also available. | Czech/Slovak-tuned Computer Modern fonts | 3 | 工具 + texlive-csassignments | texlive | This class wraps the default article and extends it for ahomogeneous look of hand-in assignments at university (RWTHAachen University, Computer Science Department), specificallyin the field of computer science, but easily extensible toother fields. It provides macros for structuring exercises,aggregating points, and displaying a grading table, as well asseveral macros for easier math mode usage. | A wrapper for article with macros and customizations for computer science assignments | 3 | 工具 + texlive-csbulletin | texlive | The package provides the class for articles for the CSTUGBulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu).You can see the structure of a document by looking to thesource file of the manual. | LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj) | 3 | 工具 + texlive-csbulletin-doc | texlive | Documentation for csbulletin | Documentation for csbulletin | 3 | 库 + texlive-cslatex | texlive-base | LaTeX support for Czech/Slovak typesetting | LaTeX support for Czech/Slovak typesetting | 3 | 工具 + texlive-csplain | texlive-base | CSplain is a small extension of basic Plain TeX macros, theformats csplain and pdfcsplain can be generated. It supports:hyphenation of words for 50+ languages, simple and powerfullfont loading system (various sizes of fonts), tex, pdftex,xetex and luatex engines, math fonts simply loaded with fullamstex-like features, three internal encodings (IL2 forCzech/Slovak languages, T1 for many languages with latinalphabet and Unicode in new TeX engines), natural UTF-8 inputin pdfTeX using encTeX without any active characters, Czech andSlovak special typesetting features. An important part of thepackage is OPmac, which implements most of LaTeX's features(sectioning, font selection, color, hyper reference and urls,bibliography, index, toc, tables,etc.) by Plain TeX macros. TheOPmac macros can generate and bibliography without any externalprogram. | Plain TeX multilanguage support | 3 | 工具 + texlive-csquotes | texlive | This package provides advanced facilities for inline anddisplay quotations. It is designed for a wide range of tasksranging from the most simple applications to the more complexdemands of formal quotations. The facilities include commands,environments, and user-definable 'smart quotes' whichdynamically adjust to their context. Quotation marks areswitched automatically if quotations are nested and they can beadjusted to the current language if the babel package isavailable. There are additional facilities designed to copewith the more specific demands of academic writing, especiallyin the humanities and the social sciences. All quote styles aswell as the optional active quotes are freely configurable. Thepackage is dependent on e-TeX, and requires the author'setoolbox package. | Context sensitive quotation facilities | 3 | 工具 + texlive-csquotes-de-doc | texlive | Documentation for csquotes-de | Documentation for csquotes-de | 3 | 库 + texlive-csquotes-doc | texlive | Documentation for csquotes | Documentation for csquotes | 3 | 库 + texlive-css-colors | texlive | This package defines web-safe colors for use with D.P.Carlisle's color package. It is intended for both authors andpackage writers (e.g. to create Beamer color themes). | Named colors for web-safe design | 3 | 库 + texlive-cstex-doc | texlive | Documentation for cstex | Documentation for cstex | 3 | 库 + texlive-cstypo | texlive | This package provides macros that enforce basic Czechtypography rules through Lua hooks available in LuaTeX. | Czech typography rules enforced through LuaTeX hooks | 3 | 工具 + texlive-csvmerge | texlive | This package provides macros for processing a csv spreadsheetfile with a minimum of configuration for the csv file. Thefirst row names the columns and the remaining rows are data.This data can be merged with TeX code residing in an auxiliaryfile and the process repeated for each data row. There is onemacro to set things up, one to extract the data, and one totell if the field is empty or not. The documentation containsexamples. | Merge TeX code with csv data | 3 | 工具 + texlive-csvsimple | texlive | The package provides a simple LaTeX interface for theprocessing of files with comma separated values (CSV); itrelies on the key value syntax supported by pgfkeys to simplifyusage. Filtering and table generation is especially supported;however, this lightweight tool offers no support for datasorting or data base storage. The package depends on etoolbox,ifthen, pgfrcs, pgfkeys, and shellesc. | Simple CSV file processing | 3 | 工具 + texlive-csvsimple-doc | texlive | Documentation for csvsimple | Documentation for csvsimple | 3 | 库 + texlive-ctable | texlive | Provides commands to typeset centered, left- or right-alignedtable and (multiple-)figure floats, with footnotes. Instead ofan environment, a command with 4 arguments is used; the firstis optional and is used for key,value pairs generatingvariations on the defaults and offering a route for futureextensions. | Flexible typesetting of table and figure floats using key/value directives | 3 | 工具 + texlive-ctable-doc | texlive | Documentation for ctable | Documentation for ctable | 3 | 库 + texlive-ctablestack | texlive | This package provides a method for defining category code tablestacks in LuaTeX. It builds on code provided by the 2015/10/01release of LaTeX2e (also available as ltluatex.sty for plainusers). It is required by the luatexbase package (v1.0 onward)which uses ctablestack to provide a back-compatibility form ofthis concept. | Catcode table stable support | 3 | 工具 + texlive-ctablestack-doc | texlive | Documentation for ctablestack | doc files of ctablestack | 3 | 库 + texlive-ctan_chk-doc | texlive | Documentation for ctan_chk | Documentation for ctan_chk | 3 | 库 + texlive-ctanbib | texlive-base | This script can generate BibTeX records for LaTeX packages hosted on CTAN. | Export ctan entries to bib format | 3 | 工具 + texlive-ctanify | texlive-base | Given a list of filenames, ctanify creates a tarball (a .tar.gzfile) with the files laid out in CTAN's preferred structure.The tarball additionally contains a ZIP (.zip) file with copiesof all files laid out in the standard TeX Directory Structure(TDS), which may be used by those intending to install thepackage, or by those who need to incorporate it in adistribution. (The TDS ZIP file will be installed in the CTANinstall/ tree.) | Prepare a package for upload to CTAN | 3 | 工具 + texlive-ctan-o-mat | texlive-base | This program can be used to automate the upload of a package toCTAN. The description of the package is contained in aconfiguration file. The provided information is validated inany case. If the validation succeeds and not only thevalidation is requested, then the provided archive file will beplaced in the incoming area of the CTAN for further processingby the CTAN team. In any case any finding during the validationis reported at the end of the processing. Note that thevalidation is the default and an official submission has to berequested by an appropriate command line option. ctan-o-matrequires an Internet connection to the CTAN server. Even thevalidation retrieves the known attributes and the basicconstraints from the server. | Upload or validate a package for CTAN | 3 | 工具 + texlive-ctanupload | texlive-base | The package provides a Perl script that allows the uploads of acontribution to CTAN from the command line. The aim is tosimplify the release process for LaTeX package authors. | Support for users uploading to CTAN | 3 | 工具 + texlive-ctex | texlive | ctex is a collection of macro packages and document classes forLaTeX Chinese typesetting. | LaTeX classes and packages for Chinese typesetting | 3 | 工具 + texlive-ctex-doc | texlive | Documentation for ctex | Documentation for ctex | 3 | 库 + texlive-ctex-faq-doc | texlive | Documentation for ctex-faq | Documentation for ctex-faq | 3 | 库 + texlive-ctib | texlive | A package using a modified version of Sirlin's Tibetan font. Anadvantage of this Tibetan implementation is that all consonantclusters are formed by TeX and Metafont. No externalpreprocessor is needed. | Tibetan for TeX and LATeX2e | 3 | 工具 + texlive-ctib-doc | texlive | Documentation for ctib | Documentation for ctib | 3 | 库 + texlive-ctie | texlive-base | This is a version of tie converted for use with cweb. | C version of tie (merging Web change files) | 3 | 库 + texlive-cuisine | texlive | Typeset recipes with the ingredients lined up with their methodstep (somewhat similarly to the layout used in cooking). | Typeset recipes | 3 | 工具 + texlive-cuisine-doc | texlive | Documentation for cuisine | Documentation for cuisine | 3 | 库 + texlive-cuprum | texlive | This package provides support for the Cuprum font family (seehttp://jovanny.ru). | Cuprum font family support for LaTeX | 3 | 工具 + texlive-currency | texlive | The package facilitates the formatting of currencies (amountsand units) with various formatting capabilities. | Format currencies in a consistent way | 3 | 工具 + texlive-currfile | texlive | The package provides macros holding file name information(directory, base name, extension, full name and full path) forfiles read by LaTeX \input and \include macros; it uses thefile hooks provided by the author's filehook. In particular, itrestores the parent file name after the trailing \clearpage ofan \included file; as a result, the macros may be usefullyemployed in the page header and footer of the last printed pageof such a file. The depth of inclusion is made available,together with the "parent" (including file) and "parents" (allincluding files to the root of the tree). The packagesupersedes FiNK. | Provide file name and path of input files | 3 | 工具 + texlive-currfile-doc | texlive | Documentation for currfile | Documentation for currfile | 3 | 库 + texlive-currvita | texlive | Currvita is a package rather than a class (like most othercurriculum vitae offerings). The author considers that acurriculum vitae can quite reasonably form part of anotherdocument (such as a letter, or a dissertation). | Typeset a curriculum vitae | 3 | 工具 + texlive-currvita-doc | texlive | Documentation for currvita | Documentation for currvita | 3 | 库 + texlive-cursolatex-doc | texlive | Documentation for cursolatex | Documentation for cursolatex | 3 | 库 + texlive-curve | texlive | CurVe is a class for writing a CV, with configuration for thelanguage in which you write. The class provides a set ofcommands to create rubrics, entries in these rubrics etc. CurVethen format the CV (possibly splitting it onto multiple pages,repeating the titles etc), which is usually the most painfulpart of CV writing. Another nice feature of CurVe is itsability to manage different CV 'flavours' simultaneously. It isoften the case that you want to maintain slightly divergentversions of your CV at the same time, in order to emphasize ondifferent aspects of your background. CurVe also comes withsupport for use with AUC-TeX. | A class for making curriculum vitae | 3 | 工具 + texlive-curve2e | texlive | The package extends the drawing capacities of the pict2e thatserves as a LaTeX 2e replacement for picture mode. Inparticular, curve2e introduces new macros for lines andvectors, new specifications for line terminations and joins,arcs with any angular aperture, arcs with arrows at one or bothends, generic curves specified with their nodes and the tangentdirection at these nodes. | Extensions for package pict2e | 3 | 工具 + texlive-curve2e-doc | texlive | Documentation for curve2e | Documentation for curve2e | 3 | 库 + texlive-curve-doc | texlive | Documentation for curve | Documentation for curve | 3 | 库 + texlive-curves | texlive | The draws curves in the standard LaTeX picture environmentusing parabolas between data points with continuous slope atjoins; for circles and arcs, it uses up to 16 parabolas. Thepackage also draws symbols or dash patterns along curves. Thepackage provides facilities equivalent to technical pens withcompasses and French curves. Curves consist of short secantsdrawn by overlapping disks or line-drawing \special commandsselected by package options. | Curves for LaTeX picture environment | 3 | 工具 + texlive-curves-doc | texlive | Documentation for curves | Documentation for curves | 3 | 库 + texlive-custom-bib | texlive | Package generating customized BibTeX bibliography styles from ageneric file using docstrip driven by parameters generated by amenu application. Includes support for the Harvard style ofcitations. | Customised BibTeX styles | 3 | 工具 + texlive-custom-bib-doc | texlive | Documentation for custom-bib | Documentation for custom-bib | 3 | 库 + texlive-customdice | texlive | The customdice package for LaTeX, LuaLaTeX and XeTeX thatprovides functionality for drawing dice. The aim is to providehighly-customisable but simple-to-use commands, allowing:adding custom text to dice faces; control over colouring;control over sizing. | Simple commands for drawing customisable dice | 3 | 工具 + texlive-cutwin | texlive | The package provides facilities to cut windows out ofparagraphs, and to typeset text or other material in thewindow. The window may be rectangular, or may have other sortsof shape. | Cut a window in a paragraph, typeset material in it | 3 | 工具 + texlive-cutwin-doc | texlive | Documentation for cutwin | Documentation for cutwin | 3 | 库 + texlive-cv | texlive | The package is distributed with two example files; they (andtheir formatted output) constitute the only real documentation.Note that cv is just a package: you choose the overallformatting by deciding which class to use, while the packageprovides the detailed formatting. | A package for creating a curriculum vitae | 3 | 工具 + texlive-cv4tw | texlive | The class offers entries for assets and social networks;customizable styles are provided. The class comes with nodocumentation, but a worked example offers some guidance. | LaTeX CV class, with extended details | 3 | 工具 + texlive-cv4tw-doc | texlive | Documentation for cv4tw | Documentation for cv4tw | 3 | 库 + texlive-cv-doc | texlive | Documentation for cv | Documentation for cv | 3 | 库 + texlive-cvss | texlive | The Common Vulnerability Scoring System (CVSS) is an openframework for communicating the characteristics and severity ofsoftware vulnerabilities. CVSS consists of three metric groups:Base, Temporal, and Environmental. This package allows the userto compute CVSS3.1 base scores and use them in documents, i.e.it only deals with the Base score. Temporal and Environentalscores will be part of a future release. More information canbe found at https://www.first.org/cvss/specification-document. | Compute and display CVSS base scores | 3 | 工具 + texlive-cweb | texlive-base | The Cweb system is a system for Structured SoftwareDocumentation (also known as Literate Programming) in theprogramming language C. | A Web system in C | 3 | 工具 + texlive-cweb-latex | texlive | This bundle allows marking-up of CWEB code in LaTeX. Thedistribution includes the "Counting Words" program distributedwith CWEB, edited to run with LaTeX. | A LaTeX version of CWEB | 3 | 工具 + texlive-cweb-latex-doc | texlive | Documentation for cweb-latex | Documentation for cweb-latex | 3 | 库 + texlive-cweb-old | texlive | Old cweb files. | Old cweb files | 3 | 库 + texlive-cyber | texlive | This LaTeX package helps you write documents indicating yourcompliance with cybersecurity requirements. It also helps youformat your document in a form suitable inside the U.S.Department of Defense, by attaching distribution statements,destruction notices, organization logos, and security labels toit. | Annotate compliance with cybersecurity requirements | 3 | 工具 + texlive-cybercic | texlive | This package is used in concert with the cyber package to makedocuments with annotations of compliance with cybersecurityrequirements. "cic" stands for "Controls in Contents", and whenyou include this package, some notations of compliance areadded to section names as seen in the table of contents of thefinal document. It also makes your document more brittle inunexpected ways: for example, when you use cybercic in the samedocument as hyperref, you cannot use any formatting in yoursection titles. So don't use cybercic unless you need to. | "Controls in Contents" for the cyber package | 3 | 工具 + texlive-cybercic-doc | texlive | Documentation for cybercic | Documentation for cybercic | 3 | 库 + texlive-cyber-doc | texlive | Documentation for cyber | Documentation for cyber | 3 | 库 + texlive-cyklop | texlive | The Cyclop typeface was designed in the 1920s at the workshopof Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka".This sans serif typeface has a highly modulated stroke so ithas high typographic contrast. The vertical stems are muchheavier then horizontal ones. Most characters have thinrectangles as additional counters giving the unique shape ofthe characters. The lead types of Cyclop typeface were producedin slanted variant at sizes 8-48 pt. It was heavily used forheads in newspapers and accidents prints. Typesetters usedCyclop in the inter-war period, during the occupation in theunderground press. The typeface was used until the beginningsof the offset print and computer typesetting era. Nowadays itis hard to find the metal types of this typeface. The font wasgenerated using the Metatype1 package. Then the original set ofcharacters was completed by adding the full set of accentedletters and characters of the modern Latin alphabets (includingVietnamese). The upright variant was generated and it was morecomplicated task than it appeared at the beginning. 11 uprightletters of the Cyclop typeface were presented in the book byFilip Trzaska, "Podstawy techniki wydawniczej" ("Foundation ofthe publishing techonology"), Warsaw 1967. But even the authorof the book does not know what was the source of the presentedexamples. The fonts are distributed in the Type1 and OpenTypeformats along with the files necessary for use these fonts inTeX and LaTeX including encoding definition files: T1 (ec), T5(Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 forCzech fonts). | The Cyclop typeface | 3 | 库 + texlive-cyklop-doc | texlive | Documentation for cyklop | Documentation for cyklop | 3 | 库 + texlive-cyrillic | texlive-base | This bundle of macros files provides macro support (includingfont encoding macros) for the use of Cyrillic characters infonts encoded under the T2* and X2 encodings. These encodingscover (between them) pretty much every language that is writtenin a Cyrillic alphabet. | Support for Cyrillic fonts in LaTeX | 3 | 工具 + texlive-cyrplain | texlive | cyrplain package | cyrplain package | 3 | 工具 + texlive-dad | texlive | This package allows simple typesetting in Arabic script,intended for mixed Arabic/Latin script usage in situationswhere heavy-duty solutions are discouraged. The systemoperates with both Unicode and transliterated input, allowingthe user to choose the most appropriate approach for everysituation. | Simple typesetting system for mixed Arabic/Latin documents | 3 | 工具 + texlive-dad-doc | texlive | Documentation for dad | Documentation for dad | 3 | 库 + texlive-dancers | texlive | The (Sherlock Holmes) book contains a code which uses dancingmen as glyphs. The alphabet as given is not complete, lackingf, j, k, q, u, w, x and z, so those letters in the font are notdue to Conan Doyle. The code required word endings to be markedby the dancing man representing the last letter to be holding aflag: these are coded as A-Z.thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, theman has no arms, making it impossible for him to hold a flag.In these cases, he is wearing a flag on his hat in the'character'. The font is distributed as Metafont source; itworks poorly in modern environments, and could do with expertattention (if you are interested, please contact the CTAN teamfor details). | Font for Conan Doyle's "The Dancing Men" | 3 | 工具 + texlive-dantelogo | texlive | The DANTE font for the logo of DANTE (http://www.dante.de), theGerman speaking TeX users group. The font includes only thefive characters d, a, n, t, and e. dantelogo.sty provides aninterface for LuaLaTeX/XeLaTeX/pdfLaTeX. | A font for DANTE's logo | 3 | 工具 + texlive-dantelogo-doc | texlive | Documentation for dantelogo | Documentation for dantelogo | 3 | 库 + texlive-darkmode | texlive | This package provides an API for template and packagedevelopers to create dynamic color schemes for light- anddarkmodes. For those unaware: We refer to dark mode when adocument has a dark background with a light font and to lightmode if it has a dark font with a light background. | General Dark Mode Support for LaTeX-Documents | 3 | 工具 + texlive-dashbox | texlive | The package can draw boxes that perform like \framebox or\fbox, but use dashed lines. The package can also draw (anillusion of) vertical stacks of boxes. | Draw dashed boxes | 3 | 工具 + texlive-dashbox-doc | texlive | Documentation for dashbox | Documentation for dashbox | 3 | 库 + texlive-dashrule | texlive | The dashrule package makes it easy to draw a huge variety ofdashed rules (i.e., lines) in LaTeX. dashrule provides acommand, \hdashrule, which is a cross between LaTeX's \rule andPostScript's setdash command. \hdashrule draws horizontallydashed rules using the same syntax as \rule, but with anadditional, setdash-like parameter that specifies the patternof dash segments and the space between those segments. Becausedashrule's rules are constructed internally using \rule (asopposed to, e.g., PostScript \specials) they are fullycompatible with every LaTeX back-end processor. | Draw dashed rules | 3 | 工具 + texlive-dashrule-doc | texlive | Documentation for dashrule | Documentation for dashrule | 3 | 库 + texlive-dashundergaps | texlive | The package provides commands (\underline, \dotuline and\dashuline) each of which underlines its argument with one ofthe styles the package is capable of. A phantom mode isprovided, where the underline (of whatever form) can serve fora 'fill-in block' for student evaluation sheets. | Underline with dotted or dashed lines | 3 | 工具 + texlive-dashundergaps-doc | texlive | Documentation for dashundergaps | Documentation for dashundergaps | 3 | 库 + texlive-dataref | texlive | The package provides a mechanism that maintains a fixedsymbolic reference to numerical results; such results may varyas the project proceeds (and hence the project reportdevelops). | Manage references to experimental data | 3 | 工具 + texlive-dataref-doc | texlive | Documentation for dataref | Documentation for dataref | 3 | 库 + texlive-datatool | texlive | The tools comprise six packages: datatool.sty: databases may becreated using LaTeX commands or by importing external files;they may be sorted numerically or alphabetically; repetitiveoperations (such as mail merging) may be performed on each rowof a database, subject to conditions to exclude particularrows; commands are provided to examine database elements, andto convert formats (for example, to convert a numeric elementto a format compatible with the fp package; datapie.sty: adatabase may be represented as a pie chart; flexible optionsallow colouring of the chart, and annotation hooks areavailable; dataplot.sty: a database may be represented as a 2-dimensional scatter or line plot; flexible options control ofthe plot's overall appearance, and of legends and other extrainformation; databar.sty: a database may be represented as abar chart; overall appearance, colouring and annotation arecontrollable; datagidx.sty: provides a way of indexing orcreating glossaries/lists of acronyms that uses TeX to do thesorting and collating instead of using an external indexingapplication, such as xindy or makeindex; databib.sty: abibliography may be loaded into a datatool database, andmanipulated there before being printed (this permits a LaTeX-based route to printing bibliographies in formats for which noBibTeX style is available); and person.sty: provides supportfor displaying a person's name and pronoun in a document, thusavoiding cumbersome use of "he/she", etc. The drawing packagesmake use of PGF/TikZ for their output. The bundle supersedesand replaces the author's csvtools bundle. | Tools to load and manipulate data | 3 | 工具 + texlive-datatool-doc | texlive | Documentation for datatool | Documentation for datatool | 3 | 库 + texlive-datax | texlive | This LaTeX package uses pgfkeys to retrieve individual datapoints generated in some script. Analogous to how one mightgenerate graphics in a script and import those graphics into aLaTeX document. | Import individual data from script files | 3 | 工具 + texlive-dateiliste | texlive | The package provides a file list (similar to that offered by\listfiles), neatly laid out as a table. The main document canbe included in the list, and a command is available forproviding RCS-maintained data for printing in the file list. | Extensions of the \listfiles concept | 3 | 工具 + texlive-dateiliste-doc | texlive | Documentation for dateiliste | Documentation for dateiliste | 3 | 库 + texlive-datenumber | texlive | This package provides commands to convert a date into a numberand vice versa. Additionally there are commands forincrementing and decrementing a date. Leap years and theGregorian calendar reform are considered. | Convert a date into a number and vice versa | 3 | 工具 + texlive-datenumber-doc | texlive | Documentation for datenumber | Documentation for datenumber | 3 | 库 + texlive-datestamp | texlive | Add fixed date-stamps with simple and customizable aux filesand LuaLaTeX. As long as the aux file is not deleted/modifiedthe date-stamp generated with this package remains intact. | Fixed date-stamps with LuaLaTeX | 3 | 工具 + texlive-datetime | texlive | Provides various different formats for the text created by thecommand \today, and also provides commands for displaying thecurrent time (or any given time), in 12-hour, 24-hour or textformat. The package overrides babel's date format, having itsown library of date formats in different languages. The packagerequires the fmtcount package. This package is now obsolete andhas been replaced by datetime2. | Change format of \today with commands for current time | 3 | 工具 + texlive-datetime2 | texlive | This package provides commands for formatting dates, times andtime zones and redefines \today to use the same formattingstyle. In addition to \today, you can also use \DTMcurrenttime(current time) or \DTMnow (current date and time). Dates andtimes can be saved for later use. The accompanying datetime2-calc package can be used to convert date-times to UTC+00:00.Language and regional support is provided by independentlymaintained and installed modules. The datetime2-calc packageuses the pgfcalendar package (part of the PGF/TikZ bundle).This package replaces datetime.sty which is now obsolete. | Formats for dates, times and time zones | 3 | 工具 + texlive-datetime2-bahasai | texlive | This module provides the "bahasai" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Bahasai language module for the datetime2 package | 3 | 工具 + texlive-datetime2-bahasai-doc | texlive | Documentation for datetime2-bahasai | Documentation for datetime2-bahasai | 3 | 库 + texlive-datetime2-basque | texlive | This module provides the "basque" style that can be set using\DTMsetstyle provided by datetime2.sty. | Basque language module for the datetime2 package | 3 | 工具 + texlive-datetime2-basque-doc | texlive | Documentation for datetime2-basque | Documentation for datetime2-basque | 3 | 工具 + texlive-datetime2-breton | texlive | This module provides the "breton" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | breton language module for the datetime2 package | 3 | 工具 + texlive-datetime2-breton-doc | texlive | Documentation for datetime2-breton | Documentation for datetime2-breton | 3 | 工具 + texlive-datetime2-bulgarian | texlive | This module provides the "bulgarian" style that can be setusing \DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Bulgarian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-bulgarian-doc | texlive | Documentation for datetime2-bulgarian | Documentation for datetime2-bulgarian | 3 | 工具 + texlive-datetime2-catalan | texlive | This module provides the "catalan" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | catalan language module for the datetime2 package | 3 | 工具 + texlive-datetime2-catalan-doc | texlive | Documentation for datetime2-catalan | Documentation for datetime2-catalan | 3 | 服务 + texlive-datetime2-croatian | texlive | This module provides the "croatian" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | croatian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-croatian-doc | texlive | Documentation for datetime2-croatian | Documentation for datetime2-croatian | 3 | 工具 + texlive-datetime2-czech | texlive | This module provides the "czech" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | czech language module for the datetime2 package | 3 | 工具 + texlive-datetime2-czech-doc | texlive | Documentation for datetime2-czech | Documentation for datetime2-czech | 3 | 服务 + texlive-datetime2-danish | texlive | This module provides the "danish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | danish language module for the datetime2 package | 3 | 工具 + texlive-datetime2-danish-doc | texlive | Documentation for datetime2-danish | Documentation for datetime2-danish | 3 | 工具 + texlive-datetime2-doc | texlive | Documentation for datetime2 | Documentation for datetime2 | 3 | 库 + texlive-datetime2-dutch | texlive | This module provides the "dutch" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | dutch language module for the datetime2 package | 3 | 工具 + texlive-datetime2-dutch-doc | texlive | Documentation for datetime2-dutch | Documentation for datetime2-dutch | 3 | 工具 + texlive-datetime2-en-fulltext | texlive | English date and time styles that use words for the numbers andordinals. This package provides the following date and timestyles: "en-fulltext", "en-FullText", "en-FULLTEXT", and theadditional time style "en-Fulltext". (The date equivalent canbe obtained through commands like \Today.) Unlike the basestyles provided by datetime2.sty, these styles aren'texpandable styles. This means that you can't use the date ortime in PDF bookmarks or in the argument of certain commands,such as \MakeUppercase, while these styles are in use. | English Full Text styles for the datetime2 package | 3 | 工具 + texlive-datetime2-en-fulltext-doc | texlive | Documentation for datetime2-en-fulltext | Documentation for datetime2-en-fulltext | 3 | 工具 + texlive-datetime2-english | texlive | This module provides the following styles that can be set using\DTMsetstyle provided by datetime2.sty. The region not onlydetermines the date/time format but also the time zoneabbreviations if the zone mapping setting is on. english(English - no region) en-GB (English - United Kingdom of GreatBritain and Northern Ireland) en-US (English - United States ofAmerica) en-CA (English - Canada) en-AU (English - Commonwealthof Australia) en-NZ (English - New Zealand) en-GG (English -Bailiwick of Guernsey) en-JE (English - Bailiwick of Jersey) en-IM (English - Isle of Man) en-MT (English - Republic of Malta)en-IE (English - Republic of Ireland) | English language module for the datetime2 package | 3 | 工具 + texlive-datetime2-english-doc | texlive | Documentation for datetime2-english | Documentation for datetime2-english | 3 | 工具 + texlive-datetime2-esperanto | texlive | This module provides the "esperanto" style that can be setusing \DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Esperanto language module for the datetime2 package | 3 | 工具 + texlive-datetime2-esperanto-doc | texlive | Documentation for datetime2-esperanto | Documentation for datetime2-esperanto | 3 | 工具 + texlive-datetime2-estonian | texlive | This module provides the "estonian" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Estonian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-estonian-doc | texlive | Documentation for datetime2-estonian | Documentation for datetime2-estonian | 3 | 工具 + texlive-datetime2-finnish | texlive | This module provides the "finnish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Finnish language module for the datetime2 package | 3 | 工具 + texlive-datetime2-finnish-doc | texlive | Documentation for datetime2-finnish | Documentation for datetime2-finnish | 3 | 服务 + texlive-datetime2-french | texlive | This module provides the "french" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | French language module for the datetime2 package | 3 | 工具 + texlive-datetime2-french-doc | texlive | Documentation for datetime2-french | Documentation for datetime2-french | 3 | 工具 + texlive-datetime2-galician | texlive | This module provides the "galician" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | galician language module for the datetime2 package | 3 | 工具 + texlive-datetime2-galician-doc | texlive | Documentation for datetime2-galician | Documentation for datetime2-galician | 3 | 库 + texlive-datetime2-german | texlive | This module provides the "german" style that can be set using\DTMsetstyle provided by datetime2.sty. | German language module for the datetime2 package | 3 | 工具 + texlive-datetime2-german-doc | texlive | Documentation for datetime2-german | Documentation for datetime2-german | 3 | 工具 + texlive-datetime2-greek | texlive | This module provides the "greek" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Greek language module for the datetime2 package | 3 | 工具 + texlive-datetime2-greek-doc | texlive | Documentation for datetime2-greek | Documentation for datetime2-greek | 3 | 工具 + texlive-datetime2-hebrew | texlive | This module provides the "hebrew" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Hebrew language module for the datetime2 package | 3 | 工具 + texlive-datetime2-hebrew-doc | texlive | Documentation for datetime2-hebrew | Documentation for datetime2-hebrew | 3 | 工具 + texlive-datetime2-icelandic | texlive | This module provides the "icelandic" style that can be setusing \DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Icelandic language module for the datetime2 package | 3 | 工具 + texlive-datetime2-icelandic-doc | texlive | Documentation for datetime2-icelandic | Documentation for datetime2-icelandic | 3 | 工具 + texlive-datetime2-irish | texlive | This module provides the "irish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Irish Gaelic Language Module for the datetime2 Package | 3 | 工具 + texlive-datetime2-irish-doc | texlive | Documentation for datetime2-irish | Documentation for datetime2-irish | 3 | 工具 + texlive-datetime2-italian | texlive | This module provides the "italian" style that can be set using\DTMsetstyle provided by datetime2.sty. | Italian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-italian-doc | texlive | Documentation for datetime2-italian | Documentation for datetime2-italian | 3 | 服务 + texlive-datetime2-it-fulltext | texlive | Italian date and time styles that use words for the numbers andordinals. This package provides the following date and timestyles: "it-fulltext" and "it-fulltext-twenty-four". The firststyle uses a format "am pm", the second a format "24 hours".The necessary packages are datetime2, itnumpar, ifxetex, andifluatex. This package is the translation and adaptation ofdatetime2-en-fulltext. | Italian full text styles for the datetime2 package | 3 | 工具 + texlive-datetime2-it-fulltext-doc | texlive | Documentation for datetime2-it-fulltext | Documentation for datetime2-it-fulltext | 3 | 工具 + texlive-datetime2-latin | texlive | This module provides the "latin" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Latin language module for the datetime2 package | 3 | 工具 + texlive-datetime2-latin-doc | texlive | Documentation for datetime2-latin | Documentation for datetime2-latin | 3 | 工具 + texlive-datetime2-lsorbian | texlive | This module provides the "lsorbian" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Lower Sorbian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-lsorbian-doc | texlive | Documentation for datetime2-lsorbian | Documentation for datetime2-lsorbian | 3 | 库 + texlive-datetime2-magyar | texlive | This module provides the "magyar" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | magyar language module for the datetime2 package | 3 | 工具 + texlive-datetime2-magyar-doc | texlive | Documentation for datetime2-magyar | Documentation for datetime2-magyar | 3 | 服务 + texlive-datetime2-norsk | texlive | This module provides the "norsk" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Norsk language module for the datetime2 package | 3 | 工具 + texlive-datetime2-norsk-doc | texlive | Documentation for datetime2-norsk | Documentation for datetime2-norsk | 3 | 库 + texlive-datetime2-polish | texlive | This module provides the "polish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | polish language module for the datetime2 package | 3 | 工具 + texlive-datetime2-polish-doc | texlive | Documentation for datetime2-polish | Documentation for datetime2-polish | 3 | 服务 + texlive-datetime2-portuges | texlive | This module provides the "portuges" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Portuguese language module for the datetime2 package | 3 | 工具 + texlive-datetime2-portuges-doc | texlive | Documentation for datetime2-portuges | Documentation for datetime2-portuges | 3 | 服务 + texlive-datetime2-romanian | texlive | This module provides the "romanian" style that can be set using\DTMsetstyle provided by datetime2.sty. | Romanian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-romanian-doc | texlive | Documentation for datetime2-romanian | Documentation for datetime2-romanian | 3 | 工具 + texlive-datetime2-russian | texlive | This module provides the "russian" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | russian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-russian-doc | texlive | Documentation for datetime2-russian | Documentation for datetime2-russian | 3 | 工具 + texlive-datetime2-samin | texlive | This module provides the "samin" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Northern Sami language module for the datetime2 package | 3 | 工具 + texlive-datetime2-samin-doc | texlive | Documentation for datetime2-samin | Documentation for datetime2-samin | 3 | 库 + texlive-datetime2-scottish | texlive | This module provides the "scottish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Scottish Gaelic Language Module for the datetime2 Package | 3 | 工具 + texlive-datetime2-scottish-doc | texlive | Documentation for datetime2-scottish | Documentation for datetime2-scottish | 3 | 服务 + texlive-datetime2-serbian | texlive | This module provides the "serbian" style that can be set using\DTMsetstyle provided by datetime2.sty. It provides bothCyrillic and Latin, Ekavian and Ijekavian variants of Serbiandate formats, regionalized and non-regionalized. | Serbian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-serbian-doc | texlive | Documentation for datetime2-serbian | Documentation for datetime2-serbian | 3 | 服务 + texlive-datetime2-slovak | texlive | This module provides the "slovak" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | slovak language module for the datetime2 package | 3 | 工具 + texlive-datetime2-slovak-doc | texlive | Documentation for datetime2-slovak | Documentation for datetime2-slovak | 3 | 工具 + texlive-datetime2-slovene | texlive | This module provides the "slovene" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | slovene language module for the datetime2 package | 3 | 工具 + texlive-datetime2-slovene-doc | texlive | Documentation for datetime2-slovene | Documentation for datetime2-slovene | 3 | 库 + texlive-datetime2-spanish | texlive | This module provides the "spanish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Spanish language module for the datetime2 package | 3 | 工具 + texlive-datetime2-spanish-doc | texlive | Documentation for datetime2-spanish | Documentation for datetime2-spanish | 3 | 工具 + texlive-datetime2-swedish | texlive | This module provides the "swedish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | swedish language module for the datetime2 package | 3 | 工具 + texlive-datetime2-swedish-doc | texlive | Documentation for datetime2-swedish | Documentation for datetime2-swedish | 3 | 工具 + texlive-datetime2-turkish | texlive | This module provides the "turkish" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | turkish language module for the datetime2 package | 3 | 工具 + texlive-datetime2-turkish-doc | texlive | Documentation for datetime2-turkish | Documentation for datetime2-turkish | 3 | 工具 + texlive-datetime2-ukrainian | texlive | This module provides the "ukrainian" style that can be setusing \DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Ukrainian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-ukrainian-doc | texlive | Documentation for datetime2-ukrainian | Documentation for datetime2-ukrainian | 3 | 服务 + texlive-datetime2-usorbian | texlive | This module provides the "usorbian" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Upper Sorbian language module for the datetime2 package | 3 | 工具 + texlive-datetime2-usorbian-doc | texlive | Documentation for datetime2-usorbian | Documentation for datetime2-usorbian | 3 | 工具 + texlive-datetime2-welsh | texlive | This module provides the "welsh" style that can be set using\DTMsetstyle provided by datetime2.sty. This package iscurrently unmaintained. Please see the README for the procedureto follow if you want to take over the maintenance. | Welsh language module for the datetime2 package | 3 | 工具 + texlive-datetime2-welsh-doc | texlive | Documentation for datetime2-welsh | Documentation for datetime2-welsh | 3 | 工具 + texlive-datetime-doc | texlive | Documentation for datetime | Documentation for datetime | 3 | 库 + texlive-dblfloatfix | texlive | The package solves two problems: floats in a twocolumn documentcome out in the right order and allowed float positions are now[tbp]. The package actually merges facilities from fixltx2e andstfloats. | Fixes for twocolumn floats | 3 | 工具 + texlive-dblfloatfix-doc | texlive | Documentation for dblfloatfix | Documentation for dblfloatfix | 3 | 库 + texlive-dbshow | texlive | The package provides four core functions: data storage anddisplay data filtering data sorting data display All data issaved once and then you can display these data with customfilters, orders and styles. The package can be used, forexample, to record and display something you'd like to review,maybe the question you always answered incorrectly or someforgettable knowledge. But obviously, the package is much morepowerful and extensible for more interesting tasks depending onthe individual. | A package to store and display data with custom filters, orders, and styles | 3 | 工具 + texlive-dccpaper | texlive | The LaTeX class ijdc-v14 produces camera-ready papers andarticles suitable for inclusion in the International Journal ofDigital Curation, with applicability from volume 14 onwards; alegacy class ijdc-v9 is provided for papers and articleswritten for volumes 9-13. The similar idcc class can be usedfor submissions to the International Digital CurationConference, beginning with the 2015 conference. | Typeset papers for the International Journal of Digital Curation | 3 | 工具 + texlive-dccpaper-doc | texlive | Documentation for dccpaper | Documentation for dccpaper | 3 | 库 + texlive-dcpic | texlive | DCpic is a package for typesetting Commutative Diagrams withina LaTeX and TeX documents. Its distinguishing features are: apowerful graphical engine, the PiCTeX package; an easyspecification syntax in which a commutative diagram isdescribed in terms of its objects and its arrows (morphism),positioned in a Cartesian coordinate system. | Commutative diagrams in a LaTeX and TeX documents | 3 | 工具 + texlive-dcpic-doc | texlive | Documentation for dcpic | Documentation for dcpic | 3 | 库 + texlive-ddphonism | texlive | This is a music-related package which is focused on notationfrom the Twelve-Tone System, also called Dodecaphonism. Itprovides LaTeX algorithms that produce typical dodecaphonicnotation based off a musical series, or row sequence, ofvariable length. The package requires etoolbox, pgfkeys, TikZ,xparse, and xstring. | Dodecaphonic diagrams: twelve-tone matrices, clock diagrams, etc. | 3 | 工具 + texlive-debate | texlive | This package helps to organize debates between multiplereviewers of a paper within the text. | Debates between reviewers | 3 | 工具 + texlive-decimal | texlive | This LaTeX package should be used by people who need thetraditional English raised decimal point, instead of theAmerican-style period. | LaTeX package for the English raised decimal point | 3 | 工具 + texlive-decimal-doc | texlive | Documentation for decimal | Documentation for decimal | 3 | 库 + texlive-decision-table | texlive | The decision-table package allows for an easy way to generatedecision tables in the Decision Model and Notation (DMN)format. This package ensures consistency in the tables (i.e.fontsize), and is thus a better alternative to inserting tablesvia images. The decision-table package adds the \dmntablecommand, with which tables can be created. This command expandsinto a tabular, so it can be used within a table or figureenvironment. Furthermore, this allows labels and captions to beadded seamlessly. It is also possible to place multiple DMNtables in one table/figure environment. The package relies onnicematrix and l3keys2e. | An easy way to create Decision Model and Notation decision tables | 3 | 工具 + texlive-decorule | texlive | The package implements a decorative swelled rule using only asymbol from a font installed with all distributions of TeX, soit works independently, without the need to install anyadditional software or fonts. This is the packaged version ofthe macro which was originally published in the "Typographers'Inn" column in TUGboat 31:1 (2010). | Decorative swelled rule using font character | 3 | 工具 + texlive-decorule-doc | texlive | Documentation for decorule | Documentation for decorule | 3 | 库 + texlive-dehyph | texlive | The package provides older hyphenation patterns for the Germanlanguage. Please note that by default only pdfLaTeX uses thesepatterns (mainly for backwards compatibility). The olderpackages ghyphen and gnhyph are now bundled together withdehyph, and are no longer be updated. Both XeLaTeX and LuaLaTeXuse the current German hyphenation patterns taken fromHyphenation patterns in UTF-8, and using the Experimentalhyphenation patterns for the German language package it ispossible to make pdfLaTeX use the new German patterns as well. | German hyphenation patterns for traditional orthography | 3 | 工具 + texlive-dehyph-exptl | texlive | The package provides experimental hyphenation patterns for theGerman language, covering both traditional and reformedorthography. The patterns can be used with packages Babel andhyphsubst from the Oberdiek bundle. Dieses Paket enthaltexperimentelle Trennmuster fur die deutsche Sprache. DieTrennmuster decken das in Deutschland, Osterreich und derSchweiz gebrauchliche Standarddeutsch in der traditionellen undreformierten Rechtschreibung ab und konnen mit den PaketenBabel und hyphsubst aus dem Oberdiek-Bundel verwendet werden. | Experimental hyphenation patterns for the German language | 3 | 工具 + texlive-dehyph-exptl-doc | texlive | Documentation for dehyph-exptl | Documentation for dehyph-exptl | 3 | 库 + texlive-dejavu | texlive | The package contains LaTeX support for the DejaVu fonts, whichare derived from the Vera fonts but contain more characters andstyles. The fonts are included in the original TrueType format,and in converted Type 1 format. The (currently) supportedencodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and LGR. Thepackage doesn't (currently) support mathematics. More encodingsand/or features are expected. | LaTeX support for the DejaVu fonts | 3 | 工具 + texlive-dejavu-doc | texlive | Documentation for dejavu | Documentation for dejavu | 3 | 库 + texlive-dejavu-otf | texlive | Package dejavu-otf supports the free ttf-fonts from the DejaVuproject which are available from GitHub or already part of yoursystem (Windows/Linux/...) and the OpenType version of theTeXGyre Math, which is part of any TeX distribution. | Support for the ttf and otf DejaVu fonts | 3 | 工具 + texlive-delim | texlive | The package permits simpler control of delimiters withoutexcessive use of \big... commands (and the like). | Simplify typesetting mathematical delimiters | 3 | 工具 + texlive-delim-doc | texlive | Documentation for delim | Documentation for delim | 3 | 库 + texlive-delimseasy | texlive | This package provides commands to give a consistent, easy-to-remember, easy to edit way to control the size and blackness ofdelimiters: append 1-4 "b"s to command for larger sizes;prepend "B" for for boldface. These commands reduce thelikelihood of incomplete delimeter pairs and typically usefewer characters than the LaTeX default. | Delimiter commands that are easy to use and resize | 3 | 工具 + texlive-delimseasy-doc | texlive | Documentation for delimseasy | doc files of delimseasy | 3 | 库 + texlive-delimset | texlive | delimset is a LaTeX2e package to typeset and declare sets ofdelimiters in math mode whose size can be adjustedconveniently. | Typeset and declare sets of delimiters with convenient size control | 3 | 工具 + texlive-delimtxt | texlive | This experimental package can read and parse text tablesdelimited by user-defined tokens (e.g., tab). It can be usedfor serial letters and the like, making it easier to export thedata file from MS-Excel/MS-Word | Read and parse text tables | 3 | 工具 + texlive-delimtxt-doc | texlive | Documentation for delimtxt | Documentation for delimtxt | 3 | 库 + texlive-de-macro | texlive-base | De-macro is a Python script that helps authors who like to useprivate LaTeX macros (for example, as abbreviations). Atechnical editor or a cooperating author may balk at such amanuscript; you can avoid manuscript rejection misery byrunning de-macro on it. De-macro will expand macros defined in\(re)newcommand or \(re)newenvironment commands, within thedocument, or in the document's "private" package file. | Expand private macros in a document | 3 | 库 + texlive-democodetools | texlive | This is 'yet another doc/docx/doc3' package for LaTeX codedocumentation. | Package for LaTeX code documentation | 3 | 工具 + texlive-denisbdoc | texlive | A personal dirty package for documenting packages. | A personal dirty package for documenting packages | 3 | 工具 + texlive-denisbdoc-doc | texlive | Documentation for denisbdoc | Documentation for denisbdoc | 3 | 库 + texlive-derivative | texlive | Typesetting derivatives and differentials in a consistent wayare clumsy and require care to ensure the preferred formatting.Several packages have been developed for this purpose, eachwith its own features and drawbacks, with the most ambitiousone being diffcoeff. While this package is comparable todiffcoeff in terms of features, it takes a different approach.One difference is this package provides more options to tweakthe format of the derivatives and differentials. However, theautomatic calculation of the total order isn't as developed asthe one in diffcoeff. This package makes it easy to writederivatives and differentials consistently with its predefinedcommands. It also provides a set of commands that can definecustom derivatives and differential operators. The optionsfollow a consistent naming scheme making them easy to use andunderstand. | Nice and easy derivatives | 3 | 工具 + texlive-detex | texlive-base | Detex is a program to remove TeX constructs from a text file.It recognizes the \input command. The program assumes it isdealing with LaTeX input if it sees the string \begin{document}in the text. In this case, it also recognizes the \include and\includeonly commands. | Strip TeX from a source file | 3 | 工具 + texlive-dhua | texlive | The package provides commands for those abbreviations of Germanphrases for which the use of thin space is recommended. Setupcommands \newdhua and \newtwopartdhua are provided, as well ascommands for single cases (such as \zB for 'z. B.', saving theuser from typing such as 'z.\,B.'). To typeset thedocumentation, the niceverb package, version 0.44, or later, isrequired. Das Paket `dhua' stellt Befehle fur sog.mehrgliedrige Abkurzungen bereit, fur die schmale Leerzeichen(Festabstande) empfohlen werden (Duden, Wikipedia). In dieenglische Paketdokumentation sind deutsche Erlauterungeneingestreut. | German abbreviations using thin space | 3 | 工具 + texlive-dhua-doc | texlive | Documentation for dhua | Documentation for dhua | 3 | 库 + texlive-diabetes-logbook | texlive | Initally a logbook for me, a person with type one diabetesmellitus, this evolved over time into a TeX project, making itprettier and/or easier to use. I've made it simple to use,while not forgoing the document's beauty or the speed of input.The logbook, with slight commenting out and editing, could beused as a journal by anybody, although the template andgraphing functionality are set up for people using insulininjections and blood glucose teststrips, as well ascounting/estimating carbs, protein, and fat. Note: The names ofthe package's files are not constructed using the long"diabetes-logbook", but the acronym "dmlb" (for "diabetesmellitus log book"). | A logbook for people with type one diabetes | 3 | 工具 + texlive-diadia | texlive-base | The diadia package allows you to keep a diabetes diary.Usually, this means keeping record of certain medical valueslike blood sugar, blood pressure, pulse or weight. It mightalso include other medical, pharmaceutical or nutritional data(HbA1c, insulin doses, carbohydrate units). The diadia packagesupports all of this plus more - simply by adding more columnsto the data file! It is able to evaluate the data file andtypesets formatted tables and derived plots. Furthermore, itsupports medication charts and info boxes. Supported languages:English, German. Feel free to provide other translation files! | Package to keep a diabetes diary | 3 | 工具 + texlive-diagbox | texlive | The package's principal command, \diagbox, takes two arguments(texts for the slash-separated parts of the box), and anoptional argument with which the direction the slash will go,and the box dimensions, etc., may vbe controlled. The packagealso provides \slashbox and \backslashbox commands forcompatibility with the slashbox package, which it supersedes. | Table heads with diagonal lines | 3 | 工具 + texlive-diagbox-doc | texlive | Documentation for diagbox | Documentation for diagbox | 3 | 库 + texlive-diagmac2 | texlive | This is a development of the long-established diagmac package,using pict2e so that the restrictions on line direction areremoved. | Diagram macros, using pict2e | 3 | 工具 + texlive-diagmac2-doc | texlive | Documentation for diagmac2 | Documentation for diagmac2 | 3 | 库 + texlive-diagnose | texlive | Provides macros to assist evaluation of the capabilities of aTeX installation (i.e., what extensions it supports). Anexample document that examines the installation is available. | A diagnostic tool for a TeX installation | 3 | 工具 + texlive-diagnose-doc | texlive | Documentation for diagnose | Documentation for diagnose | 3 | 库 + texlive-dialogl | texlive | Gathers together a bunch of code and examples about how towrite macros to carry on a dialogue with the user. | Macros for constructing interactive LaTeX scripts | 3 | 工具 + texlive-dialogl-doc | texlive | Documentation for dialogl | Documentation for dialogl | 3 | 库 + texlive-dice | texlive | A Metafont font that can produce die faces in 2D or withvarious 3D effects. | A font for die faces | 3 | 库 + texlive-dice-doc | texlive | Documentation for dice | Documentation for dice | 3 | 库 + texlive-dichokey | texlive | The package can be used to construct dichotomous identificationkeys (used especially in biology for species identification),taking care of numbering and indentation of successive keysteps automatically. An example file is provided, whichdemonstrates usage. | Construct dichotomous identification keys | 3 | 工具 + texlive-dichokey-doc | texlive | Documentation for dichokey | Documentation for dichokey | 3 | 库 + texlive-dickimaw-doc | texlive | Documentation for dickimaw | Documentation for dickimaw | 3 | 库 + texlive-dictsym | texlive | This directory contains the DictSym Type1 font designed byGeorg Verweyen and all files required to use it with LaTeX onthe Unix or PC platforms. The font provides a number of symbolscommonly used in dictionaries. The accompanying macro packagemakes the symbols accessible as LaTeX commands. | DictSym font and macro package | 3 | 工具 + texlive-dictsym-doc | texlive | Documentation for dictsym | Documentation for dictsym | 3 | 库 + texlive-diffcoeff | texlive | diffcoeff.sty allows the easy and consistent writing ofordinary, partial and other derivatives of arbitrary (algebraicor numeric) order. For mixed partial derivatives, the totalorder of differentiation is calculated by the package. Optionalarguments allow specification of points of evaluation (ordinaryderivatives), or variables held constant (partial derivatives),and the placement of the differentiand (numerator or appended).The package is built on xtemplate, allowing systematicfine-tuning of the display and generation and use of variantforms (like derivatives built from D, \Delta or \delta). Acommand for differentials ensures the dx used in e.g. integralsis consistent with the form used in derivatives. The packagerequires the LaTeX3 bundles l3kernel and l3packages. | Write differential coefficients easily | 3 | 工具 + texlive-digestif | texlive | Digestif is a code analyzer, and a language server, for LaTeX,plain TeX, ConTeXt and Texinfo. It provides context-sensitivecompletion, documentation, code navigation, and relatedfunctionality to any text editor that speaks the LSP protocol. | Editor plugin for LaTeX, ConTeXt etc. | 3 | 工具 + texlive-digiconfigs | texlive | In Stochastic Geometry and Digital Image Analysis some problemscan be solved in terms of so-called "configurations". Aconfiguration is basically a square matrix of \circ and \bulletsymbols. This package provides a convenient and compactmechanism for displaying these configurations. | Writing "configurations" | 3 | 库 + texlive-digiconfigs-doc | texlive | Documentation for digiconfigs | Documentation for digiconfigs | 3 | 库 + texlive-dijkstra | texlive | This small package uses the Dijkstra algorithm for weightedgraphs,directed or not: the search table of the shortest pathcan be displayed, the minimum distance between two vertices andthe corresponding path are stored in macros. This packagesdepends on simplekv. | Dijkstra algorithm for LaTeX | 3 | 工具 + texlive-dimnum | texlive | This package simplifies the calling of Dimensionless Numbers inmath or text mode. | Commands for dimensionless numbers | 3 | 工具 + texlive-din1505 | texlive | A set of bibliography styles that conformt to DIN 1505, andmatch the original BibTeX standard set (plain, unsrt, alpha andabbrv), together with a style natdin to work with natbib. | Bibliography styles for German texts | 3 | 工具 + texlive-din1505-doc | texlive | Documentation for din1505 | Documentation for din1505 | 3 | 库 + texlive-dinat | texlive | Bibliography style files intended for texts in german. Theydraw up bibliographies in accordance with the german DIN 1505,parts 2 and 3. | Bibliography style for German texts | 3 | 工具 + texlive-dinat-doc | texlive | Documentation for dinat | Documentation for dinat | 3 | 库 + texlive-dinbrief | texlive | Implements a document layout for writing letters according tothe rules of DIN (Deutsches Institut fur Normung, Germanstandardisation institute). A style file for LaTeX 2.09 (withlimited support of the features) is part of the package. Sincethe letter layout is based on a German standard, the user guideis written in German, but most macros have English names fromwhich the user can recognize what they are used for. Inaddition there are example files showing how letters may becreated with the package. A graphical interface for use of thedinbrief is provided in the dinbrief-GUI bundle. | German letter DIN style | 3 | 工具 + texlive-dinbrief-doc | texlive | Documentation for dinbrief | Documentation for dinbrief | 3 | 库 + texlive-dingbat | texlive | The fonts (ark10 and dingbat) are specified in Metafont;support macros are provided for use in LaTeX. An Adobe Type 1version of the fonts is available in the niceframe fontsbundle. | Two dingbat symbol fonts | 3 | 工具 + texlive-dingbat-doc | texlive | Documentation for dingbat | Documentation for dingbat | 3 | 库 + texlive-directory | texlive | A package for LaTeX and BibTeX that facilitates theconstruction, maintenance and exploitation of an address book-like database. | An address book using BibTeX | 3 | 工具 + texlive-directory-doc | texlive | Documentation for directory | Documentation for directory | 3 | 库 + texlive-dirtree | texlive | This package is designed to emulate the way windows explorerdisplays directory and file trees, with the root at top left,and each level of subtree displaying one step in to the right.The macros work equally well with Plain TeX and with LaTeX. | Display trees in the style of windows explorer | 3 | 工具 + texlive-dirtree-doc | texlive | Documentation for dirtree | Documentation for dirtree | 3 | 服务 + texlive-dirtytalk | texlive | The package provides a macro to typeset quotations, using thecommand \say{stuff}. The quotation mark glyphs are inserted bythe macro; nested quotations are detected. | A package to typeset quotations easier | 3 | 工具 + texlive-dirtytalk-doc | texlive | Documentation for dirtytalk | Documentation for dirtytalk | 3 | 库 + texlive-disser | texlive | Disser comprises a document class and set of templates fortypesetting dissertations in Russian. One of its primaryadvantages is a simplicity of format specification fortitlepage, headers and elements of automatically generatedlists (table of contents, list of figures, etc). Bibliographystyles, that conform to the requirements of the Russianstandard GOST R 7.0.11-2011, are provided. | Class and templates for typesetting dissertations in Russian | 3 | 工具 + texlive-disser-doc | texlive | Documentation for disser | Documentation for disser | 3 | 库 + texlive-ditaa | texlive | With this package ditaa (DIagrams Through Ascii Art) diagramscan be embedded directly into LaTeX files. | Use ditaa diagrams within LaTeX documents | 3 | 工具 + texlive-dithesis | texlive | The class conforms to the requirements of the Department ofInformatics and Telecommunications at the University of Athensregarding the preparation of undergraduate theses, as of Sep 1,2011. The class is designed for use with XeLaTeX; by default(on a Windows platform), the font Arial is used, but provisionis made for use under Linux (with a different sans-serif font). | Thesis class for undergraduate theses at the University of Athens | 3 | 工具 + texlive-dithesis-doc | texlive | Documentation for dithesis | Documentation for dithesis | 3 | 库 + texlive-dk-bib | texlive | Dk-bib is a translation of the four standard BibTeX style files(abbrv, alpha, plain and unsrt) and the apalike style file intoDanish. The files have been extended with URL, ISBN, ISSN,annote and printing fields which can be enabled through a LaTeXstyle file. Dk-bib also comes with a couple of Danish sortingorder files for BibTeX8. | Danish variants of standard BibTeX styles | 3 | 工具 + texlive-dk-bib-doc | texlive | Documentation for dk-bib | Documentation for dk-bib | 3 | 库 + texlive-dlfltxb | texlive | The bundle contains various macros either used for creating theauthor's book "Introduktion til LaTeX" (in Danish), orpresented in the book as code tips. The bundle comprises:dlfltxbcodetips: various macros helpful in typesettingmathematics; dlfltxbmarkup: provides a macros used throughoutthe book, for registering macro names, packages etc. in thetext, in the margin and in the index, all by using categorisedkeys (note, a configuration file may be used; a sample isincluded in the distribution); dlfltxbtocconfig: macros for thetwo tables of contents that the book has; dlfltxbmisc: variousmacros for typesetting LaTeX arguments, and the macro used inthe bibliography that can wrap a URL up into a bibtex entry.Interested parties may review the book itself on the web at theauthor's institution (it is written in Danish). | Macros related to "Introdktion til LaTeX" | 3 | 工具 + texlive-dlfltxb-doc | texlive | Documentation for dlfltxb | Documentation for dlfltxb | 3 | 库 + texlive-dnaseq | texlive | Defines a means of specifying sequences of bases. The bases maybe numbered (per line) and you may specify that subsequences becoloured. For a more 'vanilla-flavoured' way of typesettingbase sequences, the user might consider the seqsplit package. | Format DNA base sequences | 3 | 工具 + texlive-dnaseq-doc | texlive | Documentation for dnaseq | Documentation for dnaseq | 3 | 库 + texlive-dnp | texlive | subfont numbers for DNP font encoding. | subfont numbers for DNP font encoding | 3 | 工具 + texlive-docbytex | texlive | The package creates documentation from C source code, or otherprogramming languages. | Creating documentation from source code | 3 | 工具 + texlive-docbytex-doc | texlive | Documentation for docbytex | Documentation for docbytex | 3 | 库 + texlive-doclicense | texlive | This package allows you to put your document under a licenseand include a link to read about the license or include an iconor image of the license. Currently, only Creative Commons issupported, but this package is designed to handle all kinds oflicenses. | Support for putting documents under a license | 3 | 工具 + texlive-doclicense-doc | texlive | Documentation for doclicense | Documentation for doclicense | 3 | 库 + texlive-docmfp | texlive | Extends the doc package to cater for documenting non-LaTeXcode, such as Metafont or Metapost, or other programminglanguages. | Document non-LaTeX code | 3 | 工具 + texlive-docmfp-doc | texlive | Documentation for docmfp | Documentation for docmfp | 3 | 库 + texlive-docmute | texlive | Input or include stand-alone LaTeX documents, ignoringeverything but the material between \begin{document} and\end{document}. | Input files ignoring LaTeX preamble, etc | 3 | 工具 + texlive-docmute-doc | texlive | Documentation for docmute | Documentation for docmute | 3 | 库 + texlive-doc-pictex-doc | texlive | Documentation for doc-pictex | Documentation for doc-pictex | 3 | 库 + texlive-docshots | texlive | This LaTeX package helps you show TeX code next to thecorresponding PDF snapshots, in two-column formatting. You canuse it either in .dtx documentation or in .tex files. | TeX samples next to their PDF Snapshots | 3 | 工具 + texlive-docsurvey-doc | texlive | Provides the document "Programming LaTeX — A survey of documentationand packages" | Programming LaTeX - A survey of documentation and packages | 3 | 工具 + texlive-doctools | texlive | The package provides a collection of tools for use either in an"ordinary" LaTeX document, or within a .dtx file. | Tools for the documentation of LaTeX code | 3 | 工具 + texlive-doctools-doc | texlive | Documentation for doctools | Documentation for doctools | 3 | 库 + texlive-documentation | texlive | The package provides a simple means of typesetting computerprograms such that the result is acceptable for inclusion inreports, etc. | Documentation support for C, Java and assembler code | 3 | 工具 + texlive-documentation-doc | texlive | Documentation for documentation | Documentation for documentation | 3 | 库 + texlive-docutils | texlive | The package is intended for use with LaTeX documents generatedfrom reStructuredText sources with Docutils. When generatingLaTeX documents, specify this package with the stylesheetconfiguration option, e.g. rst2latex --stylesheet=docutilsexampledocument.txt | Helper commands and element definitions for Docutils LaTeX output | 3 | 工具 + texlive-doi | texlive | You can hyperlink DOI numbers to dx.doi.org. However, somepublishers have elected to use nasty characters in their DOInumbering scheme ('<', '>', '_' and ';' have all been spotted).This will either upset (La)TeX, or your PDF reader. Thispackage contains a single user-level command \doi{}, whichtakes a DOI number, and creates a correct hyperlink to thetarget of the DOI. | Create correct hyperlinks for DOI numbers | 3 | 工具 + texlive-doi-doc | texlive | Documentation for doi | Documentation for doi | 3 | 库 + texlive-doipubmed | texlive | The package provides the commands \doi, \pubmed and \citeurl.These commands are primarily designed for use inbibliographies. A LaTeX2HTML style file is also provided. | Special commands for use in bibliographies | 3 | 工具 + texlive-doipubmed-doc | texlive | Documentation for doipubmed | Documentation for doipubmed | 3 | 库 + texlive-domitian | texlive | The Domitian fonts are a free and open-source OpenType fontfamily, based on the Palatino design by Hermann Zapf(1918-2015), as implemented in Palladio, the versiondistributed as part of URW's free Core 35 PostScript fonts(2.0). Domitian is meant as a drop-in replacement for Adobe'sversion of Palatino. It extends Palladio with small capitals,old-style figures and scientific inferiors. The metrics havebeen adjusted to more closely match Adobe Palatino, and hintinghas been improved. | Drop-in replacement for Palatino | 3 | 工具 + texlive-dosepsbin | texlive-base | A Encapsulated PostScript (EPS) file may given in a specialbinary format to support the inclusion of a thumbnail. Thisfile format, commonly known as DOS EPS format starts with abinary header that contains the positions of the possiblesections: Postscript (PS); Windows Metafile Format (WMF); andTag Image File Format (TIFF). The PS section must be presentand either the WMF file or the TIFF file should be given. Thepackage provides a Perl program that will extract any of thesections of such a file, in particular providing a 'text'-formEPS file for use with (La)TeX. | Deal with DOS binary EPS files | 3 | 工具 + texlive-dot2texi | texlive | The dot2texi package allows you to embed graphs in the DOTgraph description language in your LaTeX documents. The dot2textool is used to invoke Graphviz for graph layout, and totransform the output from Graphviz to LaTeX code. The generatedcode relies on the TikZ and PGF package or the PSTrickspackage. The process is automated if shell escape is enabled. | Create graphs within LaTeX using the dot2tex tool | 3 | 工具 + texlive-dot2texi-doc | texlive | Documentation for dot2texi | Documentation for dot2texi | 3 | 库 + texlive-dotarrow | texlive | The package can draw dotted arrows that are extendable, in thesame was as \xrightarrow. | Extendable dotted arrows | 3 | 工具 + texlive-dotarrow-doc | texlive | Documentation for dotarrow | Documentation for dotarrow | 3 | 库 + texlive-dotlessi | texlive | The package provides two commands: \dotlessi and \dotlessj,which give access to dotless i's and j's in math mode. They areintended for symbols in non English languages. | Provides dotless i's and j's for use in any math font | 3 | 工具 + texlive-dotseqn | texlive | The package provides a different format for typesettingequations, one reportedly used in 'old style Britsh books':equations aligned on the left, with dots on the right leadingto the equation number. In default of an equation number, thepackage operates much like the fleqn class option (no leaders). | Flush left equations with dotted leaders to the numbers | 3 | 工具 + texlive-dotseqn-doc | texlive | Documentation for dotseqn | Documentation for dotseqn | 3 | 库 + texlive-dottex | texlive | The dottex package allows you to encapsulate 'dot' and 'neato'files in your document (dot and neato are both part ofgraphviz; dot creates directed graphs, neato undirectedgraphs). If you have shell-escape enabled, the package willarrange for your files to be processed at LaTeX time;otherwise, the conversion must be done manually as anintermediate process before a second LaTeX run. | Use dot code in LaTeX | 3 | 工具 + texlive-dottex-doc | texlive | Documentation for dottex | Documentation for dottex | 3 | 库 + texlive-doublestroke | texlive | A font based on Computer Modern Roman useful for typesettingthe mathematical symbols for the natural numbers (N), wholenumbers (Z), rational numbers (Q), real numbers (R) and complexnumbers (C); coverage includes all Roman capital letters, '1','h' and 'k'. The font is available both as Metafont source andin Adobe Type 1 format, and LaTeX macros for its use areprovided. The fonts appear in the blackboard bold sampler. | Typeset mathematical double stroke symbols | 3 | 工具 + texlive-doublestroke-doc | texlive | Documentation for doublestroke | Documentation for doublestroke | 3 | 库 + texlive-doulossil | texlive | This package provides the IPA font Doulos SIL in TrueTypeformat. | A font for typesetting the International Phonetic Alphabet (IPA) | 3 | 库 + texlive-dowith | texlive | The package provides macros for applying a command to allelements of a list without separators, such as'\DoWithAllIn{<cmd>}{<list-macro>}', and also for extending andreducing macros storing such lists. Applications in mindbelonged to LaTeX, but the package should work with otherformats as well. Loop and list macros in other packages arediscussed. A further package, domore, is also provided, whichenhances the functionality of dowith. | Apply a command to a list of items | 3 | 工具 + texlive-dowith-doc | texlive | Documentation for dowith | Documentation for dowith | 3 | 库 + texlive-download | texlive | The package allows the user to download files (using cURL orwget), from within a document. To run the external commands,LaTeX (or whatever) needs to be run with the --shell-escapeflag; this creates a tension between your needs and thesecurity implications of the flag; users should exercise duecaution. | Allow LaTeX to download files using an external process | 3 | 工具 + texlive-download-doc | texlive | Documentation for download | Documentation for download | 3 | 库 + texlive-dox | texlive | The doc package provides LaTeX developers with means todescribe the usage and the definition of new macros andenvironments. However, there is no simple way to extend thisfunctionality to other items (options or counters, forinstance). The DoX package is designed to circumvent thislimitation. | Extend the doc package | 3 | 工具 + texlive-dox-doc | texlive | Documentation for dox | Documentation for dox | 3 | 库 + texlive-dozenal | texlive | The package supports typesetting documents whose counters arerepresented in base twelve, also called "dozenal". It includesa macro by David Kastrup for converting positive whole numbersto dozenal from decimal (base ten) representation. The packagealso includes a few other macros and redefines all the standardcounters to produce dozenal output. Fonts, in Roman, italic,slanted, and boldface versions, provide ten and eleven (thePitman characters preferred by the Dozenal Society of GreatBritain). The fonts were designed to blend well with theComputer Modern fonts, and are available both as Metafontsource and in Adobe Type 1 format. | Typeset documents using base twelve numbering (also called "dozenal") | 3 | 工具 + texlive-dozenal-doc | texlive | Documentation for dozenal | Documentation for dozenal | 3 | 库 + texlive-dpcircling | texlive | This simple package provides four types of text decorationsusing TikZ. You can frame your text with circles, rectangles,jagged rectangles, and fan-shapes. The baseline will beadjusted properly according to the surroundings. You can usethese decorations both in text mode and in math mode. You canspecify line color, line width, width, and height using optionkeys. Note: The "DP" in the package name stands for "DecoratedPackets". | Decorated text boxes using TikZ | 3 | 工具 + texlive-dpfloat | texlive | Provides fullpage and leftfullpage environments, that may beused inside a figure, table, or other float environment. If thefirst of a 2-page spread uses a "leftfullpage" environment, thefloat will only be typeset on an even-numbered page, and thetwo floats will appear side-by-side in a two-sided document. | Support for double-page floats | 3 | 工具 + texlive-dpfloat-doc | texlive | Documentation for dpfloat | Documentation for dpfloat | 3 | 库 + texlive-dprogress | texlive | The package logs LaTeX's progress through the file, making theLaTeX output more verbose. This helps to make LaTeX debuggingeasier, as it is simpler to find where exactly LaTeX failed.The package outputs the typesetting of section, subsection andsubsubsection headers and (if amsmath is loaded) details of thealign environment. | LaTeX-relevant log information for debugging | 3 | 工具 + texlive-dprogress-doc | texlive | Documentation for dprogress | Documentation for dprogress | 3 | 库 + texlive-drac | texlive | The package provides macros \DeclareRobustActChar and\ReDeclareRobActChar. One uses \DeclareRobustActChar in thesame way one would use \DeclareRobustCommand; the macro\protects the active character when it appears in a movingargument. \ReDeclareRobActChar redefines an active characterpreviously defined with \DeclareRobustActChar, in the same waythat \renewcommand works for ordinary commands. | Declare active character substitution, robustly | 3 | 工具 + texlive-drac-doc | texlive | Documentation for drac | Documentation for drac | 3 | 库 + texlive-draftcopy | texlive | Places the word DRAFT (or other words) in light grey diagonallyacross the background (or at the bottom) of each (or selected)pages of the document. The package uses PostScript \specialcommands, and may not therefore be used with PDFLaTeX. For thatusage, consider the wallpaper or draftwatermark packages. | Identify draft copies | 3 | 工具 + texlive-draftcopy-doc | texlive | Documentation for draftcopy | Documentation for draftcopy | 3 | 库 + texlive-draftfigure | texlive | With this package you can control the outcome of a figure whichis set to draft and modify the display with various options. | Replace figures with a white box and additional features. | 3 | 工具 + texlive-draftwatermark | texlive | The package provides a means to add a watermark (typically alight gray piece of text) on every page or on the first page ofa document. Typical usage may consist in writing words such asDRAFT or CONFIDENTIAL across document pages. The packageperforms a similar function to that of draftcopy, but itsimplementation is output device independent. As of today, thepackage relies on the new shipout hooks directly provided byLaTeX. For users of older versions of LaTeX, the package alsoprovides a legacy version of itself (that is automaticallyloaded, currently being at release 2.3) which relies on theeverypage package. Note that this legacy version willprogressively lag behind in terms of features. | Put a grey textual watermark on document pages | 3 | 工具 + texlive-draftwatermark-doc | texlive | Documentation for draftwatermark | Documentation for draftwatermark | 3 | 工具 + texlive-dramatist | texlive | This package is intended for typesetting drama of any length.It provides two environments for typesetting dialogues in proseor in verse; new document divisions corresponding to acts andscenes; macros that control the appearance of characters andstage directions; and automatic generation of a `dramatispersonae' list. | Typeset dramas, both in verse and in prose | 3 | 工具 + texlive-dramatist-doc | texlive | Documentation for dramatist | Documentation for dramatist | 3 | 库 + texlive-dratex | texlive | A low level (DraTex.sty) and a high-level (AlDraTex.sty)drawing package written entirely in TeX. | General drawing macros | 3 | 工具 + texlive-dratex-doc | texlive | Documentation for dratex | Documentation for dratex | 3 | 库 + texlive-drawmatrix | texlive | The package provides macros to visually represent matrices.Various options allow to change the visualizations, e.g.,drawing rectangular, triangular, or banded matrices. | Draw visual representations of matrices in LaTeX | 3 | 工具 + texlive-drawmatrix-doc | texlive | Documentation for drawmatrix | doc files of drawmatrix | 3 | 库 + texlive-drawstack | texlive | This simple LaTeX package provides support for drawingexecution stack (typically to illustrate assembly languagenotions). The code is written on top of TikZ. | Draw execution stacks | 3 | 工具 + texlive-drawstack-doc | texlive | Documentation for drawstack | Documentation for drawstack | 3 | 库 + texlive-drm | texlive | The package provides access to the DRM (Don's Revised Modern)family of fonts, which includes a variety of optical sizes inRoman (in four weights), italic, and small caps, among othershapes, along with a set of symbols and ornaments. It isintended to be a full-body text font, but its larger sizes canalso be used for simple display purposes, and its significantbody of symbols can stand on its own. It comes complete withtextual ("old-style") and lining figures, and even has small-caps figures. It also comes with extensible decorative rules tobe used with ornaments from itself or other fonts, along withan extremely flexible ellipsis package. | A complete family of fonts written in Metafont | 3 | 工具 + texlive-drm-doc | texlive | Documentation for drm | Documentation for drm | 3 | 库 + texlive-droid | texlive | The Droid typeface family was designed in the fall of 2006 bySteve Matteson, as a commission from Google to create a set ofsystem fonts for its Android platform. The goal was to provideoptimal quality and comfort on a mobile handset when renderedin application menus, web browsers and for other screen text.The Droid family consists of Droid Serif, Droid Sans and DroidSans Mono fonts, licensed under the Apache License Version 2.0.The bundle includes the fonts in both TrueType and Adobe Type 1formats. The package does not support the Droid Pro family offonts, available for purchase from the Ascender foundry. | LaTeX support for the Droid font families | 3 | 工具 + texlive-droid-doc | texlive | Documentation for droid | Documentation for droid | 3 | 库 + texlive-droit-fr | texlive | The bundle provides a toolkit intended for students writing athesis in French law. It features: a LaTeX document class; abibliographic style for Biblatex package; a practical exampleof french thesis document; and documentation. The class assumesuse of biber and biblatex. | Document class and bibliographic style for French law | 3 | 工具 + texlive-droit-fr-doc | texlive | Documentation for droit-fr | Documentation for droit-fr | 3 | 库 + texlive-drs | texlive | The package draws Discourse Representation Structures (DRSs).It can draw embedded DRSs, if-then conditions andquantificational "duplex conditions" (with a properly scaledconnecting diamond). Formatting parameters allow the user tocontrol the appearance and placement of DRSs, and of DRSvariables and conditions. The package is based on DRS macros inthe covington package. | Typeset Discourse Representation Structures (DRS) | 3 | 工具 + texlive-drs-doc | texlive | Documentation for drs | Documentation for drs | 3 | 工具 + texlive-drv | texlive | A set of MetaPost macros for typesetting derivation trees (suchas used in sequent calculus, type inference, programminglanguage semantics...). No MetaPost knowledge is needed to usethese macros. | Derivation trees with MetaPost | 3 | 库 + texlive-drv-doc | texlive | Documentation for drv | Documentation for drv | 3 | 库 + texlive-dsptricks | texlive | The package provides a set of LaTeX macros (based on PSTricks)for plotting the kind of graphs and figures that are usuallyemployed in digital signal processing publications. DSPTricksprovides facilities for standard discrete-time "lollipop"plots, continuous-time and frequency plots, and pole-zeroplots. The companion package DSPFunctions (dspfunctions.sty)provides macros for computing frequency responses and DFTs,while the package DSPBlocks (dspblocks.sty) supports DSP blockdiagrams. | Macros for Digital Signal Processing plots | 3 | 工具 + texlive-dsptricks-doc | texlive | Documentation for dsptricks | Documentation for dsptricks | 3 | 工具 + texlive-dsserif | texlive | DSSerif is a mathematical font package with double struckserifed digits, upper and lower case letters, in regular andbold weights. The design was inspired by the STIX double struckfonts, which are sans serif, but starting from a Courier-likebase. | A double-struck serifed font for mathematical use | 3 | 工具 + texlive-dtk | texlive | The bundle provides a class and style file for typesetting "DieTeXnische Komodie" -- the communications of the German TeXUsers Group DANTE e.V. The arrangement means that the class maybe used by article writers to typeset a single article as wellas to produce the complete journal. | Document class for the journal of DANTE | 3 | 工具 + texlive-dtk-doc | texlive | Documentation for dtk | Documentation for dtk | 3 | 库 + texlive-dtl | texlive-base | DTL (DVI Text Language) is a means of expressing the content ofa DVI file, which is readily readable by humans. The DTL bundlecontains an assembler dt2dv (which produces DVI files from DTLfiles) and a disassembler dv2dt (which produces DTL files fromDVI files). The DTL bundle was developed so as to avoid someinfelicities of dvitype (among other pressing reasons). | Tools to dis-assemble and re-assemble DVI files | 3 | 工具 + texlive-dtxdescribe | texlive | The doc package includes tools for describing macros andenvironments in LaTeX source .dtx format. The dtxdescribepackage adds additional tools for describing booleans, lengths,counters, keys, packages, classes, options, files, commands,arguments, and other objects, and also works with the standarddocument classes as well, for those who do not wish to use the.dtx format. Each item is given a margin tag similar to\DescribeEnv, and is listed in the index by itself and also bycategory. Each item may be sorted further by an optional class.All index entries except code lines are hyperlinked. Thedtxexample environment is provided for typesetting example codeand its results. Contents are displayed verbatim along with acaption and cross-referencing. They are then input andexecuted, and the result is shown. Environments are alsoprovided for displaying verbatim or formatted source code,user-interface displays, and sidebars with titles. Macros areprovided for formatting the names of inline LaTeX objects suchas packages and booleans, as well as program and file names,file types, internet objects, the names of certain programs, anumber of logos, and inline dashes and slashes. | Describe additional object types in dtx source files | 3 | 工具 + texlive-dtxgallery-doc | texlive | Documentation for dtxgallery | Documentation for dtxgallery | 3 | 库 + texlive-dtxgen | texlive-base | The bash script dtxgen creates a template for a self-extracting.dtx file. It is useful for those who plan to create a newDocumented LaTeX Source (.dtx) file. | Creates a template for a self-extracting .dtx file | 3 | 工具 + texlive-dtxtut-doc | texlive | Documentation for dtxtut | Documentation for dtxtut | 3 | 库 + texlive-ducksay | texlive | The package draws ASCII art of animals saying a specifiedmessage. The following macros are available: \ducksay\duckthink \DefaultAnimal \AddAnimal \DucksayOptions Multi-linemessages are now fully supported. The package comes with twoversions, choosable with the version key. | The package draws ASCII art of animals saying a specified message. | 3 | 工具 + texlive-duckuments | texlive | The package provides facilities to create duckified dummycontents. It was inspired by the question "Getting ducks inexample images" on TeX-LaTeX Stack Exchange. The followingmacros are available: \duckument[key=val] - print a shortduckument \blindduck[key=val] - print a paragraph\ducklist(*){environment} - create a list of type environment\ducklistlist(*){environment} - create nested lists\duckitemize - ducklist{itemize} \duckenumerate -ducklist{enumerate} \duckdescription - ducklist{description}\duckumentsCreateExampleFile \duckumentsDrawRandomDucks Thepackage works with pdfTeX, LuaTeX, and XeTeX. | Create duckified dummy content | 3 | 工具 + texlive-duerer | texlive | These fonts are designed for titling use, and consist ofcapital roman letters only. Together with the normal set ofbase shapes, the family also offers an informal shape. Thedistribution is as Metafont source. LaTeX support is availablein the duerer-latex bundle. | Computer Duerer fonts | 3 | 工具 + texlive-duerer-doc | texlive | Documentation for duerer | Documentation for duerer | 3 | 库 + texlive-duerer-latex | texlive | LaTeX support for Hoenig's Computer Duerer fonts, using theirstandard fontname names. | LaTeX support for the Duerer fonts | 3 | 工具 + texlive-duerer-latex-doc | texlive | Documentation for duerer-latex | Documentation for duerer-latex | 3 | 工具 + texlive-duotenzor | texlive | This is a drawing package for circuit and duotensor diagramswithin LaTeX documents. It consists of about eighty commands,calling on TikZ for support. | Drawing package for circuit and duotensor diagrams | 3 | 工具 + texlive-duotenzor-doc | texlive | Documentation for duotenzor | Documentation for duotenzor | 3 | 库 + texlive-dutchcal | texlive | This package reworks the mathematical calligraphic fontESSTIX13, adding a bold version. LaTeX support files areincluded. The new fonts may also be accessed from the mostrecent version of mathalpha. The fonts themselves are subject tothe SIL OPEN FONT LICENSE, version 1.1. | A reworking of ESSTIX13, adding a bold version | 3 | 工具 + texlive-dutchcal-doc | texlive | Documentation for dutchcal | Documentation for dutchcal | 3 | 库 + texlive-dvdcoll | texlive | Having lost the overview of my DVD archives, I simply could notremember if I already recorded the documentary running on TVthat day. I chose to recreate the index using LaTeX: the designaim was a hyperlinked and fully searchable PDF-document,listing my DVDs with all titles, lengths and so on. Furtherrequirements were support for seasons of tv series and a listwith all faulty or missing programs for rerecording. Thedvdcoll class supports all these requirements. dvdcoll.clsfollows the structure <number><title><length>. As a result, theclass is not limited to DVDs--you can of course typesetarchives of CD-ROMs, Audio-CDs and so on. Supported languagesat the moment: English, French, German, Italian, Polish,Portuguese, Spanish. Some help is needed for other languages! | A class for typesetting DVD archives | 3 | 工具 + texlive-dvdcoll-doc | texlive | Documentation for dvdcoll | Documentation for dvdcoll | 3 | 库 + texlive-dvgloss | texlive | The package provides extensible macros for setting interlinearglossed text -- useful, for instance, for typing linguisticspapers. The operative word here is "extensible": few featuresare built in, but some flexible and powerful facilities areincluded for adding your own. | Facilities for setting interlinear glossed text | 3 | 工具 + texlive-dvgloss-doc | texlive | Documentation for dvgloss | Documentation for dvgloss | 3 | 库 + texlive-dvi2tty | texlive-base | A DVI driver to produce an ASCII representation of thedocument. The original version was written in Pascal, and thepresent author translated the program to C. | Produce ASCII from DVI | 3 | 工具 + texlive-dviasm | texlive-base | A Python script to support changing or creating DVI files viadisassembling into text, editing, and then reassembling intobinary format. It supports advanced features such as adding apreprint number or watermarks. | A utility for editing DVI files | 3 | 库 + texlive-dvicopy | texlive-base | DVICOPY is a utility program that allows one to take a DVI filethat references composite fonts (VF) and convert it into a DVIfile that does not contain such references. It also serves as abasis for writing DVI drivers (much like DVItype). | Copy DVI files, flattening VFs | 3 | 工具 + texlive-dvidvi | texlive-base | The output DVI file's contents are specified by page selectioncommands; series of pages and page number ranges may bespecified, as well as inclusions and exclusions. | Convert one DVI file into another | 3 | 工具 + texlive-dviincl | texlive | DVItoMP is one of the auxiliary programs available to anyMetaPost package; it converts a DVI file into a MetaPost file.Using it, one can envisage including a DVI page into an EPSfiles generated by MetaPost. Such files allow pages to includeother pages. | Include a DVI page into MetaPost output | 3 | 工具 + texlive-dviincl-doc | texlive | Documentation for dviincl | Documentation for dviincl | 3 | 库 + texlive-dviinfox | texlive-base | The package provides a perl script which prints informationabout a DVI file. It also supports XeTeX XDV format. | Perl script to print DVI meta information | 3 | 库 + texlive-dviljk | texlive-base | A dvi driver for the LaserJet printers, using kpathsearecursive file searching. | DVI to Laserjet output | 3 | 工具 + texlive-dviout-util | texlive-base | This is a partial repackaging of elements of the DVIOUT packageby Toshio OSHIMA, Yoshiki OTOBE, and Kazunori ASAYAMA.Here we don't include the main DVI previewer, but just want small utilityprograms. | DVI output utilities | 3 | 工具 + texlive-dvipdfmx | texlive-base | Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfmcreated to support multi-byte character encodings and largecharacter sets for East Asian languages. Dvipdfmx, if "called"with the name dvipdfm, operates in a "dvipdfm compatibility"mode, so that users of the both packages need only keep oneexecutable. A secondary design goal is to support as many "PDF"features as does pdfTeX. There being no documentation as such,users are advised to consult the documentation of dvipdfm (aswell, of course, as the package Readme. | An extended version of dvipdfm | 3 | 工具 + texlive-dvipng | texlive-base | This program makes PNG and/or GIF graphics from DVI files asobtained from TeX and its relatives. Its benefits include:Speed. It offers very fast rendering of DVI as bitmap files,which makes it suitable for generating large amounts of imageson-the-fly, as needed in preview-latex, WeBWorK and others; Itdoes not read the postamble, so it can be started before TeXfinishes. There is a --follow switch that makes dvipng wait atend-of-file for further output, unless it finds the POST markerthat indicates the end of the DVI; Interactive query ofoptions. dvipng can read options interactively through stdin,and all options are usable. It is even possible to change theinput file through this interface. Support for PK, VF,PostScript Type1, and TrueType fonts, colour specials, andinclusion of PostScript, PNG, JPEG or GIF images. | A fast DVI to PNG/GIF converter | 3 | 工具 + texlive-dvipos | texlive-base | dvipos package. | dvipos package | 3 | 工具 + texlive-dvips | texlive-base | This package has been withdrawn from CTAN, and bundled into thedistributions' package sets. The current sources of dvips maybe found in the distribution of dvipsk which forms part of theTeX Live sources. | A DVI to PostScript driver | 3 | 工具 + texlive-dvipsconfig | texlive | This is a collection of dvips PostScript header and dvipsconfig files. They control certain features of the printer,including: A4, A3, usletter, simplex, duplex / long edge,duplex / short edge, screen frequencies of images, black/whiteinvers, select transparency / paper for tektronix 550/560,manual feeder, envelope feeder, and tray 1, 2 and 3, andprinting a PostScript grid underneath the page material--veryuseful for measuring and eliminating paper feed errors! | Collection of dvips PostScript headers | 3 | 工具 + texlive-dvisvgm | texlive-base | Dvisvgm is a command line utility that converts TeX DVI filesto the XML-based Scalable Vector Graphics (SVG) format. Itprovides full font support including virtual fonts, font maps,and sub-fonts. If necessary, dvisvgm vectorizes Metafont'sbitmap output in order to always create lossless scalableoutput. The embedded SVG fonts can optionally be replaced withgraphics paths so that applications that don't support SVGfonts are enabled to render the graphics properly. Besides manyother features, dvisvgm also supports color, emTeX, tpic, PDFmapfile and PostScript specials. | Convert DVI files to Scalable Vector Graphics format (SVG) | 3 | 工具 + texlive-dynamicnumber | texlive | This package dynamically typesets values generated by differentkinds of scripts in LaTeX through the use of "symbolic links"(which are not in any way related to the "symbolic links" usedin UNIX systems!). The aim is to reduce errors resulting fromout-of-date numbers by directly setting them in the numbergenerating file and importing a "symbolic link" into the LaTeXsource file. It can be used to import not only numericalvalues, but strings and pieces of code are also possible.Currently only MATLAB and Python are supported to produceDynamic Number list files. | Dynamically typeset numbers and values in LaTeX through "symbolic links" | 3 | 工具 + texlive-dynamicnumber-doc | texlive | Documentation for dynamicnumber | doc files of dynamicnumber | 3 | 库 + texlive-dynblocks | texlive | The package provides full customisation of the aspect anddimensions of blocks inside a presentation. | A simple way to create dynamic blocks for Beamer | 3 | 工具 + texlive-dynblocks-doc | texlive | Documentation for dynblocks | Documentation for dynblocks | 3 | 库 + texlive-dynkin-diagrams | texlive | Draws Dynkin, Coxeter, and Satake diagrams in LaTeX documents,using the TikZ package. The package requires amsmath, amssymb,etoolbox, expl3, mathtools, pgfkeys, pgfopts, TikZ, xparse, andxstring. | Draws Dynkin diagrams | 3 | 工具 + texlive-dyntree | texlive | The package is intended for users needing to typeset a DynkinTree Diagram--a group theoretical construct consisting ofcartan coefficients in boxes connected by a series of lines.Such a diagram is a tool for working out the states and theirweights in terms of the fundamental weights and the simpleroots. The package makes use of the author's coollist package. | Construct Dynkin tree diagrams | 3 | 工具 + texlive-dyntree-doc | texlive | Documentation for dyntree | Documentation for dyntree | 3 | 库 + texlive-ean | texlive | Provides EAN-8 and EAN-13 forms. The package needs the ocr-bfonts; note that the fonts are not available under a freelicence, as the macros are. | Macros for making EAN barcodes | 3 | 工具 + texlive-ean13isbn | texlive | The package provides the means to typeset ISBN codes with EAN-13; it uses the (generic) package ean13.tex to typeset theactual barcode. | Print EAN13 for ISBN | 3 | 工具 + texlive-ean13isbn-doc | texlive | Documentation for ean13isbn | Documentation for ean13isbn | 3 | 库 + texlive-ean-doc | texlive | Documentation for ean | Documentation for ean | 3 | 库 + texlive-easing | texlive | This library implements a collection of easing functions andadds them to the PGF mathematical engine. | easing functions for pgfmath | 3 | 库 + texlive-easy | texlive | The collection comprises: easybib, support for customisingbibliographies; easybmat, support for composing block matrices;easyeqn, support for various aspects of equations; easymat,support for composing matrices; easytable, support for writingtables; easyvector, a C-like syntax for writing vectors. | A collection of easy-to-use macros | 3 | 工具 + texlive-easybook | texlive | easybook is a pure academic template created based on thectexbook book document class. It also has the functions of bookand article document class. Combined with the general frameworkdesign of the dissertation of many universities in China,providing multiple commands and interfaces allows users toeasily customize the thesis template. Its basic macro packageeasybase can also be used with CTeX and standard documentclasses. | Typeset Chinese books or notes | 3 | 工具 + texlive-easy-doc | texlive | Documentation for easy | Documentation for easy | 3 | 库 + texlive-easyfig | texlive | The package provides the command \Figure[<key=value>...]{<imagefilename>} to simplify the business of including an image asfigure in the most common form (centred and with caption andlabel). Caption and label are set using the caption and labelkeys; the label fig:<image filename> is used if none is given.If the here key is given, the figure is not 'floated', and theuser is responsible for placement. The package uses theauthor's package adjustbox to centre an image and to simplifyfurther modifications. As adjustbox now provides keys to turnimages or other material into floats or non-floats, includingcaptions, easyfig has become quite redundant. | Simplifying the use of common figures | 3 | 工具 + texlive-easyfig-doc | texlive | Documentation for easyfig | Documentation for easyfig | 3 | 库 + texlive-easyfloats | texlive | In standard LaTeX inserting objects like figures or tablesrequires too much knowledge for beginners and too much typingeffort and hardcoding for people like me. This package aims tomake insertion of figures and tables easier for both beginnersand experts. Despite the term floats in it's name it alsoallows to disable floating of such objects. | An easier interface to insert figures, tables and other objects in LaTeX | 3 | 工具 + texlive-easyformat | texlive | This package allows the use of underscores and circumflexes tobegin resp. end \textit{italic}, \textbf{bold} or\textsc{smallcaps} formatting as an alternative to the standardLaTeX \verb|\textit{\dots}|, \verb|\textbf{\dots}| and/or\verb|\textsc{\dots}|. The underscore and circumflex's meaningin mathmode remain the same. | Add easier bolds and italics | 3 | 工具 + texlive-easylist | texlive | This package allows you to create lists of numbered items (asin Wittgenstein's 'Tractatus') with a single active characteras the only command. A variety of parameters are available toconfigure the appearance of the list; lists may be nested(effectively to unlimited depth). | Lists using a single active character | 3 | 工具 + texlive-easylist-doc | texlive | Documentation for easylist | Documentation for easylist | 3 | 库 + texlive-easyreview | texlive | The easyReview package provides a way to review (or performeditorial process) in LaTeX. You can use the provided commandsto claim attention in different ways to part of the text, oreven to indicate that a text was added, needs to be removed,needs to be replaced and add comments to the text. | Package to provide a way to review (or perform editorial process) in LaTeX | 3 | 工具 + texlive-easyreview-doc | texlive | Documentation for easyreview | Documentation for easyreview | 3 | 库 + texlive-easy-todo | texlive | The package provides to-do notes throughout a document, andwill provide an index of things to do. | To-do notes in a document | 3 | 工具 + texlive-easy-todo-doc | texlive | Documentation for easy-todo | Documentation for easy-todo | 3 | 库 + texlive-ebezier | texlive | Ebezier is a device independent extension for the standardpicture environment. Linear, quadratic, and cubic bezier curvesare supplied in connection with higher level circle drawingcommands. Additionally some macros for the calculation of curvelenghts are part of this package. | Device independent picture environment enhancement | 3 | 工具 + texlive-ebezier-doc | texlive | Documentation for ebezier | Documentation for ebezier | 3 | 库 + texlive-ebgaramond | texlive | EB Garamond is a revival by Georg Duffner of the 16th centuryfonts designed by Claude Garamond. The LaTeX support packageworks for (pdf)LaTeX, xeLaTeX and luaLaTeX users; configurationfiles for use with microtype are provided. | LaTeX support for EBGaramond fonts | 3 | 工具 + texlive-ebgaramond-doc | texlive | Documentation for ebgaramond | Documentation for ebgaramond | 3 | 库 + texlive-ebgaramond-maths | texlive | This package provides some LaTeX support for the use ofEBGaramond12 in mathematics. It is based on, and requires,ebgaramond. The package was created in response to a questionat TeX-stackexchange. and tested in the form of an answer inthe same forum. | LaTeX support for EBGaramond fonts in mathematics | 3 | 工具 + texlive-ebgaramond-maths-doc | texlive | Documentation for ebgaramond-maths | Documentation for ebgaramond-maths | 3 | 工具 + texlive-ebong | texlive-base | A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in thebengali langauage. It allows one to write the text in RapidRoman Bangla and convert it to the bangtex format by a pythonprogram. All LaTeX markups are preserved in the target file. | Utility for writing Bengali in Rapid Roman Format | 3 | 工具 + texlive-ebook | texlive | The package defines a command \ebook that defines page layout,fonts, and font-sizes for documents to be rendered as PDF-ebooks on small ebook-readers. The package has been tested withKindle e-ink and iPad mini. | ebook | 3 | 工具 + texlive-ebook-doc | texlive | Documentation for ebook | Documentation for ebook | 3 | 工具 + texlive-ebproof | texlive | This package provides commands to typeset proof trees in thestyle of sequent calculus and related systems. The commandsallow for writing inferences with any number of premises andalignment of successive formulas on an arbitrary point. Variousoptions allow complete control over spacing, styles ofinference rules, placement of labels, etc. The package requiresexpl3 and xparse. | Formal proofs in the style of sequent calculus | 3 | 工具 + texlive-ebproof-doc | texlive | Documentation for ebproof | Documentation for ebproof | 3 | 库 + texlive-ebsthesis | texlive | The ebsthesis class and ebstools package facilitate theproduction of camera-ready manuscripts in conformance with theguidelines of Gabler Verlag and typographical rules establishedby the European Business School. | Typesetting theses for economics | 3 | 工具 + texlive-ebsthesis-doc | texlive | Documentation for ebsthesis | Documentation for ebsthesis | 3 | 库 + texlive-ec | texlive | The EC fonts are European Computer Modern Fonts, supporting thecomplete LaTeX T1 encoding defined at the 1990 TUG conferencehold at Cork/Ireland. These fonts are intended to be stablewith no changes being made to the tfm files. The set alsocontains a Text Companion Symbol font, called tc, featuringmany useful characters needed in text typesetting, for exampleoldstyle digits, currency symbols (including the newly createdEuro symbol), the permille sign, copyright, trade mark andservicemark as well as a copyleft sign, and many others. Recentreleases of LaTeX2e support the EC fonts. The EC fontssupersede the preliminary version released as the DC fonts. Thefonts are available in (traced) Adobe Type 1 format, as part ofthe cm-super bundle. The other Computer Modern-style T1-encodedType 1 set, Latin Modern, is not actually a direct developmentof the EC set, and differs from the EC in a number ofparticulars. | Computer modern fonts in T1 and TS1 encodings | 3 | 工具 + texlive-ecc | texlive | The Metafont sources and TFM files of the European ConcreteFonts. This is the T1-encoded extension of Knuth's Concretefonts, including also the corresponding text companion fonts.Adobe Type 1 versions of the fonts are available as part of thecm-super font bundle. | Sources for the European Concrete fonts | 3 | 工具 + texlive-ecc-doc | texlive | Documentation for ecc | Documentation for ecc | 3 | 库 + texlive-ecclesiastic | texlive | The package modifies the way the latin option to babel operateswhen typesetting Latin. The style is somewhat 'frenchified' inrespect of punctuation spacings and footnote style; shortcutsare available in order to set accents on all vowels, includingy and the diphthongs ae and oe. | Typesetting Ecclesiastic Latin | 3 | 工具 + texlive-ecclesiastic-doc | texlive | Documentation for ecclesiastic | Documentation for ecclesiastic | 3 | 库 + texlive-ec-doc | texlive | Documentation for ec | Documentation for ec | 3 | 库 + texlive-ecgdraw | texlive | This package provides the \ECG{<code>} command which drawselectrocardiograms (ECG). The <code> represents a series ofabbreviations which allow to draw different types of wave. | Draws electrocardiograms (ECG) | 3 | 工具 + texlive-ecltree | texlive | The package recursively draws trees: each subtree is defined ina 'bundle' environment, with a set of leaves described by\chunk macros. A chunk may have a bundle environment inside it. | Trees using epic and eepic macros | 3 | 库 + texlive-ecltree-doc | texlive | Documentation for ecltree | Documentation for ecltree | 3 | 库 + texlive-eco | texlive | A set of font metric files and virtual fonts for using the ECfonts with oldstyle numerals. These files can only be usedtogether with the standard ec fonts. The style file eco.sty issufficient to use the eco fonts but if you intend to use otherfont families as well, e.g., PostScript fonts, try altfont. | Oldstyle numerals using EC fonts | 3 | 工具 + texlive-ecobiblatex | texlive | This bundle provides a set of styles for creatingbibliographies using BibLaTeX in the style of the GlobalEcology and Biogeography journal. It comprises styles based onthe conventions of John Wiley & Sons Ltd and Global Ecology andBiogeography Conventions (c). | Global Ecology and Biogeography BibLaTeX styles for the Biber backend | 3 | 工具 + texlive-ecobiblatex-doc | texlive | Documentation for ecobiblatex | doc files of ecobiblatex | 3 | 库 + texlive-eco-doc | texlive | Documentation for eco | Documentation for eco | 3 | 库 + texlive-econ-bst | texlive | This is a BibTeX style file for papers in economics. Itprovides the following features: author-year type citationreference style used in economics papers highly customizableuse of "certified random order" as proposed by Ray Robson(2018) | BibTeX style for economics papers | 3 | 工具 + texlive-econlipsum | texlive | This package is a blind text generator that ouputs sentencesinferred from abstracts of economic articles. All theparagraphs are taken with permission fromhttps://ipsum.mwt.me/. | Generate sentences from economic articles | 3 | 工具 + texlive-econometrics | texlive | Econometrics is a package that defines some commands thatsimplify mathematic notation in economic and econometricswriting. The commands are related to the notation of vectors,matrices, sets, calligraphic and roman letters statisticaldistributions constants and symbols matrix operators andstatistical operators. The package is based on "Notation inEconometrics: a proposal for a standard" by Karim Abadir andJan R. Magnus, The Econometrics Journal (2002), 5, 76-90. | defines some commands that simplify mathematic notation in economic and econometric writing | 3 | 工具 + texlive-econometrics-doc | texlive | Documentation for econometrics | doc files of econometrics | 3 | 工具 + texlive-economic | texlive | The bundle offers macros and BibTeX styles for the AmericanEconomic Review (AER), the American Journal of AgriculturalEconomics (AJAE), the Canadian Journal of Economics (CJE), theEuropean Review of Agricultural Economics (ERAE), theInternational Economic Review (IER) and Economica. The macrosets are based on (and require) the harvard package, and allprovide variations of author-date styles of presentation. | BibTeX support for submitting to Economics journals | 3 | 工具 + texlive-economic-doc | texlive | Documentation for economic | Documentation for economic | 3 | 库 + texlive-ecothesis | texlive | The package provides a LaTeX thesis template for theUniversidade Federal de Vicosa (UFV), Brazil. | LaTeX thesis template for the Universidade Federal de Vicosa (UFV), Brazil | 3 | 工具 + texlive-ecv | texlive | The class provides an environment for creating a fancily laidout tabular curriculum vitae inspired by the europeancurriculum vitae. The distribution comes with a German and anEnglish template. | A fancy Curriculum Vitae class | 3 | 工具 + texlive-ecv-doc | texlive | Documentation for ecv | Documentation for ecv | 3 | 库 + texlive-eczar | texlive | rojhettaa sNsthecaa egjhaar haa yunikodd aadhaarit mukt ttNkaahe. hyaa ttNkaat 45+3 bhaassaa leNttin v devnaagrii lipiitpurskRt kelyaa jaataat. vaibhv siNh hyaaNnii hyaa ttNkaacaaabhiklp kelaa aahe v aajnyaavlii tsec nirmitii ddevhiddbrejhiinaa hyaaNnii kelii aahe. egzaar yh rozettaa dvaaraaprkaashit yunikodd aadhaarit mukt ttNk hai / is ttNk dvaaraa45+3 bhaassaaeN laittin tthaa devnaagrii lipi meN purskRt kiijaatii hai / vaibhv siNh ne is kaa abhiklp kiyaa hai auraajnyaavli tthaa nirmiti ddevidd breziinaa dvaaraa kii gyii hai/ Eczar is an open-source type family published by Rosetta. Thefonts support over 45+3 languages in Latin and Devanagariscripts in 5 weights. These fonts were designed by VaibhavSingh, code and production are by David Brezina. | A font family supporting Devanagari and Latin script | 3 | 工具 + texlive-ed | texlive | This package defines a couple of editorial notes that simplifycollaboration on a LaTeX text. These allow authors to annotatestatus information in the source. In draft mode, theannotations are shown for communication, and in publicationmode these are suppressed. | Editorial Notes for LaTeX documents | 3 | 工具 + texlive-ed-doc | texlive | Documentation for ed | Documentation for ed | 3 | 库 + texlive-edfnotes | texlive | The package modifies the annotation commands and label-testmechanism of the ednotes package so that critical notes appearon the pages and in the order that one would expect. | Critical annotations to footnotes with ednotes | 3 | 工具 + texlive-edfnotes-doc | texlive | Documentation for edfnotes | Documentation for edfnotes | 3 | 工具 + texlive-edichokey | texlive | This is a LaTeX package for typesetting dichotomousidentification key in indented style. It can be considered asan extended version of package dichokey, as edichokey is morecapable of dealing with complex keys. | Typeset dichotomous identification keys | 3 | 工具 + texlive-edmac | texlive | This is the type example package for typesetting scholarlycritical editions. | Typeset critical editions | 3 | 工具 + texlive-edmac-doc | texlive | Documentation for edmac | Documentation for edmac | 3 | 库 + texlive-edmargin | texlive | Edmargin provides a very simple scheme for endnote sections forcritical editions. Endnotes can either be marked in the text,or with marginal references to the page in the note sectionswhere the note is to be found. Notes can be set in individualparagraphs, or in block paragraph mode (where there are manyshort notes). Note sections will have running headers of theform "Textual notes to pp. xx--yy". New note sections can becreated on the fly. There are predefined endnote sections fortextual notes, emendations, and explanatory notes. | Multiple series of endnotes for critical editions | 3 | 工具 + texlive-edmargin-doc | texlive | Documentation for edmargin | Documentation for edmargin | 3 | 库 + texlive-eemeir | texlive | Defines macros for third-person singular pronouns (\E, \Em,\Eir, \Eirs), which expand differently according to amasculine/feminine switch. (If the switch is 'masculine', theywould expand to 'he', 'him', 'his' and 'his'; if 'feminine',they would expand to 'she', 'her', 'her' and 'hers'. Apart fromthe pronouns, one can define 'word pairs', such asmother/father, daughter/son, and so on. Gender may be definedonce per document, as an environment, or may be flipped on thefly. | Adjust the gender of words in a document | 3 | 工具 + texlive-eemeir-doc | texlive | Documentation for eemeir | Documentation for eemeir | 3 | 工具 + texlive-eepic | texlive | Extensions to epic and the LaTeX picture drawing environment,include the drawing of lines at any slope, the drawing ofcircles in any radii, and the drawing of dotted and dashedlines much faster with much less TeX memory, and providingseveral new commands for drawing ellipses, arcs, splines, andfilled circles and ellipses. The package uses tpic \specialcommands. | Extensions to epic and the LaTeX drawing tools | 3 | 工具 + texlive-eepic-doc | texlive | Documentation for eepic | Documentation for eepic | 3 | 库 + texlive-efbox | texlive | The package defines the \efbox command, which creates a boxjust wide enough to hold the text created by its argument. Thecommand optionally puts a (possibly partial) frame around thebox, and allows setting the box background colour. | Extension of \fbox, with controllable frames and colours | 3 | 工具 + texlive-efbox-doc | texlive | Documentation for efbox | Documentation for efbox | 3 | 库 + texlive-e-french | texlive | E-french is a distribution that keeps alive the work of BernardGaulle (now deceased), under a free licence. It replaces thethe old "full" frenchpro (the "professional" distribution) andthe light-weight frenchle packages. | Comprehensive LaTeX support for French-language typesetting | 3 | 工具 + texlive-e-french-doc | texlive | Documentation for e-french | Documentation for e-french | 3 | 库 + texlive-egameps | texlive | The style is intended to have enough features to draw anyextensive game with relative ease. The facilities of PSTricksare used for graphics. (An older version of the package, whichuses the LaTeX picture environment rather than PSTricks andconsequently has many fewer features is available on thepackage home page.) | LaTeX package for typesetting extensive games | 3 | 工具 + texlive-egameps-doc | texlive | Documentation for egameps | Documentation for egameps | 3 | 库 + texlive-egplot | texlive | A package to encapsulate gnuplot commands in a LaTeX sourcefile, so that a document's figures are maintained in parallelwith the document source itself. | Encapsulate Gnuplot sources in LaTeX documents | 3 | 工具 + texlive-egplot-doc | texlive | Documentation for egplot | Documentation for egplot | 3 | 库 + texlive-ehhline | texlive | This package extends the \hhline command with a !{...} token,which allows to create lines with arbitrary LaTeX commands. | Extend the \hhline command | 3 | 工具 + texlive-eiad | texlive | In both lower and upper case 32 letters are defined (18 'plain'ones, 5 long vowels and 9 aspirated consonants). The ligature'agus' is also made available. The remaining characters(digits, punctuation and accents) are inherited from theComputer Modern family of fonts. The font definitions use codefrom the sauter fonts, so those fonts have to be installedbefore using eiad. OT1*.fd files are provided for use withLaTeX. | Traditional style Irish fonts | 3 | 工具 + texlive-eiad-doc | texlive | Documentation for eiad | Documentation for eiad | 3 | 库 + texlive-eiad-ltx | texlive | The package provides macros to support use of the eiad fonts inOT1 encoding. Also offered are a couple of Metafont filesdescribed in the font package, but not provided there. | LaTeX support for the eiad font | 3 | 工具 + texlive-eiad-ltx-doc | texlive | Documentation for eiad-ltx | Documentation for eiad-ltx | 3 | 库 + texlive-eijkhout | texlive | Three unrelated packages: DB_process, to parse and processdatabase output; CD_labeler, to typeset user text to fit on aCD label; and repeat, a nestable, generic loop macro. | Victor Eijkhout's packages | 3 | 工具 + texlive-einfart | texlive | This package provides a LaTeX class for typesetting articleswith a simple and clear design. Currently, it has nativesupport for Chinese (simplified and traditional), English,French, German, Italian, Japanese, Portuguese (European andBrazilian), Russian and Spanish typesetting. It compiles witheither XeLaTeX or LuaLaTeX. This is part of the minimalistclass series and depends on minimalist.sty from the minimalistpackage. The package name "einfart" is taken from the Germanword "einfach" ("simple"), combined with the first threeletters of "Artikel" ("article"). | Write your articles in a simple and clear way | 3 | 工具 + texlive-ejpecp | texlive | The class is designed for typesetting articles for themathematical research periodicals Electronic Journal ofProbability (EJP) and Electronic Communications in Probability(ECP). It depends on amsmath, amsfonts, amsthm, bera, dsfont,geometry, graphicx, hyperref, lastpage, latexsym, mathtools,microtype, and afterpackage. | Class for EJP and ECP | 3 | 工具 + texlive-ejpecp-doc | texlive | Documentation for ejpecp | Documentation for ejpecp | 3 | 库 + texlive-ekaia | texlive | The package provides the article format for publishing theBasque Country Science and Technology Journal "Ekaia" at theUniversity of the Basque Country. | Article format for publishing the Basque Country Science and Technology Journal "Ekaia" | 3 | 服务 + texlive-ekaia-doc | texlive | Documentation for ekaia | Documentation for ekaia | 3 | 库 + texlive-ekdosis | texlive | ekdosis is a LuaLaTeX package designed for multilingualcritical editions. It can be used to typeset texts anddifferent layers of critical notes in any direction accepted byLuaTeX. Texts can be arranged in running paragraphs or onfacing pages, in any number of columns which in turn can besynchronized or not. In addition to printed texts, ekdosis canconvert .tex source files so as to produce TEI-xml compliantcritical editions. Database-driven encoding under LaTeX thenallows extraction of texts entered segment by segment accordingto various criteria: main edited text, variant readings,translations or annotated borrowings between texts. | Typesetting TEI-xml compliant Critical Editions | 3 | 工具 + texlive-ektype-tanka | texlive | ek-ttaaiip sNsthecyaa kaahii utkRsstt devnaagrii ttNkaaNcaasNgrh. ek-ttaaip sNsthaa ke kii utkRsstt devnaagrii ttNkoN kaasNgrh / . This package provides a collection of some excellentDevanagari fonts by EkType: Mukta, Baloo, Modak, and Jaini. | Devanagari fonts by EkType | 3 | 工具 + texlive-elbioimp | texlive | A document class for writing articles to the Journal ofElectrical Bioimpedance. | A LaTeX document class for the Journal of Electrical Bioimpedance | 3 | 工具 + texlive-elbioimp-doc | texlive | Documentation for elbioimp | Documentation for elbioimp | 3 | 库 + texlive-electrum | texlive | Electrum ADF is a slab-serif font featuring optical and italicsmall-caps; additional ligatures and an alternate Q; lining,hanging, inferior and superior digits; and four weights. Thefonts are provided in Adobe Type 1 format and the supportmaterial enables use with LaTeX. Licence is mixed: LPPL forLaTeX support; GPL with font exception for the fonts. | Electrum ADF fonts collection | 3 | 工具 + texlive-electrum-doc | texlive | Documentation for electrum | Documentation for electrum | 3 | 库 + texlive-eledform | texlive | The package provides commands to formalize textual variants incritical editions typeset using eledmac. | Define textual variants | 3 | 工具 + texlive-eledform-doc | texlive | Documentation for eledform | Documentation for eledform | 3 | 库 + texlive-eledmac | texlive | A package for typesetting scholarly critical editions,replacing the established ledmac package. Ledmac itself was aLaTeX port of the plain TeX EDMAC macros. The package supportsindexing by page and by line numbers, and simple tabular- andarray-style environments. The package is distributed with therelated eledpar package. The package is now superseded byreledmac. | Typeset scholarly editions | 3 | 工具 + texlive-eledmac-doc | texlive | Documentation for eledmac | Documentation for eledmac | 3 | 库 + texlive-elegantbook | texlive | ElegantBook is designed for writing Books. This template isbased on the standard LaTeX book class. The goal of thistemplate is to make the writing process more elegant. Justenjoy it! | An Elegant LaTeX Template for Books | 3 | 工具 + texlive-elegantnote | texlive | ElegantNote is designed for writing working papers, especiallyfor economics students. This template is based on the standardLaTeX article class. The goal of this template is to make thewriting process easier and more comfortable. | Elegant LaTeX Template for Notes | 3 | 工具 + texlive-elegantpaper | texlive | ElegantPaper is designed for writing working papers, especiallyfor economics students. This template is based on the standardLaTeX article class. The goal of this template is to make thewriting process easier and more comfortable. | An Elegant LaTeX Template for Working Papers | 3 | 工具 + texlive-elements | texlive | The package provides means for retrieving properties ofchemical elements like atomic number, element symbol, elementname, electron distribution or isotope number. Properties aredefined for the elements up to the atomic number 112. Thispackage is a spin-off of the package bohr by the same author. | Provides properties of chemical elements | 3 | 工具 + texlive-elements-doc | texlive | Documentation for elements | Documentation for elements | 3 | 库 + texlive-ellipse | texlive | Draw ellipses and elliptical arcs using the standard LaTeX2epicture environment. | Draw ellipses and elliptical arcs using the standard LaTeX2e picture environment | 3 | 工具 + texlive-ellipse-doc | texlive | Documentation for ellipse | doc files of ellipse | 3 | 库 + texlive-ellipsis | texlive | This is a simple package that fixes a problem in the way LaTeXhandles ellipses: it always puts a tiny bit more space after\dots in text mode than before it, which results in theellipsis being off-center when used between two words. | Fix uneven spacing around ellipses in LaTeX text mode | 3 | 工具 + texlive-ellipsis-doc | texlive | Documentation for ellipsis | Documentation for ellipsis | 3 | 库 + texlive-elmath | texlive | This package has been designed to facilitate the use of Greekletters in mathematical mode. The package allows one todirectly type in Greek letters (in ISO 8859-7 encoding) in mathmode. | Mathematics in Greek texts | 3 | 工具 + texlive-elmath-doc | texlive | Documentation for elmath | Documentation for elmath | 3 | 库 + texlive-elocalloc | texlive | Local allocation macros, with names taken from etex.sty butwith implementation based on the LaTeX 2015 allocation macros. | Local allocation macros for LaTeX 2015 | 3 | 工具 + texlive-elocalloc-doc | texlive | Documentation for elocalloc | Documentation for elocalloc | 3 | 库 + texlive-elpres | texlive | The elpres class is intended to be used for presentations on ascreen or with a beamer/projector. It is derived from LaTeX'sarticle class and can be used with with LaTeX, pdfLaTeX, andLuaLaTeX. The default "virtual paper size" of presentationsgenerated by this class corresponds to a 4:3 (width:height)aspect ratio. Other aspect ratios for widescreen monitors(16:9, 16:10) may be selected. | A simple class for electronic presentations | 3 | 工具 + texlive-elpres-doc | texlive | Documentation for elpres | Documentation for elpres | 3 | 库 + texlive-elsarticle | texlive | The class is for typeset journal articles, is accepted forsubmitted articles, both in Elsevier's electronic submissionsystem and elsewhere. Please note that this webpage is meantfor uploading updates to the elsarticle software itself, notfor submitting articles using it . | Class for articles for submission to Elsevier journals | 3 | 工具 + texlive-elsarticle-doc | texlive | Documentation for elsarticle | Documentation for elsarticle | 3 | 库 + texlive-els-cas-templates | texlive | This bundle provides two class and corresponding template filesfor typesetting journal articles supposed to go throughElsevier's updated workflow. One of the sets is meant forone-column, the other for two-column layout. These are nowaccepted for submitting articles both in Elsevier's electronicsubmission system and elsewhere. | Elsevier updated LaTeX templates | 3 | 工具 + texlive-elteikthesis | texlive | This package provides a Bachelor and Master thesis template forthe Eotvos Lorand University, Faculty of Informatics (Budapest,Hungary). The template supports producing both Hungarian andEnglish theses. | Thesis template for Eotvos Lorand University (Informatics) | 3 | 库 + texlive-elteikthesis-doc | texlive | Documentation for elteikthesis | Documentation for elteikthesis | 3 | 库 + texlive-eltex | texlive | The macros enable the user to draw simple circuit diagrams inthe picture environment, with no need of special resources. Themacros are appropriate for drawing for school materials. Thecircuit symbols accord to the various parts of the standard IEC617. | Simple circuit diagrams in LaTeX picture mode | 3 | 工具 + texlive-eltex-doc | texlive | Documentation for eltex | Documentation for eltex | 3 | 库 + texlive-elvish | texlive | The bundle provides fonts for Cirth (cirth.mf, etc.) and forTengwar (teng10.mf). The Tengwar fonts are supported by macrosin teng.tex, or by the (better documented) tengtex package. | Fonts for typesetting Tolkien Elvish scripts | 3 | 工具 + texlive-elvish-doc | texlive | Documentation for elvish | Documentation for elvish | 3 | 库 + texlive-elzcards | texlive | A LaTeX package for typesetting business cards, index cards,and flash cards in an easy and flexible way, optionally alsothe reverse side. You will have to furnish the paper size, thedesired size of your card, the printable area of your printer,and the design of the card. Everything else is taken care of byelzcards. | Typeset business cards, index cards and flash cards easyly | 3 | 工具 + texlive-elzcards-doc | texlive | Documentation for elzcards | Documentation for elzcards | 3 | 工具 + texlive-emarks | texlive | E-TeX provides 32 768 mark registers; using this facility isfar more comfortable than LaTeX tricks with \markright,\markboth, \leftmark and \rightmark. The package provides twocommands for marking: \marksthe and \marksthecs, which have *forms which disable expansion; new mark registers are allocatedas needed. Syntax is closely modelled on the \marks primitive.Four commands are provided for retrieving the marks registers'content: \thefirstmarks, \thebotmarks, thetopmarks and\getthemarks; and the command \ifmarksequal is available forcomparing the content of marks registers. The package requiresan e-TeX-enabled engine, and the etex package. | Named mark registers with e-TeX | 3 | 工具 + texlive-emarks-doc | texlive | Documentation for emarks | Documentation for emarks | 3 | 库 + texlive-embedall | texlive | The package provides a means of storing a project, withoutlosing anything. It uses the embedfile package to attach to thegenerated PDF all files used in creating your project. Inparticular, it can embed images, external TeX files, externalcodes and | Embed source files into the generated PDF | 3 | 工具 + texlive-embedall-doc | texlive | Documentation for embedall | Documentation for embedall | 3 | 库 + texlive-embedfile | texlive | This package embeds files in a PDF document, using the PDFformat's embedding operation (note the contrast with the attachoperation used by the attachfile and attachfile2 packages).Currently only pdfTeX >=1.30, in PDF mode, is supported. | Embed files into PDF | 3 | 工具 + texlive-embrac | texlive | The package redefines the commands \emph and \textit so thatparentheses and square brackets are typeset in an upright fontin their arguments. The package requires expl3 from thel3kernel bundle, and xparse and l3keys2e from the l3packagesbundle. | Upright brackets in emphasised text | 3 | 工具 + texlive-embrac-doc | texlive | Documentation for embrac | Documentation for embrac | 3 | 库 + texlive-emf | texlive | This package provides LaTeX support for the symbol for the EMFin electric circuits and electrodynamics. It provides supportfor multiple symbols but does not provide any fonts. The fontsthemselves must be acquired otherwise. However the fonts arepart of a normal TeX Live installation. | Support for the EMF symbol | 3 | 工具 + texlive-emisa | texlive | The EMISA LaTeX package is provided for preparing manuscriptsfor submission to EMISA, and for preparing accepted submissionsfor publication as well as for typesetting the final documentby the editorial office. Articles in EMISA are published onlineat EMISA in the Portable Document Format (PDF). | A LaTeX package for preparing manuscripts for the journal EMISA | 3 | 工具 + texlive-emisa-doc | texlive | Documentation for emisa | doc files of emisa | 3 | 库 + texlive-emoji | texlive | This package allows users to typeset emojis in LaTeX documents.It requires the LuaHBTeX engine, which can be called bylualatex since TeX Live 2020, or lualatex-dev in TeX Live 2019. | Emoji support in (Lua)LaTeX | 3 | 工具 + texlive-emojicite | texlive | This package adds emojis to citations. | Add emojis to citations | 3 | 服务 + texlive-emp | texlive | Emp is a package for encapsulating MetaPost figures in LaTeX:the package provides environments where you can place MetaPostcommands, and means of using that code as fragments forbuilding up figures to include in your document. So, with emp,the procedure is to run your document with LaTeX, run MetaPost,and then complete running your document in the normal way. Empis therefore useful for keeping illustrations in synchrony withthe text. It also frees you from inventing descriptive namesfor PostScript files that fit into the confines of file systemconventions. | "Encapsulate" MetaPost figures in a document | 3 | 工具 + texlive-emp-doc | texlive | Documentation for emp | Documentation for emp | 3 | 工具 + texlive-emptypage | texlive | This package prevents page numbers and headings from appearingon empty pages. | Make empty pages really empty | 3 | 工具 + texlive-emptypage-doc | texlive | Documentation for emptypage | Documentation for emptypage | 3 | 库 + texlive-emulateapj | texlive | A LaTeX class (based on current RevTeX) to produce preprintswith the page layout similar to that of the AstrophysicalJournal. | Produce output similar to that of APJ | 3 | 工具 + texlive-emulateapj-doc | texlive | Documentation for emulateapj | Documentation for emulateapj | 3 | 库 + texlive-enctex | texlive | EncTeX is (another) TeX extension, written at the change-filelevel. It provides means of translating input on the way intoTeX. It allows, for example, translation of multibytesequences, such as utf-8 encoding. | A TeX extension that translates input on its way into TeX | 3 | 工具 + texlive-enctex-doc | texlive | Documentation for enctex | Documentation for enctex | 3 | 库 + texlive-encxvlna | texlive | The package provides tools for inserting nonbreakable spacesafter nonsyllabic prepositions and single letter conjunctionsas required by Czech and Slovak typographical rules. It isimplemented using encTeX and provides files both for plain TeXand LaTeX. The LaTeX solution tries to avoid conflicts withother packages. | Insert nonbreakable spaces, using encTeX | 3 | 工具 + texlive-encxvlna-doc | texlive | Documentation for encxvlna | Documentation for encxvlna | 3 | 库 + texlive-endfloat | texlive | Place all floats on pages by themselves at the end of thedocument, optionally leaving markers like "[Figure 3 abouthere]" in the text near to where the figure (or table) wouldnormally have occurred. Float types figure and table arerecognised by the package, unmodified. Since several packagesdefine other types of float, it is possible to register thesefloat types with endfloat. | Move floats to the end, leaving markers where they belong | 3 | 工具 + texlive-endfloat-doc | texlive | Documentation for endfloat | Documentation for endfloat | 3 | 库 + texlive-endheads | texlive | Endheads provides running headers of the form "Notes to pp. xx-yy" for endnotes sections. It also enables one to reset theendnotes counter, and put a line marking the chapter change inthe endnotes, at the beginning of every chapter. Endheadsrequires the fancyhdr, needspace, ifthen, and endnotespackages. | Running headers of the form "Notes to pp.xx-yy" | 3 | 工具 + texlive-endheads-doc | texlive | Documentation for endheads | Documentation for endheads | 3 | 库 + texlive-endiagram | texlive | The package provides the facility of drawing potential energycurve diagrams with just a few simple commands. The packagecannot (yet) be considered stable. | Easy creation of potential energy curve diagrams | 3 | 工具 + texlive-endiagram-doc | texlive | Documentation for endiagram | Documentation for endiagram | 3 | 库 + texlive-endnotes | texlive | Accumulates notes (using the \endnote command, which can beused as a replacement for \footnote), and places them at theend of the section, chapter or document. | Place footnotes at the end | 3 | 工具 + texlive-endnotes-doc | texlive | Documentation for endnotes | Documentation for endnotes | 3 | 工具 + texlive-endnotes-hy | texlive | The package supports the creation of hypertext links in supportof the endnotes package. The package modifies the syntax of the\endnote command: \endnote*[<num>]{<text>}\label{<name>}. Whenthe *-option is used, no endnote mark is created, but theendnote itself is written. The \label command appears at theend of the \endnote and its arguments, rather than within theargument of the <text> argument. | Patches the endnotes package to create hypertext links to the correct anchors | 3 | 工具 + texlive-endnotesj | texlive | This package provides customized styles for endnotes to be usedwith Japanese documents. It can be used on pLaTeX, upLaTeX, andLuaLaTeX (LuaTeX-ja). | Japanese-style endnotes | 3 | 工具 + texlive-endofproofwd | texlive | This package provides an additional "end of proof" sign. Thecommand's name is \wasserdicht. | An "end of proof" sign | 3 | 工具 + texlive-engpron | texlive | This package provides macros beginning with the 'PS' character,made active, which enable us to write the British or AmericanEnglish pronunciation as one can find it in the 'EnglishPronouncing Dictionary' by Daniel Jones. There is an option totypeset the pronunciation in the style of Harrap's dictionary. | Helps to type the pronunciation of English words | 3 | 工具 + texlive-engpron-doc | texlive | Documentation for engpron | Documentation for engpron | 3 | 库 + texlive-engrec | texlive | This package provides two macros \engrec and \EnGrec to convertnumber arguments to lower case or upper case greek letters.They have the syntax of \alph, i.e. \engrec{a_counter},\EnGrec{a_counter}. Options are provided to work with theupgreek and fourier packages. Requires amstext. | Enumerate with lower- or uppercase Greek letters | 3 | 工具 + texlive-engrec-doc | texlive | Documentation for engrec | Documentation for engrec | 3 | 库 + texlive-engtlc | texlive | The package provides a wide range of abbreviations for termsused in Telecommunications Engineering. | Support for users in Telecommunications Engineering | 3 | 工具 + texlive-engtlc-doc | texlive | Documentation for engtlc | Documentation for engtlc | 3 | 库 + texlive-enigma | texlive | The package provides historical encryption (Enigma cipher) forLuaTeX-based formats. | Encrypt documents with a three rotor Enigma | 3 | 工具 + texlive-enigma-doc | texlive | Documentation for enigma | Documentation for enigma | 3 | 库 + texlive-enotez | texlive | The package allows nested endnotes, supports hyperref andprovides means for easy customization of the list of notes. Thepackage requires the expl3 bundle and packages from the LaTeX 3'package set'. | Support for end-notes | 3 | 工具 + texlive-enotez-doc | texlive | Documentation for enotez | Documentation for enotez | 3 | 工具 + texlive-enumitem | texlive | This package provides user control over the layout of the threebasic list environments: enumerate, itemize and description. Itsupersedes both enumerate and mdwlist (providing well-structured replacements for all their funtionality), and inaddition provides functions to compute the layout of labels,and to 'clone' the standard environments, to create newenvironments with counters of their own. | Control layout of itemize, enumerate, description | 3 | 工具 + texlive-enumitem-doc | texlive | Documentation for enumitem | Documentation for enumitem | 3 | 库 + texlive-enumitem-zref | texlive | The package is a companion for the enumitem package; it makesit possible to reference any item in lists formatted byenumitem lists, viz., enumerated, itemize and descriptionlists, and any list defined (or customised) with \newlist or\setlist. References may be typeset differently withoptions/properties and even arbitrary text. With hyperref,anchors are added for each item to enable hyperlinks within thedocument or even to external documents. Three schemes areprovided to make reference names (including the standard \labelcommand). | Extended references to items for enumitem package | 3 | 工具 + texlive-enumitem-zref-doc | texlive | Documentation for enumitem-zref | Documentation for enumitem-zref | 3 | 库 + texlive-envbig | texlive | A simple package, that prints both 'from' and 'to' addresses. | Printing addresses on envelopes | 3 | 工具 + texlive-envbig-doc | texlive | Documentation for envbig | Documentation for envbig | 3 | 库 + texlive-environ | texlive | The package provides the \collect@body command (as in amsmath),as well as a \long version \Collect@Body, for collecting thebody text of an environment. These commands are used to definea new author interface to creating new environments. Forexample: \NewEnviron{test} wraps the entire environment body insquare brackets, doing the right thing in ignoring leading andtrailing spaces. | A new interface for environments in LaTeX | 3 | 工具 + texlive-environ-doc | texlive | Documentation for environ | Documentation for environ | 3 | 服务 + texlive-envlab | texlive | A LaTeX package for producing mailing envelopes and labels,including barcodes and address formatting according to the USPostal Service rules. Redefines the standard \makelabelscommand of the LaTeX letter documentclass. | Addresses on envelopes or mailing labels | 3 | 工具 + texlive-envlab-doc | texlive | Documentation for envlab | Documentation for envlab | 3 | 库 + texlive-eolang | texlive | This LaTeX package helps you write [?] -calculus formulas andSODG graphs for the EO programming language. | Formulas and graphs for the EO programming language | 3 | 工具 + texlive-epigrafica | texlive | Epigrafica is forked from the development of the MgOpen fontCosmetica, which is a similar design to Optima and includesGreek. Development has been supported by the Laboratory ofDigital Typography and Mathematical Software, of the Departmentof Mathematics of the University of the Aegean, Greece. | A Greek and Latin font | 3 | 工具 + texlive-epigrafica-doc | texlive | Documentation for epigrafica | Documentation for epigrafica | 3 | 库 + texlive-epigram | texlive | The package determines (on the basis of the width of the textof the epigram, laid out on a single line) whether to produce aline or a displayed paragraph. | Display short quotations | 3 | 工具 + texlive-epigraph | texlive | Epigraphs are the pithy quotations often found at the start (orend) of a chapter. Both single epigraphs and lists of epigraphsare catered for. Various aspects are easily configurable. | A package for typesetting epigraphs | 3 | 工具 + texlive-epigraph-doc | texlive | Documentation for epigraph | Documentation for epigraph | 3 | 库 + texlive-epigraph-keys | texlive | This package lays out epigraphs: quotations across a page,usually to open or close a chapter. It is intended as a simplereplacement for the more sophisticated epigraph package. Thepackage depends on pgfkeys, conditionals (which is distributedas part of the songbook package), enumitem, and microtype. | Epigraphs using key values | 3 | 工具 + texlive-epiolmec | texlive | The package contains all the necessary files to typeset Epi-Olmec "documents", in a script used in Southern Middle Americauntil about 500 AD. | Typesetting the Epi-Olmec Language | 3 | 工具 + texlive-epiolmec-doc | texlive | Documentation for epiolmec | Documentation for epiolmec | 3 | 库 + texlive-eplain | texlive-base | An extended version of the plain TeX format, adding support forbibliographies, tables of contents, enumerated lists, verbatiminput of files, numbered equations, tables, two-column output,footnotes, hyperlinks in PDF output and commutative diagrams.Eplain can also load some of the more useful LaTeX packages,notably graphics, graphicx (an extended of version ofgraphics), color, autopict (a package instance of the LaTeXpicture code), psfrag, and url. | Extended plain TeX macros | 3 | 工具 + texlive-epsdice | texlive | The epsdice package defines a single command \epsdice thattakes a numeric argument (in the range 1-6), and selects a faceimage from a file that contains each of the 6 possible diefaces. The graphic file is provided in both EncapsulatedPostScript and PDF formats. | A scalable dice "font" | 3 | 工具 + texlive-epsdice-doc | texlive | Documentation for epsdice | Documentation for epsdice | 3 | 库 + texlive-epsf | texlive | The original (and now obsolescent) graphics inclusion macrosfor use with dvips, still widely used by Plain TeX users (inparticular). For LaTeX users, the package is nowadays (ratherstrongly) deprecated in favour of the more sophisticatedstandard LaTeX graphics bundle of packages. (The graphicsbundle is also available to Plain TeX users, via its Plain TeXversion.) | Simple macros for EPS inclusion | 3 | 工具 + texlive-epsf-doc | texlive | Documentation for epsf | Documentation for epsf | 3 | 库 + texlive-epsf-dvipdfmx | texlive | epsf-dvipdfmx.tex is a plain TeX file to be \input afterepsf.tex when using plain TeX with dvipdfmx. As in: \input epsf\input epsf-dvipdfmx It is needed when an .eps file hasanything except the origin (0,0) for the lower-left of itsbounding box. | Plain TeX file for using epsf.tex with (x)dvipdfmx | 3 | 工具 + texlive-epsf-dvipdfmx-doc | texlive | Documentation for epsf-dvipdfmx | Documentation for epsf-dvipdfmx | 3 | 库 + texlive-epsincl | texlive | The package facilitates including EPS files in MetaPostfigures; it makes use of (G)AWK. | Include EPS in MetaPost figures | 3 | 库 + texlive-epsincl-doc | texlive | Documentation for epsincl | Documentation for epsincl | 3 | 库 + texlive-epslatex-fr-doc | texlive | Documentation for epslatex-fr | Documentation for epslatex-fr | 3 | 库 + texlive-epspdf | texlive-base | Epspdftk.tcl is a GUI ps/eps/pdf converter. Epspdf.tlu, itscommand-line backend, can be used by itself. Options includegrayscaling, cropping margins and single-page selection. Someconversion options are made possible by converting in multiplesteps. | Converter for PostScript, EPS and PDF | 3 | 工具 + texlive-epspdfconversion | texlive | The package calls the epstopdf package to convert EPS graphicsto PDF, on the fly. It servs as a vehicle for passingconversion options (such as grayscale, prepress or pdfversion)to the epspdf converter. | On-the-fly conversion of EPS to PDF | 3 | 工具 + texlive-epspdfconversion-doc | texlive | Documentation for epspdfconversion | Documentation for epspdfconversion | 3 | 库 + texlive-epstopdf | texlive-base | Epstopdf is a Perl script that converts an EPS file to an'encapsulated' PDF file (a single page file whose media box isthe same as the original EPS's bounding box). The resultingfile suitable for inclusion by PDFTeX as an image. The scriptis adapted to run both on Windows and on Unix-alike systems.The script makes use of Ghostscript for the actual conversionto PDF. It assumes Ghostscript version 6.51 or later, and (bydefault) suppresses its automatic rotation of pages where mostof the text is not horizontal. LaTeX users may make use of theepstopdf package, which will run the epstopdf script "on thefly", thus giving the illusion that PDFLaTeX is accepting EPSgraphic files. | Convert EPS to 'encapsulated' PDF using Ghostscript | 3 | 工具 + texlive-epstopdf-pkg | texlive | The package adds support for EPS files in the graphicx packagewhen running under pdfTeX. If an EPS graphic is detected, thepackage spawns a process to convert the EPS to PDF, using thescript epstopdf. This of course requires that shell escape isenabled for the pdfTeX run. | Call epstopdf "on the fly" | 3 | 工具 + texlive-eqell | texlive | The package provides commands that give a well-spaced ellipsisafter !, ?, !? or ?!. | Sympathetically spaced ellipsis after punctuation | 3 | 工具 + texlive-eqell-doc | texlive | Documentation for eqell | Documentation for eqell | 3 | 库 + texlive-eqexpl | texlive | This package was developed in response to a question onhttps://tex.stackexchange.com. Its purpose is to enable aperfectly formatted explanation of components of a formula. Thepackage depends on calc, etoolbox, and xparse. | Align explanations for formulas | 3 | 工具 + texlive-eqlist | texlive | This package provides a list environment which sets adescription-like list in which the indentation corresponds tothe longest item of the list. | Description lists with equal indentation | 3 | 工具 + texlive-eqlist-doc | texlive | Documentation for eqlist | Documentation for eqlist | 3 | 库 + texlive-eqnalign | texlive | The package makes eqnarray environment behave like align fromamsmath'. It is intended for quick-fixing documents that useeqnarray. In cases where it fails, manual conversion to alignis required, but these cases should be seldom. | Make eqnarray behave like align | 3 | 工具 + texlive-eqname | texlive | The \eqname command provides a name tag for the currentequation, in place of an equation number. The name tag will bepicked up by a subsequent \label command. | Name tags for equations | 3 | 工具 + texlive-eqnarray | texlive | Defines an equationarray environment, that allows more thanthree columns, but otherwise behaves like LaTeX's eqnarrayenvironment. This environment is similar, in some ways, to thealign environment of amsmath. The package requires the arraypackage. | More generalised equation arrays with numbering | 3 | 工具 + texlive-eqnarray-doc | texlive | Documentation for eqnarray | Documentation for eqnarray | 3 | 库 + texlive-eqnnumwarn | texlive | Sometimes an equation is too long that an equation number willbe typeset below the equation itself, but yet not long enoughto yield an "overfull \hbox" warning. The eqnnumwarn packagemodifies the standard amsmath numbered equation environments tothrow a warning whenever this occurs. | Modifies the amsmath equation environments to warn for a displaced equation number | 3 | 工具 + texlive-eqparbox | texlive | LaTeX users sometimes need to ensure that two or more blocks oftext occupy the same amount of horizontal space on the page. Tothat end, the eqparbox package defines a new command,\eqparbox, which works just like \parbox, except that insteadof specifying a width, one specifies a tag. All eqparboxes withthe same tag--regardless of where they are in the document--will stretch to fit the widest eqparbox with that tag. Thissimple, equal-width mechanism can be used for a variety ofalignment purposes, as is evidenced by the examples ineqparbox's documentation. Various derivatives of \eqparbox arealso provided. | Create equal-widthed parboxes | 3 | 工具 + texlive-eqparbox-doc | texlive | Documentation for eqparbox | Documentation for eqparbox | 3 | 库 + texlive-eq-pin2corr | texlive | This package is an add-on to the quiz environment of theexerquiz package (part of the acrotex bundle). It adds PINsecurity to a quiz created by the quiz environment. To correcta quiz, the document consumer must press the "Correct" buttonof the quiz and successfully enter the correct PIN number. ThePIN security is designed for the instructor to mark and recordthe student's effort on that quiz. The package works for theusual workflows. | Add PIN security to the "Correct" button of a quiz created by exerquiz | 3 | 工具 + texlive-erdc | texlive | A class for typesetting Technical Information Reports of theEngineer Research and Development Center, US Army Corps ofEngineers. The class was commissioned and paid for by US ArmyCorps of Engineers, Engineer Research and Development Center,3909 Halls Ferry Road, Vicksburg, MS 39180-6199. | Style for Reports by US Army Corps of Engineers | 3 | 工具 + texlive-erdc-doc | texlive | Documentation for erdc | Documentation for erdc | 3 | 库 + texlive-erewhon | texlive | Erewhon is based on the Heuristica package, which is based inturn on Utopia. Erewhon adds a number of new features -- smallcaps in all styles rather than just regular, added figurestyles (proportional, inferior, numerator, denominator) andsuperior letters. The size is 6% smaller than Heuristica,matching that of UtopiaStd. | Font package derived from Heuristica and Utopia | 3 | 工具 + texlive-erewhon-doc | texlive | Documentation for erewhon | Documentation for erewhon | 3 | 库 + texlive-erewhon-math | texlive | Erewhon Math is an OpenType math font meant to be used togetherwith Erewhon text fonts in LuaLaTeX or XeLaTeX documents. LikeFourier-GUTenberg, it is Utopia based and has been designed asa replacement of Fourier-GUTenberg for Unicode engines. | Utopia based OpenType Math font | 3 | 库 + texlive-errata | texlive | This package provides a simple infrastructure for recordingerrata in LaTeX documents. This allows the user to maintain anupdated version of the document (with all errors corrected) andto automatically generate an errata document highlighting thedifference to the published version. | Error markup for LaTeX documents | 3 | 工具 + texlive-errata-doc | texlive | Documentation for errata | Documentation for errata | 3 | 库 + texlive-erw-l3 | texlive | Features: compose: compose control sequences, whetherpredefined or inline csutil: narrow purpose control sequences(backend to other packages) numbrdcs: numbered controlsequences built from other control sequences or inline | Utilities built around expl3 | 3 | 工具 + texlive-esami | texlive | The package enables the user to typeset exams with multiplechoice, open questions and many other types of exercise. Bothquestions and answers may be randomly distributed within theexam, and the solutions are typeset automatically. Exercisesmay contain a wide number of random parameters and it ispossible to do arithmetical operations on them. The package islocalised in Italian, English, French, German, Greek, Serbian,and Spanish. | Typeset exams with scrambled questions and answers | 3 | 工具 + texlive-esami-doc | texlive | Documentation for esami | Documentation for esami | 3 | 库 + texlive-esdiff | texlive | The package makes writing derivatives very easy. It offersmacros for derivatives, partial derivatives and multiplederivatives, and allows specification of the point at which thevalue is calculated. Some typographic alternatives may beselected by package options | Simplify typesetting of derivatives | 3 | 工具 + texlive-esdiff-doc | texlive | Documentation for esdiff | Documentation for esdiff | 3 | 库 + texlive-esieecv | texlive | The package allows the user to set up a curriculum vitae as aFrench employer will expect. | Curriculum vitae for French use | 3 | 工具 + texlive-esindex | texlive | This package helps you to create indexes in Spanish. Withesindex you can write, say, \esindex{canon} and the entry willbe correctly alphabetized in the index. This release of esindexworks with accented characters in any encoding, and withoutbabel. | Typset index entries in Spanish documents | 3 | 工具 + texlive-esint | texlive | The esint package permits access to alternate integral symbolswhen you're using the Computer Modern fonts. In the originalset, several integral symbols are missing, such as \oiint. Manyof these symbols are available in other font sets (pxfonts,txfonts, etc.), but there is no good solution if you want touse Computer Modern. The package provides Metafont source andLaTeX macro support. | Extended set of integrals for Computer Modern | 3 | 工具 + texlive-esint-doc | texlive | Documentation for esint | Documentation for esint | 3 | 库 + texlive-esint-type1 | texlive | This is Eddie Saudrais's font esint10 in Adobe Type 1 format.The Adobe Type 1 implementation was generated from the originalMetafont using mftrace. This distribution does not contain theTFM files that are necessary to use the fonts with TeX; the TFMfiles can be generated from the Metafont sources obtained byfollowing the instructions in the normal way. | Font esint10 in Type 1 format | 3 | 工具 + texlive-esint-type1-doc | texlive | Documentation for esint-type1 | Documentation for esint-type1 | 3 | 工具 + texlive-esk | texlive | The ESK package allows to encapsulate Sketch files in LaTeXsources. This is very useful for keeping illustrations in syncwith the text. It also frees the user from inventingdescriptive names for new files that fit into the confines offile system conventions. Sketch is a 3D scene descriptionlanguage by Eugene K. Ressler and can generate TikZ andPSTricks code. ESK behaves in a similar fashion to EMP (whichencapsulates Metapost files), and was in fact developed fromit. | Package to encapsulate Sketch files in LaTeX sources | 3 | 工具 + texlive-eskd | texlive | The class offers modern Russian text formatting, in accordancewith accepted design standards. Fonts not (apparently)available on CTAN are required for use of the class. | Modern Russian typesetting | 3 | 工具 + texlive-eskd-doc | texlive | Documentation for eskd | Documentation for eskd | 3 | 库 + texlive-esk-doc | texlive | Documentation for esk | Documentation for esk | 3 | 库 + texlive-eskdx | texlive | Eskdx is a collection of LaTeX classes and packages to typesettextual and graphical documents in accordance with Russian (andprobably post USSR) standards for designers. | Modern Russian typesetting | 3 | 工具 + texlive-eskdx-doc | texlive | Documentation for eskdx | Documentation for eskdx | 3 | 库 + texlive-eso-pic | texlive | The package adds one or more user commands to LaTeX's shipoutroutine, which may be used to place the output at fixedpositions. The grid option may be used to find the correctplaces. | Add picture commands (or backgrounds) to every page | 3 | 工具 + texlive-eso-pic-doc | texlive | Documentation for eso-pic | Documentation for eso-pic | 3 | 库 + texlive-esrelation | texlive | Around 2008, researcher Byron Cook and several colleagues begandeveloping a new set of interrelated algorithms capable ofautomatically reasoning about the behavior of computer programsand other systems (such as biological systems, circuit designs,etc). At the center of these algorithms were new ideas aboutthe relationships between structures expressable asmathematical sets and relations. Using the language ofmathematics and logic, the researchers communicated these newresults to others in their community via published papers,research talks, etc. Unfortunately, they found the symbolsalready available for reasoning about relations lacking (incontrast to sets, which have a long-ago developed and robustsymbol vocabulary). Early presentations were unnecessarilycluttered. To more elegantly express these ideas aroundrelations, Cook recruited artist Tauba Auerbach to help developa set of symbols. This package provides an math symbol font fordescribing relations between ordered pairs by using Metafont. | Provides a symbol set for describing relations between ordered pairs | 3 | 工具 + texlive-esrelation-doc | texlive | Documentation for esrelation | Documentation for esrelation | 3 | 库 + texlive-esstix | texlive | These fonts represent translation to PostScript Type 1 of theESSTIX fonts. ESSTIX seem to have been a precursor to the STIXproject, and were donated by Elsevier to that project. Theaccompanying virtual fonts with customized metrics and LaTeXsupport files allow their use as calligraphic, fraktur anddouble-struck (blackboard bold) in maths mode. | PostScript versions of the ESSTIX, with macro support | 3 | 工具 + texlive-esstix-doc | texlive | Documentation for esstix | Documentation for esstix | 3 | 库 + texlive-estcpmm | texlive | Provides a class which supports typesetting Cost andPerformance Reports and Final Reports for Munitions ManagementReports, US Environmental Security Technology CertificationProgram. The class was commissioned and paid for by US ArmyCorps of Engineers, Engineer Research and Development Center,3909 Halls Ferry Road, Vicksburg, MS 39180-6199. | Style for Munitions Management Project Reports | 3 | 工具 + texlive-estcpmm-doc | texlive | Documentation for estcpmm | Documentation for estcpmm | 3 | 库 + texlive-es-tex-faq-doc | texlive | Documentation for es-tex-faq | Documentation for es-tex-faq | 3 | 工具 + texlive-esvect | texlive | Write vectors using an arrow which differs from the ComputerModern one. You have the choice between several kinds ofarrows. The package consists of the relevant Metafont code anda package to use it. | Vector arrows | 3 | 库 + texlive-esvect-doc | texlive | Documentation for esvect | Documentation for esvect | 3 | 库 + texlive-etaremune | texlive | The package implements the etaremune environment which is anenumerate environment in which the labels decrease instead ofincreasing. The package is noticeably more efficient than therevnum package, which uses painfully many counters. | Reverse-counting enumerate environment | 3 | 工具 + texlive-etaremune-doc | texlive | Documentation for etaremune | Documentation for etaremune | 3 | 库 + texlive-etbb | texlive | Based on Daniel Benjamin Miller's XETBook, which expandedTufte's ETBook, the family name for the Bembo-like font familyhe commissioned for his books, ETbb expands its features toinclude a full set of figure styles, small caps in all styles,superior letters and figures, inferior figures, a new capitalSharp S with small caps version, along with macros to activatethese features in LaTeX. Both otf and pfb are provided. | An expansion of Edward Tufte's ET-Bembo family | 3 | 工具 + texlive-etdipa-doc | texlive | Documentation for etdipa | Documentation for etdipa | 3 | 库 + texlive-etex | texlive | An extended version of TeX (which is capable of running as ifit were TeX unmodified). E-TeX has been specified by the LaTeXteam as the engine for the development of LaTeX2e, in theimmediate future; as a result, LaTeX programmers may (in allcurrent TeX distributions) assume e-TeX functionality. Thepdftex engine directly incorporates the e-TeX extensions. Thedevelopment source for e-TeX is the TeX Live source repository. | An extended version of TeX, from the NTS project | 3 | 工具 + texlive-etexcmds | texlive | New primitive commands are introduced in e-TeX; sometimes thenames collide with existing macros. This package solves thename clashes by adding a prefix to e-TeX's commands. Forexample, eTeX's \unexpanded is provided as \etex@unexpanded. | Avoid name clashes with e-TeX commands | 3 | 工具 + texlive-etex-doc | texlive | Documentation for etex | Documentation for etex | 3 | 库 + texlive-etex-pkg | texlive | The package provides support for LaTeX documents to use many ofthe extensions offered by e-TeX; in particular, it modifiesLaTeX's register allocation macros to make use of the extendedregister range. The etextools package provides macros that makemore sophisticated use of e-TeX's facilities. | E-TeX support package | 3 | 工具 + texlive-etex-pkg-doc | texlive | Documentation for etex-pkg | Documentation for etex-pkg | 3 | 库 + texlive-etextools | texlive | The package provides many (purely expandable) tools for LaTeX:Extensive list management (csv lists, lists of singletokens/characters, etoolbox lists); purely expandable loops(csvloop, forcsvloop, etc.); conversion (csvtolist, etc.));addition/deletion (csvadd, listdel, etc.); Expansion and groupcontrol: \expandnext, \ExpandAfterCmds, \AfterGroup...; Testson tokens, characters and control sequences (\iffirstchar,\ifiscs, \ifdefcount, \@ifchar...); Tests on strings(\ifstrnum, \ifuppercase, \DeclareStringFilter...); Purelyexpandable macros with options (\FE@testopt, \FE@ifstar) ormodifiers (\FE@modifiers); Some purely expandable numerics(\interval, \locinterplin). The package is dependent on theetex and the etoolbox packages. | e-TeX tools for LaTeX users and package writers | 3 | 工具 + texlive-etextools-doc | texlive | Documentation for etextools | Documentation for etextools | 3 | 库 + texlive-ethiop | texlive | Ethiopian language support for the babel package, including acollection of fonts and TeX macros for typesetting thecharacters of the languages of Ethiopia, with Metafont fontsbased on EthTeX's. The macros use the Babel framework. | LaTeX macros and fonts for typesetting Amharic | 3 | 工具 + texlive-ethiop-doc | texlive | Documentation for ethiop | Documentation for ethiop | 3 | 库 + texlive-ethiop-t1 | texlive | These fonts are drop-in Adobe type 1 replacements for the fontsof the ethiop package. | Type 1 versions of Amharic fonts | 3 | 工具 + texlive-ethiop-t1-doc | texlive | Documentation for ethiop-t1 | Documentation for ethiop-t1 | 3 | 库 + texlive-etl | texlive | This package provides expandable token list operations forwhich expl3's l3tl only has unexpandable variants. Theseexpandable versions are typically slower than the unexpandablecode. Unlike the l3tl versions, the functions in this modulemay contain braces and macro parameter tokens in theirarguments, but as a drawback they cannot distinguish sometokens and do not consider the character code of group-beginand group-end tokens. Additionally a general map to token listsis provided, modelled after the expl3 internal __tl_act:NNNnbut with additional features. The package has no immediate usefor document authors; it only contains expl3 functions intendedfor programmers. | Expandable token list operations | 3 | 库 + texlive-etoc | texlive | The package gives the user complete control of how the entriesof the table of contents should be constituted from the name,number, and page number of each sectioning unit. The layout iscontrolled by the definition of 'line styles' for eachsectioning level used in the document. The package provides itsown custom line styles (which may be used as examples), andcontinues to support the standard formatting inherited from theLaTeX document classes, but the package can also allow the userto delegate the details to packages dealing with list makingenvironments (such as enumitem). The package's default globalstyle typesets tables of contents in a multi-column format,with either a standard heading, or a ruled title (optionallywith a frame around the table). The \tableofcontents commandmay be used arbitrarily many times in the same document, while\localtableofcontents provides a 'local' table of contents. | Completely customisable TOCs | 3 | 工具 + texlive-etoc-doc | texlive | Documentation for etoc | Documentation for etoc | 3 | 库 + texlive-etoolbox | texlive | The package is a toolbox of programming facilities gearedprimarily towards LaTeX class and package authors. It providesLaTeX frontends to some of the new primitives provided by e-TeXas well as some generic tools which are not strictly related toe-TeX but match the profile of this package. Note that theinitial versions of this package were released under the nameelatex. The package provides functions that seem to offeralternative ways of implementing some LaTeX kernel commands;nevertheless, the package will not modify any part of the LaTeXkernel. | e-TeX tools for LaTeX | 3 | 工具 + texlive-etoolbox-de-doc | texlive | Documentation for etoolbox-de | Documentation for etoolbox-de | 3 | 库 + texlive-etoolbox-doc | texlive | Documentation for etoolbox | Documentation for etoolbox | 3 | 库 + texlive-etsvthor | texlive | "e.t.s.v. Thor" stands for "Elektrotechnische StudieverenigingThor", a study association of Electrical Engeering at theEindhoven University of Technology. The author of the packagetells us: "Most of our committees use LaTeX to create meetingnotes or other formal documents within the association. Whenyou create a lot of these documents (which I do a lot, since Iam currently the candidate Secretary of the new board), someabbreviations are extremely useful. I discovered that morepeople from our association are interested in using these, so Idecided to put them in a package, so they can use it veryeasily too." | Some useful abbreviations for members of e.t.s.v. Thor | 3 | 工具 + texlive-euclideangeometry | texlive | This package provides tools to draw most of the geometricalconstructions that a high school instructor or bachelor degreeprofessor might need to teach geometry. The connection toEuclide depends on the fact that in his times calculations weremade with ruler, compass and also with ellipsograph. Thispackage extends the functionalities of the curve2e package. | Draw geometrical constructions | 3 | 工具 + texlive-euenc | texlive | Font encoding definitions for unicode fonts loaded by LaTeX inXeTeX or LuaTeX. The package provides two encodings: EU1,designed for use with XeTeX, which the fontspec uses forunicode fonts which require no macro-level processing foraccents, and EU2, which provides the same facilities for usewith LuaTeX. Neither encoding places any restriction on theglyphs provided by a font; use of EU2 causes the packageeuxunicode to be loaded (the package is part of thisdistribution). The package includes font definition files foruse with the Latin Modern OpenType fonts. | Unicode font encoding definitions for XeTeX | 3 | 工具 + texlive-euenc-doc | texlive | Documentation for euenc | Documentation for euenc | 3 | 库 + texlive-euflag | texlive | This LaTeX package implements a command to reproduce theofficial flag of the European Union (EU). The flag isreproduced at 1em high based on the current font size, so itcan be scaled arbitrarily by changing the font size. | A command to reproduce the flag of the European Union | 3 | 工具 + texlive-eukdate | texlive | The package is used to change the format of \today's date,including the weekday, e.g., "Saturday, 26 June 2008", the 'UKformat', which is preferred in many parts of the world, asdistinct from that which is used in \maketitle of the articleclass, "June 26, 2008", the 'US format'. | UK format dates, with weekday | 3 | 工具 + texlive-eukdate-doc | texlive | Documentation for eukdate | Documentation for eukdate | 3 | 库 + texlive-euler | texlive | Provides a setup for using the AMS Euler family of fonts formathematics in LaTeX documents. "The underlying philosophy ofZapf's Euler design was to capture the flavour of mathematicsas it might be written by a mathematician with excellenthandwriting." The euler package is based on Knuth's macros forthe book 'Concrete Mathematics'. The text fonts for theConcrete book are supported by the beton package. | Use AMS Euler fonts for math | 3 | 工具 + texlive-euler-doc | texlive | Documentation for euler | Documentation for euler | 3 | 库 + texlive-euler-math | texlive | Euler-Math.otf (formerly named 'Neo-Euler.otf') is an OpenTypeversion of Hermann Zapf's Euler maths font. It is thecontinuation of the Euler project initiated by Khaled Hosny in2009 and abandoned in 2016. A style file euler-math.sty isprovided as a replacement of the eulervm package for LuaLaTeXand XeLaTeX users. | OpenType version of Hermann Zapf's Euler maths font | 3 | 工具 + texlive-eulerpx | texlive | This package provides the "eulerpx" font, which started as ahybrid of multiple other font packages, notably eulervm andnewpxmath. Its purpose is twofold: To use the eulervm symbolsfor greek and latin, but the newpxmath font for braces andbrackets, and the text font for digits and operators; and tomake it easy to change between a sans and a serif font for thedigits and operators so that the font can be used seamlessly indocuments using both. This package was put together with theintent to use it with the Palatino and Optima fonts, but it maywork with other combinations, too. | A modern interface for the Euler math fonts | 3 | 工具 + texlive-eulervm | texlive | The well-known Euler fonts are suitable for typsettingmathematics in conjunction with a variety of text fonts whichdo not provide mathematical character sets of their own. Euler-VM is a set of virtual mathematics fonts based on Euler and CM.This approach has several advantages over immediately using thereal Euler fonts: Most noticeably, less TeX resources areconsumed, the quality of various math symbols is improved and ausable \hslash symbol can be provided. The virtual fonts areaccompanied by a LaTeX package which makes them easy to use,particularly in conjunction with Type1 PostScript text fonts.They are compatible with amsmath. A package option allows thefonts to be loaded at 95% of their nominal size, thus blendingbetter with certain text fonts, e.g., Minion. | Euler virtual math fonts | 3 | 工具 + texlive-eulervm-doc | texlive | Documentation for eulervm | Documentation for eulervm | 3 | 库 + texlive-euro | texlive | Converts arbitrary national currency amounts using the Euro asbase unit, and typesets monetary amounts in almost any desiredway. Write, e.g., \ATS{17.6} to get something like '17,60 oS(1,28 Euro)' automatically. Conversion rates for the initialEuro-zone countries are already built-in. Further rates can beadded easily. The package uses the fp package to do its sums. | Provide Euro values for national currency amounts | 3 | 工具 + texlive-euro-ce | texlive | Metafont source for the symbols in several variants, designedto fit with the Computer Modern-set text. | Euro and CE sign font | 3 | 工具 + texlive-euro-doc | texlive | Documentation for euro | Documentation for euro | 3 | 库 + texlive-europasscv | texlive | This class is an unofficial LaTeX implementation of the theEuropass CV, the standard model for curriculum vitae asrecommended by the European Commission. It includes the majorstyle updates that came out in 2013, featuring a neater, morecompact and somewhat fancier layout. | Unofficial class for the new version of the Europass curriculum vitae | 3 | 工具 + texlive-europasscv-doc | texlive | Documentation for europasscv | Documentation for europasscv | 3 | 库 + texlive-europecv | texlive | The europecv class is an unofficial LaTeX implementation of thestandard model for curricula vitae (the "Europass CV") asrecommended by the European Commission. Although primarilyintended for users in the European Union, the class is flexibleenough to be used for any kind of curriculum vitae. The classhas localisations for all the official languages of the EU(plus Catalan), as well as options permitting input in UTF-8and koi8-r. | Unofficial class for European curricula vitae | 3 | 工具 + texlive-europecv-doc | texlive | Documentation for europecv | Documentation for europecv | 3 | 库 + texlive-eurosym | texlive | The European currency symbol for the Euro implemented inMetafont, using the official European Commission dimensions,and providing several shapes (normal, slanted, bold, outline).The package also includes a LaTeX package which defines themacro, pre-compiled tfm files, and documentation. | Metafont and macros for Euro sign | 3 | 工具 + texlive-eurosym-doc | texlive | Documentation for eurosym | Documentation for eurosym | 3 | 库 + texlive-euxm | texlive | Includes two additional characters needed for Concrete Math(ca. 1991). | extended Euler by DEK | 3 | 库 + texlive-everyhook | texlive | The package takes control of the six TeX token registers\everypar, \everymath, \everydisplay, \everyhbox, \everyvboxand \everycr. Real hooks for each of the registers may beinstalled using a stack like interface. For backwardscompatibility, each of the \everyX token lists can be setwithout interfering with the hooks. | Hooks for standard TeX token lists | 3 | 工具 + texlive-everyhook-doc | texlive | Documentation for everyhook | Documentation for everyhook | 3 | 库 + texlive-everypage | texlive | The package provides hooks to perform actions on every page, oron the current page. Specifically, actions are performed afterthe page is composed, but before it is shipped, so they can beused to prepare the output page in tasks like puttingwatermarks in the background, or in setting the next pagelayout, etc. | Provide hooks to be run on every page of a document | 3 | 工具 + texlive-everypage-doc | texlive | Documentation for everypage | Documentation for everypage | 3 | 库 + texlive-everysel | texlive | The package provided hooks whose arguments are executed justafter LaTeX has loaded a new font by means of \selectfont. Ithas become obsolete with LaTeX versions 2021/01/05 or newer,since LaTeX now provides its own hooks to fulfill this task.For newer versions of LaTeX everysel only provides macros usingLaTeX's hook management due to compatibility reasons. Seelthooks-doc.pdf for instructions how to use lthooks instead ofeverysel. | Provides hooks into \selectfont | 3 | 工具 + texlive-everyshi | texlive | This package provides hooks into \sshipout called \EveryShipoutand \AtNextShipout analogous to \AtBeginDocument. With theintroduction of the LaTeX hook management this package becameobsolete in 2020 and is only provided for backwardscompatibility. For current versions of LaTeX it is only mappingthe hooks to the original everyshi macros. In case you use anolder LaTeX format, everyshi will automatically fall back toits old implementation by loading everyshi-2001-05-15. | Take action at every \shipout | 3 | 工具 + texlive-exam | texlive | Provides a class exam, which eases production of exams, even bya LaTeX novice. Simple commands are provided to: createquestions, parts of questions, subparts of parts, andsubsubparts of subparts, all with optional point values; createa grading table, indexed either by question number (listingeach question and the total possible points for that question)or by page number (listing each page with points and the totalpossible points for that page); create headers and footers thatare each specified in three parts: one part to be leftjustified, one part to be centered, and one part to be rightjustified, in the manner of fancyhdr Headers and/or footers canbe different on the first page of the exam, can be different onthe last page of the exam, and can vary depending on whetherthe page number is odd or even, or on whether the current pagecontinues a question from a previous page, or on whether thelast question on the current page continues onto the followingpage. Multiple line headers and/or footers are allowed, andit's easy to increase the part of the page devoted to headersand/or footers to allow for this. Note that the bundle examsalso provides a file exam.cls; the two bundles therefore clash,and should not be installed on the same system. | Package for typesetting exam scripts | 3 | 工具 + texlive-examdesign | texlive | This bundle provides a class examdesign. The class providesseveral features useful for designing tests or question sets:it allows for explicit markup of questions and answers; theclass will, at the user's request, automatically generateanswer keys; multiple versions of the same test can begenerated automatically, with the ordering of questions withineach section randomly permuted so as to minimize cheating; thegenerated answer keys can be constructed either with or withoutthe questions included; environments are provided to assist inconstructing the most common types of test question: matching,true/false, multiple-choice, fill-in-the-blank, and shortanswer/essay questions. | LaTeX class for typesetting exams | 3 | 工具 + texlive-examdesign-doc | texlive | Documentation for examdesign | Documentation for examdesign | 3 | 库 + texlive-exam-doc | texlive | Documentation for exam | Documentation for exam | 3 | 库 + texlive-exam-n | texlive | The class design offers: Direct support for collaborativedevelopment of an exam, using a model in which a departmental'exams convener' or 'exam chair' coordinates multiple authorswriting individual questions (the class file and associatedprocess is in regular use within a physics and astronomydepartment). All of the 'traditional' exam paper features suchas sectioning, per-part running marks, 'Question n continued'catchwords, and so on. Readily configured local adaptation. | Exam class, focused on collaborative authoring | 3 | 工具 + texlive-exam-n-doc | texlive | Documentation for exam-n | Documentation for exam-n | 3 | 库 + texlive-example | texlive | The package makes it easier to produce examples for TeX course.It provides an example environment, which typesets its contentson the left of the page, and prints it verbatim on the right. | Typeset examples for TeX courses | 3 | 工具 + texlive-examplep | texlive | Examplep provides sophisticated features for typesettingverbatim source code listings, including the display of thesource code and its compiled LaTeX or Metapost output side-by-side, with automatic width detection and enabled page breaks(in the source), without the need for specifying the sourcetwice. Special care is taken that section, page and footnotenumbers do not interfere with the main document. Fortypesetting short verbatim phrases, a replacement for the \verbcommand is also provided in the package, which can be usedinside tables and moving arguments such as footnotes andsection titles. The listings package is used for syntaxhighlighting. The accompanying codep package and the wrfiles.plPerl script provide a convenient interface to the exampleppackage for authors of manuals. With codep it is possible togenerate the source code, the LaTeX or METAPOST output and thecompilable example file from a single source embedded into theappropriate place of the .tex document file. | Verbatim phrases and listings in LaTeX | 3 | 工具 + texlive-examplep-doc | texlive | Documentation for examplep | Documentation for examplep | 3 | 库 + texlive-exam-randomizechoices | texlive | This package is an extension to the exam document class. Itprovides the user with four new multiple choice typesettingenvironments which place their content in a random order. Itcan (only) be used in combination with the exam class. It canonly randomize the placement of choices in multiple choicequestions. The questions themselves cannot be randomized withthis package. Furthermore, the package provides a simple answerkey table typesetter and has a command for writing the answerkeys to an external file. | Randomize mc choices using the exam class | 3 | 工具 + texlive-exam-zh | texlive | Although there are already several excellent exam packages orclasses like exam and bhcexam, these do not fit the Chinesestyle very well, or they cannot be customized easily forChinese exams of all types, like exams in primary school,junior high school, senior high school and even college. Thisis the main reason why this package was created. This packageprovides a class exam-zh.cls and several module packages likeexam-zh-question.sty and exam-zh-choices.sty, where thesemodule packages can be used individually. Using exam-zh you canseparate the format and the content very well; use the choicesenvironment to typeset choice items easily and automatically;design the seal line easily; and more (see manual). | LaTeX template for Chinese exams | 3 | 工具 + texlive-exceltex | texlive-base | Exceltex is a LaTeX package combined with a helper programwritten in Perl. It provides an easy to use yet powerfull andflexible way to get data from Spreadsheets into LaTeX. Incontrast to other solutions, exceltex does not seek to make thecreation of tables in LaTeX easier, but to get data fromSpreadsheets into LaTeX as easily as possible. The Excel (TM)file format only acts as an interface between the spreadsheetapplication and exceltex beacause it is easily accessible (viathe Spreadsheet::ParseExcel Perl module) and because mostspreadsheet applications are able to read and write Excelfiles. | Get data from Excel files into LaTeX | 3 | 工具 + texlive-excludeonly | texlive | The package defines an \excludeonly command, which is (ineffect) the opposite of \includeonly. If both \includeonly and\excludeonly exist in a document, only files "allowed" by bothwill be included. The package redefines the internal \@includecommand, so it conflicts with packages that do the same.Examples are the classes paper.cls and thesis.cls. | Prevent files being \include-ed | 3 | 工具 + texlive-excludeonly-doc | texlive | Documentation for excludeonly | Documentation for excludeonly | 3 | 库 + texlive-exercise | texlive | The package helps to typeset exercises or list of exerciseswithin any document. Exercises, questions and sub-questions areautomatically numbered. It is possible to put answers in thesame document, and display them immediatly, later in thedocument or not to print answers at all. The layout ofexercises is fully customisable. It is possible to typeset longproblems, short exercises, questionnaires, etc. Usage of thebabel package is detected, but not fully supported yet (onlyEnglish and French are implemented). | Typeset exercises, problems, etc. and their answers | 3 | 工具 + texlive-exercisebank | texlive | This package makes it easier to maintain and edit your exercisesets. Exercises are saved as separate files containing partproblems. These files can be used to make sets, and you cancherry-pick or exclude certain part problems as you see fit. | Creating and managing exercises, and reusing them as composed sets | 3 | 工具 + texlive-exercise-doc | texlive | Documentation for exercise | Documentation for exercise | 3 | 服务 + texlive-exercisepoints | texlive | The package can be used to facilitate exercise counting andexercise point counting in a LaTeX-document. It counts thenumber of exercises and it sums all the points of the exercisesin a document. Especially for exams it is also common to havean overview of all exercises and their maximal points. This isalso supported by this package by providing a macro to retrievethe points of each exercise. | A LaTeX package to count exercises and points | 3 | 工具 + texlive-exercises | texlive | This package defines the environments exercise and solution.The layout of these environments can be customized. The --optional -- points in the exercises can be added automatically.The package also permits to hide the solutions. | Typeset exercises and solutions with automatic addition of points | 3 | 工具 + texlive-exercises-doc | texlive | Documentation for exercises | doc files of exercises | 3 | 工具 + texlive-exesheet | texlive | This package is used for typesetting exercise or exam sheets.In addition, the exesheet class loads the schooldocs package.The package provides: macros to mark out exercises andsubparts, specific settings for enumeration lists, environmentsfor questions and answers, with conditional display, macros formarking scheme with detailed comments. | Typesetting exercise or exam sheets | 3 | 工具 + texlive-exframe | texlive | This LaTeX2e package provides a general purpose framework todescribe and typeset exercises and exam questions along withtheir solutions. The package features mechanisms to hide orpostpone solutions, to assign and handle points, to collectproblems on exercise sheets, to store and use metadata, and toimplement a consistent numbering. It also provides a veryflexible interface for configuring and customising theformatting, layout, and representation of the exercise content. | Framework for exercise problems | 3 | 工具 + texlive-expdlist | texlive | The package provides additional features for the LaTeXdescription environment, including adjustable left margin. Thepackage also allows the user to 'break' a list (for example, tointerpose a comment) without affecting the structure of thelist (this works for itemize and eumerate lists and numberedlists remain in sequence). | Expanded description environments | 3 | 工具 + texlive-expdlist-doc | texlive | Documentation for expdlist | Documentation for expdlist | 3 | 服务 + texlive-expex | texlive | The package provides macros for typesetting linguistic examplesand glosses, with a refined mechanism for referencing examplesand parts of examples. The package can be used with LaTex usingthe .sty wrapper or with PlainTex. | Format linguistic examples and glosses, with reference capabilities | 3 | 工具 + texlive-expex-acro | texlive | This is a small wrapper for the expex package, adding ways todefine, use, and summarize glossing abbreviations. It alsoprovides commands to refer to examples, as well as some inlineformatting commands commonly used in linguistics. | Wrapper for the expex package | 3 | 工具 + texlive-expex-doc | texlive | Documentation for expex | Documentation for expex | 3 | 库 + texlive-expkv | texlive | expkv is a minimalistic but fast and expandable <key>=<val>implementation. It provides two parsing macros:\ekvset{<set>}{<key=val list>} which is comparable to keyval's\setkeys. \ekvparse<cs1><cs2>{<key=val list>} which can be usedinside \expanded and expands to <cs1>{key} and <cs2>{key}{val}for the entries in the <key=val list>. expkv has predictablebrace-stripping behaviour and handles commas and equal signswith category codes 12 and 13 correctly. A key-defininginterface that is not as rudimentary as the macros provided inthis package is contained in expkv-def. | An expandable key=val implementation | 3 | 工具 + texlive-expkv-cs | texlive | This package is a frontend to define expandable macros withkey=val arguments. It provides four syntaxes, each of whichwill define <cs> to take a single key=val argument:ekvcSplit<cs>{<key>=<initial>, ...}{<definition>}ekvcSplitAndForward<cs><cs2>{<key>=<initial>, ...}ekvcHash<cs>{<key>=<initial>, ...}{<definition>}ekvcHashAndForward<cs><cs2>{<key>=<initial>, ...} Additionalkeys for each <cs> might be defined usingekvcSecondaryKeys<cs>{<prefix> <key>=<definition>, ...}expkv-cs is generic code and only requires expkv for itsparsing. A LaTeX package expkv-cs.sty is included to playnicely on LaTeX's package loading system, but that package isnot needed and does not provide more functionality than thegeneric code in expkv-cs.tex. Note: In this context, "cs"stands for "control sequence" (i.e.: macro). | Define expandable key=val macros using expkv | 3 | 工具 + texlive-expkv-def | texlive | This package provides a key=val interface to define keys forexpkv. This is done to provide a simple frontend to definedifferent common key types, similar to how keys are defined inother well established key=value packages like pgfkeys orl3keys. expkv-def is generic code and only requires expkv forits parsing. There is a LaTeX package expkv-def.sty included toplay nicely on LaTeX's package loading system, but that packageis not needed and does not provide more functionality than thegeneric code in expkv-def.tex. | A key-defining frontend for expkv | 3 | 工具 + texlive-expkv-opt | texlive | This package provides option parsing for classes and packagesin LaTeX2e based on expkv. Global and local options are parsedindividually by different commands. The package supportskey=value options and keys without a value. expkv is the onlyrequired package. | Parse class and package options with expkv | 3 | 工具 + texlive-export | texlive | The package allows the user to export/import the values ofLaTeX registers (counters, rigid and rubber lengths only). Itis not for faint-hearted users. The package may be used, forexample, to communicate between documents for the purposes ofdvipaste. | Import and export values of LaTeX registers | 3 | 工具 + texlive-export-doc | texlive | Documentation for export | Documentation for export | 3 | 库 + texlive-expose-expl3-dunkerque-2019 | texlive | An article, in French, based on a presentation made inDunkerque for the "stage LaTeX" on 12 June 2019. The articlesgives three examples of code in expl3 with (lots of) comments:Knuth's algorithm to create a list of primes, the sieve ofEratosthenes, Kaprekar sequences. The package contains the codeitself, the documentation as a PDF file, and all the filesneeded to produce it. | Using expl3 to implement some numerical algorithms | 3 | 工具 + texlive-expressg | texlive | A MetaPost package providing facilities to assist in drawingdiagrams that consist of boxes, lines, and annotations.Particular support is provided for creating EXPRESS-G diagrams,for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. Thepackage may also be used to create UML and most other Box-Line-Annotation charts, but not Gantt charts directly. | Diagrams consisting of boxes, lines, and annotations | 3 | 工具 + texlive-expressg-doc | texlive | Documentation for expressg | Documentation for expressg | 3 | 库 + texlive-exp-testopt | texlive | The package provides an expandable variant of the LaTeX kernelcommand \@testopt, named \@expandable@testopt, and a moregeneral \@expandable@ifopt, both intended for package writers.Also we have a variant of \newcommand which uses these macrosto check for optional arguments. | Expandable \@testopt (and related) macros | 3 | 工具 + texlive-exp-testopt-doc | texlive | Documentation for exp-testopt | Documentation for exp-testopt | 3 | 库 + texlive-exsheets | texlive | The package provides the means to create exercises or questionsand their corresponding solutions. The questions may be dividedinto classes and/or topics and may be printed selectively.Meta-data to questions can be added and recovered. Thesolutions may be printed where they are, or collected andprinted at a later point in the document all together,section-wise or selectively by ID. The package provides themeans to selectively include questions from an external file,and to control the style of headings of both questions andsolutions. As of May 2017, this package has been superseded byits official successor xsim. exsheets itself is now consideredobsolete, but will stay alive, and will continue to receivebugfix releases. However, new features will not be added anymore. | Create exercise sheets and exams | 3 | 工具 + texlive-exsheets-doc | texlive | Documentation for exsheets | Documentation for exsheets | 3 | 工具 + texlive-exsol | texlive | The packageThe exsol package provides macros to allow forembedding exercises and solutions in the LaTeX source of aninstructional text (e.g., a book or a course text) whilegenerating the following separate documents: your original textthat only contains the exercises, and a solution book thatcontains only the solutions to the exercises (optionally, theexercises themselves are also copied to the solution book). Theexercise data are generated when running LaTeX on yourdocument; the first run also writes the solutions to asecondary file that may be included in a simple documentharness, may be processed by LaTeX, to generate a nice solutionbook. The code of the package was derived (in large part) fromfancyvrb. | Exercises and solutions from the same source, into a book | 3 | 工具 + texlive-exsol-doc | texlive | Documentation for exsol | Documentation for exsol | 3 | 库 + texlive-extarrows | texlive | Arrows are provided to supplement \xleftarrow and \xrightarrowof the AMSMath package: \xlongequal, \xLongleftarrow,\xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow.\xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and\xlongrightarrow. | Extra Arrows beyond those provided in AMSmath | 3 | 工具 + texlive-extarrows-doc | texlive | Documentation for extarrows | Documentation for extarrows | 3 | 库 + texlive-exteps | texlive | Exteps is a module for including external EPS figures intoMetaPost figures. It is written entirely in MetaPost, and doesnot therefore require any post processing of the MetaPostoutput. | Include EPS figures in MetaPost | 3 | 库 + texlive-exteps-doc | texlive | Documentation for exteps | Documentation for exteps | 3 | 库 + texlive-extpfeil | texlive | The package provides some more extensible arrows (usable in thesame way as \xleftarrow from amsmath), and a simple command tocreate new ones. | Extensible arrows in mathematics | 3 | 工具 + texlive-extpfeil-doc | texlive | Documentation for extpfeil | Documentation for extpfeil | 3 | 库 + texlive-extract | texlive | The package provides the means to extract specific content froma source document and write that to a target document. Onecould, for instance, use this to extract all exercises fromlecture notes and generate an exercises book on the fly. Thepackage also provides an environment which writes its bodyentirely to the target file. Another environment will write tothe target file, but will also execute the body. This allows toshare code (for instance, a preamble) between the sourcedocument and the target file. Finally, the package provides aninterface to conditionally extract content. With a singlepackage option, one can specify exactly which commands (countedfrom the start of the document) should be extracted and whichnot. This might be useful for extracting specific slides from apresentation and use them in a new file. | Extract parts of a document and write to another document | 3 | 工具 + texlive-extract-doc | texlive | Documentation for extract | Documentation for extract | 3 | 库 + texlive-extsizes | texlive | Provides classes extarticle, extreport, extletter, extbook andextproc which provide for documents with a base font size from8-20pt. | Extend the standard classes' size options | 3 | 工具 + texlive-extsizes-doc | texlive | Documentation for extsizes | Documentation for extsizes | 3 | 库 + texlive-facsimile | texlive | The facsimile class provides a simple interface for creating adocument for sending as a fax, with LaTeX. The class covers twoareas: First, a title page is created with a detailed faxheader; second, every page gets headers and footers so that therecipient can be sure that every page has been received and allpages are complete, and in the correct order. The class evolvedfrom the fax package, and provides much better languagesupport. | Document class for preparing faxes | 3 | 工具 + texlive-facsimile-doc | texlive | Documentation for facsimile | Documentation for facsimile | 3 | 工具 + texlive-factura | texlive | 'factura' is the Spanish word for 'invoice', so this is a LaTeXclass for typesetting and calculating invoices, taking intoaccount requirements of SENIAT legislation (tax collectorentity on the Bolivarian Republic of Venezuela). However, itsuse is not restricted to Venezuela because all variables andthe displayed text can be redefined by invoking commands orediting. | Typeset and calculate invoices according to Venezuelan law | 3 | 工具 + texlive-factura-doc | texlive | Documentation for factura | Documentation for factura | 3 | 库 + texlive-facture | texlive | Une classe simple permettant de produire une facture, avec ousans TVA, avec gestion d'une adresse differente pour lalivraison et pour la facturation. A simple class that allowsproduction of an invoice, with or without VAT; differentaddresses for delivery and for billing are permitted. | Generate an invoice | 3 | 工具 + texlive-facture-belge-simple-sans-tva | texlive | This package can be used to generate invoices for Belgianindividuals who do not have a VAT number and who wish to dooccasional work, or to carry out paid additional activitiesduring their free time up to 6,000 euros per calendar year(amount indexed annually) without having to pay tax or socialsecurity contributions (see the website Activitescomplementaires). The package can also generate expensereports. All totals are calculated automatically, in theinvoice and in the expense report. The package depends oncalctab, ifthen, hyperref, fancyhdr, multirow, eurosym, color,and colortbl. | Simple Belgian invoice without VAT | 3 | 工具 + texlive-facture-doc | texlive | Documentation for facture | Documentation for facture | 3 | 库 + texlive-faktor | texlive | The package provides the means to typeset factor structures, asare used in many areas of algebraic notation. The structure issimilar to the 'A/B' that is provided by the nicefrac package(part of the units distribution), and by the xfrac package; themost obvious difference is that the numerator and denominator'ssizes do not change in the \faktor command. | Typeset quotient structures with LaTeX | 3 | 工具 + texlive-faktor-doc | texlive | Documentation for faktor | Documentation for faktor | 3 | 库 + texlive-familytree | texlive | Boxes describe individuals; lines connecting boxes representsibling or parent-child relationships, or marriages. Excludingthe marriage box, you can get a maleline/patrilineal tree, or afemaleline/matrilineal tree. For Japanese, the jlreq.clsvertical option (tate) is supported. | Draw family trees | 3 | 工具 + texlive-fancybox | texlive | Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox,\Ovalbox, with helpful tools for using box macros and flexibleverbatim macros. You can box mathematics, floats, center,flushleft, and flushright, lists, and pages. | Variants of \fbox and other games with boxes | 3 | 工具 + texlive-fancybox-doc | texlive | Documentation for fancybox | Documentation for fancybox | 3 | 工具 + texlive-fancyhandout | texlive | This package breaks with some of LaTeX's principles andredefines basic LaTeX commands with the aim of producingwell-designed and clearly structured handouts: A sans-seriffont is used by default; sections are not numbered, buthighlighted by underlining; head- and footline display documentinformation; and in order to avoid too much whitespace aroundthe text the margin sizes are adjusted to smaller values. Allin all, fancyhandout provides a means of typesetting documentsnot exclusively consisting of running text in a beautiful way.fancyhandout depends on the following other LaTeX packages:csquotes, enumitem, etoolbox, fancyhdr, geometry, and xcolor. | A LaTeX class for producing nice-looking handouts | 3 | 工具 + texlive-fancyhdr | texlive | The package provides extensive facilities, both forconstructing headers and footers, and for controlling their use(for example, at times when LaTeX would automatically changethe heading style in use). | Extensive control of page headers and footers in LaTeX2e | 3 | 工具 + texlive-fancyhdr-doc | texlive | Documentation for fancyhdr | Documentation for fancyhdr | 3 | 库 + texlive-fancyhdr-it-doc | texlive | Documentation for fancyhdr-it | Documentation for fancyhdr-it | 3 | 库 + texlive-fancylabel | texlive | The package provides a complex labelling scheme. It is designedto support the needs of the author's chemschemex package | Complex labelling with LaTeX | 3 | 工具 + texlive-fancylabel-doc | texlive | Documentation for fancylabel | Documentation for fancylabel | 3 | 库 + texlive-fancynum | texlive | A LaTeX package for typesetting numbers, in particular floatingpoint numbers, such as you find in program output. | Typeset numbers | 3 | 工具 + texlive-fancynum-doc | texlive | Documentation for fancynum | Documentation for fancynum | 3 | 库 + texlive-fancypar | texlive | Decorates individual paragraphs of a document, offering fivepre-defined styles. The command offers an optional 'key-value'argument with the user may define parameters of the selectedstyle. Predefined styles offer a spiral-notebook, a zebra-like,a dashed, a marked design, and an underlined style. Users mayalso define their own styles. Decorated paragraphs may notinclude displayed mathematics. | Decoration of individual paragraphs | 3 | 工具 + texlive-fancypar-doc | texlive | Documentation for fancypar | Documentation for fancypar | 3 | 库 + texlive-fancyqr | texlive | A simple package to create fancy QR-codes with the help of theqrcode package. | Fancy QR-Codes with TikZ | 3 | 工具 + texlive-fancyref | texlive | Provides fancy cross-referencing support, based on thepackage's reference commands (\fref and \Fref) that recognisewhat sort of object is being referenced. So, for example, thelabel for a \section would be expected to be of the form'sec:foo': the package would recognise the 'sec:' part. | A LaTeX package for fancy cross-referencing | 3 | 工具 + texlive-fancyref-doc | texlive | Documentation for fancyref | Documentation for fancyref | 3 | 库 + texlive-fancyslides | texlive | This class is prepared for short presentations with a modernlook & feel. It offers the following features: custombackground for each slide, predefined types of slides,simplified commands (e.g. for starting and ending slide). Theclass is built upon LaTeX beamer, so all beamer commands shouldwork. | Custom presentation class built upon LaTeX Beamer | 3 | 工具 + texlive-fancyslides-doc | texlive | Documentation for fancyslides | Documentation for fancyslides | 3 | 库 + texlive-fancytabs | texlive | The package can typeset tabs on the side of a page. It requiresTikZ from the pgf bundle. | Fancy page border tabs | 3 | 工具 + texlive-fancytabs-doc | texlive | Documentation for fancytabs | Documentation for fancytabs | 3 | 库 + texlive-fancytooltips | texlive | The package was inspired by the cooltooltips package. Incontrast to cooltooltips, fancytooltips allows inclusion oftooltips which contain arbitrary TeX material or a series ofTeX materials (animated graphics) from an external PDF file. Tosee the tooltips, you have to open the files in Adobe Reader.The links and JavaScripts are inserted using eforms packagefrom the AcroTeX bundle. | Include a wide range of material in PDF tooltips | 3 | 工具 + texlive-fancytooltips-doc | texlive | Documentation for fancytooltips | Documentation for fancytooltips | 3 | 库 + texlive-fancyvrb | texlive | Flexible handling of verbatim text including: verbatim commandsin footnotes; a variety of verbatim environments with manyparameters; ability to define new customized verbatimenvironments; save and restore verbatim text and environments;write and read files in verbatim mode; build "example"environments (showing both result and verbatim source). | Sophisticated verbatim text | 3 | 工具 + texlive-fancyvrb-doc | texlive | Documentation for fancyvrb | Documentation for fancyvrb | 3 | 库 + texlive-fandol | texlive | Fandol fonts designed for Chinese typesetting. The currentversion contains four styles: Song, Hei, Kai, Fang. All fontsare in OpenType format. | Four basic fonts for Chinese typesetting | 3 | 库 + texlive-fandol-doc | texlive | Documentation for fandol | Documentation for fandol | 3 | 库 + texlive-fascicules | texlive | This package enables LaTeX users to create math books formiddle and high schools. It provides commands to create thefront page of the manual and the chapters. Each chapter canconsist of three sections: the lesson, the exercises and theactivities. | Create mathematical manuals for schools | 3 | 工具 + texlive-fast-diagram | texlive | The package provides simple means of producing FAST diagrams,using TikZ/pgf tools. FAST diagrams are useful for functionalanalysis techniques in design methods. | Easy generation of FAST diagrams | 3 | 工具 + texlive-fast-diagram-doc | texlive | Documentation for fast-diagram | Documentation for fast-diagram | 3 | 库 + texlive-fbb | texlive | The package provides a Bembo-like font package based on Cardobut with many modifications, adding Bold Italic, small caps inall styles, six figure choices in all styles, updated kerningtables, added figure tables and corrected f-ligatures. BothOpenType and Adobe Type 1 versions are provided; all necessarysupport files are provided. The font works well withnewtxmath's libertine option. | A free Bembo-like font | 3 | 工具 + texlive-fbb-doc | texlive | Documentation for fbb | Documentation for fbb | 3 | 库 + texlive-fbithesis | texlive | At the department of computer science at the University ofDortmund there are cardboard cover pages for research orinternal reports like master/phd-theses. The main function ofthis LaTeX2e document-class is a replacement for the \maketitlecommand to typeset a title page that is adjusted to these coverpages. | Computer Science thesis class for University of Dortmund | 3 | 工具 + texlive-fbithesis-doc | texlive | Documentation for fbithesis | Documentation for fbithesis | 3 | 库 + texlive-fbox | texlive | This package redefines \fbox to allow an optional argument fordifferent frames. It can be any combination of l)eft, r)ight,t)op, and b)ottom, for example: \fbox[lt]{foo}. Using uppercaseletters or a combination of lowercase and uppercase is alsopossible. | Extended \fbox macro from standard LaTeX | 3 | 工具 + texlive-fbs | texlive | A BibTeX style file made with custom-bib to fit Frontiers inBioscience requirements: all authors, no et al, full authornames, initials abbreviated; only abbreviated journal nameitalicised, no abbreviation dots; only year, no month, at endof reference; and DOI excluded, ISSN excluded. | BibTeX style for Frontiers in Bioscience | 3 | 工具 + texlive-fc | texlive | The fonts are provided as Metafont source, in the familiararrangement of lots of (autogenerated) preamble files and amodest set of glyph specifications. (A similar arrangementappears in the ec and lh font bundles.) | Fonts for African languages | 3 | 工具 + texlive-fcavtex | texlive | This package provides a class and a bibliography style for theFCAV-UNESP (Faculdade de Ciencias Agrarias e Veterinarias deJaboticabal UNESP) brazilian university, written based on theinstitution rules for thesis publications. | A thesis class for the FCAV/UNESP (Brazil) | 3 | 库 + texlive-fcavtex-doc | texlive | Documentation for fcavtex | Documentation for fcavtex | 3 | 库 + texlive-fc-doc | texlive | Documentation for fc | Documentation for fc | 3 | 库 + texlive-fcltxdoc | texlive | The package is not advertised for public use, but is necessaryfor the support of others of the author's packages (which arecompiled under the ltxdoc class). | Macros for use in the author's documentation | 3 | 工具 + texlive-fcltxdoc-doc | texlive | Documentation for fcltxdoc | Documentation for fcltxdoc | 3 | 库 + texlive-fcolumn | texlive | In financial reports, text and currency amounts are regularlyput in one table, e.g., a year balance or a profit-and-lossoverview. This package provides the settings for automaticallytypesetting such columns, including the sum line (preceded by arule of the correct width) using the specifier "f". | Typesetting financial tables | 3 | 工具 + texlive-fcolumn-doc | texlive | Documentation for fcolumn | Documentation for fcolumn | 3 | 库 + texlive-fdsymbol | texlive | FdSymbol is a maths symbol font, designed as a companion to theFedra family by Typotheque, but it might also fit othercontemporary typefaces. | A maths symbol font | 3 | 库 + texlive-fdsymbol-doc | texlive | Documentation for fdsymbol | Documentation for fdsymbol | 3 | 库 + texlive-fduthesis | texlive | This package is a LaTeX thesis template package for FudanUniversity. It can make it easy to write theses both in Chineseand English. | LaTeX thesis template for Fudan University | 3 | 工具 + texlive-featpost | texlive | These macros allow the production of three-dimensional schemescontaining: angles, circles, cylinders, cones and spheres,among other things. | MetaPost macros for 3D | 3 | 库 + texlive-featpost-doc | texlive | Documentation for featpost | Documentation for featpost | 3 | 库 + texlive-fei | texlive | fei is a class created by graduate students and LaTeXenthusiasts that allows students from FEI University Center tocreate their academic works, be it a monograph, mastersdissertation or phd thesis, under the typographic rules of theinstitution. The class makes it possible to create a fullacademic work, supporting functionalities such as cover, titlepage, catalog entry, dedication, summary, lists of figures,tables, algorithms, acronyms and symbols, multiple authors,index, references, appendices and attachments. fei is looselybased in the Brazilian National Standards Organization(Associacao Brasileira de Normas Tecnicas, ABNT) standards forthe creation of academic works, such as ABNT NBR 10520:2002(Citations) and ABNT NBR 6023:2002 (Bibliographic References). | Class for academic works at FEI University Center -- Brazil | 3 | 工具 + texlive-fei-doc | texlive | Documentation for fei | Documentation for fei | 3 | 库 + texlive-fenixpar | texlive | The bundle provides two packages, fenxitok and fenixpar. Thefenixtok package provides user macros to add material to atoken register; the material will be (automatically) removedfrom the token register when the register is executed. Materialmay be added either to the left or to the right, and care istaken not to override any redefinition that may be included inthe token register itself. The fenixpar package uses the macrosof fenixtok to provide a user interface to manipulation of the\everypar token register. The packages require the e-TeXextensions; with them, they work either with Plain TeX or withLaTeX. | One-shot changes to token registers such as \everypar | 3 | 工具 + texlive-fenixpar-doc | texlive | Documentation for fenixpar | Documentation for fenixpar | 3 | 库 + texlive-fetamont | texlive | The fetamont typeface was designed in METAFONT and extends theLogo fonts to complete the T1 encoding. The designs of theglyphs A, E, F, M, N, O, P, S and T are based on the METAFONTconstructions by D. E. Knuth. The glyphs Y and 1 imitate theshapes of the corresponding glyphs in the METATYPE1 logo. | Extended version of Knuth's logo typeface | 3 | 工具 + texlive-fetamont-doc | texlive | Documentation for fetamont | Documentation for fetamont | 3 | 库 + texlive-fetchcls | texlive | With standard LaTeX you are able to check for the class in useinvoking the kernel command \@ifclassloaded. However, doing soyou cannot get the explicit class name, unless you want to loopover every possible class name until \@ifclassloaded returnstrue -- don't do that! With the help of the present package youcan obtain the name of the current class with significantlyless effort. Just load the package as usual:\usepackage{fetchcls}; then, the control sequence \classnamewill hold the name you were looking for. | Fetch the current class name | 3 | 工具 + texlive-feupphdteses | texlive | A complete template for thesis/works of Faculdade de Engenhariada Universidade do Porto (FEUP) Faculty of EngineeringUniversity of Porto. | Typeset Engineering PhD theses at the University of Porto | 3 | 工具 + texlive-feupphdteses-doc | texlive | Documentation for feupphdteses | Documentation for feupphdteses | 3 | 库 + texlive-fewerfloatpages | texlive | This package implements a float algorithm extension forhandling float pages. It attempts to reduce the number ofunnecessary (fairly empty) float pages while making sure thatfloats nevertheless stay close to their call-outs. Severalaspects of the algorithm behavior are adjustable. | Reduce the number of unnecessary float pages | 3 | 库 + texlive-feyn | texlive | Feyn may be used to produce relatively simple Feynman diagramswithin equations in a LaTeX document. While the feynmf packageis good at drawing large diagrams for figures, the presentpackage and its fonts allow diagrams within equations or text,at a matching size. The fonts are distributed as Metafontsource, and macros for their use are also provided. | A font for in-text Feynman diagrams | 3 | 工具 + texlive-feyn-doc | texlive | Documentation for feyn | Documentation for feyn | 3 | 库 + texlive-feynmf | texlive | The feynmf package provides an interface to Metafont (inspiredby the facilities of mfpic) to use simple structurespecifications to produce relatively complex diagrams. (Thefeynmp package, also part of this bundle, uses MetaPost in thesame way.) While the package was designed for Feynman diagrams,it could in principle be used for diagrams in graph and similartheories, where the structure is semi-algorithmicallydetermined. | Macros and fonts for creating Feynman (and other) diagrams | 3 | 工具 + texlive-feynmf-doc | texlive | Documentation for feynmf | Documentation for feynmf | 3 | 库 + texlive-feynmp-auto | texlive | The package takes care of running Metapost on the output filesproduced by the feynmp package, so that the compiled pictureswill be available in the next run of LaTeX. The package honoursoptions that apply to feynmp. | Automatic processing of feynmp graphics | 3 | 工具 + texlive-feynmp-auto-doc | texlive | Documentation for feynmp-auto | Documentation for feynmp-auto | 3 | 库 + texlive-ffcode | texlive | This LaTeX package helps you write source code in your academicpapers and make it looks neat. It uses minted and tcolorbox,configuring them the right way, to ensure that code fragmentsand code blocks look nicer. | Fixed-font code blocks formatted nicely | 3 | 工具 + texlive-ffslides | texlive | The ffslides ("freeform slides") class is intended to make iteasier to place various types of content freely on the page,and therefore easier to design documents with a strong visualcomponent: presentations, posters, research or lecture notes,and so on. The goal of the class is to be less rigid and lesscomplex than some of the popular presentation-making options.It is essentially a small set of macros added to the articleclass. A well-organized template file is included, and thedocumentation is itself an extensive example of the class'scapabilities. | Freeform slides based on the article class | 3 | 工具 + texlive-ffslides-doc | texlive | Documentation for ffslides | doc files of ffslides | 3 | 库 + texlive-fge | texlive | The fonts are provided as Metafont source and Adobe Type 1(pfb) files. A small LaTeX package (fge) is included. | A font for Frege's Grundgesetze der Arithmetik | 3 | 工具 + texlive-fge-doc | texlive | Documentation for fge | Documentation for fge | 3 | 工具 + texlive-fgruler | texlive | This package draws horizontal and vertical rulers on theforeground of every (or the current) page at absolutepositions. In this way, you can check the page layoutdimensions. You can also draw various rulers in the text. Thefgruler package requires the services of the followingpackages: kvoptions, etoolbox, xcolor, graphicx, eso-pic. | draw rulers on the foreground or in the text | 3 | 工具 + texlive-fifinddo-info-doc | texlive | Documentation for fifinddo-info | Documentation for fifinddo-info | 3 | 工具 + texlive-fifo-stack | texlive | A LaTeX implementation of a combined FIFO Stack modified fromthe existing stack package by Benjamin Bayart. The packagerenames the original's \Push and \Pop commands \FSPush and\FSPop, and which work on the top/end of the FIFO/Stack), andadds the ability to \FSUnshift and \FSShift from the thebottom(front) of the FIFO/Stack. | FIFO and stack implementation for package writers | 3 | 工具 + texlive-fifo-stack-doc | texlive | Documentation for fifo-stack | Documentation for fifo-stack | 3 | 库 + texlive-fig4latex | texlive-base | Fig4LaTeX simplifies management of the figures in a large LaTeXdocument. Fig4LaTeX is appropriate for projects that includefigures with graphics created by XFig -- in particular,graphics which use the combined PS/LaTeX (or PDF/LaTeX) exportmethod. An example document (with its output) is provided. | Management of figures for large LaTeX documents | 3 | 工具 + texlive-figbas | texlive | This package consists of three mini-fonts (and associatedmetrics) of conventional ligatures for the figured-bassnotations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fontsare usable with Computer Modern Roman and Sans, andPalatino/Palladio, respectively. | Mini-fonts for figured-bass notation in music | 3 | 库 + texlive-figbas-doc | texlive | Documentation for figbas | Documentation for figbas | 3 | 库 + texlive-figbib | texlive | FigBib lets you organize your figures in BibTeX databases. SomeFigBib features are: Store and manage figures in a BibTeXdatabase; Include figures in your LaTeX document with one shortcommand; Generate a List of Figures containing more/otherinformation than the figure captions; Control with one switchwhere to output the figures, either as usual float objects orin a separate part at the end of your document. | Organize figure databases with BibTeX | 3 | 工具 + texlive-figbib-doc | texlive | Documentation for figbib | Documentation for figbib | 3 | 库 + texlive-figchild | texlive | This package was created with the aim of facilitating the workof Elementary School teachers who need to create colorful andattractive activities for their students. It is a product ofthe Computational Mathematics discipline offered at the FederalUniversity of Vicosa -- Campus UFV -- Florestal by professorFernando de Souza Bastos. It makes use of the TikZ and xcolorpackages. | Pictures for creating children's activities | 3 | 工具 + texlive-figflow | texlive | Provides a Plain TeX macro \figflow that allows one to insert afigure into an area inset into a paragraph. Command argumentsare width and height of the figure, and the figure (and itscaption) itself. Usage details are to be found in the TeX fileitself. The package does not work with LaTeX; packages such aswrapfig, floatflt and picins support the needs of LaTeX usersin this area. | Flow text around a figure | 3 | 工具 + texlive-figflow-doc | texlive | Documentation for figflow | Documentation for figflow | 3 | 库 + texlive-figput | texlive | FigPut allows figures to be specified using JavaScript. Theresulting document can be viewed as a static PDF, as usual, orthe document can be viewed in a web-browser, in which case thefigures are interactive. A variety of interactive widgets areincluded. | Create interactive figures in LaTeX | 3 | 工具 + texlive-figsize | texlive | The FigSize package enables automatic sizing of graphics,especially when including graphics with the graphicx package.The user only has to specify the number of graphics that shouldfit to a page or fraction there of and the package willdynamically calculate the correct graphics sizes relative tothe page size. Thus, graphics can be auto-sized to fill a wholepage or fraction and manual changes of graphic sizes are neverneeded when changing document layouts. Finally, the package'sdynamic lengths can be used to allow other document elementsizes to be dynamic. | Auto-size graphics | 3 | 工具 + texlive-figsize-doc | texlive | Documentation for figsize | Documentation for figsize | 3 | 库 + texlive-filecontents | texlive | LaTeX2e's filecontents and filecontents* environments enable aLaTeX source file to generate external files as it runs throughLaTeX. However, there are two limitations of theseenvironments: they refuse to overwrite existing files, and theycan only be used in the preamble of a document. Thefilecontents package removes these limitations, letting youoverwrite existing files and letting you usefilecontents/filecontents* anywhere. As of September 2019 theauthor tells us: "This package is no longer necessary due toits functionality having moved into recent LaTeX kernels. It'sprobably better not to move the package to obsolete becauseusers may need it to rebuild old documents. Version 1.5provides full functionality when run with an older kernel butissues a warning message and disables itself when run with anewer kernel." | Extended filecontents and filecontents* environments | 3 | 工具 + texlive-filecontentsdef | texlive | The package provides two environments called filecontentsdefand filecontentshere. They are derived from the LaTeXfilecontents environment as provided by Scott Pakin'sfilecontents package. In addition to the file creation theyeither store the (verbatim) contents in a macro(filecontentsdef) or typeset them (verbatim) on the spot(filecontentshere). The author developed the package to displayTeX code verbatim in documentation and the same time producethe corresponding files during the LaTeX run in order to embedthem in the PDF as file attachment annotations (by using ScottPakin's package attachfile). | filecontents + macro + verbatim | 3 | 工具 + texlive-filecontents-doc | texlive | Documentation for filecontents | Documentation for filecontents | 3 | 库 + texlive-filedate | texlive | The package provides basic access to the date of a LaTeX sourcefile according to its \Provides... entry (the "info date") aswell as to its modification date according to \pdffilemoddateif the latter is available. | Access and compare info and modification dates | 3 | 工具 + texlive-filedate-doc | texlive | Documentation for filedate | Documentation for filedate | 3 | 库 + texlive-filehook | texlive | The package provides several file hooks (AtBegin, AtEnd, ...)for files read by \input, \include and \InputIfFileExists.General hooks for all such files (e.g. all \include'd ones) andfile specific hooks only used for named files are provided; twohooks are provided for the end of \included files -- onebefore, and one after the final \clearpage. | Hooks for input files | 3 | 工具 + texlive-filehook-doc | texlive | Documentation for filehook | Documentation for filehook | 3 | 库 + texlive-fileinfo | texlive | The bundle provides two packages, readprov and myfilist. Thereadprov package provides a means of reading file informationwithout loading the body of the file. The myfilist package usesreadprov and controls what \listfiles will report. | Enhanced display of LaTeX File Information | 3 | 工具 + texlive-fileinfo-doc | texlive | Documentation for fileinfo | Documentation for fileinfo | 3 | 库 + texlive-filemod | texlive | The package provides macros to read and compare themodification dates of files. The files may be .tex files,images or other files (as long as they can be found by LaTeX).It uses the \pdffilemoddate primitive of pdfLaTeX to find thefile modification date as PDF date string, parses the stringand returns the value to the user. The package will also workfor DVI output with recent versions of the LaTeX compiler whichuses pdfLaTeX in DVI mode. The functionality is provided bypurely expandable macros or by faster but non-expandable ones. | Provide file modification times, and compare them | 3 | 工具 + texlive-filemod-doc | texlive | Documentation for filemod | Documentation for filemod | 3 | 库 + texlive-finbib | texlive | finbib package | A Finnish version of plain.bst | 3 | 库 + texlive-findhyph | texlive-base | Findhyph is a Perl script that will analyse the log file fromrunning your document with \tracingparagraphs=1 set. The outputcontains enough context to enable you to find the hyphenatedword that's being referenced. | Find hyphenated words in a document | 3 | 库 + texlive-fink | texlive | This package "looks over your shoulder" and keeps track offiles \input'ed (the LaTeX way) or \include'ed in yourdocument. You then have permanent access to the name of thefile currently being processed through the macro \finkfile.FiNK also comes with support for AUC-TeX. As of version 2.2.1,FiNK has been deprecated and is not maintained anymore. Peopleinterested in FiNK's functionality are invited to use a packagenamed currfile instead. | The LaTeX2e File Name Keeper | 3 | 工具 + texlive-fink-doc | texlive | Documentation for fink | Documentation for fink | 3 | 库 + texlive-finstrut | texlive | The LaTeX internal command \@finalstrut is used automaticallyused at the end of footnote texts to insert a strut to avoidmis-spacing of multiple footnotes. Unfortunately the commandcan cause a blank line at the end of a footnote. The packageprovides a solution to this problem. | Adjust behaviour of the ends of footnotes | 3 | 工具 + texlive-finstrut-doc | texlive | Documentation for finstrut | Documentation for finstrut | 3 | 库 + texlive-fira | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Fira Sans and Fira Mono families of fontsdesigned by Erik Spiekermann and Ralph du Carrois of CarroisType Design. Fira Sans is available in eleven weights withcorresponding italics: light, regular, medium, bold, ... | Fira fonts with LaTeX support | 3 | 工具 + texlive-fira-doc | texlive | Documentation for fira | Documentation for fira | 3 | 库 + texlive-firamath | texlive | Fira Math is a sans-serif font with Unicode math support. Thedesign of this font is based on Fira Sans and FiraGO. Fira Mathis distributed in OpenType format and can be used with theunicode-math package under XeLaTeX or LuaLaTeX. More support isoffered by the firamath-otf package. | Fira sans serif font with Unicode math support | 3 | 库 + texlive-firamath-otf | texlive | The package offers XeTeX/LuaTeX support for the Sans SerifOpenType Fira Math Font. | Use OpenType math font Fira Math | 3 | 工具 + texlive-firstaid | texlive | This package contains some first aid for LaTeX packages orclasses that require updates because of internal changes to theLaTeX kernel that are not yet reflected in the package's orclass's code. The file latex2e-first-aid-for-external-files.ltxprovided by this package is meant to be loaded during formatgeneration and not by the user. | First aid for external LaTeX files and packages that need updating | 3 | 工具 + texlive-first-latex-doc-doc | texlive | Documentation for first-latex-doc | Documentation for first-latex-doc | 3 | 工具 + texlive-fitbox | texlive | The package allows a box (usually an \includegraphics box) tofit on the page. It scales the box to the maximal allowed sizewithin the user-set limits. If there is not enough space on thepage, the box is moved to the next one. | Fit graphics on a page | 3 | 工具 + texlive-fitbox-doc | texlive | Documentation for fitbox | Documentation for fitbox | 3 | 库 + texlive-fithesis | texlive | A document class for the typesetting of theses at the MasarykUniversity (Brno, Czech Republic). The class has been designedfor easy extensibility by style and locale files of otheracademic institutions. | Thesis class and template for Masaryk University (Brno, Czech Republic) | 3 | 工具 + texlive-fithesis-doc | texlive | Documentation for fithesis | Documentation for fithesis | 3 | 库 + texlive-fix2col | texlive | Fix mark handling so that \firstmark is taken from the firstcolumn if that column has any marks at all; keep two columnfloats like figure* in sequence with single column floats likefigure. | Fix miscellaneous two column mode features | 3 | 工具 + texlive-fix2col-doc | texlive | Documentation for fix2col | Documentation for fix2col | 3 | 库 + texlive-fixcmex | texlive | This package provides a fully scalable version of the ComputerModern Math Extension font for curing sizing problems mainlywith lmodern. It can be used when the main font of the documentis Computer Modern (or European Modern, if T1 encoding isselected), or Latin Modern. It redefines the math extensionfont so that it becomes arbitrarily scalable, using the opticalsize fonts provided by the AMS together with the originalcmex10 font. | Fully scalable version of Computer Modern Math Extension font | 3 | 工具 + texlive-fixcmex-doc | texlive | Documentation for fixcmex | doc files of fixcmex | 3 | 库 + texlive-fixdif | texlive | This package redefines the \d command in LaTeX and provides aninterface to define new commands for differential operators. Itis compatible with pdfTeX, XeTeX and LuaTeX, and can also beused with the unicode-math package. | Macros for typesetting differential operators | 3 | 工具 + texlive-fixfoot | texlive | Provides a \DeclareFixedFootnote command to provide a singlecommand for a frequently-used footnote. The package ensuresthat only one instance of the footnote text appears on eachpage (LaTeX needs to be run several times to achieve this). | Multiple use of the same footnote text | 3 | 工具 + texlive-fixfoot-doc | texlive | Documentation for fixfoot | Documentation for fixfoot | 3 | 库 + texlive-fixjfm | texlive | This package fixes several bugs in the JFM format. Both LaTeXand plain TeX are supported. | Fix JFM (for *pTeX) | 3 | 工具 + texlive-fixlatvian | texlive | The package offers improvement of the Latvian language supportin polyglossia, in particular in the area of the standardclasses. | Improve Latvian language support in XeLaTeX | 3 | 工具 + texlive-fixlatvian-doc | texlive | Documentation for fixlatvian | Documentation for fixlatvian | 3 | 库 + texlive-fixltxhyph | texlive | The package fixes the problem of TeX failing to hyphenateletter strings that seem (to TeX) to be words, but which arefollowed by an apostrophe and then an emphasis command. Thecause of the problem is not the apostrophe, but the font changein the middle of the string. The problem arises in Catalan,French, Italian and Romansh. | Allow hyphenation of partially-emphasised substrings | 3 | 工具 + texlive-fixltxhyph-doc | texlive | Documentation for fixltxhyph | Documentation for fixltxhyph | 3 | 库 + texlive-fixmath | texlive | LaTeX's default style of typesetting mathematics does notcomply with the International Standards ISO 31-0:1992 to ISO31-13:1992 which require that uppercase Greek letters always betypset upright, as opposed to italic (even though they usuallyrepresent variables) and allow for typsetting of variables in aboldface italic style (even though the required fonts areavailable). This package ensures that uppercase Greek betypeset in italic style, that upright $\Delta$ and $\Omega$symbols are available through the commands \upDelta and\upOmega; and provides a new math alphabet \mathbold forboldface italic letters, including Greek. This package used tobe part of the was bundle, but has now become a package in itsown right. | Make maths comply with ISO 31-0:1992 to ISO 31-13:1992 | 3 | 工具 + texlive-fixme | texlive | FiXme is a collaborative annotation tool for LaTeX documents.Annotating a document here refers to inserting meta-notes, thatis, notes that do not belong to the document itself, but ratherto its development or reviewing process. Such notes may involvethings of different importance levels, ranging from simple "fixthe spelling" flags to critical "this paragraph is a lie"mentions. Annotations like this should be visible during thedevelopment or reviewing phase, but should normally disappearin the final version of the document. FiXme is designed to easeand automate the process of managing collaborative annotations,by offering a set of predefined note levels and layouts, thepossibility to register multiple authors, to referenceannotations by listing and indexing etc. FiXme is extensible,giving you the possibility to create new layouts or evencomplete "themes", and also comes with support for AUCTeX. | Insert "fixme" notes into draft documents | 3 | 工具 + texlive-fixme-doc | texlive | Documentation for fixme | Documentation for fixme | 3 | 库 + texlive-fixmetodonotes | texlive | The package provides tools to highlight FIXME and TODOannotations. The command \listofnotes prints a list ofoutstanding notes, with links to the pages on which theyappear. | Add notes on document development | 3 | 工具 + texlive-fixmetodonotes-doc | texlive | Documentation for fixmetodonotes | Documentation for fixmetodonotes | 3 | 库 + texlive-fixpdfmag | texlive | A recent change to PDFTeX has caused magnification to apply topage dimensions. This small package changes the values set inthe page dimension variables from pt to truept, thus evadingthe effects of \mag. | Fix magnification in PDFTeX | 3 | 工具 + texlive-fiziko | texlive | This MetaPost library was initially written to automate someelements of black and white illustrations for a physicstextbook. It provides functions to draw things like lines ofvariable width, shaded spheres, and tubes of different kinds,which can be used to produce images of a variety of objects.The library also contains functions to draw some objectsconstructed from these primitives. | A MetaPost library for physics textbook illustrations | 3 | 库 + texlive-fjodor | texlive | The package provides several page layouts, selectable bypackage options. | A selection of layout styles | 3 | 工具 + texlive-fjodor-doc | texlive | Documentation for fjodor | Documentation for fjodor | 3 | 库 + texlive-flabels | texlive | Macros for typesetting pretty labels (optionally colored) forthe back of files or binders (currently only the special A4"Leitz-Ordner" ring binder is supported). | Labels for files and folders | 3 | 工具 + texlive-flabels-doc | texlive | Documentation for flabels | Documentation for flabels | 3 | 库 + texlive-flacards | texlive | The flacards class provides an easy interface to produceflashcards. It will print several cards per page, on both sidesof the paper. | Generate flashcards for printing | 3 | 工具 + texlive-flacards-doc | texlive | Documentation for flacards | Documentation for flacards | 3 | 库 + texlive-flagderiv | texlive | The flagderiv package is used to create mathematicalderivations using the flag/flagpole notation. The packagefeatures an intuitive command syntax, opening and closingmultiple flagpoles, different comment styles, customizablesymbols and label namespaces. | Flag style derivation package | 3 | 工具 + texlive-flagderiv-doc | texlive | Documentation for flagderiv | Documentation for flagderiv | 3 | 库 + texlive-flashcards | texlive | The FlashCards class provides for the typesetting of flashcards. By flash card, we mean a two sided card which has aprompt or a question on one side and the response or the answeron the flip (back) side. Flash cards come in many sizesdepending on the nature of the information they contain. | A class for typesetting flashcards | 3 | 工具 + texlive-flashcards-doc | texlive | Documentation for flashcards | Documentation for flashcards | 3 | 服务 + texlive-flashmovie | texlive | The package allows direct embedding of flash movies into PDFfiles. It is designed for use with pdflatex. The package takesadvantage of the embedded Adobe Flash player in Adobe Reader 9;the reader is invoked with the 'rich media annotation' feature,described in "Adobe Supplement to the ISO 32000 BaseVersion:1.7 ExtensionLevel: 3". This method of embedding movies isattractive since it removes all platform dependencies; however,the user is required to use Acrobat 9. | Directly embed flash movies into PDF files | 3 | 工具 + texlive-flashmovie-doc | texlive | Documentation for flashmovie | Documentation for flashmovie | 3 | 工具 + texlive-flexipage | texlive | The package flexipage allows easy page layout if marginalia isrequired. Mid document changes are possible such as: newmarginal width, full width text, and landscape text withoutmarginal. Partners well with the package sidenotesplus. Thepackage also aids the layout for book printing, allowing forbinding corrections and adding page bleed, if required. | Flexible page geometry with marginalia | 3 | 工具 + texlive-flipbook | texlive | The package provides techniques for adding flip book animationsin the corner of your LaTeX documents (using images or ASCIIart). Animations are defined as a set of numbered files (e.g.,"im1.pdf", "im2.pdf", "im3.pdf", ...). The package relies onfancyhdr to control the corners. | Typeset flipbook animations, in the corners of documents | 3 | 工具 + texlive-flipbook-doc | texlive | Documentation for flipbook | Documentation for flipbook | 3 | 库 + texlive-flippdf | texlive | The package allows the production of a document with pages"mirrored". This is sometimes required by publishers who wantcamera-ready documents to be printed on transparent film (to beviewed from the "wrong" side). The package only works withpdfLaTeX or LuaLaTeX in PDF output mode. Package everypage isrequired on LaTeX releases before Fall 2020. | Horizontal flipping of pages with pdfLaTeX | 3 | 工具 + texlive-flippdf-doc | texlive | Documentation for flippdf | Documentation for flippdf | 3 | 库 + texlive-float | texlive | Improves the interface for defining floating objects such asfigures and tables. Introduces the boxed float, the ruled floatand the plaintop float. You can define your own floats andimprove the behaviour of the old ones. The package alsoprovides the H float modifier option of the obsolete herepackage. You can select this as automatic default with\floatplacement{figure}{H}. | Improved interface for floating objects | 3 | 工具 + texlive-float-doc | texlive | Documentation for float | Documentation for float | 3 | 库 + texlive-floatflt | texlive | The package can float text around figures and tables which donot span the full width of a page; it improves upon floatfig,and allows tables/figures to be set left/right or alternatingon even/odd pages. | Wrap text around floats | 3 | 工具 + texlive-floatflt-doc | texlive | Documentation for floatflt | Documentation for floatflt | 3 | 库 + texlive-floatrow | texlive | The floatrow package provides many ways to customize layouts offloating environments and has code to cooperate with thecaption 3.x package. The package offers mechanisms to putfloats side by side, and to put the caption beside its float.The floatrow settings could be expanded to the floats createdby packages rotating, wrapfig, subfig (in the case of rows ofsubfloats), and longtable. | Modifying the layout of floats | 3 | 工具 + texlive-floatrow-doc | texlive | Documentation for floatrow | Documentation for floatrow | 3 | 库 + texlive-flowchart | texlive | The package provides a set of 'traditional' flowchart elementshapes; the documentation shows how to build a flowchart fromthese elements, using pgf/TikZ. The package also requires themakeshape package. | Shapes for drawing flowcharts, using TikZ | 3 | 工具 + texlive-flowchart-doc | texlive | Documentation for flowchart | Documentation for flowchart | 3 | 工具 + texlive-flowfram | texlive | The flowfram package enables you to create frames in a documentsuch that the contents of the document environment flow fromone frame to the next in the order in which they were defined.This is useful for creating posters or magazines, indeed anyform of document that does not conform to the standard one ortwo column layout. | Create text frames for posters, brochures or magazines | 3 | 工具 + texlive-flowfram-doc | texlive | Documentation for flowfram | Documentation for flowfram | 3 | 服务 + texlive-fltpoint | texlive | The package provides simple floating point operations(addition, subtraction, multiplication, division and rounding).Used, for example, by rccol. | Simple floating point arithmetic | 3 | 工具 + texlive-fltpoint-doc | texlive | Documentation for fltpoint | Documentation for fltpoint | 3 | 库 + texlive-fmp | texlive | fmp package | Include Functional MetaPost in LaTeX | 3 | 工具 + texlive-fmp-doc | texlive | Documentation for fmp | Documentation for fmp | 3 | 库 + texlive-fmtcount | texlive | The package provides commands that display the value of a LaTeXcounter in a variety of formats (ordinal, text, hexadecimal,decimal, octal, binary etc). The package offers somemultilingual support; configurations for use in English (bothBritish and American usage), French (including Belgian andSwiss variants), German, Italian, Portuguese and Spanishdocuments are provided. This package was originally provided aspart of the author's datetime package, but is now distributedseparately. | Display the value of a LaTeX counter in a variety of formats | 3 | 工具 + texlive-fmtcount-doc | texlive | Documentation for fmtcount | Documentation for fmtcount | 3 | 工具 + texlive-fn2end | texlive | Defines macros \makeendnotes, which converts \footnote toproduce endnotes; and \theendnotes which prints them out. | Convert footnotes to endnotes | 3 | 工具 + texlive-fn2end-doc | texlive | Documentation for fn2end | Documentation for fn2end | 3 | 库 + texlive-fnbreak | texlive | This package detects footnotes that are split over severalpages, and writes a warning to the log file. | Warn for split footnotes | 3 | 工具 + texlive-fnbreak-doc | texlive | Documentation for fnbreak | Documentation for fnbreak | 3 | 库 + texlive-fncychap | texlive | Each style can be modified using a set of simple commands.Optionally one can modify the formatting routines in order tocreate additional chapter headings. This package was previouslyknown as FancyChapter. | Seven predefined chapter heading styles | 3 | 工具 + texlive-fncychap-doc | texlive | Documentation for fncychap | Documentation for fncychap | 3 | 库 + texlive-fncylab | texlive | LaTeX provides a mechanism for altering the appearance ofreferences to labels, but it's somewhat flawed, and requiresthat the user manipulate internal commands. The package solvesthe problem, by providing a \labelformat command for changingthe format of references to labels. The package also provides a\Ref command to make reference to such redefined labels at thestart of a sentence. | Alter the format of \label references | 3 | 工具 + texlive-fncylab-doc | texlive | Documentation for fncylab | Documentation for fncylab | 3 | 库 + texlive-fnpara | texlive | Typeset footnotes in run-on paragraphs, instead of one aboveanother; this is a re-seating, for the LaTeX environment, of anexample in the TeXbook. The same basic code, improved for usein e-TeX-based LaTeX, appears in the comprehensive footnotepackage footmisc, and superior versions are also available inthe manyfoot and bigfoot packages. | Footnotes in paragraphs | 3 | 工具 + texlive-fnpara-doc | texlive | Documentation for fnpara | Documentation for fnpara | 3 | 库 + texlive-fnpct | texlive | The package moves footnote marks after following punctuation(comma or full stop), and adjusts kerning as appropriate. As aside effect, a change to the handling of multiple footnotes isprovided. | Manage footnote marks' interaction with punctuation | 3 | 工具 + texlive-fnpct-doc | texlive | Documentation for fnpct | Documentation for fnpct | 3 | 库 + texlive-fnspe | texlive | This package is primary intended for students of FNSPE CTU inPrague but many other students or scientists can found thispackage as useful. This package implements different standardsof tensor notation, interval notation and complex notation.Further many macros and shortcuts are added, e.q. for spaces,operators, physics unit, etc. | Macros for supporting mainly students of FNSPE CTU in Prague | 3 | 工具 + texlive-fntproof | texlive | The package implements all the font testing commands of Knuth'stestfont.tex, but arranges that information necessary for eachcommand is supplied as arguments to that command, rather thanprompted for. This makes it possible to type all the tests inone command line, and easy to input the package in a file andto use the commands there. A few additional commands supportingthis last purpose are also made available. | A programmable font test pattern generator | 3 | 工具 + texlive-fntproof-doc | texlive | Documentation for fntproof | Documentation for fntproof | 3 | 库 + texlive-fnumprint | texlive | The package defines two macros which decide to typeset a numbereither as an Arabic number or as a word (or words) for thenumber. If the number is between zero and twelve (includingzero and twelve) then words will be used; if the number isoutside that range, it will be typeset using the packagenumprint Words for English representation of numbers aregenerated within the package, while those for German aregenerated using the package zahl2string. | Print a number in 'appropriate' format | 3 | 工具 + texlive-fnumprint-doc | texlive | Documentation for fnumprint | Documentation for fnumprint | 3 | 库 + texlive-foekfont | texlive | The bundle provides an Adobe Type 1 font, and LaTeX support forits use. The magazine web site shows the font in use in a fewplaces. | The title font of the Mads Fok magazine | 3 | 工具 + texlive-foekfont-doc | texlive | Documentation for foekfont | Documentation for foekfont | 3 | 库 + texlive-foilhtml | texlive | Provides integration between FoilTeX and LaTeX2HTML, addingsectioning commands and elements of logical formatting toFoilTeX and providing support for FoilTeX commands inLaTeX2HTML. | Interface between foiltex and LaTeX2HTML | 3 | 工具 + texlive-foilhtml-doc | texlive | Documentation for foilhtml | Documentation for foilhtml | 3 | 库 + texlive-foliono | texlive | This package adds functionality to create several styles offolio numbers. Folio numbering preceded the modern pagenumbering convention and was in common use until the 18thcentury. In folio numbering the numbers are placed only on odd(right-side) pages and the numbers typically comprise of twoparts: quire and folio numbers. The intended use for thispackage is to help creating old-style books. | Use folio numbers to replace page numbers | 3 | 工具 + texlive-fonetika | texlive | Fonetika Dania is a font bundle with a serif font and a sansserif font for the danish phonetic system Dania. Both fontsexist in regular and bold weights. LaTeX support is provided.The fonts are based on URW Palladio and Iwona Condensed, andwere created using FontForge. | Support for the Danish "Dania" phonetic system | 3 | 工具 + texlive-fonetika-doc | texlive | Documentation for fonetika | Documentation for fonetika | 3 | 库 + texlive-fontawesome | texlive | The package offers access to the large number of web-relatedicons provided by the included font. The package requires thepackage, fontspec, if run with XeTeX or LuaTeX. | Font containing web-related icons | 3 | 工具 + texlive-fontawesome5 | texlive | This package provides LaTeX support for the included "FontAwesome 5 Free" icon set. These icons were designed by FortAwesome and released under the SIL OFL 1.1 license. Thecommercial "Pro" version is also supported, if it is installedand XeLaTeX or LuaLaTeX is used. | Font Awesome 5 with with LaTeX support | 3 | 工具 + texlive-fontawesome-doc | texlive | Documentation for fontawesome | Documentation for fontawesome | 3 | 库 + texlive-fontaxes | texlive | The package adds several new font axes on top of LaTeX's NewFont Selection Scheme. In particular, it splits the shape axisinto a primary and a secondary shape axis, and it adds threenew axes to deal with the different figure versions offered bymany professional fonts. | Additional font axes for LaTeX | 3 | 工具 + texlive-fontaxes-doc | texlive | Documentation for fontaxes | Documentation for fontaxes | 3 | 库 + texlive-fontbook | texlive | The package provides a means of producing a 'book' of fontsamples (for evaluation, etc.). | Generate a font book | 3 | 工具 + texlive-fontbook-doc | texlive | Documentation for fontbook | Documentation for fontbook | 3 | 库 + texlive-fontch | texlive | The fontch macros allow the user to change font size and familyanywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20and 24 points are available. A sans serif family (\sf) isdefined in addition to the families already defined in plainTeX. Optional support for Latin Modern T1 and TS1 fonts isgiven. There are macros for non-latin1 letters and for most TS1symbols. Math mode always uses CM fonts. A command forproducing doubled-spaced documents is also provided. Thepresent version of the package is designed to deal with thelatest release of the Latin Modern fonts version 1.106.Unfortunately, it can no longer support earlier versions of thefonts, so an obsolete version of the package is retained forusers who don't yet have access to the latest version of thefonts. | Changing fonts, sizes and encodings in Plain TeX | 3 | 工具 + texlive-font-change | texlive | Macros to Change Text and Mathematics fonts in TeX: 45Beautiful Variants The macros are written for plain TeX and maybe used with other packages like AmSTeX, eplain, etc. They alsowork with XeTeX. The macros allow users to change the fonts(for both text and mathematics) in their TeX document with onlyone statement. The fonts may be used readily at variouspredefined sizes. All the fonts called by these macro files arefree and are included in current MiKTeX and TeX Livedistributions. | Macros to change text and mathematics fonts in plain TeX | 3 | 工具 + texlive-font-change-doc | texlive | Documentation for font-change | Documentation for font-change | 3 | 工具 + texlive-font-change-xetex | texlive | This package consists of macros that can be used to typeset"plain" XeTeX documents using any OpenType or TrueType fontinstalled on the computer system. The macros allow the user tochange the text mode fonts and some math mode fonts. For anydeclared font family, various font style, weight, and sizevariants like bold, italics, small caps, etc., are availablethrough standard and custom TeX control statements. Using theoptional argument of the macros, the available XeTeX fontfeatures and OpenType tags can be accessed. Other features ofthe package include activating and deactivating hangingpunctuation, and support for special Unicode characters. | Macros to change text and mathematics fonts in plain XeTeX | 3 | 工具 + texlive-font-change-xetex-doc | texlive | Documentation for font-change-xetex | doc files of font-change-xetex | 3 | 工具 + texlive-fontch-doc | texlive | Documentation for fontch | Documentation for fontch | 3 | 库 + texlive-fontinst | texlive-base | TeX macros for converting Adobe Font Metric files to TeX metricand virtual font format. Fontinst helps mainly with the numbercrunching and shovelling parts of font installation. This meansin practice that it creates a number of files which give theTeX metrics (and related information) for a font family that(La)TeX needs to do any typesetting in these fonts. Fontinstfurthermore makes it easy to create fonts containing glyphsfrom more than one base font, taking advantage of (e.g.)"expert" font sets. Fontinst cannot examine files to see ifthey contain any useful information, nor automatically searchfor files or work with binary file formats; those tasks mustnormally be done manually or with the help of some other tool,such as the pltotf and vptovf programs. | Help with installing fonts for TeX and LaTeX | 3 | 工具 + texlive-fontinstallationguide | texlive | This guide discusses the most common scenarios you are likelyto encounter when installing Type 1 PostScript fonts. While theindividual tools employed in the installation process aredocumented well, the actual difficulty most users are facingwhen trying to install new fonts is understanding how to putall the pieces together. This is what this guide is about. | Font installation guide | 3 | 工具 + texlive-fontmfizz | texlive | The MFizz font provides scalable vector icons representingprogramming languages, operating systems, software engineering,and technology. It can be seen as an extension to FontAwesome.This package requires the fontspec package and either theXe(La)TeX or Lua(La)TeX engine to load the included ttf font. | Font Mfizz icons for use in LaTeX | 3 | 工具 + texlive-fontmfizz-doc | texlive | Documentation for fontmfizz | Documentation for fontmfizz | 3 | 库 + texlive-fontname | texlive | The scheme for assigning names is described (in thedocumentation part of the package), and map files giving therelation between foundry name and 'TeX-name' are also provided. | Scheme for naming fonts in TeX | 3 | 工具 + texlive-fontname-doc | texlive | Documentation for fontname | Documentation for fontname | 3 | 库 + texlive-fontools | texlive-base | This package provides a few tools to ease using fonts(especially Truetype/Opentype ones) with Latex and fontinst:afm2afm - reencode .afm files; designed to replace fontinst's\reencodefont for big .afm files; autoinst - simplify the useof the LCDF TypeTools by creating a command file for otftotfm,plus .fd and .sty files; and ot2kpx - extract all kerning pairsfrom an OpenType font. | Tools to simplify using fonts (especially TT/OTF ones) | 3 | 工具 + texlive-fonts-churchslavonic | texlive | The package provides Unicode-encoded OpenType fonts for ChurchSlavonic. | Fonts for typesetting in Church Slavonic language | 3 | 库 + texlive-fonts-churchslavonic-doc | texlive | Documentation for fonts-churchslavonic. | doc files of fonts-churchslavonic | 3 | 库 + texlive-fontsetup | texlive | This package facilitates the use of fontspec for users who donot wish to bother with details, with a special focus onquality fonts supporting Mathematics. | A front-end to fontspec, for selected fonts with math support | 3 | 工具 + texlive-fontsize | texlive | The package allows you to set arbitrary sizes for the main fontof the document, through the fontsize=<size> option. | A small package to set arbitrary sizes for the main font of the document | 3 | 工具 + texlive-fontspec | texlive | Fontspec is a package for XeLaTeX and LuaLaTeX. It provides anautomatic and unified interface to feature-rich AAT andOpenType fonts through the NFSS in LaTeX running on XeTeX orLuaTeX engines. The package requires the l3kernel and xparsebundles from the LaTeX 3 development team. | Advanced font selection in XeLaTeX and LuaLaTeX | 3 | 工具 + texlive-fontspec-doc | texlive | Documentation for fontspec | Documentation for fontspec | 3 | 库 + texlive-fonts-tlwg | texlive | A collection of free Thai fonts, supplied as FontForge sources,and with LaTeX .fd files. | Thai fonts for LaTeX from TLWG | 3 | 工具 + texlive-fonts-tlwg-doc | texlive | Documentation for fonts-tlwg | Documentation for fonts-tlwg | 3 | 库 + texlive-fonttable | texlive | This is a package version of nfssfont.tex (part of the LaTeXdistribution); it enables you to print a table of thecharacters of a font and/or some text (for demonstration ortesting purposes), from within a document. (Packages such astestfont and nfssfont.tex provide these facilities, but theyrun as interactive programs: the user is expected to typedetails of what is needed.) Note that the package mftinc alsohas a \fonttable function; the documentation explains how avoida clash with that package. | Print font tables from a LaTeX document | 3 | 工具 + texlive-fonttable-doc | texlive | Documentation for fonttable | Documentation for fonttable | 3 | 库 + texlive-fontware | texlive-base | fontware package. | fontware package | 3 | 工具 + texlive-fontwrap | texlive | The package (which runs under XeLaTeX) lets you bind fonts tospecific unicode blocks, for automatic font tagging ofmultilingual text. The package uses Perl (via perltex) toconstruct its tables. | Bind fonts to specific unicode blocks | 3 | 工具 + texlive-fontwrap-doc | texlive | Documentation for fontwrap | Documentation for fontwrap | 3 | 库 + texlive-footbib | texlive | The package makes bibliographic references appear as footnotes.It defines a command \footcite which is similar to the LaTeX\cite command but the references cited in this way appear atthe bottom of the pages. This 'foot bibliography' does notconflict with the standard one and both may existsimultaneously in a document. The command \cite may still beused to produce the standard bibliography. The footbibliography uses its own style and bibliographic databasewhich may be specified independently of the standard one. Anystandard bibliography style may be used. | Bibliographic references as footnotes | 3 | 工具 + texlive-footbib-doc | texlive | Documentation for footbib | Documentation for footbib | 3 | 库 + texlive-footmisc | texlive | A collection of ways to change the typesetting of footnotes.The package provides means of changing the layout of thefootnotes themselves (including setting them in 'paragraphs' --the para option), a way to number footnotes per page (theperpage option), to make footnotes disappear in a 'moving'argument (stable option) and to deal with multiple referencesto footnotes from the same place (multiple option). The packagealso has a range of techniques for labelling footnotes withsymbols rather than numbers. Some of the functions of thepackage are overlap with the functionality of other packages.The para option is also provided by the manyfoot and bigfootpackages, though those are both also portmanteau packages.(Don't be seduced by fnpara, whose implementation is improvedby the present package.) The perpage option is also offered byfootnpag and by the rather more general-purpose perpage | A range of footnote options | 3 | 工具 + texlive-footmisc-doc | texlive | Documentation for footmisc | Documentation for footmisc | 3 | 库 + texlive-footmisx | texlive | This a fork of footmisc package allowing to use hyperref. Hereis a copy of the description of package footmisc: A collectionof ways to change the typesetting of footnotes. The packageprovides means of changing the layout of the footnotesthemselves (including setting them in 'paragraphs' -- the paraoption), a way to number footnotes per page (the perpageoption), to make footnotes disappear in a 'moving' argument(stable option) and to deal with multiple references tofootnotes from the same place (multiple option). The packagealso has a range of techniques for labelling footnotes withsymbols rather than numbers. Some of the functions of thepackage are overlap with the functionality of other packages.The para option is also provided by the manyfoot and bigfootpackages, though those are both also portmanteau packages.(Don't be seduced by fnpara, whose implementation is improvedby the present package.) The perpage option is also offered byfootnpag and by the rather more general-purpose perpage | A range of footnote options | 3 | 工具 + texlive-footnotebackref | texlive | The package provides the means of creating hyperlinks, from afootnote at the bottom of the page, back to the occurence ofthe footnote in the main text. | Back-references from footnotes | 3 | 工具 + texlive-footnotebackref-doc | texlive | Documentation for footnotebackref | Documentation for footnotebackref | 3 | 库 + texlive-footnotehyper | texlive | The footnote package by Mark Wooding dates back to 1997 and hasnot been made hyperref compatible. The aim of the presentpackage is to do that. | hyperref aware footnote.sty | 3 | 工具 + texlive-footnotehyper-doc | texlive | Documentation for footnotehyper | doc files of footnotehyper | 3 | 库 + texlive-footnoterange | texlive | The package provides the environments footnoterange andfootnoterange*. Multiple footnotes inside these environmentsare not referenced as (e.g.) "1 2 3" but as "1-3", i.e., therange (from first to last referred footnote at that place) isgiven. If the hyperref package is loaded with enabledhyperfootnotes-option, then the references are hyperlinked.(References to footnotes in footnoterange* environments arenever hyperlinked.) | References to ranges of footnotes | 3 | 工具 + texlive-footnoterange-doc | texlive | Documentation for footnoterange | Documentation for footnoterange | 3 | 库 + texlive-footnpag | texlive | Allows footnotes on individual pages to be numbered from 1,rather than being numbered sequentially through the document. | Per-page numbering of footnotes | 3 | 工具 + texlive-footnpag-doc | texlive | Documentation for footnpag | Documentation for footnpag | 3 | 库 + texlive-forarray | texlive | The package provides functionality for processing lists andarray structures in LaTeX. Arrays can contain characters aswell as TeX and LaTeX commands, nesting of arrays is possible,and arrays are processed within the same brace level as theirsurrounding environment. Array levels can be delimited bycharacters or control sequences defined by the user. Practicaluses of this package include data management, construction oflists and tables, and calculations based on the contents oflists and arrays. | Using array structures in LaTeX | 3 | 工具 + texlive-forarray-doc | texlive | Documentation for forarray | Documentation for forarray | 3 | 库 + texlive-foreign | texlive | The package supports authors' use of consistent typesetting offoreign words in documents. | Systematic treatment of 'foreign' words in documents | 3 | 工具 + texlive-foreign-doc | texlive | Documentation for foreign | Documentation for foreign | 3 | 库 + texlive-forest | texlive | The package is provides a PGF/TikZ-based mechanism for drawinglinguistic (and other kinds of) trees. Its main features are: apacking algorithm which can produce very compact trees; a user-friendly interface consisting of the familiar bracket encodingof trees plus the key-value interface to option-setting; manytree-formatting options, with control over option values ofindividual nodes and mechanisms for their manipulation; thepossibility to decorate the tree using the full power ofPGF/TikZ; and an externalization mechanism sensitive to code-changes. | Drawing (linguistic) trees | 3 | 工具 + texlive-forest-doc | texlive | Documentation for forest | Documentation for forest | 3 | 服务 + texlive-forest-quickstart-doc | texlive | forest is a PGF/TikZ-based package for drawing linguistic (andother kinds of) trees. This manual provides a quickstart guidefor linguists with just the essential things that you need toget started. | Quickstart Guide for Linguists package "forest" | 3 | 工具 + texlive-forloop | texlive | The package provides a command \forloop for doing iteration inLaTeX macro programming. | Iteration in LaTeX | 3 | 工具 + texlive-forloop-doc | texlive | Documentation for forloop | Documentation for forloop | 3 | 库 + texlive-formal-grammar | texlive | This package provides a new environment and associated commandsto typeset BNF grammars. It allows to easily write formalgrammars. Its original motivation was to typeset grammars forbeamer presentations, therefore, there are macros to emphasizeor downplay some parts of the grammar (which is the mainnovelty compared to other BNF packages). | Typeset formal grammars | 3 | 工具 + texlive-formation-latex-ul | texlive | This package contains the supporting documentation, slides,exercise files, and templates for an introductory LaTeX course(in French) prepared for Universite Laval, Quebec, Canada. | Introductory LaTeX course in French | 3 | 工具 + texlive-formlett | texlive | A package for multiple letters from the same basic source; thepackage offers parametrisation of the letters actually sent. | Letters to multiple recipients | 3 | 服务 + texlive-formlett-doc | texlive | Documentation for formlett | Documentation for formlett | 3 | 库 + texlive-forms16be | texlive | This package provides support for UTF-16BE Unicode characterencoding (called a big-endian character string) for the textstring type (PDF Reference, version 1.7, beginning on page158). Text strings are used in "text annotations, bookmarknames, article threads, document information, and so forth" (topartially quote page 158). The particular application is to setproperty values of form fields, at least those properties thattake the text strings as its value. The package containssupport for Basic Latin plus the ability to enter any unicodecharacter using the notation \uXXXX, where 'XXXX' are four hexdigits. The Package works for dvips/Distiller, pdfLaTeX,LuaLaTeX, and XeLaTeX. | Initialize form properties using big-endian encoding | 3 | 工具 + texlive-formular | texlive | When typesetting forms there often arises the need for definingfields which consist of one or more lines where the customercan write something down manually. This package offers somecommands for defining such fields in a distinctive way. | Create forms containing field for manual entry | 3 | 工具 + texlive-formular-doc | texlive | Documentation for formular | Documentation for formular | 3 | 库 + texlive-forum | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Forum font, designed by Denis Masharov.Forum has antique, classic "Roman" proportions. It canbe used to set body texts and works well in titles andheadlines too. It is truly multilingual, with glyphs forCentral and Eastern Europe, Baltics, Cyrillic and AsianCyrillic communities. There is currently just a regularweight and an artificially emboldened bold. | TeX support for the Forum font | 3 | 工具 + texlive-fouridx | texlive | The package enables left subscripts and superscripts in mathsmode. The sub- and superscripts are raised for optimum fittingto the symbol indexed, in such a way that left and right sub-and superscripts are set on the same level, as appropriate. Thepackage provides an alternative to the use of the \sidesetcommand in the amsmath package. | Left sub- and superscripts in maths mode | 3 | 工具 + texlive-fouridx-doc | texlive | Documentation for fouridx | Documentation for fouridx | 3 | 库 + texlive-fourier | texlive | Fourier-GUTenberg is a LaTeX typesetting system which usesAdobe Utopia as its standard base font. Fourier-GUTenbergprovides all complementary typefaces needed to allow Utopiabased TeX typesetting, including an extensive mathematics setand several other symbols. The system is absolutely stand-alone: apart from Utopia and Fourier, no other typefaces arerequired. The fourier fonts will also work with Adobe UtopiaExpert fonts, which are only available for purchase. Utopia isa registered trademark of Adobe Systems Incorporated | Using Utopia fonts in LaTeX documents | 3 | 工具 + texlive-fourier-doc | texlive | Documentation for fourier | Documentation for fourier | 3 | 库 + texlive-fouriernc | texlive | This package provides a LaTeX mathematics font setup for usewith New Century Schoolbook text. In order to use it you needto have the Fourier-GUTenberg fonts installed. | Use New Century Schoolbook text with Fourier maths fonts | 3 | 工具 + texlive-fouriernc-doc | texlive | Documentation for fouriernc | Documentation for fouriernc | 3 | 库 + texlive-fp | texlive | An extensive collection of arithmetic operations for fixedpoint real numbers of high precision. | Fixed point arithmetic | 3 | 工具 + texlive-fp-doc | texlive | Documentation for fp | Documentation for fp | 3 | 库 + texlive-fpl | texlive | The FPL Fonts provide a set of SC/OsF fonts for URW Palladio Lwhich are compatible with respect to metrics with the PalatinoSC/OsF fonts from Adobe. Note that it is not my aim to exactlyreproduce the outlines of the original Adobe fonts. The SC andOsF in the FPL Fonts were designed with the glyphs from URWPalladio L as starting point. For some glyphs (e.g. 'o') I gotthe best result by scaling and boldening. For others (e.g. 'h')shifting selected portions of the character gave moresatisfying results. All this was done using the free fonteditor FontForge. The kerning data in these fonts comes fromWalter Schmidt's improved Palatino metrics. LaTeX use isenabled by the mathpazo package, which is part of the psnfssdistribution. | SC and OsF fonts for URW Palladio L | 3 | 工具 + texlive-fpl-doc | texlive | Documentation for fpl | Documentation for fpl | 3 | 库 + texlive-fragmaster | texlive-base | Fragmaster enables you to use psfrag with PDFLaTeX. It takesEPS files and psfrag substitution definition files, andproduces PDF and EPS files with the substitutions included. | Using psfrag with PDFLaTeX | 3 | 工具 + texlive-fragments | texlive | A collection of fragments of LaTeX code, suitable for inclusionin packages, or (possibly) in users' documents. Included are:checklab, for modifying the label checking code at\end{document}; overrightarrow, defining a doubled over-arrowmacro; removefr, for removing 'reset' relations betweencounters; and subscript, defining a \textsubscript command. | Fragments of LaTeX code | 3 | 工具 + texlive-fragments-doc | texlive | Documentation for fragments | Documentation for fragments | 3 | 库 + texlive-frame | texlive | A jiffy file (taken from fancybox) for placing a frame around abox of text. The macros also provide for typesetting an emptybox of given dimensions. | Framed boxes for Plain TeX | 3 | 工具 + texlive-framed | texlive | The package creates three environments: framed, which puts anordinary frame box around the region, shaded, which shades theregion, and leftbar, which places a line at the left side. Theenvironments allow a break at their start (the \FrameCommandenables creation of a title that is "attached" to theenvironment); breaks are also allowed in the course of theframed/shaded matter. There is also a command \MakeFramed tomake your own framed-style environments. | Framed or shaded regions that can break across pages | 3 | 工具 + texlive-framed-doc | texlive | Documentation for framed | Documentation for framed | 3 | 库 + texlive-frame-doc | texlive | Documentation for frame | Documentation for frame | 3 | 库 + texlive-francais-bst | texlive | The package provides bibliographies (in French) conforming tothe rules in "Guide de la communication ecrite" (Malo, M.,Quebec Amerique, 1996. ISBN 978-2-8903-7875-9) The BibTeXstyles were generated using custom-bib and they are compatiblewith natbib | Bibliographies conforming to French typographic standards | 3 | 工具 + texlive-francais-bst-doc | texlive | Documentation for francais-bst | Documentation for francais-bst | 3 | 库 + texlive-frankenstein | texlive | Frankenstein is a bundle of LaTeX packages serving variouspurposes and a BibTeX bibliography style. Descriptions aregiven under the individual packages: abbrevs, achicago package,achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips,moredefs, newclude, slemph, titles. | A collection of LaTeX packages | 3 | 工具 + texlive-frankenstein-doc | texlive | Documentation for frankenstein | Documentation for frankenstein | 3 | 库 + texlive-frcursive | texlive | A hand-writing font in the style of the French academic running-hand. The font was written in Metafont and and has beenconverted to Adobe Type 1 format. LaTeX support (NFFS fd files,and a package) and font maps are provided. | French cursive hand fonts | 3 | 工具 + texlive-frcursive-doc | texlive | Documentation for frcursive | Documentation for frcursive | 3 | 库 + texlive-frederika2016 | texlive | Frederika2016 is an attempt to digitize Hermann Zapf'sFrederika font. The font is the Greek companion of Virtuosa bythe same designer. This font is a calligraphy font and this isan initial release. | An OpenType Greek calligraphy font | 3 | 库 + texlive-frege | texlive | The package defines a number of new commands for typesettingfregean Begriffsschrift in LaTeX. It is loosely based on thepackage begriff, and offers a number of improvements includingbetter relative lengths of the content stroke with respect toother strokes, content strokes that point at the middle oflines rather than the bottom, a greater width for the assertionstroke as compared to the content stroke, a more intuitivestructure for the conditional, greater care taken to allow forthe linewidth in the spacing of formulas. | Typeset fregean Begriffsschrift | 3 | 工具 + texlive-frege-doc | texlive | Documentation for frege | Documentation for frege | 3 | 库 + texlive-frenchmath | texlive | The package provides: capital letters in roman (upright shape)in mathematical mode according to French rule (can beoptionnally disabled), optionally lowercase Greek letters inupright shape, correct spacing after commas and before asemicolon in math mode, some useful macros and aliases forsymbols used in France: \infeg, \supeg, \paral, ... severalmacros for writing french operator names like pgcd, ppcm, Card,rg, Vect, ... | Typesetting mathematics according to French rules | 3 | 工具 + texlive-frimurer | texlive | This package provides access to the 'frimurer' cipher for usewith LaTeX. | Access to the 'frimurer' cipher for use with LaTeX | 3 | 工具 + texlive-frletter | texlive | A small class for typesetting letters in France. No assumptionis made about the language in use. The class represents a smallmodification of the beletter class, which is itself amodification of the standard LaTeX letter class. | Typeset letters in the French style | 3 | 工具 + texlive-frletter-doc | texlive | Documentation for frletter | Documentation for frletter | 3 | 库 + texlive-frontespizio | texlive | Typesetting a frontispiece independently of the layout of themain document is difficult. This package provides a solution byproducing an auxiliary TeX file to be typeset on its own andthe result is automatically included at the next run. Themarkup necessary for the frontispiece is written in the maindocument in a frontespizio environment. Documentation is mainlyin Italian, as the style is probably apt only to theses inItaly. | Create a frontispiece for Italian theses | 3 | 工具 + texlive-frontespizio-doc | texlive | Documentation for frontespizio | Documentation for frontespizio | 3 | 库 + texlive-froufrou | texlive | This package provides fancy separators, which are visual cuesthat indicate a change of subject or context without actuallystarting a new chapter or section. | Fancy section separators | 3 | 工具 + texlive-frpseudocode | texlive | This package is intended for use alongside Szasz Janos'algorithmicx package. Its aim is to provide a Frenchtranslation of terms and words used in algorithms to make itintegrate seamlessly in a French written document. | French translation for the algorithmicx package | 3 | 工具 + texlive-ftcap | texlive | For several reasons a \caption may be desirable at the top of atable environment. This package changes the table environmentsuch that \abovecaptionskip and \belowcaptionskip are swapped.The package should also work with a non-standard tableenvironment. | Allows \caption at the beginning of a table-environment | 3 | 工具 + texlive-ftcap-doc | texlive | Documentation for ftcap | Documentation for ftcap | 3 | 库 + texlive-ftc-notebook | texlive | This LaTeX package will greatly simplify filling entries foryour FIRST Tech Challenge (FTC) engineering or outreachnotebook. We developed this package to support most frequentlyused constructs encountered in an FTC notebook: meetings,tasks, decisions with pros and cons, tables, figures withexplanations, team stories and bios, and more. We developedthis package during the 2018-2019 season and are using it forour engineering notebook. Team Robocracy is sharing this stylein the spirit of coopertition. | Typeset FIRST Tech Challenge (FTC) notebooks | 3 | 工具 + texlive-ftnxtra | texlive | The package treats footnotes in \caption, the tabularenvironment, and \chapter and other \section-like commands. | Extend the applicability of the \footnote command | 3 | 工具 + texlive-ftnxtra-doc | texlive | Documentation for ftnxtra | Documentation for ftnxtra | 3 | 库 + texlive-fullblck | texlive | Used with the letter documentclass to set the letter in afullblock style (everything at the left margin). | Left-blocking for letter class | 3 | 库 + texlive-fullblck-doc | texlive | Documentation for fullblck | Documentation for fullblck | 3 | 库 + texlive-fullminipage | texlive | This package provides the environment fullminipage, whichgenerates a minipage spanning a new, complete page with pagestyle empty. The environment provides options to set marginsaround the minipage and configure the background. | Minipage spanning a complete page | 3 | 工具 + texlive-fullminipage-doc | texlive | Documentation for fullminipage | Documentation for fullminipage | 3 | 库 + texlive-fullwidth | texlive | The package provides the environment fullwidth, which sets theleft and right margins in a simple way. There is no constraintabout page breaks; if you are using the twoside mode, you canset the inner and outer margins to avoid the effects of thedifferent margins. | Adjust margins of text block | 3 | 工具 + texlive-fullwidth-doc | texlive | Documentation for fullwidth | Documentation for fullwidth | 3 | 库 + texlive-functan | texlive | This package provides a convenient and coherent way to dealwith name of functional spaces (mainly Sobolev spaces) infunctional analysis and PDE theory. It also provides a set ofmacros for dealing with norms, scalar products and convergencewith some object oriented flavor (it gives the possibility tooverride the standard behavior of norms, ...). | Macros for functional analysis and PDE theory | 3 | 工具 + texlive-functan-doc | texlive | Documentation for functan | Documentation for functan | 3 | 库 + texlive-functional | texlive | This package provides an intuitive functional programminginterface for LaTeX2, which is an alternative choice to expl3or LuaTeX, if you want to do programming in LaTeX. Althoughthere are functions in LaTeX3 programming layer (expl3), theevaluation of them is from outside to inside. With thispackage, the evaluation of functions is from inside to outside,which is the same as other programming languages such as Lua.In this way, it is rather easy to debug code too. | Provide an intuitive functional programming interface for LaTeX2 | 3 | 工具 + texlive-fundus-calligra | texlive | The package offers support for the calligra handwriting font,in LaTeX documents. The package is part of the fundus bundle. | Support for the calligra font in LaTeX documents | 3 | 工具 + texlive-fundus-calligra-doc | texlive | Documentation for fundus-calligra | Documentation for fundus-calligra | 3 | 库 + texlive-fundus-cyr | texlive | The package supports the use of the Washington Cyrillic fontswith LaTeX (Note that standard LateX has support, too, asencoding OT2). The package is distributed as part of the fundusbundle. | Support for Washington University Cyrillic fonts | 3 | 工具 + texlive-fundus-sueterlin | texlive | The package supports use, in LaTeX, of the MetaFont emulationof the Sueterlin handwriting fonts The package is distributedas part of the fundus bundle.. | Sutterlin | 3 | 工具 + texlive-fundus-sueterlin-doc | texlive | Documentation for fundus-sueterlin | Documentation for fundus-sueterlin | 3 | 库 + texlive-fvextra | texlive | fvextra provides several extensions to fancyvrb, includingautomatic line breaking and improved math mode. It also patchessome fancyvrb internals. Parts of fvextra were originallydeveloped as part of pythontex and minted. | Extensions and patches for fancyvrb | 3 | 库 + texlive-fwlw | texlive | The package extracts the first and last words of a page,together with the first word of the next page, just before thepage is formed into the object to print. The package defines acouple of page styles that use the words that have beenextracted. | Get first and last words of a page | 3 | 工具 + texlive-fwlw-doc | texlive | Documentation for fwlw | Documentation for fwlw | 3 | 库 + texlive-gaceta | texlive | The class will typeset papers for <<La Gaceta de la RealSociedad Matematica Espanola>>. | A class to typeset La Gaceta de la RSME | 3 | 库 + texlive-gaceta-doc | texlive | Documentation for gaceta | Documentation for gaceta | 3 | 库 + texlive-galois | texlive | The package deals with connections in two-dimensional style,optionally in colour. | Typeset Galois connections | 3 | 工具 + texlive-galois-doc | texlive | Documentation for galois | Documentation for galois | 3 | 库 + texlive-gamebook | texlive | This package provides the means in order to lay-out gamebookswith LaTeX. A simple gamebook example is included with thepackage, and acts as a tutorial. | Typeset gamebooks and other interactive novels | 3 | 工具 + texlive-gamebook-doc | texlive | Documentation for gamebook | Documentation for gamebook | 3 | 库 + texlive-gamebooklib | texlive | This package provides macros and environments to allow the userto typeset a series of cross-referenced, numbered "entries",shuffled into random order, to produce an interactive novel or"gamebook". This allows entries to be written in natural orderand shuffled automatically into a repeatable non-linear order.Limited support is provided for footnotes to appear at thenatural position: the end of each entry, or the end of eachpage, whichever is closest to the footnote mark. This isunrelated to the gamebook package which is more concerned withthe formatting of entries rather than their order. The twopackages can be used together or separately. | Macros for setting numbered entries in shuffled order | 3 | 工具 + texlive-gammas | texlive | This is the official document class for typesetting journalarticles for GAMM Archive for Students (GAMMAS), theopen-access online yournal run by the GAMM Juniors (GAMM =Gesellschaft fur angewandte Mathematik und Mechanik). | Template for the GAMM Archive for Students | 3 | 工具 + texlive-garamond-libre | texlive | Garamond Libre is a free and open-source old-style font family.It is a "true Garamond," i.e., it is based off the designs of16th-century French engraver Claude Garamond (also spelledGaramont). The Roman design is Garamond's; the italics are froma design by Robert Granjon. The upright Greek font is after adesign by Firmin Didot; the "italic" Greek font is after adesign by Alexander Wilson. The font family includes supportfor Latin, Greek (monotonic and polytonic) and Cyrillicscripts, as well as small capitals, old-style figures, superiorand inferior figures, historical ligatures, Byzantine musicalsymbols, the IPA and swash capitals. The fonts are provided inOpenType format, and are intended to be used with LuaLaTeX orXeLaTeX via fontspec. | The Garamond Libre font face | 3 | 工具 + texlive-garamond-math | texlive | Garamond-Math is an open type math font matching EB Garamond(Octavio Pardo) and EB Garamond (Georg Mayr-Duffner). Manymathematical symbols are derived from other fonts, others aremade from scratch. The metric is generated with a Pythonscript. Issues, bug reports and other contributions arewelcome. | An OTF math font matching EB Garamond | 3 | 工具 + texlive-garrigues | texlive | Metapost macros for the reproduction of Garrigues' Easternomogram. These macros are described in Denis Roegel: Anintroduction to nomography: Garrigues' nomogram for thecomputation of Easter, TUGboat (volume 30, number 1, 2009,pages 88-104) | MetaPost macros for the reproduction of Garrigues' Easter nomogram | 3 | 工具 + texlive-garrigues-doc | texlive | Documentation for garrigues | Documentation for garrigues | 3 | 库 + texlive-garuda-c90 | texlive | garuda-c90 package | TeX support (from CJK) for the garuda font | 3 | 工具 + texlive-gastex | texlive | GasTeX is a set of LaTeX macros which enable the user to drawgraphs, automata, nets, diagrams, etc., very easily, in theLaTeX picture environment. | Graphs and Automata Simplified in TeX | 3 | 工具 + texlive-gastex-doc | texlive | Documentation for gastex | Documentation for gastex | 3 | 库 + texlive-gates | texlive | The package provides the means of writing code in a modularfashion: big macros or functions are divided into small chunks(called gates) with names, which can be externally controlled(e.g. they can be disabled, subjected to conditionals,loops...) and/or augmented with new chunks. Thus complex codemay easily be customised without having to rewrite it, or evenunderstand its implementation: the behavior of existing gatescan be modified, and new ones can be added, without endangeringthe whole design. This allows code to be hacked in ways theoriginal authors might have never envisioned. The gates packageis implemented independently for both TeX and Lua. The TeXimplementation, running in any current environment, requiresthe texapi package, whereas the Lua version can be run with anyLua interpreter, not just LuaTeX. | Support for writing modular and customisable code | 3 | 工具 + texlive-gates-doc | texlive | Documentation for gates | Documentation for gates | 3 | 库 + texlive-gatherenum | texlive | This package (ab)uses the inline enumeration capabilities ofenumitem to add a "displayed" enumeration mode, triggered byadding 'gathered' to the key-value option list of the enumerateenvironment. The end result is similar to a regular enumerateenvironment wrapped in a multicols environment, with thefollowing advantages: Gathered enumerate can pack itemsdepending on their actual width rather than a fixed, constantnumber per line. Gathered enumeration fills items in aline-major order (instead of column-major order), which mystudents found less confusing. YMMV. The package depends onenumitem, expl3, and xparse. | A crossover of align* and enumerate | 3 | 工具 + texlive-gauss | texlive | The gauss package provides configurable tools for producing rowand column operations on matrices (a.k.a. Gaussian operations). | A package for Gaussian operations | 3 | 库 + texlive-gauss-doc | texlive | Documentation for gauss | Documentation for gauss | 3 | 库 + texlive-gb4e | texlive | Provides an environment for linguistic examples, tools forglosses, and various other goodies. The code was developed fromthe midnight and covington packages. | Linguistic tools | 3 | 工具 + texlive-gb4e-doc | texlive | Documentation for gb4e | Documentation for gb4e | 3 | 库 + texlive-g-brief | texlive | Designed for formatting formless letters in German; can also beused for English (by those who can read the documentation).There are LaTeX 2.09 documentstyle and LaTeX 2e class files forboth an 'old' and a 'new' version of g-brief. | Letter document class | 3 | 工具 + texlive-g-brief-doc | texlive | Documentation for g-brief | Documentation for g-brief | 3 | 库 + texlive-gbt7714 | texlive | The package provides a BibTeX implementation for the Chinesenational bibliography style standard GB/T 7714-2015. Itconsists of two bst files for numerical and author-year stylesas well as a LaTeX package which provides the citation styledefined in the standard. The package is compatible with natbiband supports language detection (Chinese and English) for eachbiblilography entry. | BibTeX implementation of China's bibliography style standard GB/T 7714-2015 | 3 | 工具 + texlive-gcard | texlive | The package provides a simple means of producing greetingcards. It arranges four panels onto a single sheet so that whenthe sheet is folded twice the four panels are arranged as frontcover, inside left and right pages, and back cover. It uses thetextpos package for placement on the sheet and the graphicxpackage for the necessary rotation. The four panels are set inminipages for formatting by the user. | Arrange text on a sheet to fold into a greeting card | 3 | 工具 + texlive-gcard-doc | texlive | Documentation for gcard | Documentation for gcard | 3 | 库 + texlive-gchords | texlive | A LaTeX package for typesetting of guitar chord diagrams,including options for chord names, finger numbers andtypesetting above lyrics. The bundle also includes a TCL script(chordbox.tcl) that provides a graphical application whichcreates LaTeX files that use gchords.sty. | Typeset guitar chords | 3 | 工具 + texlive-gchords-doc | texlive | Documentation for gchords | Documentation for gchords | 3 | 库 + texlive-gcite | texlive | The package allows citations in the German style, which isconsidered by many to be particularly reader-friendly. Thecitation provides a small amount of bibliographic informationin a footnote on the page where each citation is made. Itcombines a desire to eliminate unnecessary page-turning withthe look-up efficiency afforded by numeric citations. Thepackage makes use of BibLaTeX, and is considered experimental;comment is invited. | Citations in a reader-friendly style | 3 | 工具 + texlive-gcite-doc | texlive | Documentation for gcite | Documentation for gcite | 3 | 库 + texlive-gckanbun | texlive | This package provides a Kanbun (Han Wen , "Chinese writing")typesetting for (u)pLaTeX and LuaLaTeX. | Kanbun typesetting for (u)pLaTeX and LuaLaTeX | 3 | 工具 + texlive-gender | texlive | Many languages -- like German or French -- use masculine andfeminine grammatical genders. There are many ideas how topromote gender neutrality in those languages. The genderpackage uses alternately masculine and feminine forms. It isalso possible to use just one form out of a template. | Gender neutrality for languages with grammatical gender | 3 | 库 + texlive-gender-doc | texlive | Documentation for gender | Documentation for gender | 3 | 库 + texlive-genealogy | texlive | A simple compilation of the genealogical symbols found in thewasy and gen fonts, adding the male and female symbols toKnuth's 'gen' font, and so avoiding loading two fonts when youneed only genealogical symbols. The font is distributed asMetafont source. | A compilation genealogy font | 3 | 工具 + texlive-genealogy-doc | texlive | Documentation for genealogy | Documentation for genealogy | 3 | 库 + texlive-genealogytree | texlive | Pedigree and genealogical tree diagrams are proven tools tovisualize genetic and relational connections betweenindividuals. The naming ("tree") derives from historical familydiagrams. However, even the smallest family entity consistingof two parents and several children is hardly a 'mathematical'tree -- it is a more general graph. The package provides a setof tools to typeset genealogical trees (i.e., to typeset a setof special graphs for the description of family-likestructures). The package uses an autolayout algorithm which canbe customized, e.g., to prioritize certain paths. | Pedigree and genealogical tree diagrams | 3 | 工具 + texlive-genealogytree-doc | texlive | Documentation for genealogytree | Documentation for genealogytree | 3 | 库 + texlive-gene-logic | texlive | The package provides a facility to typeset certain logicformulae. It provides an environment like eqnarray, anewtheorem-like environment (NewTheorem), and several macros. | Typeset logic formulae, etc | 3 | 工具 + texlive-gene-logic-doc | texlive | Documentation for gene-logic | Documentation for gene-logic | 3 | 库 + texlive-genmpage | texlive | The GenMPage package generalizes LaTeX's minipages. Keyvaloptions and styles can be used to determine their appearance inan easy and consistent way. Includes options for paragraphindentation and vertical alignment with respect to the visualtop and bottom margins. | Generalization of LaTeX's minipages | 3 | 工具 + texlive-genmpage-doc | texlive | Documentation for genmpage | Documentation for genmpage | 3 | 库 + texlive-gensymb | texlive | Provides generic commands \degree, \celsius, \perthousand,\micro and \ohm which work both in text and maths mode. Variousmeans are provided to fake the symbols or take them fromparticular symbol fonts, if they are not available in thedefault fonts used in the document. This should be perfectlytransparent at user level, so that one can apply the samenotation for units of measurement in text and math mode andwith arbitrary typefaces. Note that the package has beendesigned to work in conjunction with units.sty. This packageused to be part of the was bundle, but has now become a packagein its own right. | Generic symbols for both text and math mode | 3 | 工具 + texlive-gentium-tug | texlive | Gentium is a typeface family designed to enable the diverseethnic groups around the world who use the Latin, Cyrillic andGreek scripts to produce readable, high-quality publications.It supports a wide range of Latin- and Cyrillic-basedalphabets. The package consists of: The original (unaltered)GentiumPlus, GentiumBook, and other Gentium-family fonts inTrueType format, as developed by SIL and released under the OFL(see OFL.txt and OFL-FAQ.txt); Converted fonts in PostScriptType 1 format, released under the same terms. These incorporatethe name "Gentium" by permission of SIL given to the TeX UsersGroup; ConTeXt, LaTeX and other supporting files; TeX-relateddocumentation, and the SIL documentation and other files. | Gentium fonts (in two formats) and support files | 3 | 工具 + texlive-gentium-tug-doc | texlive | Documentation for gentium-tug | Documentation for gentium-tug | 3 | 库 + texlive-gentle-doc | texlive | Documentation for gentle | Documentation for gentle | 3 | 库 + texlive-gentombow | texlive | This bundle provides a LaTeX package for generatingJapanese-style crop marks (called 'tombow' in Japanese) forpractical use in self-publishing. The bundle contains thefollowing packages: gentombow.sty: Generate crop marks (called'tombow' in Japanese) for practical use in self-publishing. Itprovides the core 'tombow' feature if not available.pxgentombow.sty: Superseded by gentombow.sty; kept forcompatibility only. bounddvi.sty: Set papersize special to DVIfile. Can be used on LaTeX/pLaTeX/upLaTeX (with DVI outputmode) with dvips or dvipdfmx drivers. | Generate Japanese-style crop marks | 3 | 工具 + texlive-geometry | texlive | The package provides an easy and flexible user interface tocustomize page layout, implementing auto-centering and auto-balancing mechanisms so that the users have only to give theleast description for the page layout. For example, if you wantto set each margin 2cm without header space, what you need isjust \usepackage[margin=2cm,nohead]{geometry}. The packageknows about all the standard paper sizes, so that the user neednot know what the nominal 'real' dimensions of the paper are,just its standard name (such as a4, letter, etc.). An importantfeature is the package's ability to communicate the paper sizeit's set up to the output (whether via DVI \specials or viadirect interaction with PDF(La)TeX). | Flexible and complete interface to document dimensions | 3 | 工具 + texlive-geometry-doc | texlive | Documentation for geometry | Documentation for geometry | 3 | 库 + texlive-geradwp | texlive | This package provides the geradwp class, a class based onarticle and compatible with LaTeX. With this class, researchersat GERAD will be able to write their working paper whilecomplying to all the presentation standards required by theCahiers du GERAD series. | Document class for the Cahiers du GERAD series | 3 | 工具 + texlive-german | texlive | Supports the new German orthography (neue deutscheRechtschreibung). | Support for German typography | 3 | 工具 + texlive-german-doc | texlive | Documentation for german | Documentation for german | 3 | 库 + texlive-germbib | texlive | A development of the (old) german.sty, this bundle providesGerman packages, BibTeX styles and documentary examples, forwriting documents with bibliographies. The author has sincedeveloped the babelbib bundle, which (he asserts) supersedesgermbib. | German variants of standard BibTeX styles | 3 | 工具 + texlive-germbib-doc | texlive | Documentation for germbib | Documentation for germbib | 3 | 库 + texlive-germkorr | texlive | The package germcorr has to be loaded after the package german.It brings some letters like T nearer to german single anddouble quotes even when that letter wears a standard accentlike "`\.T"'. | Change kerning for german quotation marks | 3 | 工具 + texlive-germkorr-doc | texlive | Documentation for germkorr | Documentation for germkorr | 3 | 库 + texlive-geschichtsfrkl | texlive | The package provides a BibLaTeX style, (mostly) meeting therequirements of the History Faculty of the University ofFreiburg (Germany). | BibLaTeX style for historians | 3 | 工具 + texlive-geschichtsfrkl-doc | texlive | Documentation for geschichtsfrkl | Documentation for geschichtsfrkl | 3 | 库 + texlive-getfiledate | texlive | The package fetches from the system the date of lastmodification or opening of an existing file, using the function\pdffilemoddate (present in recent versions of PDFTeX); theuser may specify how the date is to be presented. | Find the date of last modification of a file | 3 | 工具 + texlive-getfiledate-doc | texlive | Documentation for getfiledate | Documentation for getfiledate | 3 | 库 + texlive-getitems | texlive | This package provides a \gatheritems command to parse a list ofdata separated by \item tokens. This makes it easier to definecustom environments which structure their data in the same waythat itemize or enumerate do. | Gathering items from a list-like environment | 3 | 工具 + texlive-getitems-doc | texlive | Documentation for getitems | doc files of getitems | 3 | 库 + texlive-getmap | texlive-base | The package provides a simple interface to OpenStreetMap, andto Google Maps "map images". In the simplest case, it issufficient to specify the address you need (if you don't, thepackage will use its own default). The package loads the mapimage using an external lua script (invoked via \write 18:LaTeX must be running with \write 18 enabled). The ("external")lua script may be used from the command line; a bash version isprovided. | Download OpenStreetMap maps for use in documents | 3 | 工具 + texlive-getoptk | texlive | The package provides a means of defining macros whose optionsare taken from a dictionary, which includes options whichthemselves have arguments. The package was designed for usewith Plain TeX; its syntax derives from that of the \hbox,\hrule, etc., TeX primitives. | Define macros with sophisticated options | 3 | 工具 + texlive-getoptk-doc | texlive | Documentation for getoptk | Documentation for getoptk | 3 | 库 + texlive-gettitlestring | texlive | Cleans up the title string (removing \label commands) forpackages (such as nameref) that typeset such strings. | Clean up title references | 3 | 工具 + texlive-gfnotation | texlive | The package implements macros for plain TeX to typeset thenotation invented by Gottlob Frege in 1879 for his books"Begriffsschrift" and "Grundgesetze der Arithmetik" (twovolumes). The output styles of both books are supported. | Typeset Gottlob Frege's notation in plain TeX | 3 | 工具 + texlive-gfnotation-doc | texlive | Documentation for gfnotation | Documentation for gfnotation | 3 | 库 + texlive-gfsartemisia | texlive | GFS Artemisia is a relatively modern font, designed as a'general purpose' font in the same sense as Times is nowadaystreated. The present version has been provided by the GreekFont Society. The font supports the Greek and Latin alphabets.LaTeX support is provided, using the OT1, T1 and LGR encodings. | A modern Greek font design | 3 | 库 + texlive-gfsartemisia-doc | texlive | Documentation for gfsartemisia | Documentation for gfsartemisia | 3 | 库 + texlive-gfsbaskerville | texlive | The font is a digital implementation of Baskerville's classicGreek font, provided by the Greek Font Society. The font coversGreek only, and LaTeX support provides for the use of LGRencoding. | A Greek font, from one such by Baskerville | 3 | 工具 + texlive-gfsbaskerville-doc | texlive | Documentation for gfsbaskerville | Documentation for gfsbaskerville | 3 | 库 + texlive-gfsbodoni | texlive | Bodoni's Greek fonts in the 18th century broke, for the firsttime, with the Byzantine cursive tradition of Greek fonts. GFSBodoni resurrects his work for general use. The font familysupports both Greek and Latin letters. LaTeX support of thefonts is provided, offering OT1, T1 and LGR encodings. Thefonts themselves are provided in Adobe Type 1 and OpenTypeformats. | A Greek and Latin font based on Bodoni | 3 | 工具 + texlive-gfsbodoni-doc | texlive | Documentation for gfsbodoni | Documentation for gfsbodoni | 3 | 库 + texlive-gfscomplutum | texlive | GFS Complutum derives, via a long development, from a minuscule-only font cut in the 16th century. An unsatisfactory set ofmajuscules were added in the early 20th century, but its authordied before he could complete the revival of the font. TheGreek Font Society has released this version, which has a newset of majuscules. | A Greek font with a long history | 3 | 工具 + texlive-gfscomplutum-doc | texlive | Documentation for gfscomplutum | Documentation for gfscomplutum | 3 | 库 + texlive-gfsdidot | texlive | The design of Didot's 1805 Greek typeface was influenced by theneoclassical ideals of the late 18th century. The font wasbrought to Greece at the time of the 1821 Greek Revolution, byDidot's son, and was very widely used. The present version isprovided by the Greek Font Society. The font supports the Greekalphabet, and is accompanied by a matching Latin alphabet basedon Zapf's Palatino. LaTeX support is provided, using the OT1,T1, TS1, and LGR encodings. | A Greek font based on Didot's work | 3 | 工具 + texlive-gfsdidotclassic | texlive | The classic version of GFSDidot provided for Unicode TeXengines. | The classic version of GFSDidot | 3 | 工具 + texlive-gfsdidot-doc | texlive | Documentation for gfsdidot | Documentation for gfsdidot | 3 | 库 + texlive-gfsneohellenic | texlive | The NeoHellenic style evolved in academic circles in the 19thand 20th century; the present font follows a cut commissionedfrom Monotype in 1927. The present version was provided by theGreek Font Society. The font supports both Greek and Latincharacters, and has been adjusted to work well with thecmbright fonts for mathematics support. LaTeX support of thefonts is provided, offering OT1, T1 and LGR encodings. | A Greek font in the Neo-Hellenic style | 3 | 工具 + texlive-gfsneohellenic-doc | texlive | Documentation for gfsneohellenic | Documentation for gfsneohellenic | 3 | 库 + texlive-gfsneohellenicmath | texlive | The GFSNeohellenic font, a historic font first designed byVictor Scholderer, and digitized by George Matthiopoulos of theGreek Font Society (GFS), now has native support forMathematics. The project was commissioned to GFS by theDepartment of Mathematics of the University of the Aegean,Samos, Greece. The Math Table was constructed by theMathematics Professor A. Tsolomitis. A useful application is inbeamer documents since this is a Sans Math font. TheGFSNeohellenic fontfamily supports many languages (includingGreek), and it is distributed (both text and math) under theOFL license. | A Greek math font in the Neo-Hellenic style | 3 | 库 + texlive-gfsporson | texlive | Porson is an elegant Greek font, originally cut at the turn ofthe 19th Century in England. The present version has beenprovided by the Greek Font Society. The font supports the Greekalphabet only. LaTeX support is provided, using the LGRencoding. | A Greek font, originally from Porson | 3 | 工具 + texlive-gfsporson-doc | texlive | Documentation for gfsporson | Documentation for gfsporson | 3 | 库 + texlive-gfssolomos | texlive | Solomos is a font which traces its descent from acalligraphically-inspired font of the mid-19th century. LaTeXsupport, for use with the LGR encoding only, is provided. | A Greek-alphabet font | 3 | 库 + texlive-gfssolomos-doc | texlive | Documentation for gfssolomos | Documentation for gfssolomos | 3 | 库 + texlive-ghab | texlive | The package defines a command \darghab that will typeset itsargument in a box with a decorated frame. The width of the boxmay be set using an optional argument. | Typeset ghab boxes in LaTeX | 3 | 工具 + texlive-ghab-doc | texlive | Documentation for ghab | Documentation for ghab | 3 | 库 + texlive-ghsystem | texlive | The package provides the means to typeset all the hazard andprecautionary statements and pictograms in a straightforwardway. The statements are taken from EU regulation 1272/2008. | Globally harmonised system of chemical (etc) naming | 3 | 工具 + texlive-ghsystem-doc | texlive | Documentation for ghsystem | Documentation for ghsystem | 3 | 库 + texlive-gillcm | texlive | This is a demonstration of the use of virtual fonts for unusualeffects: the package implements an old idea of Eric Gill. Thepackage was written for the author's talk at TUG 2010. | Alternative unslanted italic Computer Modern fonts | 3 | 工具 + texlive-gillcm-doc | texlive | Documentation for gillcm | Documentation for gillcm | 3 | 库 + texlive-gillius | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Gillius and Gillius No. 2 families of sansserif fonts and condensed versions of them, designed by HirwenHarendal. According to the designer, the fonts were inspired byGill Sans. | Gillius fonts with LaTeX support | 3 | 工具 + texlive-gillius-doc | texlive | Documentation for gillius | Documentation for gillius | 3 | 库 + texlive-gincltex | texlive | The package builds on the standard LaTeX packages graphicsand/or graphicx and allows external LaTeX source files to beincluded, in the same way as graphic files, by\includegraphics. In effect, then package adds support for the.tex extension. Some of the lower level operations likeclipping and trimming are implemented using the adjustboxpackage which includes native pdflatex support and uses the pgfpacakge for other output formats. | Include TeX files as graphics (.tex support for \includegraphics) | 3 | 工具 + texlive-gincltex-doc | texlive | Documentation for gincltex | Documentation for gincltex | 3 | 工具 + texlive-gindex | texlive | This package provides a way to generate the format of indexentries from within LaTeX. | Formatting indexes | 3 | 工具 + texlive-ginpenc | texlive | If the inputenc is used and German umlauts are input directly,they are converted to the LICR representation \"a (etc.). Thisbreaks the sort algorithm of makeindex, for instance. Ginpencconverts umlauts and the sharp-s to the short forms defined bybabel, e.g., "a instead, if the text is typeset in German. | Modification of inputenc for German | 3 | 工具 + texlive-ginpenc-doc | texlive | Documentation for ginpenc | Documentation for ginpenc | 3 | 库 + texlive-gitfile-info | texlive | If you are using git to control versions of LaTeX-files, youmay want to show yourself or other users or devs the currentversion of the file, information about the author and lastedited date. All packages for git known make that kind ofinformation available for the whole repository. But sometimesyou have a lot of files within the same repository in differentversions, from different authors etc. Perhaps you also split upa big project in small files and want to show within thedocument who had edited what. This package gives you theopportunity to do so. | Get git metadata for a specific file | 3 | 工具 + texlive-gitinfo | texlive | The package makes it possible to incorporate git versioncontrol metadata into documents. For memoir users, the packageprovides the means to tailor page headers and footers to usethe metadata. Note this version is now deprecated, but is kepton the archive, pro tem, for continuity for existing users. Allnew repositories should use gitinfo2. | Access metadata from the git distributed version control system | 3 | 工具 + texlive-gitinfo2 | texlive | The package makes it possible to incorporate git versioncontrol metadata into documents. For memoir users, the packageprovides the means to tailor page headers and footers to usethe metadata. gitinfo2 is a new release of gitinfo. The changesto version 2 are not backward-compatible, and the package namehas been changed to avoid impact on existing users'repositories. All new repositories should use this version ofthe package. | Access metadata from the git distributed version control system | 3 | 工具 + texlive-gitinfo2-doc | texlive | Documentation for gitinfo2 | Documentation for gitinfo2 | 3 | 库 + texlive-gitinfo-doc | texlive | Documentation for gitinfo | Documentation for gitinfo | 3 | 库 + texlive-git-latexdiff | texlive-base | git-latexdiff is a tool to graphically visualize differencesbetween different versions of a LaTeX file. Technically, it isa wrapper around git and latexdiff. | Call latexdiff on two Git revisions of a file | 3 | 工具 + texlive-gitlog | texlive | This package allows git change log history to be incorporatedinto LaTeX documents; the log data is obtained from the gitdistributed version control system. The current release(0.0.beta) is a proof-of-concept release to allow users anearly evaluation and to attract ideas and support. Requests andsuggestions, as well as code contributions are welcome. | Typesetting git changelogs | 3 | 工具 + texlive-gitlog-doc | texlive | Documentation for gitlog | doc files of gitlog | 3 | 库 + texlive-gitstatus | texlive | If your LaTeX-document is version-controlled with git, youmight encounter situations, where you want to include someinformation of your git-repository into your LaTeX-document-e.g. to keep track on who gave you feedback on which version ofyour document. This git-information can be included on everypage by a watermark or (for custom needs) via providedvariables. | Include Git information in the document as watermark or via variables | 3 | 工具 + texlive-gitver | texlive | This package will get a description of the current git versionof the document and store it in a command \gitVer. If memoir orfancyhdr are in use, it will also add this to the documentfooters unless the option "noheader" is passed. The packagealso defines a command \versionBox which outputs a boxcontaining the version and date of compilation. The packagerequires hyperref, catchfile, pdftexcmds, and datetime. | Get the current git hash of a project and typeset it in the document | 3 | 工具 + texlive-globalvals | texlive | This package allows the user to declare a variable which canthen be used anywhere else in a document, including before itwas declared. | Declare global variables | 3 | 工具 + texlive-glosmathtools | texlive | This package can be used to generate a mathematicalnomenclature (also called "list of symbols" or "notation"). Itis based on the glossaries package. Its main features are:symbol categories (e.g.: latin, greek) automatic butcustomizable symbol sorting easy subscript management easyaccentuation management abbreviation support (with first usedefinition) bilingual nomenclatures (for bilingual documents)bilingual abbreviations The documentation is based on theulthese class. The package itself depends on glossaries,amsmath, amsfonts, and etoolbox. | Mathematical nomenclature tools based on the glossaries package | 3 | 工具 + texlive-gloss | texlive | A glossary package using BibTeX with \cite replaced by \gloss. | Create glossaries using BibTeX | 3 | 工具 + texlive-glossaries | texlive-base | The glossaries package supports acronyms and multipleglossaries, and has provision for operation in severallanguages (using the facilities of either babel orpolyglossia). New entries are defined to have a name anddescription (and optionally an associated symbol). Support formultiple languages is offered, and plural forms of terms may bespecified. An additional package, glossaries-accsupp, can makeuse of the accsupp package mechanisms for accessibility supportfor PDF files containing glossaries. The user may define newglossary styles, and preambles and postambles can be specified.There is provision for loading a database of terms, but onlyterms used in the text will be added to the relevant glossary.The package uses an indexing program to provide the actualglossary; either makeindex or xindy may serve this purpose, anda Perl script is provided to serve as interface. This packagerequires the mfirstuc package. The package supersedes theauthor's glossary package (which is now obsolete). | Create glossaries and lists of acronyms | 3 | 工具 + texlive-glossaries-danish | texlive | Danish language module for glossaries package. | Danish language module for glossaries package | 3 | 工具 + texlive-glossaries-danish-doc | texlive | Documentation for glossaries-danish | Documentation for glossaries-danish | 3 | 工具 + texlive-glossaries-dutch | texlive | Dutch language module for glossariesr package. | Dutch language module for glossaries package | 3 | 工具 + texlive-glossaries-dutch-doc | texlive | Documentation for glossaries-dutch | Documentation for glossaries-dutch | 3 | 工具 + texlive-glossaries-english | texlive | English language module for glossariesr package. | English language module for glossaries package | 3 | 工具 + texlive-glossaries-english-doc | texlive | Documentation for glossaries-english | Documentation for glossaries-english | 3 | 工具 + texlive-glossaries-estonian | texlive | This package provides the Estonian language module for theglossaries package. | Estonian language module for glossaries package | 3 | 工具 + texlive-glossaries-extra | texlive | This package provides improvements and extra features to theglossaries package. Some of the default glossaries.stybehaviour is changed by glossaries-extra.sty. See the usermanual glossaries-extra-manual.pdf for further details.glossaries-extra.sty requires the glossaries package and,naturally, all packages required by glossaries.sty. | An extension to the glossaries package | 3 | 工具 + texlive-glossaries-extra-doc | texlive | Documentation for glossaries-extra | doc files of glossaries-extra | 3 | 工具 + texlive-glossaries-finnish | texlive | Finnish language module for glossaries package. | Finnish language module for glossaries package | 3 | 工具 + texlive-glossaries-french | texlive | French language module for glossaries package. | French language module for glossaries package | 3 | 工具 + texlive-glossaries-french-doc | texlive | Documentation for glossaries-french | Documentation for glossaries-french | 3 | 工具 + texlive-glossaries-german | texlive | German language module for glossariesr package. | German language module for glossaries package | 3 | 工具 + texlive-glossaries-german-doc | texlive | Documentation for glossaries-german | Documentation for glossaries-german | 3 | 工具 + texlive-glossaries-irish | texlive | Irish language module for glossariesr package. | Irish language module for glossaries package | 3 | 工具 + texlive-glossaries-irish-doc | texlive | Documentation for glossaries-irish | Documentation for glossaries-irish | 3 | 工具 + texlive-glossaries-italian | texlive | Italian language module for glossaries package. | Italian language module for glossaries package | 3 | 工具 + texlive-glossaries-italian-doc | texlive | Documentation for glossaries-italian | Documentation for glossaries-italian | 3 | 工具 + texlive-glossaries-magyar | texlive | Magyar language module for glossariesr package. | Magyar language module for glossaries package | 3 | 工具 + texlive-glossaries-magyar-doc | texlive | Documentation for glossaries-magyar | Documentation for glossaries-magyar | 3 | 工具 + texlive-glossaries-nynorsk | texlive | Norwegian Nynorsk language module for the glossaries package. | Nynorsk language module for the glossaries package | 3 | 工具 + texlive-glossaries-polish | texlive | Polish language module for glossariesr package. | Polish language module for glossaries package | 3 | 工具 + texlive-glossaries-polish-doc | texlive | Documentation for glossaries-polish | Documentation for glossaries-polish | 3 | 工具 + texlive-glossaries-portuges | texlive | Portuges language module for glossaries package. | Portuges language module for glossaries package | 3 | 工具 + texlive-glossaries-portuges-doc | texlive | Documentation for glossaries-portuges | Documentation for glossaries-portuges | 3 | 工具 + texlive-glossaries-serbian | texlive | Serbian language module for glossaries package. | Serbian language module for glossaries package | 3 | 工具 + texlive-glossaries-serbian-doc | texlive | Documentation for glossaries-serbian | Documentation for glossaries-serbian | 3 | 工具 + texlive-glossaries-slovene | texlive | Slovene language module for glossaries package. | Slovene language module for glossaries package | 3 | 工具 + texlive-glossaries-spanish | texlive | Spanish language module for glossaries package. | Spanish language module for glossaries package | 3 | 工具 + texlive-glossaries-spanish-doc | texlive | Documentation for glossaries-spanish | Documentation for glossaries-spanish | 3 | 工具 + texlive-gloss-doc | texlive | Documentation for gloss | Documentation for gloss | 3 | 库 + texlive-gloss-occitan | texlive | Occitan language description file for polyglossia. | Polyglossia support for Occitan | 3 | 库 + texlive-gloss-occitan-doc | texlive | Documentation for gloss-occitan | doc files of gloss-occitan | 3 | 工具 + texlive-glyphlist | texlive-base | glyphlist package. | glyphlist package | 3 | 工具 + texlive-gmdoc | texlive | A LaTeX package and an example class for documenting (La)TeXpackages, document classes, .dtx etc., providing hyperlinks.The package is believed to be compatible with doc and permitsminimal markup of code (the macrocode environment is no longernecessary). The package provides automatic detection ofdefinitions (detecting such things as \def, \newcommand,\DeclareOption etc.). The package needs hyperref and theauthor's three 'basic' packages: gmutils, gmverb and gmiflink.As a bonus (and as an example of doc compatibility) driverfiles are provided that may be used to typeset the LaTeX Base. | Documentation of LaTeX packages | 3 | 工具 + texlive-gmdoc-doc | texlive | Documentation for gmdoc | Documentation for gmdoc | 3 | 库 + texlive-gmdoc-enhance | texlive | This package provides some enhancements for the gmdoc package:nicer formatting for multiple line inline comments, an abilityto "comment out" some code, and a macro to input other files in"normal" LaTeX mode. | Some enhancements to the gmdoc package | 3 | 工具 + texlive-gmdoc-enhance-doc | texlive | Documentation for gmdoc-enhance | Documentation for gmdoc-enhance | 3 | 库 + texlive-gmiflink | texlive | Three hyperref-based macros that simplify usage of \hypertargetand \hyperlink: one argument instead of the same one twice.Also \gmiflink and \gmifref which typeset plain text instead ofgenerating an error or printing '??' if there is no respectivehypertarget or label. | Simplify usage of \hypertarget and \hyperlink | 3 | 工具 + texlive-gmiflink-doc | texlive | Documentation for gmiflink | Documentation for gmiflink | 3 | 库 + texlive-gmp | texlive | The package allows integration between MetaPost pictures andLaTeX. The main feature is that passing parameters to theMetaPost pictures is possible and the picture code can be putinside arguments to commands, including \newcommand. | Enable integration between MetaPost pictures and LaTeX | 3 | 工具 + texlive-gmp-doc | texlive | Documentation for gmp | Documentation for gmp | 3 | 库 + texlive-gmutils | texlive | Miscellaneous macros used by others of the author's packages.Contents of the package: \newgif and other globals; \@ifnextcatand \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions;\afterfi and friends; commands from relsize, etc.; "almost anenvironment" or redefinition of \begin (\begin* doesn't checkif the argument environment is defined). | Support macros for other packages | 3 | 工具 + texlive-gmutils-doc | texlive | Documentation for gmutils | Documentation for gmutils | 3 | 工具 + texlive-gmverb | texlive | A redefinition of \verb and verbatim so that long lines arebreakable before \ and after { with % as 'hyphen'. Allows youto define your own verbatim-like environments (subject to asize limit) and allows you to declare any single character as ashorthand as in the \MakeShortVerb command of the shortvrbpackage of the LaTeX distribution. The package depends on thegmutils package. | A variant of LaTeX \verb, verbatim and shortvrb | 3 | 工具 + texlive-gmverb-doc | texlive | Documentation for gmverb | Documentation for gmverb | 3 | 库 + texlive-gmverse | texlive | A redefinition of the verse environment to make the \\ commandoptional for line ends and to give it a possibility of opticalcentering and `right-hanging' alignment of lines broken becauseof length. | A package for typesetting (short) poems | 3 | 工具 + texlive-gmverse-doc | texlive | Documentation for gmverse | Documentation for gmverse | 3 | 库 + texlive-gnu-freefont | texlive | The package provides a set of outline (i.e. OpenType) fontscovering as much as possible of the Unicode character set. Theset consists of three typefaces: one monospaced and twoproportional (one with uniform and one with modulated stroke). | A Unicode font, with rather wide coverage | 3 | 库 + texlive-gnu-freefont-doc | texlive | Documentation for gnu-freefont | Documentation for gnu-freefont | 3 | 库 + texlive-gnuplottex | texlive | This package allows you to include Gnuplot graphs in your LaTeXdocuments. The gnuplot code is extracted from the document andwritten to .gnuplot files. Then, if shell escape is used, thegraph files are automatically processed to graphics or LaTeXcode files which will then be included in the document. Ifshell escape isn't used, the user will have to manually convertthe files by running gnuplot on the extracted .gnuplot files. | Embed Gnuplot commands in LaTeX documents | 3 | 工具 + texlive-gnuplottex-doc | texlive | Documentation for gnuplottex | Documentation for gnuplottex | 3 | 库 + texlive-go | texlive | The macros provide for nothing more complicated than thestandard 19x19 board; the fonts are written in Metafont. | Fonts and macros for typesetting go games | 3 | 工具 + texlive-gobble | texlive | The LaTeX package gobble includes several gobble macros notincluded in the LaTeX kernel. These macros remove a number ofarguments after them, a feature regulary used inside othermacros. This includes gobble macros for optional arguments. TheLaTeX package gobble-user provides these macros at the userlevel, i.e. using names without @ so that these can be usedwithout \makeatletter and \makeatother. The same macros areprovided inside .tex files for use with plain-TeX or other TeXformats. However, the gobble macros for optional macros require\@ifnextchar to be defined. | More gobble macros for PlainTeX and LaTeX | 3 | 工具 + texlive-gobble-doc | texlive | Documentation for gobble | doc files of gobble | 3 | 库 + texlive-go-doc | texlive | Documentation for go | Documentation for go | 3 | 库 + texlive-gofonts | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the GoSans and GoMono families of fonts designed bythe Bigelow & Holmes foundry for the Go project. GoSans isavailable in three weights: Regular, Medium, and Bold (withcorresponding italics). GoMono is available in regular andbold, with italics. Notes on the design may be found athttps://blog.golang.org/go-fonts. | GoSans and GoMono fonts with LaTeX support | 3 | 工具 + texlive-gost | texlive | BibTeX styles to format bibliographies in English, Russian orUkrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both 8-bit and Unicode (UTF-8) versions of each BibTeX style, in eachcase offering a choice of sorted and unsorted. Further, a setof three styles (which do not conform to current standards) areretained for backwards compatibility. | BibTeX styles to format according to GOST | 3 | 工具 + texlive-gost-doc | texlive | Documentation for gost | Documentation for gost | 3 | 库 + texlive-gothic | texlive | A collection of fonts that reproduce those used in "old German"printing and handwriting. The set comprises Gothic, Schwabacherand Fraktur fonts, a pair of handwriting fonts, Sutterlin andSchwell, and a font containing decorative initials. Inaddition, there are two re-encoding packages for Haralambous'sfonts, providing T1, using virtual fonts, and OT1 and T1, usingMetafont. | A collection of old German-style fonts | 3 | 工具 + texlive-gothic-doc | texlive | Documentation for gothic | Documentation for gothic | 3 | 库 + texlive-gotoh | texlive | This package calculates biological sequence alignment with theGotoh algorithm. The package also provides an interface tocontrol various settings including algorithm parameters. | An implementation of the Gotoh sequence alignment algorithm | 3 | 工具 + texlive-grabbox | texlive | The package provides the command \grabbox, which grabs anargument into a box and executes the code afterwards. | Read an argument into a box and execute the code afterwards | 3 | 工具 + texlive-gradientframe | texlive | The package provides a means of drawing graded frames aroundobjects. The gradients of the frames are drawn using the colorpackage. | Simple gradient frames around objects | 3 | 工具 + texlive-gradientframe-doc | texlive | Documentation for gradientframe | Documentation for gradientframe | 3 | 库 + texlive-gradient-text | texlive | This package enables writers to conveniently decorate text withlinear gradient colors. The RGB values of the first and thelast character are specified as parameters while the rest ofthe text is colored automatically. | Decorate text with linear gradient colors | 3 | 工具 + texlive-grading-scheme | texlive | This package aims at an easy-to-use interface to typesetgrading schemes in tabular format, in particulargrading-schemes of exercises of mathematical olympiads wheremultiple solutions have to be graded and might offer mutualexclusive ways of receiving points. | Typeset grading schemes in tabular format | 3 | 工具 + texlive-gradstudentresume | texlive | The package offers a template for graduate students writing anacademic CV. The goal is to create a flexible template that canbe customized based on each specific individual's needs. | A generic template for graduate student resumes | 3 | 工具 + texlive-gradstudentresume-doc | texlive | Documentation for gradstudentresume | doc files of gradstudentresume | 3 | 库 + texlive-grafcet | texlive | The package provides a library (GRAFCET) that can draw GrafcetSequential Function Chart (SFC) diagrams, in accordance with EN60848, using Pgf/TikZ. L'objectif de la librairie GRAFCET estde permettre le trace de grafcet selon la norme EN 60848 apartir de Pgf/TikZ. | Draw Grafcet/SFC with TikZ | 3 | 库 + texlive-grafcet-doc | texlive | Documentation for grafcet | Documentation for grafcet | 3 | 库 + texlive-grant | texlive | LaTeX classes for formatting federal grant proposals: grant:Base class for formatting grant proposals grant-arl: ArmyResearch Laboratory grant-darpa: Defense Advanced ResearchProjects Agency grant-doe: Department of Energy grant-nih:National Institutes of Health grant-nrl: Naval ResearchLaboratory grant-nsf: National Science Foundation grant-onr:Office of Naval Research | Classes for formatting federal grant proposals. | 3 | 工具 + texlive-graph35 | texlive | This package defines commands to draw the Casio Graph 35 /fx-9750GII calculator (and other models). It can draw the wholecalculator, or parts of it (individual keys, part of thescreen, etc.). It was written to typeset documents instructingstudents how to use their calculator. | Draw keys and screen items of several Casio calculators | 3 | 工具 + texlive-graphbox | texlive | Graphbox is an extension of the standard graphicx LaTeX2epackage to allow the placement of graphics relative to the"current position" using additional optional arguments of\includegraphics. For example, changing the vertical alignmentis convenient for using graphics as elements of (mathematical)formulae. Options for shifting, smashing and hiding thegraphics may be useful in support, for example, of the beamerframework. | Extend graphicx to improve placement of graphics | 3 | 工具 + texlive-graphbox-doc | texlive | Documentation for graphbox | Documentation for graphbox | 3 | 库 + texlive-graphics | texlive | This is a collection of LaTeX packages for: producing colourincluding graphics (eg PostScript) files rotation and scalingof text in LaTeX documents. It comprises the packages color,graphics, graphicx, trig, epsfig, keyval, and lscape. | The LaTeX standard graphics bundle | 3 | 工具 + texlive-graphicscache | texlive | This LaTeX package provides caching of \includegraphics calls,with several useful effects: Recompilations are much faster(10x speedup observed). Images can be postprocessed withghostscript before inclusion, thus: Automatic downscaling tospecified DPI Automatic JPEG compression with configurablequality Much smaller files (e.g. 10MB instead of 150MB)! Note:Due to the one-by-one invocation of pdflatex and ghostscriptfor each graphics element, the first compilation is typicallyslower than usual. Note: graphicscache needs the \write18 call(also called shell escape). This is a security risk if you haveuntrusted TeX sources. graphicscache supports pdfLaTeX andLuaLaTeX; XeLaTeX is not supported. | Cache includegraphics calls | 3 | 工具 + texlive-graphics-cfg | texlive | This bundle includes color.cfg and graphics.cfg files that setdefault "driver" options for the color and graphics packages.It contains support for defaulting the new LuaTeX option whichwas added to graphics and color in the 2016-02-01 release. TheLuaTeX option is only used for LuaTeX versions from 0.87, olderversions use the pdfTeX option as before. | Sample configuration files for LaTeX color and graphics | 3 | 工具 + texlive-graphics-cfg-doc | texlive | Documentation for graphics-cfg | doc files of graphics-cfg | 3 | 库 + texlive-graphics-def | texlive | This bundle is a combined distribution consisting of dvips.def,pdftex.def, luatex.def, xetex.def, dvipdfmx.def, anddvisvgm.def driver option files for the LaTeX graphics andcolor packages. It is hoped that by combining their sourcerepositories at https://github.com/latex3/graphics-def it willbe easier to coordinate updates. | Colour and graphics option files | 3 | 工具 + texlive-graphics-doc | texlive | Documentation for graphics | Documentation for graphics | 3 | 库 + texlive-graphics-pln | texlive | The Plain TeX graphics package is mostly a thin shell aroundthe LaTeX graphicx and color packages, with support of theLaTeX-isms in those packages provided by miniltx (which is thelargest part of the bundle). The bundle also contains a file"picture.tex", which is a wrapper around the autopict.sty, andprovides the LaTeX picture mode to Plain TeX users. | LaTeX-style graphics for Plain TeX users | 3 | 工具 + texlive-graphics-pln-doc | texlive | Documentation for graphics-pln | Documentation for graphics-pln | 3 | 库 + texlive-graphicxbox | texlive | The package defines two new commands \graphicxbox and\fgraphicxbox, which are companions to \colorbox and \fcolorboxof the Standard LaTeX color package. The \graphicxbox commandinserts a graphical image as a background rather than abackground color, while \fgraphicxbox does the same thing, butalso draws a colored frame around the box. | Insert a graphical image as a background | 3 | 工具 + texlive-graphicxbox-doc | texlive | Documentation for graphicxbox | Documentation for graphicxbox | 3 | 库 + texlive-graphicxpsd | texlive | This package provides Adobe Photoshop Data format (PSD) supportfor graphicx package with sips (Darwin/macOS) / convert(ImageMagick) command. | Adobe Photoshop Data format (PSD) support for graphicx package | 3 | 工具 + texlive-graphicx-psmin | texlive | The package is an extension of the standard latex-graphicsbundle and provides a way to include repeated PostScriptgraphics (ps, eps) only once in a PostScript document. Thisleads to smaller PostScript documents when having, forinstance, a logo on every page. The package only works whenpost-processed with dvips, which should be version 5.95b orlater. The difference for a resulting distilled PDF file isminimal (as Ghostscript and Adobe Distiller only include asingle copy of each graphics file, anyway). | Reduce size of PostScript files by not repeating images | 3 | 工具 + texlive-graphicx-psmin-doc | texlive | Documentation for graphicx-psmin | Documentation for graphicx-psmin | 3 | 工具 + texlive-graphpaper | texlive | Graphpaper is a LaTeX document class which allows to printseveral types of graph papers: bilinear (millimeter paper),semilogarithmic, bilogarithmic, polar, log-polar, Smith charts.It is based on the picture environment and its extensions. | A LaTeX class to generate several types of graph papers | 3 | 工具 + texlive-graphviz | texlive | The package allows inline use of graphviz code, in a LaTeXdocument. | Write graphviz (dot+neato) inline in LaTeX documents | 3 | 工具 + texlive-graphviz-doc | texlive | Documentation for graphviz | Documentation for graphviz | 3 | 服务 + texlive-grayhints | texlive | The package provides JavaScript code snippets to create 'grayhints'. Gray hints, as the author terms them, are text thatappears initially in a text field that gives a short hint as towhat the contents of the text field should be. For example, atext field might contain the hint 'First Name', or a date fieldmight read 'yyyy/mm/dd'. As soon as the field comes into focus,the hint disappears. It reappears when the field is blurred andthe user did not enter any text into the field. The packageworks for dvips/Distiller, pdfLaTeX, LuaLaTeX, and XeLaTeX. | Produce 'gray hints' to a variable text field | 3 | 工具 + texlive-greekdates | texlive | The package provides easy access to ancient Greek names of daysand months of various regions of Greece. In case the historicalinformation about a region is not complete, we use the Athenianname of the month. Moreover commands and options are provided,in order to completely switch to the "ancient way", commandssuch as \today. | Provides ancient Greek day and month names, dates, etc | 3 | 工具 + texlive-greekdates-doc | texlive | Documentation for greekdates | Documentation for greekdates | 3 | 库 + texlive-greek-fontenc | texlive | The package provides Greek LICR macro definitions and encodingdefinition files for Greek text font encodings for use withfontenc. | LICR macros and encoding definition files for Greek | 3 | 库 + texlive-greek-fontenc-doc | texlive | Documentation for greek-fontenc | Documentation for greek-fontenc | 3 | 库 + texlive-greek-inputenc | texlive | The bundle provides UTF-8, Macintosh Greek encoding and ISO8859-7 definition files for use with inputenc. | Greek encoding support for inputenc | 3 | 工具 + texlive-greek-inputenc-doc | texlive | Documentation for greek-inputenc | Documentation for greek-inputenc | 3 | 库 + texlive-greektex | texlive | The fonts are based on Silvio Levy's classical Greek fonts;macros and Greek hyphenation patterns for the fonts' encodingare also provided. | Fonts for typesetting Greek/English documents | 3 | 工具 + texlive-greektex-doc | texlive | Documentation for greektex | Documentation for greektex | 3 | 库 + texlive-greektonoi | texlive | The greektonoi mapping extends the betababel package or thebabel polutonikogreek option to provide a simple way to insertancient Greek texts with diacritical characters into yourdocument using a similar method to the commonly used Beta Codetransliteration, but with much more freedom. It is designedespecially for the XeTeX engine and it could also be used forfast and easy modification of monotonic greek texts topolytonic. The output text is natively encoded in Unicode, soit can be reused in any possible way. The greektonoi packageprovides, in addition to inserting greek accents andbreathings, many other symbols used in greek numbers andarithmetic or in the greek archaic period. It could be usedwith greektonoi mapping or indepedently. | Facilitates writing/editing of multiaccented greek | 3 | 工具 + texlive-greektonoi-doc | texlive | Documentation for greektonoi | doc files of greektonoi | 3 | 库 + texlive-greenpoint | texlive | A Metafont-implementation of the logo commonly known as 'DerGrune Punkt' ('The Green Point'). In Austria, it can be foundon nearly every bottle. It should not be confused with the'Recycle'-logo, implemented by Ian Green. | The Green Point logo | 3 | 工具 + texlive-greenpoint-doc | texlive | Documentation for greenpoint | Documentation for greenpoint | 3 | 库 + texlive-gregoriotex | texlive-base | Gregorio is a software application for engraving GregorianChant scores on a computer. Gregorio's main job is to convert agabc file (simple text representation of a score) into aGregorioTeX file, which makes TeX able to create a PDF of yourscore. | Engraving Gregorian Chant scores | 3 | 工具 + texlive-grfext | texlive | This package provides macros for adding to, and reordering thelist of graphics file extensions recognised by packagegraphics. | Manipulate the graphics package's list of extensions | 3 | 工具 + texlive-grffile | texlive | The original package extended the file name processing ofpackage graphics to support a larger range of file names. Thebase LaTeX code now supports multiple dots and spaces, and thispackage by default is a stub that just loads graphicx. However,\usepackage{grffile}[=v1] may be used to access version 1(.18)of the package if that is needed. | Extended file name support for graphics (legacy package) | 3 | 工具 + texlive-grfpaste | texlive | Provides a mechanism to include fragments of dvi files with thegraphicx package, so that you can use \includegraphics toinclude dvi files. The package requires the dvipaste program. | Include fragments of a dvi file | 3 | 工具 + texlive-grfpaste-doc | texlive | Documentation for grfpaste | Documentation for grfpaste | 3 | 库 + texlive-grid | texlive | The package helps to enables grid typesetting in double columndocuments. Grid typesetting (vertical aligning of lines of textin adjacent columns) is a difficult task in LaTeX, and thepresent package is no more than an attempt to help users toachieve it in a limited way. An example document, grid.tex, isprovided with simple instructions to typeset it using thepackage. The package needs a lot more work: this is only abeginning... | Grid typesetting in LaTeX | 3 | 工具 + texlive-grid-doc | texlive | Documentation for grid | Documentation for grid | 3 | 库 + texlive-gridpapers | texlive | This package provides many preset yet customizable graph paperbackgrounds. Some of the preset patterns include standardquadrille or graph pattern, dot grid, hexagons, isometric ortriangular grid, squares with 45deg "light cone" lines, ruled,and more. Pattern sizes can be controlled via package options.There are several preset color palletes, and colors can beoverridden. The package uses the PGF/TikZ package, and thegeometry package to control page size. | Graph paper backgrounds and color schemes | 3 | 工具 + texlive-gridset | texlive | Grid setting -- also known as strict in-register setting -- issomething, that should be done for a lot of documents but isnot easy using LaTeX. The package helps to get the informationneeded for grid setting. It does not implement auto gridsetting, but there is a command \vskipnextgrid, that moves tothe next grid position. This may be enough under somecircumstances, but in other circumstances it may fail. Thusgridset is only one more step for grid setting, not a completesolution. | Grid, a.k.a. in-register, setting | 3 | 工具 + texlive-gridset-doc | texlive | Documentation for gridset | Documentation for gridset | 3 | 库 + texlive-gridslides | texlive | This package allows creating free form slides with blocksplaced on a grid. The blocks can be filled with text,equations, figures etc. The resulting slides are similar to theones produced with LaTeX beamer, but more flexible. Sequentialunconvering of elements is supported. A compiler script isprovided which compiles each slide separately, this wayavoiding long compile times. | Free form slides with blocks placed on a grid | 3 | 工具 + texlive-grid-system | texlive | The package provides the means for LaTeX to implement a gridsystem as known from CSS grid systems. The facility is usefulfor creating box layouts as used in brochures. | Page organisation, modelled on CSS facilities | 3 | 工具 + texlive-grid-system-doc | texlive | Documentation for grid-system | Documentation for grid-system | 3 | 库 + texlive-grotesq | texlive | The directory contains a copy of the Type 1 font "URW Grotesq2031 Bold' released under the GPL by URW, with supporting filesfor use with (La)TeX. | URW Grotesq font pack for LaTeX | 3 | 工具 + texlive-grotesq-doc | texlive | Documentation for grotesq | Documentation for grotesq | 3 | 库 + texlive-grundgesetze | texlive | The package defines maths mode commands for typesetting GottlobFrege's concept-script in the style of his "Grundgesetze derArithmetik" (Basic Laws of Arithmetic). | Typeset Frege's Grundgesetze der Arithmetik | 3 | 工具 + texlive-grundgesetze-doc | texlive | Documentation for grundgesetze | Documentation for grundgesetze | 3 | 库 + texlive-gs1 | texlive | The (LaTeX 3) package typesets EAN-8 and EAN-13 barcodes, usingthe facilities of the rule-D package. | Typeset EAN barcodes using TeX rules, only | 3 | 工具 + texlive-gsemthesis | texlive | The class provides a PhD thesis template for the Geneva Schoolof Economics and Management (GSEM), University of Geneva,Switzerland. The class provides utilities to easily set up thecover page, the front matter pages, the page headers, etc.,conformant to the official guidelines of the GSEM Faculty forwriting PhD dissertations. | Geneva School of Economics and Management PhD thesis format | 3 | 工具 + texlive-gsemthesis-doc | texlive | Documentation for gsemthesis | Documentation for gsemthesis | 3 | 库 + texlive-gsftopk | texlive-base | Designed for use with xdvi and dvips this utility convertsAdobe Type 1 fonts to PK bitmap format. It should notordinarily be much used nowadays, since both its targetapplications are now capable of dealing with Type 1 fonts,direct. | Convert "ghostscript fonts" to PK files | 3 | 工具 + texlive-gtl | texlive | The package provides tools for simple operations on lists oftokens which are not necessarily balanced. It is in particularused a lot in the unravel package, to go through tokens one ata time rather than having to work with entire braced groups ata time. The package requires an up-to-date l3kernel bundle. | Manipulating generalized token lists | 3 | 工具 + texlive-gtl-doc | texlive | Documentation for gtl | Documentation for gtl | 3 | 库 + texlive-gtrcrd | texlive | The package provides the means to specify guitar chords to beplayed with each part of the lyrics of a song. The syntax ofthe macros reduces the chance of failing to provide a chordwhere one is needed, and the structure of the macros ensuresthat the chord specification appears immediately above thestart of the lyric. | Add chords to lyrics | 3 | 工具 + texlive-gtrcrd-doc | texlive | Documentation for gtrcrd | Documentation for gtrcrd | 3 | 库 + texlive-gtrlib-largetrees | texlive | The main goal of the gtrlib.largetrees package is to offeradditional database fields and formats for the genealogytreepackage, particularly for typesetting large trees. | Library for genealogytree package aiming at large trees | 3 | 库 + texlive-gu | texlive | The package simplifies typesetting of simple crystallographicgroup-subgroup-schemes in the Barnighausen formalism. Itdefines a new environment stammbaum, wherein all elements ofthe scheme are defined. Afterwards all necessary dimensions arecalculated and the scheme is drawn. Currently two steps ofsymmetry reduction are supported. | Typeset crystallographic group-subgroup-schemes | 3 | 工具 + texlive-gudea | texlive | This package provides the Gudea family of fonts designed byAgustina Mingote, with support for LaTeX and pdfLaTeX. | The Gudea font face with support for LaTeX and pdfLaTeX | 3 | 工具 + texlive-gu-doc | texlive | Documentation for gu | Documentation for gu | 3 | 库 + texlive-guide-to-latex-doc | texlive | Documentation for guide-to-latex | Documentation for guide-to-latex | 3 | 工具 + texlive-guitar | texlive | (La)TeX macros for typesetting guitar chords over song texts.The toolbox package is required. Note that this package onlyplaces arbitrary TeX code over the lyrics. To typeset thechords graphically (and not only by name), the authorrecommends use of an additional package such as gchords by K.Peeters. | Guitar chords and song texts | 3 | 工具 + texlive-guitarchordschemes | texlive | This package provides two commands (\chordscheme and \scales).With those commands it is possible to draw schematic diagramsof guitar chord tablatures and scale tablatures. Both commandsknow a range of options that allow wide customization of theoutput. The package's drawing is done with the help of TikZ. | Guitar Chord and Scale Tablatures | 3 | 工具 + texlive-guitarchordschemes-doc | texlive | Documentation for guitarchordschemes | Documentation for guitarchordschemes | 3 | 库 + texlive-guitar-doc | texlive | Documentation for guitar | Documentation for guitar | 3 | 库 + texlive-guitartabs | texlive | This package provides is a simple LaTeX2e class that allowsguitarists to create basic guitar tablatures using LaTeX.Create music and do not be bothered with macro programming. Theclass depends on the LaTeX packages geometry, harmony,inputenc, intcalc, musixtex, tikz, and xifthen, as well as thearticle class. | A class for drawing guitar tablatures easily | 3 | 工具 + texlive-guitlogo | texlive | This package provides some commands useful to correctly writethe logo of "Gruppo Utilizzatori Italiani di TeX" (Italian TeXUser Group), using the default document color or any othercolor the user may ever choose, in conformity with the logo'sscheme as seen on the group's website https://www.guitex.org.Likewise, commands are provided that simplify the writing ofthe GuIT acronym's complete expansion, of the addresses of thegroup's internet site and public forum, and the meeting'GuITmeeting' and the magazine Ars TeXnica's logo. Optionally,using hyperref, the outputs of the above cited commands canbecome hyperlinks to the group's websitehttps://www.guitex.org. The Documentation is available inItalian only. | Macros for typesetting the GuIT logo | 3 | 工具 + texlive-guitlogo-doc | texlive | Documentation for guitlogo | Documentation for guitlogo | 3 | 库 + texlive-gustlib | texlive | Includes bibliography support, token manipulation,cross-references, verbatim, determining length of a paragraph'slast line, multicolumn output, Polish bibliography and indexstyles, prepress and color separation, graphics manipulation,tables. | plain macros for much core and extra functionality, from GUST | 3 | 工具 + texlive-gustlib-doc | texlive | Documentation for gustlib | Documentation for gustlib | 3 | 库 + texlive-gustprog-doc | texlive | Documentation for gustprog | Documentation for gustprog | 3 | 库 + texlive-gzt | texlive | This bundle provides two classes and BibLaTeX styles for theFrench journal "La Gazette des Mathematiciens": gzt for thecomplete issues of the journal, aimed at the Gazette's team,gztarticle, intended for authors who wish to publish an articlein the Gazette. This class's goals are to faithfully reproducethe layout of the Gazette, thus enabling the authors to be ableto work their document in actual conditions, and provide anumber of tools (commands and environments) to facilitate thedrafting of documents, in particular those containingmathematical formulas. | Bundle of classes for "La Gazette des Mathematiciens" | 3 | 工具 + texlive-gzt-doc | texlive | Documentation for gzt | Documentation for gzt | 3 | 库 + texlive-h2020proposal | texlive | This package consists of a class file as well as FET and ICTproposal templates for writing EU H2020 RIA proposals andgenerating automatically the many cross-referenced tables thatare required. | LaTeX class and template for EU H2020 RIA proposal | 3 | 工具 + texlive-h2020proposal-doc | texlive | Documentation for h2020proposal | doc files of h2020proposal | 3 | 库 + texlive-hackthefootline | texlive | This package provides arbitrary footline selection for LaTeXbeamer's standard themes. It makes use of the following otherLaTeX packages: appendixnumberbeamer, calc, etoolbox, andnumprint. | Footline selection for LaTeX beamer's standard themes | 3 | 工具 + texlive-hacm | texlive | The package supports typesetting hacm, the alphabet of theconstructed language Arka. The bundle provides nine officialfonts, in Adobe Type 1 format. | Font support for the Arka language | 3 | 工具 + texlive-hacm-doc | texlive | Documentation for hacm | Documentation for hacm | 3 | 库 + texlive-hagenberg-thesis | texlive | This bundle contains a collection of modern LaTeX classes,style files, and example documents for authoring Bachelor,Master, or Diploma theses and related academic manuscripts inEnglish and German. Includes a comprehensive tutorial (inGerman) with detailed instructions and authoring guidelines. | A Collection of LaTeX classes, style files, and example documents for academic manuscripts | 3 | 工具 + texlive-halloweenmath | texlive | The package defines a handful of commands for typesettingmathematical symbols of various kinds, ranging from 'large'operators to extensible arrow-like relations and growing arrow-like math accents that all draw from the classic Halloween-related iconography (pumpkins, witches, ghosts, cats, and soon) while being, at the same time, seamlessly integrated withinthe rest of the mathematics produced by (AmS-)LaTeX. | Scary and creepy math symbols with AMS-LaTeX integration | 3 | 工具 + texlive-hamnosys | texlive | The Hamburg Notation System, HamNoSys for short, is a systemfor the phonetic transcription of signed languages. Thispackage makes HamNoSys available in XeLaTeX and LuaLaTeX. Thepackage provides a Unicode font for rendering HamNoSys symbolsas well as three methods for entering them. | A font for sign languages | 3 | 工具 + texlive-handin | texlive | This package is for students creating school submissions usingLaTeX. It is especially suitable for math, physics, statisticsand the like. It can easily be used for creating exercises,too. | Light weight template for creating school submissions using LaTeX | 3 | 工具 + texlive-handout | texlive | In some fields of scholarship, a beamer does not offer goodsupport when giving a talk in a proceeding. For example, inclassical philology, the main sources are text, and it will bebetter to distribute a handout to the audience with extracts ofthe texts about which we will talk. The package supportspreparation of such handouts when writing the talk. | Create handout for auditors of a talk | 3 | 工具 + texlive-handout-doc | texlive | Documentation for handout | Documentation for handout | 3 | 工具 + texlive-handoutwithnotes | texlive | This package provides pgfpages layouts to place notes next tothe scaled slides. | Create Handouts with notes from your LaTeX beamer presentation | 3 | 工具 + texlive-hands | texlive | Provides right- and left-pointing hands in both black-on-whiteand white-on-black realisation. The font is distributed asMetafont source. | Pointing hand font | 3 | 工具 + texlive-hang | texlive | This package provides environments for hanging paragraphs andlist items. In addition, it defines environments for labeledparagraphs and list items. | Environments for hanging paragraphs and list items | 3 | 工具 + texlive-hang-doc | texlive | Documentation for hang | Documentation for hang | 3 | 库 + texlive-hanging | texlive | The hanging package facilitates the typesetting of hangingparagraphs. The package also enables typesetting with hangingpunctuation, by making punctuation characters active. Thisfacility is best suppressed (it can interfere with otherpackages) -- there are package options for suppressing eachindividual punctuation character. 'Real' attempts at hangingpunction should nowadays use the microtype package, which takesadvantage of the support offered in recent versions of pdfTeX. | Hanging paragraphs | 3 | 工具 + texlive-hanging-doc | texlive | Documentation for hanging | Documentation for hanging | 3 | 库 + texlive-hanoi | texlive | The Plain TeX program (typed in the shape of the towers ofHanoi) serves both as a game and as a TeX programming exercise.As a game it will solve the towers with (up to) 15 discs (with15 discs, 32767 moves are needed). | Tower of Hanoi in TeX | 3 | 工具 + texlive-hanzibox | texlive | This is a LaTeX package written to simplify the input ofChinese with Hanyu Pinyin and translation. Hanyu Pinyin isplaced above Chinese with the xpinyin package, and thetranslation is placed below. The package can be used as autility for learning to write and pronounce Chinese characters,for Chinese character learning plans, presentations, exercisebooklets and other documentation work. | Boxed Chinese characters with Pinyin above and translation below | 3 | 工具 + texlive-happy4th-doc | texlive | Documentation for happy4th | Documentation for happy4th | 3 | 库 + texlive-ha-prosper | texlive | HA-prosper is a patch for prosper that adds new functionalityto prosper based presentations. Among the new features you willfind automatic generation of a table of contents on each slide,support for notes and portrait slides. The available stylesdemonstrate how to expand the functionality of prosper evenfurther. | Patches and improvements for prosper | 3 | 工具 + texlive-har2nat | texlive | This small package allows a LaTeX document containing thecitation commands provided by the Harvard package to becompiled using the natbib package. Migration from harvard tonatbib thus can be achieved simply by replacing\usepackage{harvard} with \usepackage{natbib}\usepackage{har2nat} It is important that har2nat be loadedafter natbib, since it modifies natbib commands. | Replace the harvard package with natbib | 3 | 工具 + texlive-har2nat-doc | texlive | Documentation for har2nat | Documentation for har2nat | 3 | 库 + texlive-haranoaji | texlive | Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) arefonts obtained by replacing Adobe-Identity-0 (AI0) CIDs ofSource Han fonts (Source Han Serif and Source Han Sans) withAdobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each forMincho and Gothic. | Harano Aji Fonts | 3 | 工具 + texlive-haranoaji-extra | texlive | Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) arefonts obtained by replacing Adobe-Identity-0 (AI0) CIDs ofSource Han fonts (Source Han Serif and Source Han Sans) withAdobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each forMincho and Gothic. | Harano Aji Fonts | 3 | 工具 + texlive-hardwrap | texlive | The package facilitates wrapping text to a specific characterwidth, breaking lines by words rather than, as done by TeX, bycharacters. The primary use for these facilities is to aid thegeneration of messages sent to the log file or console outputto display messages to the user. Package authors may also findthis useful when writing out arbitary text to an external file. | Hard wrap text to a certain character length | 3 | 工具 + texlive-hardwrap-doc | texlive | Documentation for hardwrap | Documentation for hardwrap | 3 | 库 + texlive-harmony | texlive | The package harmony.sty uses the packages ifthen and amssymbfrom the amsfonts bundle, together with the LaTeX fontlcirclew10 and the font musix13 from musixtex. | Typeset harmony symbols, etc., for musicology | 3 | 工具 + texlive-harmony-doc | texlive | Documentation for harmony | Documentation for harmony | 3 | 库 + texlive-harnon-cv | texlive | The class offers another modern, neat, design, and provides asimple means of adding an 'experience timeline'. | A CV document class with a vertical timeline for experience | 3 | 工具 + texlive-harnon-cv-doc | texlive | Documentation for harnon-cv | Documentation for harnon-cv | 3 | 库 + texlive-harpoon | texlive | Provides over- and under-harpoon symbol commands; the harpoonsmay point in either direction, with the hook pointing up ordown. The covered object is provided as an argument to thecommands, so that they have the look of accent commands. | Extra harpoons, using the graphics package | 3 | 工具 + texlive-harpoon-doc | texlive | Documentation for harpoon | Documentation for harpoon | 3 | 库 + texlive-harvard | texlive | This is a re-implementation, for LaTeX 2e, of the originalHarvard package. The bundle contains the LaTeX package, severalBibTeX styles, and a 'Perl package' for use with LaTeX2HTML.Harvard is an author-year citation style (all but the firstauthor are suppressed in second and subsequent citations of thesame entry); the package defines several variant styles:apsr.bst for the American Political Science Review; agsm.bstfor Australian Government publications; dcu.bst from the DesignComputing Unit of the University of Sydney; kluwer.bstwhichaims at the format preferred in Kluwer publications;nederlands.bst which deals with sorting Dutch names withprefixes (such as van) according to Dutch rules, together withseveral styles whose authors offer no description of theirbehaviour. | Harvard citation package for use with LaTeX 2e | 3 | 工具 + texlive-harvard-doc | texlive | Documentation for harvard | Documentation for harvard | 3 | 库 + texlive-harveyballs | texlive | The package provides 5 commands (giving symbols that indicatevalues from "none" to "full"). | Create Harvey Balls using TikZ | 3 | 工具 + texlive-harveyballs-doc | texlive | Documentation for harveyballs | Documentation for harveyballs | 3 | 库 + texlive-harvmac | texlive | Known as 'Harvard macros', since written at that University. | Macros for scientific articles | 3 | 工具 + texlive-harvmac-doc | texlive | Documentation for harvmac | Documentation for harvmac | 3 | 库 + texlive-hatching | texlive | The file hatching.mp contains a set of MetaPost macros forhatching interior of closed paths. Examples of usage areincluded. | MetaPost macros for hatching interior of closed paths | 3 | 库 + texlive-hatching-doc | texlive | Documentation for hatching | Documentation for hatching | 3 | 工具 + texlive-hausarbeit-jura | texlive | The class was developed for use by students writing legalessays ("juristische Hausarbeit") at German Universities. It isbased on jurabook and jurabib and makes it easy for LaTeXbeginners to get a correct and nicely formatted paper. | Class for writing "juristiche Hausarbeiten" at German Universities | 3 | 工具 + texlive-hausarbeit-jura-doc | texlive | Documentation for hausarbeit-jura | Documentation for hausarbeit-jura | 3 | 工具 + texlive-havannah | texlive | This package defines macros for typesetting diagrams of boardpositions in the games of Havannah and Hex. | Diagrams of board positions in the games of Havannah and Hex | 3 | 工具 + texlive-havannah-doc | texlive | Documentation for havannah | Documentation for havannah | 3 | 库 + texlive-hc | texlive | A set of replacements for the default LaTeX classes, based uponthe Koma-Script bundle and the seminar class. Includes hcart,hcreport, hcletter, and hcslides. | Replacement for the LaTeX classes | 3 | 工具 + texlive-hc-doc | texlive | Documentation for hc | Documentation for hc | 3 | 库 + texlive-hecthese | texlive | This package provides the hecthese class, a class based onmemoir and compatible with LaTeX. Using this class,postgraduate students at HEC Montreal will be able to writetheir dissertation or thesis while complying with all thepresentation standards required by the University. This classis meant to be as flexible as possible; in particular, thereare very few hardcoded features except those that take care ofthe document's layout. Dissertations and theses at HEC Montrealcan be written on a per-chapter or per-article basis. Documentsthat are written on a per-article basis require a bibliographyfor each of the included articles and a general bibliographyfor the entire document. The hecthese class takes care of theserequirements. The class depends on babel, color, enumitem,fontawesome, framed, numprint, url, and hyperref. | A class for dissertations and theses at HEC Montreal | 3 | 工具 + texlive-helmholtz-ellis-ji-notation | texlive | The Helmholtz-Ellis JI Pitch Notation (HEJI), devised in theearly 2000s by Marc Sabat and Wolfgang von Schweinitz,explicitly notates the raising and lowering of the untempereddiatonic Pythagorean notes by specific microtonal ratiosdefined for each prime. It provides visually distinctive"logos" distinguishing families of justly tuned intervals thatrelate to the harmonic series. These take the form of stringsof additional accidental symbols based on historicalprecedents, extending the traditional sharps and flats. Sinceits 2020 update, HEJI ver. 2 ("HEJI2") provides uniquemicrotonal symbols through the 47-limit. This package is asimple LaTeX implementation of HEJI2 that allows for in-linetypesetting of microtonal accidentals for use withintheoretical texts, program notes, symbol legends, etc.Documents must be compiled using XeLaTeX. | Beautiful in-line microtonal just intonation accidentals | 3 | 库 + texlive-helvetic | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-hep | texlive | Loads the author's hepunits and hepnicenames packages, and aselection of others that are useful in High Energy Physicspapers, etc. | A "convenience wrapper" for High Energy Physics packages | 3 | 工具 + texlive-hep-acronym | texlive | The hep-acronym package provides an acronym macro based on theglossaries package. The package is loaded with\usepackage{hep-acronym}. | An acronym extension for glossaries | 3 | 工具 + texlive-hep-bibliography | texlive | The hep-bibliography package extends the BibLaTeX package withsome functionality mostly useful for high energy physics. Inparticular it makes full use of all BibTeX fields provided byDiscover High-Energy Physics. The package is loaded with\usepackage{hep-bibliography}. | An acronym extension for glossaries | 3 | 工具 + texlive-hep-doc | texlive | Documentation for hep | Documentation for hep | 3 | 库 + texlive-hep-float | texlive | The hep-float package redefines some LaTeX float placementdefaults and defines convenience wrappers for floats. Thepackage is loaded with \usepackage{hep-float}. | Convenience package for float placement | 3 | 工具 + texlive-hep-math | texlive | The hep-math package provides some additional features beyondthe mathtools and amsmath packages. To use the package place\usepackage{hep-math} in the preamble | Extended math macros | 3 | 工具 + texlive-hepnames | texlive | Hepnames provides a pair of LaTeX packages, heppennames andhepnicenames, providing a large set of pre-defined high energyphysics particle names built with the hepparticles package. Thepackages are based on pennames.sty by Michel Goosens and Ericvan Herwijnen. Heppennames re-implements the particle names inpennames.sty, with some additions and alterations and greaterflexibility and robustness due to the hepparticles structures,which were written for this purpose. Hepnicenames provides themain non-resonant particle names from heppennames with more"friendly" names. | Pre-defined high energy particle names | 3 | 工具 + texlive-hepnames-doc | texlive | Documentation for hepnames | Documentation for hepnames | 3 | 工具 + texlive-hep-paper | texlive | This package aims to provide a single style file containingmost configurations and macros necessary to write appealingpublications in High Energy Physics. Instead of reinventing thewheel by introducing newly created macros, hep-paper preferablyloads third party packages as long as they are light-weightenough. For usual publications it suffices to load thehep-paper package, without optional arguments, in addition tothe article class. | Publications in High Energy Physics | 3 | 工具 + texlive-hepparticles | texlive | HEPparticles is a set of macros for typesetting high energyparticle names, to meet the following criteria: 1. The mainparticle name is a Roman or Greek symbol, to be typeset inupright font in normal contexts. 2. Additionally a superscriptand/or subscript may follow the main symbol. 3. Particleresonances may also have a resonance specifier which is typesetin parentheses following the main symbol. In general theparentheses may also be followed by sub- and superscripts. 4.The particle names are expected to be used both in and out ofmathematical contexts. 5. If the surrounding text is bold oritalic then the particle name should adapt to that context asbest as possible (this may not be possible for Greek symbols).A consequence of point 5 is that the well-known problems withboldness of particle names in section titles, headers andtables of contents automatically disappear if these macros areused. | Macros for typesetting high energy physics particle names | 3 | 工具 + texlive-hepparticles-doc | texlive | Documentation for hepparticles | Documentation for hepparticles | 3 | 库 + texlive-hep-reference | texlive | This package makes some changes to the reference, citation andfootnote macros to improve the default behavior of LaTeX forHigh Energy Physics publications. | Adjustments for publications in High Energy Physics | 3 | 工具 + texlive-hep-text | texlive | The hep-text package extends LaTeX lists using the enumitempackage and provides some text macros. The package is loadedwith \usepackage{hep-text}. | List and text extensions | 3 | 工具 + texlive-hepthesis | texlive | Hepthesis is a LaTeX class for typesetting large academicreports, in particular PhD theses. It was originally developedfor typesetting the author's high-energy physics PhD thesis andincludes some features specifically tailored to such anapplication. In particular, hepthesis offers: Attractivesemantic environments for various rubric sections; Extensiveoptions for draft production, screen viewing and binding-readyoutput; Helpful extensions of existing environments, includingequation and tabular; and Support for quotations at the startof the thesis and each chapter. The class is based on scrbook,from the KOMA-Script bundle. | A class for academic reports, especially PhD theses | 3 | 工具 + texlive-hepthesis-doc | texlive | Documentation for hepthesis | Documentation for hepthesis | 3 | 库 + texlive-hep-title | texlive | The hep-title package extends the title macros of the standardclasses with macros for a preprint, affiliation, editors, andendorsers. The package is loaded with \usepackage{hep-title}. | Extensions for the title page | 3 | 工具 + texlive-hepunits | texlive | Hepunits is a LaTeX package built on the siunits package whichadds a collection of useful HEP units to the existing siunitsset. These include the energy units \MeV, \GeV, \TeV and thederived momentum and mass units \MeVoverc, \MeVovercsq and soon. | A set of units useful in high energy physics applications | 3 | 工具 + texlive-hepunits-doc | texlive | Documentation for hepunits | Documentation for hepunits | 3 | 库 + texlive-here | texlive | Provides the H option for floats in LaTeX to signify that theenvironment is not really a float (and should therefore beplaced "here" and not float at all). The package emulates anolder package of the same name, which has long been suppressedby its author. The job is done by nothing more than loading thefloat package, which has long provided the option in anacceptable framework. | Emulation of obsolete package for "here" floats | 3 | 工具 + texlive-hereapplies | texlive | Here Applies is a LaTeX package that allows to collect groupsof labels and reference them altogether. It can be used forcreating informal glossaries that cross-link concepts to theirapplications, or simply mentioning multiple pages that sharesomething in common. | A LaTeX package for referencing groups of pages that share something in common | 3 | 工具 + texlive-here-doc | texlive | Documentation for here | Documentation for here | 3 | 库 + texlive-hershey-mp | texlive | This package provides MetaPost support for reading jhf vectorfont files, used by (mostly? only?) the so-called Hershey Fontsof the late 1960s. The package does not include the actual fontfiles, which you can probably find in the software repositoryof your operating system. | MetaPost support for the Hershey font file format | 3 | 工具 + texlive-he-she | texlive | The package implements a version of semi-automatic pronounswitching for writing gender-neutral (and possibly annoying)prose. It has upper- and lowercase versions of switchingpronouns for all case forms, plus anaphoric versions thatreflect the current gender choice. | Alternating pronouns to aid gender-neutral writing | 3 | 工具 + texlive-he-she-doc | texlive | Documentation for he-she | Documentation for he-she | 3 | 库 + texlive-heuristica | texlive | The fonts extend the utopia set with Cyrillic glyphs,additional figure styles, ligatures and Small Caps in Regularstyle only. Macro support, and maths fonts that match theUtopia family, are provided by the Fourier and the Mathdesignfont packages. | Fonts extending Utopia, with LaTeX support files | 3 | 工具 + texlive-heuristica-doc | texlive | Documentation for heuristica | Documentation for heuristica | 3 | 库 + texlive-hexboard | texlive | hexboard is a package for LaTeX that should also work withLuaTeX and XeTeX, that provides functionality for drawing Hexboards and games. The aim is a clean, clear design withflexibility for drawing different sorts of Hex diagrams. | For drawing Hex boards and games | 3 | 工具 + texlive-hexgame | texlive | Hex is a mathematical game invented by the Danish mathematicianPiet Hein and independently by the mathematician John Nash.This package defines an environment that enables the user todraw such a game in a trivial way. | Provide an environment to draw a hexgame-board | 3 | 工具 + texlive-hexgame-doc | texlive | Documentation for hexgame | Documentation for hexgame | 3 | 库 + texlive-hfbright | texlive | These are Adobe Type 1 versions of the OT1-encoded and mathsparts of the Computer Modern Bright fonts. | The hfbright fonts | 3 | 工具 + texlive-hfbright-doc | texlive | Documentation for hfbright | Documentation for hfbright | 3 | 库 + texlive-hfoldsty | texlive | The hfoldsty package provides virtual fonts for using oldstyle(0123456789) figures with the European Computer Modern fonts.It does a similar job as the eco package by Sebastian Kirschbut includes a couple of improvements, i.e., better kerningwith guillemets, and support for character protruding using thepdfcprot package. | Old style numerals with EC fonts | 3 | 工具 + texlive-hfoldsty-doc | texlive | Documentation for hfoldsty | Documentation for hfoldsty | 3 | 库 + texlive-hf-tikz | texlive | The package provides a way to highlight formulas and formulaparts in both documents and presentations, us TikZ. | A simple way to highlight formulas and formula parts | 3 | 工具 + texlive-hf-tikz-doc | texlive | Documentation for hf-tikz | Documentation for hf-tikz | 3 | 工具 + texlive-hfutexam | texlive | This package provides an exam class for Hefei University ofTechnology (China). | Exam class for Hefei University of Technology (China) | 3 | 库 + texlive-hfutthesis | texlive | This project is based on the HFUT_Thesis LaTeX template ofHefei University of Technology compiled on the basis ofustctug/ustcthesis, in accordance with the latest version ofHefei University of Technology Graduate Dissertation WritingSpecifications and Hefei University of Technology UndergraduateGraduation Project (Thesis) Work Implementation Rules. | LaTeX Thesis Template for Hefei University of Technology | 3 | 工具 + texlive-hhtensor | texlive | This package provides commands for vectors, matrices, andtensors with different styles -- arrows (as the LaTeX default),underlined, and bold). | Print vectors, matrices, and tensors | 3 | 工具 + texlive-hhtensor-doc | texlive | Documentation for hhtensor | Documentation for hhtensor | 3 | 库 + texlive-hideanswer | texlive | This package can generate documents with and without answersfrom a single file by toggling a switch. However, it can onlybe used to create documents to be printed on paper. | Generate documents with and without answers by toggling a switch | 3 | 工具 + texlive-highlightlatex | texlive | This package provides extensive colored syntax highlighting forLaTeX. For this purpose it builds on the generic listingspackage. | Syntax highlighting for LaTeX | 3 | 工具 + texlive-hindawi-latex-template | texlive | This package contains a LaTeX template for authors of theHindawi journals. Authors can use this template for formattingtheir research articles for submissions. The package has beencreated and is maintained by the Typeset team. | A LaTeX template for authors of the Hindawi journals | 3 | 工具 + texlive-hindmadurai | texlive | This package provides the HindMadurai family of fonts designedby the Indian Type Foundry, with support for LaTeX andpdfLaTeX. | The HindMadurai font face with support for LaTeX and pdfLaTeX | 3 | 库 + texlive-histogr | texlive | This is a collection pf macros to draw histogram bars inside aLaTeX picture-environment. | Draw histograms with the LaTeX picture environment | 3 | 工具 + texlive-histogr-doc | texlive | Documentation for histogr | Documentation for histogr | 3 | 库 + texlive-historische-zeitschrift | texlive | The package provides citations according with the house styleof the 'Historische Zeitschrift', a German historical journal.The scheme is a fullcite for the first citation and 'Author,Shorttitle (as note N, P)' for later citations (P being thepage number). For further details, see the description of thehouse style at the journal's site. The package depends onbiblatex (version 0.8 or higher) as well as etoolbox (version1.5 or higher). | Biblatex style for the journal 'Historische Zeitschrift' | 3 | 工具 + texlive-historische-zeitschrift-doc | texlive | Documentation for historische-zeitschrift | Documentation for historische-zeitschrift | 3 | 工具 + texlive-hitec | texlive | An article-based class designed for use for documentation inhigh-technology companies. | Class for documentation | 3 | 库 + texlive-hitec-doc | texlive | Documentation for hitec | Documentation for hitec | 3 | 库 + texlive-hitex | texlive-base | An extension of TeX which generates HINT output. The HINT file format is analternative to the DVI and PDF formats which was designed specifically foron-screen reading of documents. Especially on mobile devices, reading DVI orPDF documents can be cumbersome. Mobile devices are available in a largevariety of sizes but typically are not large enough to display documentsformated for a4/letter-size paper. To compensate for the limitations of asmall screen, users are used to alternating between landscape (few long lines)and portrait (more short lines) mode. The HINT format supports variable andvarying screen sizes, leveraging the ability of TeX to format a document fornearly-arbitrary values of \hsize and \vsize. | A TeX extension writing HINT output for on-screen reading | 3 | 工具 + texlive-hithesis | texlive | hithesis is a LaTeX thesis template package for HarbinInstitute of Technolog supporting bachelor, master, doctordissertations. | Harbin Institute of Technology Thesis Template | 3 | 库 + texlive-hitreport | texlive | This package provides an assignment and experiment reporttemplate free of configuration designed for undergraduates onthe three campuses of Harbin Institute of Technology. | Harbin Institute of Technology Report LaTeX Template | 3 | 库 + texlive-hitszbeamer | texlive | This is a beamer theme designed for Harbin Institute ofTechnology, ShenZhen (HITSZ). | A beamer theme for Harbin Institute of Technology, ShenZhen | 3 | 工具 + texlive-hitszthesis | texlive | This package provides a dissertation template for HarbinInstitute of Technology, ShenZhen (HITSZ), including bachelor,master and doctor dissertations. | A dissertation template for Harbin Institute of Technology, ShenZhen | 3 | 工具 + texlive-hletter | texlive | The package permits the user to specify easily, with the aid ofself defined key-words, letters (with a logo and private) andheadings. The heading may include a footer and the letterprovides commands to include a scanned signature and twosignees. The package works with the merge package. | Flexible letter typesetting with flexible page headings | 3 | 工具 + texlive-hletter-doc | texlive | Documentation for hletter | Documentation for hletter | 3 | 库 + texlive-hlist | texlive | This plain TeX and LaTeX package provides the "hlist"environment in which \hitem starts a horizontal and columneditem. It depends upon the simplekv package. | Horizontal and columned lists | 3 | 工具 + texlive-hmtrump | texlive | This package provides a font with LuaLaTeX support fordescribing card games. | Describe card games | 3 | 库 + texlive-hobby | texlive | This package defines a path generation function for PGF/TikZwhich implements Hobby's algorithm for a path built out ofBezier curves which passes through a given set of points. Thepath thus generated may by used as a TikZ 'to path'. Theimplementation is in LaTeX3. | An implementation of Hobby's algorithm for PGF/TikZ | 3 | 工具 + texlive-hobby-doc | texlive | Documentation for hobby | Documentation for hobby | 3 | 库 + texlive-hobete | texlive | The package provides a beamer theme which features the Cicolors of the University of Hohenheim. Please note that this isnot an official Theme, and that there will be no support forit, from the University. Furthermore there is NO relationshipbetween the University and this theme. | Unofficial beamer theme for the University of Hohenheim | 3 | 工具 + texlive-hobete-doc | texlive | Documentation for hobete | Documentation for hobete | 3 | 库 + texlive-hobsub | texlive | Heiko Oberdiek's hobsub package (and hobsub-hyperref andhobsub-generic packages) defined a mechanism for concatenatingmultiple files into a single file for faster loading. Thedisadvantage is that it introduces hard dependencies betweenthe source files that are included and complicates distributionand updates. It was principally used with hyperref but is notcurrently used in any standard packages in TeX Live. Thepackages are still distributed as simple stubs that referencethe included packages via \RequirePackage rather than copyingtheir source. The documented source of the original packages isavailable at github, but is not distributed to CTAN. | Construct package bundles | 3 | 工具 + texlive-hologo | texlive | The package defines a single command \hologo, whose argument isthe usual case-confused ASCII version of the logo. The commandis bookmark-enabled, so that every logo becomes available inbookmarks without further work. | A collection of logos with bookmark support | 3 | 工具 + texlive-hook-pre-commit-pkg-doc | texlive | Documentation for hook-pre-commit-pkg | Documentation for hook-pre-commit-pkg | 3 | 库 + texlive-hopatch | texlive | Hopatch provides a command with which the user may register ofpatch code for a particular package. Hopatch will apply thepatch immediately, if the relevant package has already beenloaded; otherwise it will store the patch until the packageappears. | Load patches for packages | 3 | 工具 + texlive-horoscop | texlive | The horoscop package provides a unified interface forastrological font packages; typesetting with pict2e of standardwheel charts and some variations, in PostScript- and PDF-generating TeX engines; and access to external calculationsoftware (Astrolog and Swiss Ephemeris) for computing objectpositions. | Generate astrological charts in LaTeX | 3 | 工具 + texlive-horoscop-doc | texlive | Documentation for horoscop | Documentation for horoscop | 3 | 库 + texlive-hpsdiss | texlive | The class was developed to typeset a dissertation at ETHZurich. The requirements were to use A5 paper and 10pt type. Asample of the output is shown in the PDF documentation link. | A dissertation class | 3 | 工具 + texlive-hpsdiss-doc | texlive | Documentation for hpsdiss | Documentation for hpsdiss | 3 | 服务 + texlive-hrefhide | texlive | This package provides the command \hrefdisplayonly (whichprovides a substitute for \href). While the (hyperlinked) textappears like an ordinary \href in the compiled PDF file, thesame text will be "hidden" when printing the text. (Hiding isactually achieved by making the text the same colour as thebackground, thus preserving the layout of the rest of thetext.) | Suppress hyper links when printing | 3 | 工具 + texlive-hrefhide-doc | texlive | Documentation for hrefhide | Documentation for hrefhide | 3 | 库 + texlive-href-ul | texlive | This LaTeX package makes hyperlinks underscored, just like onthe web. The package uses hyperref and ulem. | Underscored LaTeX hyperlinks | 3 | 工具 + texlive-hrlatex | texlive | This package simplifies creation of new documents for the(average) Croatian user. As an example, a class file hrdipl.cls(designed for the graduation thesis at the University ofZagreb) and sample thesis documents are included. | LaTeX support for Croatian documents | 3 | 工具 + texlive-hrlatex-doc | texlive | Documentation for hrlatex | Documentation for hrlatex | 3 | 库 + texlive-huawei | texlive | This unofficial package provides a class for creating documentsfor people working with Huawei Technologies Co., Ltd.. | Template for Huawei documents | 3 | 库 + texlive-huaz | texlive | In Hungarian there are two definite articles, "a" and "az",which are determined by the pronunciation of the subsequentword. The definite article is "az", if the first phoneme of thepronounced word is a vowel, otherwise it is "a". The huazpackage helps the user to insert automatically the correctdefinite article for cross-references and other commandscontaining text. | Automatic Hungarian definite articles | 3 | 工具 + texlive-hu-berlin-bundle | texlive | This package provides files according to the corporate designof the Humboldt-Universitat zu Berlin. This is not an officialpackage by the university itself, and not officially approvedby it. More information can be found in the HumboldtUniversity's corporate design guideline and on the websitehttps://www.hu-berlin.de/de/hu-intern/design. At present, thebundle contains a letter class based on scrlttr2 and a packagehu-berlin-base.sty which contains all relevant code fordocuments and documentclasses of the bundle. | LaTeX classes for the Humboldt-Universitat zu Berlin | 3 | 工具 + texlive-hulipsum | texlive | Lorem ipsum is an improper Latin filler dummy text, cf. thelipsum package. It is commonly used for demonstrating thetextual elements of a document template. Lorum ipse is aHungarian variation of Lorem ipsum. (Lorum is a Hungarian cardgame, and ipse is a Hungarian slang word meaning bloke.) Withthis package you can typeset 150 paragraphs of Lorum ipse. Allparagraphs are taken with permission fromhttp://www.lorumipse.hu. Thanks to Lorum Ipse Lab (Viktor Nagyand David Takacs) for their work. | Hungarian dummy text (Lorum ipse) | 3 | 工具 + texlive-hustthesis | texlive | The package provides an Unofficial Thesis Template in LaTeX forHuazhong University of Science and Technology. | Unofficial thesis template for Huazhong University | 3 | 工具 + texlive-hvarabic | texlive | This package provides some macros for right-to-lefttypesetting. It uses by default the arabic fonts Scheherazadeand ALM fixed, the only monospaced arabic font. The packageworks with LuaLaTeX or XeLaTeX, but not with pdfLaTeX or latex. | Macros for RTL typesetting | 3 | 工具 + texlive-hvextern | texlive | This package allows to write MetaPost, TeX, ConTeXt, LaTeX,LuaTeX, LuaLaTeX, XeTeX, XeLaTeX, Lua, Perl, or Python sourcecode into an external file, run that file via shell-escape tocreate PDF, PNG, or text output, and include that outputautomatically into the main LaTeX document. | Write and execute external code, and insert the output | 3 | 工具 + texlive-hvfloat | texlive | This package defines a macro to place objects (tables andfigures) and their captions in different positions withdifferent rotating angles within a float. All objects andcaptions can be framed. The main command is \hvFloat{floattype}{floating object}{caption}{label}; a simple example is\hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}.Options are provided to place captions to the right or left,and rotated. Setting nonFloat=true results in placing the floathere. | Rotating caption and object of floats independently | 3 | 工具 + texlive-hvfloat-doc | texlive | Documentation for hvfloat | Documentation for hvfloat | 3 | 库 + texlive-hvindex | texlive | The package simplifies the indexing of words using the \indexcommand of makeidx. With the package, to index a word in atext, you only have to type it once; the package makes sure itis both typeset and indexed. | Support for indexing | 3 | 工具 + texlive-hvindex-doc | texlive | Documentation for hvindex | Documentation for hvindex | 3 | 工具 + texlive-hvlogos | texlive | This package is more or less an extension to Heiko Oberdiek'spackage hologo. It prints TeX-related names as logos. Thepackage requires fetamont, hologo, dantelogo, and xspace. | Print TeX-related names as logo | 3 | 工具 + texlive-hvpygmentex | texlive | The package is based on pygmentex but provides an automatic runfrom within the document itself, with the option--shell-escape. It does not need the additional action by theuser to run the external program pygmentize to create the codesnippets. | Syntax-Highlighting of program code | 3 | 工具 + texlive-hvqrurl | texlive | This package allows to draw an URL as a QR code into the marginof a one- or twosided document. The following packages areloaded by default: qrcode, marginnote, url, xcolor and xkeyval. | Insert a QR code in the margin | 3 | 工具 + texlive-hwemoji | texlive | This package provides direct support for Unicode emoji inpdfLaTeX, with full access to emoji sequences including but notlimited to flag sequences, diversity modifier sequences, andtag sequences. Emojis are displayed through Twemoji digitalassets, as licensed under the CC-BY 4.0. | Unicode emoji support for pdfLaTeX with sequences | 3 | 工具 + texlive-hycolor | texlive | This package provides the code for the color option that isused by packages hyperref and bookmark. It is not intended aspackage for the user. | Implements colour for packages hyperref and bookmark | 3 | 工具 + texlive-hypdestopt | texlive | This package supports hyperref's pdfTeX driver. It removesunnecessary destinations and shortens the destination names oruses numbered destinations to get smaller PDF files. | Hyperref destination optimizer | 3 | 工具 + texlive-hypdoc | texlive | This package adds hypertext features to the package doc that isused in the documentation system of LaTeX2e. Bookmarks areadded and references are linked as far as possible. | Hyper extensions for doc.sty | 3 | 工具 + texlive-hypdvips | texlive | The hypdvips package fixes some problems when using hyperrefwith dvips. It also adds support for breaking links, fileattachments, embedded documents and different types of GoTo-links. The cooperation of hyperref with cleveref is improved,which in addition allows an enhanced back-referencing system. | Hyperref extensions for use with dvips | 3 | 工具 + texlive-hypdvips-doc | texlive | Documentation for hypdvips | Documentation for hypdvips | 3 | 库 + texlive-hyper | texlive | Redefines LaTeX cross-referencing commands to insert \specialcommands for HyperTeX dvi viewers, such as recent versions ofxdvi. The package is now largely superseded by hyperref. | Hypertext cross referencing | 3 | 工具 + texlive-hyperbar | texlive | The package extends the hyperref functionality for creatinginteractive forms to allow adding Barcode form fields supportedby some modern PDF readers. Currently, only pdfTeX issupported. | Add interactive Barcode fields to PDF forms | 3 | 工具 + texlive-hyper-doc | texlive | Documentation for hyper | Documentation for hyper | 3 | 库 + texlive-hypernat | texlive | Allows hyperref package and the natbib package with options'numbers' and 'sort&compress' to work together. This means thatmultiple sequential citations (e.g [3,2,1]) will be compressedto [1-3], where the '1' and the '3' are (color-)linked to thebibliography. | Allow hyperref and natbib to work together | 3 | 工具 + texlive-hypernat-doc | texlive | Documentation for hypernat | Documentation for hypernat | 3 | 库 + texlive-hyperref | texlive | The hyperref package is used to handle cross-referencingcommands in LaTeX to produce hypertext links in the document.The package provides backends for the \special set defined forHyperTeX DVI processors; for embedded pdfmark commands forprocessing by Acrobat Distiller (dvips and Y&Y's dvipsone); forY&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; forTeX4ht; and for VTeX's pdf and HTML backends. The package isdistributed with the backref and nameref packages, which makeuse of the facilities of hyperref. The package depends on theauthor's kvoptions, ltxcmds and refcount packages. | Extensive support for hypertext in LaTeX | 3 | 工具 + texlive-hyperref-doc | texlive | Documentation for hyperref | Documentation for hyperref | 3 | 库 + texlive-hyperxmp | texlive-base | XMP (eXtensible Metadata Platform) is a mechanism proposed byAdobe for embedding document metadata within the documentitself. The metadata is designed to be easy to extract, even byprograms that are oblivious to the document's file format. Mostof Adobe's applications store XMP metadata when saving files.Now, with the hyperxmp package, it is trivial for LaTeXdocument authors to store XMP metadata in their documents aswell. The package integrates seamlessly with hyperref andrequires virtually no modifications to documents that alreadyexploit hyperref's mechanisms for specifying PDF metadata. Thecurrent version of hyperxmp can embed the following metadata asXMP: title, authors, primary author's title or position,metadata writer, subject/summary, keywords, copyright, licenseURL, document base URL, document identifier and instanceidentifier, language, source file name, PDF generating tool,PDF version, and contact telephone number/postal address/emailaddress/URL. Hyperxmp currently embeds XMP only within PDFdocuments; it is compatible with pdfLaTeX, XeLaTeX,LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf. | Embed XMP metadata within a LaTeX document | 3 | 工具 + texlive-hyphen-afrikaans | texlive | Hyphenation patterns for Afrikaans in T1/EC and UTF-8encodings. OpenOffice includes older patterns created by adifferent author, but the patterns packaged with TeX areconsidered superior in quality. | Afrikaans hyphenation patterns | 3 | 工具 + texlive-hyphen-ancientgreek | texlive | Hyphenation patterns for Ancient Greek in LGR and UTF-8encodings, including support for (obsolete) Ibycus fontencoding. Patterns in UTF-8 use two code positions for each ofthe vowels with acute accent (a.k.a tonos, oxia), e.g., U+03AE,U+1F75 for eta. | Ancient Greek hyphenation patterns | 3 | 工具 + texlive-hyphen-arabic | texlive | Prevent hyphenation in Arabic. | (No) Arabic hyphenation patterns | 3 | 库 + texlive-hyphen-armenian | texlive | Hyphenation patterns for Armenian for Unicode engines. | Armenian hyphenation patterns | 3 | 库 + texlive-hyphenat | texlive | This package can disable all hyphenation or enable hyphenationof non-alphabetics or monospaced fonts. The package can alsoenable hyphenation within 'words' that contain non-alphabeticcharacters (e.g., that include underscores), and hyphenation oftext typeset in monospaced (e.g., cmtt) fonts. | Disable/enable hypenation | 3 | 工具 + texlive-hyphenat-doc | texlive | Documentation for hyphenat | Documentation for hyphenat | 3 | 库 + texlive-hyphen-base | texlive | Includes Knuth's original hyphen.tex, zerohyph.tex to disablehyphenation, language.us which starts the autogenerated fileslanguage.dat and language.def (and default versions of those),etc. | core hyphenation support files | 3 | 工具 + texlive-hyphen-basque | texlive | Hyphenation patterns for Basque in T1/EC and UTF-8 encodings. | Basque hyphenation patterns | 3 | 库 + texlive-hyphen-belarusian | texlive | Belarusian hyphenation patterns in T2A and UTF-8 encodings | Belarusian hyphenation patterns. | 3 | 工具 + texlive-hyphen-bulgarian | texlive | Hyphenation patterns for Bulgarian in T2A and UTF-8 encodings. | Bulgarian hyphenation patterns | 3 | 库 + texlive-hyphen-catalan | texlive | Hyphenation patterns for Catalan in T1/EC and UTF-8 encodings. | Catalan hyphenation patterns | 3 | 库 + texlive-hyphen-chinese | texlive | Hyphenation patterns for transliterated Mandarin Chinese(pinyin) in T1/EC and UTF-8 encodings. The latter can hyphenatepinyin with or without tone markers; the former only without. | Chinese pinyin hyphenation patterns | 3 | 工具 + texlive-hyphen-churchslavonic | texlive | Hyphenation patterns for Church Slavonic in UTF-8 encoding | Church Slavonic hyphenation patterns. | 3 | 库 + texlive-hyphen-coptic | texlive | Hyphenation patterns for Coptic in UTF-8 encoding as well as inASCII-based encoding for 8-bit engines. The latter can only beused with special Coptic fonts (like CBcoptic). The patternsare considered experimental. | Coptic hyphenation patterns | 3 | 工具 + texlive-hyphen-croatian | texlive | Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings. | Croatian hyphenation patterns | 3 | 库 + texlive-hyphen-czech | texlive | Hyphenation patterns for Czech in T1/EC and UTF-8 encodings.Original patterns 'czhyphen' are still distributed in the'csplain' package and loaded with ISO Latin 2 encoding (IL2). | Czech hyphenation patterns | 3 | 工具 + texlive-hyphen-danish | texlive | Hyphenation patterns for Danish in T1/EC and UTF-8 encodings. | Danish hyphenation patterns | 3 | 库 + texlive-hyphen-dutch | texlive | Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings.These patterns don't handle cases like 'menuutje' > 'menu-tje',and don't hyphenate words that have different hyphenationsaccording to their meaning. | Dutch hyphenation patterns | 3 | 库 + texlive-hyphen-english | texlive | Additional hyphenation patterns for American and BritishEnglish in ASCII encoding. The American English patterns(usenglishmax) greatly extend the standard patterns from Knuthto find many additional hyphenation points. British Englishhyphenation is completely different from US English, so has itsown set of patterns. | English hyphenation patterns | 3 | 工具 + texlive-hyphen-esperanto | texlive | Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8encodings. Note that TeX distributions don't ship any suitablefonts in Latin 3 encoding, so unless you create your own fontsupport or want to use MlTeX, using native Unicode engines ishighly recommended. | Esperanto hyphenation patterns | 3 | 工具 + texlive-hyphen-estonian | texlive | Hyphenation patterns for Estonian in T1/EC and UTF-8 encodings. | Estonian hyphenation patterns | 3 | 工具 + texlive-hyphen-ethiopic | texlive | Hyphenation patterns for languages written using the Ethiopicscript for Unicode engines. They are not supposed to belinguistically relevant in all cases and should, for propertypography, be replaced by files tailored to individuallanguages. | Hyphenation patterns for Ethiopic scripts | 3 | 库 + texlive-hyphenex | texlive | Exceptions for American English hyphenation patterns areoccasionally published in the TeX User Group journal TUGboat.This bundle provides alternative Perl and Bourne shell scriptsto convert the source of such an article into an exceptionsfile, together with a recent copy of the article and machine-readable files. | US English hyphenation exceptions file | 3 | 工具 + texlive-hyphen-farsi | texlive | Prevent hyphenation in Persian. | (No) Persian hyphenation patterns | 3 | 库 + texlive-hyphen-finnish | texlive | Hyphenation patterns for Finnish in T1 and UTF-8 encodings. Theolder set, labelled just “fi”, tries to implementetymological rules, while the newer ones (fi-x-school)implements the simpler rules taught at Finnish school. | Finnish hyphenation patterns | 3 | 库 + texlive-hyphen-french | texlive | Hyphenation patterns for French in T1/EC and UTF-8 encodings. | French hyphenation patterns | 3 | 库 + texlive-hyphen-friulan | texlive | Hyphenation patterns for Friulan in ASCII encoding. They aresupposed to comply with the common spelling of the Friulan(Furlan) language as fixed by the Regional Law N.15/96 datedNovember 6, 1996 and its following amendments. | Friulan hyphenation patterns | 3 | 工具 + texlive-hyphen-galician | texlive | Hyphenation patterns for Galician in T1/EC and UTF-8 encodings. | Galician hyphenation patterns | 3 | 库 + texlive-hyphen-georgian | texlive | Hyphenation patterns for Georgian in T8M, T8K and UTF-8encodings. | Georgian hyphenation patterns | 3 | 库 + texlive-hyphen-german | texlive | Hyphenation patterns for German in T1/EC and UTF-8 encodings,for traditional and reformed spelling, including Swiss German.The package includes the latest patterns from dehyph-exptl(known to TeX under names 'german', 'ngerman' and'swissgerman'), however 8-bit engines still load old versionsof patterns for 'german' and 'ngerman' for backward-compatibility reasons. Swiss German patterns are suitable forSwiss Standard German (Hochdeutsch) not the Alemannic dialectsspoken in Switzerland (Schwyzerduetsch). There are no knownpatterns for written Schwyzerduetsch. | German hyphenation patterns | 3 | 工具 + texlive-hyphen-greek | texlive | Hyphenation patterns for Modern Greek in monotonic andpolytonic spelling in LGR and UTF-8 encodings. Patterns in UTF-8 use two code positions for each of the vowels with acuteaccent (a.k.a tonos, oxia), e.g., U+03AC, U+1F71 for alpha. | Modern Greek hyphenation patterns | 3 | 工具 + texlive-hyphen-greek-doc | texlive | Documentation for hyphen-greek | Documentation for hyphen-greek | 3 | 库 + texlive-hyphen-hungarian | texlive | Hyphenation patterns for Hungarian in T1/EC and UTF-8encodings. | Hungarian hyphenation patterns | 3 | 库 + texlive-hyphen-hungarian-doc | texlive | Documentation for hyphen-hungarian | Documentation for hyphen-hungarian | 3 | 库 + texlive-hyphen-icelandic | texlive | Hyphenation patterns for Icelandic in T1/EC and UTF-8encodings. | Icelandic hyphenation patterns | 3 | 库 + texlive-hyphen-indic | texlive | Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi,Kannada, Malayalam, Marathi, Odia, Panjabi, Tamil and Telugufor Unicode engines. | Indic hyphenation patterns | 3 | 库 + texlive-hyphen-indonesian | texlive | Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCIIencoding. They are probably also usable for Malay (BahasaMelayu). | Indonesian hyphenation patterns | 3 | 库 + texlive-hyphen-interlingua | texlive | Hyphenation patterns for Interlingua in ASCII encoding. | Interlingua hyphenation patterns | 3 | 库 + texlive-hyphen-irish | texlive | Hyphenation patterns for Irish (Gaeilge) in T1/EC and UTF-8encodings. | Irish hyphenation patterns | 3 | 库 + texlive-hyphen-italian | texlive | Hyphenation patterns for Italian in ASCII encoding. Compliantwith the Recommendation UNI 6461 on hyphenation issued by theItalian Standards Institution (Ente Nazionale di UnificazioneUNI). | Italian hyphenation patterns | 3 | 库 + texlive-hyphen-kurmanji | texlive | Hyphenation patterns for Kurmanji (Northern Kurdish) as spokenin Turkey and by the Kurdish diaspora in Europe, in T1/EC andUTF-8 encodings. | Kurmanji hyphenation patterns | 3 | 库 + texlive-hyphen-latin | texlive | Hyphenation patterns for Latin in T1/EC and UTF-8 encodings,mainly in modern spelling (u when u is needed and v when v isneeded), medieval spelling with the ligatures \ae and \oe andthe (uncial) lowercase 'v' written as a 'u' is also supported.Apparently there is no conflict between the patterns of modernLatin and those of medieval Latin. Hyphenation patterns for theClassical Latin in T1/EC and UTF-8 encodings. Classical Latinhyphenation patterns are different from those of 'plain' Latin,the latter being more adapted to modern Latin. Hyphenationpatterns for the Liturgical Latin in T1/EC and UTF-8 encodings. | Latin hyphenation patterns | 3 | 库 + texlive-hyphen-latvian | texlive | Hyphenation patterns for Latvian in L7X and UTF-8 encodings. | Latvian hyphenation patterns | 3 | 工具 + texlive-hyphen-lithuanian | texlive | Hyphenation patterns for Lithuanian in L7X and UTF-8 encodings.\lefthyphenmin and \righthyphenmin have to be at least 2. | Lithuanian hyphenation patterns | 3 | 库 + texlive-hyphen-macedonian | texlive | Hyphenation patterns for Macedonian. | Macedonian hyphenation patterns | 3 | 库 + texlive-hyphen-mongolian | texlive | Hyphenation patterns for Mongolian in T2A, LMC and UTF-8encodings. LMC encoding is used in MonTeX. The package includestwo sets of patterns that will hopefully be merged in future. | Mongolian hyphenation patterns in Cyrillic script | 3 | 工具 + texlive-hyphen-norwegian | texlive | Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/ECand UTF-8 encodings. | Norwegian Bokmal and Nynorsk hyphenation patterns | 3 | 库 + texlive-hyphen-occitan | texlive | Hyphenation patterns for Occitan in T1/EC and UTF-8 encodings.They are supposed to be valid for all the Occitan variantsspoken and written in the wide area called 'Occitanie' by theFrench. It ranges from the Val d'Aran within Catalunya, to theSouth Western Italian Alps encompassing the southern half ofthe French pentagon. | Occitan hyphenation patterns. | 3 | 库 + texlive-hyphen-piedmontese | texlive | Hyphenation patterns for Piedmontese in ASCII encoding.Compliant with 'Gramatica dla lengua piemonteisa' by CamilloBrero. | Piedmontese hyphenation patterns | 3 | 库 + texlive-hyphen-polish | texlive | Hyphenation patterns for Polish in QX and UTF-8 encodings.These patterns are also used by Polish TeX formats MeX andLaMeX. | Polish hyphenation patterns | 3 | 工具 + texlive-hyphen-portuguese | texlive | Hyphenation patterns for Portuguese in T1/EC and UTF-8encodings. | Portuguese hyphenation patterns | 3 | 库 + texlive-hyphen-romanian | texlive | Hyphenation patterns for Romanian in T1/EC and UTF-8 encodings.The UTF-8 patterns use U+0219 for the character 's with commaaccent' and U+021B for 't with comma accent', but we mayconsider using U+015F and U+0163 as well in the future.Generated by PatGen2-output hyphen-level 9. | Romanian hyphenation patterns | 3 | 工具 + texlive-hyphen-romansh | texlive | Hyphenation patterns for Romansh in ASCII encoding. They aresupposed to comply with the rules indicated by the LiaRumantscha (Romansh language society). | Romansh hyphenation patterns | 3 | 工具 + texlive-hyphen-russian | texlive | Hyphenation patterns for Russian in T2A and UTF-8 encodings.For 8-bit engines, the 'ruhyphen' package provides a number ofdifferent pattern sets, as well as different (8-bit) encodings,that can be chosen at format-generation time. The UTF-8version only provides the default pattern set. A mechanismsimilar to the one used for 8-bit patterns may be implementedin the future. | Russian hyphenation patterns | 3 | 工具 + texlive-hyphen-sanskrit | texlive | Hyphenation patterns for Sanskrit and Prakrit intransliteration, and in Devanagari, Bengali, Kannada, Malayalamand Telugu scripts for Unicode engines. | Sanskrit hyphenation patterns | 3 | 工具 + texlive-hyphen-sanskrit-doc | texlive | Documentation for hyphen-sanskrit | doc files of hyphen-sanskrit | 3 | 库 + texlive-hyphen-serbian | texlive | Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8encodings. For 8-bit engines the patterns are availableseparately as 'serbian' in T1/EC encoding for Latin script and'serbianc' in T2A encoding for Cyrillic script. Unicode enginesshould only use 'serbian' which has patterns in both scriptscombined. | Serbian hyphenation patterns | 3 | 工具 + texlive-hyphen-slovak | texlive | Hyphenation patterns for Slovak in T1/EC and UTF-8 encodings.Original patterns 'skhyphen' are still distributed in the'csplain' package and loaded with ISO Latin 2 encoding (IL2). | Slovak hyphenation patterns | 3 | 工具 + texlive-hyphen-slovenian | texlive | Hyphenation patterns for Slovenian in T1/EC and UTF-8encodings. | Slovenian hyphenation patterns | 3 | 库 + texlive-hyphen-spanish | texlive | Hyphenation patterns for Spanish in T1/EC and UTF-8 encodings. | Spanish hyphenation patterns | 3 | 库 + texlive-hyphen-spanish-doc | texlive | Documentation for hyphen-spanish | doc files of hyphen-spanish | 3 | 库 + texlive-hyphen-swedish | texlive | Hyphenation patterns for Swedish in T1/EC and UTF-8 encodings. | Swedish hyphenation patterns | 3 | 库 + texlive-hyphen-thai | texlive | Hyphenation patterns for Thai in LTH and UTF-8 encodings. | Thai hyphenation patterns | 3 | 库 + texlive-hyphen-turkish | texlive | Hyphenation patterns for Turkish in T1/EC and UTF-8 encodings.Auto-generated from a script included in the distribution. Thepatterns for Turkish were first produced for the Ottoman TextsProject in 1987 and were suitable for both Modern Turkish andOttoman Turkish in Latin script, however the required characterset didn't fit into EC encoding, so support for Ottoman Turkishhad to be dropped to keep compatibility with 8-bit engines. | Turkish hyphenation patterns | 3 | 工具 + texlive-hyphen-turkmen | texlive | Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings. | Turkmen hyphenation patterns | 3 | 库 + texlive-hyphen-ukrainian | texlive | Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings.For 8-bit engines, the 'ukrhyph' package provides a number ofdifferent pattern sets, as well as different (8-bit) encodings,that can be chosen at format-generation time. The UTF-8version only provides the default pattern set. A mechanismsimilar to the one used for 8-bit patterns may be implementedin the future. | Ukrainian hyphenation patterns | 3 | 工具 + texlive-hyphen-uppersorbian | texlive | Hyphenation patterns for Upper Sorbian in T1/EC and UTF-8encodings. | Upper Sorbian hyphenation patterns | 3 | 库 + texlive-hyphen-welsh | texlive | Hyphenation patterns for Welsh in T1/EC and UTF-8 encodings. | Welsh hyphenation patterns | 3 | 库 + texlive-hyph-utf8 | texlive | Modern native UTF-8 engines such as XeTeX and LuaTeX needhyphenation patterns in UTF-8 format, whereas older systemsrequire hyphenation patterns in the 8-bit encoding of the fontin use (such encodings are codified in the LaTeX scheme withnames like OT1, T2A, TS1, OML, LY1, etc). The present packageoffers a collection of conversions of existing patterns to UTF-8 format, together with converters for use with 8-bit fonts inolder systems. Since hyphenation patterns for Knuthian-styleTeX systems are only read at iniTeX time, it is hoped that theUTF-8 patterns, with their converters, will completely supplantthe older patterns. | Hyphenation patterns expressed in UTF-8 | 3 | 工具 + texlive-hyph-utf8-doc | texlive | Documentation for hyph-utf8 | Documentation for hyph-utf8 | 3 | 库 + texlive-hyplain | texlive | The package offers a means to set up hyphenation suitable forseveral languages and/or dialects, and to select them or switchbetween them while typesetting. | Basic support for multiple languages in Plain TeX | 3 | 工具 + texlive-hyplain-doc | texlive | Documentation for hyplain | Documentation for hyplain | 3 | 库 + texlive-ibarra | texlive | The Ibarra Real Nova is a revival of a typeface designed byGeronimo Gil for the publication of Don Quixote for the RealAcademia de la Lengua in 1780. Joaquin Ibarra was the printer. | LaTeX support for the Ibarra Real Nova family of fonts | 3 | 工具 + texlive-ibrackets | texlive | This small package provides a new definition of brackets [ and] as active characters to get correct blank spaces inmathematical mode when using for open intervals. Instead ofparenthesis: ]-\infty, 0[ is equivalent to (-\infty, 0). | Intelligent brackets | 3 | 库 + texlive-ibycus-babel | texlive | The package allows you to use the Ibycus 4 font for ancientGreek with Babel. It uses a Perl script to generate hyphenationpatterns for Ibycus from those for the ordinary Babel encoding,cbgreek. It sets up ibycus as a pseudo-language you can specifyin the normal Babel manner. For proper hyphenation of Greekquoted in mid-paragraph, you should use it with elatex (allcurrent distributions of LaTeX are built with e-TeX, so theconstraint should not be onerous). | Use the Ibycus 4 Greek font with Babel | 3 | 库 + texlive-ibycus-babel-doc | texlive | Documentation for ibycus-babel | Documentation for ibycus-babel | 3 | 库 + texlive-ibygrk | texlive | Ibycus is a Greek typeface, based on Silvio Levy's realisationof a classic Didot cut of Greek type from around 1800. Thefonts are available both as Metafont source and in Adobe Type 1format. This distribution of ibycus is accompanied by a set ofmacro packages to use it with Plain TeX or LaTeX, but for usewith Babel, see the ibycus-babel package. | Fonts and macros to typeset ancient Greek | 3 | 工具 + texlive-ibygrk-doc | texlive | Documentation for ibygrk | Documentation for ibygrk | 3 | 库 + texlive-icite | texlive | The package is designed to produce from BibTeX or BibLaTeXbibliographical databases the different indices of authors andworks cited which are called indices locorum citatorum. Itrelies on a specific \icite command and can operate with eitherBibTeX or BibLaTeX. | Indices locorum citatorum | 3 | 工具 + texlive-icsv | texlive | This is an ad-hoc class for typesetting articles for the ICSVconference, based on the earler active-conf by the same author. | Class for typesetting articles for the ICSV conference | 3 | 工具 + texlive-icsv-doc | texlive | Documentation for icsv | Documentation for icsv | 3 | 库 + texlive-identkey | texlive | The package is for typesetting bracketed dichotomousidentification keys. | Typesetting bracketed dichotomous identification keys | 3 | 工具 + texlive-idxcmds | texlive | The package provides commands for adding formatted indexentries; it arises from the author's work on large documents. | Semantic commands for adding formatted index entries | 3 | 工具 + texlive-idxcmds-doc | texlive | Documentation for idxcmds | Documentation for idxcmds | 3 | 库 + texlive-idxlayout | texlive | The idxlayout package offers a key-value interface to configureindex layout parameters, e.g. allowing for three-column indexesor for "parent" items and their affiliated subitems beingtypeset as a single paragraph. The package is responsive to theindex-related options and commands of the KOMA-Script andmemoir classes. | Configurable index layout, responsive to KOMA-Script and memoir | 3 | 工具 + texlive-idxlayout-doc | texlive | Documentation for idxlayout | Documentation for idxlayout | 3 | 库 + texlive-ieeeconf | texlive | The IEEEconf class implements the formatting dictated by theIEEE Computer Society Press for conference proceedings. | Macros for IEEE conference proceedings | 3 | 工具 + texlive-ieeepes | texlive | Supports typesetting of transactions, as well as discussionsand closures, for the IEEE Power Engineering SocietyTransactions journals. | IEEE Power Engineering Society Transactions | 3 | 工具 + texlive-ieeepes-doc | texlive | Documentation for ieeepes | Documentation for ieeepes | 3 | 库 + texlive-ieeetran | texlive | The class and its BibTeX style enable authors to produceofficially-correct output for the Institute of Electrical andElectronics Engineers (IEEE) transactions, journals andconferences. | Document class for IEEE Transactions journals and conferences | 3 | 工具 + texlive-ieejtran | texlive | This package provides an unofficial BibTeX style for authors ofthe Institute of Electrical Engineers of Japan (IEEJ)transactions journals and conferences. | Unofficial bibliography style file for the Institute of Electrical Engineers of Japan | 3 | 库 + texlive-ietfbibs-doc | texlive | Documentation for ietfbibs | doc files of ietfbibs | 3 | 库 + texlive-iexec | texlive | With the help of the \iexec command, you can execute a shellcommand and then input its output into your document. Thispackage also lets you use any special symbols inside yourcommand. | Execute shell commands and input their output | 3 | 工具 + texlive-ifallfalse | texlive | This package allows you to check whether a string is containedwithin another set of strings, and perform an action if it isnot. This is done by using the allfalse environment and passingin a string and an action to be performed if the string is notcontained in the set. Then, passing in a string to the \orcheckmacro inside the respective allfalse environment adds that tothe set of strings. This package does not work with the LuaTeXengine. | Compare a string against a set of other strings | 3 | 工具 + texlive-iffont | texlive | This package provides a macro to select the first font XeLaTeXor LuaTeX can find in a comma separated list and, additionally,a number of macro tests. | Conditionally load fonts with fontspec | 3 | 工具 + texlive-iffont-doc | texlive | Documentation for iffont | doc files of iffont | 3 | 库 + texlive-ifmslide | texlive | This package is used to produce printed slides with LaTeX andonline presentations with pdfLaTeX. It is provided by the'Institute of Mechanics' (ifm) Univ. of Technology Darmstadt,Germany. It is based on ideas of pdfslide, but completelyrewritten for compatibility with texpower and seminar. Themanual describes all functions and provides a sample. | Presentation slides for screen and printouts | 3 | 工具 + texlive-ifmslide-doc | texlive | Documentation for ifmslide | Documentation for ifmslide | 3 | 库 + texlive-ifmtarg | texlive | ifmtarg package | If-then-else command for processing potentially empty arguments | 3 | 工具 + texlive-ifmtarg-doc | texlive | Documentation for ifmtarg | Documentation for ifmtarg | 3 | 库 + texlive-ifnextok | texlive | The package deals with the behaviour of the LaTeX internalcommand \@ifnextchar, which skips blank spaces. This has thepotential to surprise users, since it can produce reallyunwanted effects. A common example occurs with bracketsstarting a line following \\: the command looks for an optionalargument, whereas the user wants the brackets to be printed.The package offers commands and options for modifying thisbehaviour, maybe limited to certain parts of the documentsource. | Utility macro: peek ahead without ignoring spaces | 3 | 工具 + texlive-ifnextok-doc | texlive | Documentation for ifnextok | Documentation for ifnextok | 3 | 库 + texlive-ifoddpage | texlive | The package provides an \ifoddpage conditional to determine ifthe current page is odd or even. The macro \checkoddpage mustbe used direct before to check the page number using a label.Two compiler runs are therefore required to achieve correctresults. In addition, the conditional \ifoddpageoronside isprovided which is also true in oneside mode where all pages usethe odd page layout. | Determine if the current page is odd or even | 3 | 工具 + texlive-ifoddpage-doc | texlive | Documentation for ifoddpage | Documentation for ifoddpage | 3 | 库 + texlive-ifplatform | texlive | This package uses the (La)TeX extension -shell-escape toestablish whether the document is being processed on a Windowsor on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin(Unix environment over a windows system). Booleans providedare: \ifwindows, \iflinux, \ifmacosx and \ifcygwin. The packagealso preserves the output of uname on a Unix-like system, whichmay be used to distinguish between various classes of Unixsystems. | Conditionals to test which platform is being used | 3 | 工具 + texlive-ifplatform-doc | texlive | Documentation for ifplatform | Documentation for ifplatform | 3 | 库 + texlive-ifptex | texlive | The ifptex package is a counterpart of ifxetex, ifluatex, etc.for the ptex engine. The ifuptex package is an alias to ifptexprovided for backward compatibility. | Check if the engine is pTeX or one of its derivatives | 3 | 工具 + texlive-ifsym | texlive | A set of symbol fonts, written in Metafont, offering(respectively) clock-face symbols, geometrical symbols, weathersymbols, mountaineering symbols, electronic circuit symbols anda set of miscellaneous symbols. A LaTeX package is provided,that allows the user to load only those symbols needed in adocument. | A collection of symbols | 3 | 工具 + texlive-ifsym-doc | texlive | Documentation for ifsym | Documentation for ifsym | 3 | 库 + texlive-iftex | texlive | The package, which works both for Plain TeX and for LaTeX,defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals fortesting which engine is being used for typesetting. The packagealso provides the \RequirePDFTeX, \RequireXeTeX, and\RequireLuaTeX commands which throw an error if pdfTeX, XeTeXor LuaTeX (respectively) is not the engine in use. | Am I running under pdfTeX, XeTeX or LuaTeX? | 3 | 工具 + texlive-iftex-doc | texlive | Documentation for iftex | Documentation for iftex | 3 | 工具 + texlive-ifthenx | texlive | The package extends the ifthen package, providing extrapredicates for the package's \ifthenelse command. The packageis complementary to xifthen, in that they provide differentfacilities; the two may be loaded in the same document, as longas xifthen is loaded first. | Extra tests for \ifthenelse | 3 | 工具 + texlive-ifthenx-doc | texlive | Documentation for ifthenx | Documentation for ifthenx | 3 | 库 + texlive-ifxptex | texlive | The package provides commands for detecting pTeX and itsderivatives (e-pTeX, upTeX, e-upTeX, and ApTeX). Both LaTeX andplain TeX are supported. | Detect pTeX and its derivatives | 3 | 工具 + texlive-iitem | texlive | The package defines multiple level lists within one list-likeenvironment. instead of writing \begin{enumerate} \item 1\begin{enumerate} \item 2 \begin{enumerate} \item 3\begin{enumerate} \item 4 \end{enumerate} \end{enumerate} \item2.1 \end{enumerate} \item 1.1 \begin{enumerate} \item 2\end{enumerate} \end{enumerate} this package allows you towrite \begin{enumerate} \item 1 \iitem 2 \iiitem 3 \ivtem 4\iitem 2.1 \item 1.1 \iitem 2 \end{enumerate} | Multiple level of lists in one list-like environment | 3 | 工具 + texlive-iitem-doc | texlive | Documentation for iitem | Documentation for iitem | 3 | 库 + texlive-ijmart | texlive | The Israel Journal of Mathematics is published by The HebrewUniversity Magnes Press. This class provides LaTeX support forits authors and editors. It strives to achieve the distinct"look and feel" of the journal, while having the interfacesimilar to that of the amsart document class. This will helpauthors already familiar with amsart to easily submitmanuscripts for The Israel Journal of Mathematics or to put thepreprints in arXiv with minimal changes in the LaTeX source. | LaTeX Class for the Israel Journal of Mathematics | 3 | 工具 + texlive-ijmart-doc | texlive | Documentation for ijmart | Documentation for ijmart | 3 | 库 + texlive-ijqc | texlive | ijqc.bst is a BibTeX style file to support publication inWiley's International Journal of Quantum Chemistry. It is notin any way officially endorsed by the publisher or editors, andis provided without any warranty one could ever think of. | BibTeX style file for the Intl. J. Quantum Chem | 3 | 工具 + texlive-ijqc-doc | texlive | Documentation for ijqc | Documentation for ijqc | 3 | 库 + texlive-ijsra | texlive | This is a document class called ijsra which is used for theInternational Journal of Student Research in Archaeology. | LaTeX document class for the International Journal of Student Research in Archaeology | 3 | 工具 + texlive-imac | texlive | A set of files for producing correctly formatted documents forthe International Modal Analysis Conference. The bundleprovides a LaTeX package and a BibTeX style file. | International Modal Analysis Conference format | 3 | 工具 + texlive-imac-doc | texlive | Documentation for imac | Documentation for imac | 3 | 库 + texlive-image-gallery | texlive | The class may be used to create an overview of pictures from adigital camera or from other sources. It is possible to adjustthe size of the pictures and all the margins. The example fileshows the usage. | Create an overview of pictures from a digital camera or from other sources | 3 | 工具 + texlive-image-gallery-doc | texlive | Documentation for image-gallery | Documentation for image-gallery | 3 | 工具 + texlive-imakeidx | texlive | The package enables the user to produce and typeset one or moreindexes simultaneously with a document. The package is known towork in LaTeX documents processed with pdflatex, xelatatex andlualatex. If makeindex is used for processing the indexentries, no particular setting up is needed when TeX Live isused. Using xindy or other programs it is necessary to enableshell escape; shell escape is also needed if splitindex isused. | A package for producing multiple indexes | 3 | 工具 + texlive-imakeidx-doc | texlive | Documentation for imakeidx | Documentation for imakeidx | 3 | 库 + texlive-imfellenglish | texlive | Igino Marini has implemented digital revivals of fontsbequeathed to Oxford University by Dr. John Fell, Bishop ofOxford and Dean of Christ Church in 1686. This package providesthe English family, consisting of Roman, Italic and Small-Capfonts. | IM Fell English fonts with LaTeX support | 3 | 工具 + texlive-imfellenglish-doc | texlive | Documentation for imfellenglish | doc files of imfellenglish | 3 | 库 + texlive-impatient-cn-doc | texlive | Documentation for impatient-cn | Documentation for impatient-cn | 3 | 库 + texlive-impatient-doc | texlive | Documentation for impatient | Documentation for impatient | 3 | 库 + texlive-impatient-fr-doc | texlive | Documentation for impatient-fr | Documentation for impatient-fr | 3 | 库 + texlive-impnattypo | texlive | The package provides useful macros implementing recommendationsby the French Imprimerie Nationale. | Support typography of l'Imprimerie Nationale Francaise | 3 | 工具 + texlive-impnattypo-doc | texlive | Documentation for impnattypo | Documentation for impnattypo | 3 | 库 + texlive-import | texlive | The commands \import{full_path}{file} and\subimport{path_extension}{file} set up input through standardLaTeX mechanisms (\input, \include and \includegraphics) toload files relative to the \import-ed directory. There are also\includefrom, \subincludefrom, and * variants of the commands. | Establish input relative to a directory | 3 | 工具 + texlive-import-doc | texlive | Documentation for import | Documentation for import | 3 | 库 + texlive-imsproc | texlive | The class typesets papers for IMS (Iranian MathematicalSociety) conference proceedings. The class uses the XePersianpackage. | Typeset IMS conference proceedings | 3 | 工具 + texlive-imsproc-doc | texlive | Documentation for imsproc | Documentation for imsproc | 3 | 库 + texlive-imtekda | texlive | The class permits typesetting of diploma, bachelor's andmaster's theses for the Institute of Microsystem Technology(IMTEK) at the University of Freiburg (Germany). The class isbased on the KOMA-Script class scrbook. Included in thedocumentation is a large collection of useful tips fortypesetting theses and a list of recommended packages. | IMTEK thesis class | 3 | 工具 + texlive-imtekda-doc | texlive | Documentation for imtekda | Documentation for imtekda | 3 | 库 + texlive-incgraph | texlive | The package provides tools for including graphics at the fullsize of the output medium, or for creating "pages" whose sizeis that of the graphic they contain. A principal use case isdocuments that require inclusion of (potentially many) scans orphotographs. Bookmarking is especially supported. The tool boxhas basic macros and a 'convenience' user interface that wraps\includegraphics. | Sophisticated graphics inclusion in a PDF document | 3 | 工具 + texlive-incgraph-doc | texlive | Documentation for incgraph | Documentation for incgraph | 3 | 库 + texlive-includernw | texlive | This package is for including .Rnw (knitr/sweave)-files inside.tex-files. It requires that you have R and the R-package knitrinstalled. | Include .Rnw inside .tex | 3 | 工具 + texlive-inconsolata | texlive | Inconsolata is a monospaced font designed by Raph Levien. Thispackage contains the font (in both Adobe Type 1 and OpenTypeformats) in regular and bold weights, with additional glyphsand options to control slashed zero, upright quotes and ashapelier lower-case L, plus metric files for use with TeX, andLaTeX font definition and other relevant files. | A monospaced font, with support files for use with TeX | 3 | 工具 + texlive-inconsolata-doc | texlive | Documentation for inconsolata | Documentation for inconsolata | 3 | 库 + texlive-index | texlive | This is a reimplementation of LaTeX's indexing macros toprovide better support for indexing. For example, it supportsmultiple indexes in a single document and provides a morerobust \index command. It supplies short hand notations for the\index command (^{word}) and a * variation of \index(abbreviated _{word}) that prints the word being indexed, aswell as creating an index entry for it. | Extended index for LaTeX including multiple indexes | 3 | 工具 + texlive-index-doc | texlive | Documentation for index | Documentation for index | 3 | 库 + texlive-indextools | texlive | This package is a fork of the imakeidx package. The originalauthors of imakeidx declined some upgrade suggestions to removeincompatibilities with certain packages that are particularlyimportant with critical editions dealing with languages thatare being written from right to left. Therefore this fork wascreated in order to let other users benefit from itsfunctionalities very useful in the field of humanities. | A fork of imakeidx to fixe one bug with bidi | 3 | 工具 + texlive-indextools-doc | texlive | Documentation for indextools | Documentation for indextools | 3 | 库 + texlive-infwarerr | texlive | This package provides a complete set of macros for information,warning and error messages. Under LaTeX, the commands arewrappers for the corresponding LaTeX commands; under Plain TeXthey are available as complete implementations. | Complete set of information/warning/error message macros | 3 | 工具 + texlive-initials | texlive | For each font, at least an .pfb and .tfm file is provided, witha .fd file for use with LaTeX. | Adobe Type 1 decorative initial fonts | 3 | 工具 + texlive-initials-doc | texlive | Documentation for initials | Documentation for initials | 3 | 库 + texlive-inkpaper | texlive | InkPaper is designed to write mathematical papers,especiallydesigned for Mathematics Students. ZJGS students. magazineeditors. NOTICE.This is not a Thesis class. | A LaTeX class for writing a thesis following French rules | 3 | 库 + texlive-inlinebib | texlive | A BibTeX style and a LaTeX package that allow for a fullbibliography at the end of the document as well as citationdetails in footnotes. The footnote details include "op. cit."and "ibid." contractions. | Citations in footnotes | 3 | 工具 + texlive-inlinebib-doc | texlive | Documentation for inlinebib | Documentation for inlinebib | 3 | 库 + texlive-inlinedef | texlive | The package provides a macro \Inline that precedes a \def or\gdef. Within the definition text of an inlined definition,keywords such as \Expand may be used to selectively inlinecertain expansions at definition-time. This eases the processof redefining macros in terms of the original definition, aswell as definitions in which the token that must be expanded isdeep within, where \expandafter would be difficult and \edef isnot suitable. Another application is as an easier version of\aftergroup, by defining a macro in terms of expanded localvariables, then ending the group with\expandafter\endgroup\macro. | Inline expansions within definitions | 3 | 工具 + texlive-inlinedef-doc | texlive | Documentation for inlinedef | Documentation for inlinedef | 3 | 库 + texlive-inline-images | texlive | The package provides a command \inlineimg to dynamically createa file containing the inline image in base64 format, which isdecoded and included in the source file. Requirements LaTeXmust be run with option --shell-escape. Program base64. | Inline images in base64 encoding | 3 | 工具 + texlive-inlinelabel | texlive | This package can assign equation numbers to inline equations.When Japanese is supported, you can switch to circled equationnumbers. | Assign equation numbers to inline equations | 3 | 工具 + texlive-innerscript | texlive | This package modifies two aspects of TeX's automatic interatommathematics spacing. It uses LuaTeX's \Umath primitives to makesuperscripts and subscripts more closely resemble \textstyleand \displaystyle math and to treat \mathinner subformulas as\mathord, effectively eliminating this class. | Modifies automatic mathematics spacing | 3 | 工具 + texlive-inputenx | texlive | This package deals with input encodings. It provides a widerrange of input encodings using standard mappings, than doesinputenc; it also covers nearly all slots. In this way, itserves as more uptodate replacement for package inputenc. | Enhanced input encoding handling | 3 | 工具 + texlive-inputnormalization | texlive | This package provides a cross engine interface to normalizinginput before it's read by TeX. It is based on XeTeX's\XeTeXinputnormalization primitive and lua-uni-algos forLuaTeX. | Wrapper for XeTeX's and LuaTeX's input normalization | 3 | 工具 + texlive-inputtrc | texlive | The package produces screen/log messages of the form '<current>INPUTTING <next>' reporting LaTeX input commands (<current> and<next> being file names). The message is indented to reflectthe level of input nesting. Tracing may be turned on and off,and the unit of indentation may be adjusted. The implementationsomewhat resembles those of packages FiNK and inputfile. | Trace which file loads which | 3 | 工具 + texlive-inputtrc-doc | texlive | Documentation for inputtrc | Documentation for inputtrc | 3 | 工具 + texlive-inriafonts | texlive | Inria is a free font designed by Black[Foundry] for Inriaresearch institute. The font is available for free. It comes asSerif and Sans Serif, each with three weights and matchingitalics. Using these fonts with XeLaTeX and LuaLaTeX is easyusing the fontspec package; we refer to the documentation offontspec for more information. The present package provides away of using them with LaTeX and pdfLaTeX: it provides twostyle files, InriaSerif.sty and InriaSans.sty, together withthe PostScript version of the fonts and their associated files.These were created using autoinst. | Inria fonts with LaTeX support | 3 | 工具 + texlive-insbox | texlive | The package provides convenient bundling of the \parshapeprimitive. LaTeX users should note that this is a genericpackage, and should be loaded using \input . | Insert pictures/boxes into paragraphs | 3 | 工具 + texlive-insbox-doc | texlive | Documentation for insbox | Documentation for insbox | 3 | 库 + texlive-installfont | texlive-base | With this script you can install a LaTeX font family(PostScript Type 1, TrueType and OpenType formats aresupported). Font series from light to ultra bold, and (faked)small caps and (faked) slanted shapes are supported, but notexpert fonts. The script will rename the fonts automatically(optional) or will otherwise expect the *.afm files and thefont files (in PostScript Type1 format) named in the Karl Berryscheme (e.g. 5bbr8a.pfb). After running the script, you shouldhave a working font installation in your local TeX tree. | A bash script for installing a LaTeX font family | 3 | 工具 + texlive-install-latex-guide-zh-cn | texlive | This package will introduce the operations related toinstalling TeX Live (introducing MacTeX in macOS), upgradingmacro packages, and compiling simple documents on Windows 10,Ubuntu 20.04, and macOS systems, and mainly introducing commandline operations. | A short introduction to LaTeX installation written in Chinese | 3 | 工具 + texlive-intcalc | texlive | This package provides expandable arithmetic operations withintegers, using the e-TeX extension \numexpr if it isavailable. | Expandable arithmetic operations with integers | 3 | 工具 + texlive-inter | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Inter Sans family of fonts (version 3.015),designed by Rasmus Andersson. Inter is a typeface speciallydesigned for user interfaces with focus on high legibility ofsmall-to-medium sized text on computer screens. The familyfeatures a tall x-height to aid in readability of mixed-caseand lower-case text. | The inter font face with support for LaTeX, XeLaTeX, and LuaLaTeX | 3 | 库 + texlive-interactiveworkbook | texlive | The package interactiveworkbook gives the user the ability towrite LaTeX documents which, ultimately, create interactivequestion-and-answer Portable Document Format (PDF) tutorialsmeant to be used by Internet students and that, in particular,freely use mathematical notation. | LaTeX-based interactive PDF on the Web | 3 | 工具 + texlive-interactiveworkbook-doc | texlive | Documentation for interactiveworkbook | Documentation for interactiveworkbook | 3 | 库 + texlive-interchar | texlive | The package manages character class schemes of XeTeX. Usingthis package, you may switch among different character classschemes. Migration commands are provided for make packagesusing this mechanism compatible with each others. | Managing character class schemes in XeTeX | 3 | 工具 + texlive-interchar-doc | texlive | Documentation for interchar | Documentation for interchar | 3 | 库 + texlive-interfaces | texlive | The package provides a small number of convenient macros thataccess features in other frequently-used packages, or provideinterfaces to other useful facilities such as the pdfTeX\pdfelapsedtime primitive. Most of these macros use pgfkeys toprovide a key-value syntax. The package also uses the packagescrlfile from the Koma-Script bundle (for controlled loading ofother files) and etoolbox. The package is bundled with sub-packages containing actual interfaces: by default, the packageloads all available sub-packages, but techniques are providedfor the user to select no more than the interfaces needed for ajob. | Set parameters for other packages, conveniently | 3 | 工具 + texlive-interfaces-doc | texlive | Documentation for interfaces | Documentation for interfaces | 3 | 库 + texlive-interpreter | texlive | The package preprocesses input files to a Lua(La)TeX run, onthe fly. The user defines Lua regular expressions to search forpatterns and modify input lines (or entire paragraphs)accordingly, before TeX reads the material. In this way,documents may be prepared in a non-TeX language (e.g., somelightweight markup language) and turned into 'proper' TeX forprocessing. The source of the documentation is typed in such alightweight language and is thus easily readable in a texteditor (the PDF file is also available, of course); thetransformation to TeX syntax via Interpreter's functions isexplained in the documentation itself. Interpreter isimplemented using the author's gates (lua version), and worksfor plain TeX and LaTeX, but not ConTeXt. | Translate input files on the fly | 3 | 工具 + texlive-interpreter-doc | texlive | Documentation for interpreter | Documentation for interpreter | 3 | 库 + texlive-interval | texlive | When typing an open interval as $]a,b[$, a closing bracket isbeing used in place of an opening fence and vice versa. Thisleads to the wrong spacing in, say, $]-a,b[$ or $A\in]a,b[=B$.The package attempts to solve this using: \interval{a}{b} ->[a,b] \interval[open]{a}{b} -> ]a,b[ \interval[open left]{a}{b}-> ]a,b] The package also supports fence scaling and ensuresthat the enclosing fences will end up having the proper closingand opening types. TeX maths does not do this job properly. | Format mathematical intervals, ensuring proper spacing | 3 | 工具 + texlive-interval-doc | texlive | Documentation for interval | Documentation for interval | 3 | 库 + texlive-intopdf | texlive | The package allows to embed non-PDF files (e.g., BibTeX) intoPDF with a hyperlink. | Embed non-PDF files into PDF with hyperlink | 3 | 工具 + texlive-intro-scientific-doc | texlive | Documentation for intro-scientific | Documentation for intro-scientific | 3 | 库 + texlive-inversepath | texlive | The package calculates inverse relative paths. Such things maybe useful, for example, when writing an auxiliary file to adifferent directory. | Calculate inverse file paths | 3 | 工具 + texlive-inversepath-doc | texlive | Documentation for inversepath | Documentation for inversepath | 3 | 库 + texlive-invoice | texlive | The package may be used for generating invoices. The packagecan deal with invisible expense items and deductions; outputmay be presented in any of 10 different languages. The packagedepends on the fp and calc packages for its calculations. | Generate invoices | 3 | 工具 + texlive-invoice2 | texlive | Typeset invoices with automatic VAT and calculation of totals.Supports internationalization, invoices are typeset withbooktabs for readability. Does not support separate projectsper invoice. Can be used as a replacement for invoice in mostcases. | Intelligent invoices with LaTeX3 | 3 | 工具 + texlive-invoice-class | texlive | This class produces a standard US commercial invoice using datafrom a CSV file. Invoices can span multiple pages. The class isconfigurable for different shipping addresses. | Produces a standard US invoice from a CSV file | 3 | 工具 + texlive-invoice-doc | texlive | Documentation for invoice | Documentation for invoice | 3 | 库 + texlive-iodhbwm | texlive | This package provides an unofficial template of the DHBWMannheim for the creation of bachelor thesis, studies orproject work with LaTeX. The aim of the package is the quickcreation of a basic framework without much effort. | Unofficial template of the DHBW Mannheim | 3 | 工具 + texlive-ionumbers | texlive | 'ionumbers' stands for 'input/output numbers'. The packagerestyles numbers in maths mode. If a number in the input fileis written, e.g., as $3,231.44$ as commonly used in Englishtexts, the package is able to restyle it to be output as$3\,231{,}44$ as commonly used in German texts (and viceversa). This may be useful, for example, if you have a largetable and want to include it in texts with different outputconventions without the need to change the table. The packagecan also automatically group digits left of the decimalseparator (thousands) and right of the decimal separator(thousandths) in triplets without the need of specifing commas(English) or points (German) as separators. E.g., the input$1234.567890$ can be output as $1\,234.\,567\,890$. Finally, ane starts the exponent of the number. For example, $21e6$ may beoutput as $26\times10\,^{6}$. | Restyle numbers in maths mode | 3 | 工具 + texlive-ionumbers-doc | texlive | Documentation for ionumbers | Documentation for ionumbers | 3 | 服务 + texlive-iopart-num | texlive | A BibTeX style providing numeric citation in Harvard-likeformat. Intended for use with Institute of Physics (IOP)journals, including Journal of Physics. | Numeric citation style for IOP journals | 3 | 库 + texlive-iopart-num-doc | texlive | Documentation for iopart-num | Documentation for iopart-num | 3 | 库 + texlive-ipaex | texlive | The fonts provide fixed-width glyphs for Kana and Kanjicharacters, proportional width glyphs for Western characters. | IPA (Japanese) fonts | 3 | 库 + texlive-ipaex-doc | texlive | Documentation for ipaex | Documentation for ipaex | 3 | 库 + texlive-ipaex-type1 | texlive | The package contains the IPAex Fonts converted into Unicodesubfonts in Type1 format, which is most suitable for use withthe CJK package. Font conversion was done with ttf2pt1. | IPAex fonts converted to Type-1 format Unicode subfonts | 3 | 工具 + texlive-ipaex-type1-doc | texlive | Documentation for ipaex-type1 | Documentation for ipaex-type1 | 3 | 库 + texlive-is-bst | texlive | The bundle contains an extended version (xbtxbst.doc) of thesource of the standard BibTeX styles, together withcorresponding versions of the standard styles. The styles offersupport for CODEN, ISBN, ISSN, LCCN, and PRICE fields, extendedPAGES fields, the PERIODICAL entry, and extended citation labelsuffixing. | Extended versions of standard BibTeX styles | 3 | 工具 + texlive-iscram | texlive | LaTeX class to publish article to ISCRAM (InternationalConference on Information Systems for Crisis Response andManagement). | a LaTeX class to publish article to ISCRAM conferences | 3 | 工具 + texlive-iso | texlive | Generic class and package files for typesetting ISOInternational Standard documents. Several standard documentshave been printed by ISO from camera-ready copy prepared usingLaTeX and these files. The class makes use of the isorotpackage, rather than use other mechanisms directly. | Generic ISO standards typesetting macros | 3 | 工具 + texlive-iso10303 | texlive | Class and package files building on iso for typesetting the ISO10303 (STEP) standards. Standard documents prepared using thesepackages have been published by ISO. | Typesetting the STEP standards | 3 | 工具 + texlive-iso10303-doc | texlive | Documentation for iso10303 | Documentation for iso10303 | 3 | 库 + texlive-isodate | texlive | This package provides ten output formats of the commands\today, \printdate, \printdateTeX, and \daterange (partlylanguage dependent). Formats available are: ISO (yyyy-mm-dd),numeric (e.g. dd.\,mm.~yyyy), short (e.g. dd.\,mm.\,yy), TeX(yyyy/mm/dd), original (e.g. dd. mmm yyyy), short original(e.g. dd. mmm yy), as well as numerical formats with Romannumerals for the month. The commands \printdate and\printdateTeX print any date. The command \daterange prints adate range and leaves out unnecessary year or month entries.This package supports German (old and new rules), Austrian, USEnglish, British English, French, Danish, Swedish, andNorwegian. | Tune the output format of dates according to language | 3 | 工具 + texlive-isodate-doc | texlive | Documentation for isodate | Documentation for isodate | 3 | 库 + texlive-isodoc | texlive | The isodoc class can be used for the preparation of letters andinvoices (and, in the future, similar documents). Documents areset up with options, thus making the class easily adaptable touser's wishes and extensible for other document types. Theclass is based on the NTG brief class by Victor Eijkhout, whichimplements the NEN1026 standard. | A LaTeX class for typesetting letters and invoices | 3 | 工具 + texlive-iso-doc | texlive | Documentation for iso | Documentation for iso | 3 | 库 + texlive-isodoc-doc | texlive | Documentation for isodoc | Documentation for isodoc | 3 | 库 + texlive-isomath | texlive | The package provides tools for a mathematical style thatconforms to the International Standard ISO 80000-2 and iscommon in science and technology. It changes the default shapeof capital Greek letters to italic, sets up bold italic andsans-serif bold italic math alphabets with Latin and Greekcharacters, and defines macros for markup of vector, matrix andtensor symbols. | Mathematics style for science and technology | 3 | 工具 + texlive-isomath-doc | texlive | Documentation for isomath | Documentation for isomath | 3 | 库 + texlive-isonums | texlive | The package makes a quick hack to ziffer to display numbers inmaths mode according to ISO 31-0, regardless of input format(European $1.235,7$ or Anglo-American $1,235.7$). The options[euro, anglo] control the global input format. Default inputformat is anglo. Documentation is included as comments to thetext source. | Display numbers in maths mode according to ISO 31-0 | 3 | 工具 + texlive-isonums-doc | texlive | Documentation for isonums | Documentation for isonums | 3 | 库 + texlive-isopt | texlive | Writing a TeX length with \the writes the value and the unitwithout a space. Package isopt provides a macro \ISO whichinserts a user defined space between number and unit. | writing a TeX length with a space between number and unit | 3 | 工具 + texlive-isorot | texlive | The package is for rotation of document elements. It is acombination of the lscape package and an extension of therotating package. The package is designed for use with the isoclass but may be used with any normal class. | Rotation of document elements | 3 | 工具 + texlive-isorot-doc | texlive | Documentation for isorot | Documentation for isorot | 3 | 库 + texlive-isotope | texlive | The package provides a command \isotope for setting the atomicweight and atomic number indications of isotopes. (The naiveway of doing the job with (La)TeX mathematics commands producesan unsatisfactory result.) | A package for typesetting isotopes | 3 | 工具 + texlive-isotope-doc | texlive | Documentation for isotope | Documentation for isotope | 3 | 工具 + texlive-issuulinks | texlive | The PDF visualizer http://issuu.com/ISSUU is a popular servicewhich shows PDF documents "a page a time". Due to the way it isimplemented, internal links in these documents are not allowed.Instead, they must be converted to external ones in the formhttp://issuu.com/action/page?page=PAGENUMBER. The packagepatches hyperref to produce external links in the required forminstead of internal links created by \ref, \cite and othercommands. Since the package redefines the internals ofhyperref, it must be loaded it AFTER hyperref. | Produce external links instead of internal ones | 3 | 工具 + texlive-issuulinks-doc | texlive | Documentation for issuulinks | Documentation for issuulinks | 3 | 库 + texlive-istgame | texlive | This LaTeX package provides macros based on TikZ to draw a gametree. The main idea underlying its core macros is thecompletion of a whole tree by using a sequence of simple'parent-child' tree structures, with no longer nested relationsinvolved (like the use of 'grandchildren' or'great-grandchildren'). Using this package you can draw a gametree as easily as drawing a game tree with pen and paper. Thispackage depends on expl3, TikZ, and xparse. The 'ist' prefixstands for "it's a simple tree" or "In-Sung's simple tree." | Drawing Game Trees with TikZ | 3 | 工具 + texlive-itnumpar | texlive | Sometimes we need to say "Capitolo primo" or "Capitolo uno"instead of "Capitolo 1", that is, spelling the number in wordsinstead of the usual digit form. This package provides supportfor spelling out numbers in Italian words, both in cardinal andin ordinal form. | Spell numbers in words (Italian) | 3 | 工具 + texlive-itnumpar-doc | texlive | Documentation for itnumpar | Documentation for itnumpar | 3 | 库 + texlive-iwhdp | texlive | The document class is for creating Discussion Papers of theHalle Institute for Economic Research (IWH) in Halle, Germany.The class offers options for both English and German texts. | Halle Institute for Economic Research (IWH) Discussion Papers | 3 | 工具 + texlive-iwhdp-doc | texlive | Documentation for iwhdp | Documentation for iwhdp | 3 | 库 + texlive-iwona | texlive | Iwona is a two-element sans-serif typeface. It was created asan alternative version of the Kurier typeface, which wasdesigned in 1975 for a diploma in typeface design at the WarsawAcademy of Fine Arts under the supervision of RomanTomaszewski. This distribution contains a significantlyextended set of characters covering the following modernalphabets: latin (including Vietnamese), Cyrillic and Greek aswell as a number of additional symbols (including mathematicalsymbols). The fonts are prepared in Type 1 and OpenTypeformats. For use with TeX the following encoding files havebeen prepared: T1 (ec), T2 (abc), and OT2--Cyrillic, T5(Vietnamese), OT4, QX, texansi and nonstandard (IL2 for theCzech fonts), as well as supporting macros and files definingfonts for LaTeX. | A two-element sans-serif font | 3 | 工具 + texlive-iwona-doc | texlive | Documentation for iwona | Documentation for iwona | 3 | 库 + texlive-jablantile | texlive | This is a small Metafont font to implement the modular tilesdescribed by Slavik Jablan. For an outline of the theoreticalstructure of the tiles, see (for example) Jablan's JMM 2006Exhibit. | Metafont version of tiles in the style of Slavik Jablan | 3 | 工具 + texlive-jablantile-doc | texlive | Documentation for jablantile | Documentation for jablantile | 3 | 库 + texlive-jacow | texlive | The jacow class is used for submissions to the proceedings ofconferences on Joint Accelerator Conferences Website (JACoW),an international collaboration that publishes the proceedingsof accelerator conferences held around the world. | A class for submissions to the proceedings of conferences on JACoW.org | 3 | 工具 + texlive-jacow-doc | texlive | Documentation for jacow | doc files of jacow | 3 | 工具 + texlive-jadetex | texlive-base | Macro package on top of LaTeX to typeset TeX output of the JadeDSSSL implementation. | Macros supporting Jade DSSSL output | 3 | 工具 + texlive-jamtimes | texlive | The package offers LaTeX support for the expanded Times Romanfont, which has been used for many years in the Journald'Analyse Mathematique. Mathematics support is based on theBelleek fonts. | Expanded Times Roman fonts | 3 | 工具 + texlive-jamtimes-doc | texlive | Documentation for jamtimes | Documentation for jamtimes | 3 | 库 + texlive-japanese-mathformulas | texlive | This is a style file for compiling basic maths formulas inJapanese using LuaLaTeX. \NewDocumentCommand allows you tospecify whether the formula should be used within a sentence oron a new line. The main packages used injapanese-mathformulas.sty are amsmath, amssymb, siunitx,ifthen, xparse, TikZ, mathtools, and graphics. | Compiling basic math formulas in Japanese using LuaLaTeX | 3 | 工具 + texlive-japanese-otf | texlive | The package contains pLaTeX support files and virtual fonts forsupporting a wide variety of fonts in LaTeX using the pTeXengine. | Advanced font selection for platex and its friends | 3 | 工具 + texlive-japanese-otf-doc | texlive | Documentation for japanese-otf | Documentation for japanese-otf | 3 | 库 + texlive-jbact | texlive | The style is a development of apalike.bst in the BibTeX bundle.The style serves two journals -- if the user executes"\nocite{TitlesOn}", the style serves for the Journal ofTheoretical Biology; otherwise it serves for the Journal ofMolecular Biology. | BibTeX style for biology journals | 3 | 工具 + texlive-jeuxcartes | texlive | This package provides macros to insert playing cards, single,or hand, or random-hand, Poker or French Tarot or Uno, from pngfiles. | Macros to insert playing cards | 3 | 工具 + texlive-jfmutil | texlive-base | This program provides functionality to process data files (JFMand VF) that form logical fonts used in (u)pTeX. The functionscurrently available include: The mutual conversion betweenJapanese virtual fonts (pairs of VF and JFM) and files in the"ZVP format", which is an original text format representingdata in virtual fonts. This function can be seen as acounterpart to the vftovp/vptovf programs. The mutualconversion between VF files alone and files in the "ZVP0format", which is a subset of the ZVP format. | Utility to process pTeX-extended TFM and VF | 3 | 工具 + texlive-jieeetran | texlive | This package provides an unofficial BibTeX style for authorstrying to cite Japanese articles in the Institute of Electricaland Electronics Engineers (IEEE) format. | UnofficiaL BibTeX style for citing Japanese articles in IEEE format | 3 | 工具 + texlive-jigsaw | texlive | This is a small LaTeX package to draw jigsaw pieces with TikZ.It is possible to draw individual pieces and adjust theirshape, create tile patterns or automatically generate completejigsaws. | Draw jigsaw pieces with TikZ | 3 | 工具 + texlive-jkmath | texlive | Inspired by the physicspackage on CTAN, the package definessome simple macros for mathematical notation which make thecode more readable and/or allow flexibility in typesettingmaterial. | Macros for mathematics that make the code more readable | 3 | 工具 + texlive-jknapltx | texlive | Miscellaneous macros by Jorg Knappen, including: representcounters in greek; Maxwell's non-commutative division;latin1jk, latin2jk and latin3jk, which are their inputencdefinition files that allow verbatim input in the respectiveISO Latin codes; blackboard bold fonts in maths; use of RSFSfonts in maths; extra alignments for \parboxes; swap Roman andSans fonts; transliterate semitic languages; patches to make(La)TeX formulae embeddable in SGML; use maths "minus" in textas appropriate; simple Young tableaux. | Miscellaneous packages by Joerg Knappen | 3 | 工具 + texlive-jknapltx-doc | texlive | Documentation for jknapltx | Documentation for jknapltx | 3 | 库 + texlive-jlabels | texlive | The package provides controls for the numbers of rows andcolumns. | Make letter-sized pages of labels | 3 | 工具 + texlive-jlabels-doc | texlive | Documentation for jlabels | Documentation for jlabels | 3 | 库 + texlive-jlreq | texlive | This package provides a Japanese document class based onrequirements for Japanese text layout. The class file and theJFM (Japanese font metric) files for LuaTeX-ja / pLaTeX /upLaTeX are provided. | Japanese document class based on requirements for Japanese text layout | 3 | 工具 + texlive-jlreq-deluxe | texlive | This package provides multi-weight Japanese font support forthe jlreq class. | Multi-weight Japanese font support for the jlreq class | 3 | 库 + texlive-jmb | texlive | This BibTeX bibliography style is for the Journal of MolecularBiology and Journal of Theoretical Biology; the accompanyingLaTeX (2.09) package is a close relative of apalike.sty in theBibTeX distribution; it features author-date references. Thebibliography style has control over whether to print referencetitles; if your database contains an article with the cite key"TitlesOn", and you invoke it by \nocite{TitlesOn}, titles willbe printed; otherwise titles will not be printed. | BibTeX style for the Journal of Theoretical Biology | 3 | 工具 + texlive-jmlr | texlive | The jmlr bundle provides a class for authors (jmlr) and a classfor production editors (jmlrbook). The jmlrbook class can beused to combine articles written using the jmlr class into abook. The class uses the combine class and the hyperref packageto produce either a colour hyperlinked book for on-line viewingor a greyscale nonhyperlinked book for printing. Productioneditors can use makejmlrbookgui to help build the proceedingsfrom the articles. | Class files for the Journal of Machine Learning Research | 3 | 库 + texlive-jmlr-doc | texlive | Documentation for jmlr | Documentation for jmlr | 3 | 库 + texlive-jmn | texlive | jmn package | jmn package | 3 | 库 + texlive-jmsdelim | texlive | Correctly sizing delimiters is very difficult, particularly inwell-architected documents: a correctly engineered mathematicaldocument will include macros for all operations, and thesemacros necessarily will include delimiters (such asparentheses). However, the correct size for the delimitercannot be chosen ahead of time, because it will depend on thearguments; two options are available: Provide optionalarguments to each notation macro for choosing delimiter sizes.This is nearly intractable to do in practice. Ignore delimitersizes. With jmsdelim we offer an alternative: the correctdelimiter sizes can be set at the leaf nodes of a mathematicalexpression, and magically bubble upward through the delimiters. | A package for compositional delimiter sizing | 3 | 工具 + texlive-jneurosci | texlive | This is a slightly modified version of the namedplus style,which fully conforms with the Journal of Neuroscience citationstyle. It should be characterised as an author-date citationstyle; a BibTeX style and a LaTeX package are provided. | BibTeX style for the Journal of Neuroscience | 3 | 工具 + texlive-jneurosci-doc | texlive | Documentation for jneurosci | Documentation for jneurosci | 3 | 库 + texlive-jnuexam | texlive | The package provides an exam class for Jinan University(China). | Exam class for Jinan University | 3 | 工具 + texlive-jobname-suffix | texlive | This package allows to compile a document differently dependingon the portion of the document's file name (internally, the\jobname) that comes after the first "-" character. This allowsone to have one source file and multiple links to this sourcefile that each compile differently. | Compile differently based on the filename | 3 | 工具 + texlive-josefin | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Josefin Sans family of fonts, designed bySantiago Orozco of the Typemade foundry in Monterey, Mexico.Josefin Sans is available in seven weights, with correspondingitalics. | Josefin fonts with LaTeX support | 3 | 库 + texlive-jourcl | texlive | Paper submissions to journals are usually accompanied by acover letter. This package provides a LaTeX class and atemplate for such a cover letter with the following mainfeatures: Minimalistic design. Custom image. Pre-definedcommands for journal name, author, date, etc. Many macroscontained in this package speed up the process of preparing thenecessary ingredients for the cover letter. Macros forrecommending up to three reviewers and/or editors. ORCID logoand link to the submitting author's ORCID page. Controls foradding a "Conflict of interest" statement and declaration.Custom greeting (e.g., "Dear Editor" for a regular submission,"Dear Editor-in-Chief" for a submission to a journal's specialissue, etc.) Predefined valedictions for different types ofsubmissions (e.g., Yours sincerely, Yours faithfully, Bestregards, etc.) | Cover letter for journal submissions | 3 | 工具 + texlive-jpneduenumerate | texlive | Mathematical equation representation in Japanese educationdiffers somewhat from the standard LaTeX writing style. Thispackage introduces enumerative expressions in Japaneseeducation. | Enumerative expressions in Japanese education | 3 | 库 + texlive-jpnedumathsymbols | texlive | Mathematical equation representation in Japanese educationdiffers somewhat from the standard LaTeX writing style. Thispackage introduces mathematical equation representation inJapanese education. | Mathematical equation representation in Japanese education | 3 | 库 + texlive-jpsj | texlive | jpsj package | Document Class for Journal of the Physical Society of Japan | 3 | 库 + texlive-jpsj-doc | texlive | Documentation for jpsj | Documentation for jpsj | 3 | 库 + texlive-jsclasses | texlive | Classes jsarticle and jsbook are provided, together withpackages okumacro and okuverb. These classes are designed towork under ASCII Corporation's Japanese TeX system ptex. | Classes tailored for use with Japanese | 3 | 工具 + texlive-jsclasses-doc | texlive | Documentation for jsclasses | Documentation for jsclasses | 3 | 库 + texlive-jslectureplanner | texlive | The jslectureplanner package facilitates the generation andmanagement of university course material. It provides aninterface to set up and access centralized course data that canbe reused in all course documents. Furthermore, the package isable to calculate the session dates of a whole semester andgenerate course programs, if the course is held weekly and thedate of the first lecture is specified. Moreover, the packagecan be used to generate a sectioned course bibliography viaBibLaTeX. The bundle also includes a package jsmembertable.stythat helps in generating course member and presence lists. | Creation and management of university course material | 3 | 工具 + texlive-jslectureplanner-doc | texlive | Documentation for jslectureplanner | Documentation for jslectureplanner | 3 | 库 + texlive-js-misc | texlive | A bunch of packages, including: idverb.tex, for 'shortverbatim'; xfig.tex, for including xfig/transfig output in aTeX document; and cassette.tex for setting cassette labels. | Miscellaneous macros from Joachim Schrod | 3 | 工具 + texlive-js-misc-doc | texlive | Documentation for js-misc | Documentation for js-misc | 3 | 库 + texlive-jumplines | texlive | Jumplines is a package for typesetting (newspaper) articlesthat show a teaser (some few lines of text/content) and arecontinued at a later place, with optional hyperlinking and alist of articles. It requires lualatex for colour support insplit boxes. | Articles with teasers and continuation later on | 3 | 工具 + texlive-jumplines-doc | texlive | Documentation for jumplines | Documentation for jumplines | 3 | 库 + texlive-junicode | texlive | Junicode is a TrueType font with many OpenType features forantiquarians (especially medievalists) based on typefaces usedby the Oxford Press in the late 17th and early 18th centuries.It works well with Xe(La)TeX. | A TrueType font for mediaevalists | 3 | 库 + texlive-junicode-doc | texlive | Documentation for junicode | Documentation for junicode | 3 | 库 + texlive-jupynotex | texlive | This package provides a python3 script and a LaTeX .sty filewhich can be used together to include Jupyter Notebooks (all ofthem, or some specific cells) as part of a LaTeX document. Itwill convert the Jupyter Notebook format to proper LaTeX so itgets included seamlessly, supporting text, LaTeX, images, etc. | Include whole or partial Jupyter notebooks in LaTeX documents | 3 | 工具 + texlive-jura | texlive | Implements the standard layout for German term papers in law(one-and-half linespacing, 7 cm margins, etc.). Includesalphanum that permits alphanumeric section numbering (e.g., A.Introduction; III. International Law). | A document class for German legal texts | 3 | 工具 + texlive-juraabbrev | texlive | This package should be helpful for people working on (German)law. It helps you to handle abbreviations and creates a list ofthose (pre-defined) abbreviations that have actually been usedin the document | Abbreviations for typesetting (German) juridical documents | 3 | 工具 + texlive-juraabbrev-doc | texlive | Documentation for juraabbrev | Documentation for juraabbrev | 3 | 工具 + texlive-jurabib | texlive | This package enables automated citation with BibTeX for legalstudies and the humanities. In addition, the package providescommands for specifying editors in a commentary in a convenientway. Simplified formatting of the citation as well as thebibliography entry is also provided. It is possible to displaythe (short) title of a work only if an authors is cited withmultiple works. Giving a full citation in the text, conformingto the bibliography entry, is supported. Several options areprovided which might be of special interest for those outsidelegal studies--for instance, displaying multiple fullcitations. In addition, the format of last names and firstnames of authors may be changed easily. Cross references toother footnotes are possible. Language dependent handling ofbibliography entries is possible by the special language field. | Extended BibTeX citation support for the humanities and legal texts | 3 | 工具 + texlive-jurabib-doc | texlive | Documentation for jurabib | Documentation for jurabib | 3 | 库 + texlive-jura-doc | texlive | Documentation for jura | Documentation for jura | 3 | 库 + texlive-juramisc | texlive | A collection of classes for typesetting court sentences, legalopinions, books and dissertations for German lawyers. Ajurabook class is also provided, which may not yet be complete. | Typesetting German juridical documents | 3 | 工具 + texlive-juramisc-doc | texlive | Documentation for juramisc | Documentation for juramisc | 3 | 库 + texlive-jurarsp | texlive | This package should be helpful for people working on (German)law. It (ab)uses BibTeX for citations of judgements andofficial documents. For this purpose, a special BibTeX-style isprovided. | Citations of judgements and official documents in (German) juridical documents | 3 | 工具 + texlive-jurarsp-doc | texlive | Documentation for jurarsp | Documentation for jurarsp | 3 | 库 + texlive-jvlisting | texlive | This package provides a LaTeX environment listing, analternative to the built-in verbatim environment. The listingenvironment is tailored for including listings of computerprogram source code into documents. The main advantages overthe original verbatim environment are: environmentsautomatically fixes leading whitespace so that the environmentand program listing can be indented with the rest of thedocument source, and; listing environments may easily becustomised and extended. | A replacement for LaTeX's verbatim package | 3 | 工具 + texlive-jvlisting-doc | texlive | Documentation for jvlisting | Documentation for jvlisting | 3 | 库 + texlive-kalendarium | texlive | kalendarium is a LaTeX3 package that provides several macroswith which to print dates in classical Latin given days on theJulian or Gregorian calendars, using the same syntax used byancient Roman authors. The format of these dates may becustomised either in the package options or on a per-commandbasis; these options also allow for the generation of datestrings according to different eras of the Classical period. | Print dates according to the classical Latin calendar | 3 | 工具 + texlive-kanaparser | texlive | The package provides a kana parser for LuaTeX. It is a set of 4macros that handle transliteration of text: from hiragana andkatakana to Latin from Latin and katakana to hiragana fromLatin and hiragana to katakana It can be used to write kanadirectly using only the ASCII character set or for educationpurposes. The package has support for obsolete and rarely usedsyllables, some only accessible via the provided toggle macro. | Kana parser for LuaTeX | 3 | 工具 + texlive-kanbun | texlive | This package allows users to manually input macros for elementsin a kanbun-kundoku (Han Wen Xun Du ) paragraph. Moreimportantly, it accepts plain text input in the "kanbunannotation" form when used with LuaLaTeX, which allowstypesetting kanbun-kundoku paragraphs efficiently. | Typeset kanbun-kundoku with support for kanbun annotation | 3 | 工具 + texlive-kantlipsum | texlive | The package spits out sentences in Kantian style; the text isprovided by the Kant generator for Python by Mark Pilgrim,described in the book "Dive into Python". The package ismodelled on lipsum, and may be used for similar purposes. | Generate sentences in Kant's style | 3 | 工具 + texlive-kantlipsum-doc | texlive | Documentation for kantlipsum | Documentation for kantlipsum | 3 | 库 + texlive-karnaugh | texlive | The package provides macros for typesetting Karnaugh-Maps andVeitch-Charts in a simple and user-friendly way. Karnaugh-Mapsand Veitch-Charts are used to display and simplify logicfunctions "manually". These macros can typeset Karnaugh-Mapsand Veitch-Charts with up to ten variables (=1024 entries). | Typeset Karnaugh-Veitch-maps | 3 | 工具 + texlive-karnaugh-doc | texlive | Documentation for karnaugh | Documentation for karnaugh | 3 | 库 + texlive-karnaughmap | texlive | This package provides an easy to use interface to typesetKarnaugh maps using TikZ. Though similar to the karnaughmacros, it provides a key-value system to customizekarnaughmaps and a proper LaTeX package. | Typeset Karnaugh maps | 3 | 工具 + texlive-karnaugh-map | texlive | This package draws karnaugh maps with 2, 3, 4, 5, and 6variables. It also contains commands for filling the karnaughmap with terms semi-automatically or manually. Last but notleast it contains commands for drawing implicants on top of themap. This package depends on the keyval, kvoptions, TikZ,xparse, and xstring packages. | LaTeX package for drawing karnaugh maps with up to 6 variables | 3 | 工具 + texlive-karnaughmap-doc | texlive | Documentation for karnaughmap | Documentation for karnaughmap | 3 | 库 + texlive-kastrup | texlive | Provides expandable macros for both fixed-width and minimum-width numbers to bases 2, 4, 8 and 16. | Convert numbers into binary, octal and hexadecimal | 3 | 工具 + texlive-kastrup-doc | texlive | Documentation for kastrup | Documentation for kastrup | 3 | 库 + texlive-kaytannollista-latexia | texlive | "Kaytannollista Latexia" is a practical manual for LaTeXwritten in the Finnish language. The manual covers most of thetopics that a typical document author needs. So it can be auseful guide for beginners as well as a reference manual foradvanced users. | Practical manual for LaTeX (Finnish) | 3 | 工具 + texlive-kblocks | texlive | Kblocks defines a number of commands to make drawing controlblock diagrams using TikZ/PGF more structured and easier. Itreduces the learning curve forTikZ/PGF and serves as afrontend, by focusing on the block resp. flow diagrams only. | Easily typeset Control Block Diagrams and Signal Flow Graphs | 3 | 工具 + texlive-kdgdocs | texlive | The bundle provides two classes for usage by KdG professors andmaster students: kdgcoursetext: for writing course texts, andkdgmasterthesis: for writing master's theses. The bundlereplaces the original kdgcoursetext package (now removed fromthe archive). | Document classes for Karel de Grote University College | 3 | 工具 + texlive-kdgdocs-doc | texlive | Documentation for kdgdocs | Documentation for kdgdocs | 3 | 库 + texlive-kdpcover | texlive | The problem this class solves is the necessity to change thesize of the cover PDF according to the number of pages in thebook -- the bigger the book, the larger the spine of the bookmust be. The provided class makes the necessary calculationson-the-fly, using the qpdf tool. Obviously, you need to have itinstalled. Also, you must run pdflatex with the --shell-escapeoption, in order to allow LaTeX to run qpdf. | Covers for books published by Kindle Direct Publishing | 3 | 工具 + texlive-kerkis | texlive | Sans-serif Greek fonts to match the URW Bookman set (which aredistributed with Kerkis). The Kerkis font set has some supportfor mathematics as well as other glyphs missing from the baseURW Bookman fonts. Macros are provided to use the fonts in OT1,T1 (only NG/ng glyphs missing) and LGR encodings, as well as inmathematics; small caps and old-style number glyphs are alsoavailable. The philosophy, and the design process, of theKerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002. | Kerkis (Greek) font family | 3 | 工具 + texlive-kerkis-doc | texlive | Documentation for kerkis | Documentation for kerkis | 3 | 库 + texlive-kerntest | texlive | This class makes it easy to generate tables that show manydifferent kerning pairs of an arbitrary font, usable by LaTeX.It shows the kerning values that are used in the font bydefault. In addition, this class enables the user to alter thekernings and to observe the results. Kerning pairs can bedefined for groups of similar glyphs at the same time. An mtxfile is generated automatically. The mtx file may then beloaded by fontinst to introduce the user-made kernings into thevirtual font for later use in LaTeX. | Print tables and generate control files to adjust kernings | 3 | 工具 + texlive-kerntest-doc | texlive | Documentation for kerntest | Documentation for kerntest | 3 | 库 + texlive-ketcindy | texlive-base | KETpic is a macro package designed for computer algebra systems(CAS) to generate LaTeX source codes for high-qualitymathematical artwork. KETcindy is a plugin for Cinderella thatallows to generate graphics using KETpic. The generated codecan be included in any LaTeX document. | Macros for graphic generation and Cinderella plugin | 3 | 工具 + texlive-keycommand | texlive | The package (which requires e-TeX) provides a natural way todefine commands with optional keys. The package provides\newkeycommand, \renewkeycommand, \providekeycommand,\newkeyenvironment and \renewkeyenvironment, together with\keycmd for a more advanced interface. The package is based onkvsetkeys by Heiko Oberdiek. | Simple creation of commands with key-value arguments | 3 | 工具 + texlive-keycommand-doc | texlive | Documentation for keycommand | Documentation for keycommand | 3 | 工具 + texlive-keyfloat | texlive | The keyfloat package provides a key/value user interface forquickly creating figures with a single image each, figures witharbitrary contents, tables, subfloats, rows of floats, floatslocated [H]ere, floats in the [M]argin, and floats with text[W]rapped around them. Key/value combinations may specify acaption and label, a width proportional to \linewidth, a fixedwidth and/or height, rotation, scaling, a tight or loose frame,an \arraystretch, a continued float, additional supplementaltext, and an artist/author's name with automatic index entry.When used with the tocdata package, the name also appears inthe List of Figures. Floats may be placed into a rowenvironment, and are typeset to fit within the given number ofcolumns, continuing to the next row if necessary. Nestedsub-rows may be used to generate layouts such as two smallfigures placed vertically next to one larger figure. Subfloatsare supported by two environments. | provides a key/value interface for generating floats | 3 | 工具 + texlive-keyindex | texlive | The package provides functionality for producing an indexwithout directly entering index entries into the text using the\index command, but instead by looking up short keys andprinting a predefined string in the main text and adding acorresponding index entry. The standard use case is theproduction of an index of names. | Index entries by key lookup | 3 | 工具 + texlive-keyparse | texlive | This LaTeX package provides an interface to define and evaluatekey-based replacement rules. It can be used to parse theargument specification of a document command. | Key based parser | 3 | 工具 + texlive-keyreader | texlive | The package provides a robust interface to controlling keys inxkeyval, removing some of that package's restrictions. Thepackage also addresses some of the issues now covered by theauthor's ltxkeys package, which was assumed to be a replacementfor keyreader. Since keyreader has remained a favourite withusers, it has been reinstated. | A robust interface to xkeyval | 3 | 工具 + texlive-keyreader-doc | texlive | Documentation for keyreader | Documentation for keyreader | 3 | 工具 + texlive-keystroke | texlive | A LaTeX package which provides macros for the graphicalrepresentation of the keys on a computer keyboard. | Graphical representation of keys on keyboard | 3 | 工具 + texlive-keystroke-doc | texlive | Documentation for keystroke | Documentation for keystroke | 3 | 工具 + texlive-keyval2e | texlive | The package provides lightweight and robust facilities forcreating and managing keys. Its machinery isn't as extensive asthat of, e.g., the ltxkeys package, but it is equally robust;ease of use and speed of processing are the design aims of thepackage. | A lightweight and robust key-value parser | 3 | 工具 + texlive-keyval2e-doc | texlive | Documentation for keyval2e | Documentation for keyval2e | 3 | 库 + texlive-keyvaltable | texlive | The main goal of the keyvaltable package is to offer means fortypesetting tables easily and yet still looking rather nicelyin a way that separates content from presentation and with re-usable layout for tables of the same type. For this purpose,the package provides the environment KeyValTable, which allowsone to typeset tables that have a previously defined columnlayout and whose rows can be produced in a key-value fashion. | Re-usable tables separating content and presentation | 3 | 工具 + texlive-keyvaltable-doc | texlive | Documentation for keyvaltable | doc files of keyvaltable | 3 | 工具 + texlive-kfupm-math-exam | texlive | The package provides commands and environments that simplifyand streamline the process of preparing homework, quiz and exampapers according to apreffered style. The default style isbased on the guidelines set by the department of mathematics atKing Fahd University of Petroleum and Minerals (KFUPM). It canbe easily customized to fit any style for any institution. | A LaTeX document style to produce homework, quiz and exam papers | 3 | 工具 + texlive-kinematikz | texlive | This package provides functionalities to draw kinematicdiagrams for mechanisms using dedicate symbols (some from theISO standard and others). The intention is not to represent CADmechanical drawings of mechanisms and robots, but only torepresent 2D and 3D kinematic chains. The package provideslinks, joints and other symbols, mostly in the form of TikZ picobjects. These pics can be placed in the canvas either by acentral point for joints, and start and end points for somelinks. | Design kinematic chains and mechanisms | 3 | 工具 + texlive-kix | texlive | Implements KIX codes as used by the Dutch PTT for bulk mailaddressing. (Royal Mail 4 State Code.) KIX is a registeredtrade mark of PTT Post Holdings B. V. | Typeset KIX codes | 3 | 工具 + texlive-kix-doc | texlive | Documentation for kix | Documentation for kix | 3 | 库 + texlive-kixfont | texlive | The KIX code is a barcode-like format used by the Dutch PTT toencode country codes, zip codes and street numbers in a machine-readable format. If printed below the address line on bulkmailings, a discount can be obtained. The font is distributedin Metafont format, and covers the numbers and upper-caseletters. | A font for KIX codes | 3 | 工具 + texlive-kixfont-doc | texlive | Documentation for kixfont | Documentation for kixfont | 3 | 库 + texlive-kluwer | texlive | Most likely long obsolete, unfortunately. | Kluwer publication support | 3 | 工具 + texlive-kluwer-doc | texlive | Documentation for kluwer | Documentation for kluwer | 3 | 库 + texlive-knitting | texlive | The package provides symbol fonts and commands to write chartedinstructions for cable and lace knitting patterns, using eitherplain TeX or LaTeX. The fonts are available both as Metafontsource and in Adobe Type 1 format. | Produce knitting charts, in Plain TeX or LaTeX | 3 | 工具 + texlive-knitting-doc | texlive | Documentation for knitting | Documentation for knitting | 3 | 库 + texlive-knittingpattern | texlive | The class provides a simple, effective method for knitters toproduce high-quality, attractive patterns using LaTeX. It doesthis by providing commands to handle as much of the layout ofthe document as possible, leaving the author free toconcentrate on the pattern. | Create knitting patterns | 3 | 工具 + texlive-knittingpattern-doc | texlive | Documentation for knittingpattern | Documentation for knittingpattern | 3 | 库 + texlive-knowledge | texlive | The package offers a systematic way to handlenotions/concepts/terms throughout a document. It helps buildingan index. In combination with hyperref it makes it easy to haveevery reference of a concept linked to its introduction. Italso offers simple notations. | Displaying, hyperlinking, and indexing notions in a document | 3 | 工具 + texlive-knuth-errata | texlive | These files record details of problems reported in Knuth's'Computers and Typesetting' series of books, for the ComputerModern fonts, and for TeX, Metafont and related programs. | Knuth's published errata | 3 | 工具 + texlive-knuth-hint | texlive | The knuth-hint package contains the large collection of HINTdocuments for many of the CWEB amd WEB sources of programs inthe TeX Live distribution (and, for technical reasons, PDFdocuments for CTWILL and XeTeX). Each program is presented inits original form as written by the respective authors, and inthe "changed" form as used in TeX Live. Care has been taken tokeep the section numbering intact, so that you can study thecodes and the changes in parallel. Also included are the"errata" for Donald Knuth's "Computers & Typesetting". HINT isthe dynamic document format created by Martin Ruckert's HiTeXengine that was added to TeX Live 2022. The HINT files can beviewed on Linux, Windows, and Android with the hintviewapplication. The knuth-hint package is a showcase of HiTeX'scapabilities. | HINT collection of typeset C/WEB sources in TeX Live | 3 | 工具 + texlive-knuth-lib | texlive | A collection of core TeX and Metafont macro files from DEK,apart from the plain format and base. Includes the MF logofont(s), webmac.tex, etc. | A small library of MetaFont sources | 3 | 工具 + texlive-knuth-local | texlive | A collection of experimental programs and developments basedon, or complementary to, the matter in his distributiondirectories. | Knuth's local information | 3 | 工具 + texlive-knuth-pdf | texlive | Here you find a large collection of PDF documents for manyC/WEB programs in TeX Live, both in their original form aswritten by their respective authors, and in the changed form asthey are actually used in the TeX Live system. Care has beentaken to keep the section numbering intact, so that you canstudy the sources and their changes in parallel. Also includedis the collection of "errata" for Donald Knuth's "Computers &Typesetting series";. Although not all the texts here arewritten or maintained by Donald Knuth, it is more convenientfor everything to be collected in one place for reading andsearching. They all stem from the system that Knuth created.The central entry point is the "index" file, with links to theindividual documents, either in HTML or in PDF format. | PDF library for C/WEB sources in TeX Live | 3 | 工具 + texlive-komacv | texlive | The class simplifies the creation of beautiful CV. The user maychoose between different styles, and may adjust settings totune the output. | Typesetting a beuatiful CV with various style options | 3 | 工具 + texlive-komacv-doc | texlive | Documentation for komacv | Documentation for komacv | 3 | 库 + texlive-komacv-rg | texlive | The komacv-rg bundle provides packages that aid in creating CVsbased on the komacv class and creating related documents, suchas cover letters and cover sheets for job applications.Concretely, the bundle consists of three packages:komacv-addons, komacv-lco, and komacv-multilang. komacv-addonsis a small collection of add-ons and fixes for the komacvclass; komacv-lco enables the use of letter class options fromscrlttr2 also in komacv-based and other non-scrlttr2-baseddocuments; komacv-multilang enables the provisioning of CVs inmultiple languages and the selection of a language via babel orpolyglossia. | LaTeX packages that aid in creating CVs based on the komacv class and creating related documents | 3 | 工具 + texlive-koma-moderncvclassic | texlive | This package provides an imitation of the moderncv class withthe classic style (by Xavier Danaux), to be used in conjunctionwith the koma-classes. Thus it is possible to configurepagelayout, headings etc. the way it is done in koma-classes.Moreover, it is possible to use biblatex, while the originalmoderncv-class is incompatible with biblatex. | Makes the style and command of moderncv (style classic) available for koma-classes and thus compatible with biblatex | 3 | 工具 + texlive-koma-moderncvclassic-doc | texlive | Documentation for koma-moderncvclassic | Documentation for koma-moderncvclassic | 3 | 库 + texlive-koma-script | texlive | The KOMA-Script bundle provides replacements for the article,report, and book classes with emphasis on typography andversatility. There is also a letter class. The bundle alsooffers: a package for calculating type areas in the way laiddown by the typographer Jan Tschichold, a package for easilychanging and defining page styles, a package scrdate forgetting not only the current date but also the name of the day,and a package scrtime for getting the current time. All thesepackages may be used not only with KOMA-Script classes but alsowith the standard classes. Since every package has its ownversion number, the version number quoted only refers to theversion of scrbook, scrreprt, scrartcl, scrlttr2 and typearea(which are the main parts of the bundle). | A bundle of versatile classes and packages | 3 | 工具 + texlive-koma-script-examples-doc | texlive | Documentation for koma-script-examples | Documentation for koma-script-examples | 3 | 工具 + texlive-koma-script-sfs | texlive | A koma-script parameter set for letters on A4 paper, complyingwith Finnish standards SFS 2486, 2487 and 2488; suitable forwindow envelopes with window on the left size in the sizes C5,C65, E5 and E65 (although, because the address window issmaller, for sizes E5 and E65 the address may not fit withinthe window, but ordinary 3-line address should fit). | Koma-script letter class option for Finnish | 3 | 工具 + texlive-koma-script-sfs-doc | texlive | Documentation for koma-script-sfs | Documentation for koma-script-sfs | 3 | 工具 + texlive-kotex-oblivoir | texlive | The class is based on memoir, and is adapted to typesettingKorean documents. The bundle (of class and associated packages)belongs to the ko.TeX bundle. It depends on memoir andkotex-utf to function. | A LaTeX document class for typesetting Korean documents | 3 | 工具 + texlive-kotex-oblivoir-doc | texlive | Documentation for kotex-oblivoir | Documentation for kotex-oblivoir | 3 | 工具 + texlive-kotex-plain | texlive | The package provides macros for typesetting Hangul, the nativealphabet of the Korean language, using plain *TeX. Input Koreantext should be encoded in UTF-8. The package is belongs to theko.TeX bundle. | Macros for typesetting Korean under Plain TeX | 3 | 工具 + texlive-kotex-plain-doc | texlive | Documentation for kotex-plain | Documentation for kotex-plain | 3 | 工具 + texlive-kotex-utf | texlive | The package typesets Hangul, which is the native alphabet ofthe Korean language; input Korean text should be encoded inUTF-8. The bundle (of class and associated packages) belongs tothe ko.TeX bundle. | Typeset Hangul, coded in UTF-8 | 3 | 工具 + texlive-kotex-utf-doc | texlive | Documentation for kotex-utf | Documentation for kotex-utf | 3 | 工具 + texlive-kotex-utils | texlive-base | The bundle provides scripts and support files for indexgeneration in Korean language typesetting. The files belong tothe ko.TeX bundle. | Utility scripts and support files for typesetting Korean | 3 | 工具 + texlive-kpathsea | texlive-base | Kpathsea is a library and utility programs which provide pathsearching facilities for TeX file types, including the self-locating feature required for movable installations, layered ontop of a general search mechanism. | Path searching library for TeX-related files | 3 | 工具 + texlive-kpfonts | texlive | The family contains text fonts in roman, sans-serif andmonospaced shapes, with true small caps and old-style numbers;the package offers full support of the textcomp package. Themathematics fonts include all the AMS fonts, in both normal andbold weights. Each of the font types is available in two mainversions: default and 'light'. Each version is available infour variants: default; oldstyle numbers; oldstyle numbers withold ligatures such as ct and st, and long-tailed capital Q; andveryoldstyle with long s. Other variants include small caps asdefault or 'large small caps', and for mathematics both uprightand slanted shapes for Greek letters, as well as default andnarrow versions of multiple integrals. The fonts wereoriginally derived from URW Palladio (with URW's agreement)though the fonts are very clearly different in appearance fromtheir parent. | A complete set of fonts for text and mathematics | 3 | 工具 + texlive-kpfonts-doc | texlive | Documentation for kpfonts | Documentation for kpfonts | 3 | 工具 + texlive-kpfonts-otf | texlive | This bundle provides OpenType versions of the Type1 Kp-fontsdesigned by Christophe Caignaert. It is usable with LuaTeX orXeTeX engines only. It consists of sixteen Text fonts (eightSerif, four Sans-Serif, four Monotype) and five Math fonts.Serif and Sans-Serif families have small caps available in twosizes (SmallCaps and PetitesCaps), upper and lowercase digits,real superscripts and subscripts; ancient ligatures (ct andst), ancient long-s and a long-tailed capital Q are availablevia font features. Math fonts cover all usual symbols includingAMS'; a full list of available symbols is provided, see the'List of glyphs'. | OTF version of the Kp-fonts | 3 | 工具 + texlive-ksfh_nat | texlive | The package supports bibliographies as standard for KSFH(Katholische Stiftungsfachhochschule) Munich. BibTeX entries inarticle, book, inbook, incollection and misc formats aresupported. | BibTeX style for KSFH Munich | 3 | 工具 + texlive-ksp-thesis | texlive | This package provides a LaTeX class intended for authors whowant to publish their thesis or other scientific work with KITScientific Publishing (KSP). The class is based on the scrbookclass of the KOMA-script bundle in combination with theClassicThesis and ArsClassica packages. It modifies some of thelayout and style definitions of these packages in order toprovide a document layout that should be compatible with therequirements by KSP. | A LaTeX class for theses published with KIT Scientific Publishing | 3 | 工具 + texlive-ksp-thesis-doc | texlive | Documentation for ksp-thesis | doc files of ksp-thesis | 3 | 工具 + texlive-ktv-texdata | texlive | The package defines an exercice environment which numbers everyexercise, and a command \get to extract a collection whoseargument is a comma-separated set of exercise index numbers.While the package was designed for teachers constructing tablesof exercises, it plainly has more general application. | Extract subsets of documents | 3 | 工具 + texlive-ktv-texdata-doc | texlive | Documentation for ktv-texdata | Documentation for ktv-texdata | 3 | 服务 + texlive-kurdishlipsum | texlive | This package provides lispum-like facilities for the Kurdishlanguage. This package gives you easy access to the Kurdishpoerty and balladry text of the Diwany Vafaiy, Ahmedy Xani,Naly, Mahwy,.... The package needs to be run under XeLaTeX. | A package similar to the lipsum and ptext packages for the Kurdish language | 3 | 工具 + texlive-kurier | texlive | Kurier is a two-element sans-serif typeface. It was designedfor a diploma in typeface design at the Warsaw Academy of FineArts under the supervision of Roman Tomaszewski. Thisdistribution contains a significantly extended set ofcharacters covering the following modern alphabets: latin(including Vietnamese), Cyrillic and Greek as well as a numberof additional symbols (including mathematical symbols). Thefonts are prepared in Type 1 and OpenType formats. For use withTeX the following encoding files have been prepared: T1 (ec),T2 (abc), and OT2--Cyrillic, T5 (Vietnamese), OT4, QX, texansiand--nonstandard (IL2 for the Czech fonts), as well assupporting macros and files defining fonts for LaTeX. | A two-element sans-serif typeface | 3 | 工具 + texlive-kurier-doc | texlive | Documentation for kurier | Documentation for kurier | 3 | 库 + texlive-ku-template | texlive | A comprehensive package for adding University of Copenhagen orfaculty logo to your front page. For use by student or staff atUniversity of Copenhagen / Københavns Universitet. | Template for University of Copenhagen logos | 3 | 工具 + texlive-kvdefinekeys | texlive | The package provides a macro \kv@define@key (analogous tokeyval's \define@key, to define keys for use by kvsetkeys. | Define keys for use in the kvsetkeys package | 3 | 工具 + texlive-kvmap | texlive | This LaTeX package allows the creation of (even large) Karnaughmaps. It provides a tabular-like input syntax and support fordrawing bundles (implicants) around adjacent values. It isbased on an answer at StackExchange. | Create Karnaugh maps with LaTeX | 3 | 工具 + texlive-kvoptions | texlive | This package offers support for package authors who want to useoptions in key-value format for their package options. | Key value format for package options | 3 | 工具 + texlive-kvsetkeys | texlive | This package provides \kvsetkeys, a variant of package keyval's\setkeys. It allows the user to specify a handler that dealswith unknown options. Active commas and equal signs may be used(e.g. see babel's shorthands) and only one level of curlybraces are removed from the values. | Key value parser with default handler support | 3 | 工具 + texlive-l2picfaq-doc | texlive | Documentation for l2picfaq | Documentation for l2picfaq | 3 | 库 + texlive-l2tabu-doc | texlive | Documentation for l2tabu | Documentation for l2tabu | 3 | 库 + texlive-l2tabu-english-doc | texlive | Documentation for l2tabu-english | Documentation for l2tabu-english | 3 | 库 + texlive-l2tabu-french-doc | texlive | Documentation for l2tabu-french | Documentation for l2tabu-french | 3 | 库 + texlive-l2tabu-italian-doc | texlive | Documentation for l2tabu-italian | Documentation for l2tabu-italian | 3 | 库 + texlive-l2tabu-spanish-doc | texlive | Documentation for l2tabu-spanish | Documentation for l2tabu-spanish | 3 | 库 + texlive-l3backend | texlive | This package forms parts of expl3, and contains the code usedto interface with backends (drivers) across the expl3 codebase.The functions here are defined differently depending on theengine in use. As such, these are distributed separately froml3kernel to allow this code to be updated on an independentschedule. | LaTeX3 backend drivers | 3 | 工具 + texlive-l3build | texlive-base | The build system supports testing and building LaTeX3 code, onLinux, Mac OS X and Windows systems. The package offers: A unittesting system for (La)TeX code (whether kernel code orcontributed packages); A system for typesetting packagedocumentation; and An automated process for creating CTANreleases. | A testing and building system for (La)TeX | 3 | 工具 + texlive-l3experimental | texlive | The l3experimental packages are a collection of experimentalimplementations for aspects of the LaTeX3 kernel, dealing withhigher-level ideas such as the Designer Interface. Some of themwork as stand alone packages, providing new functionality, andcan be used on top of LaTeX2e with no changes to the existingkernel. The present release includes: l3benchmark for measuringthe time taken by TeX to run certain code; l3draw, a code-levelinterface for constructing drawings; l3graphics, an interfacesfor the inclusion of graphics files; l3opacity, support foropacity in PDF output; l3str, support for string manipulation;l3bitset, support for bit vectors; l3sys-shell, which providesabstractions for common shell functions like file deletion andcopying; xcoffins, which allows the alignment of boxes using aseries of 'handle' positions, supplementing the simple TeXreference point; xgalley, which controls boxes receiving textfor typesetting. | Experimental LaTeX3 concepts | 3 | 工具 + texlive-l3experimental-doc | texlive | Documentation for l3experimental | Documentation for l3experimental | 3 | 库 + texlive-l3kernel | texlive | The l3kernel bundle provides an implementation of the LaTeX3programmers' interface, as a set of packages that run underLaTeX 2e. The interface provides the foundation on which theLaTeX3 kernel and other future code are built: it is an API forTeX programmers. The packages are set up so that the LaTeX3conventions can be used with regular LaTeX 2e packages. | LaTeX3 programming conventions | 3 | 工具 + texlive-l3kernel-doc | texlive | Documentation for l3kernel | Documentation for l3kernel | 3 | 库 + texlive-l3packages | texlive | This collection contains implementations for aspects of theLaTeX3 kernel, dealing with higher-level ideas such as theDesigner Interface. The packages here are considered broadlystable (The LaTeX3 Project does not expect the interfaces toalter radically). These packages are built on LaTeX2econventions at the interface level, and so may not migrate inthe current form to a stand-alone LaTeX3 format. Packagesprovided: xparse, which provides a high-level interface fordeclaring document commands xfp, an expandable IEEE 754 FPU forLaTeX l3keys2e, which makes the facilities of the kernel modulel3keys available for use by LaTeX 2e packages xtemplate, whichprovides a means of defining generic functions using akey-value syntax xfrac, which provides flexible split-levelfractions | High-level LaTeX3 concepts | 3 | 工具 + texlive-l3packages-doc | texlive | Documentation for l3packages | Documentation for l3packages | 3 | 库 + texlive-labbook | texlive | This class is designed to typeset laboratory journals thatcontain chronologically ordered records about experiments. Fromthe sectioning commands, an experiment index is generated. Theclass is based on the KOMA-Script class scrbook.cls. There canbe several index entries for one experiment. | Typeset laboratory journals | 3 | 工具 + texlive-labbook-doc | texlive | Documentation for labbook | Documentation for labbook | 3 | 库 + texlive-labels | texlive | A LaTeX package to print a regular grid of ragged-right labelson a page, suitable for sheets of labels which can be fedthrough a printer. Macros are provided to allow easy input ofnames and addresses in a form free of TeX markup. Equallyuseful is a feature for making multiple copies of a singlelabel, e.g., return address stickers to go with the labels.Rows, columns, borders can all be specified to match the labelsheet being used. | Print sheets of sticky labels | 3 | 工具 + texlive-labels4easylist | texlive | This package provides the \itemLabel macro for addingconfigurable reference labels to easylist items. | Add reference labels to easylist items | 3 | 工具 + texlive-labelschanged | texlive | Several conditions can cause LaTeX labels to keep changing, nomatter how many times a document is recompiled. This packagehelps diagnose the cause of repeated "Label(s) may havechanged" warnings. The names and before/after definitions ofchanging labels are printed at the end of each compile.Multiply-defined labels are printed as well. | Identify labels which cause endless "may have changed" warnings | 3 | 工具 + texlive-labels-doc | texlive | Documentation for labels | Documentation for labels | 3 | 库 + texlive-labyrinth | texlive | The labyrinth package provides code and an environment fortypesetting simple labyrinths with LaTeX, and generating anautomatic or manual solution path. | Draw labyrinths and solution paths | 3 | 工具 + texlive-labyrinth-doc | texlive | Documentation for labyrinth | Documentation for labyrinth | 3 | 库 + texlive-lacheck | texlive-base | Lacheck is a tool for finding common mistakes in LaTeXdocuments. The distribution includes sources, and executablesfor OS/2 and Win32 environments. | LaTeX checker | 3 | 工具 + texlive-ladder | texlive | This package permits the creation of simple ladder diagramswithin LaTeX documents. Required packages are tikz, ifthen, andcalc. | Draw simple ladder diagrams using TikZ | 3 | 工具 + texlive-lambda | texlive | lambda package | lambda package | 3 | 库 + texlive-lambda-lists | texlive | These list-processing macros avoid the reassignments employedin the macros shown in Appendix D of the TeXbook: all themanipulations take place in what Knuth is pleased to call"TeX's mouth". | Lists in TeX's mouth | 3 | 工具 + texlive-lambda-lists-doc | texlive | Documentation for lambda-lists | Documentation for lambda-lists | 3 | 库 + texlive-lambdax | texlive | This package provides Lambda expressions. It is an interface tospecify the parameters and replacement code of adocument-command, and then to evaluate it with compatiblearguments. Optionally, it can be used recursively. | Use Lambda expression within LaTeX | 3 | 工具 + texlive-langcode | texlive | The package provides a command \uselangcode{<code>} to adjustlanguage-dependent settings such as key words, typographicalconventions and language codes (ISO 639-1). The packageprovides a means of selecting macros according to the specifiedcode, for preparing a document that is to be separately typesetin different laguages. The package is dependent on the plainpkgpackage, and is already in use in the morehype and catcodespackages. | Simple language-dependent settings based on language codes | 3 | 工具 + texlive-langcode-doc | texlive | Documentation for langcode | Documentation for langcode | 3 | 库 + texlive-langnames | texlive | This package attempts to make the typing of language names,codes, and families slightly easier by providing macros toaccess pre-defined language--code--family combinations from twoimportant databases, as well as the possibility to create newcombinations. It may be particularly useful for large,collaborative projects as well as typologically minded oneswith a variety of language examples. | Name languages and their genetic affiliations consistently | 3 | 工具 + texlive-langsci | texlive | This packages allows you to typeset monographs and editedvolumes for publication with Language Science Press(http://www.langsci-press.org). It includes all necessary filesfor title pages, frontmatter, main content, list of referencesand indexes. Dust jackets for BoD and Createspace(print-on-demand service providers) can also be produced. | Typeset books for publication with Language Science Press | 3 | 库 + texlive-langsci-avm | texlive | This package is aimed at typesetting beautiful featurestructures, also known as attribute-value matrices (AVMs), foruse in linguistics. The package provides a minimal and easy toread syntax. It depends only on the array package and can beplaced almost everywhere, in particular in footnotes or graphsand tree structures. The package is meant as an update to, andserves the same purpose as, Christopher Manning's avm package,but shares no code base with that package. langsci-avm wasdeveloped at Language Science Press to help in the productionof scientific texts in linguistics, in particular an upcomingHPSG handbook. | Attribute-value matrices and feature structures for use in linguistics | 3 | 工具 + texlive-langsci-doc | texlive | Documentation for langsci | doc files of langsci | 3 | 库 + texlive-lapdf | texlive | The package provides the means to use PDF drawing primitives toproduce high quality, colored graphics. It uses Bezier curves(integral and rational) from degree one to seven, allows TeXtypesetting in the graphic, offers most of the standard mathfunctions, allows plotting normal, parametric and polarfunctions. The package has linear, logx, logy, logxy and polargrids with many specs; it can rotate, clip and do many nicethings easily it has two looping commands for programming andmany instructive example files. The package requires pdfTeX butotherwise only depends on the calc package. | PDF drawing directly in TeX documents | 3 | 工具 + texlive-lapdf-doc | texlive | Documentation for lapdf | Documentation for lapdf | 3 | 库 + texlive-lastpackage | texlive | This package may be used to define the last point where somecode shall be executed. Its provides a package name for use inpackage-placing commands from the author's templatetools. Usageexamples are provided in the documentation. | Indicates the last loaded package | 3 | 库 + texlive-lastpackage-doc | texlive | Documentation for lastpackage | Documentation for lastpackage | 3 | 库 + texlive-lastpage | texlive | Reference the number of pages in your LaTeX document throughthe introduction of a new label which can be referenced like\pageref{LastPage} to give a reference to the last page of adocument. It is particularly useful in the page footer thatsays: Page N of M. | Reference last page for Page N of M type footers | 3 | 工具 + texlive-lastpage-doc | texlive | Documentation for lastpage | Documentation for lastpage | 3 | 库 + texlive-latex | texlive-base | LaTeX is a widely-used macro package for TeX, providing manybasic document formating commands extended by a wide range ofpackages. It is a development of Leslie Lamport's LaTeX 2.09,and superseded the older system in June 1994. The basicdistribution is catalogued separately, at latex-base; apartfrom a large set of contributed packages and third-partydocumentation (elsewhere on the archive), the distributionincludes: - a bunch of required packages, which LaTeX authorsare "entitled to assume" will be present on any system runningLaTeX; and - a minimal set of documentation detailingdifferences from the 'old' version of LaTeX in the areas ofuser commands, font selection and control, class and packagewriting, font encodings, configuration options and modificationof LaTeX. | A TeX macro package that defines LaTeX | 3 | 工具 + texlive-latex2e-help-texinfo | texlive | The manual is provided as Texinfo source (which was originallyderived from the VMS help file in the DECUS TeX distribution of1990, with many subsequent changes). This is a collaborativedevelopment, and details of getting involved are to be found onthe package home page. A French translation is available as aseparate package. All the other formats in the distribution arederived from the Texinfo source, as usual. | Unofficial reference manual covering LaTeX2e | 3 | 工具 + texlive-latex2e-help-texinfo-doc | texlive | Documentation for latex2e-help-texinfo | Documentation for latex2e-help-texinfo | 3 | 工具 + texlive-latex2e-help-texinfo-fr-doc | texlive | Documentation for latex2e-help-texinfo-fr | doc files of latex2e-help-texinfo-fr | 3 | 工具 + texlive-latex2e-help-texinfo-spanish | texlive | The manual is provided as Texinfo source (which was originallyderived from the VMS help file in the DECUS TeX distribution of1990, with many subsequent changes). This is a collaborativedevelopment, and details of getting involved are to be found onthe package home page. A French translation is available as aseparate package. All the other formats in the distribution arederived from the Texinfo source, as usual. | latex2e-help-texinfo-spanish package | 3 | 工具 + texlive-latex2e-help-texinfo-spanish-doc | texlive | Documentation for latex2e-help-texinfo-spanish | Documentation for latex2e-help-texinfo-spanish | 3 | 工具 + texlive-latex2man | texlive-base | A tool to translate UNIX manual pages written with LaTeX into aman-page format understood by the Unix man(1) command.Alternatively HTML or TexInfo code can be produced. Output ofparts of the text may be supressed using the conditional textfeature. | Translate LaTeX-based manual pages into Unix man format | 3 | 工具 + texlive-latex2nemeth | texlive-base | After many failed attempts to transcribe real math notes andbooks to Braille/Nemeth in order to deal with a real situation(blind student in Math Dept.), we decided to develop a newprogram that follows a direct, from LaTeX to Braille/Nemeth,approach. Other attempts (such as tex4ht) failed because theyall needed an extra step to go from xml to Braille, and thisstep (say, with liblouis) produced incomprehensible output(liblouis focuses in Office apps). Our main target was theGreek language which is only Braille level 1, but English atlevel 1 is supported as well. Simple pictures in PSTricks arealso supported in order to produce tactile graphics withspecialized equipment. Note that embossing will needLibreOffice and odt2braille as this project does not deal withembossers' drivers. | Convert LaTeX source to Braille with math in Nemeth | 3 | 工具 + texlive-latex4musicians | texlive | This guide, "LaTeX for Musicians", explains how to create LaTeXdocuments that include several kinds of music elements: musicsymbols, song lyrics, guitar chords diagrams, lead sheets,music excerpts, guitar tablatures, multi-page scores. | A guide for combining LaTeX and music | 3 | 工具 + texlive-latex4wp-doc | texlive | Documentation for latex4wp | Documentation for latex4wp | 3 | 工具 + texlive-latex4wp-it-doc | texlive | Documentation for latex4wp-it | Documentation for latex4wp-it | 3 | 工具 + texlive-latexbangla | texlive | This package simplifies the process of writing Bangla in LaTeXand addresses most of the associated typesetting issues.Notable features: Automated transition from Bangla to Englishand vice versa. Patch for the unproportionate whitespace issuein popular Bangla fonts. Full support for all the commoncommands and environments. Bangla numbering for page, section,chapter, footnotes etc. (extending polyglossia's support). Newtheorem, problems, example, solution and other environments,all of which are in Bangla. | Enhanced LaTeX integration for Bangla | 3 | 工具 + texlive-latex-base-dev | texlive | This package provides a testing release for upcoming LaTeX2ekernel changes. Testing by the LaTeX team itself suggests thatthe code is stable and usable, but wider use by knowledgeableusers is required by adding these changes to the release LaTeXkernel. Typically, the code here will be used by a TeX systemto create dedicated formats, for example pdflatex-dev, whichcan then be used explicitly for testing. | Development pre-release of the LaTeX kernel | 3 | 工具 + texlive-latex-bin-dev | texlive | See the latex-base-dev package for information. | LaTeX pre-release executables and formats | 3 | 工具 + texlive-latex-brochure-doc | texlive | Documentation for latex-brochure | Documentation for latex-brochure | 3 | 工具 + texlive-latexbug | texlive | The package is written in order to help identifying therightful addressee for a bug report. The LaTeX team asks thatit will be loaded in any test file that is intended to be sentto the LaTeX bug database as part of a bug report. | Bug-classification for LaTeX related bugs | 3 | 工具 + texlive-latexcheat-de-doc | texlive | Documentation for latexcheat-de | Documentation for latexcheat-de | 3 | 工具 + texlive-latexcheat-doc | texlive | Documentation for latexcheat | Documentation for latexcheat | 3 | 库 + texlive-latexcheat-esmx-doc | texlive | Documentation for latexcheat-esmx | Documentation for latexcheat-esmx | 3 | 工具 + texlive-latexcheat-ptbr-doc | texlive | Documentation for latexcheat-ptbr | Documentation for latexcheat-ptbr | 3 | 工具 + texlive-latexcolors | texlive | Built on top of the xcolor package, the latexcolors packagedefines the set of colors shown on latexcolor.com for use indocuments typeset with LaTeX & friends. | Use color definitions from latexcolor.com | 3 | 工具 + texlive-latexconfig | texlive | latexconfig package | latexconfig package | 3 | 工具 + texlive-latex-course-doc | texlive | Documentation for latex-course | Documentation for latex-course | 3 | 工具 + texlive-latexcourse-rug-doc | texlive | Documentation for latexcourse-rug | Documentation for latexcourse-rug | 3 | 工具 + texlive-latexdemo | texlive | The package provides configurable tools to print out LaTeX codeand the resulting output in the same document. It also supportsprinting the result inside a conditional sequence; thus one maysuppress printing if the code would not compile. | Demonstrate LaTeX code with its resulting output | 3 | 工具 + texlive-latexdemo-doc | texlive | Documentation for latexdemo | Documentation for latexdemo | 3 | 工具 + texlive-latexdiff | texlive-base | Latexdiff is a Perl script for visual mark up and revision ofsignificant differences between two LaTeX files. Variousoptions are available for visual markup using standard LaTeXpackages such as color. Changes not directly affecting visibletext, for example in formatting commands, are still marked inthe LaTeX source. A rudimentary revision facilility is providedby another Perl script, latexrevise, which accepts or rejectsall changes. Manual editing of the difference file can be usedto override this default behaviour and accept or rejectselected changes only. | Determine and mark up significant differences between LaTeX files | 3 | 库 + texlive-latex-doc-ptr-doc | texlive | Documentation for latex-doc-ptr | Documentation for latex-doc-ptr | 3 | 工具 + texlive-latexfileinfo-pkgs | texlive | The package provides an HTML file that lists and compares CTANpackages that display LaTeX source file information from\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands inthe LaTeX file. Five packages of the author's, and severalother packages are discussed; revision control systems arementioned briefly. | A comparison of packages showing LaTeX file information | 3 | 工具 + texlive-latexfileinfo-pkgs-doc | texlive | Documentation for latexfileinfo-pkgs | Documentation for latexfileinfo-pkgs | 3 | 工具 + texlive-latexfileversion | texlive-base | This simple shell script prints the version and date of a LaTeXclass or style file. Syntax: latexfileversion <file> Thisprogramme handles style files (extension .sty), class files(extension .cls), and other TeX input files. The file extensionmust be given. | Prints the version and date of a LaTeX class or style file | 3 | 工具 + texlive-latex-firstaid-dev | texlive | This is a pre-release version of the standard LaTeX firstaidpackage. It accompanies the pre-testing kernel code(latex-base-dev), and is intended for testing by knowledgeableusers. | Development pre-release of the LaTeX firstaid package | 3 | 工具 + texlive-latex-fonts | texlive | This is a collection of fonts for use with standard LaTeXpackages and classes. It includes 'invisible' fonts (for usewith the slides class), line and circle fonts (for use in thepicture environment) and 'LaTeX symbol' fonts. For full supportof a LaTeX installation, some Computer Modern font variantscmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from theamsfonts distribution, are also necessary. The fonts areavailable as Metafont source, and metric (tfm) files are alsoprovided. Most of the fonts are also available in Adobe Type 1format, in the amsfonts distribution. | A collection of fonts used in LaTeX distributions | 3 | 工具 + texlive-latex-fonts-doc | texlive | Documentation for latex-fonts | Documentation for latex-fonts | 3 | 工具 + texlive-latex-for-undergraduates | texlive | A tutorial aimed at introducing undergraduate students toLaTeX, including an introduction to LaTeX Workshop in VisualStudio Code and an example package of user-defined LaTeXcommands. | A tutorial aimed at introducing undergraduate students to LaTeX | 3 | 工具 + texlive-latexgit | texlive | This package provides several macros to fetch git informationand typeset it. The macros defined by LaTeXgit can be helpfulto documentation authors and others to whom clear documentversioning is important. | A LaTeX git wrapper | 3 | 工具 + texlive-latex-git-log | texlive-base | The program is run within a git repository, and outputs theentire version history, as a LaTeX table. That output willtypically be redirected to a file; the author recommendstypesetting in landscape orientation. | Typeset git log information | 3 | 工具 + texlive-latex-graphics-companion-doc | texlive | Documentation for latex-graphics-companion | Documentation for latex-graphics-companion | 3 | 工具 + texlive-latex-graphics-dev | texlive | This is a pre-release version of the standard LaTeX graphicsbundle. It accompanies the pre-testing kernel code(latex-base-dev), and is intended for testing by knowledgeableusers. | Development pre-release of the LaTeX graphics bundle | 3 | 工具 + texlive-latexindent | texlive-base | The Perl script processes a LaTeX file, indenting parts so as tohighlight the structure for the reader. | Indent a LaTeX document, highlighting the programming structure | 3 | 库 + texlive-latex-lab | texlive | The LaTeX laboratory provides a route for additions to theLaTeX kernel to be stablised, whilst still allowing somestability for adventorous users. | LaTeX laboratory | 3 | 工具 + texlive-latex-make | texlive | This package provides several tools that aim to simplify thecompilation of LaTeX documents: LaTeX.mk: a Makefile snippet tohelp compiling LaTeX documents in DVI, PDF, PS, ... format.Dependencies are automatically tracked: one should be able tocompile documents with a one-line Makefile containing 'includeLaTeX.mk'. Complex documents (with multiple bibliographies,indexes, glossaries, ...) should be correctly managed.figlatex.sty: a LaTeX package to easily insert xfig figures(with \includegraphics{file.fig}). It can interact withLaTeX.mk so that the latter automatically invokes transfig ifneeded. And various helper tools for LaTeX.mk This packagerequires GNUmake (>= 3.81). | Easy compiling of complex (and simple) LaTeX documents | 3 | 工具 + texlive-latex-make-doc | texlive | Documentation for latex-make | Documentation for latex-make | 3 | 工具 + texlive-latexmp | texlive | The MetaPost package latexMP implements a user-friendlyinterface to access LaTeX-based typesetting capabilities inMetaPost. The text to be typeset is given as string. Thisallows even dynamic text elements, for example counters, to beused in labels. Compared to other implementations it is muchmore flexible, since it can be used as direct replacement forbtex..etex, and much faster, compared for example to thesolution provided by tex.mp | Interface for LaTeX-based typesetting in MetaPost | 3 | 工具 + texlive-latexmp-doc | texlive | Documentation for latexmp | Documentation for latexmp | 3 | 库 + texlive-latex-mr-doc | texlive | The package provides a short guide to LaTeX and specifically to thepolyglossia package. This document aims to introduce LaTeX and polyglossia forIndian languages. Though the document often discusses the language Marathi,the discussion applies to other India languages also, with some minute changeswhich are described in Section 1.2. We assume that the user of this documentknows basic (La)TeX or has, at least, tried her hand on it. This document isnot very suitable for first time users. | A practical guide to LaTeX and Polyglossia for Marathi and other Indian languages | 3 | 工具 + texlive-latex-notes-zh-cn-doc | texlive | Documentation for latex-notes-zh-cn | Documentation for latex-notes-zh-cn | 3 | 工具 + texlive-latexpand | texlive-base | Latexpand is a Perl script that simply replaces \input and\include commands with the content of the file input/included.The script does not deal with \includeonly commands. | Expand \input and \include in a LaTeX document | 3 | 库 + texlive-latex-papersize | texlive-base | The package is a Python script, whose typical use is whenpreparing printed material for users with low vision. The mosteffective way of doing this is to print on (notional) smallpaper, and then to magnify the result; the script calculatesthe settings for various font and paper sizes. More details areto be read in the script itself. | Calculate LaTeX settings for any font and paper size | 3 | 库 + texlive-latex-refsheet-doc | texlive | This LaTeX Reference Sheet is for writing a thesis with the KOMAScriptdocument classes (scrartcl, scrreprt, scrbook) and all the packageswhich a thesis in the natural sciences needs. | Reference sheet for a thesis with the KOMAScript document classes | 3 | 工具 + texlive-latex-uni8 | texlive | This package provides a LaTeX style file which makes it easy touse input encoding (UTF-8 by default, can be changed),fontspec.sty (optional), font encoding (T1 if fontspec.sty isnot used), babel (English language by default), hyphenation,underline (with soul.sty), default text and math fonts(Computer Modern or Times), and paper sizes correctly with bothpdfLaTeX and LuaLaTeX. | Universal inputenc, fontenc, and babel for pdfLaTeX and LuaLaTeX | 3 | 工具 + texlive-latex-veryshortguide-doc | texlive | Documentation for latex-veryshortguide | Documentation for latex-veryshortguide | 3 | 工具 + texlive-latex-via-exemplos | texlive | This is a LaTeX2e course written in brazilian portugueselanguage. | A LaTeX course written in brazilian portuguese language | 3 | 工具 + texlive-latex-web-companion-doc | texlive | Documentation for latex-web-companion | Documentation for latex-web-companion | 3 | 工具 + texlive-latino-sine-flexione | texlive | Latino sine Flexione (or Interlingua) is a language constructedby Giuseppe Peano at the beginning of the last century. Thissimplified Latin is designed to be an instrument forinternational cooperation, especially in the academic sphere.(Note that this "Interlingua" is different from the"Interlingua" that was created a few decades after Peano's workand which is supported by babel-interlingua!) This packageprovides the necessary translations to use the language withina LaTeX document. It also imports fontenc in order to be ableto use ligatures and quotation marks. Finally, it offers a textin Interlingua that can be used as a dummy text: Fundamento deintelligentia. This article by H. Bijlsma was first publishedin Schola et Vita Anno I (1926). | LaTeX support for documents written in Peano's Interlingua | 3 | 工具 + texlive-lato | texlive | Lato is a sanserif typeface family designed in the Summer 2010by Warsaw-based designer Lukasz Dziedzic for the tyPolandfoundry. This font, which includes five weights (hairline,light, regular, bold and black), is available from the GoogleFont Directory as TrueType files under the Open Font Licenseversion 1.1. The package provides support for this font inLaTeX. It includes the original TrueType fonts, as well as Type1 versions, converted for this package using FontForge for fullsupport with Dvips. | Lato font family and LaTeX support | 3 | 库 + texlive-lato-doc | texlive | Documentation for lato | Documentation for lato | 3 | 库 + texlive-layaureo | texlive | This package produces a wide page layout for documents that useA4 paper size. Moreover, LayAureo provides both a simple hookfor leaving an empty space which is required if pages arebundled by a press binding (use option binding=length), and anoption called big which it forces typearea to become maximum. | A package to improve the A4 page layout | 3 | 工具 + texlive-layaureo-doc | texlive | Documentation for layaureo | Documentation for layaureo | 3 | 库 + texlive-layouts | texlive | Display information about a document, including: textpositioning on a page; disposition of floats; layout ofparagraphs, lists, footnotes, table of contents, and sectionalheadings; font boxes. Facilities are provided for a documentdesigner to experiment with the layout parameters. | Display various elements of a document's layout | 3 | 工具 + texlive-layouts-doc | texlive | Documentation for layouts | Documentation for layouts | 3 | 库 + texlive-lazylist | texlive | The package was developed to provide flexible lists, whoseordering can be altered on the fly. The implementation involvesa pile of lambda-calculus and list-handling macros of anincredibly obtuse nature. The TUGboat paper serves as a manualfor the macros. Having said all of which, confidence isenhanced by the knowledge that the TeX code was formallyverified. | Lists in TeX's "mouth" | 3 | 工具 + texlive-lazylist-doc | texlive | Documentation for lazylist | Documentation for lazylist | 3 | 库 + texlive-lccaps | texlive | This little package serves the purpose of providing a uniformmethod to use lowercased small capitals and spaced lowercasedsmall capitals. It relies on the iftex, textcase, and microtypepackages and comes with four new user macros: \textlcc, themain feature: lowercased small capitals; \spacedcaps, a prefixto small capitals text commands to slightly increase theirspacing; \textslcc and \textssc, which are shortcuts for\spacedcaps\textlcc and \spacedcaps\textsc (accordingly). | Lowercased (spaced) small capitals | 3 | 工具 + texlive-lcd | texlive | A LaTeX package that will display text as on an (early) LCDdisplay (the output is very visibly pixellated). Assumes 8-bitinput in its internal verbatim-style environment. | Alphanumerical LCD-style displays | 3 | 工具 + texlive-lcd-doc | texlive | Documentation for lcd | Documentation for lcd | 3 | 库 + texlive-lcdftypetools | texlive-base | This bundle of tools comprises: Cfftot1, which translates aCompact Font Format (CFF) font, or a PostScript-flavoredOpenType font, into PostScript Type 1 format. It correctlyhandles subroutines and hints; Mmafm and mmpfb, which createinstances of multiple-master fonts (mmafm and mmpfb werepreviously distributed in their own package, mminstance);Otfinfo, which reports information about OpenType fonts, suchas the features they support and the contents of their 'size'optical size features; Otftotfm, which creates TeX font metricsand encodings that correspond to a PostScript-flavored OpenTypefont. It will interpret glyph positionings, substitutions, andligatures as far as it is able. You can say which OpenTypefeatures should be activated; T1dotlessj, creates a Type 1 fontwhose only character is a dotless j matching the input font'sdesign; T1lint, which checks a Type 1 font for correctness;T1reencode, which replaces a font's internal encoding with oneyou specify; and T1testpage, which creates a PostScript prooffor a Type 1 font. | A bundle of outline font manipulation tools | 3 | 工具 + texlive-lcg | texlive | The lcg package generates random numbers (integers) via alinear congruential generator (Schrage's method). The randomnumbers are written to a counter. The keyval package is usedfor the user to provide values for the range and a seed, andfor the name of the counter to be used. | Generate random integers | 3 | 工具 + texlive-lcg-doc | texlive | Documentation for lcg | Documentation for lcg | 3 | 库 + texlive-lcyw | texlive | The package makes the classic CM Cyrillic fonts accessible foruse with LaTeX. | Make Classic Cyrillic CM fonts accessible in LaTeX | 3 | 工具 + texlive-lcyw-doc | texlive | Documentation for lcyw | Documentation for lcyw | 3 | 库 + texlive-leading | texlive | The package defines a command \leading, whose argument is a<length> that specifies the nominal distance betweenconsecutive baselines of typeset text. The command replaces therather more difficult LaTeX command \linespread{<ratio>}, wherethe leading is specified by reference to the font size. | Define leading with a length | 3 | 工具 + texlive-leading-doc | texlive | Documentation for leading | Documentation for leading | 3 | 库 + texlive-leadsheets | texlive | This LaTeX package offers support for typesetting simpleleadsheets of songs, i.e. song lyrics and the correspondingchords. | Typesetting leadsheets and songbooks | 3 | 工具 + texlive-leadsheets-doc | texlive | Documentation for leadsheets | Documentation for leadsheets | 3 | 库 + texlive-leaflet | texlive | A document class to create small hand-outs (flyers) that fit ona single sheet of paper which is then folded twice. Pages arerearranged by LaTeX so that they print correctly on a singlesheet -- no external script is necessary. (Works withPostScript and PDF.) This is a complete reimplementation withpermission of the original author Jurgen Schlegelmilch. | Create small handouts (flyers) | 3 | 工具 + texlive-leaflet-doc | texlive | Documentation for leaflet | Documentation for leaflet | 3 | 库 + texlive-lebhart | texlive | This package provides a LaTeX class for typesetting articleswith a colorful design. Currently, it has native support forChinese (simplified and traditional), English, French, German,Italian, Japanese, Portuguese (European and Brazilian), Russianand Spanish typesetting. It compiles with either XeLaTeX orLuaLaTeX. This is part of the colorist class series and dependson colorist.sty from the colorist package. The package name"lebhart" is taken from the German word "lebhaft" ("vivid"),combined with the first three letters of "Artikel" ("article"). | Write your articles in a colorful way | 3 | 工具 + texlive-lecturer | texlive | The package creates slides for on-screen presentations based onPDF features without manipulating TeX's typesetting process.The presentation flow relies on PDF's abilities to displaycontent step by step. Features include: Free positioning ofanything anywhere in painted areas on the slide, as well as inthe main textblock; Numerous attributes to control the layoutand the presentation flow, from TeX's primitive dimensions tothe visibility of steps; Feature inheritance from global tolocal settings, with intermediate types; Basic drawingfacilities to produce symbols, e.g., for list items or buttons;Colours, transparency, shades, and pictures; Navigation withlinks, pop-up menus, and customizable bookmarks; Easy switchbetween presentation and handout; and PDF transitions. Besidesthe traditional documentation, the distribution includes visualdocumentation and six demo presentations ranging from geometricabstraction to classic style to silly video game. Lecturer isdesigned to work with all formats, but presently fails withConTeXt MkIV (because of clashes in management of PDF objects,probably), works only with pdfTeX and LuaTeX for the timebeing, and requires texapi and yax, both v.1.02. | On-screen presentations for (almost) all formats | 3 | 工具 + texlive-lecturer-doc | texlive | Documentation for lecturer | Documentation for lecturer | 3 | 库 + texlive-lectures | texlive | This LaTeX documentclass provides a number of gimmicks to draftnice looking lecture notes, such as a number of theoremenvironments, automatic spacing and alignment of figures andmuch more. More information is available in the package readme. | Lectures - A document class for quickly drafting nice looking lecture notes | 3 | 工具 + texlive-lectureslides | texlive | This package makes it easy to combine and index individual PDFfiles into one large PDF file. | Combine single PDF files into one file | 3 | 工具 + texlive-ledmac | texlive | A macro package for typesetting scholarly critical editions.The ledmac package is a LaTeX port of the plain TeX EDMACmacros. It supports indexing by page and line number and simpletabular- and array-style environments. The package isdistributed with the related ledpar and ledarab packages. Thepackage is now superseded by eledmac. | Typeset scholarly editions | 3 | 工具 + texlive-ledmac-doc | texlive | Documentation for ledmac | Documentation for ledmac | 3 | 库 + texlive-leftidx | texlive | Left and right subscripts and superscripts are automaticallyraised for better fitting to the symbol they belong to. | Left and right subscripts and superscripts in math mode | 3 | 工具 + texlive-leftidx-doc | texlive | Documentation for leftidx | Documentation for leftidx | 3 | 库 + texlive-leftindex | texlive | This package provides commands for typesetting left indices.Unlike other similar packages, leftindex also indents the leftsuperscript, providing much better spacing in general. | Left indices with better spacing | 3 | 工具 + texlive-leipzig | texlive | The leipzig package provides a set of macros for standardglossing abbreviations, with options to create new ones. Theyare mnemonic (e.g. \Acc{} for accusative, abbreviated acc).These abbre can be used alone or on top of the glossariespackage for easy indexing and glossary printing. | Typeset and index linguistic gloss abbreviations | 3 | 工具 + texlive-leipzig-doc | texlive | Documentation for leipzig | Documentation for leipzig | 3 | 库 + texlive-lengthconvert | texlive | The package provides a command to convert a length to any of alarge selection of units. The package relies on the LaTeX 3programming environment. | Express lengths in arbitrary units | 3 | 工具 + texlive-lengthconvert-doc | texlive | Documentation for lengthconvert | Documentation for lengthconvert | 3 | 库 + texlive-letgut | texlive | The French TeX User Group GUTenberg has been publishing "TheGUTenberg Letter", its irregular newsletter, since February1993. For this purpose, a dedicated, in-house (La)TeX class wasgradually created but, depending on new needs and on the peoplewho were publishing the Newsletter, its development wassomewhat erratic; in particular, it would not have beenpossible to publish its code as it was. In addition, itsdocumentation was non-existent. The Board of Directors of theassociation, elected in November 2020, wished to provide abetter structured, more perennial and documented class, able tobe published on the CTAN. This is now done with the present'letgut' class. # French L'association GUTenberg publie "LaLettre GUTenberg", son bulletin irregulomestriel, depuisfevrier 1993. Pour ce faire, une classe (La)TeX dediee, maison,a peu a peu vu le jour mais, au gre des nouveaux besoins et despersonnes qui ont assure la publication de la Lettre, sondeveloppement a ete quelque peu erratique ; il n'auraitnotamment pas ete possible de publier son code en l'etat. Enoutre, sa documentation etait inexistante. Le Conseild'Administration de l'association, elu en novembre 2020, asouhaite fournir une classe mieux structuree, davantage perenneet documentee, a meme d'etre publiee sur le CTAN. C'estdesormais chose faite avec la presente classe letgut. | Class for the newsletter "La Lettre GUTenberg" of the French TeX User Group GUTenberg | 3 | 工具 + texlive-letltxmacro | texlive | TeX's \let assignment does not work for LaTeX macros withoptional arguments or for macros that are defined as robustmacros by \DeclareRobustCommand. This package defines\LetLtxMacro that also takes care of the involved internalmacros. | Let assignment for LaTeX macros | 3 | 工具 + texlive-letterspacing | texlive | Space out the letters of text; the command is\letterspace<\hbox modifier>{<text>}: the text is placed in an\hbox of the specified size, and space is inserted between eachglyph to make the text fit the box. Note that letterspacing isnot ordinarily considered acceptable in modern typesetting ofEnglish. | Letter spacing | 3 | 工具 + texlive-letterswitharrows | texlive | This package provides LaTeX math-mode commands for setting leftand right arrows over mathematical symbols so that the arrowsdynamically scale with the symbols. While it is possible to setarrows over longer strings of symbols, the focus lies on singlecharacters. | Draw arrows over math letters | 3 | 工具 + texlive-lettre | texlive | Developed from the ancestor of the standard letter class, atthe Observatoire de Geneve. | Letters and faxes in French | 3 | 工具 + texlive-lettre-doc | texlive | Documentation for lettre | Documentation for lettre | 3 | 库 + texlive-lettrine | texlive | The lettrine package supports various dropped capitals styles,typically those described in the French typographic books. Inparticular, it has facilities for the paragraph text's leftedge to follow the outline of capitals that have a regularshape (such as "A" and "V"). | Typeset dropped capitals | 3 | 工具 + texlive-lettrine-doc | texlive | Documentation for lettrine | Documentation for lettrine | 3 | 库 + texlive-levy | texlive | These fonts are derivatives of Kunth's CM fonts. Macros for usewith Plain TeX are included in the package; for use with LaTeX,see lgreek (with English documentation) or levy (with Germandocumentation). | Fonts for typesetting classical greek | 3 | 工具 + texlive-levy-doc | texlive | Documentation for levy | Documentation for levy | 3 | 库 + texlive-lewis | texlive | The package provides rudimentary support for drawing LewisStructures. Support is limited to elements that support theoctet rule. | Draw Lewis structures | 3 | 库 + texlive-lewis-doc | texlive | Documentation for lewis | Documentation for lewis | 3 | 库 + texlive-lexend | texlive | The purpose of this package is pretty straight forward: TheLexend font collection has been designed by Dr. BonnieShaver-Troup and Thomas Jockin to make reading easier foreveryone. Now my goal is it to bring this wonderful collectionto world of LaTeX. | The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec | 3 | 工具 + texlive-lexikon | texlive | lexikon package | Macros for a two language dictionary | 3 | 工具 + texlive-lexikon-doc | texlive | Documentation for lexikon | Documentation for lexikon | 3 | 库 + texlive-lexref | texlive | The package is aimed at continental lawyers (especially thosein Switzerland and Germany), allowing the user to makereferences to legal provisions conveniently and uniformly. Thepackage also allows the user to add cited Acts to anomenclature list (automatically), and to build specificindexes for each cited Act. The package is still underdevelopment, and should be treated as an 'alpha'-release. | Convenient and uniform references to legal provisions | 3 | 工具 + texlive-lexref-doc | texlive | Documentation for lexref | Documentation for lexref | 3 | 库 + texlive-lfb | texlive | This is a Greek font written in Metafont, with inspiration fromthe Bodoni typefaces in old books. It is stylistically a littlemore exotic than the standard textbook Greek fonts,particularly in glyphs like the lowercase rho and kappa. Itaims for a rather calligraphic feel, but seems to blend wellwith Computer Modern. There is a ligature scheme whichautomatically inserts the breathings required for ancienttexts, making the input text more readable than in someschemes. | A Greek font with normal and bold variants | 3 | 库 + texlive-lfb-doc | texlive | Documentation for lfb | Documentation for lfb | 3 | 库 + texlive-lgreek | texlive | A conversion of Silvio Levy's Plain TeX macros for use withLaTeX. | LaTeX macros for using Silvio Levy's Greek fonts | 3 | 工具 + texlive-lgreek-doc | texlive | Documentation for lgreek | Documentation for lgreek | 3 | 库 + texlive-lh | texlive | The LH fonts address the problem of the wide variety ofalphabets that are written with Cyrillic-style characters. Thefonts are the original basis of the set of T2* and X2 encodingsthat are now used when LaTeX users need to write in Cyrilliclanguages. Macro support in standard LaTeX encodings is offeredthrough the cyrillic and t2 bundles, and the package itselfoffers support for other (more traditional) encodings. Thefonts, in the standard T2* and X2 encodings are available inAdobe Type 1 format, in the CM-Super family of fonts. Thepackage also offers its own LaTeX support for OT2 encodedfonts, CM bright shaped fonts and Concrete shaped fonts. | Cyrillic fonts that support LaTeX standard encodings | 3 | 工具 + texlive-lhcyr | texlive | A collection of three LaTeX 2e styles intended for typesettingRussian and bilingual English-Russian documents, using the lhfonts and without the benefit of babel's language-switchingmechanisms. The packages (lhcyralt and lhcyrwin for use underemTeX, and lhcyrkoi for use under teTeX) provide mappingsbetween the input encoding and the font encoding (which isdescribed as OT1). The way this is done does not match the wayinputenc would do the job, for output via fontenc to one of theT2 series of font encodings. | A non-standard Cyrillic input scheme | 3 | 工具 + texlive-lh-doc | texlive | Documentation for lh | Documentation for lh | 3 | 库 + texlive-lhelp | texlive | This package defines macros which are useful for manydocuments. It is a large collection of simple 'little helpers'which do not really warrant a separate package on their own.Included are, among other things, definitions of common unitswith preceeding thinspaces, framed boxes where both width andheight can be specified, starting new odd or even pages, draftmarkers, notes, conditional includes, including EPS files, andversions of enumerate and itemize which allow the horizontaland vertical spacing to be changed. | Miscellaneous helper packages | 3 | 工具 + texlive-lhelp-doc | texlive | Documentation for lhelp | Documentation for lhelp | 3 | 库 + texlive-lib | texlive-base | TeX specific shared libraries. | Shared libraries for TeX-related files | 3 | 工具 + texlive-lib-devel | texlive-base | Development files for TeX specific shared libraries. | Development files for TeX specific shared libraries | 3 | 工具 + texlive-libertine | texlive | The package provides the Libertine and Biolinum fonts in bothType 1 and OTF styles, together with support macros for theiruse. Monospaced and display fonts, and the "keyboard" set arealso included, in OTF style, only. The mweights package is usedto manage the selection of font weights. The package supersedesboth the libertineotf and the libertine-legacy packages. | Use of Linux Libertine and Biolinum fonts with LaTeX | 3 | 工具 + texlive-libertine-doc | texlive | Documentation for libertine | Documentation for libertine | 3 | 库 + texlive-libertinegc | texlive | The package provides LaTeX support files to access the Greekand Cyrillic glyphs in LinuxLibertine. It functions as an add-on to the libertine package, using filenames and macro namesthat are compatible with that package. Supported encodings:LGR, T2A, T2B, T2C, OT2. | Libertine add-on to support Greek and Cyrillic | 3 | 工具 + texlive-libertinegc-doc | texlive | Documentation for libertinegc | doc files of libertinegc | 3 | 库 + texlive-libertinus | texlive | This package is only a wrapper for the the two packageslibertinus-type1 (pdfLaTeX) and libertinus-otf(LuaLaTeX/XeLaTeX). The Libertinus fonts are similiar toLibertine and Biolinum, but come with math symbols. | The Libertinus font family | 3 | 工具 + texlive-libertinus-doc | texlive | Documentation for libertinus | doc files of libertinus | 3 | 库 + texlive-libertinus-fonts | texlive | This is a fork of the Linux Libertine and Linux Biolinum fontsthat started as an OpenType math companion of the Libertinefont family, but grown as a full fork to address some of thebugs in the fonts. The family consists of: Libertinus Serif:forked from Linux Libertine. Libertinus Sans: forked from LinuxBiolinum. Libertinus Mono: forked from Linux Libertine Mono.Libertinus Math: an OpenType math font for use in OpenTypemath-capable applications like LuaTeX, XeTeX or MS Word 2007+. | The Libertinus font family | 3 | 工具 + texlive-libertinus-otf | texlive | This package offers LuaLaTeX/XeLaTeX support for the LibertinusOpenType fonts maintained by Khaled Hosny. Missing fonts aredefined via several font feature settings. The Libertinus fontsare similiar to Libertine and Biolinum, but come with mathsymbols. | Support for Libertinus OpenType | 3 | 工具 + texlive-libertinust1math | texlive | The package provides a Type1 version of Libertinus Math, with anumber of additions and changes, plus LaTeX support files thatallow it to serve as a math accompaniment to Libertine underLaTeX. In addition, with option sansmath, it can function as astandalone math font with sans serif Roman and Greek letters. | A Type 1 font and LaTeX support for Libertinus Math | 3 | 工具 + texlive-libertinust1math-doc | texlive | Documentation for libertinust1math | doc files of libertinust1math | 3 | 库 + texlive-libertinus-type1 | texlive | This package provides support for use of Libertinus fonts withtraditional processing engines (LaTeX with dvips or dvipdfmx,or pdfLaTeX). | Support for using Libertinus fonts with LaTeX/pdfLaTeX | 3 | 工具 + texlive-libgreek | texlive | This package allows LaTeX users (especially if usingtraditional LaTeX/pdfLaTeX) to set the Greek letters in mathmode to use the glyphs from the Libertinus Serif or Sans font,via the font support files provided by the libertinus-type1package of Bob Tennent. All Greek letters are defined both in\...up and \...it variants. The style (ISO, TeX, or French i.e. upright) can be modified midway in the document. A "legacy"mode uses font support from the (obsolete) packagehttps://ctan.org/pkg/libertine-legacy which map to the LinuxLibertine or Biolinum fonts. This package is for users whichonly want to customize Greek letters in math mode. | Use Libertine or Biolinum Greek glyphs in mathematics | 3 | 工具 + texlive-libgreek-doc | texlive | Documentation for libgreek | Documentation for libgreek | 3 | 库 + texlive-librarian | texlive | The package extracts information in bib files, makes itavailable in the current document, and sorts lists of entriesaccording to that information and the user's specifications.Citation and bibliography styles can then be written directlyin TeX, without any use of BibTeX. Creating references thusdepends entirely on the user's skill in TeX. The package workswith all formats that use plain TeX's basic syntactic sugar;the distribution includes a third-party file for ConTeXt and astyle file for LaTeX. As an example of use, an Author (Year)style is given in a separate file and explained in thedocumentation. | Tools to create bibliographies in TeX | 3 | 工具 + texlive-librarian-doc | texlive | Documentation for librarian | Documentation for librarian | 3 | 库 + texlive-librebaskerville | texlive | Libre Baskerville is designed by Pablo Impallari. It isprimarily intended to be a web font but is also attractive as aTeX font. As there is currently no bold italic variant, anartificially slanted version of the bold variant has beengenerated. | LaTeX support for the Libre Baskerville family of fonts | 3 | 工具 + texlive-librebaskerville-doc | texlive | Documentation for librebaskerville | Documentation for librebaskerville | 3 | 库 + texlive-librebodoni | texlive | The Libre Bodoni fonts are designed by Pablo Impallari andRodrigo Fuenzalida, based on the 19th century Morris FullerBenton's. | Libre Bodoni fonts with LaTeX support | 3 | 库 + texlive-librebodoni-doc | texlive | Documentation for librebodoni | doc files of librebodoni | 3 | 库 + texlive-librecaslon | texlive | The Libre Caslon fonts are designed by Pablo Impallari.Although they have been designed for use as web fonts, theywork well as conventional text fonts. A bold italic variant isnot currently available. As a stopgap, an artificially slantedbold variant has been created and treated as italic. | Libre Caslon fonts, with LaTeX support | 3 | 库 + texlive-librecaslon-doc | texlive | Documentation for librecaslon | Documentation for librecaslon | 3 | 库 + texlive-librefranklin | texlive | Libre Franklin is an interpretation and expansion based on the1912 Morris Fuller Benton's classic, designed by PabloImpallari, Rodrigo Fuenzalida and Nhung Nguyen. | LaTeX support for the Libre-Franklin family of fonts | 3 | 库 + texlive-libris | texlive | LibrisADF is a sans-serif family designed to mimic Lydian. Thebundle includes: fonts, in Adobe Type 1, TrueType and OpenTypeformats, and LaTeX support macros, for use with the Type 1versions of the fonts. The LaTeX macros depend on the nfssext-cfr bundle. GPL licensing applies the fonts themselves; thesupport macros are distributed under LPPL licensing. | Libris ADF fonts, with LaTeX support | 3 | 工具 + texlive-libris-doc | texlive | Documentation for libris | Documentation for libris | 3 | 库 + texlive-lie-hasse | texlive | This package draws Hasse diagrams of the partially ordered setsof the simple roots of any complex simple Lie algebra. It usesthe Dynkin diagrams package dynkin-diagrams. | Draw Hasse diagrams | 3 | 工具 + texlive-liftarm | texlive | This package can be used to draw liftarms with TikZ. Itprovides several options for the appearance of the liftarms, acommand which connects two liftarms and an environment todescribe a construction. | Draw liftarms | 3 | 工具 + texlive-light-latex-make | texlive-base | This program is yet another build tool specific for LaTeXdocuments. Its aim is to provide a simple way to specify aworkflow of processing LaTeX documents and encourage people toalways explicitly show the right workflow for each document.The main features of the executable llmk are all about theabove purpose. First, you can describe the workflows either inan external file llmk.toml or in a LaTeX document source in theform of magic comments. Further, multiple magic comment formatscan be used. Second, it is fully cross-platform. The onlyrequirement of the program is the texlua command; llmk providesa uniform way to describe the workflows available for nearlyall TeX environments. Third, it behaves exactly the same in anyenvironment. At this point, llmk intentionally does not provideany method for user configuration. Therefore one can guaranteethat for a LaTeX document with an llmk setup, the process oftypesetting the document will be reproduced in any TeXenvironment with the program. | llmk: A build tool for LaTeX documents | 3 | 工具 + texlive-ligtype | texlive | This package suppresses inappropriate ligatures followingspecified rules. Both font and user kerning are appliedcorrectly, and f-glyphs are automatically replaced with theirshort-arm variant (if available). Also there is an emphasis onspeed. By default the package applies German language ligaturesuppression rules. With the help of options and macros it canbe used for other languages as well. The package requiresLuaLaTeX. | Comprehensive ligature suppression functionalities | 3 | 工具 + texlive-lilyglyphs | texlive-base | The package provides the means to include arbitrary elements ofLilypond notation, including symbols from Lilypond's Emmentalerfont, in a LaTeX document. The package uses OpenType fonts, andas a result must be compiled with LuaLaTeX or XeLaTeX. | Access lilypond fragments and glyphs, in LaTeX | 3 | 工具 + texlive-limap | texlive | The Information Mapping method provides a methodology forstructuring and presenting information. It claims to be usefulfor readers who are more concerned about finding the rightinformation than reading the document as a whole. Thus short,highly structured, and context free pieces of information areused. A LaTeX style and a LaTeX class are provided. The stylecontains definitions to typeset maps and blocks according tothe Information Mapping method. The class provides alldefinitions to typeset a whole document. | Typeset maps and blocks according to the Information Mapping method | 3 | 工具 + texlive-limecv | texlive | limecv is a (Xe/Lua)LaTeX document class to write curriculumvitae. It is designed with the following design rules: simple,elegant and clean. To this end, it offers several environmentsand macros for convenience. | A (Xe/Lua)LaTeX document class for curriculum vitae | 3 | 工具 + texlive-lineara | texlive | The linearA package provides a simple interface to two fontswhich include all known symbols, simple and complex, of theLinear A script. This way one can easily replicate Linear A"texts" using modern typographic technology. Note that theLinear A script has not been deciphered yet and probably neverwill be deciphered. | Linear A script fonts | 3 | 工具 + texlive-lineara-doc | texlive | Documentation for lineara | Documentation for linearA | 3 | 库 + texlive-linebreaker | texlive | This package tries to prevent overflow lines in paragraphs orboxes. It changes LuaTeX's \linebreak callback and re-typesetsthe paragraph with increased values of \tolerance and\emergencystretch until the overflow no longer happens. If thatdoesn't help, it chooses the solution with the lowest badness. | Prevent overflow boxes with LuaLaTeX | 3 | 工具 + texlive-linegoal | texlive | The linegoal package provides a macro \linegoal to be used with\setlength: \setlength<some dimen>\linegoal will set <somedimen> to the horizontal length of the remainder of the line.This is achieved using the \pdfsavepos primitive of pdftex,through the zref-savepos package. Example: Some text:\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three &four \\\hline \end{tabularx} will position the table after theinitial text, and make the table fill the rest of the line. | A "dimen" that returns the space left on the line | 3 | 工具 + texlive-linegoal-doc | texlive | Documentation for linegoal | Documentation for linegoal | 3 | 库 + texlive-lineno | texlive | Adds line numbers to selected paragraphs with referencepossible through the LaTeX \ref and \pageref cross referencemechanism. Line numbering may be extended to footnote lines,using the fnlineno package. | Line numbers on paragraphs | 3 | 工具 + texlive-lineno-doc | texlive | Documentation for lineno | Documentation for lineno | 3 | 库 + texlive-ling-macros | texlive | This package contains macros for typesetting glosses and formalexpressions. It covers a range of subfields in formallinguistics. | Macros for typesetting formal linguistics | 3 | 库 + texlive-linguex | texlive | This bundle comprises two packages: The linguex packagefacilitates the formatting of linguist examples, automaticallytaking care of example numbering, indentations, indexedbrackets, and the '*' in grammaticality judgments. The ps-treespackage provides linguistic trees, building on the macros oftree-dvips, but overcoming some of the older package'sshortcomings. | Format linguists' examples | 3 | 工具 + texlive-linguex-doc | texlive | Documentation for linguex | Documentation for linguex | 3 | 库 + texlive-linguisticspro | texlive | The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the LinguisticsPro family of fonts. This family isderived from the Utopia Nova font family, by Andreas Nolda. | LinguisticsPro fonts with LaTeX support | 3 | 工具 + texlive-linop | texlive | This small package aims to provide two simple commands and manyoptions to easily write linear operators as they appear in many-body physics, quantum theory, and linear algebra, in any of theways commonly in use. | Typeset linear operators as they appear in quantum theory or linear algebra | 3 | 工具 + texlive-linop-doc | texlive | Documentation for linop | doc files of linop | 3 | 库 + texlive-lion-msc | texlive | LaTeX class for B.Sc. and M.Sc. reports at Leiden Institute ofPhysics (LION). The purpose of this class is twofold: Itcreates a uniform layout of the student theses from ourdepartment. More importantly it contains several fields on thefront-page that the user needs to fill that are used in theuniversity administration (name, student number and name ofsupervisor) Students are free to change the layout of the textbut should leave the title page as it is. | LaTeX class for B.Sc. and M.Sc. reports at Leiden Institute of Physics (LION). | 3 | 工具 + texlive-lipsum | texlive | This package gives you easy access to 150 paragraphs of theLorem Ipsum dummy text provided by https://lipsum.com, plus agrowing list of other dummy texts in different languages. | Easy access to the Lorem Ipsum dummy text | 3 | 工具 + texlive-lipsum-doc | texlive | Documentation for lipsum | Documentation for lipsum | 3 | 库 + texlive-lisp-on-tex | texlive | The package provides a LISP interpreter written using TeXmacros; it is provided as a LaTeX package. The interpreterstatic scoping, dynamic typing, and eager evaluation. | Execute LISP code in a LaTeX document | 3 | 库 + texlive-lisp-on-tex-doc | texlive | Documentation for lisp-on-tex | Documentation for lisp-on-tex | 3 | 库 + texlive-listbib | texlive-base | Generates listings of bibliographic data bases in BibTeX format-- for example for archival purposes. Included is a listbib.bstwhich is better suited for this purpose than the standardstyles. | Lists contents of BibTeX files | 3 | 工具 + texlive-listing | texlive | The listing environment is provided and is similar to figureand table, although it is not a floating environment. Includessupport for \caption, \label, \ref, and introduces\listoflistings, \listingname, \listlistingname. It produces a.lol file. It does not change \@makecaption (unless the optionbigcaptions is used), so packages that change the layout of\caption still work. | Produce formatted program listings | 3 | 工具 + texlive-listing-doc | texlive | Documentation for listing | Documentation for listing | 3 | 库 + texlive-listings | texlive | The package enables the user to typeset programs (programmingcode) within LaTeX; the source code is read directly by TeX--nofront-end processor is needed. Keywords, comments and stringscan be typeset using different styles (default is bold forkeywords, italic for comments and no special style forstrings). Support for hyperref is provided. To use,\usepackage{listings}, identify the language of the object totypeset, using a construct like: \lstset{language=Python}, thenuse environment lstlisting for inline code. External files maybe formatted using \lstinputlisting to process a given file inthe form appropriate for the current language. Short (in-line)listings are also available, using either \lstinline|...| or|...| (after defining the | token with the \lstMakeShortInlinecommand). | Typeset source code listings using LaTeX | 3 | 工具 + texlive-listings-doc | texlive | Documentation for listings | Documentation for listings | 3 | 工具 + texlive-listings-ext | texlive-base | The package provides a means of marking a source, so thatsamples of it may be included in a document (by means of thelistings package) in a stable fashion, regardless of any changeto the source. The markup in the source text defines tags forblocks of source. These tags are processed by a shell script tomake a steering file that is used by the package when LaTeX isbeing run. | Automated input of source | 3 | 工具 + texlive-listingsutf8 | texlive | Package listings does not support files with multi-byteencodings such as UTF-8. In the case of \lstinputlisting, asimple workaround is possible if a one-byte encoding existsthat the file can be converted to. The package requires thee-TeX extensions under pdfTeX (in either PDF or DVI outputmode). | Allow UTF-8 in listings input | 3 | 工具 + texlive-listlbls | texlive | The package aims to help a LaTeX author to keep track of alldefined labels by typesetting a complete list of labelswherever the author requests it. (Of course, the user may needto have additional LaTeX runs to get the references right. )This package is based on an answer David Carlisle gave onTeX/Stackexchange in the thread 'List of all labels withhyperlinks'. | Creates a list of all labels used throughout a document | 3 | 工具 + texlive-listlbls-doc | texlive | Documentation for listlbls | Documentation for listlbls | 3 | 库 + texlive-listliketab | texlive | The listliketab package helps the user make list-like tabulars,i.e., a tabular that is indistinguishable from an itemize orenumerate environment. The advantage of using a tabular is thatthe user can add additional columns to each entry in the list. | Typeset lists as tables | 3 | 工具 + texlive-listliketab-doc | texlive | Documentation for listliketab | Documentation for listliketab | 3 | 库 + texlive-listofitems | texlive | This simple package is designed to read a list of items whoseparsing character may be selected by the user. Once the list isread, its items are stored in a structure that behaves as adimensioned array. As such, it becomes very easy to access anitem in the list by its number. For example, if the list isstored in the macro \foo, the item #3 is designated by \foo[3].A component may, in turn, be a list with a parsing delimiterdifferent from the parent list, paving the way for nesting andemploying a syntax reminiscent of an array of severaldimensions of the type \foo[3,2] to access the item #2 of thelist contained within the item #3 of the top-tier list. | Grab items in lists using user-specified sep char | 3 | 工具 + texlive-listofsymbols | texlive | Listofsymbols provides commands to automatically create a listof symbols (also called notation or nomenclature), and tohandle symbols logically, i.e. define a macro that is expandedto the desired output and use the macro in the text rather than`hardcoding' the output into the text. This helps to ensureconsistency throughout the text, especially if there is achance that symbols will be changed at some stage. The packageis more or less a combination of what the packages nomencl andformula do. The concept of creating the list of symbols,though, is different from the way nomencl.sty does it. | Create and manipulate lists of symbols | 3 | 工具 + texlive-listofsymbols-doc | texlive | Documentation for listofsymbols | Documentation for listofsymbols | 3 | 库 + texlive-lithuanian | texlive | This language support package provides: Lithuanian languagehyphenation patterns; Lithuanian support for Babel; Lithuanianmapping and metrics for using the URW base-35 Type 1 fonts;examples for making Lithuanian fonts with fontinst; and extratools for intputenc and fontinst. | Lithuanian language support | 3 | 工具 + texlive-lithuanian-doc | texlive | Documentation for lithuanian | Documentation for lithuanian | 3 | 库 + texlive-liturg | texlive | The packages offers simple macros for typesetting Catholicliturgical texts, particularly Missal and Breviary texts. Thepackage assumes availability of Latin typesetting packages. | Support for typesetting Catholic liturgical texts | 3 | 工具 + texlive-liturg-doc | texlive | Documentation for liturg | Documentation for liturg | 3 | 库 + texlive-lkproof | texlive | The package defines a pair of commands \infer and \deduce, thatare used in constructing LK proof diagrams. | LK Proof figure macros | 3 | 工具 + texlive-lkproof-doc | texlive | Documentation for lkproof | Documentation for lkproof | 3 | 库 + texlive-llncs | texlive | This is Springer's official macro package for typesettingcontributions to be published in Springer's Lecture Notes inComputer Science (LNCS) and its related proceedings seriesCCIS, LNBIP, LNICST, and IFIP AICT. | Document class and bibliography style for Lecture Notes in Computer Science (LNCS) | 3 | 工具 + texlive-llncsconf | texlive | The package extends Springer's llncs class for addingadditional notes describing the status of the paper (submitted,accepted) as well as for creating author-archived versions thatinclude the references to the official version hosted bySpringer (as requested by the copyright transfer agreement forSpringer's LNCS series). | LaTeX package extending Springer's llcns class | 3 | 工具 + texlive-lm | texlive | The Latin Modern family of fonts consists of 72 text fonts and20 mathematics fonts, and is based on the Computer Modern fontsreleased into public domain by AMS (copyright (c) 1997 AMS).The lm font set contains a lot of additional characters, mainlyaccented ones, but not exclusively. There is one set of fonts,available both in Adobe Type 1 format (*.pfb) and in OpenTypeformat (*.otf). There are five sets of TeX Font Metric files,corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5(Vietnamese) encoding (t5-*.tfm); and Text Companion for ECfonts aka TS1 (ts1-*.tfm). | Latin modern fonts in outline formats | 3 | 工具 + texlive-lmake | texlive | The package provides commands to simplify processing ofsequential list-like structures, such as making a series of'similar' commands from a list of names. | Process lists to do repetitive actions | 3 | 工具 + texlive-lmake-doc | texlive | Documentation for lmake | Documentation for lmake | 3 | 工具 + texlive-lm-doc | texlive | Documentation for lm | Documentation for lm | 3 | 库 + texlive-lm-math | texlive | Latin Modern Math is a maths companion for the Latin Modernfamily of fonts, in OpenType format. For use with LuaLaTeX orXeLaTeX, support is available from the unicode-math package. | OpenType maths fonts for Latin Modern | 3 | 工具 + texlive-lm-math-doc | texlive | Documentation for lm-math | Documentation for lm-math | 3 | 库 + texlive-lni | texlive | This is the official version of the class "lni" for submissionsto the Lecture Notes in Informatics published by theGesellschaft fur Informatik. To use it, download the filelni-author-template.tex and edit it in your favorite LaTeXeditor. | Official class for the "Lecture Notes in Informatics" | 3 | 工具 + texlive-lobster2 | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Lobster Two family of fonts, designed by PabloImpallari. This is a family of script fonts with many ligaturesand terminal forms; for the best results, use XeLaTeX orLuaLaTeX. There are two weights and italic variants for both. | Lobster Two fonts, with support for all LaTeX engines | 3 | 库 + texlive-lobster2-doc | texlive | Documentation for lobster2 | Documentation for lobster2 | 3 | 库 + texlive-locality | texlive | A toolbox of macros designed to allow the LaTeX programmer towork around some of the restrictions of the TeX groupingmechanisms. The present release offers a preliminary view ofthe package; not all of its facilities are working optimally | Various macros for keeping things local | 3 | 工具 + texlive-locality-doc | texlive | Documentation for locality | Documentation for locality | 3 | 库 + texlive-localloc | texlive | This package approaches the problem of the shortage ofregisters, by providing a mechanism for local allocation. Thepackage works with Plain TeX, LaTeX and LaTeX 2.09. | Macros for localizing TeX register allocations | 3 | 工具 + texlive-localloc-doc | texlive | Documentation for localloc | Documentation for localloc | 3 | 库 + texlive-logbox | texlive | The command \logbox does \showbox without stopping thecompilation. The package's main command is \viewbox*: the boxis typeset (copied) with its dimensions, and its contents arelogged in the .log file. | e-TeX showbox facilities for exploration purposes | 3 | 工具 + texlive-logbox-doc | texlive | Documentation for logbox | Documentation for logbox | 3 | 服务 + texlive-logical-markup-utils | texlive | The bundle contains two packages: quoted, for insertingquotation marks; and onedash, for inserting dashes. Eachpackage takes a language name as an option; accepted languageoptions are american, british, german and polish. | Packages for language-dependent inline quotes and dashes | 3 | 工具 + texlive-logical-markup-utils-doc | texlive | Documentation for logical-markup-utils | Documentation for logical-markup-utils | 3 | 工具 + texlive-logicproof | texlive | A common style of proof used in propositional and predicatelogic is Fitch proofs, in which each line of the proof has astatement and a justification, and subproofs within a largerproof have boxes around them. The package provides environmentsfor typesetting such proofs and boxes. It creates proofs in astyle similar to that used in "Logic in Computer Science" byHuth and Ryan. | Box proofs for propositional and predicate logic | 3 | 工具 + texlive-logicproof-doc | texlive | Documentation for logicproof | Documentation for logicproof | 3 | 库 + texlive-logicpuzzle | texlive | The package allows the user to typeset various logic puzzles.At the moment the following puzzles are supported: 2D-Sudoku(aka Magiequadrat, Diagon, ...), Battleship (aka Bimaru,Marinespiel, Batalla Naval, ...), Bokkusu (aka Kakurasu,Feldersummenratsel, ...), Bridges (akak Bruckenbau, Hashi,...), Chaos Sudoku, Four Winds (aka Eminent Domain,Lichtstrahl, ...), Hakyuu (aka Seismic, Ripple Effect, ...),Hitori, Kakuro, Kendoku (aka Mathdoku, Calcudoku, Basic,MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., KillerSudoku (aka Samunapure, Sum Number Place, Sumdoku,Gebietssummen, ...), Laser Beam (aka Laserstrahl, ...), MagicLabyrinth (aka Magic Spiral, Magisches Labyrinth, ...), Magnets(aka Magnetplatte, Magnetfeld, ...), Masyu (aka Mashi,{White|Black} Pearls, ...), Minesweeper (aka Minensuche, ...),Nonogram (aka Griddlers, Hanjie, Tsunami, Logic Art, Logimage,...), Number Link (aka Alphabet Link, Arukone, Buchstabenbund,...), Resuko, Schatzsuche, Skyline (aka Skycrapers,Wolkenkratzer, Hochhauser, ...), including Skyline Sudoku andSkyline Sudoku (N*N) variants, Slitherlink (aka Fences, NumberLine, Dotty Dilemma, Sli-Lin, Takegaki, Great Wall of China,Loop the Loop, Rundweg, Gartenzaun, ...), Star Battle (akaSternenschlacht, ...), Stars and Arrows (aka Sternenhimmel,...), Sudoku, Sun and Moon (aka Sternenhaufen, Munraito, ...),Tents and Trees (aka Zeltlager, Zeltplatz, Camping, ...), andTunnel. | Typeset (grid-based) logic puzzles | 3 | 工具 + texlive-logicpuzzle-doc | texlive | Documentation for logicpuzzle | Documentation for logicpuzzle | 3 | 工具 + texlive-logix | texlive | The package provides a Unicode font with over 4,000 symbols tosupplement the Unicode math symbols. It is compatible with andcomplements the AMS STIX2 math fonts, but focuses on newsymbols and symbol variants more suited to work in logic. | Supplement to the Unicode math symbols | 3 | 库 + texlive-logpap | texlive | The logpap package provides four macros for drawing logarithmic-logarithmic, logarithmic-linear, linear-logarithmic and(because it was easy to implement) linear-linear graph paperwith LaTeX. | Generate logarithmic graph paper with LaTeX | 3 | 工具 + texlive-logpap-doc | texlive | Documentation for logpap | Documentation for logpap | 3 | 服务 + texlive-logreq | texlive | The package helps to automate a typical LaTeX workflow thatinvolves running LaTeX several times, running tools such asBibTeX or makeindex, and so on. It will log requests like"please rerun LaTeX" or "please run BibTeX on file X" to anexternal XML file which lists all open tasks in a machine-readable format. Compiler scripts and integrated LaTeX editingenvironments may parse this file to determine the next steps inthe workflow in a way that is more efficient than parsing themain log file. In sum, the package will do two things: enablepackage authors to use LaTeX commands to issue requests,collect all requests from all packages and write them to anexternal XML file at the end of the document. | Support for automation of the LaTeX workflow | 3 | 工具 + texlive-logreq-doc | texlive | Documentation for logreq | Documentation for logreq | 3 | 库 + texlive-lollipop | texlive-base | Lollipop is "TeX made easy" -- it is a macro package thatfunctions as a toolbox for writing TeX macros. Its main aim isto make macro writing so easy that implementing a fully newlayout in TeX would become a matter of less than an hour for anaverage document. The aim is that such a task could beaccomplished by someone with only a very basic training in TeXprogramming. Thus, Lollipop aims to make structured textformatting available in environments where typical users wouldswitch to WYSIWYG packages for the freedom that such amechanism offers. In addition, development of support forLollipop documents written in RTL languages (such as Persian)is underway. | TeX made easy | 3 | 工具 + texlive-longdivision | texlive | This package solves long division problems and typesets thesolutions. The dividend must be a positive decimal number andthe divisor must be a positive integer. Repeating decimals ishandled correctly, putting a bar over the repeated part of thedecimal. Dividends up to 20 digits long are handled gracefully(though the typeset result will take up about a page), anddividends between 20 and 60 digits long slightly lessgracefully. The package defines two macros, \longdivision and\intlongdivision. Each takes two arguments, a dividend and adivisor. \longdivision keeps dividing until the remainder iszero, or it encounters a repeated remainder. \intlongdivisionstops when the dividend stops (though the dividend doesn't haveto be an integer). This package depends on the xparse packagefrom the l3packages bundle. | Long division arithmetic problems | 3 | 工具 + texlive-longfbox | texlive | The longfbox package provides framed boxes that can becustomized using standard CSS attributes. It was written tosupport precise rendering of Madoko documents in LaTeX. | Draw framed boxes with standard CSS attributes that can break over multiple pages | 3 | 工具 + texlive-longfbox-doc | texlive | Documentation for longfbox | doc files of longfbox | 3 | 库 + texlive-longfigure | texlive | The longfigure package uses and relabels components of the well-known longtable package, written by David Carlisle, to providea table-like environment that can display a stream of figuresas a single figure that can break across pages. | Provides a figure-like environment that break over pages | 3 | 工具 + texlive-longfigure-doc | texlive | Documentation for longfigure | Documentation for longfigure | 3 | 库 + texlive-longnamefilelist | texlive | The package equips LaTeX's \listfiles command with an optionalargument for the number of characters in the longest basefilename. This way you get a neatly aligned file list even whenit contains files whose base names have more than 8 characters.The package can be combined with the myfilist package asexplained in the documentation. | Tidy \listfiles with long file names | 3 | 工具 + texlive-longnamefilelist-doc | texlive | Documentation for longnamefilelist | Documentation for longnamefilelist | 3 | 库 + texlive-loops | texlive | The package provides efficient looping macros for processingboth csv (separated-values) and nsv/tsv (non-separated values)lists. CSV lists which have associated parsers may be processedwith the tools of the package. | General looping macros for use with LaTeX | 3 | 工具 + texlive-loops-doc | texlive | Documentation for loops | Documentation for loops | 3 | 库 + texlive-lpform | texlive | The package is designed to aid the author writing linearprogramming formulations, one restriction at a time. With thepackage, one can easily label equations, formulations can spanmultiple pages and several elements of the layout (such asspacing, texts and equation tags) are also customizable.Besides linear programming formulations, this package can alsobe used to display any series of aligned equations with easylabeling/referencing and other customization options. | Typesetting linear programming formulations and sets of equations | 3 | 工具 + texlive-lpform-doc | texlive | Documentation for lpform | Documentation for lpform | 3 | 库 + texlive-lpic | texlive | The package defines a convenient interface to put any LaTeXmaterial on top of included graphics. The LaTeX material mayalso be rotated and typeset on top of a white box overshadowingthe graphics. The coordinates of the LaTeX boxes are givenrelative to the original, unscaled graphics; when the graphicsis rescaled, the LaTeX annotations stay at their right places(unless you do something extreme). In a draft mode, the packageenables you to draw a coordinate grid over the picture for easyadjustment of positions of the annotations. | Put LaTeX material over included graphics | 3 | 工具 + texlive-lpic-doc | texlive | Documentation for lpic | Documentation for lpic | 3 | 库 + texlive-lplfitch | texlive | The package provides macros for typesetting natural deductionproofs in "Fitch" style, with subproofs indented and offset byscope lines. The proofs from use of the package are in theformat used in the textbook Language, Proof, and Logic by DaveBarker-Plummer, Jon Barwise, and John Etchemendy. | Fitch-style natural deduction proofs | 3 | 工具 + texlive-lplfitch-doc | texlive | Documentation for lplfitch | Documentation for lplfitch | 3 | 库 + texlive-lps | texlive | The 'Logic and Philosophy of Science' journal is an onlinepublication of the University of Trieste (Italy). The classbuilds on the standard article class to offer a format thatLaTeX authors may use when submitting to the journal. | Class for "Logic and Philosophy of Science" | 3 | 工具 + texlive-lps-doc | texlive | Documentation for lps | Documentation for lps | 3 | 服务 + texlive-lroundrect | texlive | This LaTeX package provides ways to use the extremelyconfigurable rounded rectangles of the roundrect MetaPostpackage with LaTeX. It is chiefly useful for examples, but alsohas macros for particular types of boxes which are useful ontheir own. | LaTeX macros for utilizing the roundrect MetaPost routines | 3 | 工具 + texlive-lroundrect-doc | texlive | Documentation for lroundrect | doc files of lroundrect | 3 | 库 + texlive-lsc | texlive | This package is similar to the msc package in that it providesmacros for typesetting a variant of sequence diagrams, in thiscase the Live Sequence Charts of Damm and Harel. The packagesupports the full LSC language of the original LSC paper, theKlose-extensions for formal verification and some of the Harel-extensions for the Play-In/Play-Out approach (cf. the manual). | Typesetting Live Sequence Charts | 3 | 工具 + texlive-lsc-doc | texlive | Documentation for lsc | Documentation for lsc | 3 | 库 + texlive-lshort-bulgarian-doc | texlive | Documentation for lshort-bulgarian | Documentation for lshort-bulgarian | 3 | 库 + texlive-lshort-chinese-doc | texlive | Documentation for lshort-chinese | Documentation for lshort-chinese | 3 | 工具 + texlive-lshort-czech-doc | texlive | Documentation for lshort-czech | Documentation for lshort-czech | 3 | 库 + texlive-lshort-dutch-doc | texlive | Documentation for lshort-dutch | Documentation for lshort-dutch | 3 | 库 + texlive-lshort-english-doc | texlive | Documentation for lshort-english | Documentation for lshort-english | 3 | 工具 + texlive-lshort-estonian-doc | texlive | Documentation for lshort-estonian | doc files of lshort-estonian | 3 | 工具 + texlive-lshort-finnish-doc | texlive | Documentation for lshort-finnish | Documentation for lshort-finnish | 3 | 库 + texlive-lshort-french-doc | texlive | Documentation for lshort-french | Documentation for lshort-french | 3 | 库 + texlive-lshort-german-doc | texlive | Documentation for lshort-german | Documentation for lshort-german | 3 | 库 + texlive-lshort-italian-doc | texlive | Documentation for lshort-italian | Documentation for lshort-italian | 3 | 工具 + texlive-lshort-japanese-doc | texlive | Documentation for lshort-japanese | Documentation for lshort-japanese | 3 | 工具 + texlive-lshort-korean-doc | texlive | Documentation for lshort-korean | Documentation for lshort-korean | 3 | 工具 + texlive-lshort-mongol-doc | texlive | Documentation for lshort-mongol | Documentation for lshort-mongol | 3 | 库 + texlive-lshort-persian-doc | texlive | Documentation for lshort-persian | Documentation for lshort-persian | 3 | 库 + texlive-lshort-polish-doc | texlive | Documentation for lshort-polish | Documentation for lshort-polish | 3 | 库 + texlive-lshort-portuguese-doc | texlive | Documentation for lshort-portuguese | Documentation for lshort-portuguese | 3 | 工具 + texlive-lshort-russian-doc | texlive | Documentation for lshort-russian | Documentation for lshort-russian | 3 | 库 + texlive-lshort-slovak-doc | texlive | Documentation for lshort-slovak | Documentation for lshort-slovak | 3 | 库 + texlive-lshort-slovenian-doc | texlive | Documentation for lshort-slovenian | Documentation for lshort-slovenian | 3 | 库 + texlive-lshort-spanish-doc | texlive | Documentation for lshort-spanish | Documentation for lshort-spanish | 3 | 工具 + texlive-lshort-thai-doc | texlive | Documentation for lshort-thai | Documentation for lshort-thai | 3 | 库 + texlive-lshort-turkish-doc | texlive | Documentation for lshort-turkish | Documentation for lshort-turkish | 3 | 工具 + texlive-lshort-ukr-doc | texlive | Documentation for lshort-ukr | Documentation for lshort-ukr | 3 | 工具 + texlive-lshort-vietnamese-doc | texlive | Documentation for lshort-vietnamese | Documentation for lshort-vietnamese | 3 | 工具 + texlive-lstaddons | texlive | The bundle contains a small collection of add-on packages forthe listings package. Current packages are: lstlinebgrd: colourthe background of some or all lines of a listing; andlstautogobble: set the standard "gobble" option to the indentof the first line of the code. | Add-on packages for listings: autogobble and line background | 3 | 工具 + texlive-lstaddons-doc | texlive | Documentation for lstaddons | Documentation for lstaddons | 3 | 库 + texlive-lstbayes | texlive | The package provides language drivers for the listings packagefor several languages not included in that package: BUGS, JAGS,and Stan. | Listings language driver for Bayesian modeling languages | 3 | 库 + texlive-lstbayes-doc | texlive | Documentation for lstbayes | doc files of lstbayes | 3 | 库 + texlive-lstfiracode | texlive | The lstfiracode package defines FiraCodeStyle for the use withthe listings package. This style contains almost all ligaturesin Nikita Prokopov's Fira Code family of fonts. | Use Fira Code font for listings | 3 | 工具 + texlive-lt3graph | texlive | The package defines a 'graph' data structure, for use indocuments that are using the experimental LaTeX 3 syntax. | Provide a graph datastructure for experimental LaTeX3 | 3 | 工具 + texlive-lt3graph-doc | texlive | Documentation for lt3graph | Documentation for lt3graph | 3 | 库 + texlive-lt3luabridge | texlive | This is an expl3(-generic) package for plain TeX, LaTeX, andConTeXt that allows you to execute Lua code in LuaTeX or anyother TeX engine that exposes the shell. | Execute Lua code in any TeX engine that exposes the shell | 3 | 工具 + texlive-lt3rawobjects | texlive | This package introduces a new mechanism to create objects likethe well known C structures. The functions exported by thispackage are quite low level, and many important mechanisms likemember protection and name resolution aren't already definedand should be introduced by intermediate packages. | Objects and proxies in LaTeX3 | 3 | 工具 + texlive-ltablex | texlive | Modifies the tabularx environment to combine the features ofthe tabularx package (auto-sized columns in a fixed widthtable) with those of the longtable package (multi-page tables). | Table package extensions | 3 | 工具 + texlive-ltablex-doc | texlive | Documentation for ltablex | Documentation for ltablex | 3 | 库 + texlive-ltabptch | texlive | A patch for LaTeX bugs tools/3180 and tools/3480. The patchapplies to version 4.11 of longtable. | Bug fix for longtable | 3 | 工具 + texlive-ltabptch-doc | texlive | Documentation for ltabptch | Documentation for ltabptch | 3 | 库 + texlive-ltb2bib | texlive | This package implements a LaTeX command that converts anamsrefs bibliographical database (.ltb) to a BibTeXbibliographical database (.bib). ltb2bib is the reverse of the"amsxport" option in amsrefs. Typical uses are: produce bibentries for some publishers which don't accept amsrefs (Taylor& Francis, for example); import an ltb database in a databasemanagement program, e.g. for sorting; access one's ltb databasewithin emacs's RefTeX mode. | converts amsrefs' .ltb bibliographical databases to BibTeX format | 3 | 工具 + texlive-ltxcmds | texlive | This package exports some utility macros from the LaTeX kernelinto a separate namespace and also makes them available forother formats such as plain TeX. | Some LaTeX kernel commands for general use | 3 | 工具 + texlive-ltxdockit | texlive | This bundle, consisting of a simple wrapper class and somepackages, forms a small LaTeX/BibTeX documentation kit; theauthor uses it for some of his own packages. The package is notsupported: users should not attempt its use unless they arecapable of dealing with problems unaided. (The actual purposeof releasing the package is to make it possible for thirdparties to compile the documentation of other packages, shouldthat be necessary.) | Documentation support | 3 | 工具 + texlive-ltxdockit-doc | texlive | Documentation for ltxdockit | Documentation for ltxdockit | 3 | 库 + texlive-ltxfileinfo | texlive-base | ltxfileinfo displays version information for LaTeX files. If nopath information is given, the file is searched usingkpsewhich. As an extra, for developers, the script will (usethe --star or --color options) check the valididity of the\Provides... statements in the files. The script uses code fromUwe Luck's readprov.sty. | Print version information for a LaTeX file | 3 | 工具 + texlive-ltxguidex | texlive | The ltxguidex document class extends ltxguide with a set ofenvironments and commands that make writing beautiful LaTeXdocumentation easier and more natural. | An extended ltxguide class | 3 | 工具 + texlive-ltximg | texlive-base | The package provides a Perl script that extracts all TikZ andPStricks environments for separate processing to produce images(in eps, pdf, png or jpg format) for use by a converter or thepreview bundle. | Split LaTeX files to sanitise a conversion process | 3 | 库 + texlive-ltxkeys | texlive | The package provides facilities for creating and managing keysin the sense of the keyval and xkeyval packages, but it isintended to be more robust and faster. Its robustness comesfrom its ability to preserve braces in key values throughoutparsing. The need to preserve braces in key values arises oftenin parsing keys (for example, in the xwatermark package). Thepackage is faster than xkeyval package because (among otherthings) it avoids character-wise parsing of key values (called"selective sanitization" by the xkeyval package). The packagealso provides functions for defining and managing keys. | A robust key parser for LaTeX | 3 | 工具 + texlive-ltxkeys-doc | texlive | Documentation for ltxkeys | Documentation for ltxkeys | 3 | 服务 + texlive-ltxmisc | texlive | ltxmisc package | Miscellaneous LaTeX packages, etc | 3 | 工具 + texlive-ltxnew | texlive | The package ltxnew provides \new, \renew and \provide prefixesfor checking definitions. It is designed to work with e-TeXdistributions of LaTeX and relies on the LaTeX internal macro\@ifdefinable. Local allocation of counters, dimensions, skips,muskips, boxes, tokens and marks are provided by the etexpackage. \new and \renew as well as \provide may be used forall kind of control sequences. Please refer to the section"Using \new" of the PDF documentation. | A simple means of creating commands | 3 | 工具 + texlive-ltxnew-doc | texlive | Documentation for ltxnew | Documentation for ltxnew | 3 | 库 + texlive-ltxtools | texlive | This is a bundle of macros that the author uses in the codingof others of his macro files. | A collection of LaTeX API macros | 3 | 工具 + texlive-ltxtools-doc | texlive | Documentation for ltxtools | Documentation for ltxtools | 3 | 库 + texlive-luaaddplot | texlive | This package is an extension to pgfplots. It extends the\addplot macro by a facility which allows modification of datafiles while they are read. With luaaddplot it is no longernecessary to pre-process data files generated by measuringdevices with external scripts. This package can be used withplain LuaTeX or LuaLaTeX. | An extension to pgfplots' \addplot macro | 3 | 工具 + texlive-lua-alt-getopt | texlive | lua_altgetopt is a MIT-licensed module for Lua, for processingapplication arguments in the same way as BSD/GNU getopt_long(3)functions do. This module is made available for lua scriptwriters to have consistent command line parsing routines. | Process application arguments the same way as getopt_long | 3 | 工具 + texlive-lua-alt-getopt-doc | texlive | Documentation for lua-alt-getopt | Documentation for lua-alt-getopt | 3 | 库 + texlive-luabibentry | texlive | The package reimplements bibentry, for use in LuaLaTeX. | Repeat BibTeX entries in a LuaLaTeX document body | 3 | 工具 + texlive-luabibentry-doc | texlive | Documentation for luabibentry | Documentation for luabibentry | 3 | 库 + texlive-luabidi | texlive | The package attempts to emulate the XeTeX bidi package, in tehcontext of LuaTeX. | Bidi functions for LuaTeX | 3 | 工具 + texlive-luabidi-doc | texlive | Documentation for luabidi | Documentation for luabidi | 3 | 库 + texlive-luacas | texlive | This package provides a portable computer algebra systemcapable of symbolic computation, written entirely in Lua,designed for use in LuaLaTeX. Features include:arbitrary-precision integer and rational arithmetic, factoringof univariate polynomials over the rationals and finite fields,number theoretic algorithms, symbolic differentiation andintegration, and more. The target audience for this package aremathematics students, instructors, and professionals who wouldlike some ability to perform basic symbolic computations withinLaTeX without the need for laborious and technical setup. | A computer algebra system for users of LuaLaTeX | 3 | 工具 + texlive-luacensor | texlive | This package provides simple tools for creating redacted Itstools are useful for lawyers, workers in sensitive industries,and others who need to easily produce both unrestrictedversions of documents (for limited, secure release) andrestricted versions of documents (for general release)Redaction is done both by hiding all characters and by slightlyvarying the length of strings to prevent jigsaw identification.It also is friendly to screen readers by adding alt-textindicating redacted content. | Securely redact sensitive information using Lua | 3 | 工具 + texlive-lua-check-hyphen | texlive | The package looks at all hyphenation breaks in the document,comparing them against a white-list prepared by the author. Ifa hyphenation break is found, for which there is no entry inthe white-list, the package flags the line where the breakstarts. The author may then either add the hyphenation to thewhite-list, or adjust the document to avoid the break. | Mark hyphenations in a document, for checking | 3 | 工具 + texlive-lua-check-hyphen-doc | texlive | Documentation for lua-check-hyphen | Documentation for lua-check-hyphen | 3 | 工具 + texlive-luacode | texlive | Executing Lua code from within TeX with directlua can sometimesbe tricky: there is no easy way to use the percent character,counting backslashes may be hard, and Lua comments don't workthe way you expect. The package provides the \luaexec commandand the luacode(*) environments to help with these problems. | Helper for executing lua code from within TeX | 3 | 工具 + texlive-luacode-doc | texlive | Documentation for luacode | Documentation for luacode | 3 | 库 + texlive-luacolor | texlive | This package implements color support based on LuaTeX's nodeattributes. | Color support based on LuaTeX's node attributes | 3 | 工具 + texlive-luafindfont | texlive-base | This Lua script searches for fonts in the font database. It requires Lua 5.3. | Search fonts in the LuaTeX font database | 3 | 工具 + texlive-luahbtex | texlive-base | LuaTeX with HarfBuzz library for glyph shaping. | LuaTeX with HarfBuzz library for glyph shaping | 3 | 工具 + texlive-luahyphenrules | texlive | Preloading hyphenation patterns (or 'hyphen rules.) into anyformat based upon LuaTeX is not required in LuaTeX and recentreleases of babel don't do it anyway. This package is addressedto those who just want to select the languages and load theirpatterns by means of `language.dat` without loading `babel`. | Loading patterns in LuaLaTeX with language.dat | 3 | 工具 + texlive-luaimageembed | texlive | This package allows to embed images directly as base64-encodedstrings into an LuaLaTeX document. This can be useful, e. g. topackage a document with images into a single TeX file, or withautomatically generated graphics. | Embed images as base64-encoded strings | 3 | 工具 + texlive-luaindex | texlive | Luaindex provides (yet another) index processor, written inLua. | Create index using lualatex | 3 | 工具 + texlive-luaindex-doc | texlive | Documentation for luaindex | Documentation for luaindex | 3 | 库 + texlive-luainputenc | texlive | LuaTeX operates by default in UTF-8 input; thus LaTeX documentsthat need 8-bit character-sets need special treatment. (Infact, LaTeX documents using UTF-8 with "traditional" -- 256-glyph -- fonts also need support from this package.) Thepackage, therefore, replaces the LaTeX standard inputenc foruse under LuaTeX. With a current LuaTeX,the package has thesame behaviour with LuaTeX as inputenc has under pdfTeX. | Replacing inputenc for use in LuaTeX | 3 | 工具 + texlive-luainputenc-doc | texlive | Documentation for luainputenc | Documentation for luainputenc | 3 | 库 + texlive-luaintro-doc | texlive | Documentation for luaintro | Documentation for luaintro | 3 | 库 + texlive-luajittex | texlive-base | LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz. | LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz | 3 | 工具 + texlive-luakeys | texlive | This package provides a Lua module that can parse key-valueoptions like the TeX packages keyval, kvsetkeys, kvoptions,xkeyval, pgfkeys etc. luakeys, however, accomplishes this taskentirely by using the Lua language and does not rely on TeX.Therefore this package can only be used with the TeX engineLuaTeX. Since luakeys uses LPeg, the parsing mechanism shouldbe pretty robust. | A Lua module for parsing key-value options | 3 | 工具 + texlive-lualatex-doc-de-doc | texlive | Documentation for lualatex-doc-de | Documentation for lualatex-doc-de | 3 | 工具 + texlive-lualatex-doc-doc | texlive | Documentation for lualatex-doc | Documentation for lualatex-doc | 3 | 工具 + texlive-lualatex-math | texlive | The package patches a few commands of the LaTeX2e kernel andthe amsmath and mathtools packages to be more compatible withthe LuaTeX engine. It is only meaningful for LuaLaTeX documentscontaining mathematical formulas, and does not exhibit any newfunctionality. The fixes are mostly moved from the unicode-mathpackage to this package since they are not directly related toUnicode mathematics typesetting. | Fixes for mathematics-related LuaLaTeX issues | 3 | 工具 + texlive-lualatex-math-doc | texlive | Documentation for lualatex-math | Documentation for lualatex-math | 3 | 工具 + texlive-lualatex-truncate | texlive | This package provides a wrapper for the truncate package, thusfixing issues related to LuaTeX's hyphenation algorithm. | A wrapper for using the truncate package with LuaLaTeX | 3 | 工具 + texlive-lualibs | texlive | Lualibs is a collection of Lua modules useful for generalprogramming. The bundle is based on lua modules shipped withConTeXt, and are made available in this bundle for use independentof ConTeXt. | Additional Lua functions for LuaTeX macro programmers | 3 | 工具 + texlive-lualibs-doc | texlive | Documentation for lualibs | Documentation for lualibs | 3 | 库 + texlive-luamathalign | texlive | Allow aligning mathematical expressions on points where wheredirecly using & is not possible, especially in nested macros orenvironments. | More flexible alignment in amsmath environments | 3 | 工具 + texlive-luamesh | texlive | The package allows to compute and draw 2D Delaunaytriangulation. The algorithm is written with lua, and dependingupon the choice of the engine, the drawing is done by MetaPost(with luamplib) or by TikZ. The Delaunay triangulationalgorithm is the Bowyer and Watson algorithm. Several macrosare provided to draw the global mesh, the set of points, or aparticular step of the algorithm. | Computes and draws 2D Delaunay triangulation | 3 | 工具 + texlive-luamodulartables | texlive | The luamodulartables package is developed to generate modular addition andmultiplication tables for positive integers. It provides an easy way togenerate cmodular addition and modular multiplication tables for positiveintegers in LaTeX documents. The commands in the package have optionalarguments for the formatting of tables. These commands can be used in anenvironment similar to a tabular or array environment. The commands canalso be used with the booktabs package, which provides nice formatting oftables in LaTeX. It is written in Lua, and TeX file is to be compiledwith LuaLaTeX engine. | Modular addition and multiplication tables for positive ints | 3 | 工具 + texlive-luamplib | texlive | The package enables the user to specify MetaPost diagrams(which may include colour specifications from the color orxcolor packages) into a document, using LuaTeX's built-inMetaPost library. The facility is only available in PDF mode. | Use LuaTeX's built-in MetaPost interpreter | 3 | 工具 + texlive-luamplib-doc | texlive | Documentation for luamplib | Documentation for luamplib | 3 | 库 + texlive-luaoptions | texlive | This LuaLaTeX package provides extensive support for handlingoptions, on package level and locally. It allows thedeclaration of sets of options, along with defaults,expected/allowed values and limited type checking. Theseoptions can be enforced as package options, changed at anypoint during a document, or overwritten locally by optionalmacro arguments. It is also possible to instantiate an Optionsobject as an independent Lua object, without linking it to apackage. Luaoptions can be used to enforce and prepopulateoptions, or it can be used to simply handle the parsing ofoptional key=value arguments into proper Lua tables. | Option handling for LuaLaTeX packages | 3 | 工具 + texlive-luaotfload | texlive-base | The package adopts the TrueType/OpenType Font loader codeprovided in ConTeXt, and adapts it to use in Plain TeX andLaTeX. It works under LuaLaTeX only. | OpenType 'loader' for Plain TeX and LaTeX | 3 | 工具 + texlive-luapackageloader | texlive | This package allows LuaTeX to load packages from the defaultpackage.path and package.cpath locations. This could be usefulto load external Lua modules, including modules installed viaLuaRocks. This package requires ifluatex. | Allow LuaTeX to load external Lua packages | 3 | 工具 + texlive-lua-physical | texlive | This is a pure Lua library, which provides functions andobjects for the computation of physical quantities. The packageprovides units of the SI and the imperial system. In order todisplay the numbers with measurement uncertainties, the packageis able to perform Gaussian error propagation. | Functions and objects for the computation of physical quantities | 3 | 库 + texlive-luaprogtable | texlive | This package allows you to modify a cell based on the contentsof other cells using LaTeX macros. | Programmable table interface for LuaLaTeX | 3 | 工具 + texlive-luapstricks | texlive | This package enables the use of PSTricks directly in LuaLaTeXdocuments, without invoking external programmes, byimplementing a PostScript interpreter in Lua. Therefore it doesnot require shell escape to be enabled or special environments,and instead allows PSTricks to be used exactly like in dvipsbased documents. | A PSTricks backend for LuaLaTeX | 3 | 工具 + texlive-luaquotes | texlive | This package automatically generates quotation marks andpunctuation depending on the selected language. | Smart setting of quotation marks | 3 | 工具 + texlive-luarandom | texlive | This package can create lists of random numbers for any giveninterval [a;b]. It is possible to get lists with or withoutmultiple numbers. The random generator will be initialized bythe system time. The package can only be used with LuaLaTeX! | Create lists of random numbers | 3 | 工具 + texlive-luasseq | texlive | The package is an update of the author's sseq package, for usewith LuaLaTeX. This version uses less memory, and operatesfaster than the original; it also offers several enhancements. | Drawing spectral sequences in LuaLaTeX | 3 | 工具 + texlive-luasseq-doc | texlive | Documentation for luasseq | Documentation for luasseq | 3 | 库 + texlive-luatex | texlive-base | LuaTeX is an extended version of pdfTeX using Lua as anembedded scripting language. The LuaTeX project's mainobjective is to provide an open and configurable variant of TeXwhile at the same time offering downward compatibility. LuaTeXuses Unicode (as UTF-8) as its default input encoding, and isable to use modern (OpenType) fonts (for both text andmathematics). It should be noted that LuaTeX is still underdevelopment; its specification has been declared stable, butabsolute stability may not in practice be assumed. | The LuaTeX engine | 3 | 工具 + texlive-luatex85 | texlive | The package provides emulation of pdfTeX primitives for LuaTeXv0.85+. | pdfTeX aliases for LuaTeX | 3 | 工具 + texlive-luatex85-doc | texlive | Documentation for luatex85 | doc files of luatex85 | 3 | 库 + texlive-luatexbase | texlive | The LaTeX kernel (LaTeX2e 2015/10/01 onward) builds in supportfor LuaTeX functionality, also available as ltluatex.tex forusers of plain TeX and those with older LaTeX kernelimplementations. This support is based on ideas taken from theoriginal luatexbase package, but there are interfacedifferences. This 'stub' package provides a compatibility layerto allow existing packages to upgrade smoothly to the newsupport structure. | Basic resource management for LuaTeX code | 3 | 工具 + texlive-luatexbase-doc | texlive | Documentation for luatexbase | Documentation for luatexbase | 3 | 库 + texlive-luatexja | texlive | The package offers support for typesetting Japanese documentswith LuaTeX. Either of the Plain and LaTeX2e formats may beused with the package. | Typeset Japanese with Lua(La)TeX | 3 | 工具 + texlive-luatexja-doc | texlive | Documentation for luatexja | Documentation for luatexja | 3 | 库 + texlive-luatexko | texlive | This is a Lua(La)TeX macro package that supports typesettingKorean documents including Old Hangul texts. As LuaTeX hasopened up access to almost all the hidden routines of TeXengine, users can obtain more beautiful outcome using thispackage rather than other Hangul macros operating on otherengines. LuaTeX version 1.10+ and luaotfload version 2.96+ arerequired for this package to run. This package also requiresthe cjk-ko package for its full functionality. | Typeset Korean with Lua(La)TeX | 3 | 工具 + texlive-luatexko-doc | texlive | Documentation for luatexko | Documentation for luatexko | 3 | 库 + texlive-luatextra | texlive | The package provides a coherent extended programmingenvironment for use with luaTeX. It loads packages fontspec,luatexbase and lualibs, and provides additional user-levelfeatures and goodies. The package is under development, and itsspecification may be expected to change. | Additional macros for Plain TeX and LaTeX in LuaTeX | 3 | 工具 + texlive-luatextra-doc | texlive | Documentation for luatextra | Documentation for luatextra | 3 | 工具 + texlive-luatodonotes | texlive | The package allows the user to insert comments into a documentthat suggest (for example) further editing that may be needed.The comments are shown in the margins alongside the text;different styles for the comments may be used; the styles areselected using package options. The package is based on thepackage todonotes, and depends heavily on Lua, so it can onlybe used with LuaLaTeX. | Add editing annotations in a LuaLaTeX document | 3 | 工具 + texlive-luatodonotes-doc | texlive | Documentation for luatodonotes | Documentation for luatodonotes | 3 | 库 + texlive-luatruthtable | texlive | This package provides an easy way for generating truth tablesof boolean values in LuaLaTeX. The time required for operationsis no issue while compiling with LuaLaTeX. The package supportsnesting of commands for multiple operations. It can be modifiedor extended by writing custom lua programs. There is no need toinstall lua on users system as TeX distributions (TeX Live orMikTeX) come bundled with LuaLaTeX. | Generate truth tables of boolean values in LuaLaTeX | 3 | 工具 + texlive-lua-typo | texlive | This package tracks common typographic flaws in LuaLaTeXdocuments, especially widows, orphans, hyphenated words splitover two pages, consecutive lines ending with hyphens,paragraphs ending on too short lines, etc. Customisable coloursare used to highlight these flaws, and the list of pages onwhich typographical flaws were found is printed. | Highlighting typographical flaws with LuaLaTeX | 3 | 工具 + texlive-lua-uca | texlive | The Lua-UCA library provides basic support for UnicodeCollation Algorithm in Lua. It can be used to sort arrays ofstrings according to rules of particular languages. It can beused in other Lua projects that need to sort text in a languagedependent way, like indexing processors, bibliographicgenerators, etc | Unicode Collation Algorithm library for Lua | 3 | 库 + texlive-lua-ul | texlive | This package provides underlining, strikethough, andhighlighting using features in LuaLaTeX which avoid therestrictions imposed by other methods. In particular, kerningis not affected, the underlined text can use arbitrarycommands, hyphenation works etc. The package requires LuaTeXversion [?] 1.12.0. | Underlining for LuaLaTeX | 3 | 工具 + texlive-lua-uni-algos | texlive | Lua code working with Unicode data has to deal with quite somechallenges. For example there are many canonically equivalentsequences which should be treated in the same way, and evenidentifying a single character becomes quite different once youhave to deal with all kinds of combining characters, emojisequences and syllables in different scripts. Thereforelua-uni-algos wants to build a collection of small librariesimplementing algorithms to deal with lots of the details inUnicode, such that authors of LuaTeX packages can focus ontheir actual functionality instead of having to fight againstthe peculiarities of Unicode. Given that this package providesLua modules, it is only useful in Lua(HB)TeX. Additionally, itexpects an up-to-date version of the unicode-data package to bepresent. This package is intended for package authors only; nouser-level functionality provided. | Unicode algorithms for LuaTeX | 3 | 工具 + texlive-lua-visual-debug | texlive | The package uses lua code to provide visible indications ofboxes, glues, kerns and penalties in the PDF output. Thepackage is known to work in LaTeX and Plain TeX documents. | Visual debugging with LuaLaTeX | 3 | 工具 + texlive-lua-visual-debug-doc | texlive | Documentation for lua-visual-debug | Documentation for lua-visual-debug | 3 | 库 + texlive-luavlna | texlive | In some languages, like Czech or Polish, there should be nosingle letter words at the end of a line, according totypographical norms. This package handles such situations usingLuaTeX's callback mechanism. In doing this, the package candetect languages used in the text and insert spaces only inparts of the document where languages requiring this featureare used. Another feature of this package is the inclusion ofnon-breakable space after initials (like in personal names),after or before academic degrees, and between numbers andunits. The package supports both plain LuaTeX and LuaLaTeX.BTW: "vlna" is the Czech word for "wave" or "curl" and alsodenotes the tilde which, in TeX, is used for "unbreakablespaces". | Prevent line breaks after single letter words, units, or adademic titles | 3 | 工具 + texlive-lua-widow-control | texlive | Unmodified TeX has very few ways of preventing widows andorphans. In documents with figures, section headings, andequations, TeX can stretch the vertical glue between items inorder to prevent widows and orphans, but many documents have nofigures or headings. TeX can also shorten the page by 1 line,but this will give each page a different length which can makea document look uneven. The typical solution is tostrategically insert \looseness=1, but this requires manualediting every time that the document is edited.Lua-widow-control is essentially an automation of the\looseness method: it uses Lua callbacks to find "stretchy"paragraphs, then it lengthens them to remove widows andorphans. Lua-widow-control is compatible with all LuaTeX andLuaMetaTeX-based formats. All that is required is to load thepackage at the start of your document. To load: Plain LuaTeX:\input lua-widow-control LuaLaTeX:\usepackage{lua-widow-control} ConTeXt:\usemodule[lua-widow-control] OpTeX: \load[lua-widow-control] | Automatically remove widows and orphans from any document | 3 | 工具 + texlive-luaxml | texlive | LuaXML is pure lua library for reading and serializing of theXML files. Current release is aimed mainly as support for theodsfile package. The documentation was created by automaticconversion of original documentation in the source code. | Lua library for reading and serialising XML files | 3 | 工具 + texlive-luaxml-doc | texlive | Documentation for luaxml | Documentation for luaxml | 3 | 库 + texlive-lutabulartools | texlive | This package provides some useful commands for tabular matter.It uses LuaLaTeX and offers the ability to combine thefacilities of multirow and makecell with an easy to use syntax.It also adds some enhanced rules for the booktabs package. | Some useful LuaLaTeX-based tabular tools | 3 | 工具 + texlive-lwarp | texlive-base | The package causes LaTeX to directly produce HTML5 output,using external utility programs only for the final conversionof text and images. Math may be represented by SVG files orMathJax. Documents may be produced by LaTeX, LuaLaTeX, orXeLaTeX. A texlua script removes the need for system utilitiessuch as make and gawk, and also supports xindy and latexmk.Configuration is automatic at the first manual compile. Printand HTML versions of each document may coexist, each with itsown set of auxiliary files. Support files are self-generated onrequest. Assistance is provided for HTML import into EPUBconversion software and word processors. | Converts LaTeX to HTML | 3 | 工具 + texlive-lxfonts | texlive | The bundle contains the traditional slides fonts revised to becompletely usable both as text fonts and mathematics fonts;they are fully integrate with the new operators, letters,symbols and extensible delimiter fonts, as well as with the AMSfonts, all redone with the same stylistic parameters. | Set of slide fonts based on CM | 3 | 工具 + texlive-lxfonts-doc | texlive | Documentation for lxfonts | Documentation for lxfonts | 3 | 库 + texlive-ly1 | texlive | The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretationsof ANSI standards) encoding lives on, even after the decease ofthe company; it is known in the LaTeX scheme of things as LY1encoding. This bundle includes metrics and LaTeX macros to usethe basic three (Times, Helvetica and Courier) Adobe Type 1fonts in LaTeX using LY1 encoding. | Support for LY1 LaTeX encoding | 3 | 工具 + texlive-ly1-doc | texlive | Documentation for ly1 | Documentation for ly1 | 3 | 库 + texlive-lyluatex | texlive-base | This package provides macros for the inclusion of LilyPondscores within LuaLaTeX. It calls LilyPond to compile scores,then includes the produced files. | Commands to include lilypond scores within a (Lua)LaTeX document | 3 | 工具 + texlive-macrolist | texlive | This package provides a list data structure and common listfunctions such as \macrolistadd, \macrolistremove,\macrolistforeach, as well as \macrolistremovelast (similar toC++'s pop_back) and \macrolistjoin (similar to Javascript'sarr.join). Unlike most programming languages, the lists in thispackage are 1-indexed, meaning the first element is numbered 1,the second element numbered 2, and so on. | List operations for LaTeX2e | 3 | 工具 + texlive-macros2e-doc | texlive | Documentation for macros2e | Documentation for macros2e | 3 | 库 + texlive-macroswap | texlive | The package provides simple utility methods to swap the meaning(token expansion) of two macros by name. | Swap the definitions of two LaTeX macros | 3 | 工具 + texlive-macroswap-doc | texlive | Documentation for macroswap | Documentation for macroswap | 3 | 库 + texlive-mafr | texlive | The package provides settings and macros for typesettingmathematics with LaTeX in compliance with French usage. Itcomes with two document classes, 'fiche' and 'cours', useful tocreate short high school documents such as tests or lessons.The documentation is in French. | Mathematics in accord with French usage | 3 | 工具 + texlive-mafr-doc | texlive | Documentation for mafr | Documentation for mafr | 3 | 库 + texlive-magaz | texlive | The current version does special formatting for the first lineof text in a paragraph. The package is part of a larger body oftools which remain in preparation. | Magazine layout | 3 | 工具 + texlive-magaz-doc | texlive | Documentation for magaz | Documentation for magaz | 3 | 库 + texlive-magicnum | texlive | This package allows access to the various parameter values inTeX (catcode values), e-TeX (group, if and node types, andinteraction mode), and LuaTeX (pdfliteral mode) by ahierarchical name system. | Access TeX systems' "magic numbers" | 3 | 工具 + texlive-magicwatermark | texlive | This package can flexibly set and clear watermarks. It is basedon everypage and TikZ, encapsulated by LaTeX3. All watermarkcontent is placed inside a TikZ node in the center of the page. | An easy and flexible way to set watermarks | 3 | 工具 + texlive-magra | texlive | This package provides the Magra family of fonts designed byFontFuror, with support for LaTeX and pdfLaTeX. | The Magra font face with support for LaTeX and pdfLaTeX | 3 | 工具 + texlive-mahjong | texlive | The mahjong package provides a LaTeX2e and LaTeX3 interface fortypesetting mahjong tiles using an extended version of MPSZalgebraic notation. Features include spaces, rotated, blank,and concealed tiles, as well as red fives. The size of themahjong tiles can be controlled using a package option and anoptional argument of \mahjong. It is primarily aimed at Riichi(aka. Japanese) Mahjong but can be used to typeset any style ofmahjong. | Typeset Mahjong Tiles using MPSZ Notation | 3 | 工具 + texlive-mailing | texlive | This package is for use when sending a large number of letters,all with the same body text. The package's \addressfile commandis used to specify who the letter is to be sent to; the body ofthe \mailingtext command specifies the text of the letters,possibly using macros defined in the \addressfile. | Macros for mail merging | 3 | 工具 + texlive-mailing-doc | texlive | Documentation for mailing | Documentation for mailing | 3 | 服务 + texlive-mailmerge | texlive | The package mailmerge provides an interface to produce textfrom a template, where fields are replaced by actual data, asin a database. The package may be used to produce severalletters from a template, certificates or other such documents.It allows access to the entry number, number of entries and soon. | Repeating text field substitution | 3 | 工具 + texlive-mailmerge-doc | texlive | Documentation for mailmerge | Documentation for mailmerge | 3 | 库 + texlive-make4ht | texlive-base | make4ht is a simple build system for tex4ht. It is bothexecutable, which simplifies tex4ht execution, and a librarywhich can be used to create customized conversion programs. | A build system for tex4ht | 3 | 工具 + texlive-makebarcode | texlive | The package contains macros for printing various 2/5 bar codesand Code 39 bar codes. The macros do not use fonts but createthe bar codes directly using vertical rules. It is thereforepossible to vary width to height ratio, ratio of thin and thickbars. The package is therefore convenient for printing ITF barcodes as well as bar codes for identification labels for HPstorage media. | Print various kinds 2/5 and Code 39 bar codes | 3 | 工具 + texlive-makebarcode-doc | texlive | Documentation for makebarcode | Documentation for makebarcode | 3 | 库 + texlive-makebase | texlive | This package typesets a LaTeX counter such as page in anarbitrary base (default 16). It does not change font ortypeface. The package extends the functionality of the existinghex LaTeX 2.09 package and provides documentation. However, theauthor is not a mathematician, and suggestions for rewritingthe code are welcomed. Warning: this is alpha software and maycontain bugs. Please report problems to the author. | Typeset counters in a different base | 3 | 工具 + texlive-makebase-doc | texlive | Documentation for makebase | doc files of makebase | 3 | 库 + texlive-makebox | texlive | Define a \makebox* command that does the same as a \makeboxcommand, except that the width is given by a sample textinstead of an explicit length measure. | Defines a \makebox* command | 3 | 工具 + texlive-makebox-doc | texlive | Documentation for makebox | Documentation for makebox | 3 | 工具 + texlive-makecell | texlive | This package supports common layouts for tabular column headsin whole documents, based on one-column tabular environment. Inaddition, it can create multi-lined tabular cells. The Packagealso offers: a macro which changes the vertical space aroundall the cells in a tabular environment (similar to the functionof the tabls package, but using the facilities of the array)macros for multirow cells, which use the facilities of themultirow package; macros to number rows in tables, or to skipcells; diagonally divided cells; horizontal lines in tabularenvironments with defined thickness. | Tabular column heads and multilined cells | 3 | 工具 + texlive-makecell-doc | texlive | Documentation for makecell | Documentation for makecell | 3 | 库 + texlive-makecirc | texlive | MakeCirc is a MetaPost library that contains diverse symbolsfor use in circuit diagrams. MakeCirc offers a high qualitytool, with a simple syntax. MakeCirc is completely integratedwith LaTeX documents and with other MetaPost drawing/graphic.Its output is a PostScript file. MakeCirc only requires (La)TeXand MetaPost to work. | A MetaPost library for drawing electrical circuit diagrams | 3 | 工具 + texlive-makecirc-doc | texlive | Documentation for makecirc | Documentation for makecirc | 3 | 库 + texlive-makecmds | texlive | The package provides a \makecommand command, which is like\(re)newcommand except it always (re)defines a command. Thereis also \makeenvironment and \provideenvironment forenvironments. | The new \makecommand command always (re)defines a command | 3 | 工具 + texlive-makecmds-doc | texlive | Documentation for makecmds | Documentation for makecmds | 3 | 库 + texlive-makecookbook | texlive | The makecookbook bundle contains the files needed to create anice quality family cookbook in a form ready to submit to mostprint-on-demand companies. Modifiable choices have been maderegarding standard book features such as trim size, margins,headers/footers, chapter heading formatting, front matter(copyright page, table of contents, etc.) and back matter(index). Commands and environments have been created to formatthe food stories and recipes. The user will need to: supplytheir own food stories and recipes(!), and install the neededfonts. We assume a LuaTeX compile. Please note that no newdocument class or package is included here. Rather, we providea modifiable preamble and a small number of other files that,together, fully support creation of all of the internal pagesof a cookbook (i.e., everything except the cover art). | Make a Cookbook | 3 | 工具 + texlive-makedtx | texlive-base | The makedtx bundle is provided to help LaTeX2e developers towrite the code and documentation in separate files, and thencombine them into a single .dtx file for distribution. Itautomatically generates the character table, and also writesthe associated installation (.ins) script. | Perl script to help generate dtx and ins files | 3 | 工具 + texlive-makeglos | texlive | The package provides the means to include a glossary into adocument. The glossary is prepared by an external program, suchas xindy or makeindex, in the same way that an index is made. | Include a glossary into a document | 3 | 工具 + texlive-makeglos-doc | texlive | Documentation for makeglos | Documentation for makeglos | 3 | 库 + texlive-makeindex | texlive-base | MakeIndex is a computer program which provides a sorted indexfrom unsorted raw data. MakeIndex can process raw data outputby various programs, however, it is generally used with LaTeXand troff. | Provides sorted index from unsorted raw data | 3 | 工具 + texlive-makelabels | texlive | The standard letter class letter has a label feature. You canactivate it using \makelabels. While in Germany windowenvelopes are common, printing labels is not common, andscrlttr2 has never supported label printing. Usingmakelabels.lco does implement a \makelabels feature similar tothe standard letter classes. Currently there are (almost) noconfiguration features for makelabels.lco. But you may use theenvlab package after loading makelabels.lco to get variousconfiguration features. | Add a '\makelabels' feature to KOMA-Script letter classes and package | 3 | 工具 + texlive-makeplot | texlive | Existing approaches to create EPS files from Matlab (laprint,mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aimsto resolve this problem. Makeplot is a LaTeX package that usesthe pstricks pst-plot functions to plot data that it takes fromMatlab output files. | Easy plots from Matlab in LaTeX | 3 | 工具 + texlive-makeplot-doc | texlive | Documentation for makeplot | Documentation for makeplot | 3 | 库 + texlive-maker | texlive | The first version of the package allows to include Arduino orProcessing code using three different forms: writing the codedirectly in the LaTeX document writing Arduino or Processingcommands in line with the text calling to Arduino or Processingfiles All these options support the syntax highlighting of theoficial IDE. | Include Arduino or Processing code in LaTeX documents | 3 | 工具 + texlive-makerobust | texlive | Heiko Oberdiek's makerobust package defined a command with name\MakeRobustCommand that could be used to make fragile commandsrobust. The LaTeX format has, since 2015, included a command\MakeRobust with the same syntax and behaviour. Also by 2019,almost all commands in LaTeX that may be used in a movingargument are already robust. This package is now just a simpleone-liner defining the name \MakeRobustCommand as an alias for\MakeRobust. This package should not be used in any newdocuments. | Making a macro robust (legacy package) | 3 | 工具 + texlive-makeshape | texlive | The package simplifies production of custom shapes with correctanchor borders, in PGF/TikZ; the only requirement is a PGF pathdescribing the anchor border. The package also provides macrosthat help with the management of shape parameters, and thedefinition of anchor points. | Declare new PGF shapes | 3 | 工具 + texlive-makeshape-doc | texlive | Documentation for makeshape | Documentation for makeshape | 3 | 库 + texlive-mandi | texlive | The package contains commands for students and teachers ofintroductory physics. Commands for physical quantitiesintelligently handle SI units so the user need not do so. Thereare other features that should make LaTeX easy for introductoryphysics students. | Macros for introductory physics and astronomy | 3 | 工具 + texlive-mandi-doc | texlive | Documentation for mandi | Documentation for mandi | 3 | 库 + texlive-manfnt | texlive | A LaTeX package for easy access to the symbols of the Knuth's'manual' font, such as the Dangerous Bend and Manual-errataArrow. | LaTeX support for the TeX book symbols | 3 | 工具 + texlive-manfnt-font | texlive | A LaTeX package for easy access to the symbols of the Knuth's'manual' font, such as the Dangerous Bend and Manual-errataArrow. | LaTeX support for the TeX book symbols | 3 | 工具 + texlive-manuscript | texlive | This package is designed for those who have to submitdissertations, etc., to institutions that still maintain thetypewriter is the summit of non-professional printing. | Emulate look of a document typed on a typewriter | 3 | 工具 + texlive-manuscript-doc | texlive | Documentation for manuscript | Documentation for manuscript | 3 | 库 + texlive-manyind | texlive | This package provides support for many indexes, leaving all thebookkeeping to LaTeX and makeindex. No extra programs or filesare needed. One runs latex and makeindex as if there is justone index. In the main file one puts commands like\setindex{main} to steer the flow. Some features of makeindexmay no longer work. | Provides support for many indexes | 3 | 工具 + texlive-marathi | texlive | luaa-laattek v jhii-laattek hyaaNcyaash mraatthiicaa sulbhvaapr krnnyaasaatthii. laattek-vriil mraatthiicyaasthaanikiikrnnaace kaam hyaa aajnyaasNcaamaarpht kele jaaiil.expex v blindtext hyaa aajnyaasNcaaNce sthaanikiikrnn tuurtaashyaa aajnyaasNcaamaarpht purvle jaat aahe. For convenientlytypesetting Marathi language with LuaLaTeX and XeLaTeX. Thispackage will provide localizations needed for the Marathilanguage. Currently the package localizes package blindtext andpackage expex. | Typeset Marathi language using XeLaTeX or LuaLaTeX | 3 | 工具 + texlive-marcellus | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Marcellus family of fonts, designed by Brian J.Bonislawsky. Marcellus is a flared-serif family, inspired byclassic Roman inscription letterforms. There is currently justa regular weight and small-caps. The regular weight will besilently substituted for bold. | Marcellus fonts with LaTeX support | 3 | 工具 + texlive-margbib | texlive | The package redefines the 'thebibliography' environment toplace the citation key into the margin. | Display bibitem tags in the margins | 3 | 工具 + texlive-margbib-doc | texlive | Documentation for margbib | Documentation for margbib | 3 | 库 + texlive-marginfit | texlive | This package fixes various bugs with the margin paragraphimplementation of LaTeX. Those bugs include margin notes thatare attached to the wrong side as well as those that stick outof the bottom of the page. This package provides a drop-inreplacement solution. | Improved margin notes | 3 | 工具 + texlive-marginfix | texlive | Authors using LaTeX to typeset books with significant marginmaterial often run into the problem of long notes running offthe bottom of the page. A typical workaround is to insert\vshift commands by hand, but this is a tedious process that isinvalidated when pagination changes. Another workaround ismemoir's \sidebar function, but this can be unsatisfying forshort textual notes, and standard marginpars cannot be mixedwith sidebars. This package implements a solution to makemarginpars "just work" by keeping a list of floating insertsand arranging them intelligently in the output routine. | Patch \marginpar to avoid overfull margins | 3 | 工具 + texlive-marginfix-doc | texlive | Documentation for marginfix | Documentation for marginfix | 3 | 库 + texlive-marginnote | texlive | This package provides the command \marginnote that may be usedinstead of \marginpar at almost every place where \marginparcannot be used, e.g., inside floats, footnotes, or in framesmade with the framed package. | Notes in the margin, even where \marginpar fails | 3 | 工具 + texlive-marginnote-doc | texlive | Documentation for marginnote | Documentation for marginnote | 3 | 库 + texlive-markdown | texlive | The package provides facilities for the conversion of markdownmarkup to plain TeX. These are provided both in form of a Luamodule and in form of plain TeX, LaTeX, and ConTeXt macropackages that enable the direct inclusion of markdown documentsinside TeX documents. Architecturally, the package consists ofthe Lunamark Lua module by John MacFarlane, which was slimmeddown and rewritten for the needs of the package. Lunamarkprovides speedy markdown parsing for the rest of the package.On top of Lunamark sits code for the plain TeX, LaTeX, andConTeXt formats by Vit Novotny. | A package for converting and rendering markdown documents inside TeX | 3 | 工具 + texlive-markdown-doc | texlive | Documentation for markdown | doc files of markdown | 3 | 库 + texlive-marvosym | texlive | Martin Vogel's Symbol font (marvosym) contains the Eurocurrency symbol as defined by the European commission, alongwith symbols for structural engineering; symbols for steelcross-sections; astronomy signs (sun, moon, planets); the 12signs of the zodiac; scissor symbols; CE sign and others. Thepackage contains both the original TrueType font and thederived Type 1 font, together with support files for TeX(LaTeX). | Martin Vogel's Symbols (marvosym) font | 3 | 工具 + texlive-marvosym-doc | texlive | Documentation for marvosym | Documentation for marvosym | 3 | 库 + texlive-matapli | texlive | This is a class for the french journal "MATAPLI" of the Societede Mathematiques Appliquees et Industrielles (SMAI). | Class for the french journal "MATAPLI" | 3 | 库 + texlive-matc3 | texlive | The package provides support for the Matematica C3 project toproduce free mathematical text books for use in Italian highschools. | Commands for MatematicaC3 textbooks | 3 | 工具 + texlive-matc3-doc | texlive | Documentation for matc3 | Documentation for matc3 | 3 | 库 + texlive-matc3mem | texlive | The class is a development of memoir, with additions(specifically, mathematical extensions) that provide supportfor writing the books for the Matematica C3 project to producefree mathematical textbooks for use in Italian high schools. | Class for MatematicaC3 textbooks | 3 | 工具 + texlive-matc3mem-doc | texlive | Documentation for matc3mem | Documentation for matc3mem | 3 | 库 + texlive-match_parens | texlive-base | Mismatches of parentheses, braces, (angle) brackets, especiallyin TeX sources which may be rich in those, may be difficult totrace. This little script helps you by writing your text tostandard output, after adding a left margin to your text, whichwill normally be almost empty, but will clearly show anymismatches. | Find mismatches of parentheses, braces, (angle) brackets, in texts | 3 | 工具 + texlive-mathabx | texlive | Mathabx is a set of 3 mathematical symbols font series: matha,mathb and mathx. They are defined by Metafont code and shouldbe of reasonable quality (bitmap output). Things change fromtime to time, so there is no claim of stability (encoding,metrics, design). The package includes Plain TeX and LaTeXsupport macros. A version of the fonts, in Adobe Type 1 format,is also available. | Three series of mathematical symbols | 3 | 工具 + texlive-mathabx-doc | texlive | Documentation for mathabx | Documentation for mathabx | 3 | 库 + texlive-mathabx-type1 | texlive | This is an Adobe Type 1 outline version of the mathabx fonts. | Outline version of the mathabx fonts | 3 | 工具 + texlive-mathabx-type1-doc | texlive | Documentation for mathabx-type1 | Documentation for mathabx-type1 | 3 | 库 + texlive-mathalpha | texlive | Package mathalfa was renamed to mathalpha. For backwardcompatibility the old name will continue to be recognized inLaTeX documents. The package provides means of loading mathsalphabets (such as are normally addressed via macros \mathcal,\mathbb, \mathfrak and \mathscr), offering various featuresnormally missing in existing packages for this job. | General package for loading maths alphabets in LaTeX | 3 | 工具 + texlive-mathalpha-doc | texlive | Documentation for mathalpha | Documentation for mathalpha | 3 | 库 + texlive-mathastext | texlive | The package uses a text font (usually the document's text font)for the letters of the Latin alphabet needed when typesettingmathematics. (Optionally, other characters in the font may alsobe used). This facility makes possible (for a document withsimple mathematics) a far wider choice of text font, withlittle worry that no specially designed accompanying mathsfonts are available. The package also offers a simple mechanismfor using many different choices of (text hence, now, maths)font in the same document. Of course, using one font for twopurposes helps produce smaller PDF files. | Use the text font in maths mode | 3 | 工具 + texlive-mathastext-doc | texlive | Documentation for mathastext | Documentation for mathastext | 3 | 库 + texlive-mathcommand | texlive | This package provides functionalities for defining macros thathave different behaviors depending on whether in math or textmode, that absorb Primes, Indices and Exponents (PIE) as extraparameters usable in the code; and it offers some iterationfacilities for defining macros with similar code. The primaryobjective of this package is to be used together with theknowledge package for a proper handling of mathematicalnotations. | \newcommand-like commands for defining math macros | 3 | 工具 + texlive-mathcomp | texlive | A package which provides access to some interesting charactersof the Text Companion fonts (TS1 encoding) in maths mode. | Text symbols in maths mode | 3 | 工具 + texlive-mathcomp-doc | texlive | Documentation for mathcomp | Documentation for mathcomp | 3 | 库 + texlive-mathdesign | texlive | The Math Design project offers free mathematical fonts thatmatch with existing text fonts. To date, three free fontfamilies are available: Adobe Utopia, URW Garamond andBitstream Charter. Three commercial fonts are also supported:Adobe Garamond Pro, Adobe UtopiaStd and ITC Charter. Mathdesigncovers the whole LaTeX glyph set, including AMS symbols andsome extra. Both roman and bold versions of these symbols canbe used. Moreover you can choose between three greek fonts (twoof them created by the Greek Font Society). | Mathematical fonts to fit with particular text fonts | 3 | 工具 + texlive-mathdesign-doc | texlive | Documentation for mathdesign | Documentation for mathdesign | 3 | 库 + texlive-mathdots | texlive | Redefines \ddots and \vdots, and defines \iddots. The dotsproduced by \iddots slant in the opposite direction to \ddots.All the commands are designed to change size appropriately inscripts, as well as in response to LaTeX size changingcommands. The commands may also be used in plain TeX. | Commands to produce dots in math that respect font size | 3 | 工具 + texlive-mathdots-doc | texlive | Documentation for mathdots | Documentation for mathdots | 3 | 服务 + texlive-mathexam | texlive | The package can help you typeset exams (mostly in mathematicsand related disciplines where students are required to showtheir calculations followed by one or more short answers). Itprovides commands for inclusion of space for calculations, aswell as commands for automatic creation of "answer spaces". Inaddition, the package will automatically create page headersand footers, and will let you include instructions and spacefor students to put their name. | Package for typesetting exams | 3 | 工具 + texlive-mathexam-doc | texlive | Documentation for mathexam | Documentation for mathexam | 3 | 库 + texlive-mathfam256 | texlive | This package increases the upper limit of math symbols up to256, using \omath... primitives. These primitives wereoriginally introduced in Omega and are currently available inthe following formats: pLaTeX (runs on e-pTeX), upLaTeX (runson e-upTeX), Lamed (runs on Aleph, successor of Omega). | Extend math family up to 256 for pLaTeX/upLaTeX/Lamed | 3 | 工具 + texlive-mathfixs | texlive | This is a LaTeX2e package to fix some odd behaviour in mathmode such as spacing around fractions and roots, math symbolswithin bold text as well as capital Greek letters. It also addssome related macros. | Fix various layout issues in math mode | 3 | 工具 + texlive-mathfont | texlive | The mathfont package adapts unicode text fonts for math mode.The package allows the user to specify a default unicode fontfor different classes of math symbols, and it provides tools tochange the font locally for math alphabet characters. Whentypesetting with LuaTeX, mathfont adds resizable delimiters,big operators, and a MathConstants table to text fonts. | Use TrueType and OpenType fonts in math mode | 3 | 工具 + texlive-math-into-latex-4-doc | texlive | Samples for the book `(More) Math into LaTeX', 4th edition. | Samples for the book `(More) Math into LaTeX', 4th edition. | 3 | 工具 + texlive-mathlig | texlive | The package defines character sequences that "behave like"ligatures, in maths mode. Example definitions (chosen to showthe package's flexibility, are: \mathlig{->}{\rightarrow}\mathlig{<-}{\leftarrow} \mathlig{<->}{\leftrightarrow} | Define maths "ligatures" | 3 | 工具 + texlive-mathpartir | texlive | The package provides macros for typesetting math formulas inmixed horizontal and vertical mode, automatically as best fit.It provides an environment mathpar that behaves much as a loosecentered paragraph where words are math formulas, and spacesbetween them are larger and adjustable. It also provides amacro \inferrule for typeseting fractions where both thenumerator and denominator may be sequences of formulas thatwill be also typeset in a similar way. It can typically be usedfor typeseting sets of type inference rules or typingderivations. A macro inferrule for typesetting type inferencerules. | Typesetting sequences of math formulas, e.g. type inference rules | 3 | 工具 + texlive-mathpartir-doc | texlive | Documentation for mathpartir | doc files of mathpartir | 3 | 库 + texlive-mathpazo | texlive | The Pazo Math fonts are a family of PostScript fonts suitablefor typesetting mathematics in combination with the Palatinofamily of text fonts. The Pazo Math family is made up of fivefonts provided in Adobe Type 1 format (PazoMath, PazoMath-Italic, PazoMath-Bold, PazoMath-BoldItalic, andPazoMathBlackboardBold). These contain, in designs that matchPalatino, glyphs that are usually not available in Palatino andfor which Computer Modern looks odd when combined withPalatino. These glyphs include the uppercase Greek alphabet inupright and slanted shapes in regular and bold weights, thelowercase Greek alphabet in slanted shape in regular and boldweights, several mathematical glyphs (partialdiff, summation,product, coproduct, emptyset, infinity, and proportional) inregular and bold weights, other glyphs (Euro and dotlessj) inupright and slanted shapes in regular and bold weights, and theuppercase letters commonly used to represent various numbersets (C, I, N, Q, R, and Z) in blackboard bold. The set alsoincludes a set of 'true' small-caps fonts, also suitable foruse with Palatino (or one of its clones). LaTeX macro support(using package mathpazo.sty) is provided in psnfss (a requiredpart of any LaTeX distribution). | Fonts to typeset mathematics to match Palatino | 3 | 工具 + texlive-mathpazo-doc | texlive | Documentation for mathpazo | Documentation for mathpazo | 3 | 库 + texlive-mathpunctspace | texlive | This package provides a mechanism to control the space aftercommas and semicolons in mathematical expressions. | Control the space after punctuation in math expressions | 3 | 工具 + texlive-mathsemantics | texlive | This LaTeX package provides both syntactic and semantic helpersto typeset mathematics in LaTeX. The syntactic layer easestypesetting of formulae in general, while the semantic layerprovides commands like \inner{x}{y} to unify typesetting ofinner products. These not only unify typesetting of mathformulae but also allow to easily adapt notation if a userprefers to. The semantic layer is split into topics. | Semantic math commands in LaTeX | 3 | 工具 + texlive-mathspec | texlive | The mathspec package provides an interface to typesetmathematics in XeLaTeX with arbitrary text fonts using fontspecas a backend. The package is under development and laterversions might to be incompatible with this version, as thisversion is incompatible with earlier versions. The packagerequires at least version 0.9995 of XeTeX. | Specify arbitrary fonts for mathematics in XeTeX | 3 | 工具 + texlive-mathspec-doc | texlive | Documentation for mathspec | Documentation for mathspec | 3 | 库 + texlive-mathspic | texlive-base | MathsPIC(Perl) is a development of the earlier MathsPIC(DOS)program, now implemented as a Perl script, being much moreportable than the earlier program. MathsPIC parses a plain textinput file and generates a plain text output-file containingcommands for drawing a diagram. Version 1.0 produces outputcontaining PiCTeX and (La)TeX commands, which may then beprocessed by plain TeX or LaTeX in the usual way. MathsPIC alsooutputs a comprehensive log-file. MathsPIC facilitates creatingfigures using PiCTeX by providing an environment formanipulating named points and also allows the use of variablesand maths (advance, multiply, and divide)--in short--it takesthe pain out of PiCTeX. | A Perl filter program for use with PiCTeX | 3 | 库 + texlive-maths-symbols-doc | texlive | Documentation for maths-symbols | Documentation for maths-symbols | 3 | 工具 + texlive-mathtools | texlive | Mathtools provides a series of packages designed to enhance theappearance of documents containing a lot of mathematics. Themain backbone is amsmath, so those unfamiliar with thisrequired part of the LaTeX system will probably not find thepackages very useful. Mathtools provides many useful tools formathematical typesetting. It is based on amsmath and fixesvarious deficiencies of amsmath and standard LaTeX. Itprovides: Extensible symbols, such as brackets, arrows,harpoons, etc.; Various symbols such as \coloneqq (:=); Easycreation of new tag forms; Showing equation numbers only forreferenced equations; Extensible arrows, harpoons andhookarrows; Starred versions of the amsmath matrix environmentsfor specifying the column alignment; More building blocks:multlined, cases-like environments, new gathered environments;Maths versions of \makebox, \llap, \rlap etc.; Cramped mathstyles; and more... Mathtools requires mhsetup. | Mathematical tools to use with amsmath | 3 | 工具 + texlive-mathtools-doc | texlive | Documentation for mathtools | Documentation for mathtools | 3 | 库 + texlive-matlab-prettifier | texlive | The package extends the facilities of the listings package, topretty-print Matlab and Octave source code. (Note that supportof Octave syntax is not complete.) | Pretty-print Matlab source code | 3 | 工具 + texlive-matlab-prettifier-doc | texlive | Documentation for matlab-prettifier | Documentation for matlab-prettifier | 3 | 库 + texlive-matrix-skeleton | texlive | The package provides a PGF/TikZ library that simplifies workingwith multiple matrix nodes. To do so, it correctly alignsgroups of nodes with the content of the whole matrix.Furthermore, matrix.skeleton provides rows and columns for easystyling. | A PGF/TikZ library that simplifies working with multiple matrix nodes | 3 | 库 + texlive-mattens | texlive | The mattens package contains the definitions to typesetmatrices, vectors and tensors as used in the engineeringcommunity for the representation of common vectors and tensorssuch as forces, velocities, moments of inertia, etc. | Matrices/tensor typesetting | 3 | 工具 + texlive-mattens-doc | texlive | Documentation for mattens | Documentation for mattens | 3 | 库 + texlive-maybemath | texlive | The \maybebm and \maybeit macros can be used in mathsexpressions to make the arguments typeset as bold or italicrespectively if the surrounding context is appropriate. Theyare useful for writing user macros for use in general contexts.\maybebm is especially appropriate when section titles containmath expressions, since the title will appear bold but theheader and table of contents usually replicate the title innormal width. It uses the bm package to make things bold\maybeit performs a similar role to \mathrm{} but the mathsexpression will be italicised if the surrounding text is.\maybeitsubscript is provided to shift subscripts to the leftif the expression is italicised. | Make math bold or italic according to context | 3 | 工具 + texlive-maybemath-doc | texlive | Documentation for maybemath | Documentation for maybemath | 3 | 库 + texlive-mcaption | texlive | The mcaption package provides an mcaption environment whichputs figure or table captions in the margin. The package workswith the standard classes and with the KOMA-Script documentclasses scrartcl, scrreprt and scrbook. The package requiresthe changepage package. | Put captions in the margin | 3 | 工具 + texlive-mcaption-doc | texlive | Documentation for mcaption | Documentation for mcaption | 3 | 库 + texlive-mceinleger | texlive | A package for creating MC-covers on your own. It allows thecreation of simple covers as well as covers with an additionalpage for more information about the cassette (table of contentse.g.). The rotating package is required. | Creating covers for music cassettes | 3 | 工具 + texlive-mceinleger-doc | texlive | Documentation for mceinleger | Documentation for mceinleger | 3 | 库 + texlive-mcexam | texlive | This LaTeX package automatically randomly permutes the order ofquestions as well as the answer options in different versionsof a multiple choice exam/test. Next to the exam versionsthemselves, the package also allows printing a concept versionof the exam, a key table with the correct answers or points,and a document with solutions and explanations per examversion. The package also allows writing an R code whichprocesses the results of the exam and calculates the grades.The following other LaTeX packages are required: enumitem,environ, etoolbox, longtable, newfile, pgffor (from thePGF/TikZ bundle), xkeyval, and xstring. | LaTeX package for creating randomized Multiple Choice questions> | 3 | 工具 + texlive-mcf2graph | texlive | The Molecular Coding Format (MCF) is a linear notation fordescribing chemical structure diagrams. This package convertsMCF to graphic files using MetaPost. | Draw chemical structure diagrams with MetaPost | 3 | 库 + texlive-mcf2graph-doc | texlive | Documentation for mcf2graph | Documentation for mcf2graph | 3 | 库 + texlive-mcite | texlive | The mcite package allows the user to collapse multiplecitations into one, as is customary in physics journals. Thepackage requires a customised BibTeX style for its work; thedocumentation explains how to do that customisation. | Multiple items in a single citation | 3 | 工具 + texlive-mcite-doc | texlive | Documentation for mcite | Documentation for mcite | 3 | 库 + texlive-mciteplus | texlive | The mciteplus LaTeX package is an enhanced reimplementation ofThorsten Ohl's mcite package which provides support for thegrouping of multiple citations together as is often done inphysics journals. An extensive set of features provide forother applications such as reference sublisting. | Enhanced multiple citations | 3 | 工具 + texlive-mciteplus-doc | texlive | Documentation for mciteplus | Documentation for mciteplus | 3 | 库 + texlive-mcmthesis | texlive | The package offers a template for MCM (The Mathematical Contestin Modeling) and ICM (The Interdisciplinary Contest inModeling) for typesetting the submitted paper. | Template designed for MCM/ICM | 3 | 工具 + texlive-mcmthesis-doc | texlive | Documentation for mcmthesis | Documentation for mcmthesis | 3 | 库 + texlive-mdframed | texlive | The package develops the facilities of framed in providingbreakable framed and coloured boxes. The user may instruct thepackage to perform its operations using default LaTeX commands,PStricks or TikZ. | Framed environments that can split at page boundaries | 3 | 工具 + texlive-mdframed-doc | texlive | Documentation for mdframed | Documentation for mdframed | 3 | 库 + texlive-mdputu | texlive | The Annals of Mathematics uses italics for theorems. However,slanted digits and parentheses look disturbing when surroundedby (upright) mathematics. This package provides virtual fontswith italics and upright digits and punctuation, as anextension to Mathdesign's Utopia bundle. | Upright digits in Adobe Utopia Italic | 3 | 工具 + texlive-mdputu-doc | texlive | Documentation for mdputu | Documentation for mdputu | 3 | 库 + texlive-mdsymbol | texlive | The package provides a font of mathematical symbols, MyriadProThe font is designed as a companion to Adobe Myriad Pro, but itmight also fit well with other contemporary typefaces. | Symbol fonts to match Adobe Myriad Pro | 3 | 工具 + texlive-mdsymbol-doc | texlive | Documentation for mdsymbol | Documentation for mdsymbol | 3 | 库 + texlive-mdwtools | texlive | This collection of tools includes: support for short commandsstarting with @, macros to sanitise the OT1 encoding of thecmtt fonts; a 'do after' command; improved footnote support;mathenv for various alignment in maths; list handling; mdwmathwhich adds some minor changes to LaTeX maths; a rewrite ofLaTeX's tabular and array environments; verbatim handling; andsyntax diagrams. | Miscellaneous tools by Mark Wooding | 3 | 工具 + texlive-mdwtools-doc | texlive | Documentation for mdwtools | Documentation for mdwtools | 3 | 库 + texlive-mecaso | texlive | This package provides a number of formulas frequently used inrigid body mechanics. Since most of these formulas are long andtedious to write, this package wraps them up in short commands. | Formulas frequently used in rigid body mechanics | 3 | 工具 + texlive-media4svg | texlive | This package implements an interface for embedding video andaudio files in SVG (Scalable Vector Graphics) output. SVG withembedded media is very portable, as it is supported by allmodern Web browsers across a variety of operating systems andplatforms, including portable devices. All DVI producing TeXengines can be used. The dvisvgm utility, which is part of allmajor TeX distributions, converts the intermediate DVI to SVG.By default, media files are embedded into the SVG output tomake self-sufficient SVG files. | Multimedia inclusion for the dvisvgm backend | 3 | 工具 + texlive-media9 | texlive | The package provides an interface to embed interactive Flash(SWF) and 3D objects (Adobe U3D & PRC), as well as video andsound files or streams in the popular MP4, FLV and MP3 formatsinto PDF documents with Acrobat-9/X compatibility. Playback ofmultimedia files uses the built-in Flash Player of Adobe Readerand does, therefore, not depend on external plug-ins. FlashPlayer supports the efficient H.264 codec for videocompression. The package is based on the RichMedia Annotation,an Adobe addition to the PDF specification. It replaces the nowobsolete movie15 package. | Multimedia inclusion package with Adobe Reader-9/X compatibility | 3 | 工具 + texlive-media9-doc | texlive | Documentation for media9 | Documentation for media9 | 3 | 库 + texlive-medstarbeamer | texlive | This is a beamer template for MedStar Health presentations. Itincludes sample presentations using both .tex files and .rnwfiles. The document class is obviously compatible with both.The advantage of the .rnw file is that it can be used withknitr such that you can weave your R code with yourpresentation. | Beamer document class for MedStar Health Research Institute | 3 | 工具 + texlive-medstarbeamer-doc | texlive | Documentation for medstarbeamer | Documentation for medstarbeamer | 3 | 服务 + texlive-meetingmins | texlive | The class allows formatting of meeting minutes using \sectioncommands (which provide hierarchical structure). An agenda canalso be produced for distribution prior to the meeting, withuser-selected portions suppressed from printing. | Format written minutes of meetings | 3 | 工具 + texlive-meetingmins-doc | texlive | Documentation for meetingmins | Documentation for meetingmins | 3 | 库 + texlive-membranecomputing | texlive | This is a LaTeX package for the Membrane Computing community.It comprises the definition of P systems, rules and someconcepts related to languages and computational complexityusually needed for Membrane Computing research. The packagedepends on ifthen and xstring. | Membrane Computing notation | 3 | 工具 + texlive-memdesign-doc | texlive | Documentation for memdesign | Documentation for memdesign | 3 | 库 + texlive-memexsupp | texlive | A package of code proposed as supporting material for memoir.The package is intended as a test bed for such code, which mayin the fullness of time be adopted into the main memoirrelease. | Experimental memoir support | 3 | 工具 + texlive-memexsupp-doc | texlive | Documentation for memexsupp | Documentation for memexsupp | 3 | 库 + texlive-memoir | texlive | The memoir class is for typesetting poetry, fiction,non-fiction, and mathematical works. Permissible document'base' font sizes range from 9 to 60pt. There is a range ofpage-styles and well over a dozen chapter-styles to choosefrom, as well as methods for specifying your own layouts anddesigns. The class also provides the functionality of overthirty of the more popular packages, thus simplifying documentsources. Users who wish to use the hyperref package, in adocument written with the memoir class, should also use thememhfixc package (part of this bundle). Note, however, that anycurrent version of hyperref actually loads the packageautomatically if it detects that it is running under memoir. | Typeset fiction, non-fiction and mathematical books | 3 | 工具 + texlive-memoirchapterstyles-doc | texlive | Documentation for memoirchapterstyles | Documentation for memoirchapterstyles | 3 | 工具 + texlive-memoir-doc | texlive | Documentation for memoir | Documentation for memoir | 3 | 库 + texlive-memory | texlive | The package allows the user to declare single object or arraycontainers. | Containers for data in LaTeX | 3 | 工具 + texlive-memory-doc | texlive | Documentation for memory | Documentation for memory | 3 | 库 + texlive-memorygraphs | texlive | This package defines some TikZ styles and adds anchors toexisting styles that ease the declaration of "memory graphs".It is intended for graphs that represent the memory of acomputer program during its execution. | TikZ styles to typeset graphs of program memory | 3 | 工具 + texlive-mendex-doc | texlive | This package provides documentation for Mendex (Japanese indexprocessor). The source code of the program is not included, itcan be obtained from TeX Live subversion repository. | Docs for mendex | 3 | 工具 + texlive-mensa-tex | texlive | This package provides a flexible LaTeX2e class for typesettingschool cafeteria menus consisting of two lunches (withdessert), and dinner. It supports two different layouts: Thefirst layout is optimized for printing the menu on A4 paper.The second layout is optimized for smartphone screens and usesone (A6 sized) page per day. Supported localizations areEnglish (GB/US) and German. A way of defining additionallocalizations is described in the documentation. The packagerequires array, colortbl, datetime2, datetime2-calc, geometry,graphicx, lmodern, textcomp, and xcolor. | Typeset simple school cafeteria menus | 3 | 工具 + texlive-mentis | texlive | This LaTeX class loads scrbook and provides changes necessaryfor publishing at Mentis publishers in Paderborn, Germany. Itis not an official Mentis class, merely one developed by anauthor in close co-operation with Mentis. | A basis for books to be published by Mentis publishers | 3 | 工具 + texlive-mentis-doc | texlive | Documentation for mentis | Documentation for mentis | 3 | 库 + texlive-menu | texlive | The package defines command \menu which assists typesetting ofa path through a program's menu. | Typesetting menus | 3 | 工具 + texlive-menucard | texlive | This LaTeX package can be used for typesetting simplerestaurant menus. | Typesetting menu cards with LaTeX | 3 | 工具 + texlive-menu-doc | texlive | Documentation for menu | Documentation for menu | 3 | 库 + texlive-menukeys | texlive | This package is designed to format menu sequences, paths andkeyboard shortcuts automatically. There are several predefinedstyles and one can define one's own styles in a flexible way. | Format menu sequences, paths and keystrokes from lists | 3 | 工具 + texlive-menukeys-doc | texlive | Documentation for menukeys | Documentation for menukeys | 3 | 服务 + texlive-mercatormap | texlive | This package extends TikZ with tools to create map graphics.The provided coordinate system relies on the Web Mercatorprojection used on the Web by OpenStreetMap and others. Thepackage supports the seamless integration of graphics frompublic map tile servers by a Python script. Also, common mapelements like markers, geodetic networks, bar scales, routes,orthodrome pieces, and more are part of the package. | Spherical Mercator coordinate systems and Web Mercator tile integration | 3 | 工具 + texlive-merriweather | texlive | This package provides the Merriweather and MerriweatherSansfamilies of fonts, designed by Eben Sorkin, with support forLaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX. Merriweather features avery large x height, slightly condensed letterforms, a milddiagonal stress, sturdy serifs and open forms. The Sans familyclosely harmonizes with the weights and styles of the seriffamily. There are four weights and italics for each. | Merriweather and MerriweatherSans fonts, with LaTeX support | 3 | 工具 + texlive-merriweather-doc | texlive | Documentation for merriweather | Documentation for merriweather | 3 | 库 + texlive-messagepassing | texlive | This package provides an environment to easily draw diagrams torepresent communication protocols using message passing amongprocesses. Processes are represented as horizontal or verticallines, and communications as arrows between lines. The packagealso provides multiple macros to decorate those diagrams, forinstance to annotate the diagram, to add crashes to theprocesses, checkpoints, ... | Draw diagrams to represent communication protocols | 3 | 工具 + texlive-metafont | texlive-base | The program takes a semi-algorithmic specification of a font,and produces a bitmap font (whose properties are defined by aset of parameters of the target device), and a set metrics foruse by TeX. The bitmap output may be converted into a formatdirectly usable by a device driver, etc., by the tools providedin the parallel mfware distribution. | A system for specifying fonts | 3 | 工具 + texlive-metafont-beginners-doc | texlive | Documentation for metafont-beginners | Documentation for metafont-beginners | 3 | 工具 + texlive-metago | texlive | The package allows you to draw Go game positions with MetaPost.Two methods of usage are provided, either using the packageprogrammatically, or using the package via a script (which mayproduce several images). | MetaPost output of Go positions | 3 | 工具 + texlive-metago-doc | texlive | Documentation for metago | Documentation for metago | 3 | 库 + texlive-metalogo | texlive | This package exposes spacing parameters for various TeX logosto the end user, to optimise the logos for different fonts.Written especially for XeLaTeX users. | Extended TeX logo macros | 3 | 工具 + texlive-metalogo-doc | texlive | Documentation for metalogo | Documentation for metalogo | 3 | 库 + texlive-metalogox | texlive | This package extends the metalogo package to automaticallyadjust the appearance of the logos TeX, LaTeX, LaTeX2e,XeLaTeX, and LuaLaTeX, depending on the font detected or theoption given to metalogox. Most of the serif and sans fontslisted at The LaTeX Font Catalogue are supported. The packagedepends on metalogo, xparse, and etoolbox. | Adjust TeX logos, with font detection | 3 | 工具 + texlive-metanorma | texlive | metanorma This work includes a LaTeX document class, a`latexml` script and a `latexmlpost` stylesheet which allow youto write a LaTeX document and transcode it into Metanorma's`ADOC` format. This work is sponsored by Ribose Inc.(<https://www.ribose.com>). This work is maintained by RiboseInc. (<open.source@ribose.com>). | Write Metanorma standardization documents using LaTe | 3 | 工具 + texlive-metaobj | texlive | METAOBJ is a large metapost package providing high-levelobjects. It implements many of PSTricks' features for nodeconnections, but also trees, matrices, and many other things.It more or less contains boxes.mp and rboxes.mp. There is alarge (albeit not complete) documentation distributed with thepackage. It is easily extensible with new objects. | MetaPost package providing high-level objects | 3 | 库 + texlive-metaobj-doc | texlive | Documentation for metaobj | Documentation for metaobj | 3 | 库 + texlive-metaplot | texlive | MetaPlot is a set of Metapost macros for manipulating pre-generated plots (and similar objects), and formatting them forinclusion in a Metapost figure. The intent is that the plotscan be generated by some outside program, in an abstract mannerthat does not require making decisions about on-page sizing andlayout, and then they can be imported into MetaPlot andarranged using the full capabilities of Metapost. Metaplot alsoincludes a very flexible set of macros for generating plotaxes, which may be useful in other contexts as well. Presently,MetaPlot is in something of a pre-release beta state; it isquite functional, but the syntax of the commands is stillpotentially in flux. | Plot-manipulation macros for use in Metapost | 3 | 工具 + texlive-metaplot-doc | texlive | Documentation for metaplot | Documentation for metaplot | 3 | 库 + texlive-metapost | texlive-base | MetaPost uses a language based on that of Metafont to produceprecise technical illustrations. Its output is scalablePostScript or SVG, rather than the bitmaps Metafont creates. | A development of Metafont for creating graphics | 3 | 工具 + texlive-metapost-colorbrewer | texlive | This package provides two MetaPost include files that defineall the colorbrewer2.org colours: colorbrewer-cmyk.mpcolorbrewer-rgb.mp The first defines all the colours as CMYK,the second as RGB. Use whichever one you prefer. For an exampleof what you can do, and a list of all the names, have a look atcolorbrewer-sampler.mp. You can also see the names onhttp://colorbrewer2.org. The package also includes the Pythonscript used to generate the MP source from the colorbrewerproject. | An implementation of the colorbrewer2.org colours for MetaPost | 3 | 工具 + texlive-metapost-examples-doc | texlive | Documentation for metapost-examples | Documentation for metapost-examples | 3 | 库 + texlive-metastr | texlive | This is a package to store and compose strings in a structuredway. This can serve various purposes, for example: manage andwrite document metadata; use templates for formatting documentdata; assist in assembling and displaying document licenseinformation; facilitate basic internationalisation andlocalisation. | Store and compose strings | 3 | 库 + texlive-metatex | texlive | METATeX is a set of plain TeX and Metafont macros that you canuse to define both the text and the figures in a single sourcefile. Because METATeX sets up two way communication, from TeXto Metafont and back from Metafont to TeX, drawing dimensionscan be controlled by TeX and labels can be located by Metafont.Only standard features of TeX and Metafont are used, but tworuns of TeX and one of Metafont are needed. | Incorporate Metafont pictures in TeX source | 3 | 工具 + texlive-metatex-doc | texlive | Documentation for metatex | Documentation for metatex | 3 | 库 + texlive-metatype1 | texlive | The system employs scripts, common utility programs, and a setof MetaPost macros to provide a means of expressing the detailsoutline fonts directly in the MetaPost language. The system wasemployed to generate the Latin Modern fonts, and thedistribution includes an example development of Knuth's logofonts. | Generate Type 1 fonts from MetaPost | 3 | 工具 + texlive-metauml | texlive | MetaUML is a MetaPost library for typesetting UML diagrams,which provides a usable, human-friendly textual notation forUML, offering now support for class, package, activity, state,and use case diagrams. | MetaPost library for typesetting UML diagrams | 3 | 库 + texlive-metauml-doc | texlive | Documentation for metauml | Documentation for metauml | 3 | 库 + texlive-method | texlive | The package supports typesetting of programming language methodand variable declarations. It supports declarations in German,French and English. | Typeset method and variable declarations | 3 | 工具 + texlive-method-doc | texlive | Documentation for method | Documentation for method | 3 | 库 + texlive-metre | texlive | The package provides classicists with some of the tools thatare needed for typesetting scholarly publications dealing withGreek and Latin texts, with special emphasis on Greek verse. Asthe package's name suggests, its core is a comprehensive set ofcommands for generating metrical schemes and for placingprosodical marks on text set in the Latin or the Greekalphabet. The rest of the package provides a miscellany ofcommands for symbols (most of them not directly related tometre) that are often used in critical editions of classicaltexts. The package does not require any special font: allsymbols are taken from the Computer Modern fonts (which areincluded in all TeX distributions) and the package's commandsare based on TeX primitives. | Support for the work of classicists | 3 | 工具 + texlive-metre-doc | texlive | Documentation for metre | Documentation for metre | 3 | 库 + texlive-metrix | texlive | The package may be used to type the prosodics/metrics of(latin) verse; it provides macros to typeset the symbolsstanding alone, and in combination with symbols, givingautomatic alignment. The package requires tikz (including thecalc library, and the xparse package (thus also requiring theexperimental LaTeX 3 environment). | Typeset metric marks for Latin text | 3 | 工具 + texlive-metrix-doc | texlive | Documentation for metrix | Documentation for metrix | 3 | 库 + texlive-mex | texlive-base | MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX)formats to the Polish language and to Polish printing customs.It contains a complete set of Metafont sources of Polish fonts,hyphenation rules for the Polish language and sources offormats. | Polish formats for TeX | 3 | 工具 + texlive-mf2pt1 | texlive-base | mf2pt1 facilitates producing PostScript Type 1 fonts from aMetafont source file. It is not, as the name may imply, anautomatic converter of arbitrary Metafont fonts to Type 1format. mf2pt1 imposes a number of restrictions on the Metafontinput. If these restrictions are met, mf2pt1 will produce validType 1 output with more accurate control points than can bereverse-engineered by TeXtrace, mftrace, and other programswhich convert bitmaps to outline fonts. | Produce PostScript Type 1 fonts from Metafont source | 3 | 工具 + texlive-mfirstuc | texlive | The package provides commands \makefirstuc that uppercases thefirst letter in its argument (with a check for a semanticmarkup command at the start of the argument), and \xmakefirstucwhich expands the argument before uppercasing. It also provides\capitalisewords{phrase} which applies \makefirstuc to eachword in the phrase, where the words are separated by regularspaces. (Exceptions can be made for words that shouldn't beconverted.) | Uppercase the first letter of a word | 3 | 工具 + texlive-mfirstuc-doc | texlive | Documentation for mfirstuc | Documentation for mfirstuc | 3 | 库 + texlive-mflogo | texlive | LaTeX package and font definition file to access the Knuthianmflogo fonts described in 'The Metafontbook' and to typesetMetafont logos in LaTeX documents. | LaTeX support for Metafont logo fonts | 3 | 工具 + texlive-mflogo-doc | texlive | Documentation for mflogo | Documentation for mflogo | 3 | 库 + texlive-mflogo-font | texlive | These fonts were created in Metafont by Knuth, for his ownpublications. At some stage, the letters 'P' and 'S' wereadded, so that the MetaPost logo could also be expressed. Thefonts were originally issued (of course) as Metafont source;they have since been autotraced and reissued in Adobe Type 1format by Taco Hoekwater. | Metafont logo font | 3 | 工具 + texlive-mflogo-font-doc | texlive | Documentation for mflogo-font | Documentation for mflogo-font | 3 | 库 + texlive-mflua | texlive-base | A METAFONT compliant program with a Lua interpreter embedded. | A METAFONT compliant program with a Lua interpreter embedded | 3 | 工具 + texlive-mfnfss | texlive | This bundle contains two packages: - oldgerm, a package totypeset with old german fonts designed by Yannis Haralambous. -pandora, a package to typeset with Pandora fonts designed byNeena Billawala. Note that support for the Pandora fonts isalso available via the pandora-latex package. | Packages to typeset oldgerman and pandora fonts in LaTeX | 3 | 工具 + texlive-mfnfss-doc | texlive | Documentation for mfnfss | Documentation for mfnfss | 3 | 工具 + texlive-mfpic | texlive | Mfpic is a scheme for producing pictures from (La)TeX commands.Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment)enclose a group in which drawing commands may be placed. Thecommands generate a Meta-language file, which may be processedby Metapost (or even Metafont). The resulting image file willbe read back in to the document to place the picture at thepoint where the original (La)TeX commands appeared. Note thatthe ability to use Metapost here means that the package worksequally well in LaTeX and PDFLaTeX. | Draw Metafont/post pictures from (La)TeX commands | 3 | 工具 + texlive-mfpic4ode | texlive | The package is a small set of macros for drawing directionfields, phase portraits and trajectories of differentialequations and two dimensional autonomous systems. The Euler,Runge-Kutta and 4th order Runge-Kutta algorithms are availableto solve the ODEs. The picture is translated into mfpic macrosand MetaPost is used to create the final drawing. The packageis was designed for use with LaTeX, but it can be used in plainTeX as well. Online demonstration of the mfpic4ode macros isavailable on the Mfpic Previewer as Example 6. | Macros to draw direction fields and solutions of ODEs | 3 | 工具 + texlive-mfpic4ode-doc | texlive | Documentation for mfpic4ode | Documentation for mfpic4ode | 3 | 库 + texlive-mfpic-doc | texlive | Documentation for mfpic | Documentation for mfpic | 3 | 库 + texlive-mftinc | texlive | The mft program pretty-prints Metafont source code into a TeXfile. The mftinc package facilitates incorporating such filesinto a LaTeX2e document. In addition, mftinc provides routinesfor improved comment formatting and for typesetting fonttables. | Pretty-print Metafont source | 3 | 工具 + texlive-mftinc-doc | texlive | Documentation for mftinc | Documentation for mftinc | 3 | 工具 + texlive-mfware | texlive-base | A collection of programs (as web source) for processing theoutput of Metafont. | Supporting tools for use with Metafont | 3 | 工具 + texlive-mgltex | texlive | This package allows you to create high-qualitypublication-ready graphics directly from MGL scripts embeddedinto your LaTeX document, using the MathGL library. Besidesfollowing the LaTeX philosophy of allowing you to concentrateon content rather than output (mglTeX takes care of producingthe output), mglTeX facilitates the maintenance of yourdocument, since both code for text and code for plots arecontained in a single file. MathGL. is a fast and efficientlibrary by Alexey Balakin for the creation of high-qualitypublication-ready scientific graphics. Although it definesinterfaces for many programming languages, it also implementsits own scripting language, called MGL, which can be usedindependently. | High-quality graphics from MGL scripts embedded in LaTeX documents | 3 | 库 + texlive-mhchem | texlive | The bundle provides three packages: The mhchem package providescommands for typesetting chemical molecular formulae andequations. The hpstatement package provides commands for theofficial hazard statements and precautionary statements (H andP statements) that are used to label chemicals. The rsphrasepackage provides commands for the official Risk and Safety (Rand S) Phrases that are used to label chemicals. The packagerequires the expl3 bundle. | Typeset chemical formulae/equations and Risk and Safety phrases | 3 | 工具 + texlive-mhchem-doc | texlive | Documentation for mhchem | Documentation for mhchem | 3 | 库 + texlive-mhequ | texlive | MHequ simplifies creating multi-column equation environments,and tagging the equations therein. It supports sub-numbers ofblocks of equations (like (1.2a), (1.2b), etc) and referencesto each equation individually (1.2a) or to the whole block(1.2). The labels can be shown in draft mode. Comments in thepackage itself describe usage. | Multicolumn equations, tags, labels, sub-numbering | 3 | 工具 + texlive-mhequ-doc | texlive | Documentation for mhequ | Documentation for mhequ | 3 | 库 + texlive-miama | texlive | Miama Nueva is a handwriting / script font with over 1300glyphs that supports latin, cyrillic, and greek. It comescomplete with LaTeX support. | The Miama Nueva handwriting font with LaTeX support | 3 | 库 + texlive-miama-doc | texlive | Documentation for miama | doc files of miama | 3 | 库 + texlive-microtype | texlive | The package provides a LaTeX interface to the micro-typographicextensions that were introduced by pdfTeX and have since alsopropagated to XeTeX and LuaTeX: most prominently, characterprotrusion and font expansion, furthermore the adjustment ofinterword spacing and additional kerning, as well ashyphenatable letterspacing (tracking) and the possibility todisable all or selected ligatures. These features may beapplied to customisable sets of fonts, and all micro-typographic aspects of the fonts can be configured in astraight-forward and flexible way. Settings for various fontsare provided. Note that character protrusion requires pdfTeX,LuaTeX, or XeTeX. Font expansion works with pdfTeX or LuaTeX.The package will by default enable protrusion and expansion ifthey can safely be assumed to work. Disabling ligaturesrequires pdfTeX or LuaTeX, while the adjustment of interwordspacing and of kerning only works with pdfTeX. Letterspacing isavailable with pdfTeX or LuaTeX. The alternative package`letterspace', which also works with plain TeX, provides theuser commands for letterspacing only, omitting support for allother extensions. | Subliminal refinements towards typographical perfection | 3 | 工具 + texlive-microtype-de-doc | texlive | Documentation for microtype-de | Documentation for microtype-de | 3 | 库 + texlive-microtype-doc | texlive | Documentation for microtype | Documentation for microtype | 3 | 库 + texlive-midnight | texlive | Included are: quire: making booklets, etc.; gloss: verticallyalign words in consecutive sentences; loop: a loopingconstruct; dolines: 'meta'-macros to separate arguments bynewlines; labels: address labels and bulk mail letters;styledef: selectively input part of a file; and border: bordersaround boxes. | A set of useful macro tools | 3 | 工具 + texlive-midnight-doc | texlive | Documentation for midnight | Documentation for midnight | 3 | 库 + texlive-midpage | texlive | The environment will centre text, if immediately preceded andfollowed by \clearpage. | Environment for vertical centring | 3 | 工具 + texlive-midpage-doc | texlive | Documentation for midpage | Documentation for midpage | 3 | 库 + texlive-miller | texlive | Typeset miller indices, e.g., <1-20>, that are used in materialscience with an easy syntax. Minus signs are printed as barabove the corresponding number. | Typeset miller indices | 3 | 工具 + texlive-miller-doc | texlive | Documentation for miller | Documentation for miller | 3 | 库 + texlive-milog | texlive | Seit dem 1. Januar 2015 gilt in Deutschland grundsatzlich furalle Arbeitnehmer ein flachendeckender gesetzlicher Mindestlohnin Hohe von derzeit 8,50EUR pro Stunde. Mit Wirkung ab 1.August 2015 wurden die Dokumentations- undAufzeichnungspflichten gelockert. Nach SS17 MiLoG, muss Beginn,Ende und Dauer der taglichen Arbeitszeit der in SS22 MiLoGdefinierten Arbeitnehmern (formlos) aufgezeichnet werden.Zusatzlich ermoglicht milog.cls aus praktischen Grunden dieAufzeichnug von unbezahlten Pausen und Bemerkungen (Ruhetag,Urlaub, krank, ...). Die Erfassung der Arbeitszeiten erfolgt ineiner simplen CSV-Datei, aus der die Klasse automatisch einenArbeitszeitnachweis erstellt. Alternativ konnen die Daten auchdurch einen CSV-Export - mit eventueller Nachbearbeitung -einer geeigneteten App erhoben werden. The milog.cls classprovides means to fulfill the documentation duties by theGerman minimum wage law MiLoG. The recording of working hoursis carried out in a simple CSV file from which the class willautomatically create a time sheet. Alternatively, data can alsobe collected by a CSV export of a suitable app. | A LaTeX class for fulfilling the documentation duties according to the German minimum wage law MiLoG | 3 | 工具 + texlive-milsymb | texlive | The package offers commands to draw military symbols as perNATO APP-6(C) https://www.awl.edu.pl/images/en/APP_6_C.pdf. Ithas a set of commands for drawing all symbols found in thedocument up to the control measures, as well as support forcustom non-standard symbols. Control measures are planned to beincluded in a future release. | LaTeX package for TikZ based drawing of military symbols as per NATO APP-6(C) | 3 | 工具 + texlive-mindflow | texlive | This package provides an environment that has its own linenumbers or markers and can be well distinguished from the maintext, for writing you ideas or annotations. | Write your ideas in a clear way | 3 | 工具 + texlive-minibox | texlive | This small package provides a convenient input syntax for boxesthat don't break their text over lines automatically, but doallow manual line breaks. The boxes shrink to the natural widthof the longest line they contain. | A simple type of box for LaTeX | 3 | 工具 + texlive-minibox-doc | texlive | Documentation for minibox | Documentation for minibox | 3 | 库 + texlive-minidocument | texlive | This package can be used to create miniature documents insideother LaTeX documents. Inside the minidocument all features ofthe outer vertical mode like page breaking, floats, marginpars,etc. are available. | Creates miniature documents inside other LaTeX documents | 3 | 工具 + texlive-minifp | texlive | The package provides basic arithmetic operations to 8 decimalplaces for plain TeX or LaTeX. Results are exact when they fitwithin the digit limits. Along with the basic package is anoptional extension that adds computation of sin, cos, log,sqrt, exp, powers and angles. These are also exact whentheoretically possible and are otherwise accurate to at least 7decimal places. In addition, the package provides a stack-basedprograming environment. | Fixed-point real computations to 8 decimals | 3 | 工具 + texlive-minifp-doc | texlive | Documentation for minifp | Documentation for minifp | 3 | 库 + texlive-minim | texlive | This is a modern plain format for the LuaTeX engine, addingimproved low-level support for many LuaTeX extensions and newerPDF features. While it can be used as drop-in replacement forplain TeX, it probably is most useful as a basis for your ownformats. Most features included in the format are provided byseparate packages that can be used on their own; see thepackages minim-mp for mplib (MetaPost) support minim-math forunicode mathematics minim-pdf for creating Tagged PDF minim-xmpfor XMP (metadata) inclusion This package contains only theirshared lowest-level programming interface, along with theircombined format. | A modern plain format for the LuaTeX engine | 3 | 工具 + texlive-minimalist | texlive | This package offers you a LaTeX style file and two classes totypeset articles or books in a simple and clear way. Theseclasses currently have native support for English, French,German, Italian, Portuguese (European and Brazilian), andSpanish typesetting. They compile with any major TeX engine.You may also wish to consider the packages einfart andsimplivre, which are enhanced versions of the classes providedhere. They have unicode support, thus can only be used witheither XeLaTeX or LuaLaTeX. Currently they have native supportfor Chinese (both simplified and traditional), English, French,German, Italian, Japanese, Portuguese (European and Brazilian),Russian and Spanish typesetting, and also use more beautifulfonts. | Write your articles or books in a simple and clear way | 3 | 工具 + texlive-minim-hatching | texlive | This is a small proof-of-concept library of tiling patterns foruse with the minim-mp MetaPost processor. | Create tiling patterns with the minim-mp MetaPost processor | 3 | 工具 + texlive-minim-math | texlive | This package provides a simple and highly configurable way touse Unicode and OpenType mathematics with simple LuaTeX, takingadvantage of most of the engine's new capabilities inmathematical typesetting. Also included are the proper settingsand definitions for almost all Unicode mathematical characters. | Extensive maths for LuaTeX | 3 | 工具 + texlive-minim-mp | texlive | This package offers low-level mplib integration for plainLuaTeX and is designed with the purpose of being easy toextend. The use of multiple simultaneous MetaPost instances issupported, as well as running TeX or lua code from withinMetaPost. With the included minim-mp format file, you can evenuse LuaTeX as a stand-alone MetaPost compiler. | Low-level mplib integration for LuaTeX | 3 | 库 + texlive-minim-pdf | texlive | This package adds low-level support to plain LuaTeX for markingup the structure of a PDF document. The implementation israther basic, but should allow you to make your PDFs fullyPDF/A-compliant. | Low-level PDF integration for LuaTeX | 3 | 工具 + texlive-minim-xmp | texlive | This package enables the inclusion of XMP (eXtensible MetadataPlatform) data in the pdf output generated by (plain) LuaTeX.The use of XMP is required by PDF standards such as PDF/A. | Embed XMP metadata in PDF with LuaTeX | 3 | 工具 + texlive-minipage-marginpar | texlive | This package allows \marginpar-commands inside of minipages andother boxes. (It takes another approach than marginnote byMarkus Kohm: it saves all \marginpar-commands and typesets themoutside (i.e., after) the box.) The package defines anenvironment minipagewithmarginpars (to be used like minipage)--and the internal commands may be used by other packages todefine similar environments or commands. | Minipages with marginal notes | 3 | 工具 + texlive-minipage-marginpar-doc | texlive | Documentation for minipage-marginpar | Documentation for minipage-marginpar | 3 | 库 + texlive-miniplot | texlive | MiniPlot is a package to help the LaTeX user typeset EPSfigures using an easy-to-use interface. Figures can be arrangedas one-figure-only or as a collection of figures in columns androws which can itself contain sub-figures in columns and rows.Wrapped figures are also supported. This package providescommands to display a framebox instead of the figure as thegraphics package does already but additionally it writes usefulinformation such as the label and scaling factor into theseboxes. | A package for easy figure arrangement | 3 | 工具 + texlive-miniplot-doc | texlive | Documentation for miniplot | Documentation for miniplot | 3 | 库 + texlive-minitoc | texlive | The minitoc package allows you to add mini-tables-of-contents(minitocs) at the beginning of every chapter, part or section.There is also provision for mini-lists of figures and oftables. At the part level, they are parttocs, partlofs andpartlots. If the type of document does not use chapters, thebasic provision is section level secttocs, sectlofs andsectlots. The package has provision for language-specificconfiguration of its own "fixed names", using .mld files(analagous to babel .ldf files that do that job for LaTeX"s ownfixed names). | Produce a table of contents for each chapter, part or section | 3 | 工具 + texlive-minitoc-doc | texlive | Documentation for minitoc | Documentation for minitoc | 3 | 库 + texlive-minorrevision | texlive | The package supports those who publish articles in peer-reviewed journals. In the final stages of the review process,the authors typically have to provide an additional document(such as a letter to the editors), in which they provide a listof modifications that they made to the manuscript. The packageautomatically provides line numbers and quotations from themanuscript, for this letter. The package loads the packagelineno, so (in effect) shares lineno's incompatibilities. | Quote and refer to a manuscript for minor revisions | 3 | 工具 + texlive-minorrevision-doc | texlive | Documentation for minorrevision | Documentation for minorrevision | 3 | 库 + texlive-minted | texlive | The package that facilitates expressive syntax highlighting inLaTeX using the powerful Pygments library. The package alsoprovides options to customize the highlighted source codeoutput using fancyvrb. | Highlighted source code for LaTeX | 3 | 工具 + texlive-minted-doc | texlive | Documentation for minted | Documentation for minted | 3 | 工具 + texlive-mintspirit | texlive | The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the MintSpirit and MintSpiritNo2 families of fonts,designed by Hirwen Harendal. MintSpirit was originally designedfor use as a system font on a Linux Mint system. The No. 2variant provides more conventional shapes for some glyphs. | LaTeX support for MintSpirit font families | 3 | 工具 + texlive-mintspirit-doc | texlive | Documentation for mintspirit | Documentation for mintspirit | 3 | 库 + texlive-minutes | texlive | Supports the creation of a collection of minutes. Featuresinclude: Support of tasks (who, schedule, what, time offinishing; possibility of creating a list of open tasks;inclusion of open tasks from other minutes; Support forattachments; Support of schedule dates (in planning: supportfor the calendar package); Different versions ('secret parts');and Macros for votes and decisions (list of decisions). Supportfor minutes in German, Dutch and English is provided. | Typeset the minutes of meetings | 3 | 工具 + texlive-minutes-doc | texlive | Documentation for minutes | Documentation for minutes | 3 | 库 + texlive-mismath | texlive | The package provides some mathematical macros to typeset:mathematical constants e, i, pi in upright shape(automatically) as recommended by ISO 80000-2, vectors withbeautiful arrows and adjusted norm, some standard operatornames, improved spacings in mathematical formulas, systems ofequations and small matrices, displaymath in double columns forlong calculations. | Miscellaneous mathematical macros | 3 | 工具 + texlive-mi-solns | texlive | This package is designed to mark a solution environment of anexercise or quiz and insert it into the same or a differentdocument. Solutions are ones created by either the exerquiz oreqexam package. All PDF creators are supported. | Extract solutions from exercises and quizzes | 3 | 工具 + texlive-missaali | texlive | This package contains the free OpenType Textura font Missaaliand a style file for using it with XeLaTeX. Textura is atypeface based on the textus quadratus form of the textualisformata that late medieval scribes used for the most valuablemanuscripts. The font Missaali is based on Textura that Germanprinter Bartholomew Ghotan used for printing missals andpsalters in the 1480s. This font has two intended use cases: asa Gothic display font; and for emulating late-medievalmanuscripts. In addition to the basic textura letters, the fontcontains a large number of abbreviation sigla as well as a setof Lombardic initials. As modern typesetting algorithms are notintended for creating 15th century style layout, the packagecontains a XeLaTeX style file that makes it easier to achievethe classic incunabula look. | A late medieval OpenType textura font | 3 | 工具 + texlive-mkgrkindex | texlive-base | Makeindex is resolutely stuck with Latin-based alphabets, sowill not deal with Greek indexes, unaided. This packageprovides a Perl script that will transmute the index of a Greekdocument in such a way that makeindex will sort the entriesaccording to the rules of the Greek alphabet. | Makeindex working with Greek | 3 | 库 + texlive-mkjobtexmf | texlive-base | The package provides a Perl script, which runs a program andtries to find the names of file used. Two methods areavailable, option -recorder of (Web2C) TeX and the programstrace. Then it generates a directory with a texmf tree. Itchecks the found files and tries sort them in this texmf tree.The script may be used for archiving purposes or to speed uplater TeX runs. | Generate a texmf tree for a particular job | 3 | 工具 + texlive-mkpattern | texlive | Mkpattern is a general purpose program for the generation ofhyphenation patterns, with definition of letter sets andtemplate-like constructions. It also provides an easy way tohandle different input and output encodings, and featguresgeneration of clean UTF-8 patterns. The package was used forthe creation of the Galician patterns. | A utility for making hyphenation patterns | 3 | 工具 + texlive-mkpattern-doc | texlive | Documentation for mkpattern | Documentation for mkpattern | 3 | 库 + texlive-mkpic | texlive-base | mkpic provides an easy interface for making small pictures withmfpic. To this end you create an input file consisting ofcommands, one per line, with space separated parameters (or youmodify the DATA section of the mkpic script, which is used ifyou run it without an input file). For an extensive descriptionsee the file mkpicdoc.pdf, which is part of the distribution. | Perl interface to mfpic | 3 | 库 + texlive-mlacls | texlive | In the United States, secondary and undergraduate students aregenerally expected to adhere to the format prescribed by theModern Language Association (MLA) for typewritten essays,research papers and writings. This package provides a simple,straightforward LaTeX class for composing papers almostperfectly adherent to the MLA style guide. | LaTeX class for MLA papers | 3 | 工具 + texlive-mla-paper | texlive | The package formats articles using the MLA style ("MLA" ="Modern Language Association"). The aim is that students andother academics in the humanities should be able to typesettheir materials, properly, with minimal effort on their part. | Proper MLA formatting | 3 | 工具 + texlive-mla-paper-doc | texlive | Documentation for mla-paper | Documentation for mla-paper | 3 | 库 + texlive-mleftright | texlive | The package defines variants \mleft and \mright of \left and\right, that make the delimiters act as \mathopen and\mathclose. These commands address spacing difficulties insubformulas. | Variants of delimiters that act as maths open/close | 3 | 工具 + texlive-mlist | texlive | The package defines commands that create macros for typesettingvectors, matrices and functions, in a logical way. For example,logical indexing can then be used to refer to elements orarguments without hard-coding the symbols in the document. | Logical markup for lists | 3 | 工具 + texlive-mlist-doc | texlive | Documentation for mlist | Documentation for mlist | 3 | 库 + texlive-mlmodern | texlive | MLModern is a text and math font family with (La)TeX support,based on the design of Donald Knuth's Computer Modern and theLatin Modern project. It avoids the spindliness of most otherType 1 versions of Computer Modern. | A blacker Type 1 version of Computer Modern, with multilingual support | 3 | 工具 + texlive-mltex | texlive-base | MLTeX is a modification of TeX version >=3.0 that allows thehyphenation of words with accented letters using ordinaryComputer Modern (CM) fonts. The system is distributed as a TeXchange file. | The MLTeX system | 3 | 工具 + texlive-mluexercise | texlive | This package provides a template class for solving weeklyexercises at the Institute for Computer Science of MartinLuther University Halle-Wittenberg. The class can be used byall students--especially first semesters--to typeset theirexercises with low effort in beautiful LaTeX. A bunch of handymacros are included that are used throughout many lecturesduring the bachelor's degree program. The class is maintainedby the students' council of the university. The focus is onencouraging first semester students to use LaTeX fortypesetting, thus the package has been kept as simple aspossible. | Exercises/homework at the Martin Luther University Halle-Wittenberg | 3 | 工具 + texlive-mmap | texlive | The package is an extension of cmap with improved flexibilityand coverage, including the ability to re-encode Knuth's basicmathematics fonts. | Include CMap resources in PDF files from PDFTeX | 3 | 工具 + texlive-mmap-doc | texlive | Documentation for mmap | Documentation for mmap | 3 | 库 + texlive-mnotes | texlive | The package provides a flexible mechanism for annotating, andcommenting upon, collaboratively-written documents. | Margin annotation for collaborative writing | 3 | 工具 + texlive-mnotes-doc | texlive | Documentation for mnotes | Documentation for mnotes | 3 | 库 + texlive-mnras | texlive | Package for preparing papers in the journal Monthly Notices ofthe Royal Astronomical Society. | Monthly Notices of the Royal Astronomical Society | 3 | 工具 + texlive-mnras-doc | texlive | Documentation for mnras | Documentation for mnras | 3 | 库 + texlive-mnsymbol | texlive | MnSymbol is a symbol font family, designed to be used inconjunction with Adobe Minion Pro (via the MinionPro package).Almost all of LaTeX and AMS mathematical symbols are provided;remaining coverage is available from the MinionPro font withthe MinionPro package. The fonts are available both as Metafontsource and as Adobe Type 1 format, and a comprehensive supportpackage is provided. While the fonts were designed to fit withMinon Pro, the design should fit well with other renaissance orbaroque faces: indeed, it will probably work with most fontsthat are neither too wide nor too thin, for example Palatino orTimes; it is known to look good with Sabon. There is no packagedesigned to configure its use with any font other than MinionPro, but (for example) simply loading mnsymbol after mathpazowill probably do what is needed. | Mathematical symbol font for Adobe MinionPro | 3 | 工具 + texlive-mnsymbol-doc | texlive | Documentation for mnsymbol | Documentation for mnsymbol | 3 | 库 + texlive-modeles-factures-belges-assocs | texlive | This package provides templates and a sty file for generatinginvoices for Belgian non-profit organizations. | Generate invoices for Belgian non-profit organizations | 3 | 工具 + texlive-moderncv | texlive | The class provides facilities for typesetting moderncurriculums vitae, both in a classic and in a casual style. Itis fairly customizable, allowing you to define your own styleby changing the colours, the fonts, etc. The template.tex filecan be used as an example. | A modern curriculum vitae class | 3 | 工具 + texlive-moderncv-doc | texlive | Documentation for moderncv | Documentation for moderncv | 3 | 库 + texlive-modernposter | texlive | This class extends the a0poster class in that it adds supportto easily create posters without the need for taking care ofthe layout at all. It allows to use \maketitle to generate afancy header containing the title information and also providesmacros to position various different types of text boxes in atwo-column layout. The color scheme is inspired by themetropolis beamer theme. | A modern LaTeX poster theme | 3 | 工具 + texlive-moderntimeline | texlive | The package provides commands to configure and to draw timeline diagrams; such diagrams are designed to fit intoCurriculum Vitae documents written using the moderncv class. | Timelines for use with moderncv | 3 | 工具 + texlive-moderntimeline-doc | texlive | Documentation for moderntimeline | Documentation for moderntimeline | 3 | 库 + texlive-modes | texlive | The modes file collects all known Metafont modes for printingor display devices, of whatever printing technology. Specialprovision is made for write-white printers, and a 'landscape'mode is available, for making suitable fonts for printers withpixels whose aspect is non-square. The file also providesdefinitions that make \specials identifying the mode inMetafont's GF output, and put coding information and otherXerox-world information in the TFM file. | A collection of Metafont mode_def's | 3 | 工具 + texlive-modiagram | texlive | The package provides an environment MOdiagram and somecommands, to create molecular orbital diagrams using TikZ. Forexample, the MO diagram of dihydrogen would be written as:\begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s ={0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} Thepackage also needs the l3kernel and l3packages bundles from theLaTeX 3 experimental distribution. | Drawing molecular orbital diagrams | 3 | 工具 + texlive-modiagram-doc | texlive | Documentation for modiagram | Documentation for modiagram | 3 | 库 + texlive-modref | texlive | The package contains macros which allow authors to easilycustomise how cross-references appear in their document, bothin general (across all cross-references) and for particulartypes of references (identified by a prefix in the referencelabel), in a very generic manner. | Customisation of cross-references in LaTeX | 3 | 工具 + texlive-modref-doc | texlive | Documentation for modref | Documentation for modref | 3 | 库 + texlive-modroman | texlive | This package provides only two macros viz. \modromannumeralwhich writes the number given as argument in lower case romannumeral with a 'j' instead of a 'i' as the final letter ofnumbers greater than 1 and \modroman{MyCounter} which writesthe value of a counter in the same way. You use the first inthe same way as the TeX primitive \romannumeral and the secondas LaTeX command \roman. The default option is 'vpourv' withwhich 5 is 'translated' as 'v' and option 'upourv' whith whichthe same 5 is given as 'u'. | Write numbers in lower case roman numerals | 3 | 工具 + texlive-modroman-doc | texlive | Documentation for modroman | Documentation for modroman | 3 | 库 + texlive-modular | texlive | LaTeX sections have absolute depth, e.g. \section, \subsection,etc. When composing modular documents, we want relative depths.The coseoul package provides relative headings, but does notget things right when composing a document modularly frommultiple parts. This package provides the missing piece.modular relies on coseoul, import, and ifthen. | Relative section headings for modular documents | 3 | 工具 + texlive-modulus | texlive | The package provides an easy way to take the remainder of adivision operation without destroying the values of thecounters containing the dividend and divisor. Also provides away to take the integer quotient of a division operationwithout destroying the values of the counters containing thedividend and divisor. A tiny but occasionally useful package,when doing heavy TeX programming. | A non-destructive modulus and integer quotient operator for TeX | 3 | 工具 + texlive-mongolian-babel | texlive | This package provides support for Mongolian in a Cyrillicalphabet. (The work derives from the earlier Russian work forbabel.) | A language definition file for Mongolian in Babel | 3 | 工具 + texlive-mongolian-babel-doc | texlive | Documentation for mongolian-babel | Documentation for mongolian-babel | 3 | 库 + texlive-monofill | texlive | The package provides horizontal alignment, as in the LaTeXcommand \listfiles (or the author's longnamefilelist package).Uses may include in-text tables, or even code listings. | Alignment of plain text | 3 | 工具 + texlive-monofill-doc | texlive | Documentation for monofill | Documentation for monofill | 3 | 库 + texlive-montex | texlive | MonTeX provides Mongolian and Manju support for the TeX/LaTeXcommunity. Mongolian is a language spoken in North East Asia,namely Mongolia and the Inner Mongol Autonomous Region ofChina. Today, it is written in an extended Cyrillic alphabet inMongolia whereas the Uighur writing continues to be in use inInner Mongolia, though it is also, legally speaking, theofficial writing system of Mongolia. Manju is another languageof North East Asia, belonging to the Tungusic branch of theAltaic languages. Though it is hardly spoken nowadays, itsurvives in written form as Manju was the native language ofthe rulers of the Qing dynasty (1644-1911) in China. Largequantities of documents of the Imperial Archives survive, aswell as some of the finest dictionaries ever compiled in Asia,like the Pentaglot, a dictionary comprising Manju, Tibetan,Mongolian, Uighur and Chinese. MonTeX provides all necessarycharacters for writing standard Mongolian in Cyrillic andClassical (aka Traditional or Uighur) writing, and Manju aswell as transliterated Tibetan texts, for which purpose anumber of additional characters was created. In MonTeX, bothMongolian and Manju are entered in romanized form. Theretransliteration (from Latin input to Mongolian and Manjuoutput) is completely realized in TeX/Metafont so that noexternal preprocessor is required. Please note that most of theenhanced functions of MonTeX require a working e-LaTeXenvironment. This is especially true when compiling documentswith Mongolian or Manju as the main document language. It isrecommended to choose pdfelatex as the resulting PDF files aretruly portable. Vertical text generated by MonTeX is notsupported in DVI. | Mongolian LaTeX | 3 | 工具 + texlive-montex-doc | texlive | Documentation for montex | Documentation for montex | 3 | 库 + texlive-montserrat | texlive | Montserrat is a geometric sans-serif typeface designed byJulieta Ulanovsky, inspired by posters and signage from herhistorical Buenos Aires neighborhood of the same name. It israther close in spirit to Gotham and Proxima Nova, but has itsown individual appearance -- more informal, less extended, andmore idiosyncratic. It is provided in a total of nine differentweights, each having eight figure styles and small caps in bothupright and italic shapes. There are two quite differentversions that don't fit into the usual LaTeX classifications.The version having the appellation "Alternates" has lettershapes that are much more rounded than the default version,reflecting the signage in the neighborhood of Montserrat. | Montserrat sans serif, otf and pfb, with LaTeX support files | 3 | 库 + texlive-moodle | texlive | A package for writing Moodle quizzes in LaTeX. In addition totypesetting the quizzes for proofreading, the package compilesan XML file to be uploaded to a Moodle server. | Generating Moodle quizzes via LaTeX | 3 | 工具 + texlive-moodle-doc | texlive | Documentation for moodle | doc files of moodle | 3 | 库 + texlive-moreenum | texlive | The package provides the following new enumerate styles: \greekfor lowercase Greek letters; \Greek for uppercase Greekletters; \enumHex for uppercase hexadecimal enumeration;\enumhex for lowercase hexadecimal enumeration; \enumbinary forbinary enumeration; \enumoctal for octal enumeration; \levelnthfor "1st", "2nd", "3rd" etc., with the "nth"s on the baseline;raisenth for "1st", "2nd", "3rd" etc., with the "nth"s raised;\nthwords for "first", "second", "third" etc.; \Nthwords for"First", "Second", "Third" etc.; \NTHWORDS for "FIRST","SECOND", "THIRD" etc.; \nwords for "one", "two", "three" etc.;\Nwords for "One", "Two", "Three" etc.; and \NWORDS for "ONE","TWO", "THREE" etc. Each of these works with enumitem's"starred variant" feature. So\begin{enumerate}[label=\enumhex*] will output a hex enumeratedlist. Enumitem provides a start=0 option for starting yourenumerations at 0. The package requires amsmath, alphalph,enumitem (of course), binhex and nth, all of which are widelyavailable. | More enumeration options | 3 | 工具 + texlive-moreenum-doc | texlive | Documentation for moreenum | Documentation for moreenum | 3 | 库 + texlive-morefloats | texlive | LaTeX can, by default, only cope with 18 outstanding floats;any more, and you get the error "too many unprocessed floats".This package releases the limit; TeX itself imposes limits(which are independent of the help offered by e-TeX). However,if your floats can't be placed anywhere, extending the numberof floats merely delays the arrival of the inevitable errormessage. | Increase the number of simultaneous LaTeX floats | 3 | 工具 + texlive-morefloats-doc | texlive | Documentation for morefloats | Documentation for morefloats | 3 | 服务 + texlive-morehype | texlive | The bundle provides three packages: texlinks: shorthand macrosfor TeX-related external hyperlinks with hyperref, the blogpackage in the present bundle, etc; hypertoc: adjust thepresentation of coloured frames in hyperref tables of contents(article class only); blog: fast generation of simple HTML byexpanding LaTeX macros, using the fifinddo package. | Hypertext tools for use with LaTeX | 3 | 工具 + texlive-morehype-doc | texlive | Documentation for morehype | Documentation for morehype | 3 | 库 + texlive-moresize | texlive | A package for using font sizes up to 35.88pt, for example withthe EC fonts. New commands \HUGE and \ssmall for selecting fontsizes are provided together with some options working aroundcurrent LaTeX2e shortcomings in using big font sizes. Thepackage also provides options for improving the typesetting ofparagraphs (or headlines) with embedded math expressions atfont sizes above 17.28pt. | Allows font sizes up to 35.83pt | 3 | 工具 + texlive-moresize-doc | texlive | Documentation for moresize | Documentation for moresize | 3 | 库 + texlive-moreverb | texlive | A collection of verbatim facilities that provide line-numberedverbatim, verbatim that obey's TAB characters, verbatim inputand verbatim output to file. The package makes use of the LaTeXrequired verbatim package. The package formed from a series ofsmall pieces, and is somewhat unstructured. The user who looksfor thought-through verbatim facilities is advised to considerusing the fancyvrb package in place of moreverb. | Extended verbatim | 3 | 工具 + texlive-moreverb-doc | texlive | Documentation for moreverb | Documentation for moreverb | 3 | 库 + texlive-morewrites | texlive | The package aims to solve the error "No room for a new \write",which occurs when the user, or when the user's packages have'allocated too many streams using \newwrite (TeX has a fixedmaximum number - 16 - such streams built-in to its code). Thepackage hooks into TeX primitive commands associated withwriting to files; it should be loaded near the beginning of thesequence of loading packages for a document. The package usesthe l3kernel bundle. | Always room for a new write stream | 3 | 工具 + texlive-morewrites-doc | texlive | Documentation for morewrites | Documentation for morewrites | 3 | 工具 + texlive-morisawa | texlive | The package enables selection of 5 standard Japanese fonts forpLaTeX + dvips. It was originally written by Haruhiko Okumuraas part of jsclasses bundle, and the TFM/VF files werepreviously distributed as part of the ptex-fonts package. | Enables selection of 5 standard Japanese fonts for pLaTeX + dvips | 3 | 库 + texlive-movie15 | texlive | The package provides an interface to embed movies, sounds and3D objects into PDF documents for use with LaTeX as well aspdfLaTeX. The package defines a command \includemovie withPDF-1.5 compatibility. Option 'autoplay' causes the media clipto be started right after the page has loaded. This is usefulfor side by side movie clips to be played back synchronously.The package is now superseded by media9 | Multimedia inclusion package | 3 | 工具 + texlive-mp3d | texlive | Create animations of 3-dimensional objects (such as polyhedra)in MetaPost. | 3D animations | 3 | 工具 + texlive-mp3d-doc | texlive | Documentation for mp3d | Documentation for mp3d | 3 | 库 + texlive-mparhack | texlive | Works around the LaTeX bug that marginpars will sometimes comeout at the wrong margin. | Work around a LaTeX bug in marginpars | 3 | 工具 + texlive-mparhack-doc | texlive | Documentation for mparhack | Documentation for mparhack | 3 | 库 + texlive-mparrows | texlive | A package to provide different types of arrow heads to be usedwith MetaPost commands drawarrow and drawdblarrow commands. | MetaPost module with different types of arrow heads | 3 | 库 + texlive-mparrows-doc | texlive | Documentation for mparrows | doc files of mparrows | 3 | 库 + texlive-mpattern | texlive | A package for defining and using patterns in MetaPost, usingthe Pattern Color Space available in PostScript Level 2. | Patterns in MetaPost | 3 | 库 + texlive-mpattern-doc | texlive | Documentation for mpattern | Documentation for mpattern | 3 | 库 + texlive-mpcolornames | texlive | The MetaPost format plain.mp provides only five built-in colournames (variables), all of which are defined in the RGB model:red, green and blue for the primary colours and black andwhite. The package makes more than 500 colour names fromdifferent colour sets in different colour models available toMetaPost. Colour sets include X11, SVG, DVIPS and xcolorspecifications. | Extend list of predefined colour names for MetaPost | 3 | 工具 + texlive-mpcolornames-doc | texlive | Documentation for mpcolornames | Documentation for mpcolornames | 3 | 库 + texlive-mpfonts | texlive | The Computer Modern fonts are available in Type 1 format, butthese renditions are somewhat thin and spindly, and producemuch lighter results than the originals. It is alternativelypossible to use Metafont bitmaps, but this has itsdisadvantages in comparison with vector fonts. These fonts areconversions to Type 3 fonts, done entirely in MetaPost; theyare vector fonts which are a direct conversion from theoriginal Metafont files, so they are the design most authenticto the originals. However, these fonts, because they arePostScript Type 3 fonts, are not suitable for on-screenreading, and should probably only be used for printing. Note:do NOT add the map file to updmap! | Computer Modern Type 3 fonts converted using MetaPost | 3 | 工具 + texlive-mpgraphics | texlive | The package allows LaTeX users to typeset MetaPost code inlineand display figures in their documents with only and only onerun of LaTeX, PDFLaTeX or XelaTeX (no separate runs of mpost).Mpgraphics achieves this by using the shell escape (\write 18)feature of current TeX distributions, so that the whole processis automatic and the end user is saved the tiresome processing. | Process and display MetaPost figures inline | 3 | 工具 + texlive-mpgraphics-doc | texlive | Documentation for mpgraphics | Documentation for mpgraphics | 3 | 库 + texlive-mpman-ru-doc | texlive | Documentation for mpman-ru | Documentation for mpman-ru | 3 | 服务 + texlive-mpostinl | texlive | This LaTeX2e package enables the embedding of MetaPost figureswithin LaTeX documents. The package automatically collects theembedded definitions and figures in a .mp file, adds anappropriate LaTeX document structure, and compiles it to .mpsfiles. It also allows for various configuration options tomanage the generation of files and compilation. | Embed MetaPost figures within LaTeX documents | 3 | 工具 + texlive-mptopdf | texlive-base | The mptopdf script does standalone conversion from mpost toPDF, using the supp-* and syst-* files. They also allow nativeMetaPost graphics inclusion in LaTeX (via pdftex.def) andConTeXt. They can be used independently of the rest ofConTeXt, yet are maintained as part of it. So in TeX Live wepull them out to this separate package for the benefit of LaTeXusers who do not install the rest of ConTeXt. This can befound on CTAN in macros/pdftex/graphics. | mpost to PDF, native MetaPost graphics inclusion | 3 | 工具 + texlive-mptrees | texlive | This package provides MetaPost tools for drawing simpleprobability trees. One command and several parameters tocontrol the output are provided. | Probability trees with MetaPost | 3 | 工具 + texlive-ms | texlive | The remains of a bundle of LaTeX packages by Martin Schroder;the collection still comprises: count1to, make use of TeXcounters; and multitoc, typeset the table of contents inmultiple columns. ragged2e, prelim2e, everyshi (obsolete), andeverysel (obsolete), which used to be part of this bundle, havebecome independent packages. | Various LaTeX packages by Martin Schroder | 3 | 工具 + texlive-msc | texlive | The package should be useful to all people that prepare theirtexts with LaTeX and want to draw Message Sequence Charts intheir texts. The package is not an MSC editor; it simply takesa textual description of an MSC and draws the correspondingMSC. The current version of the MSC macro package supports thefull MSC2000 language. | Draw MSC diagrams | 3 | 工具 + texlive-msc-doc | texlive | Documentation for msc | Documentation for msc | 3 | 库 + texlive-ms-doc | texlive | Documentation for ms | Documentation for ms | 3 | 库 + texlive-msg | texlive | The package is designed to localise any document class orpackage. This should be very useful for end-users who couldobtain messages in their own preferred language. It is reallyeasy to use by writers of other classes and packages.Volunteers are urged to test the package, report, and even tolocalise the message file to their own language. Documentationis provided in English. | A package for LaTeX localisation | 3 | 工具 + texlive-msg-doc | texlive | Documentation for msg | Documentation for msg | 3 | 库 + texlive-mslapa | texlive | LaTeX and BibTeX style files for a respectably closeapproximation to APA (American Psychological Association)citation and reference style. | Michael Landy's APA citation style | 3 | 工具 + texlive-mslapa-doc | texlive | Documentation for mslapa | Documentation for mslapa | 3 | 库 + texlive-msu-thesis | texlive | This is a class file for producing dissertations and thesesaccording to the Michigan State University Graduate SchoolGuidelines for Electronic Submission of Master's Theses andDissertations. The class should meet all current requirementsand is updated whenever the university guidelines change. Theclass is based on the memoir document class, and inherits thefunctionality of that class. | Class for Michigan State University Master's and PhD theses | 3 | 工具 + texlive-msu-thesis-doc | texlive | Documentation for msu-thesis | Documentation for msu-thesis | 3 | 工具 + texlive-mtgreek | texlive | This package is an add-on to the MathTime a style to provideTeX support for the use of the MathTime(tm) fonts (formerlydistributed by YandY, Inc.). The MathTime package has uppercaseGreek letters hardwired to be upright and only upright; thispackage provides a switch to choose between the two kinds ofGreek uppercase letters. | Use italic and upright greek letters with mathtime | 3 | 工具 + texlive-mtgreek-doc | texlive | Documentation for mtgreek | Documentation for mtgreek | 3 | 库 + texlive-m-tx | texlive-base | M-Tx is a preprocessor to pmx, which is itself a preprocessorto musixtex, a music typesetting system. The prime motivationto the development of M-Tx was to provide lyrics for music tobe typeset. In fact, pmx now provides a lyrics interface, but M-Tx continues in use by those who prefer its language. | A preprocessor for pmx | 3 | 工具 + texlive-mucproc | texlive | The mucproc.cls is a document class to support the formattingguidelines for submissions to the German Mensch und Computerconference. This work consists of the files mucproc.dtx andmucproc.ins and the derived files mucproc.cls,mucfontsize10pt.clo. A compilable demonstration file using themucproc class can be found onhttps://github.com/Blubu/mucproc/. This example fulfills theformatting guidelines for MuC 2017. | Conference proceedings for the German MuC-conference | 3 | 工具 + texlive-mugsthesis | texlive | The bundle offers a thesis class, based on memoir, thatcomplies with Marquette University Graduate Schoolrequirements. | Thesis class complying with Marquette University Graduate School requirements | 3 | 工具 + texlive-mugsthesis-doc | texlive | Documentation for mugsthesis | Documentation for mugsthesis | 3 | 库 + texlive-muling | texlive | This is a class file for writing MA thesis as required by theDepartment of Linguistics at the University of Mumbai. | MA Thesis class for the Department of Linguistics, University of Mumbai | 3 | 工具 + texlive-multenum | texlive | Defines an environment multienumerate, that produces anenumerated array in which columns are vertically aligned on thecounter. The motivation was lists of answers for a text book,where there are many rather small items; the multienumerateenvironment goes some way to making such lists look neater. | Multi-column enumerated lists | 3 | 工具 + texlive-multenum-doc | texlive | Documentation for multenum | Documentation for multenum | 3 | 库 + texlive-multiaudience | texlive | This package allows to generate several versions of the samedocument for different audiences. | Several versions of output from the same source | 3 | 工具 + texlive-multiaudience-doc | texlive | Documentation for multiaudience | Documentation for multiaudience | 3 | 库 + texlive-multibbl | texlive | The package multibbl redefines the standard bibliographiccommands so that one can generate multiple reference sections.Each section has it own auxiliary file (for use with BibTeX)and title. | Multiple bibliographies | 3 | 工具 + texlive-multibbl-doc | texlive | Documentation for multibbl | Documentation for multibbl | 3 | 库 + texlive-multibib | texlive | The package the creation of references to multiplebibliographies within one document. It thus providescomplementary functionality to packages like bibunits andchapterbib, which allow the creation of one bibliography formultiple, but different parts of the document. Multibib iscompatible with inlinebib, natbib, and koma-script. | Multiple bibliographies within one document | 3 | 工具 + texlive-multibib-doc | texlive | Documentation for multibib | Documentation for multibib | 3 | 库 + texlive-multibibliography | texlive-base | Conventional standards for bibliography styles impose a forcedchoice between index and name/year citations, and correspondingreferences. The package avoids this choice, by providingalphabetic, sequenced, and even chronological orderings ofreferences. Inline citations, that integrate theseheterogeneous styles, are also supported (and work with otherbibliography packages). | Multiple versions of a bibliography, with different sort orders | 3 | 工具 + texlive-multicap | texlive | This is a package for formatting captions of column figures andcolumn tabular material, which cannot be standard floats in amulticols environment. The package also provides a convenientway to customise your captions, whether they be in multicols ornot. | Format captions inside multicols | 3 | 工具 + texlive-multicap-doc | texlive | Documentation for multicap | Documentation for multicap | 3 | 库 + texlive-multicolrule | texlive | This package lets you customize the appearance of the verticalrule that appears between columns of multicolumn text. It isprimarily intended to work with the multicol package, hence itsname, but also supports the twocolumn option and \twocolumnmacro provided by the standard classes (and related classessuch as the KOMA-Script equivalents). The package depends onexpl3 and xparse. | Decorative rules between columns | 3 | 工具 + texlive-multidef | texlive | Multidef provides a simple way of defining several macroshaving similar definitions. | Quickly define several similar macros | 3 | 库 + texlive-multidef-doc | texlive | Documentation for multidef | doc files of multidef | 3 | 库 + texlive-multido | texlive | The package provides the \multido command, which was originallydesigned for use with PSTricks. Fixed-point arithmetic is usedwhen working on the loop variable, so that the package isequally applicable in graphics applications like PSTricks as itis with the more common integer loops. | A loop facility for Generic TeX | 3 | 工具 + texlive-multido-doc | texlive | Documentation for multido | Documentation for multido | 3 | 库 + texlive-multienv | texlive | The package provides a multienv environment which permits easyaddition of multiple environments using a key=value syntax.Macros to define environments using this syntax are alsoprovided. | Multiple environments using a "key=value" syntax | 3 | 工具 + texlive-multienv-doc | texlive | Documentation for multienv | Documentation for multienv | 3 | 服务 + texlive-multiexpand | texlive | The package provides two user commands; one that performsmultiple expansions, and one that does multiple \expandafteroperations, in a single macro call. The package requires eTeX's\numexpr command. The author suggests that the same effectcould be provided by use of the command variant mechanisms ofLaTeX 3 (see, for example, the interface documentation of theexperimental LaTeX 3 kernel). | Variations on the primitive command \expandafter | 3 | 工具 + texlive-multiexpand-doc | texlive | Documentation for multiexpand | Documentation for multiexpand | 3 | 库 + texlive-multifootnote | texlive | This package provides several commands for generating footnoteswith multiple numbers (resp. marks). | Multiple numbers for the same footnote | 3 | 工具 + texlive-multilang | texlive | Maintaining a LaTeX document with translations for multiplelanguages can be cumbersome and error-prone. This packageprovides a set of macros for defining macros and environmentsas wrappers around existing macros and environments. Thesewrappers allow one to clearly specify multiple translations forthe arguments to the wrapped macros and environments while onlythe translation of the document's language is actually shown.Choosing a translation then is as simple as choosing thedocument's language via babel or polyglossia. | A LaTeX package for maintaining multiple translations of a document | 3 | 工具 + texlive-multiobjective | texlive | The package provides a series of operators commonly used inpapers related to multiobjective optimisation, multiobjectiveevolutionary algorithms, multicriteria decision making andsimilar fields. | Symbols for multiobjective optimisation etc | 3 | 库 + texlive-multiobjective-doc | texlive | Documentation for multiobjective | Documentation for multiobjective | 3 | 库 + texlive-multiple-choice | texlive | This package adjusts the choices of the multiple-choicequestion automatically. It has been wholly inspired by the workof Enrico Gregorio and improved by Vafa Khalighi and I've justpacked and redistributed it under the name of themultiple-choice package. | LaTeX package for multiple-choice questions | 3 | 工具 + texlive-multirow | texlive | The package has a lot of flexibility, including an option forspecifying an entry at the "natural" width of its text. Thepackage is distributed with the bigdelim and bigstrut packages,which can be used to advantage with \multirow cells. | Create tabular cells spanning multiple rows | 3 | 工具 + texlive-multirow-doc | texlive | Documentation for multirow | Documentation for multirow | 3 | 库 + texlive-munich | texlive | The Munich BibTeX style is produced with custom-bib, as aGerman (and, more generally, Continental European) alternativeto such author-date styles as harvard and oxford. | An alternative authordate bibliography style | 3 | 工具 + texlive-munich-doc | texlive | Documentation for munich | Documentation for munich | 3 | 库 + texlive-musical | texlive | This package is designed to simplify the development anddistribution of scripts for theatrical musicals, especiallyones under development. The output is formatted to followgenerally accepted script style[1] while also maintaining ahigh level of typographic integrity, and includes commands fordialog, lyrics, stage directions, music and dance cues,rehearsal marks, and more. It gracefully handles dialog thatcrosses page breaks, and can generate lists of songs and listsof dances in the show. [1] There are lots of references for theOne True Way to format a script. Naturally, none of them agree. | Typeset (musical) theatre scripts | 3 | 工具 + texlive-musicography | texlive | This package makes available the most commonly used symbols inwriting about music in a way that can be used with pdfLaTeX andlooks consistent and attractive. It includes accidentals,meters, and notes of different rhythmic values. The packagebuilds on the approach used in the harmony package, where thesymbols are taken from the MusiXTeX fonts. But it provides alarger range of symbols and a more flexible, user-friendlyinterface written using xparse. | Accessing symbols for music writing with pdfLaTeX | 3 | 工具 + texlive-musikui | texlive | This package permits to easily typeset arithmeticallongdesc restorations using LaTeX. This package requires the graphicxlongdesc package. | Easy creation of "arithmetical restoration" puzzles | 3 | 工具 + texlive-musixguit | texlive | The package provides commands for typesetting notes for guitar,especially for simplifying guitar notation with MusixTeX. | Easy notation for guitar music, in MusixTeX | 3 | 工具 + texlive-musixguit-doc | texlive | Documentation for musixguit | Documentation for musixguit | 3 | 库 + texlive-musixtex | texlive-base | MusiXTeX provides a set of macros, based on the earlierMusicTeX, for typesetting music with TeX. To produce optimalspacing, MusixTeX is a three-pass system: etex, musixflx, andetex again. (Musixflx is a lua script that is provided in thebundle.) The three-pass process, optionally followed byprocessing for printed output, is automated by the musixtexwrapper script. The package uses its own specialised fonts,which must be available on the system for musixtex to run. Thisversion of MusixTeX builds upon work by Andreas Egler, whoseown version is no longer being developed. The MusiXTeX macrosare universally acknowledged to be challenging to use directly:the pmx preprocessor compiles a simpler input language toMusixTeX macros. | Sophisticated music typesetting | 3 | 工具 + texlive-musixtex-fonts | texlive | These are fonts for use with MusixTeX; they are provided bothas original Metafont source, and as converted Adobe Type 1. Thebundle renders the older (Type 1 fonts only) bundle musixtex-t1fonts obsolete. | Fonts used by MusixTeX | 3 | 工具 + texlive-musixtex-fonts-doc | texlive | Documentation for musixtex-fnts | Documentation for musixtex-fnts | 3 | 库 + texlive-musixtnt | texlive-base | The package includes an archive containing a MusiXTeX extensionlibrary musixtnt, and documentation for a program:msxlint. musixtnt.tex provides a macro \TransformNotes thatenables transformations of the effect of notes commands suchas \notes. In general, the effect of\TransformNotes{input}{output} is that notes commands in thesource will expect their arguments to match the input pattern,but the notes will be typeset according to the output pattern.An example is extracting single-instrument parts from a multi-instrument score. msxlint detects incorrectly formatted noteslines in a MusiXTeX source file. This should be used beforeusing \TransformNotes. | A MusiXTeX extension library that enables transformations of the effect of notes commands | 3 | 工具 + texlive-musuos | texlive | The package provides a LaTeX class for typesetting term papersat the institute of music and musicology of the University ofOsnabruck, Germany, according to the specifications of Prof.Stefan Hahnheide. A biblatex style is provided. | Typeset papers for the department of music, Osnabruck | 3 | 工具 + texlive-musuos-doc | texlive | Documentation for musuos | Documentation for musuos | 3 | 库 + texlive-muthesis | texlive | The bundle provides thesis and project report document classesfrom the University of Manchester's Department of ComputerScience. | Classes for University of Manchester Dept of Computer Science | 3 | 工具 + texlive-muthesis-doc | texlive | Documentation for muthesis | Documentation for muthesis | 3 | 库 + texlive-mversion | texlive | The package enables the user to keep track of differentversions of a LaTeX document. The command \version prints theversion and build numbers; each time you compile your document,the build number is increased by one. By placing \version inthe header or footer, each page can be marked with the uniquebuild number describing the progress of your document. | Keeping track of document versions | 3 | 工具 + texlive-mversion-doc | texlive | Documentation for mversion | Documentation for mversion | 3 | 库 + texlive-mwcls | texlive | mwcls is a set of document classes for LaTeX 2e designed withPolish typographical tradition in mind. Classes include:'mwart' (which is a replacement for 'article'), 'mwrep'(replacing 'report'), and 'mwbk' (replacing 'book'). Mostfeatures present in standard classes work with mwcls classes.Some extensions/exceptions include: sectioning commands allowfor second optional argument (it is possible to state differenttexts for running head and for TOC), new environments'itemize*' and 'enumerate*' for lists with long items, pagestyles have variants for normal, opening, closing, and blankpages. | Polish-oriented document classes | 3 | 工具 + texlive-mwcls-doc | texlive | Documentation for mwcls | Documentation for mwcls | 3 | 服务 + texlive-mwe | texlive | The bundle provides several files useful when creating aminimal working example (MWE). The package itself loads a smallset of packages often used when creating MWEs. In addition, arange of images are provided, which will be installed in theTEXMF tree, so that they may be used in any (La)TeX document.This allows different users to share MWEs which include imagecommands, without the need to share image files or to usereplacement code. | Packages and image files for MWEs | 3 | 工具 + texlive-mwe-doc | texlive | Documentation for mwe | Documentation for mwe | 3 | 库 + texlive-mweights | texlive | Many font families available for use with LaTeX are availableat multiple weights. Many Type 1-oriented support packages forsuch fonts re-define the standard \mddefault or \bfdefaultmacros. This can create difficulties if the weight desired forone font family isn't available for another font family, or ifit differs from the weight desired for another font family. Thepackage provides a solution to these difficulties. | Support for multiple-weight font packages | 3 | 工具 + texlive-mweights-doc | texlive | Documentation for mweights | Documentation for mweights | 3 | 库 + texlive-mxedruli | texlive | Two Georgian fonts, in both Metafont and Type 1 formats, whichcover the Mxedruli and the Xucuri alphabets. | A pair of fonts for different Georgian alphabets | 3 | 库 + texlive-mxedruli-doc | texlive | Documentation for mxedruli | Documentation for mxedruli | 3 | 库 + texlive-mycv | texlive | The class provides a set of functionality for writing"curriculum vitae" with different layouts. The idea is that auser can write some custom configuration directives, by meansof which is possible both to produce different c.v. layouts andquickly switch among them. In order to process such directives,the class uses a set of lists, provided by the packageetextools. Basic support for using TikZ decorations is alsoprovided. | A list-driven CV class, allowing TikZ decorations | 3 | 工具 + texlive-mycv-doc | texlive | Documentation for mycv | Documentation for mycv | 3 | 库 + texlive-mylatex | texlive | The file mylatex.ltx permits you to create a format thatpre-loads a set of package files (and/or other macros) that youregularly use. In some circumstances, this can be a greatadvantage (though on an ordinarily fast modern computer on thedesktop, gains will be limited). The general scheme is toinitialise your usage by a command of the form: latex -inimylatex.ltx <document> whick will create a format filemylatex.fmt, which you then use as: latex -fmt=mylatex<document> | Make a format containing a document's preamble | 3 | 工具 + texlive-mylatexformat | texlive | The use of formats helps to speed up compilations: packageswhich have been dumped in the format are loaded at very highspeed. This is useful when a document loads many packages(including large packages such as pgf-TikZ). The package wasdeveloped from the work in mylatex, and eliminates many of thelimitations and problems of that package. | Build a format based on the preamble of a LaTeX file | 3 | 工具 + texlive-mylatexformat-doc | texlive | Documentation for mylatexformat | Documentation for mylatexformat | 3 | 库 + texlive-mynsfc | texlive | The package provides a XeLaTeX template for writing the mainbody of National Natural Science Foundation of China (NSFC)proposals, which are allowed to apply online. The packagedefines styles of the outlines and uses BibLaTeX/biber for themanagement of references. | XeLaTeX template for writing the main body of NSFC proposals | 3 | 工具 + texlive-mynsfc-doc | texlive | Documentation for mynsfc | doc files of mynsfc | 3 | 库 + texlive-na-box | texlive | This is a modified version of the pas-cours package madecompatible with XeLaTeX/polyglossia to write arabic documentswith fancy boxed theorem-alike environments. | Arabic-aware version of pas-cours package | 3 | 工具 + texlive-nag | texlive | Old habits die hard. All the same, there are commands, classesand packages which are outdated and superseded. The nag packageprovides routines to warn the user about the use of suchobsolete things. As an example, we provide an extension thatdetects many of the "sins" described in l2tabu. | Detecting and warning about obsolete LaTeX commands | 3 | 工具 + texlive-nag-doc | texlive | Documentation for nag | Documentation for nag | 3 | 库 + texlive-nameauth | texlive | Publications, that reference many names, require editors andproofreaders to track those names in the text and index. Thepackage offers name authority macros that allow authors andcompilers to normalize occurrences of names, variant nameforms, and pen names in the text and index. This may helpminimize writing and production time and cost. | Name authority mechanism for consistency in body text and index | 3 | 工具 + texlive-nameauth-doc | texlive | Documentation for nameauth | Documentation for nameauth | 3 | 库 + texlive-namedef | texlive | This package provides a prefix \named to be used in TeXdefinitions so that parameters can be identified by their namerather than by number, giving parameters a semantic rather thansyntactic meaning, making it easy to understand longdefinitions. A usual definition reads: \def\SayHello#1{Hello,\named\def\SayHello#[person]{Hello, #[person]!} and \named willfigure out the numbering of the parameters for you. | TeX definitions with named parameters | 3 | 工具 + texlive-namedtensor | texlive | This style file provides macros for named tensor notation.Please see the paper 'Named Tensor Notation' for background onthis notation. | Macros for named tensor notation | 3 | 库 + texlive-namespc | texlive | The namespc package adds rudimentary C++-like namespacefunctionality to LaTeX. It may be used to declare local LaTeXcommands, which can be made accessible in a later contextswithout defining them globally. | Rudimentary C++-like namespaces in LaTeX | 3 | 工具 + texlive-namespc-doc | texlive | Documentation for namespc | Documentation for namespc | 3 | 库 + texlive-nanicolle | texlive | This package provides a LaTeX class nanicolle.cls fortypesetting collection labels and identification labels inChinese style or in western style for plant herbariumspecimens. So far, documents using this class can only becompiled with XeLaTeX. Note: The name of the package is acompound of the Japanese "nani" (meaning "what") and atruncated form of the English "collect", thus expressing theideas of identification/classification (taxonomy) andcollection. | Typesetting herbarium specimen labels | 3 | 工具 + texlive-nanumtype1 | texlive | Nanum is a unicode font designed especially for Korean-languagescript. The font was designed by Sandoll Communication andFontrix; it includes the sans serif (gothic), serif (myeongjo),pen script and brush script typefaces. The package providesType1 subfonts converted from Nanum Myeongjo (Regular andExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC,T1, and TS1 font definition files are also provided. (Thepackage does not include OpenType/TrueType files, which areavailable from Naver) | Type1 subfonts of Nanum Korean fonts | 3 | 工具 + texlive-nanumtype1-doc | texlive | Documentation for nanumtype1 | Documentation for nanumtype1 | 3 | 库 + texlive-na-position | texlive | This package facilitates, in most cases, the creation of tablesof relative positions of a curve and its asymptote, or a curveand a tangent in one of its points. It depends on tkz-tab andlistofitems, as well as amsmath, amsfonts, mathrsfs, andamssymb. This package has to be used with polyglossia andXeLaTeX to produce documents in Arabic. | Tables of relative positions of curves and asymptotes or tangents in Arabic documents | 3 | 工具 + texlive-nar | texlive | This BibTeX bibliography style is for the journal Nucleic AcidResearch. It was adapted from the standard unsrt.bst stylefile. | BibTeX style for Nucleic Acid Research | 3 | 工具 + texlive-natbib | texlive | The bundle provides a package that implements both author-yearand numbered references, as well as much detailed of supportfor other bibliography use. Also Provided are versions of thestandard BibTeX styles that are compatible with natbib--plainnat, unsrtnat, abbrnat. The bibliography styles producedby custom-bib are designed from the start to be compatible withnatbib. | Flexible bibliography support | 3 | 工具 + texlive-natbib-doc | texlive | Documentation for natbib | Documentation for natbib | 3 | 库 + texlive-natded | texlive | The package provides commands to typeset proofs in the styleused by Jaskowski, or that of Kalish and Montague. | Typeset natural deduction proofs | 3 | 工具 + texlive-natded-doc | texlive | Documentation for natded | Documentation for natded | 3 | 库 + texlive-nath | texlive | Nath is a LaTeX (both 2e and 2.09) style to separatepresentation and content in mathematical typography. The styledelivers a particular context-dependent presentation on thebasis of a rather coarse context-independent notation.Highlighted features: depending on the context, the command\frac produces either built-up or case or solidus fractions,with parentheses added whenever required for preservation ofthe mathematical meaning; delimiters adapt their size to thematerial enclosed, rendering \left and \right almost obsolete. | Natural mathematics notation | 3 | 工具 + texlive-nath-doc | texlive | Documentation for nath | Documentation for nath | 3 | 库 + texlive-nature | texlive | Nature does not accept papers in LaTeX, but it does accept PDF.This class and BibTeX style provide what seems to be necessaryto produce papers in a format acceptable to the publisher. | Prepare papers for the journal Nature | 3 | 工具 + texlive-nature-doc | texlive | Documentation for nature | Documentation for nature | 3 | 库 + texlive-navigator | texlive | Navigator implements PDF features for all formats (with somelimitations in ConTeXt) with PDFTeX, LuaTeX and XeTeX (i.e.xdvipdfmx). Features include: Customizable outlines (i.e.bookmarks); Anchors; Links and actions (e.g. JavaScript or user-defined PDF actions); File embedding (not in ConTeXt); Documentinformation and PDF viewer's display (not in ConTeXt); andCommands to create and use raw PDF objects. Navigator requirestexapi and yax, both version at least 1.03. | PDF features across formats and engines | 3 | 工具 + texlive-navigator-doc | texlive | Documentation for navigator | Documentation for navigator | 3 | 库 + texlive-navydocs | texlive | The navydocs package provides an easy means for creating titlepages and the following supplementary material pages used intechnical reports by United States Navy organizations. Thesepages are generated by specifying the page content via a set ofcommands and then calling a macro to create the page at itsoccurence in the document. This package is provided in the hopethat it proves useful to other Navy organizations, with userscontributing macros for their organizations. | Support for Technical Reports by US Navy Organizations | 3 | 工具 + texlive-ncclatex | texlive | The ncc class provides a framework for a common class toreplace the standard article, book and report classes, andproviding a "preprint" class. The class's extensions areprovided in a number of small packages, some of which may alsobe used with the standard classes. The ncclatex package alsoloads many of the packages of, and requires the latest versionof the ncctools bundle. | An extended general-purpose class | 3 | 工具 + texlive-ncclatex-doc | texlive | Documentation for ncclatex | Documentation for ncclatex | 3 | 库 + texlive-ncctools | texlive | The NCCtools bundle contains many packages for general useunder LaTeX; many are also used by NCC LaTeX. The bundleincludes tools for: executing commands after a package isloaded; watermarks; counter manipulation (dynamic counters,changing counter numbering with another counter); improvementsto the description environment; hyphenation of compound words;new levels of footnotes; space-filling patterns; "poor man's"Black Board Bold symbols; alignment of the content of a box;use comma as decimal separator; boxes with their own cropmarks; page cropmarks; improvements to fancy headers; float"styles", mini floats, side floats; manually marked footnotes;extension of amsmath; control of paragraph skip; an envelope tothe graphicx package; dashed and multiple rules; alternativetechniques for declarations of sections, captions, and toc-entries; generalised text-stretching; generation of new theorem-like environments; control of the text area; centred pagelayouts; and un-numbered top-level section. | A collection of general packages for LaTeX | 3 | 工具 + texlive-ncctools-doc | texlive | Documentation for ncctools | Documentation for ncctools | 3 | 服务 + texlive-nchairx | texlive | This package was developed by members of the chair formathematical physics at the University of Wurzburg as acollection of macros and predefined environments for quicklycreating nice mathematical documents. (Note concerning thepackage name: the "n" stands for "new", the "X" is a roman 10.) | Maths macros from chair X of Wurzburg University | 3 | 工具 + texlive-ncntrsbk | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-nddiss | texlive | This class file conforms to the requirements of the GraduateSchool of the University of Notre Dame; with it a user canformat a thesis or dissertation in LaTeX. | Notre Dame Dissertation format class | 3 | 工具 + texlive-nddiss-doc | texlive | Documentation for nddiss | Documentation for nddiss | 3 | 库 + texlive-ndsu-thesis | texlive | A class for generating disquisitions, intended to be incompliance with North Dakota State University requirements. | North Dakota State University disquisition class | 3 | 工具 + texlive-ndsu-thesis-2022 | texlive | A class for generating disquisitions (MS and PhD - thesis,dissertation, and paper), intended to be in compliance withNorth Dakota State University requirements. Updated (2022)North Dakota State University LaTeX thesis class featuresseveral functionalities, including not limited to, numbered andnon-numbered versions, overall justification, document pointsizes, fonts options, SI units, show frames, URL breaking, longtables, subfigures, multi-page figures, chapter styles,subfiles, algorithm listing, BibTeX and BibLaTeX support,individual chapter and whole document bibliography, natbibcitations, and clever references. The supplied simple andextended samples illustrate these features and guide studentsto use the class. | North Dakota State University disquisition class 2022 | 3 | 工具 + texlive-ndsu-thesis-doc | texlive | Documentation for ndsu-thesis | Documentation for ndsu-thesis | 3 | 工具 + texlive-needspace | texlive | Provides commands to disable pagebreaking within a givenvertical space. If there is not enough space between thecommand and the bottom of the page, a new page will be started. | Insert pagebreak if not enough space | 3 | 工具 + texlive-needspace-doc | texlive | Documentation for needspace | Documentation for needspace | 3 | 库 + texlive-nestquot | texlive | Provides two new commands: \nlq and \nrq for nesting left andright quotes that properly change between double and singlequotes according to their nesting level. For example, the input\nlq Foo \nlq bar\nrq\ bletch\nrq will be typeset as if it hadbeen entered as "Foo 'bar' bletch". | Alternate quotes between double and single with nesting | 3 | 工具 + texlive-neuralnetwork | texlive | The package provides facilities for graph-drawing, withfacilities designed for neural network diagrams. | Graph-drawing for neural networks | 3 | 工具 + texlive-neuralnetwork-doc | texlive | Documentation for neuralnetwork | Documentation for neuralnetwork | 3 | 库 + texlive-nevelok | texlive | LaTeX package for automatic definite articles for Hungarian | LaTeX package for automatic definite articles for Hungarian | 3 | 工具 + texlive-nevelok-doc | texlive | Documentation for nevelok | Documentation for nevelok | 3 | 库 + texlive-newcastle-bst | texlive | This package provides a BibTeX style to format reference listsin the Harvard at Newcastle style recommended by NewcastleUniversity. It should be used alongside natbib for citations. | A BibTeX style to format reference lists in the Harvard at Newcastle style | 3 | 工具 + texlive-newcommand-doc | texlive | Documentation for newcommand | Documentation for newcommand | 3 | 服务 + texlive-newcomputermodern | texlive | This is a new assembly of Computer Modern fonts includingextensions in many directions for both Latin based languages,non-Latin based languages and Mathematics, all compatible instyle to CM fonts. In addition to the Regular weight ofComputer Modern, it provides a Book weight for heavierprinting. | Computer Modern fonts including matching non-latin alphabets | 3 | 工具 + texlive-newenviron | texlive | The package offers tools for collecting and executing anenvironment's body. | Processing an environment's body | 3 | 工具 + texlive-newenviron-doc | texlive | Documentation for newenviron | Documentation for newenviron | 3 | 服务 + texlive-newfile | texlive | Commands are defined to manage the limited pool of input andoutput handles provided by TeX. The streams so provided aremapped to various of the LaTeX input and output mechanisms.Some facilities of the verbatim package are also mapped. | User level management of LaTeX input and output | 3 | 工具 + texlive-newfile-doc | texlive | Documentation for newfile | Documentation for newfile | 3 | 库 + texlive-newfloat | texlive | The package offers the command \DeclareFloatingEnvironment,which the user may use to define new floating environmentswhich behave like the LaTeX standard foating environmentsfigure and table. | Define new floating environments | 3 | 工具 + texlive-newlfm | texlive | Integrates the letter class with fancyhdr and geometry toautomatically make letterhead stationery. Useful for writingletters, fax, and memos. You can set up an address book using'wrapper' macros. You put all the information for a person intoa wrapper and then put the wrapper in a document. The classhandles letterheads automatically. You place the object for theletterhead (picture, information, etc.) in a box and all sizingis set automatically. | Write letters, facsimiles, and memos | 3 | 工具 + texlive-newlfm-doc | texlive | Documentation for newlfm | Documentation for newlfm | 3 | 库 + texlive-newpax | texlive | The package is based on the pax package from Heiko Oberdiek. Itoffers a lua-based alternative to the java based pax.jar toextract the annotations from a PDF. The resulting file can thenbe used together with pax.sty. It also offers an extended stylewhich works with all three major engines. | Experimental package to extract and reinsert PDF annotations | 3 | 工具 + texlive-newpx | texlive | This package, initially based on pxfonts, provides many fixesand enhancements to that package, and splits it in two parts(newpxtext and newpxmath) which may be run independently of oneanother. It provides scaling, improved metrics, and otheroptions. For proper operation, the packages require that thepackages newtxmath, pxfonts, and TeXGyrePagella be installedand their map files enabled. | Alternative uses of the PX fonts, with improved metrics | 3 | 工具 + texlive-newpx-doc | texlive | Documentation for newpx | Documentation for newpx | 3 | 库 + texlive-newsletr | texlive | newsletr package | Macros for making newsletters with Plain TeX | 3 | 工具 + texlive-newsletr-doc | texlive | Documentation for newsletr | Documentation for newsletr | 3 | 库 + texlive-newspaper | texlive | The newspaper package redefines the page style and \maketitlecommand to produce a typeset page similar to that of anewspaper. It also provides several commands that (when usedwith other packages) simplify the writing of articles in anewspaper-style column format. | Typeset newsletters to resemble newspapers | 3 | 工具 + texlive-newspaper-doc | texlive | Documentation for newspaper | Documentation for newspaper | 3 | 库 + texlive-newtx | texlive | The bundle splits txfonts.sty (from the TX fonts distribution)into two independent packages, newtxtext.sty and newtxmath.sty,each with fixes and enhancements. newtxmath's metrics have beenre-evaluated to provide a less tight appearance, and to providea libertine option that substitutes Libertine italic and Greekletter for the existing math italic and Greek glyphs, making amathematics package that matches Libertine text quite well.newtxmath can also use the maths italic font provided with thegaramondx package, thus offering a garamond-alike text-with-maths combination. | Alternative uses of the TX fonts, with improved metrics | 3 | 工具 + texlive-newtx-doc | texlive | Documentation for newtx | Documentation for newtx | 3 | 库 + texlive-newtxsf | texlive | The package provides a maths support that amounts tomodifications of the STIX sans serif Roman and Greek letterswith most symbols taken from newtxmath (which must of course beinstalled and its map file enabled). | Sans-math fonts for use with newtx | 3 | 库 + texlive-newtxsf-doc | texlive | Documentation for newtxsf | Documentation for newtxsf | 3 | 库 + texlive-newtxtt | texlive | The package provides enhanced fonts with LaTeX support filesproviding access to the typewriter fonts from newtx. Regularand bold weights, slanted variants and a choice of fourdifferent styles for zero. | Enhancement of typewriter fonts from newtx | 3 | 工具 + texlive-newtxtt-doc | texlive | Documentation for newtxtt | Documentation for newtxtt | 3 | 库 + texlive-newunicodechar | texlive | The package provides a friendly interface for defining themeaning of Unicode characters. The document should be processedby (pdf)LaTeX with the unicode option of inputenc or inputenx,or by XeLaTeX/LuaLaTeX. The command provided is\newunicodechar{<char>}{<code>} where <char> is a directly-typed Unicode character, and <code> is its replacement. | Definitions of the meaning of Unicode characters | 3 | 工具 + texlive-newunicodechar-doc | texlive | Documentation for newunicodechar | Documentation for newunicodechar | 3 | 库 + texlive-newvbtm | texlive | Defines general purpose macro named \newverbatim to define yourown verbatim-like environment. It also has a supplementarystyle file varvbtm.sty to provide set of macros for variants ofverbatim, such as tab emulation. | Define your own verbatim-like environment | 3 | 工具 + texlive-newvbtm-doc | texlive | Documentation for newvbtm | Documentation for newvbtm | 3 | 库 + texlive-newverbs | texlive | The package allows the definition of \verb variants which addTeX code before and after the verbatim text (e.g., quotes orsurrounding \fbox{}). When used together with the shortvrbpackage it allows the definition of short verbatim characterswhich use this package's variant instead of the normal \verb.In addition, it is possible to collect an argument verbatim toeither typeset or write it into a file. The \Verbdef commanddefines verbatim text to a macro which can later be used towrite the verbatim text to a file. | Define new versions of \verb, including short verb versions | 3 | 工具 + texlive-newverbs-doc | texlive | Documentation for newverbs | Documentation for newverbs | 3 | 库 + texlive-nextpage | texlive | Provides \clearpage and \newpage variants that guarantee to endup on even/odd numbered pages; these 4 commands all have anoptional argument whose content will be placed on any "empty"page generated. | Generalisations of the page advance commands | 3 | 工具 + texlive-nfssext-cfr | texlive | The package is a development of nfssext.sty, distributed withthe examples for the font installation guide. The package hasbeen developed for use in packages such as cfr-lm andventurisadf, | Extensions to the LaTeX NFSS | 3 | 工具 + texlive-nfssext-cfr-doc | texlive | Documentation for nfssext-cfr | Documentation for nfssext-cfr | 3 | 库 + texlive-nicefilelist | texlive | The package extends longnamefilelist, keeping separate columnsfor date, version and "caption" (the caption now separatelylisted). Alignment is not disturbed by short file nameextensions, such as ".fd". The package is not compatible withlongnamefilelist: users need to re-read the documentation. | Provide \listfiles alignment | 3 | 工具 + texlive-nicefilelist-doc | texlive | Documentation for nicefilelist | Documentation for nicefilelist | 3 | 库 + texlive-niceframe | texlive | The package defines means of drawing frames around boxes, usingdingbat fonts. Some (Metafont) font sources are included; thefonts are available separately in Type 1 format. | Support for fancy frames | 3 | 工具 + texlive-niceframe-doc | texlive | Documentation for niceframe | Documentation for niceframe | 3 | 库 + texlive-niceframe-type1 | texlive | The bundle provides Adobe Type 1 versions of the fontsbbding10, dingbat, karta15, umranda and umrandb. | Type 1 versions of the fonts recommended in niceframe | 3 | 工具 + texlive-nicematrix | texlive | This package is based on the package array. It creates PGF/TikZnodes under the cells of the array and uses these nodes toprovide functionalities to construct tabulars, arrays andmatrices. Among the features : continuous dotted lines for themathematical matrices; exterior rows and columns (so-calledborder matrices); control of the width of the columns; tools tocolor rows and columns with a good PDF result; blocks of cells;etc. The package requires and loads l3keys2e, xparse, array,amsmath, pgfcore, and the module shapes of PGF. | Several features to improve the typesetting of mathematical matrices with TikZ | 3 | 工具 + texlive-nicetext | texlive | The bundle offers "minimal" markup syntax for various simplekinds of text. The user will typically involve little more thanis printed, and will still get LaTeX quality. The bundleprovides four packages: wiki addresses general texts, marked upin the simple style used on Wikipedia; niceverb is yet anothermeans of documenting LaTeX packages: it offers syntax-awaretypesetting of meta-variables (macro arguments) and forreferring to commands (and their syntax) in footnotes, sectiontitles etc.; fifinddo aims to parse plain text or (La)TeX filesusing TeX, and to write the results to an external file; thepackage is used by another member of the bundle: makedoc, whichprovides the means to produce typeset documentation direct frompackage files. | Minimal markup for simple text (Wikipedia style) and documentation | 3 | 工具 + texlive-nicetext-doc | texlive | Documentation for nicetext | Documentation for nicetext | 3 | 库 + texlive-nidanfloat | texlive | This package enables a bottom placement option for doublefloats in two column mode (nidan-kumi). It was originally partof the Japanese pLaTeX bundle and is now distributed as aseparate package because it supports all LaTeX formats. | Bottom placement option for double float in two column mode (nidan-kumi) | 3 | 工具 + texlive-nih | texlive | The nih class offers support for grant applications to NIH, theNational Institutes of Health, a US government agency. Theexample-* files provide a template for using nih.cls andsubmitting the biographical sketches the NIH wants. They(potentially) use denselists package, which just reduces listspacing; the package is distributed with the class, but is notpart of the class proper. (The examples may be distributedwithout even the restrictions of the LaTeX licence.) | A class for NIH grant applications | 3 | 工具 + texlive-nihbiosketch | texlive | This LaTeX document class tries to adhere to the BiographicalSketch formatting requirements outlined in NIH Notice [NOT-OD-15-032] (http://grants.nih.gov/grants/guide/notice-files/NOT-OD-15-032.html). This new format is required for applicationssubmitted for due dates on or after May 25, 2015. The packagetries to mimic the example documents provided on the [SF 424(R&R) Forms and Applications page](http://grants.nih.gov/grants/funding/424/index.htm#format) asclosely as possible. The author has used this class for his owngrant submissions; however he offers no guarantee of conformityto NIH requirements. | A class for NIH biosketches based on the 2015 updated format | 3 | 工具 + texlive-nihbiosketch-doc | texlive | Documentation for nihbiosketch | doc files of nihbiosketch | 3 | 库 + texlive-nih-doc | texlive | Documentation for nih | Documentation for nih | 3 | 库 + texlive-nimbus15 | texlive | The Nimbus 2015 Core fonts added Greek and Cyrillic glyphs.This package may be best suited as an add-on the acomprehensive Times package, providing support for Greek andCyrillic. A new intermediate weight of NimbusMono (AKA Courier)is provided, along with a narrower version which may be usefulfor rendering code. | Support files for Nimbus 2015 Core fonts | 3 | 工具 + texlive-nimbus15-doc | texlive | Documentation for nimbus15 | doc files of nimbus15 | 3 | 库 + texlive-nimsticks | texlive | This LaTeX package provides commands \drawnimstick to draw asingle nim stick and \nimgame which represents games ofmulti-pile Nim. Nim sticks are drawn with a little randomwobble so they look 'thrown together' and not too regular. Thepackage also provides options to customise the size and colourof the sticks, and flexibility to draw heaps of differentobjects. | Draws sticks for games of multi-pile Nim | 3 | 工具 + texlive-ninecolors | texlive | This package carefully selects and defines 9 colors for 13 hueseach. All colors with the same suffix number have equalluminance level. Also the color black is of level 0, and thecolor white is of level 10. By simply choosing two colors inthe above list, which differ in level by at least 5, asforeground and background colors, you will get proper WCAGColor Contrast. | Select colors with proper WCAG color contrast | 3 | 库 + texlive-njurepo | texlive | This LaTeX document class provides a thesis template forNanjing University in order to make it easy to write experimentreports and homework for the bachelor's curriculum. NJUrepostands for Nanjing University versatile Report. | Reports for Nanjing University | 3 | 工具 + texlive-njustthesis | texlive | This is a thesis template for the Nanjing University of Scienceand Technology>. | Thesis template for the Nanjing University of Science and Technology | 3 | 服务 + texlive-njuthesis | texlive | The njuthesis class is intended for typesetting NanjingUniversity dissertations with LaTeX, providing support forbachelor, master, and doctoral theses as well as postdoctoralreports. Compilation of this class requires either XeLaTeX orLuaLaTeX. | LaTeX thesis template for Nanjing University | 3 | 工具 + texlive-njuvisual | texlive | The njuvisual package collects standard colors and logosrelated to Nanjing University, saves the vector logos as TikZpictures and provides a user-friendly interface to display themin documents and beamers. | Display logos related to Nanjing University | 3 | 工具 + texlive-nkarta | texlive | A development of the karta font, offering more mathematicalstability in Metafont. A version that will produce the glyphsas Encapsulated PostScript, using MetaPost, is also provided. | A "new" version of the karta cartographic fonts | 3 | 工具 + texlive-nkarta-doc | texlive | Documentation for nkarta | Documentation for nkarta | 3 | 库 + texlive-nlctdoc | texlive | The class provides support for the documentation of theauthor's packages, using koma-script. This class is provided"as is" solely for the benefit of anyone who wants to compilethe documentation of those packages. | Package documentation class | 3 | 库 + texlive-nlctdoc-doc | texlive | Documentation for nlctdoc | Documentation for nlctdoc | 3 | 库 + texlive-nl-interval | texlive | This package provides macros to simplify the process ofrepresenting intervals on the number line. It depends ontkz-fct, ifthen, and xparse. | Represent intervals on the number line | 3 | 工具 + texlive-nmbib | texlive | This package is a rewrite of the multibibliography packageproviding multiple bibliographies with different sorting. Thenew version offers a number of citation commands, streamlinesthe creation of bibliographies, ensures compatibility with thenatbib package, and provides other improvements. | Multiple versions of a bibliography, with different sort orders | 3 | 工具 + texlive-nmbib-doc | texlive | Documentation for nmbib | Documentation for nmbib | 3 | 库 + texlive-nndraw | texlive | With this package you can create fully connected neuralnetworks in a simple and efficient way. | Draw neural networks | 3 | 工具 + texlive-nnext | texlive | This is an add-on for the gb4e package used in linguistics. Itimplements the \Next, \NNext, \Last, and \LLast commands fromthe linguex package or the \nextx, \anextx, \lastx, \blastx,and \bblastx commands from the expex package. | Extension for the gb4e package | 3 | 工具 + texlive-noconflict | texlive | The package provides several commands to prefix (and henceobscure) a macro's (or a sequence of macros') name, and torestore the original macro(s) at places in a document wherethey are needed. | Resolve macro name conflict between packages | 3 | 工具 + texlive-noconflict-doc | texlive | Documentation for noconflict | Documentation for noconflict | 3 | 库 + texlive-nodetree | texlive | nodetree is a development package that visualizes the structureof node lists. nodetree shows its debug informations in theconsole output when you compile a LuaTeX file. It uses asimilar visual representation for node lists as the UNIX treecommand for a folder structure. | visualize node lists in a tree view | 3 | 工具 + texlive-noindentafter | texlive | The package, as the name suggests, supplies tools toautomatically suppress indentations in following paragraphs,specifically those following a particular macro or environment. | Tool to prevent paragraph indentation after environments/macros | 3 | 工具 + texlive-noindentafter-doc | texlive | Documentation for noindentafter | Documentation for noindentafter | 3 | 库 + texlive-noitcrul | texlive | The package provides a (maths mode) \underline variant whichdoesn't impose italics correction at the end. | Improved underlines in mathematics | 3 | 工具 + texlive-noitcrul-doc | texlive | Documentation for noitcrul | Documentation for noitcrul | 3 | 库 + texlive-nolbreaks | texlive | Use \nolbreaks{some text} to prevent line breaks in "sometext". This has the advantage over \mbox{} that glue (rubberspace) remains flexible. Most common cases are handled here(\linebreak is disabled, for example) but spaces hidden inmacros or { } can still create break-points. | No line breaks in text | 3 | 工具 + texlive-nolbreaks-doc | texlive | Documentation for nolbreaks | Documentation for nolbreaks | 3 | 库 + texlive-nomencl | texlive | Produces lists of symbols using the capabilities of theMakeIndex program. | Produce lists of symbols as in nomenclature | 3 | 工具 + texlive-nomencl-doc | texlive | Documentation for nomencl | Documentation for nomencl | 3 | 库 + texlive-nomentbl | texlive | Nomentbl typeset nomenclatures in a longtable instead of themakeindex style of nomencl. A nomenclature entry may have threearguments: Symbol, description and physical unit. | Nomenclature typeset in a longtable | 3 | 工具 + texlive-nomentbl-doc | texlive | Documentation for nomentbl | Documentation for nomentbl | 3 | 库 + texlive-nonfloat | texlive | Adjusts the figure and table environments to ensure thatcentered objects as one line captions are centered as well.Also the vertical spaces for table captions above the table arechanged. | Non-floating table and figure captions | 3 | 工具 + texlive-nonfloat-doc | texlive | Documentation for nonfloat | Documentation for nonfloat | 3 | 库 + texlive-nonumonpart | texlive | The package bundles the answer to the long-standing FAQ aboutremoving page numbers on \part pages. The package accepts nooptions and defines no user commands; the user needs only toload it, and the requirement is met. | Prevent page numbers on part pages | 3 | 工具 + texlive-nonumonpart-doc | texlive | Documentation for nonumonpart | Documentation for nonumonpart | 3 | 库 + texlive-nopageno | texlive | LaTeX's standard styles use two page styles, one on normalpages and one on 'opening' pages with \maketitle or \chapter,etc. Unfortunately there is only easy access to changing one ofthese two so if you want something other than 'plain' on theopening pages you must use \thispagestyle on each such page.The fancyhdr package does provide a more flexible interface,but if you just want an empty page style on all pages then thispackage will do the job. | No page numbers in LaTeX documents | 3 | 工具 + texlive-nopageno-doc | texlive | Documentation for nopageno | Documentation for nopageno | 3 | 库 + texlive-norasi-c90 | texlive | norasi-c90 package | TeX support (from CJK) for the norasi font | 3 | 工具 + texlive-normalcolor | texlive | This package provides a command \setnormalcolor with the samesyntax as the command \color either of package color or ofpackage xcolor. However, \setnormalcolor will not change thecurrent colour but the normal / default color. | Changing \normalcolor | 3 | 工具 + texlive-normalcolor-doc | texlive | Documentation for normalcolor | doc files of normalcolor | 3 | 库 + texlive-nostarch | texlive | The package provides the "official" LaTeX style for No StarchPress. Provided are a class, a package for interfacing tohyperref and an index style file. The style serves both forprinted and for electronic books. | LaTeX class for No Starch Press | 3 | 工具 + texlive-nostarch-doc | texlive | Documentation for nostarch | Documentation for nostarch | 3 | 库 + texlive-notes | texlive | The package provides environments to highlight significantportions of text within a document, by putting the text in abox and adding an icon in the margin. (The icons are providedas 'fig' sources, processable by xfig.) | Mark sections of a document | 3 | 工具 + texlive-notes2bib | texlive | The package defines a new type of note, bibnote, which willalways be added to the bibliography. The package allowsfootnotes and endnotes to be moved into the bibliography in thesame way. The package can be used with natbib and biblatex aswell as plain LaTeX citations. Both sorted and unsortedbibliography styles are supported. The package uses the LaTeX 3macros and the associated xpackages bundle. It also makes useof the e-TeX extensions (any post-2005 LaTeX distribution willprovide these by default, but users of older systems may needto use an elatex command or equivalent). The package relies onLaTeX 3 support from the l3kernel and l3packages bundles. | Integrating notes into the bibliography | 3 | 工具 + texlive-notes2bib-doc | texlive | Documentation for notes2bib | Documentation for notes2bib | 3 | 库 + texlive-notes-doc | texlive | Documentation for notes | Documentation for notes | 3 | 库 + texlive-notespages | texlive | This package package provides one macro to insert a singlenotes page and another to fill the document with multiple notespages, until the total number of pages (so far) is a multipleof a given number. A third command can be used to fill halfempty pages with a notes area. | Filling documents with notes pages and notes areas | 3 | 工具 + texlive-notestex | texlive | This is a modification of the original Jhep journal format inorder to suit the needs of students in university. The goal ofthis package was to make notetaking easier for students andoffer easy support for marginnotes along with a reliable andlegible formatting structure. | An all-in-one LaTeX notes package for students | 3 | 库 + texlive-notex-bst | texlive | noTeX.bst produces a number of beautifully formatted HTML Pelements instead of TeX code. It can be used to automaticallygenerate bibliographies to be served on the web starting fromBibTeX files. | A BibTeX style that outputs HTML | 3 | 工具 + texlive-noto | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the NotoSerif, NotoSans and NotoSansMono familiesof fonts, designed by Steve Matteson for Google. | Support for Noto fonts | 3 | 工具 + texlive-notoccite | texlive | If you have \cite commands in \section-like commands, or in\caption, the citation will also appear in the table ofcontents, or list of whatever. If you are also using an unsrt-like bibliography style, these citations will come at the verystart of the bibliography, which is confusing. This packagesuppresses the effect. | Prevent trouble from citations in table of contents, etc | 3 | 工具 + texlive-notoccite-doc | texlive | Documentation for notoccite | Documentation for notoccite | 3 | 库 + texlive-noto-doc | texlive | Documentation for noto | doc files of noto | 3 | 库 + texlive-noto-emoji | texlive | Noto Color Emoji supports all emoji defined in the latestUnicode version. | Noto Emoji fonts | 3 | 库 + texlive-notomath | texlive | Math support via newtxmath for Google's NotoSerif and NotoSans.(Regular and Bold weights only.) | Math support for Noto fonts | 3 | 工具 + texlive-novel | texlive | This LuaLaTeX document class is specifically written to meetthe needs of original fiction writers, who are typesettingtheir own novels for non-color print-on-demand technology.Built-in PDF/X is available, using new technology. The packageis well suited for detective novels, science fiction, and shortstories. It is however not recommended for creating colorpicture books or dissertations. | Class for printing fiction, such as novels | 3 | 工具 + texlive-nowidow | texlive | This package provides a useful macro to manage widow lines. | Avoid widows | 3 | 服务 + texlive-nowidow-doc | texlive | Documentation for nowidow | Documentation for nowidow | 3 | 库 + texlive-nox | texlive | The package allows data, text (including (La)TeX commands orenvironments) to be formatted into a array which may be split. | Adaptable tables | 3 | 工具 + texlive-nox-doc | texlive | Documentation for nox | Documentation for nox | 3 | 库 + texlive-nrc | texlive | Macros, and some documentation, for typesetting papers forsubmission to journals published by the National ResearchCouncil Research Press. At present, only nrc2.cls (for two-column layout) should be used. | Class for the NRC technical journals | 3 | 工具 + texlive-nrc-doc | texlive | Documentation for nrc | Documentation for nrc | 3 | 库 + texlive-ntgclass | texlive | The bundle offers versions of the standard LaTeX article andreport classes, rewritten to reflect a more European design,and the a4 package, which is better tuned to the shape of a4paper than is the a4paper class option of the standard classes.The classes include several for article and reportrequirements, and a letter class. The elements of the bundlewere designed by members of the Dutch TeX Users Group NTG. | "European" versions of standard classes | 3 | 工具 + texlive-ntgclass-doc | texlive | Documentation for ntgclass | Documentation for ntgclass | 3 | 库 + texlive-nth | texlive | The command \nth{<number>} generates English ordinal numbers ofthe form 1st, 2nd, 3rd, 4th, etc. LaTeX package options mayspecify that the ordinal mark be superscripted, and thatnegative numbers may be treated; Plain TeX users have no accessto package options, so need to redefine macros for thesechanges. | Generate English ordinal numbers | 3 | 工具 + texlive-ntheorem | texlive | The package offers enhancements for theorem-like environments:easier control of layout; proper placement of endmarks evenwhen the environment ends with \end{enumerate} or\end{displaymath} (including support for amsmath displayed-equation environments); and support for making a list oftheorems, analagous to \listoffigures. | Enhanced theorem environment | 3 | 工具 + texlive-ntheorem-doc | texlive | Documentation for ntheorem | Documentation for ntheorem | 3 | 库 + texlive-ntheorem-vn-doc | texlive | Documentation for ntheorem-vn | Documentation for ntheorem-vn | 3 | 库 + texlive-nuc | texlive | A simple package providing nuclear sub- and superscripts ascommonly used in radiochemistry, radiation science, and nuclearphysics and engineering applications. Isotopes which have Zwith more digits than A require special spacing to appearproperly; this spacing is supported in the package. | Notation for nuclear isotopes | 3 | 工具 + texlive-nuc-doc | texlive | Documentation for nuc | Documentation for nuc | 3 | 库 + texlive-nucleardata | texlive | The package provides data and commands for including nuclearand atomic mass and energy data in LaTeX documents. It uses thePythonTeX package and requires pythontex.exe to be called withthe TeX file as the argument. | Provides data about atomic nuclides for documents | 3 | 工具 + texlive-nucleardata-doc | texlive | Documentation for nucleardata | doc files of nucleardata | 3 | 服务 + texlive-numberedblock | texlive | The package has been created for the convenience of the reportwriter; it provides the means to number, and label, code-blocksnippets in your document. In this way, you can (unambiguously)refer to each snippet elsewhere in your document. | Print a block of code, with unique index number | 3 | 工具 + texlive-numberedblock-doc | texlive | Documentation for numberedblock | Documentation for numberedblock | 3 | 库 + texlive-numberpt | texlive | This packages defines commands to display counters spelled outin Portuguese. The styles are \numberpt for "all lowercase"\Numberpt for "First word capitalized" \NumberPt for "AllCapitalized" \NUMBERPT for "ALL UPPERCASE" For example,\renewcommand{\thechapter}{\NumberPt{chapter}} makes chaptertitles to be rendered as "Capitulo Um", "Capitulo Dois" etc.Options are offered to select variations in the spelling of"14", or Brazilian vs. European Portuguese forms in thespelling of "16", "17", and "19". The package requires expl3and xparse. | Counters spelled out in Portuguese | 3 | 工具 + texlive-numerica | texlive | This package defines a command to wrap around a mathematicalexpression in its LaTeX form and, once values are assigned tovariables, numerically evaluate it. The intent is to avoid theneed to modify the LaTeX form of the expression beingevaluated. For programs with a preview facility like LyX, orcompile-as-you-go systems, interactive back-of-envelopecalculations and numerical exploration are possible within thedocument being worked on. The package requires the bundlesl3kernel and l3packages, and the amsmath and mathtoolspackages. | Numerically evaluate mathematical expressions in LaTeX form | 3 | 工具 + texlive-numerica-plus | texlive | The package defines commands to iterate functions of a singlevariable, find fixed points, zeros and extrema of suchfunctions, and calculate the terms of recurrence relations.numerica-plus requires the package numerica, version 2, whichin turn requires l3kernel , l3packages, and the amsmath andmathtools packages. | Iteration and recurrence relations: finding fixed points, zeros and extrema of functions | 3 | 工具 + texlive-numerica-tables | texlive | The package defines a command to create possibly multi-columntables of mathematical function values. Key = value settingsproduce a wide variety of table styles consistent with thebooktabs package (required). Also required are the packagesnumerica(v.2), l3kernel, l3packages, amsmath and mathtools. | Create multi-column tables of mathematical functions | 3 | 工具 + texlive-numericplots | texlive | Plotting numeric data is a task which has often to be done forscientific papers. LaTeX itself provides no facilities fordrawing more than the simplest plots from supplied data. Thepackage will process user input, and uses PSTricks to plot theresults. The package provides Matlab functions to transformMatlab results to plottable data. | Plot numeric data (including Matlab export) using PSTricks | 3 | 工具 + texlive-numericplots-doc | texlive | Documentation for numericplots | Documentation for numericplots | 3 | 库 + texlive-numname | texlive | The package can generate cardinal (one, two, ...) and ordinal(first, second, ...) numbers. The code derives from the memoirclass, and is extracted for the convenience of non-users ofthat class. | Convert a number to its English expression | 3 | 库 + texlive-numname-doc | texlive | Documentation for numname | Documentation for numname | 3 | 库 + texlive-numnameru | texlive | This package converts a numerical number to the russian spelledout name of the number. For example, 1 - odin, 2 - dva, 12 -dvenadtsat'. | converts a number to the russian spelled out name | 3 | 工具 + texlive-numprint | texlive | The package numprint prints numbers with a separator everythree digits and converts numbers given as 12345.6e789 to12\,345,6\cdot 10^{789}. Numbers are printed in the currentmode (text or math) in order to use the correct font. Manythings, including the decimal sign, the thousand separator, aswell as the product sign can be changed by the user, e.g., toreach 12,345.6\times 10^{789}. If an optional argument is givenit is printed upright as unit. Numbers can be rounded to agiven number of digits. The package supports an automatic,language-dependent change of the number format. Tabularalignment using the tabular(*), array, tabularx, and longtableenvironments (similar to the dcolumn and rccol packages) issupported using all features of numprint. Additional text canbe added before and after the formatted number. | Print numbers with separators and exponent if necessary | 3 | 工具 + texlive-numprint-doc | texlive | Documentation for numprint | Documentation for numprint | 3 | 库 + texlive-numspell | texlive | This package supports the spelling of cardinal and ordinalnumbers. Supported languages are English, French, German,Hungarian, Italian, and Latin. The package requires xstring andiflang. | Spelling cardinal and ordinal numbers | 3 | 工具 + texlive-nunito | texlive | This package provides LaTeX and pdfLaTeX support for the Nunitofamily of fonts, designed by Vernon Adams, Cyreal. | The Nunito font face with support for LaTeX and pdfLaTeX | 3 | 工具 + texlive-nwafuthesis | texlive | This template supports doctoral and master dissertations andundergraduate theses in Chinese. With the help of modern LaTeX3technology, nwafuthesis aims to create a simple interface, anormative format, as well as a hackable class for the users. Atpresent, nwafuthesis only supports XeTeX and LuaTeX engines.nwafuthesis only allows UTF-8 encoding. nwafuthesis is based onthe fduthesis template. | A thesis template package for Northwest A&F University, China | 3 | 工具 + texlive-nwejm | texlive | The bundle includes LaTeX classes and BibLaTeX styles filesdedicated to the new journal "North-Western European Journal ofMathematics": nwejm for the complete issues of the journal,aimed at the NWEJM's team, nwejmart, intended for the authorswho wish to publish an article in the NWEJM. This class's goalis to: faithfully reproduce the layout of the nwejm, thusenabling the authors to be able to work their document inactual conditions, provide a number of tools (commands andenvironments) to facilitate the drafting of documents, inparticular those containing mathematical formulas. | Support for the journal "North-Western European Journal of Mathematics" | 3 | 工具 + texlive-nwejm-doc | texlive | Documentation for nwejm | doc files of nwejm | 3 | 库 + texlive-oberdiek | texlive-base | The bundle comprises packages to provide: aliascnt: 'aliascounters'; bmpsize: get bitmap size and resolution data;centernot: a horizontally-centred \not symbol; chemarr:extensible chemists' reaction arrows; classlist: recordinformation about document class(es) used; colonequals: poorman's mathematical relation symbols; dvipscol: dvips colourstack management; engord: define counter-printing operationsproducing English ordinals; eolgrab: collect argumentsdelimited by end of line; flags: setting and clearing flags inbit fields and converting the bit field into a decimal number;holtxdoc: extra documentation macros; hypbmsec: bookmarks insectioning commands; hypcap: anjusting anchors of captions;hypgotoe: experimental package for links to embedded files;hyphsubst: substitute hyphenation patterns; ifdraft: switch foroption draft; iflang: provides expandable checks for thecurrent language; pdfcolfoot: using pdfTeX's color stack forfootnotes; pdfcolparallel: fixes colour problems in packageparallel; pdfcolparcolumns: fixes colour problems in packageparcolumns; pdfcrypt: setting PDF encryption; pdfrender:control PDF rendering modes; protecteddef: define a commandthat protected against expansion; resizegather: automaticallyresize overly large equations; rotchiffre: performs simplerotation cyphers; scrindex: redefines environment 'theindex' ofpackage 'index', if a class from KOMA-Script is loaded;setouterhbox: set \hbox in outer horizontal mode; settobox:getting box sizes; stackrel: extensions of the \stackrelcommand; stampinclude: selects the files for \include byinspecting the timestamp of the .aux file(s); tabularht:tabulars with height specification; tabularkv: key valueinterface for tabular parameters; telprint: print Germantelephone numbers; thepdfnumber: canonical numbers for use inPDF files and elsewhere; twoopt: commands with two optionalarguments; Each of the packages is represented by two files, a.dtx (documented source) and a PDF file; the .ins filenecessary for installation is extracted by running the .dtxfile with Plain TeX. | A bundle of packages submitted by Heiko Oberdiek | 3 | 工具 + texlive-objectz | texlive | The package will typeset both Z and Object-Z specifications; itdevelops the original zed package | Macros for typesetting Object Z | 3 | 工具 + texlive-objectz-doc | texlive | Documentation for objectz | Documentation for objectz | 3 | 库 + texlive-obnov | texlive | The Obyknovennaya Novaya (Ordinary New Face) typeface waswidely used in the USSR for scientific and technicalpublications, as well as textbooks. The fonts are encoded toKOI8-R (which is a long-established Russian font encoding,rather than a TeX/LaTeX encoding). To use the fonts, the userneeds Cyrillic font support. | Obyknovennaya Novaya fonts | 3 | 库 + texlive-obnov-doc | texlive | Documentation for obnov | Documentation for obnov | 3 | 库 + texlive-ocg-p | texlive | The package provides OCG (Optional Content Groups) supportwithin a PDF document, replacing the ocg.sty distributed withasymptote. Nested OCGs are supported. The package may be usedwith PDFLatex and XeLaTeX. | PDF OCG support in LaTeX | 3 | 工具 + texlive-ocg-p-doc | texlive | Documentation for ocg-p | Documentation for ocg-p | 3 | 库 + texlive-ocgx | texlive | The package extends the ocg package, which allows you to createOCGs (Optional Content Groups) in PDF documents. (The ocgpackage is distributed as part of Asymptote.) Every OCGincludes TeX material into a layer of the PDF file. Each ofthese layers can be displayed or not. Links can enable ordisable the display of OCGs. The ocgx package does not useJavascript embedded in the PDF document to enable (to show) ordisable (to hide) OCGs. | Use OCGs within a PDF document without JavaScript | 3 | 工具 + texlive-ocgx2 | texlive | This package serves as a drop-in replacement for the packagesocgx by Paul Gaborit and ocg-p by Werner Moshammer for thecreation of PDF Layers. It re-implements the functionality ofthe ocg, ocgx, and ocg-p packages and adds support for allknown engines and back-ends including: LaTeX - dvips -ps2pdf/Distiller (Xe)LaTeX(x) - dvipdfmx pdfLaTeX and LuaLaTeX. It also ensures compatibility with the media9 and animatepackages. | Drop-in replacement for the 'ocgx' package | 3 | 工具 + texlive-ocgx2-doc | texlive | Documentation for ocgx2 | Documentation for ocgx2 | 3 | 库 + texlive-ocgx-doc | texlive | Documentation for ocgx | Documentation for ocgx | 3 | 库 + texlive-ocherokee | texlive | Macros and Type 1 fonts for Typesetting the Cherokee languagewith the Omega version of LaTeX (known as Lambda). | LaTeX Support for the Cherokee language | 3 | 工具 + texlive-ocherokee-doc | texlive | Documentation for ocherokee | Documentation for ocherokee | 3 | 库 + texlive-ocr-b | texlive | Metafont source for OCR-B at several sizes. | Fonts for OCR-B | 3 | 库 + texlive-ocr-b-doc | texlive | Documentation for ocr-b | Documentation for ocr-b | 3 | 库 + texlive-ocr-b-outline | texlive | The package contains OCR-B fonts in Type1 and OpenType formats.They were generated from the Metafont sources of the OCR-Bfonts. The metric files are not included here, so that originalocr-b package should also be installed. | OCR-B fonts in Type 1 and OpenType | 3 | 库 + texlive-ocr-b-outline-doc | texlive | Documentation for ocr-b-outline | Documentation for ocr-b-outline | 3 | 工具 + texlive-ocr-latex | texlive | The package supports use of both ocr-a and ocr-b fonts in LaTeXdocuments. | LaTeX support for ocr fonts | 3 | 工具 + texlive-ocr-latex-doc | texlive | Documentation for ocr-latex | Documentation for ocr-latex | 3 | 库 + texlive-octave | texlive | This package package typesets musical pitch names withdesignation for the octave in either the Helmholtz system (withoctave numbers), or the traditional system (with primesymbols). Authors can just write \pitch{C}{4} and the pitcheswill be rendered correctly depending on which package optionwas selected. The system can also be changed mid-document. | Typeset musical pitches with octave designations | 3 | 工具 + texlive-octavo | texlive | The octavo class is a modification of the standard LaTeX bookclass. Its purpose is to typeset books following classicaldesign and layout principles, with the express intention ofencouraging the making of beautiful books by anyone with accessto a good printer and with an inclination towards venerablecrafts, e.g., bookbinding. The octavo class differs from thebook class by implementing many of the proposals and insightsof respected experts, especially Jan Tschichold and HughWilliamson. The documentation discusses methods to organise andprint out any text into signatures, which can then be gathered,folded and sewn into a book. | Typeset books following classical design and layout | 3 | 工具 + texlive-octavo-doc | texlive | Documentation for octavo | Documentation for octavo | 3 | 库 + texlive-odsfile | texlive | The distribution includes a package and a lua library that cantogether read OpenDocument spreadsheet documents as LaTeXtables. Cells in the tables may be processed by LaTeX macros,so that (for example) the package may be used for drawing someplots. The package uses lua's zip library. | Read OpenDocument Spreadsheet documents as LaTeX tables | 3 | 工具 + texlive-odsfile-doc | texlive | Documentation for odsfile | Documentation for odsfile | 3 | 工具 + texlive-ofs | texlive | OFS (Olsak's Font System) is a set of Plain TeX and LaTeXmacros for managing large font collections; it has been used byCzech/Slovak users for many years. Main features include:Mapping from long names of fonts to the metric file name. Theuser can specify only exact long names in documents. Supportfor many font encodings. Printing of catalogues of fonts andtest samples of font families; the interactive macro \showfontsshows all font families you have installed via OFS. The userinterface is the same for Plain TeX and for LaTeX, but theimplementation differs: the LaTeX variant of OFS uses NFSS, butthe Plain variant implements its own font management (which mayeven be better than NFSS) Support for math fonts including TXfonts. | Macros for managing large font collections | 3 | 工具 + texlive-ofs-doc | texlive | Documentation for ofs | Documentation for ofs | 3 | 库 + texlive-ogham | texlive | The font provides the Ogham alphabet, which is found on anumber of Irish and Pictish carvings dating from the 4thcentury AD. The font is distributed as Metafont source, whichhas been patched (with the author's permission) for stabilityat different output device resolutions. (Thanks are due toPeter Flynn and Dan Luecking.) | Fonts for typesetting Ogham script | 3 | 工具 + texlive-ogham-doc | texlive | Documentation for ogham | Documentation for ogham | 3 | 库 + texlive-oinuit | texlive | The package provides a set of Lambda (Omega LaTeX) typesettingtools for the Inuktitut language. Five different input methodsare supported and with the necessary fonts are also provided. | LaTeX Support for the Inuktitut Language | 3 | 工具 + texlive-oinuit-doc | texlive | Documentation for oinuit | Documentation for oinuit | 3 | 库 + texlive-old-arrows | texlive | This package provides Computer Modern old-style arrows withsmaller arrowheads, associated with the usual LaTeX commands.It can be used in documents that contain other amssymb arrowcharacters that also have small arrowheads. It is also possibleto use the usual new-style Computer Modern arrows together withthe old-style ones. | Computer Modern old-style arrows with smaller arrowheads | 3 | 工具 + texlive-old-arrows-doc | texlive | Documentation for old-arrows | Documentation for old-arrows | 3 | 库 + texlive-oldlatin | texlive | Metafont sources modified from Computer Modern in order togenerate "long s" which was used in old text. | Compute Modern-like font with long s | 3 | 工具 + texlive-oldlatin-doc | texlive | Documentation for oldlatin | Documentation for oldlatin | 3 | 库 + texlive-oldstandard | texlive | Old Standard is designed to reproduce the actual printing styleof the early 20th century, reviving a specific type of Modern(classicist) style of serif typefaces, very commonly used invarious editions of the late 19th and early 20th century, butalmost completely abandoned later. The font supportstypesetting of Old and Middle English, Old Icelandic, Cyrillic(with historical characters, extensions for Old Slavonic andlocalised forms), Gothic transliterations, critical editions ofClassical Greek and Latin, and many more. This package workswith TeX engines that directly support OpenType features, suchas XeTeX and LuaTeX, as well as traditional engines such as TeXand pdfTeX. | Old Standard: A Unicode Font for Classical and Medieval Studies | 3 | 工具 + texlive-oldstandard-doc | texlive | Documentation for oldstandard | Documentation for oldstandard | 3 | 工具 + texlive-oldstyle | texlive | Font information needed to load the cmmi and cmmib fonts foruse to produce oldstyle numbers. | Old style numbers in OT1 encoding | 3 | 工具 + texlive-oldstyle-doc | texlive | Documentation for oldstyle | Documentation for oldstyle | 3 | 库 + texlive-olsak-misc | texlive | This is a collection with various single-file plain TeX macroswritten by Petr Olsak. The documentation is included in eachfile separately. booklet.tex: re-orders PDF pages and collectsthem for booklet printing cnv.tex: conversion of textscnv-pu.tex: example of usage of cnv.tex --- pdf outlines inUnicode cnv-word.tex: example of usage of cnv.tex --- word toword conversion eparam.tex: Full expansion during parameterscanning fun-coffee.tex: generates splotches in the documentopenclose.tex: repairs balanced text between \Open ...\Closepair qrcode.tex: QR code generated at TeX level scanbase.tex:parser of text-style mysql outputs scancsv.tex: parser of CSVformat seplist.tex: macros with alternative separators of aparameter xmlparser.tex: parser of XML language | Collection with plain TeX macros written by Petr Olsak | 3 | 工具 + texlive-omega | texlive | A development of TeX, which deals in multi-octet Unicodecharacters, to enable native treatment of a wide range oflanguages without changing character-set. Work on Omega seemsto have ceased: its immediate successor was to be the alephproject (though that too has stalled). Projects developingOmega (and Aleph) ideas include Omega-2 and LuaTeX. | A wide-character-set extension of TeX | 3 | 工具 + texlive-omega-doc | texlive | Documentation for omega | Documentation for omega | 3 | 库 + texlive-omegaware | texlive-base | Omegaware package. | Omegaware package | 3 | 服务 + texlive-onedown | texlive | This is a comprehensive package to draw all sorts of bridgediagrams, including hands (stand alone or arround a compass),bidding tables (stand alone or in connection withhands/compass), trick tables, and expert quizzes. Features:Works for all fontsizes from \ssmall to \HUGE. Different fontsfor hands, bidding diagrams, compass, etc. are possible.Annotations to card and bidding diagrams. Automated check onconsistency of suit and hands. Multilingual output of bridgeterms. Extensive documentation: User manual, Reference manual,and Examples. | Typeset Bridge Diagrams | 3 | 工具 + texlive-onlyamsmath | texlive | This package inhibits the usage of plain TeX and (on demand) ofstandard LaTeX mathematics environments. This is useful forclass writers who want to encourage their users to use theenvironments provided by the amsmath package. | Inhibit use of non-amsmath mathematics markup when using amsmath | 3 | 工具 + texlive-onlyamsmath-doc | texlive | Documentation for onlyamsmath | Documentation for onlyamsmath | 3 | 库 + texlive-onrannual | texlive | This is an unofficial document class for writing ONR annualreports using LaTeX; as ONR has had numerous problems withLaTeX-generated PDF submissions in the past. A skeletondocument (and its PDF output) are included. | Class for Office of Naval Research Ocean Battlespace Sensing annual report | 3 | 工具 + texlive-onrannual-doc | texlive | Documentation for onrannual | Documentation for onrannual | 3 | 库 + texlive-opcit | texlive | This package addresses the problem of expressing citations in astyle that is natural for humanities studies, yet does notinterfere with the flow of text (as author-year styles do). Thepackage differs from footbib in that it uses real footnotes,potentially in the same series as any of the document's otherfootnotes. Opcit also, as its name implies, avoids repetitionof full citations, achieving this, to a large extent,automatically. | Footnote-style bibliographical references | 3 | 工具 + texlive-opcit-doc | texlive | Documentation for opcit | Documentation for opcit | 3 | 库 + texlive-opencolor | texlive | This package that provides hexadecimal color definitions of the130 colors included in the Open Color library. | Simple use of the Open Color colors | 3 | 库 + texlive-opensans | texlive | Open Sans is a humanist sans serif typeface designed by SteveMatteson; the font is available from the Google Font Directoryas TrueType files licensed under the Apache License version2.0. The package provides support for this font family inLaTeX. It includes the original TrueType fonts, as well as Type1 versions, converted for this package using FontForge for fullsupport with dvips | The Open Sans font family, and LaTeX support | 3 | 库 + texlive-opensans-doc | texlive | Documentation for opensans | Documentation for opensans | 3 | 库 + texlive-oplotsymbl | texlive | This package is named oPlotSymbl and it includes symbols, whichlongdesc are not easily available. Especially, these symbols are used inlongdesc scientific plots, but the potential user is allowed to use themlongdesc in other ways. This package uses TikZ and xcolor. | Some symbols which are not easily available | 3 | 工具 + texlive-opteng | texlive | With this template, and associated style and LaTeX packages, itis possible to estimate the page length of manuscripts forsubmission to the SPIE journals 'Optical Engineering' and'Optical Engineering Letters'. With a strict three-page limit,this is particularly important for the latter. The templategives simple instructions on how to prepare the manuscript. | SPIE Optical Engineering and OE Letters manuscript template | 3 | 工具 + texlive-opteng-doc | texlive | Documentation for opteng | Documentation for opteng | 3 | 库 + texlive-optex | texlive-base | OpTeX is a LuaTeX format based on Plain TeX macros with powerfrom OPmac (fonts selection system, colors, external graphics,references, hyperlinks, ...) with unicode fonts. | LuaTeX format based on Plain TeX and OPmac | 3 | 工具 + texlive-optexcount | texlive-base | OpTeXcount is a basic python utility that analyzes OpTeX source code. It isinspired by already existing TeXcount for LaTeX. The functionality is reallylightweight and basic. It counts words and other elements of OpTeX documentand sorts them out into individual categories. Users can print the source codewith highlighted words using several colors,so they see what is considered asword, header etc. | Python script for counting words in OpTeX documents | 3 | 库 + texlive-optidef | texlive | This small library provides a standard set of environments forwriting minimization problems. It automatically aligns theproblems in three points with an optional fourth: Beginning ofthe words "minimize/argmin" and "subject to" The objectivefunction and the longest left hand side of the constraints The$= | > | <$ signs of the constraints. Optionally, the user canadd manually a double align character && to align some commonconstraints feature. A clear example could be the constraintsnames, e.g. (boundary constraint) alignment with (dynamicconstraint). Furthermore, it provides an easy interface todefine optimization problem for three different referencesituations: Where no equation is referenced/numbered. Where theproblem is referenced with a single number. Where each equationhas an individual reference. Finally, it also allows adefinition of any optimization problem without a limitlessnumber of constraints. | Provides a standard set of environments for writing minimization problems | 3 | 库 + texlive-optidef-doc | texlive | Documentation for optidef | doc files of optidef | 3 | 库 + texlive-optional | texlive | Optional provides simple, flexible, optional compilation ofLaTeX documents. Option switches may be given via packageoptions, by the \UseOption command, or interactively via the\AskOption command (help text may be provided, by defining the\ExplainOptions command). The package is not robust, in the waythat comment package is, against ill-behaved text. Inparticular, verbatim text may not be directly included inoptional sections (whether they're included or not). | Facilitate optional printing of parts of a document | 3 | 工具 + texlive-optional-doc | texlive | Documentation for optional | Documentation for optional | 3 | 库 + texlive-options | texlive | The options package provides easy to use key-value options forLaTeX package writers. It has a similar interface as pgfkeyswith path options but comes with more built-in data types andmore convenient support for families and searching. | Provides convenient key-value options for LaTeX package writers | 3 | 工具 + texlive-options-doc | texlive | Documentation for options | doc files of options | 3 | 库 + texlive-orcidlink | texlive | This package provides a command to insert the ORCiD logo, whichis hyperlinked to the URL of the researcher whose iD wasspecified. | Insert hyperlinked ORCiD logo | 3 | 工具 + texlive-ordinalpt | texlive | The package provides a counter style (like \arabic, \alph andothers) which produces as output strings like "primeiro"("first" in Portuguese), "segundo" (second), and so on up to1999th. Separate counter commands are provided for differentletter case variants, and for masculine and feminine genderinflections. | Counters as ordinal numbers in Portuguese | 3 | 工具 + texlive-ordinalpt-doc | texlive | Documentation for ordinalpt | Documentation for ordinalpt | 3 | 库 + texlive-orientation | texlive | This package provides commands for manual (per-page andper-document) orientation of pages in a PDF created withdvips/Ghostscript (ps2pdf). For future versions it is plannedto add support for other drivers, allowing for PDF orientationto be set in (x)dvipdfmx and pdfmode pdfTeX using the samecommands from the user perspective. | Set page orientation with dvips/Ghostscript (ps2pdf) | 3 | 工具 + texlive-orkhun | texlive | The font covers an old Turkic script. It is provided asMetafont source. | A font for orkhun script | 3 | 库 + texlive-orkhun-doc | texlive | Documentation for orkhun | Documentation for orkhun | 3 | 库 + texlive-oscola | texlive | The package provides a set of style files for use with Biblatex(v 2+) and Biber (v 1+) to produce citations and bibliographiesin accordance with the widely-used Oxford Standard for theCitation of Legal Authorities. It also includes facilities forconstructing tables of cases and legislation from citations (inconjunction with appropriate indexing packages). | BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities | 3 | 工具 + texlive-oscola-doc | texlive | Documentation for oscola | Documentation for oscola | 3 | 库 + texlive-oswald | texlive | This package provides the Oswald family of fonts, designed byVernon Adams, Kalapi Gajjar, Cyreal, with support for LaTeX andpdfLaTeX. | The Oswald family of fonts with support for LaTeX and pdfLaTeX | 3 | 库 + texlive-othello | texlive | A package (based on Kolodziejska's go), and fonts (as Metafontsource) are provided. | Modification of a Go package to create othello boards | 3 | 工具 + texlive-othelloboard | texlive | The package enables the user to generate high-quality Othello(also known as Reversi) board diagrams of any size. Thediagrams support annotations, including full game transcripts.Automated board or transcript creation, from plain text formatsstandard to WZebra (and other programs) is also supported. | Typeset Othello (Reversi) diagrams of any size, with annotations | 3 | 工具 + texlive-othelloboard-doc | texlive | Documentation for othelloboard | Documentation for othelloboard | 3 | 库 + texlive-othello-doc | texlive | Documentation for othello | Documentation for othello | 3 | 工具 + texlive-otibet | texlive | otibet package | otibet package | 3 | 工具 + texlive-otibet-doc | texlive | Documentation for otibet | Documentation for otibet | 3 | 库 + texlive-ot-tableau | texlive | The package makes it easy to create beautifuloptimality-theoretic tableaux. The LaTeX source is visuallyvery similar to a formatted tableau, which makes working withthe source code painless (well, less painful). A variety ofstylistic variants are available to suit personal taste. Thepackage requires xstring, amssymb, bbding, suffix, colortbl,rotating, hhline (optionally), arydshln, and tipa (optionally). | Optimality Theory tableaux in LaTeX | 3 | 工具 + texlive-ot-tableau-doc | texlive | Documentation for ot-tableau | Documentation for ot-tableau | 3 | 库 + texlive-oubraces | texlive | Provides a means to interleave \overbrace and \underbrace inthe same formula. | Braces over and under a formula | 3 | 库 + texlive-oubraces-doc | texlive | Documentation for oubraces | Documentation for oubraces | 3 | 库 + texlive-oup-authoring-template | texlive | This package provides a general LaTeX template for journalspublished by Oxford University Press (OUP). The templateoutputs to the three official page designs (traditional,contemporary, modern) used by many journals published by OUP,with large, medium and small page options. For more informationseehttps://academic.oup.com/journals/pages/authors/preparing_your_manuscript. | A general template for journals published by Oxford University Press (OUP) | 3 | 库 + texlive-outerhbox | texlive | The package provides the \outerhbox command, which is similarto \hbox, except that material is set in outer horizontal mode.This prevents TeX from optimising away maths penalties and thelike, that are needed when the material is \unhbox'ed. | Collect horizontal material for contributing to a paragraph | 3 | 工具 + texlive-outline | texlive | The package defines an outline environment, which providesfacilities similar to enumerate, but up to 6 levels deep. | List environment for making outlines | 3 | 工具 + texlive-outline-doc | texlive | Documentation for outline | Documentation for outline | 3 | 库 + texlive-outliner | texlive | Allows you to write "\Level 2 {Some heading}" instead of theusual \section stuff; the definitions of the levels can theneasily be changed. There is a mechanism for shifting alllevels. This makes it easy to bundle existing articles into acompilation. | Change section levels easily | 3 | 工具 + texlive-outliner-doc | texlive | Documentation for outliner | Documentation for outliner | 3 | 库 + texlive-outlines | texlive | Defines an outline environment, which allows outline-styleindented lists with freely mixed levels up to four levels deep.It replaces the nested begin/end pairs by different item tags\1 to \4 for each nesting level. This is very convenient incases where nested lists are used a lot, such as for to-dolists or presentation slides. | Produce "outline" lists | 3 | 工具 + texlive-outlines-doc | texlive | Documentation for outlines | Documentation for outlines | 3 | 库 + texlive-outlining | texlive | Every scientific document requires outlining before it iswritten. This package adds simple macros for your LaTeXdocument. | Create outlines for scientific documents | 3 | 工具 + texlive-overlays | texlive | This package allows to write presentations with incrementalslides. It does not presuppose any specific document class.Rather, it is a lightweight alternative to full-fledgedpresentation classes like beamer. The package requires xcolor,environ, and pgffor (from the pgf bundle). | Incremental slides | 3 | 工具 + texlive-overlock | texlive | The package provides the Overlock and OverlockSC families offonts, designed by Dario Manuel Muhafara of the TIPO foundry(http://www.tipo.net.ar) are "rounded" sans-serif fonts inthree weights (Regular, Bold, Black) with italic variants foreach of them. There are also small-caps and old-style figuresin the Regular weight. | Overlook sans fonts with LaTeX support | 3 | 库 + texlive-overlock-doc | texlive | Documentation for overlock | Documentation for overlock | 3 | 库 + texlive-overpic | texlive | The overpic environment is a cross between the LaTeX pictureenvironment and the \includegraphics command of graphicx. Theresulting picture environment has the same dimensions as theincluded graphic. LaTeX commands can be placed on the graphicat defined positions; a grid for orientation is available. | Combine LaTeX commands over included graphics | 3 | 工具 + texlive-overpic-doc | texlive | Documentation for overpic | Documentation for overpic | 3 | 库 + texlive-pacioli | texlive | Pacioli was a c.15 mathematician, and his font was designedaccording to 'the divine proportion'. The font is uppercaseletters together with punctuation and some analphabetics; nolowercase or digits. The Metafont source is distributed in a.dtx file, together with LaTeX support. | Fonts designed by Fra Luca de Pacioli in 1497 | 3 | 工具 + texlive-pacioli-doc | texlive | Documentation for pacioli | Documentation for pacioli | 3 | 库 + texlive-padauk | texlive | Padauk is a Unicode-based font family with broad support forwriting systems that use the Myanmar script. | A high-quality TrueType font that supports Myanmar script | 3 | 库 + texlive-padcount | texlive | This package provides some simple macros which will pad numbers(or, indeed, any expanded token) with your choice of character(defaulting to "0") to your choice of number of places(defaults to "2"). This works not only on arabic numerals, buton any expanded list of tokens passed to it. This makes itsuitable for, among other things, counters of all kinds. | Pad numbers with arbitrary characters | 3 | 工具 + texlive-pagecolor | texlive | This package provides the command \thepagecolor, which givesthe current page (background) colour, i. e. the argument usedwith the most recent call of \pagecolor{...}. The command\thepagecolornone gives the same colour as \thepagecolor,except when the page background colour is "none" (e.g., as aresult of using the \nopagecolor command). In that case\thepagecolor is "white" and \thepagecolornone is "none". When\nopagecolor is unknown or broken (crop package), this packageprovides a replacement. Similar to \newgeometry and\restoregeometry of the geometry package \newpagecolor{...} and\restorepagecolor are provided. For use with the crop package\backgroundpagecolor{...} as well as\newbackgroundpagecolor{...} and \restorebackgroundpagecolorare provided. | Interrogate page colour | 3 | 工具 + texlive-pagecolor-doc | texlive | Documentation for pagecolor | Documentation for pagecolor | 3 | 库 + texlive-pagecont | texlive | The package provides the facility that several documents can betypeset independently with page numbers in sequence, as if theywere a single document. | Page numbering that continues between documents | 3 | 工具 + texlive-pagecont-doc | texlive | Documentation for pagecont | Documentation for pagecont | 3 | 库 + texlive-pagegrid | texlive | This package puts a grid on the paper. It was written fordevelopers of a class or package who have to put elements ondefinite locations on a page (e.g. letter class). The gridallows a faster optical check, whether the positions arecorrect. If the previewer already offers features formeasuring, the package might be unnecessary. Otherwise it savesthe developer from printing the page and measuring by hand. Thepackage was part of the oberdiek bundle. | Print page grid in background | 3 | 工具 + texlive-pagella-otf | texlive | This package can only be used with LuaLaTeX or XeLaTeX. It doesthe font setting for the OpenType font 'TeX Gyre Pagella' fortext and math. The missing typefaces like bold math and slantedtext are also defined | Using the OpenType fonts TeX Gyre Pagella | 3 | 工具 + texlive-pagenote | texlive | The pagenote package provides tagged notes on a separate page(also known as 'end notes'). Unless the memoir class is used,the package requires the ifmtarg package. | Notes at end of document | 3 | 工具 + texlive-pagenote-doc | texlive | Documentation for pagenote | Documentation for pagenote | 3 | 工具 + texlive-pagerange | texlive | The package defines a command \pagerange that typesets rangesof page numbers, expanding them (e.g., adding first or lastpage numbers) and standardising them. | Flexible and configurable page range typesetting | 3 | 工具 + texlive-pagerange-doc | texlive | Documentation for pagerange | Documentation for pagerange | 3 | 库 + texlive-pagesel | texlive | Selects single pages, ranges of pages, odd pages or even pagesfor output. The package is part of the oberdiek bundle. | Select pages of a document for output | 3 | 工具 + texlive-pageslts | texlive | The package was designed as an extension of the lastpagepackage -- as well as that package's LastPage label (created\AtEndDocument) it adds a VeryLastPage (created\AfterLastShipout). When more than one page numbering scheme isin operation (as in a book class document with frontmatter),the labels above do not give the total number of pages, so thepackage also provides labels pagesLTS.<numbering scheme>, wherethe numbering scheme is arabic, roman, etc. The package relieson the undolabl package. | Variants of last page labels | 3 | 工具 + texlive-pageslts-doc | texlive | Documentation for pageslts | Documentation for pageslts | 3 | 库 + texlive-palatino | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-palette | texlive | The package `palette` contains two files: `colorpalette.sty`and `symbolpalette`. One deals with colors and the other dealswith symbols; the implementation is quite similar. With thispackage you can create themes. Each of these themes have a setof colors, and you can create palettes based on this theme withspecific color values for each of the theme's color slots. Theactive palette for each theme can be swapped in to makeexperimenting with colors easier or give users choices as towhich theme they pick. | Create palettes for colors and symbols that can be swapped in | 3 | 工具 + texlive-pangram | texlive | This package provides a simple way for font designers and usersto test their fonts in different sizes without much input. | A LaTeX package for testing fonts | 3 | 工具 + texlive-paper | texlive | A pair of classes derived from article, tuned for producingpapers for journals. The classes introduce new layout optionsand font commands for sections/parts, and define a new keywordsenvironment, subtitle and institution commands for the titlesection and new commands for revisions. | Versions of article class, tuned for scholarly publications | 3 | 工具 + texlive-papercdcase | texlive | This package implements a LaTeX style file to produce origami-style folding paper CD cases. | Origami-style folding paper CD case | 3 | 工具 + texlive-papercdcase-doc | texlive | Documentation for papercdcase | Documentation for papercdcase | 3 | 库 + texlive-paper-doc | texlive | Documentation for paper | Documentation for paper | 3 | 库 + texlive-papermas | texlive | The package computes the number of sheets of paper used by, andhence the mass of a document. This is useful (for example) whencalculating postal charges. | Compute the mass of a printed version of a document | 3 | 工具 + texlive-papermas-doc | texlive | Documentation for papermas | Documentation for papermas | 3 | 库 + texlive-papertex | texlive | This class allows LaTeX users to create a paperTeX newspaper.The final document has a front page and as many inner pages asdesired. News items appear one after another and the user canchoose the number of columns, style and so on. The class allowsusers to create newsletters too. | Class for newspapers, etc | 3 | 工具 + texlive-papertex-doc | texlive | Documentation for papertex | Documentation for papertex | 3 | 库 + texlive-paracol | texlive | The package provides yet another multi-column typesettingmechanism by which you produce multi-column (e.g., bilingual)document switching and sychronizing each corresponding part in"parallel". | Multiple columns with texts "in parallel" | 3 | 工具 + texlive-paracol-doc | texlive | Documentation for paracol | Documentation for paracol | 3 | 库 + texlive-parades | texlive | The LaTeX package paravesp controls the spaces above and belowparagraphs. The python script parades.py generates paragraphstyles with support of space above, space below and tabulators.The system imposes the galley approach on the document. | Tabulators and space between paragraphs in galley approach | 3 | 工具 + texlive-parades-doc | texlive | Documentation for parades | doc files of parades | 3 | 库 + texlive-paralist | texlive | Provides enumerate and itemize environments that can be usedwithin paragraphs to format the items either as running text oras separate paragraphs with a preceding number or symbol. Alsoprovides compacted versions of enumerate and itemize. | Enumerate and itemize within paragraphs | 3 | 工具 + texlive-paralist-doc | texlive | Documentation for paralist | Documentation for paralist | 3 | 库 + texlive-parallel | texlive | Provides a parallel environment which allows two potentiallydifferent texts to be typeset in two columns, while maintainingalignment. The two columns may be on the same page, or onfacing pages. This arrangement of text is commonly used whentypesetting translations, but it can have value when comparingany two texts. | Typeset parallel texts | 3 | 工具 + texlive-parallel-doc | texlive | Documentation for parallel | Documentation for parallel | 3 | 库 + texlive-paratype | texlive | The package offers LaTeX support for the fonts PT Sans, PTSerif and PT Mono developed by ParaType for the project "PublicTypes of Russian Federation", and released under an open userlicense. The fonts themselves are provided in both the TrueTypeand Type 1 formats, both created by ParaType). The fontsprovide encodings OT1, T1, IL2, TS1, T2* and X2. The packageprovides a convenient replacement of the two packages ptsansand ptserif. | LaTeX support for free fonts by ParaType | 3 | 工具 + texlive-paratype-doc | texlive | Documentation for paratype | Documentation for paratype | 3 | 库 + texlive-paresse | texlive | The package defines macros using SS to type greek letters sothat the user may (for example) type SSa to get the effect of$\alpha$. However, it takes care only of letters which have amacro name like \alpha or \Omega. | Define simple macros for greek letters | 3 | 工具 + texlive-paresse-doc | texlive | Documentation for paresse | Documentation for paresse | 3 | 库 + texlive-parnotes | texlive | The package provides the \parnote command. The notes are set as(normal) running paragraphs; placement is at the end of eachparagraph, or manually, using the \parnotes command. | Notes after every paragraph (or elsewhere) | 3 | 工具 + texlive-parnotes-doc | texlive | Documentation for parnotes | Documentation for parnotes | 3 | 工具 + texlive-parrun | texlive | For typesetting translated text and the original source,parallel on the same page, one above the other. | Typesets (two) streams of text running parallel | 3 | 工具 + texlive-parrun-doc | texlive | Documentation for parrun | Documentation for parrun | 3 | 库 + texlive-parsa | texlive | A package for preparing dissertations and theses for Iranianuniversities as fast and as efficiently as possible. Thepackage depends on xparse, fancyhdr, graphicx, multirow, float,and adjustbox. | A XeLaTeX package for theses and dissertations at Iranian Universities | 3 | 工具 + texlive-parselines | texlive | The package defines an environment "parse lines" whichprocesses each line of an environment with a macro. An exampleof shading the lines of an environment is given. | Apply a macro to each line of an environment | 3 | 工具 + texlive-parselines-doc | texlive | Documentation for parselines | Documentation for parselines | 3 | 库 + texlive-parskip | texlive | Simply changing \parskip and \parindent leaves a layout that isuntidy; this package (though it is no substitute for a properly-designed class) helps alleviate this untidiness. | Layout with zero \parindent, non-zero \parskip | 3 | 工具 + texlive-parskip-doc | texlive | Documentation for parskip | Documentation for parskip | 3 | 库 + texlive-pascaltriangle | texlive | This LaTeX3 package based on TikZ helps to generate beautifulPascal (Yanghui) triangles. It provides a unique drawing macro\pascal which can generate isosceles or right-angle trianglescustomized by means of different \pascal macro options or the\pascalset macro. | Draw beautiful Pascal (Yanghui) triangles | 3 | 工具 + texlive-pas-cours | texlive | Several groups of macros cover different branches ofmathematics. | Macros useful in preparing teaching material | 3 | 库 + texlive-pas-cours-doc | texlive | Documentation for pas-cours | Documentation for pas-cours | 3 | 库 + texlive-pas-crosswords | texlive | The package produces crossword grids, using a wide variety ofcolours and decorations of the grids and the text in them. Thepackage uses TikZ for its graphical output. | Creating crossword grids, using TikZ | 3 | 工具 + texlive-pas-crosswords-doc | texlive | Documentation for pas-crosswords | Documentation for pas-crosswords | 3 | 库 + texlive-pas-cv | texlive | The package provides the framework for typesetting a CurriculumVitae (composed in French), together with a number of "themes"that may be used with the package. (The use of the themes maybe seen in the package's examples/ collection.) The authorhints that conversion for use with other languages (thanFrench) should be possible. | Flexible typesetting of Curricula Vitae | 3 | 工具 + texlive-pas-cv-doc | texlive | Documentation for pas-cv | Documentation for pas-cv | 3 | 库 + texlive-passivetex | texlive | Packages providing XML parsing, UTF-8 parsing, Unicodeentities, and common formatting object definitions for jadetex. | Support package for XML/SGML typesetting | 3 | 工具 + texlive-pas-tableur | texlive | The package provides commands for creating a grid ofrectangles, and commands for populating locations in the grid.PGF/TikZ is used for placement and population of the cells. | Create a spreadsheet layout | 3 | 工具 + texlive-pas-tableur-doc | texlive | Documentation for pas-tableur | Documentation for pas-tableur | 3 | 库 + texlive-patchcmd | texlive | The package provides a command \patchcommand that can be usedto add material at the beginning and/or the end of thereplacement text of an existing macro. It works for macros withany number of normal arguments, including those that weredefined with \DeclareRobustCommand. | Change the definition of an existing command | 3 | 工具 + texlive-patchcmd-doc | texlive | Documentation for patchcmd | Documentation for patchcmd | 3 | 库 + texlive-patgen | texlive-base | This is the last version of the program distributed by Knuth;it advertises itself as a pattern generator for "the algorithmused in TeX", but, of course, the patterns used in moderndistributions are Unicode-based. | Generate hyphenation patterns | 3 | 工具 + texlive-patgen2-tutorial-doc | texlive | Documentation for patgen2-tutorial | Documentation for patgen2-tutorial | 3 | 工具 + texlive-path | texlive | Defines a macro \path|...|, similar to the LaTeX \verb|...|,that sets the text in typewriter font and allows hyphen-lessbreaks at punctuation characters. The set of characters to beregarded as punctuation may be changed from the package'sdefault. | Typeset paths, making them breakable | 3 | 工具 + texlive-path-doc | texlive | Documentation for path | Documentation for path | 3 | 库 + texlive-pauldoc | texlive | The package provides helpers for German language packagedocumentation. | German LaTeX package documentation | 3 | 工具 + texlive-pauldoc-doc | texlive | Documentation for pauldoc | Documentation for pauldoc | 3 | 库 + texlive-pawpict | texlive | Support for the easy inclusion of graphics made by PAW (PhysicsAnalysis Workstation). You need to have PAW installed on yoursystem to benefit from this package. | Using graphics from PAW | 3 | 工具 + texlive-pawpict-doc | texlive | Documentation for pawpict | Documentation for pawpict | 3 | 库 + texlive-pax | texlive-base | If PDF files are included using pdfTeX, PDF annotations arestripped. The pax project offers a solution without alteringpdfTeX. A Java program (pax.jar) parses the PDF file that willlater be included. The program then writes the data of theannotations into a file that can be read by TeX. The LaTeXpackage pax extends the graphics package to support the scheme:if a PDF file is included, the package looks for the file withthe annotation data, reads them and puts the annotations in theright place. | Extract and reinsert PDF annotations with pdfTeX | 3 | 工具 + texlive-pbalance | texlive | This package balances the columns on the last page of atwo-column document. If the page is "simple" (no footnotes,floats, or marginpars), is uses the balance package; otherwise,it uses \enlargethispage to make the left column shorter,balancing the columns. | Balance last page in two-column mode | 3 | 工具 + texlive-pb-diagram | texlive | pb-diagram package | A commutative diagram package using LAMSTeX or Xy-pic fonts | 3 | 工具 + texlive-pb-diagram-doc | texlive | Documentation for pb-diagram | Documentation for pb-diagram | 3 | 库 + texlive-pbibtex-base | texlive | These are miscellaneous files, including bibliography styles(.bst), for pBibTeX, which is a Japanese extended version ofBibTeX contained in TeX Live. The bundle is a redistributionderived from the ptex-texmf distribution by ASCII MEDIA WORKS. | Bibliography styles and miscellaneous files for pBibTeX | 3 | 工具 + texlive-pbibtex-base-doc | texlive | Documentation for pbibtex-base | doc files of pbibtex-base | 3 | 工具 + texlive-pbibtex-manual | texlive | The bundle contains documentation files for Japanese pBibTeXand upBibTeX. For historical reasons, this also contains olddocumentation files for JBibTeX. | Documentation files for (u)pBibTeX | 3 | 库 + texlive-pbox | texlive | Defines a command \pbox{<max width>}{<text>} which adjusts itswidth to that of the enclosed text, up to the maximum widthgiven. The package also defines some associated lengthcommands. | A variable-width \parbox command | 3 | 工具 + texlive-pbox-doc | texlive | Documentation for pbox | Documentation for pbox | 3 | 库 + texlive-pbsheet | texlive | This class is designed to simplify the typesetting of problemsheets with Mathematics and Computer Science content. It iscurrently customised towards teaching in French (and theexamples are in French). | Problem sheet class | 3 | 工具 + texlive-pbsheet-doc | texlive | Documentation for pbsheet | Documentation for pbsheet | 3 | 库 + texlive-pdf14 | texlive | Starting with TeX Live 2010, the various formats, that directlygenerate PDF, default to generating PDF 1.5. This is generallya good thing, but it can lead to compatibility issues with someolder PDF viewers. This package changes the version of PDFgenerated with formats (based on pdfTeX or LuaTeX in PDF mode),back to 1.4 for documents that need to achieve maximalcompatibility with old viewers. | Restore PDF 1.4 to a TeX live 2010 format | 3 | 工具 + texlive-pdf14-doc | texlive | Documentation for pdf14 | Documentation for pdf14 | 3 | 库 + texlive-pdfarticle | texlive | pdfArticle is simple document class dedicated for creating pdfdocuments with LuaLaTeX. | Class for pdf publications | 3 | 工具 + texlive-pdfbook2 | texlive-base | This python program creates print-ready PDF files from someinput PDF files for booklet printing. The resulting files needto be printed in landscape/long edge double sided printing. Thedefault paper format depends on the locale and is chosen bypdfjam. It can be chosen using the --paper option. Before thepdf is composed, the input file is cropped to the relevant areain order to discard unnecessary white spaces. In this process,all pages are cropped to the same dimensions. Extra margins canbe defined at the edges of the booklet and in the middle wherethe binding occurs. The output is written to INPUT-book.pdf.Existing files will be overwritten. All input files areprocessed seperately. | Create booklets from PDF files | 3 | 库 + texlive-pdfcol | texlive | Since version 1.40 pdfTeX supports colour stacks. The driverfile pdftex.def for package color defines and uses a maincolour stack since version v0.04b. This package is intended forpackage writers. It defines macros for setting and maintainingnew colour stacks. | Macros for maintaining colour stacks under pdfTeX | 3 | 工具 + texlive-pdfcolmk | texlive | The package used to provide macros that emulated the 'colourstack' functionality of dvips. The colour stack deals withcolour manipulations when asynchronous events (likepage-breaking) occur. At the time the package was written,pdfTeX did not (yet) have such a stack, though dvips had hadone for a long time. This package was an experimental solutionto the problem, and worked best with pdfeTeX. For currentreleases of pdfTeX (later than version 1.40.0, released in2007), this package is not needed, since "real" colour stacksare available. The present pdfcolmk is therefore just an emptystub that does nothing at all, just in case there are stilldocuments that reference it. The documented source of theoriginal package is still available at the github repository. | Improved colour support under pdfTeX (legacy stub) | 3 | 工具 + texlive-pdfcomment | texlive | For a long time pdfLaTeX has offered the command \pdfannot forinserting arbitrary PDF annotations. However, the command ispresented in a form where additional knowledge of thedefinition of the PDF format is indispensable. This package isan answer to the - occasional - questions in newsgroups, abouthow one could use the comment function of Adobe Reader. Atleast for the writer of LaTeX code, the package offers aconvenient and user-friendly means of using \pdfannot toprovide comments in PDF files. Since version v1.1,pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX -dvipdfmx, and XeLaTeX. Unfortunately, support of PDFannotations by PDF viewers is sparse to nonexistent. Thereference viewer for the development of this package is AdobeReader. | A user-friendly interface to pdf annotations | 3 | 工具 + texlive-pdfcomment-doc | texlive | Documentation for pdfcomment | Documentation for pdfcomment | 3 | 库 + texlive-pdfcprot | texlive | This package provides an easy interface to adjust the characterprotrusion for different fonts and choosing the rightadjustment automatically depending on the font. The package islargely superseded by microtype. | Activating and setting of character protruding using pdflatex | 3 | 工具 + texlive-pdfcprot-doc | texlive | Documentation for pdfcprot | Documentation for pdfcprot | 3 | 库 + texlive-pdfcrop | texlive-base | A Perl script that can either trim pages of any whitespaceborder, or trim them of a fixed border. | Crop PDF graphics | 3 | 库 + texlive-pdfescape | texlive | This package implements pdfTeX's escape features(\pdfescapehex, \pdfunescapehex, \pdfescapename,\pdfescapestring) using TeX or e-TeX. | Implements pdfTeX's escape features using TeX or e-TeX | 3 | 工具 + texlive-pdfextra | texlive | This package provides extra PDF features for OpTeX (or inlimited form for plain LuaTeX and LuaLaTeX). As a minimalisticformat, OpTeX does not support "advanced" features of the PDFfile format in its base. This third party package aims toprovide them. Summary of supported features: insertion ofmultimedia (audio, video, 3D), hyperlinks and other actions,triggering events, transitions, attachments. | Extra PDF features for (Op)TeX | 3 | 工具 + texlive-pdfjam | texlive-base | This is a collection of shell scripts which provide aninterface to the pdfpages LaTeX package. They do such jobs asselecting pages, concatenating files, doing n-up formatting,and so on. | Shell scripts interfacing to pdfpages | 3 | 工具 + texlive-pdflatexpicscale | texlive-base | The package provides a script to scale pictures down to atarget resolution before creating a PDF document with pdfLaTeX. | Support software for downscaling graphics to be included by pdfLaTeX | 3 | 工具 + texlive-pdflscape | texlive | The package adds PDF support to the landscape environment ofpackage lscape, by setting the PDF /Rotate page attribute.Pages with this attribute will be displayed in landscapeorientation by conforming PDF viewers. | Make landscape pages display as landscape | 3 | 工具 + texlive-pdfmanagement-testphase | texlive | This is a temporary package, which is used during a test phaseto load the new PDF management code of LaTeX. The new PDFmanagement code offers backend independant interfaces tocentral PDF dictionaries, tools to create annotations, formXobjects, to embed files, and to handle PDF standards. The codeis provided, during a testphase, as an independant package toallow users and package authors to safely test the code. At alater stage it will be integrated into the LaTeX kernel (or inparts into permanent support packages), and the currenttestphase bundle will be removed. | LaTeX PDF management testphase bundle | 3 | 工具 + texlive-pdfmarginpar | texlive | The package provides the \pdfmarginpar command which is similarin spirit to \marginpar. However, it creates PDF annotationswhich may be viewed with Adobe Reader in place of marginaltexts. Small icons indicate the in-text position where themessage originates, popups provide the messages themselves.Thus bugfixes and other such communications are clearly visibletogether when viewing the document, while the document itselfis not obscured. | Generate marginpar-equivalent PDF annotations | 3 | 工具 + texlive-pdfmarginpar-doc | texlive | Documentation for pdfmarginpar | Documentation for pdfmarginpar | 3 | 库 + texlive-pdfmsym | texlive | This package defines a handful of mathematical symbols many ofwhich are implemented via PDF's builtin drawing utility. It isintended for use with pdfTeX and LuaTeX and is supported byXeTeX to a lesser extent. Among the symbols it defines are somevariants of commonly used ones, as well as more obscure symbolswhich cannot be as easily found in other TeX or LaTeX packages. | PDF Math Symbols -- various drawn mathematical symbols | 3 | 工具 + texlive-pdfoverlay | texlive | It is often desirable to take an exisiting PDF and easily addannotations or text overlaying the PDF. This might arise if youwish to add comments to a PDF, fill in a PDF form, or add textto a PDF where space has been left for notes. This packageprovides a simple interface to do this without having to resortto inserting one page at a time. Some or all of the pages ofthe PDF can be included and not all pages of the PDF need haveoverlayed text. It is also possible to include text betweenpages of the PDF. Another advantage of this package is that theoverlayed text can be set as normal flowing from one page toanother or with manual page breaks if you wish. It is alsopossible to use any standard method to position text atarbitrary places on a given page. | A LaTeX style for overlaying text on a PDF | 3 | 工具 + texlive-pdfpagediff | texlive | Find difference between two PDF's | Find difference between two PDF's | 3 | 工具 + texlive-pdfpagediff-doc | texlive | Documentation for pdfpagediff | Documentation for pdfpagediff | 3 | 库 + texlive-pdfpages | texlive | This package simplifies the inclusion of external multi-pagePDF documents in LaTeX documents. Pages may be freely selectedand similar to psnup it is possible to put several logicalpages onto each sheet of paper. Furthermore a lot of hypertextfeatures like hyperlinks and article threads are provided. Thepackage supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it iseven possible to use this package to insert PostScript files,in addition to PDF files. | Include PDF documents in LaTeX | 3 | 工具 + texlive-pdfpages-doc | texlive | Documentation for pdfpages | Documentation for pdfpages | 3 | 库 + texlive-pdfpc | texlive | This packages allows to define additional meta data within thePDF file which can be interpreted by the PDF presenter console(pdfpc) program. pdfpc depends on kvoptions, xstring, iftex,and hyperxmp. | Define data for the pdfpc presentation viewer | 3 | 工具 + texlive-pdfpc-movie | texlive | This LaTeX2e package provides a command \pdfpcmovie forembedding (hyperlinking) movies in a way compatible with thePDF Presenter Console (pdfpc), a GPL2-licensed multi-monitorPDF presentation viewer application available on GitHub andshipped with some LINUX distributions such as Debian, Fedora,and Arch. The package depends on etoolbox, hyperref, andpgfkeys. | Pdfpc viewer-compatible hyperlinks to movies | 3 | 工具 + texlive-pdfprivacy | texlive | Creating pdfs with pdfLaTeX populates several pdf meta-datafields such as date/time of creation/modification, informationabout the LaTeX installation (e.g., pdfTeX version), and therelative paths of included pdfs. The pdfprivacy packageprovides support for emptying several of these pdf meta-datafields as well as suppressing some pdfTeX meta-data entries inthe resulting pdf. | A LaTeX package to remove or suppress pdf meta-data | 3 | 工具 + texlive-pdfreview | texlive | This package lets you add comments in the page margins of PDFfiles, e.g. when reviewing manuscripts or grading reports. ThePDF file to be annotated is included, one page at a time, asgraphics, in a manner similar to the pdfpages package. Notesare placed in the margin next to the included graphics using agrid of help lines. Alternatively, only numbers are placed inthe page margins, and the notes are collected into a numberedlist at the end of the document. Note that this package is notintended for adding notes directly to the LaTeX source of thedocument that is being reviewed; instead, the documentundergoing review is already in PDF format and remainsunchanged. Also note that this package does not produce theusual PDF "sticky notes" that must be opened by clicking onthem; instead, the notes are simply shown as text. This packagedepends on the following other LaTeX package: adjustbox, calc,geometry, graphicx, grffile, ifthen, kvoptions, tikz, ulem, andxstring. | Annotate PDF files with margin notes | 3 | 工具 + texlive-pdfscreen | texlive | An extension of the hyperref package to provide a screen-baseddocument design. This package helps to generate pdf documentsthat are readable on screen and will fit the screen's aspectratio. Also it can be used with various options to produceregular print versions of the same document without any extraeffort. | Support screen-based document design | 3 | 工具 + texlive-pdfscreen-doc | texlive | Documentation for pdfscreen | Documentation for pdfscreen | 3 | 库 + texlive-pdfslide | texlive | This is a package for use with pdftex, to make nicepresentation slides. Its aims are: to devise a method foreasier technical presentation; to help the mix of mathematicalformulae with text and graphics which other present daydocument processing tools fail to accomplish; to exploit theplatform independence of TeX so that presentation documentsbecome portable; and to offer the freedom and possibilities ofusing various backgrounds and other embellishments that a usercan imagine to have in as presentation. The package can makeuse of the facilities of the PPower4 post-processor. | Presentation slides using pdftex | 3 | 工具 + texlive-pdfslide-doc | texlive | Documentation for pdfslide | Documentation for pdfslide | 3 | 库 + texlive-pdfsync | texlive | The package runs with pdfTeX or XeTeX, and creates an auxiliaryfile with geometrical information to permit references back andforth between source and PDF, assuming a conforming editor andPDF viewer. | Provide links between source and PDF | 3 | 工具 + texlive-pdfsync-doc | texlive | Documentation for pdfsync | Documentation for pdfsync | 3 | 库 + texlive-pdftex | texlive-base | An extension of TeX which can be configured to directlygenerate PDF documents instead of DVI. All current free TeXdistributions including TeX live, MacTeX and MiKTeX includepdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt was designedaround use of pdfTeX (though it is now migrating towardsLuaTeX). | A TeX extension for direct creation of PDF | 3 | 工具 + texlive-pdftexcmds | texlive | LuaTeX provides most of the commands of pdfTeX 1.40. However, anumber of utility functions are not available. This packagetries to fill the gap and implements some of the missingprimitives using Lua. | LuaTeX support for pdfTeX utility functions | 3 | 工具 + texlive-pdftex-quiet | texlive-base | This is a tool in BASH serving to reduce the output of `pdftex` command and seeonly relevant errors in red bold font to fight them ASAP. | Bash utility to reduce the output of the pdftex command | 3 | 工具 + texlive-pdftosrc | texlive-base | Extracts an embedded source file, or extracts and uncompressesa PDF stream given by object number. Developed as part of thepdfTeX source tree. | Extract source file or stream from PDF file | 3 | 工具 + texlive-pdf-trans | texlive | pdf-trans is a set of macros offering various transformationsof TeX boxes (based on plain and pdfeTeX primitives). It wasinitially inspired by trans.tex, remade to work with pdfTeX. | A set of macros for various transformations of TeX boxes | 3 | 工具 + texlive-pdf-trans-doc | texlive | Documentation for pdf-trans | Documentation for pdf-trans | 3 | 库 + texlive-pdftricks | texlive | The PSTricks macros cannot be used (directly) with pdfTeX,since pstricks uses PostScript arithmetic, which isn't part ofPDF. This package circumvents this limitation so that theextensive facilities offered by the powerful PSTricks packagecan be made use of in a pdfTeX document. This is done using theshell escape function available in current TeX implementations.The package may also be used in support of other 'PostScript-output-only' packages, such as PSfrag. For alternatives, usersmay care to review the discussion in the PSTricks onlinedocumentation. | Support for pstricks in pdfTeX | 3 | 工具 + texlive-pdftricks2 | texlive | The package provides the means of processing documents (thatcontain pstricks graphics specifications. The package isinspired by pdftricks | Use pstricks in pdfTeX | 3 | 工具 + texlive-pdftricks2-doc | texlive | Documentation for pdftricks2 | Documentation for pdftricks2 | 3 | 工具 + texlive-pdftricks-doc | texlive | Documentation for pdftricks | Documentation for pdftricks | 3 | 工具 + texlive-pdfwin | texlive | Inspired by the pdfscreen package. | customizable windows for screen viewing of TeX documents | 3 | 工具 + texlive-pdfwin-doc | texlive | Documentation for pdfwin | Documentation for pdfwin | 3 | 库 + texlive-pdfx | texlive | The package helps LaTeX users to create PDF/X-1a and PFD/A-1bcompliant pdf documents with pdfTeX. | PDF/X-1a and PDF/A-1b support for pdfTeX | 3 | 工具 + texlive-pdfx-doc | texlive | Documentation for pdfx | Documentation for pdfx | 3 | 库 + texlive-pdfxup | texlive-base | pdfxup is a unix/linux shell script that creates a PDF documentwhere each page is obtained by combining several pages of a PDFfile given as output. | Create n-up PDF pages with minimal margins | 3 | 工具 + texlive-pecha | texlive | The pecha class provides an environment for writing Tibetan onLaTeX2e in the traditional Tibetan Pecha layout used forspiritual or philosophical texts, using the cTib4TeX package byOliver Corff. It provides features like headers in differentlanguages, page numbering in Tibetan and more. | Print Tibetan text in the classic pecha layout style | 3 | 工具 + texlive-pecha-doc | texlive | Documentation for pecha | Documentation for pecha | 3 | 库 + texlive-pedigree-perl | texlive-base | This program generates TeX commands to typeset pedigrees --either TeX fragments or full LaTeX files, to be processed bythe authors' pst-pdgr package. The program has support formultilanguage pedigrees (at the present moment the English andRussian languages are supported). | Generate TeX pedigree files from CSV files | 3 | 工具 + texlive-penlight | texlive | This LuaLaTeX package provides a wrapper to use the penlightLua libraries with LuaLaTeX, with some extra functionalityadded. | Penlight Lua libraries made available to LuaLaTeX users | 3 | 库 + texlive-penrose | texlive | This package provides a TikZ library for drawing Penrose tiles.It currently supports the kite/dart, rhombus, and pentagon tilesets. There are two main methods for their placement: one thatautomatically generates a tiling, and one that allows for "byhand" placement. Furthermore, the tiles themselves can bedeformed and will still (hopefully!) fit together in thecorrect fashion. | A TikZ library for producing Penrose tilings | 3 | 库 + texlive-perception | texlive | A product of custom-bib, provided simply to save others' time. | BibTeX style for the journal Perception | 3 | 工具 + texlive-perception-doc | texlive | Documentation for perception | Documentation for perception | 3 | 库 + texlive-perfectcut | texlive | This package defines the command \perfectcut#1#2 which displaysa bracket <#1||#2>. Various other delimiters are similarlydefined (parentheses, square brackets ...). The effect of thesecommands is to let the delimiters grow according to the numberof nested \perfectcommands (regardless of the size of thecontents). The package was originally intended for solving anotational issue for direct-style continuation calculi in prooftheory. For general use, the package also defines commands fordefining other sorts of delimiters which will behave in thesame way (see example in the documentation). The package alsooffers a robust reimplementation of \big, \bigg, etc. | Nested delimiters that consistently grow regardless of the contents | 3 | 工具 + texlive-perfectcut-doc | texlive | Documentation for perfectcut | Documentation for perfectcut | 3 | 库 + texlive-perltex | texlive-base | PerlTeX is a combination Perl script (perltex.pl) and LaTeX2epackage (perltex.sty) that, together, give the user the abilityto define LaTeX macros in terms of Perl code. Once defined, aPerl macro becomes indistinguishable from any other LaTeXmacro. PerlTeX thereby combines LaTeX's typesetting power withPerl's programmability. PerlTeX will make use of persistentnamed pipes, and thereby run more efficiently, on operatingsystems that offer them (mostly Unix-like systems). Alsoprovided is a switch to generate a PerlTeX-free, document-specific, noperltex.sty that is useful when distributing adocument to places where PerlTeX is not available. | Define LaTeX macros in terms of Perl code | 3 | 库 + texlive-permute | texlive | A package for symmetric groups, allowing you to input, output,and calculate with them. | Support for symmetric groups | 3 | 库 + texlive-permute-doc | texlive | Documentation for permute | Documentation for permute | 3 | 库 + texlive-persian-bib | texlive | Currently 9 files: acm-fa.bst, asa-fa.bst, chicago-fa.bst,ieeetr-fa.bst, plain-fa-inLTR-beamer.bst, plain-fa-inLTR.bst,plain-fa.bst, plainnat-fa.bst and unsrt-fa.bst are modified forPersian documents prepared with XePersian (which the presentpackage depends on). The Persian .bst files can simultaneouslyhandle both Latin and Persian references. A file cp1256fa.csfis provided for correct sorting of Persian references and threefields LANGUAGE, TRANSLATOR and AUTHORFA are defined. | Persian translations of classic BibTeX styles | 3 | 工具 + texlive-persian-bib-doc | texlive | Documentation for persian-bib | Documentation for persian-bib | 3 | 库 + texlive-petiteannonce | texlive | The class enables you to create the sort of adverts that youpin on a noticeboard, with tear-off strips at the bottom whereyou can place contact details. | A class for small advertisements | 3 | 工具 + texlive-petiteannonce-doc | texlive | Documentation for petiteannonce | Documentation for petiteannonce | 3 | 库 + texlive-petri-nets | texlive-base | Petri-nets offers a set of TeX/LaTeX packages about Petri netsand related models. Three packages are available: the firstallows the user to draw Petri-nets in PostScript documents; thesecond defines macros related to PBC, M-nets and B(PN) models;and a third that combines the other two. | A set of TeX/LaTeX packages for drawing Petri nets | 3 | 工具 + texlive-pfarrei | texlive-base | In "Die TeXnische Komodie" (issue 1/2013) Christian Justendescribed his use of LaTeX in his work as priest (similarrequirements may be encountered in the work of pastors andother ministers of religion). One point was to arrange A5 pagesonto A4 landscape paper, either side-by-side or as a booklet.Justen made two bash scripts for this job; the package providesone texlua script for both requirements. | LaTeX support of pastors' and priests' work | 3 | 工具 + texlive-pfdicons | texlive | This package provides TikZ shapes to represent commonlyencountered unit operations for depiction in process flowdiagrams (PFDs) and, to a lesser extent, process andinstrumentation diagrams (PIDs). The package was designed withundergraduate chemical engineering students and faculty inmind, and the number of units provided should cover--inTurton's estimate--about 90 percent of all fluid processingoperations. | Draw process flow diagrams in chemical engineering | 3 | 工具 + texlive-pgf | texlive | PGF is a macro package for creating graphics. It is platform-and format-independent and works together with the mostimportant TeX backend drivers, including pdfTeX and dvips. Itcomes with a user-friendly syntax layer called TikZ. Its usageis similar to pstricks and the standard picture environment.PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt.Unlike pstricks, it can produce either PostScript or PDFoutput. | Create PostScript and PDF graphics in TeX | 3 | 工具 + texlive-pgf-blur | texlive | The package adds blurred/faded/fuzzy shadows to PGF/TikZpictures. It is configured as a TikZ/PGF library module. Themethod is similar to that of the author's pst-blur package forPSTricks. | PGF/TikZ package for "blurred" shadows | 3 | 工具 + texlive-pgf-blur-doc | texlive | Documentation for pgf-blur | Documentation for pgf-blur | 3 | 库 + texlive-pgf-cmykshadings | texlive | This package provides support for CMYK and grayscale shadingsfor the pgf package. By default pgf only supports RGB shadings.The package attempts to produce shadings consistent with thecurrently selected xcolor colour model. The rgb, cmyk, and graycolour models from the xcolor package are supported. Note: Thispackage is deprecated since pgf version 3.1.3, since CMYK andgrayscale shadings are now directly supported. | Support for CMYK and grayscale shadings in PGF/TikZ | 3 | 工具 + texlive-pgf-doc | texlive | Documentation for pgf | Documentation for pgf | 3 | 库 + texlive-pgfgantt | texlive | The package provides an environment for drawing Gantt chartsthat contain various elements (titles, bars, milestones, groupsand links). Several keys customize the appearance of the chartelements. | Draw Gantt charts with TikZ | 3 | 工具 + texlive-pgfgantt-doc | texlive | Documentation for pgfgantt | Documentation for pgfgantt | 3 | 库 + texlive-pgf-interference | texlive | This LaTeX package makes it possible to simulate interferencepatterns occuring on a screen if monochromatic light isdiffracted at regular structures of slits. It makes use of thePGF/TikZ graphics package. | Drawing interference patterns with PGF/TikZ | 3 | 工具 + texlive-pgfkeyx | texlive | The package extends and improves the robustness of the pgfkeyspackage. In particular, it can deal with active comma, equalitysign, and slash in key parsing. The difficulty with activecharacters has long been a problem with the pgfkeys package.The package also introduces handlers beyond those that pgfkeyscan offer. | Extended and more robust version of pgfkeys | 3 | 工具 + texlive-pgfkeyx-doc | texlive | Documentation for pgfkeyx | Documentation for pgfkeyx | 3 | 库 + texlive-pgfmath-xfp | texlive | This package allows to define pgfmath functions that use thexfp fpu for their calculations. The input arguments are parsedwith pgfmath (while the pgf-fpu is locally active), and theresults are forwarded to xfp's fpu for the function evaluation.The result of that calculation is then parsed by pgfmath again(with the surrounding settings of pgfmath). This way thefunctions should be usable in every pgfmath context, thoughthere is some overhead to this approach. The package is onlymeant as a temporary stopgap until a more dedicated solution isavailable to use xfp in pgf. | Define pgfmath functions using xfp | 3 | 工具 + texlive-pgfmolbio | texlive | The package draws graphs typically found in molecular biologytexts. Currently, the package contains modules for drawing DNAsequencing chromatograms and protein domain diagrams. | Draw graphs typically found in molecular biology texts | 3 | 工具 + texlive-pgfmolbio-doc | texlive | Documentation for pgfmolbio | Documentation for pgfmolbio | 3 | 库 + texlive-pgfmorepages | texlive | This package replaces and extends the pgfpages sub-package ofthe PGF system. It provides the capability to arrange multiple"logical" pages on multiple "physical" pages, for example asfor arranging pages to make booklets. | Assemble multiple logical pages onto a physical page | 3 | 工具 + texlive-pgfopts | texlive | The pgfkeys package (part of the pgf distribution) is a well-designed way of defining and using large numbers of keys forkey-value syntaxes. However, pgfkeys itself does not offermeans of handling LaTeX class and package options. This packageadds such option handling to pgfkeys, in the same way thatkvoptions adds the same facility to the LaTeX standard keyvalpackage. | LaTeX package options with pgfkeys | 3 | 工具 + texlive-pgfopts-doc | texlive | Documentation for pgfopts | Documentation for pgfopts | 3 | 库 + texlive-pgfornament | texlive | This package allows the drawing of Vectorian ornaments (196)with PGF/TikZ. The documentation presents the syntax andparameters of the macro "pgfornament". | Drawing of Vectorian ornaments with PGF/TikZ | 3 | 工具 + texlive-pgfornament-doc | texlive | Documentation for pgfornament | doc files of pgfornament | 3 | 库 + texlive-pgfornament-han | texlive | This package provides a pgfornament library for Chinesetraditional motifs and patterns. The command \pgfornamenthantakes the same options as \pgfornament from the pgfornamentpackage, but renders Chinese traditional motifs instead. Thelist of supported motifs, as well as some examples, can befound in the accompanying documentation. | pgfornament library for Chinese traditional motifs and patterns | 3 | 库 + texlive-pgf-periodictable | texlive | The purpose of this package is to provide the Periodic Table ofElements in a simple way. It relies on PGF/TikZ to offer a fullor partial periodic table with a variety of options anddisplaying the desired data for all the 118 elements. It can bedone in six languages: English, French, German, Portuguese(from Portugal and from Brazil), Spanish and Italian. | Create custom periodic tables of elements | 3 | 工具 + texlive-pgf-pie | texlive | The package provides the means to draw pie (and variant)charts, using PGF/TikZ. | Draw pie charts, using PGF | 3 | 工具 + texlive-pgfplots | texlive | PGFPlots draws high-quality function plots in normal orlogarithmic scaling with a user-friendly interface directly inTeX. The user supplies axis labels, legend entries and the plotcoordinates for one or more plots and PGFPlots applies axisscaling, computes any logarithms and axis ticks and draws theplots, supporting line plots, scatter plots, piecewise constantplots, bar plots, area plots, mesh-- and surface plots and somemore. Pgfplots is based on PGF/TikZ (pgf); it runs equally forLaTeX/TeX/ConTeXt. | Create normal/logarithmic plots in two and three dimensions | 3 | 工具 + texlive-pgfplots-doc | texlive | Documentation for pgfplots | Documentation for pgfplots | 3 | 库 + texlive-pgf-soroban | texlive | The package makes it possible to create pictures of the soroban(Japanese abacus) using PGF/TikZ | Create images of the soroban using TikZ/PGF | 3 | 工具 + texlive-pgf-soroban-doc | texlive | Documentation for pgf-soroban | Documentation for pgf-soroban | 3 | 服务 + texlive-pgf-spectra | texlive | The purpose of this package is to draw the spectra of elementsin a simple way. It is based on the package pst-spectra, butwith some extra options. It relies on PGF/TikZ for drawing thedesired spectrum, continuous or discrete. There are dataavailable for the spectra of 98 elements and their ions (fromthe NASA database and from NIST). It also allows the user todraw spectra using their own data. | Draw continuous or discrete spectra using PGF/TikZ | 3 | 工具 + texlive-pgf-spectra-doc | texlive | Documentation for pgf-spectra | doc files of pgf-spectra | 3 | 库 + texlive-pgf-umlcd | texlive | Some LaTeX macros for UML Class Diagrams.pgf | Some LaTeX macros for UML Class Diagrams | 3 | 库 + texlive-pgf-umlcd-doc | texlive | Documentation for pgf-umlcd | Documentation for pgf-umlcd | 3 | 库 + texlive-pgf-umlsd | texlive | LaTeX macros to draw UML diagrams using pgf | Draw UML Sequence Diagrams | 3 | 库 + texlive-pgf-umlsd-doc | texlive | Documentation for pgf-umlsd | Documentation for pgf-umlsd | 3 | 库 + texlive-phaistos | texlive | A font that contains all the symbols of the famous Disc ofPhaistos, together with a LaTeX package. The disc was 'printed'by stamping the wet clay with some sort of punches, probablyaround 1700 BCE. The font is available in Adobe Type 1 andOpenType formats (the latter using the Unicode positions forthe symbols). There are those who believe that this Cretanscript was used to 'write' Greek (it is known, for example,that the rather later Cretan Linear B script was used to writeGreek), but arguments for other languages have been presented. | Disk of Phaistos font | 3 | 工具 + texlive-phaistos-doc | texlive | Documentation for phaistos | Documentation for phaistos | 3 | 库 + texlive-phfcc | texlive | Easily define helper macros to insert comments in a LaTeXdocument. A convenient syntax enables you to mark textadditions (e.g., "... \phf{I'm adding this text} ..." or "...\phf I'm adding this text\endphf ..."), an in-line comment(e.g., "... We're the best \phf[I'm not sure about this.]..."), and text removals (e.g., "... \phf*{remove me} ...").New colors are assigned automatically to each commenter bydefault, and the appearance of all comments is highlycustomizable. | Convenient inline commenting in collaborative documents | 3 | 工具 + texlive-phfextendedabstract | texlive | Several conferences in various fields (such as quantuminformation theory) require the submission of extendedabstracts. An extended abstract is a summary of a scientificresult, presented at a high level, and consisting of at most asmall handful of pages. The phfextendedabstract LaTeX classprovides a simple style for such abstracts. There are only twosectioning levels, sections and paragraphs, and the style isoptimized to save space as well as to guide the reader's eyethrough the overall structure of the document. An option willtry to compress all vertical space to save some space, in caseyou need to satisfy page constraints. The style builds upon thepowerful RevTeX class, so you can use all of RevTeX's featuressuch as author affiliations, etc. | Typeset extended abstracts for conferences, such as often encountered in quantum information theory | 3 | 工具 + texlive-phffullpagefigure | texlive | This package defines a figure environment which provides thefigure content on its own page, with the corresponding captionreading for example "Figure 3 (on next page): <caption>". | Figures which fill up a whole page | 3 | 工具 + texlive-phfnote | texlive | This package provides basic formatting for short documents suchas notes on a specific topic, short documentation, or quickmemos. It aims to cover all basic needs for such purposes:include a standard set of relevant packages, a nice title whichdoesn't take up too much space, better page margin sizes, andsome basic styling to make the note look nicer. At the sametime, it is highly flexible and customizable. | Basic formatting for short documents | 3 | 工具 + texlive-phfparen | texlive | This package provides a more condensed and flexible syntax forparenthesis-delimited expressions in math mode which alsoallows for an easier switching of brace sizes. For example, thesyntax " `\big( a + b ) " can be used to replace "\bigl( a + b\bigr)". | Parenthetic math expressions made simpler and less redundant | 3 | 工具 + texlive-phfqit | texlive | This package provides macros to typeset some generalmathematical operators (identity operator, trace, diagonal,rank, ...), a powerful implementation of the bra-ket notation(kets, bras, brakets, matrix elements etc. which can be sizedas required), delimited expressions such as averages and norms,and some basic Lie algebra/group names. Macros for entropymeasures for quantum information theory (smooth min- andmax-entropy, smooth relative entropies, etc.) are alsoprovided. | Macros for typesetting Quantum Information Theory | 3 | 工具 + texlive-phfquotetext | texlive | This package provides an environment for displaying block textwith special characters, such as verbatim quotes from a refereereport which may contain pseudo-(La)TeX code. This behaves likea verbatim environment, except that it displays its content asnormal paragraph content, ignoring any white spacepreformatting. | Quote verbatim text without white space formatting | 3 | 工具 + texlive-phfsvnwatermark | texlive | This package allows you to add version control information as agray watermark on each page of your document. The SVN info isread from keyword tags such as $Id$, $Date$, and $Author$ viathe svn or svn-multi packages. | Watermarks with version control information from SVN | 3 | 工具 + texlive-phfthm | texlive | This package provides enhanced theorem and proof environmentsbased on the amsthm original versions. It allows for hooks tobe placed, adds some default goodies and is highlycustomizable. In particular, it can connect theorems to proofs,automatically producing text such as "See proof on page XYZ"and "Proof of Theorem 4: ...". | Goodies for theorems and proofs | 3 | 工具 + texlive-philex | texlive | Philex provides means for creating and cross-referencing namedor numbered environments. Possible uses would be equations,example sentences (as in linguistics or philosophy) or namedprinciples. Cross references may refer either to the number, orto a short name of the target environment, or to the contentsof the environment. Philex builds on the facilities of thelinguex package. | Cross references for named and numbered environments | 3 | 工具 + texlive-philex-doc | texlive | Documentation for philex | Documentation for philex | 3 | 库 + texlive-philokalia | texlive | The philokalia package has been designed to ease the use of thePhilokalia-Regular OpenType font with XeLaTeX. The font startedas a project to digitize the typeface used to typeset thePhilokalia books. | A font to typeset the Philokalia Books | 3 | 工具 + texlive-philokalia-doc | texlive | Documentation for philokalia | Documentation for philokalia | 3 | 库 + texlive-philosophersimprint | texlive | In its mission statement we read "Philosophers' Imprint is arefereed series of original papers in philosophy, edited byphilosophy faculty at the University of Michigan, with theadvice of an international Board of Editors, and published onthe World Wide Web by the University of Michigan DigitalLibrary. The mission of the Imprint is to promote a future inwhich funds currently spent on journal subscriptions areredirected to the dissemination of scholarship for free, viathe Internet". The class helps authors to typeset their ownarticles in "Web-ready" format. No assumption is made about thefonts available to the author: the class itself is restrictedto freely available and freely distributed fonts, only. | Typesetting articles for "Philosophers' Imprint" | 3 | 工具 + texlive-philosophersimprint-doc | texlive | Documentation for philosophersimprint | Documentation for philosophersimprint | 3 | 库 + texlive-phonenumbers | texlive | The phonenumbers package makes it possible to typeset telephonenumbers according to different national conventions. German,Austrian, French, British and North American phone numbers aresupported. Phone numbers from other countries are supportedrudimentarily. The user can select from various formattingoptions, including the additional output of the country callingcode. The package is able to check if a phone number is validaccording to the national rules. It also allows to link phonenumbers using the hyperref package. | Typesetting telephone numbers with LaTeX. | 3 | 工具 + texlive-phonetic | texlive | The fonts are based on Computer Modern, and specified inMetafont. Macros for the fonts' use are provided, both forLaTeX 2.09 and for current LaTeX. | Metafont Phonetic fonts, based on Computer Modern | 3 | 工具 + texlive-phonetic-doc | texlive | Documentation for phonetic | Documentation for phonetic | 3 | 库 + texlive-phonrule | texlive | The package provides macros for typesetting phonological ruleslike those in 'Sound Pattern of English' (Chomsky and Halle1968). | Typeset linear phonological rules | 3 | 工具 + texlive-phonrule-doc | texlive | Documentation for phonrule | Documentation for phonrule | 3 | 库 + texlive-photo | texlive | This package introduces a new float type called photo whichworks similar to the float types table and figure. Variousoptions exist for placing photos, captions, and a"photographer" line. In twocolumn documents, a possibilityexists to generate double-column floats automatically if thephoto does not fit into one column. Photos do not have to beplaced as floats, they can also be placed as boxes, withcaptions and photographer line still being available. | A float environment for photographs | 3 | 工具 + texlive-photobook | texlive | This LaTeX document class extends the book class defining a setof parameters, meta-macros, macros and environments withreasonable defaults to help typeset, build and print booksmainly based on visual/image content. | A document class for typesetting photo books | 3 | 工具 + texlive-photo-doc | texlive | Documentation for photo | Documentation for photo | 3 | 库 + texlive-physconst | texlive | This package consists of several macros that are shorthand fora variety of physical constants, e.g. the speed of light. Thepackage developed out of physics and astronomy classes that theauthor has taught and wanted to ensure that he had correctvalues for each constant and did not wish to retype them everytime he uses them. The constants can be used in two forms, themost accurate available values, or versions that are rounded to3 significant digits for use in typical classroom settings,homework assignments, etc. Most constants are taken from CODATA2018, with the exception of the astronomical objects, whosevalues are taken from International Astronomical Unionspecified values. Constants that are derived from trueconstants, e.g. the fine structure constant, have beencalculated using the accepted values of the fundamentalconstants. | Macros for commonly used physical constants | 3 | 工具 + texlive-physics | texlive | The package defines simple and flexible macros for typesettingequations in the languages of vector calculus and linearalgebra, using Dirac notation. | Macros supporting the Mathematics of Physics | 3 | 工具 + texlive-physics-doc | texlive | Documentation for physics | Documentation for physics | 3 | 库 + texlive-physunits | texlive | This package provides a collection of macros to simplify usingphysical units (e.g. m for meters, J for joules, etc.),especially in math mode. All major SI units are included, aswell as some cgs units used in astronomy. | Macros for commonly used physical units | 3 | 工具 + texlive-piano | texlive | This package adds the \keyboard[1][2]..[7] command to yourproject. When used, it draws a small 2 octaves piano keyboardon your document, with up to 7 keys highlighted. Keys go : Co,Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, Cst, Dt,Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. (A working exampleis included in the README file.) | Typeset a basic 2-octave piano diagram | 3 | 工具 + texlive-piano-doc | texlive | Documentation for piano | Documentation for piano | 3 | 库 + texlive-picinpar | texlive | A legacy package for creating 'windows' in paragraphs, forinserting graphics, etc. (including "dropped capitals"). Usersshould note that Piet van Oostrum (in a published review ofpackages of this sort) does not recommend this package; Picinsis recommended instead. | Insert pictures into paragraphs | 3 | 工具 + texlive-picinpar-doc | texlive | Documentation for picinpar | Documentation for picinpar | 3 | 库 + texlive-pict2e | texlive | This package was described in the 2nd edition of 'LaTeX: ADocument Preparation System', but the LaTeX project teamdeclined to produce the package. For a long time, LaTeXincluded a 'pict2e package' that merely produced an apologeticerror message. The new package extends the existing LaTeXpicture environment, using the familiar technique (cf. thegraphics and color packages) of driver files (at present,drivers for dvips, pdfTeX, LuaTeX, XeTeX, VTeX, dvipdfm, anddvipdfmx are available). The package documentation has a fairnumber of examples of use, showing where things are improved bycomparison with the LaTeX picture environment. | New implementation of picture commands | 3 | 工具 + texlive-pict2e-doc | texlive | Documentation for pict2e | Documentation for pict2e | 3 | 库 + texlive-pictex | texlive | PicTeX is an early, and very comprehensive drawing package,that mostly draws by placing myriads of small dots to make uppictures. It has a tendency to run out of space; packagesm-pictex and pictexwd deal with the problems in different ways. | Picture drawing macros for TeX and LaTeX | 3 | 工具 + texlive-pictex2 | texlive | Adds two user commands to standard PiCTeX. One command usesrelative coordinates, thus eliminating the need to calculatethe coordinate of every point manually as in standard PiCTeX.The other command modifies \plot to use a rule instead of dotsif the line segment is horizontal or vertical. | Adds relative coordinates and improves the \plot command | 3 | 工具 + texlive-pictex-doc | texlive | Documentation for pictex | Documentation for pictex | 3 | 库 + texlive-pictexsum-doc | texlive | Documentation for pictexsum | Documentation for pictexsum | 3 | 库 + texlive-picture | texlive | There are macro and environment arguments that expect numbersthat will internally be multiplied by \unitlength. This packageextends the syntax of these arguments, so that dimensions withcalculation support may be used for these arguments. | Dimens for picture macros | 3 | 库 + texlive-piechartmp | texlive | The piechartmp package is an easy way to draw pie-charts withMetaPost. The package implements an interface that enablesusers with little MetaPost experience to draw charts. Ahighlight of the package is the possibility of suppressing somesegments of the chart, thus creating the possibility of severalcharts from the same data. | Draw pie-charts using MetaPost | 3 | 工具 + texlive-piechartmp-doc | texlive | Documentation for piechartmp | Documentation for piechartmp | 3 | 库 + texlive-piff | texlive | The set (now) consists of: a small package for dealing withduplicate-numbered output pages; newproof, for definingmathematical proof structures; onepagem for omitting the pagenumber in one-page documents and time, which prints a 12-hourformat time. | Macro tools by Mike Piff | 3 | 工具 + texlive-piff-doc | texlive | Documentation for piff | Documentation for piff | 3 | 库 + texlive-pigpen | texlive | The Pigpen cipher package provides the font and the necessarywrappers (style file, etc.) in order to write Pigpen ciphers, asimple substitution cipher. The package provides a font(available both as Metafont source, and as an Adobe Type 1file), and macros for its use. | A font for the pigpen (or masonic) cipher | 3 | 工具 + texlive-pigpen-doc | texlive | Documentation for pigpen | Documentation for pigpen | 3 | 库 + texlive-pinlabel | texlive | Pinlabel is a labelling package for attaching perfectlyformatted TeX labels to figures and diagrams in both eps andpdf formats. It is suitable both for labelling a new diagramand for relabelling an existing diagram. The package usescoordinates derived from GhostView (or gv) and labels areplaced with automatic and consistent spacing relative to theobject labelled. | A TeX labelling package | 3 | 工具 + texlive-pinlabel-doc | texlive | Documentation for pinlabel | Documentation for pinlabel | 3 | 库 + texlive-pinoutikz | texlive | The package provides a set of macros for typesetting electronicchip pinouts. It is designed as a tool that is easy to use,with a lean syntax, native to LaTeX, and directly supportingPDF output format. It has therefore been based on the veryimpressive TikZ package. | Draw chip pinouts with TikZ | 3 | 工具 + texlive-pitex | texlive | The bundle provides macros that the author uses when writingdocumentation (for example, that of the texapi and yaxpackages). The tools could be used by anyone, but there is nodocumentation, and the macros are subject to change withoutnotice. | Documentation macros | 3 | 工具 + texlive-pitex-doc | texlive | Documentation for pitex | Documentation for pitex | 3 | 库 + texlive-piton | texlive | This package uses the Lua library LPEG to typeset and highlightPython listings. | Typeset Python listings with LPEG | 3 | 库 + texlive-pittetd | texlive | A document class for theses and dissertations. Provides patchfiles that enable pittetd to use files prepared for use withthe pittdiss or pitthesis classes. The manual provides adetailed guide for users who wish to use the class to preparetheir thesis or dissertation. | Electronic Theses and Dissertations at Pitt | 3 | 工具 + texlive-pittetd-doc | texlive | Documentation for pittetd | Documentation for pittetd | 3 | 库 + texlive-pixelart | texlive | A LaTeX package to draw single-color pixel-art pictures usingTikZ. | A package to draw pixel-art pictures | 3 | 工具 + texlive-pkfix | texlive-base | The perl script pkfix looks for DVIPSBitmapFont comments inPostScript files, generated by 'not too old' dvips, andreplaces them by type 1 versions of the fonts, if possible. | Replace pk fonts in PostScript with Type 1 fonts | 3 | 库 + texlive-pkfix-helper | texlive-base | Pkfix is a useful utility for replacing resolution-dependentbitmapped fonts in a dvips-produced PostScript file with thecorresponding resolution-independent vector fonts.Unfortunately, pkfix needs to parse certain PostScript commentsthat appear only in files produced by dvips versions later than5.58 (ca. 1996); it fails to work on PostScript files producedby older versions of dvips. Pkfix-helper is a program thatattempts to insert newer-dvips comments into an older-dvipsPostScript file, thereby making the file suitable forprocessing by pkfix. pkfix-helper can sometimes processdocuments fully autonomously but does require the user toverify and, if needed, correct its decisions. | Make PostScript files accessible to pkfix | 3 | 工具 + texlive-pkgloader | texlive | The package seeks to address the frustration caused by packageconflicts. It is in an early stage of its development, andshould probably not be used as a matter of course; however theauthor welcomes feedback via the home page link given in thiscatalogue entry. Nevertheless, the author urges users to trythe package and to report issues (or whatever) via thepackage's repository. | Managing the options and loading order of other packages | 3 | 工具 + texlive-pkgloader-doc | texlive | Documentation for pkgloader | Documentation for pkgloader | 3 | 库 + texlive-pkuthss | texlive | The package provides a simple, clear and flexible LaTeXtemplate for dissertations in Peking University. | LaTeX template for dissertations in Peking University | 3 | 工具 + texlive-pkuthss-doc | texlive | Documentation for pkuthss | Documentation for pkuthss | 3 | 库 + texlive-pl | texlive | The Polish extension of the Computer Modern fonts (compatiblewith CM itself) for use with Polish TeX formats. The fonts wereoriginally a part of the MeX distribution (and they are stillavailable that way). | Polish extension of Computer Modern fonts | 3 | 工具 + texlive-placeat | texlive | The package provides commands so that the user of LuaLaTeX mayposition arbitrary content at any position specified byabsolute coordinates on the page. The package draws a grid oneach page of the document, to aid positioning (the grid may bedisabled, for 'final copy' using the command \placeatsetup). | Absolute content positioning | 3 | 工具 + texlive-placeat-doc | texlive | Documentation for placeat | Documentation for placeat | 3 | 库 + texlive-placeins | texlive | Defines a \FloatBarrier command, beyond which floats may notpass; useful, for example, to ensure all floats for a sectionappear before the next \section command. | Control float placement | 3 | 工具 + texlive-placeins-doc | texlive | Documentation for placeins | Documentation for placeins | 3 | 库 + texlive-placeins-plain | texlive | This TeX file provides various mechanisms (for plain TeX andclose relatives) to let insertions (footnotes, topins, pageins,etc.) float within their appropriate section, but to preventthem from intruding into the following section, even whensections do not normally begin a new page. (If your sectionsnormally begin a new page, just use \supereject to flush outinsertions.) | Insertions that keep their place | 3 | 工具 + texlive-plain | texlive | Contains files used to build the Plain TeX format, as describedin the TeXbook, together with various supporting files (somealso discussed in the book). | The Plain TeX format | 3 | 工具 + texlive-plain-doc-doc | texlive | Documentation for plain-doc | Documentation for plain-doc | 3 | 库 + texlive-plainpkg | texlive | The package provides a minimal method for making generic (i.e.,TeX-format-independent) packaged, combining maybeloadfunctionality, fallback definitions for LaTeX \ProvidesPackageand \RequirePackage functionality, and handling of arbitrary(multiple) "private letters" (analagous LaTeX packages' use of"@") in nested package files. The documentation contains acentral reference for making and using generic packages basedon the package. | A minimal method for making generic packages | 3 | 工具 + texlive-plainpkg-doc | texlive | Documentation for plainpkg | Documentation for plainpkg | 3 | 库 + texlive-plainyr | texlive | This is a version of the standard plain BibTeX style, modifiedto sort chronologically (by year) first, then by author, title,etc. (The style's name isn't what the author submitted: it wasrenamed for clarity.) | Plain bibliography style, sorted by year first | 3 | 工具 + texlive-plantslabels | texlive | The package defines a command \plant, which has three mandatoryand seven optional argument. The package uses the labels | Write labels for plants | 3 | 工具 + texlive-plantslabels-doc | texlive | Documentation for plantslabels | Documentation for plantslabels | 3 | 库 + texlive-plantuml | texlive | The package provides support for rendering UML diagrams usingthe syntax and tools of PlantUML. The PlantUML syntax is veryshort and thus enables quickly specifying UML diagrams. Usingdot, PlantUML layouts the diagrams. | Support for rendering UML diagrams using the syntax and tool of PlantUML | 3 | 库 + texlive-plari | texlive | Plari (the name comes from the Finnish usage for the workingcopy of a play) is a report-alike class, without sectionheadings, and with paragraphs vertically separated rather thanindented. | Typesetting stageplay scripts | 3 | 工具 + texlive-plari-doc | texlive | Documentation for plari | Documentation for plari | 3 | 库 + texlive-plates | texlive | The plates package provides a simple facility for insertingcolour figures in a document when they should be gathered andprinted together as in a book's section of colour plates. Thepackage provides a plate environment that takes the place ofthe figure environment for such colour images. | Arrange for "plates" sections of documents | 3 | 工具 + texlive-plates-doc | texlive | Documentation for plates | Documentation for plates | 3 | 库 + texlive-platex | texlive | The bundle provides pLaTeX2e and miscellaneous macros for pTeXand e-pTeX. This is a community edition forked from theoriginal ASCII edition (ptex-texmf-2.5). | pLaTeX2e and miscellaneous macros for pTeX | 3 | 工具 + texlive-platexcheat-doc | texlive | This is a translation to Japanese of Winston Chang’s LATEX cheat sheet(a reference sheet for writing scientific papers). | Japanese translation of LATEX cheat sheet | 3 | 工具 + texlive-platex-doc | texlive | Documentation for platex | doc files of platex | 3 | 库 + texlive-platex-tools | texlive | This bundle is an extended version of the latex-tools bundledeveloped by the LaTeX team, mainly intended to supportpLaTeX2e and upLaTeX2e. Currently patches for the latex-toolsbundle and Martin Schroder's ms bundle are included. | pLaTeX standard tools bundle | 3 | 工具 + texlive-plautopatch | texlive | Japanese pLaTeX/upLaTeX formats and packages often conflictwith other LaTeX packages which are unaware of pLaTeX/upLaTeX.In the worst case, such packages throw a fatal error or end upwith a wrong output. The goal of this package is that thereshould be no need to worry about such incompatibilities,because specific patches are loaded automatically whenevernecessary. This helps not only to simplify source files, butalso to make the appearance of working pLaTeX/upLaTeX sourcessimilar to those of ordinary LaTeX ones. | Automated patches for pLaTeX/upLaTeX | 3 | 工具 + texlive-play | texlive | A class and style file that supports the typesetting of plays,including options for line numbering. | Typeset drama using LaTeX | 3 | 工具 + texlive-play-doc | texlive | Documentation for play | Documentation for play | 3 | 库 + texlive-playfair | texlive | This package provides the PlayFairDisplay family of fonts,designed by Claus Eggers Sorensen, for use with LaTeX,pdfLaTeX, XeLaTeX and LuaLaTeX. PlayFairDisplay is well suitedfor titling and headlines. It has an extra large x-height andshort descenders. It can be set with no leading if space istight, for instance in news headlines, or for stylistic effectin titles. Capitals are extra short, and only very slightlyheavier than the lowercase characters. This helps achieve amore even typographical colour when typesetting proper nounsand initialisms. | Playfair Display fonts with LaTeX support | 3 | 工具 + texlive-playfair-doc | texlive | Documentation for playfair | Documentation for playfair | 3 | 工具 + texlive-pl-doc | texlive | Documentation for pl | Documentation for pl | 3 | 库 + texlive-plex | texlive | The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the IBM Plex families of fonts. Serif, Sans andMono families are available in eight weights: Regular, Light,ExtraLight, Thin, Bold, Text, Medium and SemiBold (withcorresponding italics). | Support for IBM Plex fonts | 3 | 工具 + texlive-plex-otf | texlive | This package supports the free otf fonts from the IBM Plexproject which are available from GitHub or already part of yoursystem (Windows/Linux/...). This package supports only XeLaTeXor LuaLaTeX; for pdfLaTeX use plex-mono.sty, plex-sans.sty,and/or plex-serif.sty from the plex package. IBM Plex has nomath symbols. You will have to use one of the existing mathfonts if you need them. | Support for the OpenType font IBM Plex | 3 | 工具 + texlive-plimsoll | texlive | This package provides access to the Plimsoll symbol for usewith LaTeX. The Plimsoll symbol is sometimes used in chemistryfor denoting standard states and values. The LaTeX packageprovides access to this notation as well. The syntax fordenoting the standard state is the same as suggested in theComprehensive LaTeX Symbol List for emulating the Plimsollmark. | Fonts with the Plimsoll symbol and LaTeX support | 3 | 工具 + texlive-plipsum | texlive | The package provides a paragraph generator designed for use inPlain TeX documents. The paragraphs generated contain many 'f-groups' (ff, fl etc.) so the text can act as a test of theligatures of the font in use. | 'Lorem ipsum' for Plain TeX developers | 3 | 工具 + texlive-plipsum-doc | texlive | Documentation for plipsum | Documentation for plipsum | 3 | 库 + texlive-plnfss | texlive | Plnfss is a set of macros to provide easy font access (somewhatsimilar to NFSS but with some limitations) with Plain TeX.Plnfss can automatically make use of PSNFSS fd files, i.e.,when an Adobe Type 1 is used the relevant fd file will beloaded automatically. For cmr-like fonts (ec, vnr, csr or plrfonts), a special format called pfd (plain fd) is required andmust be loaded manually. See ot1cmr.pfd for furtherinformation. | Font selection for Plain TeX | 3 | 工具 + texlive-plnfss-doc | texlive | Documentation for plnfss | Documentation for plnfss | 3 | 库 + texlive-plstmary | texlive | The package provides commands to produce all the symbols of theSt Mary's Road fonts, in a Plain TeX environment. | St. Mary's Road font support for plain TeX | 3 | 工具 + texlive-plstmary-doc | texlive | Documentation for plstmary | Documentation for plstmary | 3 | 库 + texlive-plweb | texlive | Instead of having to transform the common source into programor documentation, the central idea was to develop a method tohave one common source which can be interpreted by a Prologsystem as well as by LaTeX, whether that Prolog system be C-Prolog, Quintus-Prolog, or ECLiPSe. | Literate Programming for Prolog with LaTeX | 3 | 工具 + texlive-plweb-doc | texlive | Documentation for plweb | Documentation for plweb | 3 | 库 + texlive-pmboxdraw | texlive | This package declares box drawing characters of old code pages,e.g. cp437. It uses rules instead of using a font. | Poor man's box drawing characters | 3 | 工具 + texlive-pmgraph | texlive | A set of extensions to LaTeX picture environment, including awider range of vectors, and a lot more box frame styles. | "Poor man's" graphics | 3 | 工具 + texlive-pmgraph-doc | texlive | Documentation for pmgraph | Documentation for pmgraph | 3 | 库 + texlive-pmhanguljamo | texlive | This package provides a Hangul transliteration input methodthat allows to typeset Korean letters (Hangul) using the properfonts. The name is derived from "Poor man's Hangul Jamo InputMethod". The use of XeLaTeX is recommended. pdfTeX is notsupported. | Poor man's Hangul Jamo input method | 3 | 工具 + texlive-pm-isomath | texlive | This small package realizes a poor man approximation of the ISOregulations for physical sciences and technology. Contrary toother more elegant solutions, it does not load any mathalphabet, since pdfLaTeX can use only a maximum of suchalphabets. The necessary user macros are defined for typsettingcommon math symbols that require special ISO treatement. | Poor man ISO math for pdfLaTeX users | 3 | 工具 + texlive-pmx | texlive-base | PMX is a preprocessor for MusiXTeX. It builds the TeX inputfile from a file in a much simpler language, making most of thelayout decisions by itself. An auxiliary program makes single-player parts from a multi-player score. For proof-listening,PMX can make a MIDI file of your score. The present versionrequires at least version 1.15 of MusiXTeX, running on an e-tex-enhanced TeX system. | Preprocessor for MusiXTeX | 3 | 工具 + texlive-pmxchords | texlive-base | The bundle supplements pmx, providing the means of typesettingchords above the notes of a score. The bundle contains: macrosfor typing the chords; a Lua script to transpose chord macrosto the required key signature; and support scripts for commonrequirements. | Produce chord information to go with pmx output | 3 | 工具 + texlive-pnas2009 | texlive | This style produces bibliographies in the format of"Proceedings of the National Academy of Sciences, USA". Thestyle was derived from the standard unsrt.bst and adapted tothe new (2009) formatting rules. | Bibtex style for PNAS | 3 | 工具 + texlive-poemscol | texlive | The package offers LaTeX macros for typesetting criticaleditions of poetry. Its features include automaticlinenumbering, generation of separate endnotes sections foremendations, textual collations, and explanatory notes, specialmarking for cases in which page breaks occur during stanzabreaks, running headers of the form 'Notes to pp. xx-yy' forthe notes sections, index of titles and first lines, andautomatic generation of a table of contents. | Typesetting Critical Editions of Poetry | 3 | 工具 + texlive-poemscol-doc | texlive | Documentation for poemscol | Documentation for poemscol | 3 | 库 + texlive-poetry | texlive | The poetry package provides some macros and general doodads fortypesetting poetry. There is, of course, already the excellentverse package, and the poetrytex package provides some extrafunctionality on top of it. But poetry provides much of thesame functionality in a bit of a different way, and with a fewadditional abilities, such as facilities for a list of poems,an index of first lines, and some structural commands. | Facilities for typesetting poetry and poetical structure | 3 | 工具 + texlive-poetrytex | texlive | The package is designed to aid in the management and formattingof anthologies of poetry and other writings; it does notconcern itself with actually typesettinig the verse itself. | Typeset anthologies of poetry | 3 | 工具 + texlive-poetrytex-doc | texlive | Documentation for poetrytex | Documentation for poetrytex | 3 | 库 + texlive-poiretone | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the PoiretOne family of fonts, designed by DenisMasharov. PoiretOne is a decorative geometric grotesque with ahint of Art Deco and constructivism. There is currently just aregular weight and an artificially emboldened bold. | poiretone fonts with LaTeX support | 3 | 工具 + texlive-polexpr | texlive | The package provides a parser \poldef of algebraic polynomialexpressions. As it is based on xintexpr, the coefficients areallowed to be arbitrary rational numbers. Once defined, apolynomial is usable by its name either as a numerical functionin \xintexpr/\xinteval, or for additional polynomialdefinitions, or as argument to the package macros. Thelocalization of real roots to arbitrary precision as well asthe determination of all rational roots is implemented via suchmacros. Since release 0.8, polexpr extends the xintexpr syntaxto recognize polynomials as a new variable type (and not onlyas functions). Functionality which previously was implementedvia macros such as the computation of a greatest common divisoris now available directly in \xintexpr, \xinteval or \poldefvia infix or functional syntax. | A parser for polynomial expressions | 3 | 工具 + texlive-polski | texlive | Tools to typeset monolingual Polish documents in LaTeX2ewithout babel or polyglossia. The package loads Polishhyphenation patterns, ensures that a font encoding suitable forPolish is used; in particular it enables Polish adaptation ofComputer Modern fonts (the so-called PL fonts), providestranslations of \today and names like "Bibliography" or"Chapter", redefines math symbols according to Polishtypographical tradition, provides macros for dashes accordingto Polish orthography, provides a historical input method for"Polish characters", works with traditional TeX as well as withUnicode aware variants. (This package was previously known asplatex, but has been renamed to resolve a name clash.) | Typeset Polish documents with LaTeX and Polish fonts | 3 | 工具 + texlive-polski-doc | texlive | Documentation for polski | Documentation for polski | 3 | 库 + texlive-poltawski | texlive | The package contains the Antykwa Poltawskiego family of fontsin the PostScript Type 1 and OpenType formats. The originalfont was designed in the twenties of the XX century by thePolish typographer Adam Poltawski(1881-1952). Following theroute set out by the Latin Modern and TeX Gyre projects(http://www.gust.org.pl/projects/e-foundry), the AntykwaPoltawskiego digitisation project aims at providing a richcollection of diacritical characters in the attempt to cover asmany Latin-based scripts as possible. To our knowledge, therepertoire of characters covers all European languages as wellas some other Latin-based alphabets such as Vietnamese andNavajo; at the request of users, recent extensions (followingthe enhancement of the Latin Modern collection) provide glyphssufficient for typesetting of romanized transliterations ofArabic and Sanskrit scripts. The Antykwa Poltawskiego familyconsists of 4 weights (light, normal, medium, bold), eachhaving upright and italic forms and one of 5 design sizes: 6,8, 10, 12 and 17pt. Altogether, the collection comprises 40font files, containing the same repertoire of 1126 characters.The preliminary version of Antykwa Poltawskiego (antp package)released in 2000 is rendered obsolete by this package. | Antykwa Poltawskiego Family of Fonts | 3 | 工具 + texlive-poltawski-doc | texlive | Documentation for poltawski | Documentation for poltawski | 3 | 库 + texlive-polyglossia | texlive | This package provides a complete Babel replacement for users ofLuaLaTeX and XeLaTeX; it relies on the fontspec package,version 2.0 at least. | An alternative to babel for XeLaTeX and LuaLaTeX | 3 | 工具 + texlive-polyglossia-doc | texlive | Documentation for polyglossia | Documentation for polyglossia | 3 | 库 + texlive-polynom | texlive | The polynom package implements macros for manipulatingpolynomials, for example it can typeset long polynomialdivisions. The main test case and application is the polynomialring in one variable with rational coefficients. | Macros for manipulating polynomials | 3 | 库 + texlive-polynom-doc | texlive | Documentation for polynom | Documentation for polynom | 3 | 库 + texlive-polynomial | texlive | The package offers an easy way to write (univariate)polynomials and rational functions. It defines two commands,one for polynomials \polynomial{coeffs} and one for rationalfunctions \polynomialfrac{Numerator}{Denominator}. Bothcommands take lists of coefficients as arguments, and offerlimited optional behaviour. | Typeset (univariate) polynomials | 3 | 工具 + texlive-polynomial-doc | texlive | Documentation for polynomial | Documentation for polynomial | 3 | 库 + texlive-polytable | texlive | This package implements a variant of tabular-like environmentswhere columns can be given a name and entries can flexibly beplaced between arbitrary columns. Complex alignment-basedlayouts, for example for program code, are possible. Thepackage depends on lazylist. | Tabular-like environments with named columns | 3 | 工具 + texlive-polytable-doc | texlive | Documentation for polytable | Documentation for polytable | 3 | 库 + texlive-poormanlog | texlive | This small package (usable with Plain e-TeX, LaTeX, or others)with no dependencies provides two fast expandable macroscomputing logarithms in base 10 and fractional powers of 10.They handle arguments of 9 digit tokens which stand for either1 <= d.dddddddd < 10 (for the log) or 0.xxxxxxxxx (for powersof 10). They achieve a precision of 1ulp for the logarithm and2ulp for fractional powers of ten. Extension to other numericalranges has to be done by user, via own macros or some mathengine. The xintexpr package (at 1.3f) imports the poormanlogmacros as core constituents of its log10(), pow10(), log(),exp() and pow() functions. | Logarithms and powers with (almost) 9 digits | 3 | 工具 + texlive-postage | texlive | The postage package is used for franking letters with>>Deutsche Post<<'s online postage service >>Internetmarke<<.Note that in order to print valid stamps you must point to avalid PDF of >>Deutsche Post<<'s >>Ausdruck 4-spaltig (DINA4)<<. | stamp letters with >>Deutsche Post<<'s service >>Internetmarke<< | 2 | 工具 + texlive-postcards | texlive | A modification of the standard LaTeX letter class which printsmultiple, pre-stamped, 5.5" by 3.5" postcards (a US standardsize) via the envlab and mailing packages. An address databaseis employed to address the front side of each postcard and amessage is printed on the back side of all. An illustrativeexample is provided. | Facilitates mass-mailing of postcards (junkmail) | 3 | 工具 + texlive-postcards-doc | texlive | Documentation for postcards | Documentation for postcards | 3 | 工具 + texlive-poster-mac | texlive | The package offers macros for making posters and banners withTeX. It is compatible with most TeX macro formats, includingPlain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates aposter as huge box, which is then distributed over as manyprinter pages as necessary. The only special requirement isthat your printer not be bothered by text that lies off thepage. This is true of most printers, including laser printersand PostScript printers. | Make posters and banners with TeX | 3 | 工具 + texlive-poster-mac-doc | texlive | Documentation for poster-mac | Documentation for poster-mac | 3 | 库 + texlive-postnotes | texlive | This is an endnotes package for LaTeX. Its user interfaceprovides means to print multiple sections of notes along thedocument, and to subdivide them either automatically -- bychapter, by section -- or at manually specified places, thusbeing able to easily handle both numbered and unnumberedheadings. The package also provides infrastructure for settingup contextual running headers for printed notes. The default isa simple but useful one, in the form "Notes to pages N-M", butmore elaborate ones can be built. When hyperref is loaded,postnotes provides hyperlinked notes, including back links. | Endnotes for LaTeX | 3 | 工具 + texlive-powerdot | texlive | Powerdot is a presentation class for LaTeX that allows for thequick and easy development of professional presentations. Itcomes with many tools that enhance presentations and aid thepresenter. Examples are automatic overlays, personal notes anda handout mode. To view a presentation, DVI, PS or PDF outputcan be used. A powerful template system is available to easilydevelop new styles. A LyX layout file is provided. | A presentation class | 3 | 工具 + texlive-powerdot-doc | texlive | Documentation for powerdot | Documentation for powerdot | 3 | 服务 + texlive-powerdot-fuberlin | texlive | The bundle provides a powerdot-derived class and a package foruse with powerdot to provide the corporate design of the FreeUniversity in Berlin. Users may use the class itself(FUpowerdot) or use the package in the usual way with\style=BerlinFU as a class option. Examples of using both theclass and the package are provided; the PDF is visuallyidentical, so the catalogue only lists one; the sources of theexamples do of course differ. | Powerdot, using the style of FU Berlin | 3 | 工具 + texlive-powerdot-tuliplab | texlive | powerdot-tuliplab is the LaTeX package used in TULIP Lab forpresentation drafting. It comes with several sample .tex filesso that you can quickly start working with it. | A style package for Powerdot to provide the design of TULIP Lab | 3 | 工具 + texlive-ppr-prv | texlive | This class is used with LaTeX presentations using the prosperclass. ppr-prv stands for 'Prosper Preview'. The aim of thisclass is to produce a printable version of the slides writtenwith Prosper, with two slides per page. | Prosper preview | 3 | 工具 + texlive-ppr-prv-doc | texlive | Documentation for ppr-prv | Documentation for ppr-prv | 3 | 库 + texlive-ppt-slides | texlive | This LaTeX package helps you create slide decks as good-lookingas with PowerPointtm, but more precise, uniform, and visuallystrict. Check this series of lectures fully designed with theuse of this package. | Good-looking slide decks a la PowerPoint (PPT) | 3 | 工具 + texlive-pracjourn | texlive | The pracjourn class is used for typesetting articles in thePracTeX Journal. It is based on the article class withmodifications to allow for more flexible front-matter andrevision control, among other small changes. | Typeset articles for PracTeX | 3 | 工具 + texlive-pracjourn-doc | texlive | Documentation for pracjourn | Documentation for pracjourn | 3 | 库 + texlive-practicalreports | texlive | This package provides a handful of macros for writing upscience practical reports. | Some macros for writing practical reports | 3 | 库 + texlive-precattl | texlive | Allow users to write code that contains tokens with unusualcatcodes. | Prepare special catcodes from token list | 3 | 库 + texlive-prelim2e | texlive | Puts text below the normal page content (the default text marksthe document as draft and puts a timestamp on it). Can be usedtogether with e.g. the vrsion, rcs and rcsinfo packages. Usesthe everyshi package and can use the scrtime package from thekoma-script bundle. | Allows the marking of preliminary versions of a document | 3 | 工具 + texlive-preprint | texlive | The bundle comprises: authblk, which permits footnote styleauthor/affiliation input in the \author command, balance, tobalance the end of \twocolumn pages, figcaps, to send figurecaptions, etc., to end document, fullpage, to set narrow pagemargins and set a fixed page style, and sublabel, which permitscounters to be subnumbered. | A bundle of packages provided "as is" | 3 | 工具 + texlive-preprint-doc | texlive | Documentation for preprint | Documentation for preprint | 3 | 库 + texlive-prerex | texlive | This package consists of prerex.sty, a LaTeX package forproducing charts of course nodes linked by arrows representingpre- and co-requisites, and prerex, an interactive program forcreating and editing chart descriptions. The implementation ofprerex.sty uses PGF, so that it may be used equally happilywith LaTeX or pdfLaTeX; prerex itself is written in C. Thepackage includes source code for a previewer application, alightweight Qt-4 and poppler-based prerex-enabled PDF viewer. | Interactive editor and macro support for prerequisite charts | 3 | 工具 + texlive-prerex-doc | texlive | Documentation for prerex | Documentation for prerex | 3 | 库 + texlive-present | texlive | The package offers a collection of simple macros for preparingpresentations in Plain TeX. Slide colour and text colour may beset, links between parts of the presentation, to other files,and to web addresses may be inserted. Images may be includedeasily, and code is available to provide transition effectsbetween slides or frames. The structure of the macros is notoverly complex, so that users should find it easy to adapt themacros to their specific needs. | Presentations with Plain TeX | 3 | 工具 + texlive-present-doc | texlive | Documentation for present | Documentation for present | 3 | 库 + texlive-pressrelease | texlive | A configurable class for writing press releases. | A class for typesetting press releases | 3 | 工具 + texlive-pressrelease-doc | texlive | Documentation for pressrelease | Documentation for pressrelease | 3 | 工具 + texlive-prettyref | texlive | Prettyref provides a command \newrefformat, which specifies theway in which a reference is typeset, according to a label"identification". The identification is set in the \labelcommand, by using prefixed label names; so instead of\label{mysection}, one uses \label{sec:mysection}, andprettyref interprets the "sec:" part. The package is compatiblewith hyperref and with other packages. | Make label references "self-identify" | 3 | 工具 + texlive-prettyref-doc | texlive | Documentation for prettyref | Documentation for prettyref | 3 | 库 + texlive-prettytok | texlive | Pretty-print token lists to HTML file for debugging purposes.Open the file in any browser to view the result. Can be used toreplace \tl_analysis_show:n. | Pretty-print token lists | 3 | 库 + texlive-prftree | texlive | A package to typeset proof trees for natural deduction calculi,sequent-like calculi, and similar. | Macros for building proof trees | 3 | 库 + texlive-prftree-doc | texlive | Documentation for prftree | Documentation for prftree | 3 | 库 + texlive-principia | texlive | This package supports typesetting the Peanese notation inVolume I of Whitehead and Russell's 1910 "PrincipiaMathematica". | Notations for typesetting the "Principia Mathematica" | 3 | 工具 + texlive-printlen | texlive | \printlength{length} prints the value of a LaTeX length in theunits specified by \uselengthunit{unit} ('unit' may be any TeXlength unit except for scaled point, viz., any of: pt, pc, in,mm, cm, bp, dd or cc). When the unit is pt, the printed lengthvalue will include any stretch or shrink; otherwise these arenot printed. The 'unit' argument may also be PT, in which caselength values will be printed in point units but without anystretch or shrink values. | Print lengths using specified units | 3 | 工具 + texlive-printlen-doc | texlive | Documentation for printlen | Documentation for printlen | 3 | 库 + texlive-proba | texlive | This package includes some of the most often used commands inprobability texts, e.g. probability, expectation, variance,etc. It also includes some short commands for set (blackboard)or filtrations (calligraphic). It requires LaTeX2e and theamsfonts package. | Shortcuts commands to symbols used in probability texts | 3 | 工具 + texlive-proba-doc | texlive | Documentation for proba | Documentation for proba | 3 | 库 + texlive-probsoln | texlive | The package is designed for lecturers who have to generate newproblem sheets for their students on a regular basis (e.g.yearly) by randomly selecting a specified number of problemsdefined in another file. The package allows you easily togenerate a new problem sheet that is different from theprevious year, thus alleviating the temptation of students toseek out the previous year's students and checking out theiranswers. The solutions to the problems can be defined alongwith the problem, making it easy to generate the solution sheetfrom the same source code; problems may be reused within adocument, so that solutions may appear in a different sectionof the same document as the problems they cover. | Generate problem sheets and their solution sheets | 3 | 工具 + texlive-probsoln-doc | texlive | Documentation for probsoln | Documentation for probsoln | 3 | 库 + texlive-prociagssymp | texlive | This package provides (re-)definitions of some LaTeX commandsthat can be useful for the preparation of a paper with thestyle of the proceeding of symposia sponsored by the'International Association of Geodesy (IAG)' published bySpringer-Verlag. | Macros for IAG symposium papers | 3 | 工具 + texlive-prodint | texlive | Product integrals are to products, as integrals are to sums.They have been around for more than a hundred years, they havenot become part of the standard mathematician's toolbox,possibly because no-one invented the right mathematical symbolfor them. The authors have remedied that situation by proposingthe symbol and providing this font. | A font that provides the product integral symbol | 3 | 工具 + texlive-prodint-doc | texlive | Documentation for prodint | Documentation for prodint | 3 | 库 + texlive-productbox | texlive | The package enables typesetting of a three-dimensional productbox. This product box can be rendered as it is standing on asurface and some light is shed onto it. Alternatively it can betypeset as a wireframe to be cut out and glued together. Thiswill lead to a physical product box. The package requires pgfand TikZ. | Typeset a three-dimensional product box | 3 | 工具 + texlive-productbox-doc | texlive | Documentation for productbox | Documentation for productbox | 3 | 库 + texlive-profcollege | texlive | This package provides some commands to help French mathematicsteachers for 11-16 years olds, for example: \Tableau[Metre] towrite the tabular km|hm|... with some facilities,\Pythagore{ABC}{5}{7} to write the entire calculation of ACwith the Pythagorean theorem, \Trigo[Cosinus]{ABC}{3}{}{60} towrite the entire calculation of AC with cosine, ... and someothers. | A LaTeX package for French maths teachers in college | 3 | 工具 + texlive-proflabo | texlive | This package was developed to help French chemistry teachers tocreate drawings (using TikZ) for laboratory stuff. | Draw laboratory equipment | 3 | 工具 + texlive-proflycee | texlive | This package provides some commands to help French mathematicsteachers for 15-18 years olds, for example: \SplineTikz tocreate splines with "derivative control";\CalculFormelParametres and \CalculFormelLigne in order tocreate an xcas-windows-like; \CodePythonLstFichier to createcode presentation and code execution with pythontex. | A LaTeX package for French maths teachers in high school | 3 | 工具 + texlive-program | texlive | The main offering is a program environment; a programboxenvironment is available for fragments that must not break withthe pages. | Typesetting programs and algorithms | 3 | 工具 + texlive-program-doc | texlive | Documentation for program | Documentation for program | 3 | 库 + texlive-progress | texlive | Progress is a package which. when compiling TeX and LaTeXdocuments, generates a HTML file showing an overview of adocument's state (of how finished it is). The report is sent tofile \ProgressReportName, which is by default the \jobname withthe date appended (but is user-modifiable). | Creates an overview of a document's state | 3 | 工具 + texlive-progressbar | texlive | This package allows you to easily visualize shares of totalamounts in the form of a bar. So basically you can convert anynumber between 0 and 1 to a progressbar using the command\progressbar{<number>}. Also a lot of customizations arepossible, allowing you to create an unique progressbar on yourown. The package uses TikZ to produce its graphics. | Visualize shares of total amounts in the form of a (progress-)bar | 3 | 工具 + texlive-progressbar-doc | texlive | Documentation for progressbar | Documentation for progressbar | 3 | 服务 + texlive-progress-doc | texlive | Documentation for progress | Documentation for progress | 3 | 服务 + texlive-projlib | texlive | ProjLib is a collection of tools to help you write LaTeXdocuments. With the main package ProjLib loaded, you no longerneed to set up the theorem-like environments, nor to manuallyconfigure the appropriate multilingual settings. In addition, aseries of auxiliary functionalities are introduced. | A series of tools to simplify your workflow | 3 | 库 + texlive-proof-at-the-end | texlive | This package aims to provide a way to easily move proofs to theappendix. You can (among other things) move proofs to differentplaces/sections, create links from theorems to proofs, restatetheorems, add comments in appendix... | A package to move proofs to appendix | 3 | 工具 + texlive-proofread | texlive | This package defines a few LaTeX commands that may be usefulwhen you proofread a LaTeX document. They allow you to easilyhighlight text and add comments in the margin. Vim escapesequences are provided for inserting or removing these LaTeXcommands in the source. Options are provided for displaying thedocument with extra line spacing, and for displaying it ineither corrected or uncorrected state, both without marginnotes. The package is based on code for a text highlightingcommand that was published by Antal Spector-Zabusky onhttps://tex.stackexchange.com/questions/5959. The main file,proofread.dtx, is self-extracting, so you can generate thestyle file by compiling proofread.dtx with pdfLaTeX. Thispackage is based on the soul package; so if you plan tohighlight non-ASCII characters, you must compile your sourcewith either XeTeX- or LuaTeX-based compilers. | Commands for inserting annotations | 3 | 工具 + texlive-proofread-doc | texlive | Documentation for proofread | Documentation for proofread | 3 | 库 + texlive-prooftrees | texlive | The package supports drawing proof trees of the kind often usedin introductory logic classes, especially those aimed atstudents without strong mathemtical backgrounds. Hodges (1991)is one example of a text which uses this system. When teachingsuch a system it is especially useful to annotate the tree withline numbers, justifications and explanations of branchclosures. prooftrees provides a single environment, prooftree,and a variety of tools for annotating, customising andhighlighting such trees. A cross-referencing system is providedfor trees which cite line numbers in justifications for prooflines or branch closures. prooftrees is based on forest and,hence, TikZ. The package requires version 2.0.2 of Forest forexpected results and will not work with version 1. | Forest-based proof trees (symbolic logic) | 3 | 工具 + texlive-prooftrees-doc | texlive | Documentation for prooftrees | doc files of prooftrees | 3 | 库 + texlive-properties | texlive | The package loads properties (key, value) from a propertiesfile, e.g. \jobname.properties. | Load properties from a file | 3 | 库 + texlive-properties-doc | texlive | Documentation for properties | Documentation for properties | 3 | 库 + texlive-proposal | texlive | The process of preparing a collaborative proposal, to a majorfunding body, involves integration of contributions of a manypeople at many sites. It is therefore an ideal application fora text-based document preparation system such as LaTeX, inconcert with a distributed version control system such as SVN.The proposal class itself provides a basis for such anenterprise. The dfgproposal and dfgproposal classes provide twospecialisations of the base class for (respectively) German andEuropean research proposals. The packages depend on theauthor's stex bundle. | A class for preparing proposals | 3 | 工具 + texlive-proposal-doc | texlive | Documentation for proposal | Documentation for proposal | 3 | 库 + texlive-prosper | texlive | Prosper is a LaTeX class for writing transparencies. It iswritten as an extension of the seminar class by Timothy VanZandt. Prosper offers a friendly environment for creatingslides for both presentations with an overhead projector and avideo projector. Slides prepared for a presentation with acomputer and a video projector may integrate animation effects,incremental display, and so on. Various visual styles aresupported (including some that mimic PowerPoint) and others arebeing contributed. | LaTeX class for high quality slides | 3 | 工具 + texlive-prosper-doc | texlive | Documentation for prosper | Documentation for prosper | 3 | 库 + texlive-protex | texlive | ProTeX is a simple but powerful literate programming tool,which is designed to generate useful hypertext output (eitherPDF, or HTML using TeX4ht). | Literate programming package | 3 | 工具 + texlive-protex-doc | texlive | Documentation for protex | Documentation for protex | 3 | 库 + texlive-protocol | texlive | The present version of the class supports German meetingminutes including vote results and action items. The author hasambitions to internationalise the code, and would welcomesupport in the work. | A class for minutes of meetings | 3 | 工具 + texlive-protocol-doc | texlive | Documentation for protocol | Documentation for protocol | 3 | 库 + texlive-prtec | texlive | This package provides a LaTeX class, a BibTeX style, and aLaTeX template to format conference papers for the Pacific RimThermal Engineering Conference (PRTEC). The .tex and .cls filesare commented and should be self-explanatory. The packagedepends on newtx. | A template for PRTEC conference papers | 3 | 工具 + texlive-przechlewski-book | texlive | The bundle provides machine-readable copies of the examplesfrom the book "Praca magisterska i dyplomowa z programemLaTeX". | Examples from Przechlewski's LaTeX book | 3 | 工具 + texlive-przechlewski-book-doc | texlive | Documentation for przechlewski-book | Documentation for przechlewski-book | 3 | 工具 + texlive-ps2eps | texlive-base | Produce Encapsulated PostScript Files (EPS/EPSF) from aone-page PostScript document, or any PostScript document. Acorrect Bounding Box is calculated for the EPS files and somePostScript command sequences that can produce erroneousresults on printers are filtered. The input is cropped toinclude just the image contained in the PostScript file. TheEPS files can then be included into TeX documents. Otherprograms like ps2epsi (a script distributed with ghostscript)don't always calculate the correct bounding box (because thevalues are put on the PostScript stack which may get corruptedby bad PostScript code) or they round it off, resulting inclipping the image. Therefore ps2eps uses a resolution of 144dpi to get the correct bounding box. Included in the distributionis the bbox program, an application to produce Bounding Box valuesfor rawppm or rawpbm format files. | Produce Encapsulated PostScript from PostScript | 3 | 工具 + texlive-ps2pk | texlive-base | Generates a PK file from an Adobe Type 1 font. PK fonts are (orused to be) valuable in enabling previewers to view documentsgenerated that use Type 1 fonts. The program makes use of codedonated to the X consortium by IBM. | Generate a PK font from an Adobe Type 1 font | 3 | 工具 + texlive-psbao | texlive | The package draws Bao diagrams in LaTeX. The package is adevelopment of psgo, and uses PSTricks to draw the diagrams. | Draw Bao diagrams | 3 | 工具 + texlive-psbao-doc | texlive | Documentation for psbao | Documentation for psbao | 3 | 库 + texlive-pseudo | texlive | The package permits writing pseudocode without much fuss andwith quite a bit of configurability. Its main environmentcombines aspects of enumeration, tabbing and tabular fornonintrusive line numbering, indentation and highlighting, andthere is functionality for typesetting common syntacticelements such as keywords, identifiers, and comments. Thepackage relies on aliascnt, array, colortbl, expl3, l3keys2e,xcolor, and xparse. | Straightforward pseudocode | 3 | 工具 + texlive-pseudocode | texlive | This package provides the environment "pseudocode" fordescribing algorithms in a natural manner. | LaTeX environment for specifying algorithms in a natural way | 3 | 工具 + texlive-pseudocode-doc | texlive | Documentation for pseudocode | Documentation for pseudocode | 3 | 库 + texlive-psfrag | texlive | Allows LaTeX constructions (equations, picture environments,etc.) to be precisely superimposed over Encapsulated PostScriptfigures, using your own favorite drawing tool to create an EPSfigure and placing simple text 'tags' where each replacement isto be placed, with PSfrag automatically removing these tagsfrom the figure and replacing them with a user specified LaTeXconstruction, properly aligned, scaled, and/or rotated. | Replace strings in encapsulated PostScript figures | 3 | 工具 + texlive-psfrag-doc | texlive | Documentation for psfrag | Documentation for psfrag | 3 | 库 + texlive-psfrag-italian-doc | texlive | Documentation for psfrag-italian | Documentation for psfrag-italian | 3 | 库 + texlive-psfragx | texlive | PSfragX offers a mechanism to embed \psfrag commands, asprovided by the psfrag package, into the EPS file itself. Eachtime a graphic is included, the EPS file is scanned. If sometagged lines are found, they are used to define the psfragreplacements that should be performed automatically. Inaddition, a similar mechanism holds for overpic objects. Theseare picture objects superimposed on the included graphic. Asimilar mechanism is implemented in psfrag itself (butdeprecated in the documentation), but psfragx offers much moreflexibility. For example, if babel is used, it is possible todefine different replacements corresponding to differentlanguages. The replacements to take into account will beselected on the basis of the current language of the document.A Matlab script (LaPrint) is provided, to export an EPS filewith psfragx annotations ready embedded. | A psfrag eXtension | 3 | 工具 + texlive-psfragx-doc | texlive | Documentation for psfragx | Documentation for psfragx | 3 | 库 + texlive-psgo | texlive | psgo package | Typeset go diagrams with PSTricks | 3 | 工具 + texlive-psgo-doc | texlive | Documentation for psgo | Documentation for psgo | 3 | 库 + texlive-psizzl | texlive | PSIZZL is a TeX format for physics papers written at SLAC andused at several other places. It dates from rather early in thedevelopment of TeX82; as a result, some of the descriptions oflimitations look rather quaint to modern eyes. | A TeX format for physics papers | 3 | 工具 + texlive-psizzl-doc | texlive | Documentation for psizzl | Documentation for psizzl | 3 | 库 + texlive-pslatex | texlive | A small package that makes LaTeX default to 'standard'PostScript fonts. It is basically a merger of the times and the(obsolete) mathptm packages from the psnfss suite. You musthave installed standard LaTeX and the psnfss PostScript fontsto use this package. The main novel feature is that the pslatexpackage tries to compensate for the visual differences betweenthe Adobe fonts by scaling Helvetica by 90%, and 'condensing'Courier (i.e. scaling horizontally) by 85%. The package issupplied with a (unix) shell file for a 'pslatex' command thatallows standard LaTeX documents to be processed, withoutneeding to edit the file. Note that current psnfss uses adifferent technique for scaling Helvetica, and treats Courieras a lost cause (there are better free fixed-width availablenow, than there were when pslatex was designed). As a result,pslatex is widely considered obsolete. | Use PostScript fonts by default | 3 | 工具 + texlive-psnfss | texlive | Font definition files, macros and font metrics for freely-available Adobe Type 1 fonts. The font set consists of the'LaserWriter 35' set (originally 'freely available' becauseembedded in PostScript printers), and a variety of other freefonts, together with some additions. Note that while many ofthe fonts are available in PostScript (and other) printers,most publishers require fonts embedded in documents, whichrequires that you have the fonts in your TeX system.Fortunately, there are free versions of the fonts from URW(available in the URW base5 bundle). The base set of text fontscovered by PSNFSS are: AvantGarde, Bookman, Courier, Helvetica,New Century Schoolbook, Palatino, Symbol, Times Roman and ZapfDingbats. In addition, the fonts Bitstream Charter and AdobeUtopia are covered (those fonts were contributed to the PublicDomain by their commercial foundries). Separate packages areprovided to load each font for use as main text font. Thepackages helvet (which allows Helvetica to be loaded with itssize scaled to something more nearly appropriate for its use asa Sans-Serif font to match Times) and pifont (which providesthe means to select single glyphs from symbol fonts) aretailored to special requirements of their fonts. Mathematicsare covered by the mathptmx package, which constructs passablemathematics from a combination of Times Roman, Symbol and someglyphs from Computer Modern, and by Pazo Math (optionallyextended with the fpl small-caps and old-style figures fonts)which uses Palatino as base font, with the mathpazo fonts. Thebundle as a whole is part of the LaTeX 'required' set ofpackages. | Font support for common PostScript fonts | 3 | 工具 + texlive-psnfss-doc | texlive | Documentation for psnfss | Documentation for psnfss | 3 | 库 + texlive-pspicture | texlive | A replacement for LaTeX's picture macros, that uses PostScript\special commands. The package is now largely superseded bypict2e. | PostScript picture support | 3 | 工具 + texlive-pspicture-doc | texlive | Documentation for pspicture | Documentation for pspicture | 3 | 库 + texlive-pst-2dplot | texlive | Pst-2dplot is a pstricks package that offers an easy-to-use andintuitive tool for plotting 2-d curves. It defines anenvironment with commands similar to MATLAB for plotting. | A PSTricks package for drawing 2D curves | 3 | 工具 + texlive-pst-2dplot-doc | texlive | Documentation for pst-2dplot | Documentation for pst-2dplot | 3 | 库 + texlive-pst2pdf | texlive-base | The script extracts the preamble of the document and runs all\begin{postscript}...\end{postscript}\begin{pspicture}...\end{pspicture} and\pspicture...\endpspicture separately through LaTeX with thesame preamble as the original document; thus it creates EPS,PNG and PDF files of these snippets. In a final PDFLaTeX runthe script replaces the environments with \includegraphics toinclude the processed snippets. | A script to compile pstricks documents via pdftex | 3 | 工具 + texlive-pst-3d | texlive | The package provides basic macros that use PSTricks forshadows, tilting and three dimensional representations of textor graphical objects. | A PSTricks package for tilting and other pseudo-3D tricks | 3 | 工具 + texlive-pst-3d-doc | texlive | Documentation for pst-3d | Documentation for pst-3d | 3 | 库 + texlive-pst-3dplot | texlive | A package using PSTricks to draw a large variety of graphs andplots, including 3D maths functions. Data can be read fromexternal data files, making this package a generic tool forgraphing within TeX/LaTeX, without the need for external tools. | Draw 3D objects in parallel projection, using PSTricks | 3 | 工具 + texlive-pst-3dplot-doc | texlive | Documentation for pst-3dplot | Documentation for pst-3dplot | 3 | 库 + texlive-pst-abspos | texlive | The (PSTricks-related) package provides a command\pstPutAbs(x,y) to put an object at an arbitrary absolute (oreven a relative) position on the page. | Put objects at an absolute position | 3 | 工具 + texlive-pst-abspos-doc | texlive | Documentation for pst-abspos | Documentation for pst-abspos | 3 | 库 + texlive-pst-am | texlive | The package allows the simulation of the modulated anddemodulated amplitude of radio waves. The user may plot curvesof modulated signals, wave carrier, signal modulation, signalrecovery and signal demodulation. | Simulation of modulation and demodulation | 3 | 工具 + texlive-pst-am-doc | texlive | Documentation for pst-am | Documentation for pst-am | 3 | 库 + texlive-pst-antiprism | texlive | pst-antiprism is a PSTricks related package which draws anantiprism, which is a semiregular polyhedron constructed with2-gons and triangles. | A PSTricks related package which draws an antiprism | 3 | 工具 + texlive-pst-arrow | texlive | This package has all the code from the package pstricks-addwhich was related to arrows, like multiple arrows and so on. | special arrows for PSTricks | 3 | 工具 + texlive-pst-asr | texlive | The package allows the user to typeset autosegmentalrepresentations. It uses the PStricks, and xkeyval packages. | Typeset autosegmental representations for linguists | 3 | 工具 + texlive-pst-asr-doc | texlive | Documentation for pst-asr | Documentation for pst-asr | 3 | 库 + texlive-pst-bar | texlive | The package uses pstricks to draw bar charts from data storedin a comma-delimited file. Several types of bar charts may bedrawn, and the drawing parameters are highly customizable. Noexternal packages are required except those that are part ofthe standard pstricks distribution. | Produces bar charts using pstricks | 3 | 工具 + texlive-pst-barcode | texlive | The pst-barcode package allows printing of barcodes, in a hugevariety of formats, including quick-response (qr) codes (seedocumentation for details). As a pstricks package, the packagerequires pstricks. The package uses PostScript for calculatingthe bars. For PDF output use a multi-pass mechansism such aspst-pdf. | Print barcodes using PostScript | 3 | 工具 + texlive-pst-barcode-doc | texlive | Documentation for pst-barcode | Documentation for pst-barcode | 3 | 库 + texlive-pst-bar-doc | texlive | Documentation for pst-bar | Documentation for pst-bar | 3 | 库 + texlive-pst-bezier | texlive | The package provides a macro \psbcurve for drawing a Beziercurve. Provision is made for full control of over all thecontrol points of the curve. | Draw Bezier curves | 3 | 工具 + texlive-pst-bezier-doc | texlive | Documentation for pst-bezier | Documentation for pst-bezier | 3 | 库 + texlive-pst-blur | texlive | Pst-blur is a package built for use with PSTricks. It providesmacros that apply blurring to the normal shadow function ofPSTricks. | PSTricks package for "blurred" shadows | 3 | 工具 + texlive-pst-blur-doc | texlive | Documentation for pst-blur | Documentation for pst-blur | 3 | 工具 + texlive-pst-bspline | texlive | The package draws uniform, cubic B-spline curves, open andclosed, based on a sequence of B-spline control points. Thereis also code which permits drawing the open or closed cubicBspline curve interpolating a sequence of points. Graphicaloutput is created using PStricks. | Draw cubic Bspline curves and interpolations | 3 | 工具 + texlive-pst-bspline-doc | texlive | Documentation for pst-bspline | Documentation for pst-bspline | 3 | 库 + texlive-pst-calculate | texlive | This package provides an interface to the LaTeX3 floating pointunit (part of expl3), mainly used for PSTricks related packagesto allow math expressions at LaTeX level. siunitx is used forformatting the calculated number. The package also depends onxkeyval and xparse. | Support for floating point operations at LaTeX level | 3 | 工具 + texlive-pst-calendar | texlive | The package uses pstricks and pst-3d to draw tabular calendars,or calendars on dodecahedra with a month to each face (thepackage also requires the multido and pst-xkey packages). Thepackage works for years 2000-2099, and has options forcalendars in French German and English, but the documentationis not available in English. | Plot calendars in "fancy" ways | 3 | 工具 + texlive-pst-calendar-doc | texlive | Documentation for pst-calendar | Documentation for pst-calendar | 3 | 服务 + texlive-pst-cie | texlive | pst-cie is a PSTricks related package to show the different CIEcolor spaces: Adobe, CIE, ColorMatch, NTSC, Pal-Secam,ProPhoto, SMPTE, and sRGB. | CIE color space | 3 | 工具 + texlive-pst-cie-doc | texlive | Documentation for pst-cie | doc files of pst-cie | 3 | 库 + texlive-pst-circ | texlive | The package is built using PSTricks and in particular pst-node.It can easily draw current 2-terminal devices and some 3- and 4-terminal devices used in electronic or electric theory. Thepackage's macros are designed with a view to 'logical'representation of circuits, as far as possible, so as torelieve the user of purely graphical considerations whenexpressing a circuit. | PSTricks package for drawing electric circuits | 3 | 工具 + texlive-pst-circ-doc | texlive | Documentation for pst-circ | Documentation for pst-circ | 3 | 库 + texlive-pst-coil | texlive | Pst-coil is a PSTricks based package for coils and zigzags andfor coil and zigzag node connections. | A PSTricks package for coils, etc | 3 | 工具 + texlive-pst-coil-doc | texlive | Documentation for pst-coil | Documentation for pst-coil | 3 | 库 + texlive-pst-contourplot | texlive | This package allows to draw implicit functions "f(x,y) = 0"with options for coloring the inside of the surfaces, formarking the points and arrowing the curve at points chosen bythe user. The package uses the "marching squares" algorithm. | Draw implicit functions using the "marching squares" algorithm | 3 | 工具 + texlive-pst-cox | texlive | Pst-cox is a PSTricks package for drawing 2-dimensionalprojections of complex regular polytopes (after the work ofCoxeter). The package consists of a macro library for drawingthe projections. The complex polytopes appear in the study ofthe root systems and play a crucial role in many domainsrelated to mathematics and physics. These polytopes have beencompletely described by Coxeter in his book "Regular ComplexPolytopes". There exist only a finite numbers of exceptionalregular complex polytopes (for example the icosahedron) andsome infinite series (for example, one can construct a multi-dimensional analogue of the hypercube in any finite dimension).The library contains two packages. The first, pst-coxcoor, isdevoted to the exceptional complex regular polytopes whosecoordinates have been pre-computed. The second, pst-coxeterp,is devoted to the infinite series. | Drawing regular complex polytopes with PSTricks | 3 | 库 + texlive-pst-cox-doc | texlive | Documentation for pst-cox | Documentation for pst-cox | 3 | 库 + texlive-pst-dart | texlive | pst-dart is a PSTricks related package and draws Dart Boards.Optional arguments are the unit and the fontsize. | Plotting dart boards | 3 | 工具 + texlive-pst-dbicons | texlive | The package provides some useful macros in the database area.The package focusses on typesetting ER-Diagrams in adeclarative style, i.e., by positioning some nodes and definingthe position of all other nodes relative to them by using thestandard database terminology. The PSTricks package is requiredfor using pst-dbicons, but no deep knowledge of PSTrickscommands is required (although such knowledge is useful forexploiting the full functionality of the package). | Support for drawing ER diagrams | 3 | 工具 + texlive-pst-dbicons-doc | texlive | Documentation for pst-dbicons | Documentation for pst-dbicons | 3 | 服务 + texlive-pst-diffraction | texlive | The package enables the user to draw (using PSTricks) thediffraction patterns for different geometric forms of aperturesfor monochromatic light (using PSTricks). The aperture stopscan have rectangular, circular or triangular openings. The viewof the diffraction may be planar, or three-dimensional. Optionsavailable are the dimensions of the aperture underconsideration and of the particular optical setting, e.g. theradius in case of an circular opening. Moreover one can choosethe wavelength of the light (the associated color will becalculated by the package). | Print diffraction patterns from various apertures | 3 | 工具 + texlive-pst-diffraction-doc | texlive | Documentation for pst-diffraction | Documentation for pst-diffraction | 3 | 库 + texlive-pst-electricfield | texlive | The package provides macros to plot electric field andequipotential lines using PStricks. There may be any number ofcharges which can be placed in a cartesian coordinate system by(x,y) values. | Draw electric field and equipotential lines with PStricks | 3 | 工具 + texlive-pst-electricfield-doc | texlive | Documentation for pst-electricfield | Documentation for pst-electricfield | 3 | 服务 + texlive-pst-eps | texlive | Pst-eps is a PSTricks-based package for exporting PSTricksimages 'on the fly' to encapsulated PostScript (EPS) imagefiles, which can then be read into a document in the usual way. | Create EPS files from PSTricks figures | 3 | 工具 + texlive-pst-eps-doc | texlive | Documentation for pst-eps | Documentation for pst-eps | 3 | 库 + texlive-pst-eucl | texlive | The package allows the drawing of Euclidean geometric figuresusing TeX pstricks macros for specifying mathematicalconstraints. It is thus possible to build point using commontransformations or intersections. The use of coordinates islimited to points which controlled the figure. | Euclidian geometry with pstricks | 3 | 工具 + texlive-pst-eucl-doc | texlive | Documentation for pst-eucl | Documentation for pst-eucl | 3 | 库 + texlive-pst-eucl-translation-bg-doc | texlive | Documentation for pst-eucl-translation-bg | Documentation for pst-eucl-translation-bg | 3 | 库 + texlive-pst-exa | texlive | The (PSTricks-related) package provides an environmentPSTexample to put code and output side by side or one above theother. | Typeset PSTricks examples, with code | 3 | 工具 + texlive-pst-exa-doc | texlive | Documentation for pst-exa | Documentation for pst-exa | 3 | 库 + texlive-pst-feyn | texlive | pst-feyn is a set of drawing graphical elements which are usedfor Feynman diagrams. The package is based on the macros of theold package axodraw but uses the capabilities of PSTricks. | Draw graphical elements for Feynman diagrams | 3 | 工具 + texlive-pst-fill | texlive | Pst-fill is a PSTricks-based package for filling and tilingareas or characters. | Fill or tile areas with PSTricks | 3 | 工具 + texlive-pst-fill-doc | texlive | Documentation for pst-fill | Documentation for pst-fill | 3 | 库 + texlive-pst-fit | texlive | The package uses PSTricks to fit curves to: Linear Functions;Power Functions; exp Function; Log_{10} and Log_e functions;Recip; Kings Law data; Gaussian; and 4th order Polynomial | Macros for curve fitting | 3 | 工具 + texlive-pst-fit-doc | texlive | Documentation for pst-fit | Documentation for pst-fit | 3 | 库 + texlive-pst-flags | texlive | This package provides a number of macros for rendering flags ofcountries and their associated artefacts using PSTricks.Formatting of the resulting drawings is entirely controlled byTeX macros. A good working knowledge of LaTeX should besufficient to design flags of sovereign countries and adaptthem to create new designs. Features such as color or shapecustomisation and dynamic modifications are possible bycleverly adjusting the options supplied to the TeX macros, seethe documentation for examples. This package requires expl3,fp, xfp, xcolor, pstricks and pst-all. | Draw flags of countries using PSTricks | 3 | 工具 + texlive-pst-fr3d | texlive | A package using PSTricks to draw three dimensional framed boxesusing a macro \PstFrameBoxThreeD. The macro is especiallyuseful for drawing 3d-seeming buttons. | Draw 3-dimensional framed boxes using PSTricks | 3 | 工具 + texlive-pst-fr3d-doc | texlive | Documentation for pst-fr3d | Documentation for pst-fr3d | 3 | 库 + texlive-pst-fractal | texlive | The package uses PSTricks to draw the Julia and Mandelbrotsets, the Sierpinski triangle, Koch flake, and ApolloniusCircle as well as fractal trees (which need not be balanced)with a variety of different parameters (including varyingnumbers of iterations). The package uses the pst-xkey package,part of the xkeyval distribution. | Draw fractal sets using PSTricks | 3 | 工具 + texlive-pst-fractal-doc | texlive | Documentation for pst-fractal | Documentation for pst-fractal | 3 | 库 + texlive-pst-fun | texlive | This is a PSTricks related package for drawing funny objects,like ant, bird, fish, kangaroo, ... Such objects may be usefulfor testing other PSTricks macros and/or packages. (Or they canbe used for fun...) | Draw "funny" objects with PSTricks | 3 | 工具 + texlive-pst-func | texlive | The package is built for use with PSTricks. It provides macrosfor plotting and manipulating various mathematical functions:polynomials and their derivatives f(x)=an*x^n+an-1*x^(n-1)+...+a0 defined by the coefficients a0 a1 a2 ... and thederivative order; the Fourier sum f(x) = a0/2+a1cos(omegax)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2... b1 b2 b3 ...; the Bessel function defined by its order; theGauss function defined by sigma and mu; Bezier curves fromorder 1 (two control points) to order 9 (10 control points);the superellipse function (the Lame curve); Chebyshevpolynomials of the first and second kind; the Thomae (orpopcorn) function; the Weierstrass function; variousintegration-derived functions; normal, binomial, poisson,gamma, chi-squared, student's t, F, beta, Cauchy and Weibulldistribution functions and the Lorenz curve; the zeroes of afunction, or the intermediate point of two functions; theVasicek function for describing the evolution of interestrates; and implicit functions. The plots may be generated asvolumes of rotation about the X-axis, as well. | PSTricks package for plotting mathematical functions | 3 | 工具 + texlive-pst-func-doc | texlive | Documentation for pst-func | Documentation for pst-func | 3 | 库 + texlive-pst-fun-doc | texlive | Documentation for pst-fun | Documentation for pst-fun | 3 | 库 + texlive-pst-gantt | texlive | The package uses PSTricks to draw GANTT charts, which are akind of bar chart that displays a project schedule. The packagerequires the pstricks apparatus, of course. | Draw GANTT charts with pstricks | 3 | 工具 + texlive-pst-gantt-doc | texlive | Documentation for pst-gantt | Documentation for pst-gantt | 3 | 库 + texlive-pst-geo | texlive | The package offers a set of PSTricks related packages forvarious cartographic projections of the terrestrial sphere. Thepackage pst-map2d provides conventional projections such asMercator, Lambert, cylindrical, etc. The package pst-map3dtreats representation in three dimensions of the terrestrialsphere. Packages pst-map2dII and pst-map3dII allow use of theCIA World DataBank II. Various parameters of the packages allowfor choice of the level of the detail and the layouts possible(cities, borders, rivers etc). Substantial data files areprovided, in an (internally) compressed format. Decompressionhappens on-the-fly as a document using the data is displayed,printed or converted to PDF format. A Perl script is providedfor the user to do the decompression, if the need should arise. | Geographical Projections | 3 | 工具 + texlive-pst-geo-doc | texlive | Documentation for pst-geo | Documentation for pst-geo | 3 | 库 + texlive-pst-geometrictools | texlive | This PSTricks package facilitates the drawing of protractors,rulers, compasses and pencils. | A PSTricks package to draw geometric tools | 3 | 工具 + texlive-pst-gr3d | texlive | This PSTricks package provides a command \PstGridThreeD thatwill draw a three dimensional grid, offering a number ofoptions for its appearance. | Three dimensional grids with PSTricks | 3 | 工具 + texlive-pst-gr3d-doc | texlive | Documentation for pst-gr3d | Documentation for pst-gr3d | 3 | 库 + texlive-pst-grad | texlive | The package fills with colour gradients, using PSTricks. TheRGB, CMYK and HSB models are supported. Other colour gradientmechanisms are to be found in package pst-slpe. | Filling with colour gradients, using PStricks | 3 | 工具 + texlive-pst-grad-doc | texlive | Documentation for pst-grad | Documentation for pst-grad | 3 | 库 + texlive-pst-graphicx | texlive | The package provides a version of graphicx that avoids loadingthe graphics bundle's (original) keyval package, which clasheswith pstricks' use of xkeyval. | A pstricks-compatible graphicx for use with Plain TeX | 3 | 工具 + texlive-pst-graphicx-doc | texlive | Documentation for pst-graphicx | Documentation for pst-graphicx | 3 | 库 + texlive-pst-hsb | texlive | This is a PSTricks-related package. It can plot lines and/orcurves with continuous colours. Only colours defined in the hsbmodel are supported. | Curves with continuous colours | 3 | 工具 + texlive-pst-infixplot | texlive | Plotting functions with pst-plot is very powerful but sometimesdifficult to learn since the syntax of \psplot and\parametricplot requires some PostScript knowledge. The infix-RPN and pst-infixplot styles simplify the usage of pst-plot forthe beginner, providing macro commands that convert naturalmathematical expressions to PostScript syntax. | Using pstricks plotting capacities with infix expressions rather than RPN | 3 | 工具 + texlive-pst-infixplot-doc | texlive | Documentation for pst-infixplot | Documentation for pst-infixplot | 3 | 库 + texlive-pst-intersect | texlive | The package computes the intersections between arbitraryPostscript paths or Bezier curves, using the Bezier clippingalgorithm. | Compute intersections of arbitrary curves | 3 | 工具 + texlive-pst-intersect-doc | texlive | Documentation for pst-intersect | Documentation for pst-intersect | 3 | 库 + texlive-pst-jtree | texlive | jTree uses PStricks to enable linguists to typeset complextrees. The package requires use of PStricks (of course) andxkeyval packages. jTree is a development of, and replacementfor, the jftree package, which is no longer available. | Typeset complex trees for linguists | 3 | 工具 + texlive-pst-jtree-doc | texlive | Documentation for pst-jtree | Documentation for pst-jtree | 3 | 库 + texlive-pst-knot | texlive | The package can produce a fair range of knot shapes, with allthe standard graphics controls one expects. | PSTricks package for displaying knots | 3 | 工具 + texlive-pst-knot-doc | texlive | Documentation for pst-knot | Documentation for pst-knot | 3 | 库 + texlive-pst-labo | texlive | Pst-labo is a PSTricks related package for drawing basic andcomplex chemical objects. The documentation of the package isilluminated with plenty of illustrations together with theirsource code, making it an easy read. | Draw objects for Chemistry laboratories | 3 | 工具 + texlive-pst-labo-doc | texlive | Documentation for pst-labo | Documentation for pst-labo | 3 | 库 + texlive-pst-layout | texlive | The package provides a means of creating elaborate ("pseudo-tabular") layouts of material, typically to be overlaid on anincluded graphic. The package requires a recent version of thepackage pst-node and some other pstricks-related material. | Page layout macros based on PStricks packages | 3 | 工具 + texlive-pst-layout-doc | texlive | Documentation for pst-layout | Documentation for pst-layout | 3 | 库 + texlive-pst-lens | texlive | This PSTricks package provides a really rather simple command\PstLens that will draw a lens. Command parameters provide aremarkable range of effects. | Lenses with PSTricks | 3 | 工具 + texlive-pst-lens-doc | texlive | Documentation for pst-lens | Documentation for pst-lens | 3 | 工具 + texlive-pst-light3d | texlive | A PSTricks package for three dimensional lighting effects oncharacters and PSTricks graphics, like lines, curves, plots,... | Three dimensional lighting effects (PSTricks) | 3 | 工具 + texlive-pst-light3d-doc | texlive | Documentation for pst-light3d | Documentation for pst-light3d | 3 | 库 + texlive-pst-lsystem | texlive | pst-lsystem is a PSTricks based package for creating imagesbased on a L-system. A L-system (Lindenmayer system) is a setof rules which can be used to model the morphology of a varietyof organisms or fractals like the Kochflake or Hilbert curve. | Create images based on a L-system | 3 | 工具 + texlive-pst-magneticfield | texlive | pst-magneticfield is a PSTricks related package to draw themagnetic field lines of Helmholtz coils in a two or threedimensional view. There are several parameters to create adifferent output. For more informations or some examples readthe documentation of the package. | Plotting a magnetic field with PSTricks | 3 | 工具 + texlive-pst-magneticfield-doc | texlive | Documentation for pst-magneticfield | Documentation for pst-magneticfield | 3 | 服务 + texlive-pst-marble | texlive | This is a PSTricks package to draw marble-like patterns. | A PSTricks package to draw marble-like patterns | 3 | 工具 + texlive-pst-math | texlive | PostScript lacks a lot of basic operators such as tan, acos,asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base).Also (oddly) cos and sin use arguments in degrees. Pst-mathprovides all those operators in a header file pst-math.pro withwrappers pst-math.sty and pst-math.tex. In addition, sinc,gauss, gammaln and bessel are implemented (only partially forthe latter). The package is designed essentially to work withpst-plot but can be used in whatever PS code (such as pstricksSpecialCoor "!", which is useful for placing labels). Thepackage also provides a routine SIMPSON for numericalintegration and a solver of linear equation systems. | Enhancement of PostScript math operators to use with pstricks | 3 | 工具 + texlive-pst-math-doc | texlive | Documentation for pst-math | Documentation for pst-math | 3 | 库 + texlive-pst-mirror | texlive | The package provides commands and supporting PostScriptmaterial for drawing images as if reflected by a sphericalmirror. | Images on a spherical mirror | 3 | 工具 + texlive-pst-mirror-doc | texlive | Documentation for pst-mirror | Documentation for pst-mirror | 3 | 库 + texlive-pst-moire | texlive | This is a PSTricks package to draw moire patterns. | A PSTricks package to draw moire patterns | 3 | 工具 + texlive-pst-node | texlive | The package enables the user to connect information, and toplace labels, without knowing (in advance) the actual positionsof the items to be connected, or where the connecting lineshould go. The macros are useful for making graphs and trees,mathematical diagrams, linguistic syntax diagrams, and so on.The package contents were previously distributed as a part ofthe pstricks base distribution; the package serves as anextension to PSTricks. | Nodes and node connections in pstricks | 3 | 工具 + texlive-pst-node-doc | texlive | Documentation for pst-node | Documentation for pst-node | 3 | 库 + texlive-pst-ob3d | texlive | The package uses PSTricks to provide basic three-dimensionalobjects. As yet, only cubes (which can be deformed torectangular parallelipipeds) and dies (which are only a specialkind of cubes) are defined. | Three dimensional objects using PSTricks | 3 | 工具 + texlive-pst-ob3d-doc | texlive | Documentation for pst-ob3d | Documentation for pst-ob3d | 3 | 库 + texlive-pst-ode | texlive | The package defines \pstODEsolve for solving initial valueproblems for sets of Ordinary Differential Equations (ODE)using the Runge-Kutta-Fehlberg (RKF45) method with automaticstep size adjustment. The result is stored as a PostScriptobject and may be plotted later using macros from otherPSTricks packages, such as \listplot (pst-plot) and\listplotThreeD (pst-3dplot), or may be further processed byuser-defined PostScript procedures. Optionally, the computedstate vectors can be written as a table to a text file. | Solving initial value problems for sets of Ordinary Differential Equations | 3 | 工具 + texlive-pst-ode-doc | texlive | Documentation for pst-ode | Documentation for pst-ode | 3 | 库 + texlive-pstool | texlive | The package works in the same sort of way as pst-pdf, but italso processes the PostScript graphics with psfrag to addlabels within the graphic, before conversion. Thus the bundlereplaces two steps of an ordinary workflow. (Naturally, thepackage requires that \write 18 is enabled.) Pstool ensuresthat each version of each graphic is compiled once only (thegraphic is (re-)compiled only if it has changed since theprevious compilation of the document). This drastically speedsup the running of the package in the typical case (though thefirst run of any document is inevitably just as slow as withany similar package). | Support for psfrag within pdfLaTeX | 3 | 工具 + texlive-pstool-doc | texlive | Documentation for pstool | Documentation for pstool | 3 | 库 + texlive-pst-optexp | texlive | The package is a collection of optical components thatfacilitate easy sketching of optical experimental setups. Thepackage uses PSTricks for its output. A wide range of free-rayand fibre components is provided, the alignment, positioningand labelling of which can be achieved in very simple andflexible ways. The components may be connected with fibers orbeams, and realistic raytraced beam paths are also possible. | Drawing optical experimental setups | 3 | 工具 + texlive-pst-optexp-doc | texlive | Documentation for pst-optexp | Documentation for pst-optexp | 3 | 库 + texlive-pst-optic | texlive | A package for drawing both reflective and refractive opticsdiagrams. The package requires pstricks later than version1.10. | Drawing optics diagrams | 3 | 工具 + texlive-pst-optic-doc | texlive | Documentation for pst-optic | Documentation for pst-optic | 3 | 库 + texlive-pst-osci | texlive | pst-osci is a PSTricks package enables you to produceoscilloscope "screen shots". Three channels can be used torepresent the most common signals (damped or not): namelysinusoidal, rectangular, triangular, dog's tooth (left andright oriented). The third channel allows you to add, tosubtract or to multiply the two other signals. Lissajousdiagrams (XY-mode) can also be obtained. | Oscgons with PSTricks | 3 | 工具 + texlive-pst-osci-doc | texlive | Documentation for pst-osci | Documentation for pst-osci | 3 | 库 + texlive-pst-ovl | texlive | The package is useful when building an image from assortedmaterial, as in the slides of a projected presentation. Thepackage requires pstricks, and shares that package'srestrictions on usage when generating PDF output. | Create and manage graphical overlays | 3 | 工具 + texlive-pst-ovl-doc | texlive | Documentation for pst-ovl | Documentation for pst-ovl | 3 | 库 + texlive-pst-pad | texlive | The package collects a set of graphical elements based onPStricks that can be used to facilitate display of attachmentsystems such as two differently shaped surfaces with or withouta fluid wedged in between. These macros ease the display of wetadhesion models and common friction systems such as boundarylubrication, elastohydrodynamic lubrication and hydrodynamiclubrication. | Draw simple attachment systems with PSTricks | 3 | 工具 + texlive-pst-pad-doc | texlive | Documentation for pst-pad | Documentation for pst-pad | 3 | 库 + texlive-pst-pdf | texlive-base | The package pst-pdf simplifies the use of graphics fromPSTricks and other PostScript code in PDF documents. As inbuilding a bibliography with BibTEX, additional externalprogrammes are invoked. In this case they are used to create aPDF file (\PDFcontainer) that will contain all the graphicsmaterial. In the final document these contents will be insertedinstead of the original PostScript code. The package works withpstricks and requires a recent version of the preview package. | Make PDF versions of graphics by processing between runs | 3 | 工具 + texlive-pst-pdgr | texlive | The package provides a set of macros based on PSTricks to drawmedical pedigrees according to the recommendations forstandardized human pedigree nomenclature. The drawing commandsplace the symbols on a pspicture canvas. An interface formaking trees is also provided. The package may be used bothwith LaTeX and PlainTeX. A separate Perl program for generatingTeX files from spreadsheets is available. | Draw medical pedigrees using pstricks | 3 | 工具 + texlive-pst-pdgr-doc | texlive | Documentation for pst-pdgr | Documentation for pst-pdgr | 3 | 库 + texlive-pst-perspective | texlive | The package provides the means to draw an orthogonal parallelprojection with an arbitrarily chosen angle and a variableshortening factor. | Draw perspective views using pstricks | 3 | 工具 + texlive-pst-perspective-doc | texlive | Documentation for pst-perspective | Documentation for pst-perspective | 3 | 库 + texlive-pst-platon | texlive | The package adds to PSTricks the ability to draw 3-dimensionalviews of the five Platonic solids. | Platonic solids in PSTricks | 3 | 工具 + texlive-pst-platon-doc | texlive | Documentation for pst-platon | Documentation for pst-platon | 3 | 库 + texlive-pst-plot | texlive | The package provides plotting of data (typically from externalfiles), using PSTricks. Plots may be configured using a widevariety of parameters. | Plot data using PSTricks | 3 | 工具 + texlive-pst-plot-doc | texlive | Documentation for pst-plot | Documentation for pst-plot | 3 | 库 + texlive-pst-poker | texlive | This PSTricks related package can create poker cards in variousmanners. | Drawing poker cards | 3 | 工具 + texlive-pst-poly | texlive | This PSTricks package provides a really rather simple command\PstPolygon that will draw various regular and non-regularpolygons (according to command parameters); various shortcutsto commonly-used polygons are provided, as well as a command\pspolygonbox that frames text with a polygon. The package usesthe xkeyval package for argument decoding. | Polygons with PSTricks | 3 | 工具 + texlive-pst-poly-doc | texlive | Documentation for pst-poly | Documentation for pst-poly | 3 | 库 + texlive-pst-pulley | texlive | The package enables the user to draw pulley systems with up to6 pulleys. The pulley diagrams are labelled with the physicalproperties of the system. The package uses pstricks, andrequires a several pstricks-related packages. | Plot pulleys, using pstricks | 3 | 工具 + texlive-pst-pulley-doc | texlive | Documentation for pst-pulley | Documentation for pst-pulley | 3 | 库 + texlive-pst-qtree | texlive | The package provides a qtree-like front end for PSTricks. | Simple syntax for trees | 3 | 工具 + texlive-pst-qtree-doc | texlive | Documentation for pst-qtree | Documentation for pst-qtree | 3 | 库 + texlive-pstricks | texlive | PSTricks offers an extensive collection of macros forgenerating PostScript that is usable with most TeX macroformats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX.Included are macros for colour, graphics, pie charts, rotation,trees and overlays. It has many special features, including awide variety of graphics (picture drawing) macros, with aflexible interface and with colour support. There are macrosfor colouring or shading the cells of tables. The packagepstricks-add contains bug-fixes and additions for PSTricks(among other things). PSTricks ordinarily uses PostScript\special commands, which are not supported by pdf(La)TeX. Thislimitation may be overcome by using either the pst-pdf or thepdftricks package, to generate a PDF inclusion from a PSTricksdiagram. PSTricks macros can also generate PDF output when thedocument is processed XeTeX, without the need for othersupporting packages. | PostScript macros for TeX | 3 | 工具 + texlive-pstricks_calcnotes-doc | texlive | Documentation for pstricks_calcnotes | Documentation for pstricks_calcnotes | 3 | 工具 + texlive-pstricks-add | texlive | Collects together examples that have been posted to thepstricks mailing list, together with many additional featuresfor the basic pstricks, pst-plot and pst-node, including:bugfixes; new options for the pspicture environment; arrows;braces as node connection/linestyle; extended axes for plots(e.g., logarithm axes); polar plots; plotting tangent lines ofcurves or functions; solving and printing differentialequations; box plots; matrix plots; and pie charts. The packagemakes use of PostScript routines provided by pst-math. | A collection of add-ons and bugfixes for PSTricks | 3 | 工具 + texlive-pstricks-add-doc | texlive | Documentation for pstricks-add | Documentation for pstricks-add | 3 | 工具 + texlive-pstricks-doc | texlive | Documentation for pstricks | Documentation for pstricks | 3 | 工具 + texlive-pstring | texlive | This package lets you typeset justified sequences, also calledpointing strings. It's used for instance, in research papersabout Game Semantics to represent sequence of game moves withtheir associated justification pointers. Depending on wetherusing LaTeX or pdfLaTeX, the package uses PSTricks and pst-noderespectively pgf/TikZ. | typeset sequences with justification pointers | 3 | 工具 + texlive-pst-rputover | texlive | This is a PSTricks package which allows to place text overobjects without obscuring background colors. | Place text over objects without obscuring background colors | 3 | 工具 + texlive-pst-rubans | texlive | The package uses PStricks and pst-solides3d to draw threedimensional ribbons on a cylinder, torus, sphere, cone orparaboloid. The width of the ribbon, the number of turns, thecolour of the outer and the inner surface of the ribbon may beset. In the case of circular and conical helices, one may alsochoose the number of ribbons. | Draw three-dimensional ribbons | 3 | 工具 + texlive-pst-rubans-doc | texlive | Documentation for pst-rubans | Documentation for pst-rubans | 3 | 库 + texlive-pst-shell | texlive | pst-shell is a PSTricks related package to draw seashells in 3Dview: Argonauta, Epiteonium, Lyria, Turritella, Tonna,Achatina, Oxystele, Conus, Ammonite, Codakia, Escalaria,Helcion, Natalina, Planorbis, and Nautilus, all with differentparameters. pst-shell needs pst-solides3d and an up-to-datePSTricks, which should be part of your local TeX installation,otherwise get it from a CTAN server. | Plotting sea shells | 3 | 工具 + texlive-pst-sigsys | texlive | The package offers a collection of useful macros fordisciplines related to signal processing. It defines macros forplotting a sequence of numbers, drawing the pole-zero diagramof a system, shading the region of convergence, creating anadder or a multiplier node, placing a framed node at a givencoordinate, creating an up-sampler or a down-sampler node,drawing the block diagram of a system, drawing adaptivesystems, sequentially connecting a list of nodes, andconnecting a list of nodes using any node-connecting macro. | Support of signal processing-related disciplines | 3 | 工具 + texlive-pst-sigsys-doc | texlive | Documentation for pst-sigsys | Documentation for pst-sigsys | 3 | 库 + texlive-pst-slpe | texlive | This PStricks package covers all the colour gradientfunctionality of pst-grad (part of the base pstricksdistribution), and provides the following facilities: itpermits the user to specify an arbitrary number of colours,along with the points at which they are to be reached; itconverts between RGB and HSV behind the scenes; it providesconcentric and radial gradients; it provides a command \psBallthat generates bullets with a three-dimensional appearance; anduses the xkeyval package for the extended key handling. | Sophisticated colour gradients | 3 | 工具 + texlive-pst-slpe-doc | texlive | Documentation for pst-slpe | Documentation for pst-slpe | 3 | 库 + texlive-pst-solarsystem | texlive | The package uses pstricks to produce diagrams of the visibleplanets, projected on the plane of the ecliptic. It is notpossible to represent all the planets in their realproportions, so only Mercury, Venus, Earth and Mars have theirorbits in correct proportions and their relative sizes areobserved. Saturn and Jupiter are in the right direction, butnot in the correct size. | Plot the solar system for a specific date | 3 | 工具 + texlive-pst-solarsystem-doc | texlive | Documentation for pst-solarsystem | Documentation for pst-solarsystem | 3 | 服务 + texlive-pst-solides3d | texlive | The package is designed to draw solids in 3d perspective.Features include: create primitive solids; create solids byincluding a list of its vertices and faces; faces of solids andsurfaces can be colored by choosing from a very large paletteof colors; draw parametric surfaces in algebraic and reversepolish notation; create explicit and parameterized algebraicfunctions drawn in 2 or 3 dimensions; project text onto a planeor onto the faces of a solid; support for including externaldatabase files. | Draw perspective views of 3D solids | 3 | 工具 + texlive-pst-solides3d-doc | texlive | Documentation for pst-solides3d | Documentation for pst-solides3d | 3 | 库 + texlive-pst-soroban | texlive | The package uses PSTricks to draw a Japanese abacus, orsoroban. The soroban is still used in Japan today. | Draw a Soroban using PSTricks | 3 | 工具 + texlive-pst-soroban-doc | texlive | Documentation for pst-soroban | Documentation for pst-soroban | 3 | 服务 + texlive-pst-spectra | texlive | The package is a PSTricks extension, based on a NASA linesdatabase. It allows you to draw continuum, emission andabsorption spectra. A Total of 16 880 visible lines from 99elements can be displayed. The package requires the xkeyvalpackage for decoding its arguments. | Draw continuum, emission and absorption spectra with PSTricks | 3 | 工具 + texlive-pst-spectra-doc | texlive | Documentation for pst-spectra | Documentation for pst-spectra | 3 | 库 + texlive-pst-spinner | texlive | This package aims to propose a model of the fidget spinnergadget. It exists under different forms with 2, 3 poles andeven more. We chose the most popular model: the triple FidgetSpinner. You can run the PSTricks related documents withXeLaTeX. | Drawing a fidget spinner | 3 | 工具 + texlive-pst-stru | texlive | The package is a PSTricks-based, and provides facilities todraw structural schemes in civil engineering analysis, forbeams, portals, arches and piles. | Civil engineering diagrams, using pstricks | 3 | 工具 + texlive-pst-stru-doc | texlive | Documentation for pst-stru | Documentation for pst-stru | 3 | 库 + texlive-pst-support-doc | texlive | Documentation for pst-support | Documentation for pst-support | 3 | 库 + texlive-pst-text | texlive | Pst-text is a PSTricks based package for plotting text along adifferent path and manipulating characters. It includes thefunctionality of the old package pst-char. | Text and character manipulation in PSTricks | 3 | 工具 + texlive-pst-text-doc | texlive | Documentation for pst-text | Documentation for pst-text | 3 | 库 + texlive-pst-thick | texlive | The package supports drawing of very thick lines and curves inPSTricks, with various fillings for the body of the lines. | Drawing very thick lines and curves | 3 | 工具 + texlive-pst-thick-doc | texlive | Documentation for pst-thick | Documentation for pst-thick | 3 | 库 + texlive-pst-tools | texlive | The package provides helper functions for other PSTricksrelated packages. | PStricks support functions | 3 | 工具 + texlive-pst-tools-doc | texlive | Documentation for pst-tools | Documentation for pst-tools | 3 | 库 + texlive-pst-tree | texlive | pst-tree is a pstricks package that defines a macro \pstreewhich offers a structured way of joining nodes created usingpst-node in order to draw trees. | Trees, using pstricks | 3 | 工具 + texlive-pst-tree-doc | texlive | Documentation for pst-tree | Documentation for pst-tree | 3 | 库 + texlive-pst-turtle | texlive | This is a PSTricks related package for creating "Turtle"graphics. It supports the commands forward, back, left, right,penup, and pendown. | Commands for "turtle operations" | 3 | 工具 + texlive-pst-tvz | texlive | The package uses PSTricks to draw trees with more than one rootnode. It is similar to pst-tree, though it uses a differentplacement algorithm. | Draw trees with more than one root node, using PSTricks | 3 | 工具 + texlive-pst-tvz-doc | texlive | Documentation for pst-tvz | Documentation for pst-tvz | 3 | 库 + texlive-pst-uml | texlive | pst-uml is a PSTricks package that provides support for drawingmoderately complex UML (Universal Modelling Language) diagrams.(The PDF documentation is written in French.) | UML diagrams with PSTricks | 3 | 工具 + texlive-pst-uml-doc | texlive | Documentation for pst-uml | Documentation for pst-uml | 3 | 库 + texlive-pst-vectorian | texlive | The package uses PStricks to draw ornaments (a substantialrepertoire of ornaments is provided). | Printing ornaments | 3 | 工具 + texlive-pst-vectorian-doc | texlive | Documentation for pst-vectorian | Documentation for pst-vectorian | 3 | 库 + texlive-pst-vehicle | texlive | This package permits to represent vehicles rolling withoutslipping on mathematical curves. Different types of vehiclesare proposed, the shape of the curve is to be defined by itsequation "y=f(x)" in algebraic notation. | A PSTricks package for rolling vehicles on graphs of mathematical functions | 3 | 工具 + texlive-pst-venn | texlive | This is a PSTricks related package for drawing Venn diagramswith three circles. | A PSTricks package for drawing Venn sets | 3 | 工具 + texlive-pst-vowel | texlive | The package extends the vowel package (distributed as part ofthe tipa bundle) by allowing the user to draw arrows betweenvowels to show relationships such as diphthong membership. Thepackage depends on use of pstricks. | Enable arrows showing diphthongs on vowel charts | 3 | 工具 + texlive-pst-vowel-doc | texlive | Documentation for pst-vowel | Documentation for pst-vowel | 3 | 库 + texlive-psutils | texlive-base | Utilities for manipulating PostScript documents.Page selection and rearrangement are supported, including arrangement intosignatures for booklet printing, and page merging for n-up printing.This package contains a fork of the psutils binaries adjusted for TexLive.All of the standard binaries have been namespaced with a "tl-" prefix. | The TeXLive fork of the PS Utilities | 3 | 工具 + texlive-ptex | texlive-base | PTeX adds features related to vertical writing, and deals withother problems in typesetting Japanese. A set of additions to aTEXMF tree, for use with PTeX, may be found in package PTeX-texmf. PTeX is distributed as WEB change files. | A TeX system for publishing in Japanese | 3 | 工具 + texlive-ptex2pdf | texlive-base | The Lua script provides system-independent support of Japanesetypesetting engines in TeXworks. As TeXworks typesetting setupdoes not allow for multistep processing, this script runs oneof the ptex-based programs (ptex, uptex, eptex, platex,uplatex) followed by dvipdfmx. | Convert Japanese TeX documents to PDF | 3 | 工具 + texlive-ptex-base | texlive | The bundle contains plain TeX format for pTeX and e-pTeX. | Plain TeX format for pTeX and e-pTeX | 3 | 工具 + texlive-ptex-base-doc | texlive | Documentation for ptex-base | Documentation for ptex-base | 3 | 库 + texlive-ptex-fontmaps | texlive-base | This package provides font maps and setup tools for Japanese,Korean, Traditional Chinese, and Simplified Chinese. It is thesuccessor of the jfontmaps package. The files in this packagecontain font maps for dvipdfmx to make variousJapanese/Chinese/Korean fonts available for (u)ptex and relatedprograms and formats. | Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex | 3 | 工具 + texlive-ptex-fonts | texlive | The bundle contains fonts for use with pTeX and the documentsfor the makejvf program. This is a redistribution derived fromthe ptex-texmf distribution by ASCII MEDIA WORKS. | Fonts for use with pTeX | 3 | 工具 + texlive-ptex-fonts-doc | texlive | Documentation for ptex-fonts | Documentation for ptex-fonts | 3 | 库 + texlive-ptex-manual | texlive | This package contains the Japanese pTeX manual. Feedback iswelcome! | Japanese pTeX manual | 3 | 服务 + texlive-ptext | texlive | The package provides lipsum-like facilities for the Persianlanguage. The source of the filling text is the Persian epic"the Shanameh" (100 paragraphs are used.) The package needs tobe run under XeLaTeX. | A 'lipsum' for Persian | 3 | 工具 + texlive-ptext-doc | texlive | Documentation for ptext | Documentation for ptext | 3 | 库 + texlive-ptolemaicastronomy | texlive | David K. Lewis (Counterfactuals, Blackwell 1973) introduced asphere semantics for counterfactual conditionals. He jokinglyreferred to the diagrams depicting such sphere models asPtolemaic astronomy, hence the name of this package. The macrosprovided in this package aid in the construction of spheremodel diagrams in the style of Lewis. The macros all make useof TikZ. | Diagrams of sphere models for variably strict conditionals (Lewis counterfactuals) | 3 | 库 + texlive-ptptex | texlive | The distribution contains the class (which offers an optionfile for preprints), and a template. The class requires thecite, overcite and wrapfig packages. | Macros for 'Progress of Theoretical Physics' | 3 | 工具 + texlive-ptptex-doc | texlive | Documentation for ptptex | Documentation for ptptex | 3 | 库 + texlive-punk | texlive | A response to the assertion in a lecture that "typography tendsto lag behind other stylistic changes by about 10 years". Knuthfelt it was (in 1988) time to design a replacement for hisdesigns of the 1970s, and came up with this font! The fonts aredistributed as Metafont source. The package offers LaTeXsupport by Rohit Grover, from an original by Sebastian Rahtz,which is slightly odd in claiming that the fonts are T1-encoded. A (possibly) more rational support package is to befound in punk-latex | Donald Knuth's punk font | 3 | 工具 + texlive-punk-doc | texlive | Documentation for punk | Documentation for punk | 3 | 库 + texlive-punk-latex | texlive | The package and .fd file provide support for Knuth's punkfonts. That bundle also offers support within LaTeX; thepresent package is to be preferred. | LaTeX support for punk fonts | 3 | 工具 + texlive-punk-latex-doc | texlive | Documentation for punk-latex | Documentation for punk-latex | 3 | 工具 + texlive-punknova | texlive | The font was generated from a MetaPost version of the sourcesof the 'original' punk font. Knuth's original fonts generateddifferent shapes at random. This isn't actually possible in anOpenType font; rather, the font contains several variants ofeach glyph, and uses the OpenType randomize function to selecta variant for each invocation. | OpenType version of Knuth's Punk font | 3 | 工具 + texlive-punknova-doc | texlive | Documentation for punknova | Documentation for punknova | 3 | 库 + texlive-purifyeps | texlive-base | While pdfLaTeX has a number of nice features, its primaryshortcoming relative to standard LaTeX+dvips is that it isunable to read ordinary Encapsulated PostScript (EPS) files,the most common graphics format in the LaTeX world. Purifyepsconverts EPS files into a 'purified' form that can be read byboth LaTeX+dvips and pdfLaTeX. The trick is that the standardLaTeX2e graphics packages can parse MetaPost-produced EPSdirectly. Hence, purifyeps need only convert an arbitrary EPSfile into the same stylized format that MetaPost outputs. | Make EPS work with both LaTeX/dvips and pdfLaTeX | 3 | 工具 + texlive-puyotikz | texlive | This LaTeX package permits to quickly typeset board states ofPuyo Puyo games. It supports large and small boards witharbitrary shape, hidden rows, current and next puyos, labelsand move planning markers. The package requires Python3 insupport of scripts driven by PythonTeX. | Quickly typeset board states of Puyo Puyo games | 3 | 工具 + texlive-pwebmac | texlive | The original WEB system by Donald Knuth has the macroswebmac.tex that produce DVI output only; for historic reasons,it will never be modified (apart from catastrophic errors). HanThe Thanh has modified these macros in his pdfwebmac.tex forPDF output (only) with pdfTeX. Jonathan Kew's XeTeX has similarmacros xewebmac.tex by Khaled Hosny that modify webmac.tex forPDF output; these macros can only be used with a specific "TeXengine" each. The present pwebmac package integrates thesethree WEB macro files similar to cwebmac.tex in Silvio Levy'sand Don Knuth's CWEB system, so pwebmac.tex can be used with"plain TeX", pdfTeX, and XeTeX alike. Its initial applicationis the production of PDF files for all major WEB programs for"TeX and friends" as distributed in TeX Live. For this purpose,the shell script makeall was whipped together; it providesvarious commandline options and works around several "quirks"in the WEB sources. WEB programmers who want to use pwebmac.texinstead of the default webmac.tex in their programs have tochange the first line in the TeX file created by weave. Fromthere, all depends on the "TeX engine" you use. | Consolidated WEB macros for DVI and PDF output | 3 | 工具 + texlive-pxbase | texlive | The main purpose of this package is to provide auxiliaryfunctions which are utilized by other packages created by thesame author. It also provides a few user commands to assist increating Japanese documents using (u)pLaTeX. | Tools for use with (u)pLaTeX | 3 | 工具 + texlive-pxbase-doc | texlive | Documentation for pxbase | Documentation for pxbase | 3 | 库 + texlive-pxchfon | texlive | This package enables users to declare in their document whichphysical fonts should be used for the standard Japanese(logical) fonts of pLaTeX and upLaTeX. Font setup is realizedby changing the font mapping of dvipdfmx, and thus users canuse any (monospaced) physical fonts they like, once theyproperly install this package, without creating helper filesfor each new font. This package also supports setup for thefonts used in the japanese-otf package. System requirements:TeX format: LaTeX. TeX engine: pTeX or upTeX. DVIware:dvipdfmx. Prerequisite packages: atbegshi. | Japanese font setup for pLaTeX and upLaTeX | 3 | 工具 + texlive-pxchfon-doc | texlive | Documentation for pxchfon | Documentation for pxchfon | 3 | 库 + texlive-pxcjkcat | texlive | The package provides management of the CJK category code('kcatcode'> table of the upTeX extended TeX engine. Packageoptions are available for tailored use in the cases ofdocuments that are principally written in Japanese, orprincipally written in English or other Western languages. | LaTeX interface for the CJK category codes of upTeX | 3 | 工具 + texlive-pxcjkcat-doc | texlive | Documentation for pxcjkcat | Documentation for pxcjkcat | 3 | 库 + texlive-pxfonts | texlive | Pxfonts supplies virtual text roman fonts using Adobe Palatino(or URWPalladioL) with some modified and additional textsymbols in the OT1, T1, and TS1 encodings; maths alphabetsusing Palatino/Palladio; maths fonts providing all the symbolsof the Computer Modern and AMS fonts, including all the Greekcapital letters from CMR; and additional maths fonts of variousother symbols. The set is complemented by a sans-serif set oftext fonts, based on Helvetica/NimbusSanL, and a monospace setderived from the parallel TX font set. All the fonts are inType 1 format (AFM and PFB files), and are supported by TeXmetrics (VF and TFM files) and macros for use with LaTeX. | Palatino-like fonts in support of mathematics | 3 | 工具 + texlive-pxfonts-doc | texlive | Documentation for pxfonts | Documentation for pxfonts | 3 | 库 + texlive-pxgreeks | texlive | The package allows LaTeX maths users of the PX fonts to selectthe shapes (italic or upright) for the Greek lowercase anduppercase letters. Once the shapes for lowercase and uppercasehave been selected via a package option, the \other prefix(e.g., \otheralpha) allows using the alternate glyph (as in thefourier package). The pxgreeks package does not constrain thetext font that may be used in the document. | Shape selection for PX fonts Greek letters | 3 | 工具 + texlive-pxgreeks-doc | texlive | Documentation for pxgreeks | Documentation for pxgreeks | 3 | 库 + texlive-pxjahyper | texlive | This package adjusts the behavior of hyperref on (u)pLaTeX sothat authors can properly create PDF documents that containdocument information in Japanese. | Hyperref support for pLaTeX | 3 | 工具 + texlive-pxjahyper-doc | texlive | Documentation for pxjahyper | Documentation for pxjahyper | 3 | 库 + texlive-pxjodel | texlive | This package changes the setup of the japanese-otf package sothat the TFMs for direct input are all replaced by new oneswith prefixed names; for exmaple, nmlminr-h will be replaced byfoo--nmlminr-h, where foo is a prefix specified by the user.This function will assist users who want to use thejapanese-otf package together with tailored TFMs of Japanesefonts. The "jodel" part of the package name stands for"japanese-otf deluxe". Here "deluxe" is the name ofjapanese-otf's option for employing multi-weight Japanese fontfamilies. This option is probably the most likely reason forusing japanese-otf. So pxjodel is really about japanese-otf's"deluxe" option, hence the name. It is not related to yodelsinging, although some sense of word-play is intended. | Help change metrics of fonts from japanese-otf | 3 | 工具 + texlive-pxpgfmark | texlive | The distributed drivers do not support the PGF feature of"inter-picture connections" under e-pTeX and dvipdfmx. Thepackage uses existing features of dvipdfmx to fix this problem | e-pTeX driver for PGF inter-picture connections | 3 | 服务 + texlive-pxpgfmark-doc | texlive | Documentation for pxpgfmark | Documentation for pxpgfmark | 3 | 库 + texlive-pxpic | texlive | With pxpic you draw pictures pixel by pixel. It was inspired bya lovely post by Paulo Cereda, among other things (most notablya beautiful duck) showcasing the use of characters from theMario video games by Nintendo in LaTeX. | Draw pixel pictures | 3 | 工具 + texlive-pxrubrica | texlive | This package provides a function to add ruby annotations(furigana) that follow the style conventional in Japanesetypography as described in the W3C technical note "Requirementsfor Japanese Text Layout" ([JLREQ]) and the JIS specificationJIS X 4051. Starting with version 1.3, this package alsoprovides a function to add kenten (emphasis marks) to Japanesetext. | Ruby annotations according to JIS X 4051 | 3 | 库 + texlive-pxrubrica-doc | texlive | Documentation for pxrubrica | Documentation for pxrubrica | 3 | 库 + texlive-pxtatescale | texlive | Patch for graphics driver 'dvipdfmx' to support correct scalingin vertical direction of Japanese pTeX/upTeX. | Patch to graphics driver for scaling in vertical direction of pTeX | 3 | 服务 + texlive-pxtxalfa | texlive | The package provides virtual math alphabets based on pxfontsand txfonts, with LaTeX support files and adjusted metrics. Themathalpha package offers support for this collection. | Virtual maths alphabets based on pxfonts and txfonts | 3 | 工具 + texlive-pxtxalfa-doc | texlive | Documentation for pxtxalfa | Documentation for pxtxalfa | 3 | 库 + texlive-pxufont | texlive | The set of the Japanese logical fonts (JFMs) that are used asstandard fonts in pTeX and upTeX contains both Unicode JFMs andnon-Unicode JFMs. This bundle provides an alternative set ofnon-Unicode JFMs that are tied to the virtual fonts (VFs) thatrefer to the glyphs in the Unicode JFMs. Moreover it provides aLaTeX package that redefines the NFSS settings of the Japanesefonts of (u)pLaTeX so that the new set of non-Unicode JFMs willbe employed. As a whole, this bundle allows users to dispensewith the mapping setup on non-Unicode JFMs. Such a setup isuseful in particular when users want to use OpenType fonts(such as Source Han Serif) that have a glyph encoding differentfrom Adobe-Japan1, because mapping setups from non-Unicode JFMsto such physical fonts are difficult to prepare. | Emulate non-Unicode Japanese fonts using Unicode fonts | 3 | 工具 + texlive-pygmentex | texlive-base | PygmenTeX is a Python-based LaTeX package that can be used fortypesetting code listings in a LaTeX document using Pygments.Pygments is a generic syntax highlighter for general use in allkinds of software such as forum systems, wikis or otherapplications that need to prettify source code. | Use Pygments to format code listings in documents | 3 | 库 + texlive-pyluatex | texlive | PyLuaTeX allows you to execute Python code and to include theresulting output in your LaTeX documents in a singlecompilation run. LaTeX documents must be compiled with LuaLaTeXfor this to work. PyLuaTeX runs a Python InteractiveInterpreter(actually several if you use different sessions) in thebackground for on-the-fly code execution. Python code from yourLaTeX file is sent to the background interpreter through a TCPsocket. This approach allows your Python code to be executedand the output to be integrated in your LaTeX file in a singlecompilation run. No additional processing steps are needed. Nointermediate files have to be written. No placeholders have tobe inserted. | Execute Python code on the fly in your LaTeX documents | 3 | 工具 + texlive-python | texlive | The package enables you to embed Python code in LaTeX, andinsert the script's output in the document. | Embed Python code in LaTeX | 3 | 工具 + texlive-python-doc | texlive | Documentation for python | Documentation for python | 3 | 库 + texlive-pythonhighlight | texlive | Highlighting of Python code, based on the listings package. | Highlighting of Python code, based on the listings package | 3 | 库 + texlive-pythonimmediate | texlive | Just like PerlTeX or PyLuaTeX (and unlike PythonTeX orlt3luabridge), this only requires a single run, and variablesare persistent throughout the run. Unlike PerlTeX or PyLuaTeX,there is no restriction on compiler or script required to runthe code. There is also debugging functionalities TeX errorsresults in Python traceback, and Python error results in TeXtraceback. Errors in code executed with the pycode environmentgives the correct traceback point to the Python line of code inthe TeX file. For advanced users, this package allows the userto manipulate the TeX state directly from within Python, so youdon't need to write a single line of TeX code. | Library to run Python code | 3 | 库 + texlive-pythontex | texlive-base | The package allows you to enter Python code within a LaTeXdocument, execute the code, and access its output in theoriginal document. Python code is only executed when it hasbeen modified, or when it meets user-specified criteria. Codemay be divided into user-defined sessions, which automaticallyrun in parallel. Errors and warnings are synchronized with theLaTeX document, so that they refer to the document's linenumbers. External dependencies can be tracked, so that code isre-executed when the data it depends on is modified. PythonTeXalso provides syntax highlighting for code in LaTeX documentsvia the Pygments syntax highlighter. The package provides adepythontex utility, that creates a copy of the document inwhich all Python code has been replaced by its output. This isuseful for journal submissions, sharing documents, andconversion to other formats. | Run Python from within a document, typesetting the results | 3 | 工具 + texlive-qcircuit | texlive | The package supports those within the quantum informationcommunity who typeset quantum circuits, using xy-pic package,offering macros designed to help users generate circuits. | Macros to generate quantum ciruits | 3 | 工具 + texlive-qcircuit-doc | texlive | Documentation for qcircuit | Documentation for qcircuit | 3 | 库 + texlive-qcm | texlive | QCM is a package for making multiple choices questionnairesunder LaTeX2e ("QCM" is the French acronym for this style oftest). A special environment allows you to define questions andpossible answers. You can specify which answers are correct andwhich are not. QCM not only formats the questions for you, butalso generates a 'form' (a grid that your students will have tofill in), and a 'mask' (the same grid, only with correctanswers properly checked in). You can then print the mask on aslide and correct the questionnaires more easily bysuperimposing the mask on top of students' forms. QCM can alsotypeset exam corrections automatically, and comes with supportfor AUC-TeX. | A LaTeX2e class for making multiple choice questionnaires | 3 | 工具 + texlive-qcm-doc | texlive | Documentation for qcm | Documentation for qcm | 3 | 库 + texlive-qobitree | texlive | Provides commands \branch and \leaf for specifying the elementsof the tree; you build up your tree with those commands, andthen issue the \tree command to typeset the whole. | LaTeX macros for typesetting trees | 3 | 工具 + texlive-qobitree-doc | texlive | Documentation for qobitree | Documentation for qobitree | 3 | 库 + texlive-qpxqtx | texlive | qpxqtx package | qpxqtx package | 3 | 工具 + texlive-qpxqtx-doc | texlive | Documentation for qpxqtx | Documentation for qpxqtx | 3 | 库 + texlive-qrbill | texlive | This LaTeX package provides support for creating QR-bills forthe new Swiss payment standards. This open sourceimplementation is intended to offer a free option to supportthese regulations and can be adapted for international use.Packages loaded by qrbill are expl3, fontspec (except if one isusing a custom font setup), graphicx, scrbase, qrcode, iftex,l3keys2e, and numprint. | Create QR bills using LaTeX | 3 | 工具 + texlive-qrcode | texlive | The package generates QR (Quick Response) codes in LaTeX,without the need for PSTricks or any other graphical package. | Generate QR codes in LaTeX | 3 | 工具 + texlive-qrcode-doc | texlive | Documentation for qrcode | Documentation for qrcode | 3 | 库 + texlive-qsharp | texlive | The package provides syntax highlighting for the Q# language, adomain-specific language for quantum programming. | Syntax highlighting for the Q# language | 3 | 工具 + texlive-qstest | texlive | This is the public release of the qstest bundle (written forDocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundlecontains the packages 'makematch' for matching patterns totargets (with a generalization in the form of pattern lists andkeyword lists), and 'qstest' for performing unit tests,allowing the user to run a number of logged tests ensuring theconsistency of values, properties and call sequences duringexecution of test code. Both packages make extensive use of intheir package documentation, providing illustrated examplesthat are automatically verified to work as expected. Check theREADME file for details. | Bundle for unit tests and pattern matching | 3 | 工具 + texlive-qstest-doc | texlive | Documentation for qstest | Documentation for qstest | 3 | 库 + texlive-qsymbols | texlive | Provides macros for defining systematic mnemonic abbreviations,starting with ` for math symbols and \" for arrows, usingstandard symbols as well as those from the amsfonts bundle andthe stmaryrd package. | Maths symbol abbreviations | 3 | 工具 + texlive-qsymbols-doc | texlive | Documentation for qsymbols | Documentation for qsymbols | 3 | 库 + texlive-qtree | texlive | The package offers support for drawing tree diagrams, and isespecially suitable for linguistics use. It allows trees to bespecified in a simple bracket notation, automaticallycalculates branch sizes, and supports both DVI/PostScript andPDF output by use of pict2e facilities. The package is adevelopment of the existing qobitree package, offering a newfront end. | Draw tree structures | 3 | 工具 + texlive-qtree-doc | texlive | Documentation for qtree | Documentation for qtree | 3 | 库 + texlive-qualitype | texlive | These 45 fonts were created by QualiType. With the kindpermisison of John Colletti, these fonts have been released asfree and open-source. | The QualiType font collection | 3 | 工具 + texlive-quantikz | texlive | The purpose of this package is to extend TikZ with thefunctionality for drawing quantum circuit diagrams. | Draw quantum circuit diagrams | 3 | 工具 + texlive-quantumarticle | texlive | This package provides the preferred document class for papersto be submitted to "Quantum -- the open journal of quantumscience". It is based on the widely used article document classand designed to allow a seamless transition from documentstypeset with the article, revtex4-1, and elsarticle documentclasses. As a service to authors, the document class comes witha predefined bibilography style quantum.bst that is optimizedto be used with the quantumarticle document class.Additionally, the quantumview documentclass is provided, whichcan be used as a proxy to typeset the HTML-only editorialpieces in Quantum Views in a LaTeX editor. The quantumarticledocument class also offers an option to remove theQuantum-related branding. In that way, users appreciating theesthetics of this document class can use it for their notes aswell. | Document class for submissions to the Quantum journal | 3 | 工具 + texlive-quattrocento | texlive | The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Quattrocento and Quattrocento Sans families offonts, designed by Pablo Impallari; the fonts themselves arealso provided, in both Type 1 and OpenType format. Quattrocentois a classic typeface with wide and open letterforms, and greatx-height, which makes it very legible for body text at smallsizes. Tiny details that only show up at bigger sizes make italso great for display use. Quattrocento Sans is the perfectsans-serif companion for Quattrocento. | LaTeX support for Quattrocento and Quattrocento Sans fonts | 3 | 工具 + texlive-quattrocento-doc | texlive | Documentation for quattrocento | Documentation for quattrocento | 3 | 服务 + texlive-quicktype | texlive | Intended for the quick typesetting of basic documents usingLaTeX using shortcuts to existing commands and specificcommands for quick formatting and creation of tables and titlepages with a graphic image. | LaTeX package for quick typesetting | 3 | 工具 + texlive-quiz2socrative | texlive | This is a LaTeX package for preparing multiple choice,true/false, and short answer questions. Its main purpose is tooffer a tool to easily insert rather complicated mathematicalmaterial in socrative quizzes (see https://socrative.com). Thepackage requires the following other LaTeX packages: calc,etoolbox, graphicx, ifthen, listofitems, moresize, TikZ,pgfmath, xcolor, and xparse. | Prepare questions for socrative quizzes | 3 | 工具 + texlive-quotchap | texlive | A package for creating decorative chapter headings withquotations. Uses graphical and coloured output and by defaultneeds the "Adobe standard font set" (as supported by psnfss). | Decorative chapter headings | 3 | 工具 + texlive-quotchap-doc | texlive | Documentation for quotchap | Documentation for quotchap | 3 | 库 + texlive-quoting | texlive | As an alternative to the LaTeX standard environments quotationand quote, the package provides a consolidated environment fordisplayed text. First-line indentation may be activated byadding a blank line before the quoting environment. A key-valueinterface (using kvoptions) allows the user to configure fontproperties and spacing and to control orphans within and afterthe environment. | Consolidated environment for displayed text | 3 | 工具 + texlive-quoting-doc | texlive | Documentation for quoting | Documentation for quoting | 3 | 工具 + texlive-quotmark | texlive | The package provides a means of ensuring consistent quote marksthroughout your document. The style can be changed either viapackage option or command, and the package detects languageselections (from the babel or ngerman packages), and uses thepunctuation marks appropriate for the current language. Theauthor now considers the package obsolete, and recommends useof csquotes in its place. | Consistent quote marks | 3 | 工具 + texlive-quotmark-doc | texlive | Documentation for quotmark | Documentation for quotmark | 3 | 库 + texlive-quran | texlive | This package offers the user an easy way to typeset The HolyQuran. It has been inspired by the lipsum and ptext packagesand provides several macros for typesetting the whole or anypart of the Quran based on its popular division, includingsurah, ayah, juz, hizb, quarter, and page. Besides the Arabicoriginal, translations to English, German, French, and Persianare provided, as well as an English transliteration. | An easy way to typeset any part of The Holy Quran | 3 | 工具 + texlive-quran-bn | texlive | The package is prepared for typesetting some Bengalitranslations of the Holy Quran. It adds two Bengalitranslations to the quran package. | Bengali translations to the quran package | 3 | 工具 + texlive-quran-de | texlive | The package is prepared for typesetting some Germantranslations of the Holy Quran. It adds three more Germantranslations to the quran package. | German translations to the quran package | 3 | 工具 + texlive-quran-doc | texlive | Documentation for quran | Documentation for quran | 3 | 库 + texlive-quran-ur | texlive | The package is prepared for typesetting some Urdu translationsof the Holy Quran. It adds eight Urdu translations to the quranpackage. | Urdu translations to the quran package | 3 | 工具 + texlive-qyxf-book | texlive | qyxf-book is a LaTeX document class (template) developed byQian Yuan Xue Fu (QYXF), a student club of Xi'an JiaotongUniversity (XJTU). Up to now, this template has been applied toacademic counselling material ("course helpers") written bymembers of QYXF, including Solutions to University Physics:https://qyxf.site/latest/Da Wu Ti Jie (Shang ).pdf Notes onComputing Methods: https://qyxf.site/latest/Ji Suan Fang Fa XieYing -v1.1.pdf Guide to Computer Programming:https://qyxf.site/latest/Ji Suan Ji She Ji Cheng Xu Zhi Nan.pdf Features of the template: Minimalistic document style, aspreferred for "course helpers". Several color schemes areoffered, and it is easy to customize your own scheme. Simpleinterfaces for users to customize the style of preface, mainpart and so on. Currently the template is only designed forChinese typesetting. | Book Template for Qian Yuan Xue Fu | 3 | 库 + texlive-r_und_s | texlive | The r_und_s package decodes the german 'R- und S-Satze', whichare numerically coded security advice for chemical substancesinto plain text. This is, e.g., used to compose security sheetsor lab protocols and especially useful for students ofchemistry. There are four packages, giving texts in German,English, French and Dutch. | Chemical hazard codes | 3 | 工具 + texlive-r_und_s-doc | texlive | Documentation for r_und_s | Documentation for r_und_s | 3 | 库 + texlive-ragged2e | texlive | The package defines new commands \Centering, \RaggedLeft, and\RaggedRight and new environments Center, FlushLeft, andFlushRight, which set ragged text and are easily configurableto allow hyphenation (the corresponding commands in LaTeX, allof whose names are lower-case, prevent hyphenation altogether). | Alternative versions of "ragged"-type commands | 3 | 工具 + texlive-raleway | texlive | The package provides the Raleway family in an easy to use way.For XeLaTeX and LuaLaTeX users the original OpenType fonts areused. The entire font family is included. | Use Raleway with TeX(-alike) systems | 3 | 工具 + texlive-raleway-doc | texlive | Documentation for raleway | Documentation for raleway | 3 | 库 + texlive-ran_toks | texlive | The package provides means of randomising lists of tokens, orlists of chunks of tokens. Two mechanisms for defining chunksare provided: the macro \ranToks command accepts an argumentcontaining tokens to be randomised; and the \bRTVToks/\eRTVTokscommands delimit a collection of tokens for randomising; eachgroup inside a rtVw constitutes one of these (typically larger)token sets. | Randomise token strings | 3 | 工具 + texlive-ran_toks-doc | texlive | Documentation for ran_toks | Documentation for ran_toks | 3 | 库 + texlive-randbild | texlive | Provides environments randbild, to draw small marginal plots(using the package pstricks package pst-plot), andrandbildbasis (the same, only without the automatically drawncoordinate system). | Marginal pictures | 3 | 工具 + texlive-randbild-doc | texlive | Documentation for randbild | Documentation for randbild | 3 | 工具 + texlive-random | texlive | Generates pseudo-random integers in the range 1 to 2^{31}.Macros are to provide random integers in a given range, orrandom dimensions which can be used to provide random `real'numbers, are also available. | Generating "random" numbers in TeX | 3 | 工具 + texlive-randomlist | texlive | The main aim of this package is to work on lists, especiallywith random operations. The hidden aim is to build a personnalcollection of exercises with different data for each pupil. | Deal with database, loop, and random in order to build personalized exercises | 3 | 工具 + texlive-randomwalk | texlive | The randomwalk package provides a user command, \RandomWalk, todraw random walks with a given number of steps. Lengths andangles of the steps can be customized in various ways. Thepackage uses lcg for its 'random' numbers and PGF/TikZ for itsgraphical output. | Random walks using TikZ | 3 | 工具 + texlive-randomwalk-doc | texlive | Documentation for randomwalk | Documentation for randomwalk | 3 | 服务 + texlive-randtext | texlive | The package provides a single macro \randomize{TEXT} thattypesets the characters of TEXT in random order, such that theresulting output appears correct, but most automated attemptsto read the file will misunderstand it. This function allowsone to include an email address in a TeX document and publishit online without fear of email address harvesters or spammerseasily picking up the address. | Randomise the order of characters in strings | 3 | 工具 + texlive-randtext-doc | texlive | Documentation for randtext | Documentation for randtext | 3 | 工具 + texlive-rank-2-roots | texlive | This package concerns mathematical drawings arising inrepresentation theory. The purpose of this package is to easedrawing of rank 2 root systems, with Weyl chambers, weightlattices, and parabolic subgroups. Required packages are tikz,etoolbox, expl3, pgfkeys, pgfopts, xparse, and xstring. | Draw (mathematical) rank 2 root systems | 3 | 工具 + texlive-rbt-mathnotes | texlive | Styles for typesetting mathematics notes. Includes documentclasses for typesetting homework assignments and "formula cheatsheets" for exams. Several examples are included, along withrendered PDFs. | Rebecca Turner's personal macros and styles for typesetting mathematics notes | 3 | 工具 + texlive-rccol | texlive | The rccol package provides decimal-centered numbers:corresponding digits and decimal separators aligned.Furthermore, rounding to the desired precision is possible. Thepackage makes use of the fltpoint package (as well as the LaTeXrequired array package). | Decimal-centered optionally rounded numbers in tabular | 3 | 工具 + texlive-rccol-doc | texlive | Documentation for rccol | Documentation for rccol | 3 | 库 + texlive-rcs | texlive | The rcs package utilizes the inclusion of RCS supplied data inLaTeX documents. It's upward compatible to *all* rcs styles Iknow of. In particular, you can easily access values of everyRCS field in your document put the checkin date on thetitlepage put RCS fields in a footline You can typeset revisionlogs. Not in verbatim -- real LaTeX text! But you need aconfigurable RCS for that. Refer to the user manual for moredetailed information. You can also configure the rcs packageeasily to do special things for any keyword. This bundle comeswith a user manual, an internal interface description, fulldocumentation of the implementation, style information for AUC-TeX, and test cases. | Use RCS (revision control system) tags in LaTeX documents | 3 | 工具 + texlive-rcs-doc | texlive | Documentation for rcs | Documentation for rcs | 3 | 服务 + texlive-rcsinfo | texlive | A package to extract RCS (Revision Control System) informationand use it in a LaTeX document. For users of LaTeX2HTMLrcsinfo.perl is included. | Support for the revision control system | 3 | 工具 + texlive-rcsinfo-doc | texlive | Documentation for rcsinfo | Documentation for rcsinfo | 3 | 库 + texlive-rcs-multi | texlive | The package enables the user to typeset version controlinformation provided by RCS keywords (e.g., $ID: ... $) inLaTeX documents that contain multiple TeX files. The package isbased on the author's svn-multi package. | Typeset RCS version control in multiple-file documents | 3 | 工具 + texlive-rcs-multi-doc | texlive | Documentation for rcs-multi | Documentation for rcs-multi | 3 | 工具 + texlive-readablecv | texlive | This class provides, what I have found, to be an extremelyattractive and highly readable CV which will lead to your CVbeing read rather than disgarded. | A highly readable and good looking CV and letter class | 3 | 服务 + texlive-readarray | texlive | The package allows the user to input formatted data intoelements of a 2-D or 3-D array and to recall that data at willby individual cell number. The data can be but need not benumerical in nature. It can be, for example, formatted text.While the package can be used for any application where indexeddata is called for, the package proves particularly useful whenelements of multiple arrays must be recallable and dynamicallycombined at time of compilation, rather than in advance. | Read, store and recall array-formatted data | 3 | 工具 + texlive-readarray-doc | texlive | Documentation for readarray | Documentation for readarray | 3 | 库 + texlive-realboxes | texlive | The package uses the author's package collectbox to definevariants of common box related macros which read the content asreal box and not as macro argument. This enables the use ofverbatim or other special material as part of this content. Theprovided macros have the same names as the original versionsbut start with an upper-case letter instead. The "long-form"macros, like \Makebox, can also be used as environments, butnot the "short-form" macros, like \Mbox. However, normally thelong form uses the short form anyway when no optional argumentsare used. | Variants of common box-commands that read their content as real box and not as macro argument | 3 | 工具 + texlive-realboxes-doc | texlive | Documentation for realboxes | Documentation for realboxes | 3 | 库 + texlive-realhats | texlive | This LaTeX package makes \hat put real hats on symbols. Thepackage depends on amsmath, calc, graphicx, ifthen, lcg, andstackengine. | Put real hats on symbols instead of ^ | 3 | 工具 + texlive-realscripts | texlive | This small package replaces \textsuperscript and \textsubscriptcommands by equivalent commands that use OpenType font featuresto access appropriate glyphs if possible. The package alsopatches LaTeX's default footnote command to use this new\textsuperscript for footnote symbols. The package requiresfontspec running on either XeLaTeX or LuaLaTeX. The packageholds functions that were once parts of the xltxtra package,which now loads realscripts by default. | Access OpenType subscript and superscript glyphs | 3 | 工具 + texlive-realscripts-doc | texlive | Documentation for realscripts | Documentation for realscripts | 3 | 库 + texlive-realtranspose | texlive | With realtranspose you can notate the transposition of a matrixby rotating the symbols 90 degrees. This is a hommage to therealhats package. | The "real" way to transpose a Matrix | 3 | 库 + texlive-recipe | texlive | The layout design is relative straightforward (and traditional:see 'sample output' under 'documentation'); the classuses the Bookman and BrushScript-Italic fonts. | A LaTeX class to typeset recipes | 3 | 工具 + texlive-recipebook | texlive | This is a LaTeX2e class for typesetting recipes. It is designedfor typesetting one or two recipes per page, with dimensions of5.5" x 8.5". The hyperlinked table of contents (ToC) and pagenumbers make browsing recipes convenient, and the pages can bejoined together or printed two per sheet to normal letterpapereasily. The size was chosen to work in half-page 3-ring bindercover sheets. | Typeset 5.5" x 8" recipes for browsing or printing | 3 | 工具 + texlive-recipebook-doc | texlive | Documentation for recipebook | Documentation for recipebook | 3 | 库 + texlive-recipecard | texlive | The recipecard class typesets recipes into note card sizedboxes that can then be cut out and pasted on to note cards. Therecipe then looks elegant and fits in the box of recipes. | Typeset recipes in note-card-sized boxes | 3 | 工具 + texlive-recipecard-doc | texlive | Documentation for recipecard | Documentation for recipecard | 3 | 库 + texlive-recipe-doc | texlive | Documentation for recipe | Documentation for recipe | 3 | 库 + texlive-rec-thy | texlive | This package is designed to help mathematicians publishingpapers in the area of recursion theory (aka ComputabilityTheory) easily use standard notation. This includes easycommands to denote Turing reductions, Turing functionals, c.e.sets, stagewise computations, forcing and syntactic classes. | Commands to typeset recursion theory papers | 3 | 工具 + texlive-rec-thy-doc | texlive | Documentation for rec-thy | Documentation for rec-thy | 3 | 库 + texlive-rectopma | texlive | Saves the arguments of \author and \title for reference (after\maketitle) in a document. (\maketitle simply disposes of theinformation, in the standard classes and some others.) | Recycle top matter | 3 | 工具 + texlive-rectopma-doc | texlive | Documentation for rectopma | Documentation for rectopma | 3 | 库 + texlive-recycle | texlive | This single-character font is provided as Metafont source, andin Adobe Type 1 format. It is accompanied by a trivial LaTeXpackage to use the logo at various sizes. | A font providing the "recyclable" logo | 3 | 工具 + texlive-recycle-doc | texlive | Documentation for recycle | Documentation for recycle | 3 | 服务 + texlive-refcheck | texlive | The package checks references in a document, looking fornumbered but unlabelled equations, for labels which are notused in the text, for unused bibliography references. It canalso display label names in text near corresponding numbers ofequations and/or bibliography references. | Check references (in figures, table, equations, etc) | 3 | 工具 + texlive-refcheck-doc | texlive | Documentation for refcheck | Documentation for refcheck | 3 | 库 + texlive-refcount | texlive | Provides commands \setcounterref and \addtocounterref which usethe section (or whatever) number from the reference as thevalue to put into the counter, as in: ...\label{sec:foo} ...\setcounterref{foonum}{sec:foo} Commands \setcounterpageref and\addtocounterpageref do the corresponding thing with the pagereference of the label. No .ins file is distributed; processthe .dtx with plain TeX to create one. | Counter operations with label references | 3 | 工具 + texlive-refenums | texlive | The package provides commands to define enumerable items with anumber and a long name, which can be referenced referencedlater with the name or just the short form. For instance,"Milestone M1: Specification created" can be defined and lateron be referenced with 'M1' or 'M1 ("Specification created")'.The text in the references is derived from the definition andalso rendered as hyperlink to the definition. | Define reference labels items with names of their own | 3 | 工具 + texlive-refenums-doc | texlive | Documentation for refenums | Documentation for refenums | 3 | 库 + texlive-reflectgraphics | texlive | The package provides a macro for reflecting images, in a numberof different ways, in pursuit of "more striking" graphics in adocument. | Techniques for reflecting graphics | 3 | 工具 + texlive-reflectgraphics-doc | texlive | Documentation for reflectgraphics | Documentation for reflectgraphics | 3 | 服务 + texlive-refman | texlive | Document classes (report- and article-style) for writingtechnical reference manuals. It offers a wide left margin fornotes to the reader, like some of the manuals distributed byAdobe. | Format technical reference manuals | 3 | 工具 + texlive-refman-doc | texlive | Documentation for refman | Documentation for refman | 3 | 库 + texlive-refstyle | texlive | The package provides a consistent way of producing referencesthroughout a project. Enough flexibility is provided to makelocal changes to a single reference. The user can configuretheir own setup. The package offers a direct interface tovarioref (for use, for example, in large projects such as aseries of books, or a multivolume thesis written as a series ofdocuments), and name references from the nameref package may beincorporated with ease. For large projects such as a series ofbooks or a multi volume thesis, written as freestandingdocuments, a facility is provided to interface to the xrpackage for external document references. | Advanced formatting of cross references | 3 | 工具 + texlive-refstyle-doc | texlive | Documentation for refstyle | Documentation for refstyle | 3 | 库 + texlive-regcount | texlive | Adds a macro \rgcounts which displays the allocation status ofthe TeX registers. The display is written into the .log file asit is a bit verbose. An automatic call to \rgcounts is done at\begin{document} and \end{document}. | Display the allocation status of the TeX registers | 3 | 工具 + texlive-regcount-doc | texlive | Documentation for regcount | Documentation for regcount | 3 | 库 + texlive-regexpatch | texlive | The package generalises the macro patching commands provided byP. Lehmann's etoolbox. The difference between this package andits sibling xpatch is that this package sports a very powerful\regexpatchcmd based on the l3regex module of the LaTeX3experimental packages. | High level patching of commands | 3 | 工具 + texlive-regexpatch-doc | texlive | Documentation for regexpatch | Documentation for regexpatch | 3 | 库 + texlive-register | texlive | This package is designed for typesetting the programmableelements in digital hardware, i.e., registers. Such registerstypically have many fields and can be quite wide; they are thusa challenge to typeset in a consistent manner. Register issimilar in some aspects to the bytefield and bitpatternpackages. Anyone doing hardware documentation using LaTeXshould examine those packages. Register requires version2001/07/25 or newer of the float package. An example Perlmodule and script are provided, to convert the registerspecifications into structures suitable for, say, a pre-silicontest environment. | Typeset programmable elements in digital hardware (registers) | 3 | 库 + texlive-register-doc | texlive | Documentation for register | Documentation for register | 3 | 库 + texlive-regstats | texlive | The package will report number of used registers (counter,dimen, skip, muskip, box, token, input, output, math families,languages, insertions), and will compare the number to themaximum available number of such registers. | Information about register use | 3 | 工具 + texlive-regstats-doc | texlive | Documentation for regstats | Documentation for regstats | 3 | 库 + texlive-reledmac | texlive | A package for typesetting scholarly critical editions,replacing the established ledmac and eledmac packages. Ledmacitself was a LaTeX port of the plain TeX EDMAC macros. Thepackage supports indexing by page and by line numbers, andsimple tabular- and array-style environments. The package isdistributed with the related reledpar package. | Typeset scholarly editions | 3 | 工具 + texlive-reledmac-doc | texlive | Documentation for reledmac | Documentation for reledmac | 3 | 库 + texlive-relenc | texlive | LaTeX package providing a relaxed font encoding to makeavailable to a font designer more slots for insertion ofligatures and accented characters. | A "relaxed" font encoding | 3 | 工具 + texlive-relenc-doc | texlive | Documentation for relenc | Documentation for relenc | 3 | 库 + texlive-relsize | texlive | The basic command of the package is \relsize, whose argument isa number of \magsteps to change size; from this are definedcommands \larger, \smaller, \textlarger, etc. | Set the font size relative to the current font size | 3 | 工具 + texlive-relsize-doc | texlive | Documentation for relsize | Documentation for relsize | 3 | 库 + texlive-reotex | texlive | The package defines macros and other utilities to design ReoCircuits. The package requires PGF/TikZ support. | Draw Reo Channels and Circuits | 3 | 工具 + texlive-reotex-doc | texlive | Documentation for reotex | Documentation for reotex | 3 | 库 + texlive-repeatindex | texlive | This Package repeats item of an index if a page or column breakoccurs within a list of subitems. This helps to find out towhich main item a subitem belongs. | Repeat items in an index after a page or column break | 3 | 工具 + texlive-repeatindex-doc | texlive | Documentation for repeatindex | Documentation for repeatindex | 3 | 库 + texlive-repere | texlive | The package simplifies drawing figures in a coordinate system;the specific target is support of secondary school mathematics. | Diagrams for school mathematics | 3 | 工具 + texlive-repere-doc | texlive | Documentation for repere | Documentation for repere | 3 | 库 + texlive-repltext | texlive | The repltext package exposes to LaTeX a relatively obscure PDFfeature: replacement text. When replacement text is specifiedfor a piece of text, it is the replacement text, not thetypeset text that is copied and pasted. | Control how text gets copied from a PDF file | 3 | 工具 + texlive-repltext-doc | texlive | Documentation for repltext | Documentation for repltext | 3 | 库 + texlive-rerunfilecheck | texlive | The package provides additional rerun warnings if someauxiliary files have changed. It is based on MD5 checksum,provided by pdfTeX, LuaTeX, XeTeX. | Checksum based rerun checks on auxiliary files | 3 | 工具 + texlive-rescansync | texlive | Allow users to execute saved code to typeset text whilepreserving SyncTeX information. | Re-scan tokens with synctex information | 3 | 库 + texlive-resphilosophica | texlive | The bundle provides a class for typesetting articles for thejournal Res Philosophica. Development was commissioned by SaintLouis University. | Typeset articles for the journal Res Philosophica | 3 | 工具 + texlive-resphilosophica-doc | texlive | Documentation for resphilosophica | Documentation for resphilosophica | 3 | 库 + texlive-rest-api | texlive | This LaTeX package provides macros to describe rest apis fordocumentation purposes. The endpoints can hold the followinginformation: method description path parameter request body andcontent type response body, content type and status code | Describing a rest api | 3 | 库 + texlive-resumecls | texlive | A LaTeX document class to typeset a resume or CV both inEnglish and Chinese with more ease and flexibility. | Typeset a resumee in both Chinese and English | 3 | 工具 + texlive-resumecls-doc | texlive | Documentation for resumecls | Documentation for resumecls | 3 | 库 + texlive-resumemac | texlive | A set of macros is provided, together with an file that offersan example of use. | Plain TeX macros for resumes | 3 | 工具 + texlive-resumemac-doc | texlive | Documentation for resumemac | Documentation for resumemac | 3 | 库 + texlive-returntogrid | texlive | returntogrid offers a few commands to get something like ansimple, semi-automatic grid typesetting. It does more or lesswhat the existing gridset package does. The main differences togridset are that returntogrid works also with LuaLaTeX and thatit has also a command to do some horizontal movements to get to"tab" positions. | Semi-automatic grid typesetting | 3 | 工具 + texlive-reverxii-doc | texlive | Documentation for reverxii | Documentation for reverxii | 3 | 库 + texlive-revquantum | texlive | This package provides a number of useful hacks to solve commonannoyances with the revtex4-1 package, and to define notationin common use within quantum information. In doing so, itimports and configures a number of commonly-available and usedpackages, and where reasonable, provides fallbacks. It alsowarns when users try to load packages which are known to beincompatible with revtex4-1. | Hacks to make writing quantum papers for revtex4-1 less painful | 3 | 工具 + texlive-revtex | texlive | Includes styles for American Physical Society, AmericanInstitute of Physics, and Optical Society of America. Thedistribution consists of the RevTeX class itself, and severalsupport packages. | Styles for various Physics Journals | 3 | 工具 + texlive-revtex4 | texlive | This is an old version of revtex, and is kept as a courtesy tousers having difficulty with the incompatibility of that latestversion. | Styles for various Physics Journals (old version) | 3 | 工具 + texlive-revtex4-1 | texlive | This is an old version of revtex, and is kept as a courtesy tousers having difficulty with the incompatibility of that latestversion. | Styles for various Physics Journals | 3 | 工具 + texlive-revtex4-doc | texlive | Documentation for revtex4 | Documentation for revtex4 | 3 | 库 + texlive-revtex-doc | texlive | Documentation for revtex | Documentation for revtex | 3 | 工具 + texlive-rgltxdoc | texlive | This package combines several other packages and definesadditional macros and environments for documenting LaTeX code.The package mainly serves the purpose of combining thepreferences used in the author's own package documentations.However, others can use the package as well. Compatibilitybetween versions cannot be guaranteed, however. | Common code for documentation of the author's packages | 3 | 工具 + texlive-ribbonproofs | texlive | The package provides a way to draw "ribbon proofs" in LaTeX. Aribbon proof is a diagrammatic representation of a mathematicalproof that a computer program meets its specification. Thesediagrams are more human-readable, more scalable, and moreeasily modified than the corresponding textual proofs. | Drawing ribbon proofs | 3 | 工具 + texlive-ribbonproofs-doc | texlive | Documentation for ribbonproofs | Documentation for ribbonproofs | 3 | 库 + texlive-rjlparshap | texlive | The package provides macros and environments that relieve theprogrammer of some of the difficulties of using \parshape inLaTeX macros. It does not actually calculate shapes in the waythat the shapepar package does. | Support for use of \parshape in LaTeX | 3 | 工具 + texlive-rjlparshap-doc | texlive | Documentation for rjlparshap | Documentation for rjlparshap | 3 | 库 + texlive-rlepsf | texlive | A macro package for use with epsf.tex which allows PostScriptlabels in an Encapsulated PostScript file to be replaced by TeXlabels. The package provides commands \relabel (simply replacea PostScript string), \adjustrelabel (replace a PostScriptstring, with position adjustment), and \extralabel (add a labelat given coordinates). You can, if you so choose, use thefacilities of the labelfig package in place of using\extralabel. | Rewrite labels in EPS graphics | 3 | 工具 + texlive-rlepsf-doc | texlive | Documentation for rlepsf | Documentation for rlepsf | 3 | 库 + texlive-rmathbr | texlive | Repeating of math operators at the broken line and the new linein inline equations is used in Cyrillic mathematical typography(Russian for example), but unfortunately LaTeX does not providesuch an option. This package solves the problem by extendingideas described in M. I. Grinchuk "TeX and Russian Traditionsof Typesetting", TUGboat 17(4) (1996) 385 and supports most ofLaTeX mathematical packages. See the documentation for details. | Repeating of math operator at the broken line and the new line in inline equations | 3 | 工具 + texlive-rmathbr-doc | texlive | Documentation for rmathbr | Documentation for rmathbr | 3 | 库 + texlive-rmpage | texlive | The package lets you change page layout parameters in smallsteps over a range of values using options. It can set\textwidth appropriately for the main fount, and ensure thatthe text fits inside the printable area of a printer. Anrmpage-formatted document can be typeset identically withoutrmpage after a single cut and paste operation. Localconfiguration can set defaults: for all documents; and byclass, by printer, and by paper size. The geometry package isbetter if you want to set page layout parameters to particularmeasurements. | A package to help change page layout parameters in LaTeX | 3 | 工具 + texlive-rmpage-doc | texlive | Documentation for rmpage | Documentation for rmpage | 3 | 库 + texlive-robotarm | texlive | This LaTeX package uses TikZ to draw parameterized 2D robotarms, for example to be used in educational material. | TikZ powered LaTeX package to draw parameterized 2D robot arms | 3 | 工具 + texlive-roboto | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Roboto Sans, Roboto Condensed, Roboto Mono,Roboto Slab and Roboto Serif families of fonts, designed byChristian Robertson and Greg Gazdowicz for Google. | Support for the Roboto family of fonts | 3 | 工具 + texlive-roboto-doc | texlive | Documentation for roboto | Documentation for roboto | 3 | 库 + texlive-robustcommand | texlive | The package merely provides a variation of\DeclareRobustCommand, which checks for the existence of acommand before declaring it robust. | Declare robust command, with \newcommand checks | 3 | 工具 + texlive-robustcommand-doc | texlive | Documentation for robustcommand | Documentation for robustcommand | 3 | 库 + texlive-robustindex | texlive | Third parties often change the page numbers without rerunningmakeindex. One would like to make the page numbers in the indexentries more robust. This bundle provides robustindex.sty androbustglossary.sty, which use the \pageref mechanism tomaintain correct page numbers | Create index with pagerefs | 3 | 工具 + texlive-robustindex-doc | texlive | Documentation for robustindex | Documentation for robustindex | 3 | 库 + texlive-roex | texlive | roex package | roex package | 3 | 工具 + texlive-rojud | texlive | This package provides a Type 1 font with images of the 42counties of Romania, constructed using a general method whichis described in detail in the documentation. The package nameis an abbreviation of "judetele Romaniei" (= counties ofRomania). | A font with the images of the counties of Romania | 3 | 工具 + texlive-romanbar | texlive | 'Bars', in the present context, are lines above and below textthat abut with the text. Barred roman numerals are sometimesfound in publications. The package provides a function thatprints barred roman numerals (converting arabic numerals ifnecessary). The package also provides a predicate \ifnumeric. | Write roman number with "bars" | 3 | 工具 + texlive-romanbar-doc | texlive | Documentation for romanbar | Documentation for romanbar | 3 | 库 + texlive-romanbarpagenumber | texlive | The package romanbar allows to typeset roman numbers with bars.This package allows you to use those roman numbers as pagenumber. | Typesetting roman page numbers | 3 | 工具 + texlive-romanbarpagenumber-doc | texlive | Documentation for romanbarpagenumber | Documentation for romanbarpagenumber | 3 | 库 + texlive-romande | texlive | Romande ADF is a serif font family with oldstyle figures,designed as a substitute for Times, Tiffany or Caslon. Thefamily currently includes upright, italic and small-caps shapesin each of regular and demi-bold weights and an italic scriptin regular. The support package renames the fonts according tothe Karl Berry fontname scheme and defines four families. Twoof these primarily provide access to the "standard" or defaultcharacters while the "alternate" families support alternatecharacters, additional ligatures and the long s. The includedpackage files provide access to these features in LaTeX asexplained in the documentation. The LaTeX support requires thenfssext-cfr and the xkeyval packages. | Romande ADF fonts and LaTeX support | 3 | 工具 + texlive-romande-doc | texlive | Documentation for romande | Documentation for romande | 3 | 库 + texlive-romanneg | texlive | Causes the page numbers in the DVI file (as defined by \count0)to be negative when roman pagenumbering is in effect. | Roman page numbers negative | 3 | 工具 + texlive-romanneg-doc | texlive | Documentation for romanneg | Documentation for romanneg | 3 | 库 + texlive-romannum | texlive | The romannum package changes LaTeX generated numbers to beprinted with roman numerals instead of arabic digits. Itrequires the stdclsdv package. Users of the bookhands fonts mayfind this package useful. | Generate roman numerals instead of arabic digits | 3 | 工具 + texlive-romannum-doc | texlive | Documentation for romannum | Documentation for romannum | 3 | 库 + texlive-rosario | texlive | The package provides the files required to use the Rosariofonts with LaTeX. Rosario is a set of four fonts provided byHector Gatti, Adobe Typekit & Omnibus-Type Team under the OpenFont License (OFL), version 1.1. The fonts are copyright (c)2012-2015, Omnibus-Type. | Using the free Rosario fonts with LaTeX | 3 | 工具 + texlive-rosario-doc | texlive | Documentation for rosario | doc files of rosario | 3 | 库 + texlive-rotfloat | texlive | The float package provides commands to define new floats ofvarious styles (plain, boxed, ruled, and userdefined ones); therotating package provides new environments (sidewaysfigure andsidewaystable) which are rotated by 90 or 270 degrees. But whatabout new rotated floats, e.g. a rotated ruled one? Thispackage makes this possible; it builds a bridge between the twopackages and extends the commands from the float package todefine rotated versions of the new floats, too. | Rotate floats | 3 | 工具 + texlive-rotfloat-doc | texlive | Documentation for rotfloat | Documentation for rotfloat | 3 | 库 + texlive-rotpages | texlive | The rotpages package allows you to format documents where smallsets of pages are rotated by 180 degrees and rearranged, sothat they can be read by turning the printed copy upside-down.It was developed for collecting exercises and solutions: usingthe package, you can print the exercise text normally and thesolutions rotated. | Typeset sets of pages upside-down and backwards | 3 | 工具 + texlive-rotpages-doc | texlive | Documentation for rotpages | Documentation for rotpages | 3 | 服务 + texlive-roundbox | texlive | This package implements a command \roundbox that can be used,in LaTeX, for producing boxes, framed with rounded corners. | Round boxes in LaTeX | 3 | 工具 + texlive-roundbox-doc | texlive | Documentation for roundbox | Documentation for roundbox | 3 | 库 + texlive-roundrect | texlive | The roundrect macros for Metapost provide ways to producerounded rectangles, which may or may not contain a title bar ortext (the title bar may itself contain text). They areextremely configurable. | Metapost macros for highly configurable rounded rectangles (optionally with text) | 3 | 库 + texlive-roundrect-doc | texlive | Documentation for roundrect | Documentation for roundrect | 3 | 库 + texlive-rrgtrees | texlive | A set of LaTeX macros that makes it easy to produce linguistictree diagrams suitable for Role and Reference Grammar (RRG).This package allows the construction of trees with crossinglines, as is required by this theory for many languages. Thereis no known limit on number of tree nodes or levels. Requiresthe pst-node and pst-tree LaTeX packages. | Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX | 3 | 工具 + texlive-rrgtrees-doc | texlive | Documentation for rrgtrees | Documentation for rrgtrees | 3 | 库 + texlive-rsc | texlive | The rsc package provides a BibTeX style in accordance with therequirements of the Royal Society of Chemistry. It wasoriginally based on the file pccp.bst, but also implements anumber of styles from the achemso package. The package is now astub for the chemstyle package, which the author developed tounify the writing of articles with a chemistry content. | BibTeX style for use with RSC journals | 3 | 工具 + texlive-rsc-doc | texlive | Documentation for rsc | Documentation for rsc | 3 | 库 + texlive-rsfs | texlive | The fonts provide uppercase 'formal' script letters for use assymbols in scientific and mathematical typesetting (in contrastto the informal script fonts such as that used for the'calligraphic' symbols in the TeX maths symbol font). The fontsare provided as Metafont source, and as derived Adobe Type 1format. LaTeX support, for using these fonts in mathematics, isavailable via one of the packages calrsfs and mathrsfs. | Ralph Smith's Formal Script font | 3 | 工具 + texlive-rsfs-doc | texlive | Documentation for rsfs | Documentation for rsfs | 3 | 服务 + texlive-rsfso | texlive | The package provides virtual fonts and LaTeX support files formathematical calligraphic fonts based on the rsfs Adobe Type 1fonts (which must also be present for successful installation,with the slant substantially reduced. The output is quitesimilar to that from the Adobe Mathematical Pi script font. | A mathematical calligraphic font based on rsfs | 3 | 工具 + texlive-rsfso-doc | texlive | Documentation for rsfso | Documentation for rsfso | 3 | 服务 + texlive-rterface | texlive | The package mediates interaction between LaTeX and R; it allowsLaTeX to set R's parameters, and provides code to read Routput. | Access to R analysis from within a document | 3 | 工具 + texlive-rterface-doc | texlive | Documentation for rterface | Documentation for rterface | 3 | 库 + texlive-rtkinenc | texlive | The rtkinenc package is functionally similar to the standardLaTeX package inputenc: both set up active characters so thatan input character outside the range of 7-bit visible ASCII iscoverted into one or more corresponding LaTeX commands. Themain difference lies in that rtkinenc allows the user tospecify a fallback procedure to use when the text commandcorresponding to some input character isn't available. Names ofcommands in rtkinenc have been selected so that it can readinputenc encoding definition files, and the aim is thatrtkinenc should be backwards compatible with inputenc. rtkinencis not a new version of inputenc though, nor is it part ofstandard LaTeX. For an example of how rtkinenc is used, theuser may look at the tclldoc class. | Input encoding with fallback procedures | 3 | 工具 + texlive-rtkinenc-doc | texlive | Documentation for rtkinenc | Documentation for rtkinenc | 3 | 库 + texlive-rtklage | texlive | RATeX is a newly developed bundle of packages and classesprovided for German lawyers. Now in the early beginning it onlycontains rtklage, a class to make lawsuits. | A package for German lawyers | 3 | 工具 + texlive-rtklage-doc | texlive | Documentation for rtklage | Documentation for rtklage | 3 | 库 + texlive-rubik | texlive-base | The bundle provides two packages: rubikcube provides commandsfor typesetting Rubik cubes and their transformations; andrubikrotation which can process a sequence of Rubik rotationmoves, with the help of a Perl package executed via \write18(shell escape) commands. | Document Rubik cube configurations and rotation sequences | 3 | 库 + texlive-ruhyphen | texlive | A collection of Russian hyphenation patterns supporting anumber of Cyrillic font encodings, including T2, UCY (OmegaUnicode Cyrillic), LCY, LWN (OT2), and koi8-r. | Russian hyphenation | 3 | 工具 + texlive-ruler | texlive | The file processes to produce (real) rulers; the authorsuggests printing them on transparent plastic and trimming foruse as a "real" ruler. The rule widths are 0.05mm, which can bechallenging for (old) laser printers. | A typographic ruler for TeX | 3 | 工具 + texlive-rulerbox | texlive | This is a LaTeX package for drawing rulers around a box. Thismight be useful when showing the absolute size of something inelectronic documents, or designating the relative scale inprinted materials. | Draw rulers around a box | 3 | 工具 + texlive-rulercompass | texlive | The package defines some commands and styles to support drawingstraight-edge and compass diagrams with TikZ. | A TikZ library for straight-edge and compass diagrams | 3 | 工具 + texlive-rulercompass-doc | texlive | Documentation for rulercompass | Documentation for rulercompass | 3 | 库 + texlive-runcode | texlive | This LaTeX package executes programming source codes (includingall command line tools) from within LaTeX and embeds the outputin the resulting .pdf file. Many programming languages can beeasily used and any command-line executable can be invoked whenpreparing the .pdf file from a .tex file. It is howeverrecommended to use this package in server-mode together withthe Python talk2stat package. Currently, this server-modesupports Julia, MatLab, Python, and R. More languages will beadded. For more details and usage examples, refer to thepackage's github repository. | Execute foreign source code and embed the result in the pdf file | 3 | 工具 + texlive-russ | texlive | The package aims to facilitate Russian typesetting (based oninput using MicroSoft Code Page 1251). Russian hyphenation isselected, and various mathematical commands are set up inRussian style. Furthermore all Cyrillic letters' catcodes areset to "letter", so that commands with Cyrillic letters intheir names may be defined. | LaTeX in Russian, without babel | 3 | 工具 + texlive-russ-doc | texlive | Documentation for russ | doc files of russ | 3 | 库 + texlive-rutitlepage | texlive | This is an unofficial LaTeX package to generate titlepages forthe Radboud University, Nijmegen. It uses official vector logosfrom the university. This package requires the following otherLaTeX packages: geometry, graphicx, ifpdf, keyval, iflang, and,optionnaly, babel-dutch. | Radboud University Titlepage Package | 3 | 工具 + texlive-rviewport | texlive | Package graphicx provides a useful keyword viewport whichallows to show just a part of an image. However, one needs toput there the actual coordinates of the viewport window.Sometimes it is useful to have relative coordinates asfractions of natural size. For example, one may want to print alarge image on a spread, putting a half on a verso page, andanother half on the next recto page. For this one would need aviewport occupying exactly one half of the file's bounding box,whatever the actual width of the image may be. This packageadds a new keyword rviewport to the graphicx packagespecifiying Relative Viewport for graphics inclusion: a windowdefined by the given fractions of the natural width and heightof the image. | Relative Viewport for Graphics Inclusion | 3 | 工具 + texlive-rviewport-doc | texlive | Documentation for rviewport | Documentation for rviewport | 3 | 工具 + texlive-rvwrite | texlive | The package addresses, for LaTeX documents, the severelimitation on the number of output streams that TeX provides.The package uses a single TeX output stream, and writes "marked-up" output to this stream. The user may then post-process themarked-up output file, using LaTeX, and the document's outputappears as separate files, according to the calls made to thepackage. The output to be post-processed uses macros from thewidely-available ProTeX package. | Increase the number of available output streams in LaTeX | 3 | 工具 + texlive-rvwrite-doc | texlive | Documentation for rvwrite | Documentation for rvwrite | 3 | 库 + texlive-ryersonsgsthesis | texlive | This package provides a LaTeX class and template files forRyerson School of Graduate Studies (SGS) theses. | Ryerson School of Graduate Studies thesis template | 3 | 库 + texlive-ryethesis | texlive | The class offers support for formatting a thesis, dissertationor project according to Ryerson University's School of GraduateStudies thesis formatting regulations. | Class for Ryerson Unversity Graduate School requirements | 3 | 服务 + texlive-ryethesis-doc | texlive | Documentation for ryethesis | Documentation for ryethesis | 3 | 库 + texlive-sageep | texlive | The class provides formatting for papers for the annual meetingof the Environmental and Engineering Geophysical Society (EEGS)("Application of Geophysics to Engineering and EnvironmentalProblems", known as SAGEEP). | Format papers for the annual meeting of EEGS | 3 | 工具 + texlive-sageep-doc | texlive | Documentation for sageep | Documentation for sageep | 3 | 库 + texlive-sanitize-umlaut | texlive | This packages sanitizes umlauts to be used directly in indexentries for MakeIndex and friends with pdfLaTeX. This meansthat inside \index an umlaut can be used as "U or as U. In bothcases, the letter is written as "U into the raw index file forcorrect processing with MakeIndex and pdfLaTeX. | sanitize umlauts for MakeIndex and pdfLaTeX | 3 | 工具 + texlive-sanitize-umlaut-doc | texlive | Documentation for sanitize-umlaut | doc files of sanitize-umlaut | 3 | 库 + texlive-sankey | texlive | This package provides macros and an environment for creatingSankey diagrams, i.e. flow diagrams in which the width of thearrows is proportional to the flow rate. | Draw Sankey diagrams with TikZ | 3 | 工具 + texlive-sanskrit | texlive | A font and pre-processor suitable for the production ofdocuments written in Sanskrit. Type 1 versions of the fonts areavailable. | Sanskrit support | 3 | 工具 + texlive-sanskrit-doc | texlive | Documentation for sanskrit | Documentation for sanskrit | 3 | 库 + texlive-sanskrit-t1 | texlive | The sanskrit-t1 font package provides Type 1 version of CharlesWikner's skt font series for the Sanskrit language. | Type 1 version of 'skt' fonts for Sanskrit | 3 | 库 + texlive-sanskrit-t1-doc | texlive | Documentation for sanskrit-t1 | Documentation for sanskrit-t1 | 3 | 库 + texlive-sansmath | texlive | The package defines a new math version sans, and a command\sansmath that behaves somewhat like \boldmath | Maths in a sans font | 3 | 工具 + texlive-sansmathaccent | texlive | Sans serif maths (produced by the beamer class or the sfmathpackage) often has accents positioned incorrectly. This packagefixes the positioning of such accents when the default font(cmssi) is used for sans serif maths. It will have no effect ifused in a document that does not use the beamer class or thesfmath package. | Correct placement of accents in sans-serif maths | 3 | 工具 + texlive-sansmathaccent-doc | texlive | Documentation for sansmathaccent | Documentation for sansmathaccent | 3 | 库 + texlive-sansmath-doc | texlive | Documentation for sansmath | Documentation for sansmath | 3 | 库 + texlive-sansmathfonts | texlive | Sans serifsmall caps and math fonts for use with ComputerModern. | Correct placement of accents in sans-serif maths | 3 | 库 + texlive-sansmathfonts-doc | texlive | Documentation for sansmathfonts | Documentation for sansmathfonts | 3 | 库 + texlive-sapthesis | texlive | The class will typeset Ph.D., Master, and Bachelor theses thatadhere to the publishing guidelines of the Sapienza-Universityof Rome. | Typeset theses for Sapienza-University, Rome | 3 | 工具 + texlive-sapthesis-doc | texlive | Documentation for sapthesis | Documentation for sapthesis | 3 | 库 + texlive-sasnrdisplay | texlive | The SASnRdisplay package serves as a front-end to the listings,which permits statisticians and others to import source code,and the results of their calculations or simulations into LaTeXprojects. The package is also capable of overloading the Sweaveand SASweave packages. | Typeset SAS or R code or output | 3 | 工具 + texlive-sasnrdisplay-doc | texlive | Documentation for sasnrdisplay | Documentation for sasnrdisplay | 3 | 库 + texlive-sa-tikz | texlive | The package provides a library that offers an easy way to drawswitching architectures and to customize their aspect. | TikZ library to draw switching architectures | 3 | 库 + texlive-sa-tikz-doc | texlive | Documentation for sa-tikz | Documentation for sa-tikz | 3 | 库 + texlive-sauerj | texlive | The bundle consists of: a tool for collecting text for later re-use, a tool for typesetting the "meta-information" within atext, a tool for use in constructing macros with multipleoptional parameters, a package for multiple column paralleltexts, a tool for processing key-value structured lists, andmacros for typesetting a number as a German-language string. | A bundle of utilities by Jonathan Sauer | 3 | 工具 + texlive-sauerj-doc | texlive | Documentation for sauerj | Documentation for sauerj | 3 | 库 + texlive-sauter | texlive | Extensions, originally to the CM fonts, providing aparameterization scheme to build Metafont fonts at true designsizes, for a large range of sizes. The scheme has now beenextended to a range of other fonts, including the AMS fonts,bbm, bbold, rsfs and wasy fonts. | Wide range of design sizes for CM fonts | 3 | 工具 + texlive-sauterfonts | texlive | The package provides font definition files (plus a replacementfor the package exscale) to access many of the fonts inSauter's collection. These fonts are available in all pointsizes and look nicer for such "intermediate" document sizes as11pt. Also included is the package sbbm, an alternative toaccess the bbm fonts. | Use Sauter's fonts in LaTeX | 3 | 工具 + texlive-sauterfonts-doc | texlive | Documentation for sauterfonts | Documentation for sauterfonts | 3 | 库 + texlive-saveenv | texlive | This package provides tools to create your own verbatimenvironments, and works for all values of \endlinechar. | Save environment content verbatim | 3 | 工具 + texlive-savefnmark | texlive | Sometimes the same footnote applies to more than one locationin a table. With this package the mark of a footnote can besaved into a name, and re-used subsequently without creatinganother footnote at the bottom. | Save name of the footnote mark for reuse | 3 | 工具 + texlive-savefnmark-doc | texlive | Documentation for savefnmark | Documentation for savefnmark | 3 | 库 + texlive-savesym | texlive | There are a number of symbols (e.g., \Square) that are definedby several packages. In order to typeset all the variants in adocument, we have to give the glyph a unique name. To do that,we define \savesymbol{XXX}, which renames a symbol from \XXX to\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXXback to \XXX and defines a new command, \yyyXXX, whichcorresponds to the most recently loaded version of \XXX. | Redefine symbols where names conflict | 3 | 工具 + texlive-savetrees | texlive | The goal of the savetrees package is to pack as much text aspossible onto each page of a LaTeX document. Admittedly, thismakes the document far less attractive. Nevertheless, savetreesis a simple way to save paper when printing draft copies of adocument. It can also be useful when trying to meet a tightpage-length requirement for a conference or journal submission.Most of the package options cover specific modifications totypesetting rules, but there are also options subtle, moderateand extreme options for the "broad brush" approach. | Optimise the use of each page of a LaTeX document | 3 | 工具 + texlive-savetrees-doc | texlive | Documentation for savetrees | Documentation for savetrees | 3 | 服务 + texlive-scale | texlive | A package to scale a document by sqrt(2) (or by \magstep{2}).This is useful if you are preparing a document on, for example,A5 paper and want to print on A4 paper to achieve a betterresolution. | Scale document by sqrt(2) or magstep(2) | 3 | 工具 + texlive-scalebar | texlive | This is a small package to create scalebars for maps, diagramsor photos. It was designed for use with cave maps but can beused for anything from showing a scalebar in kilometres fortopographic maps to a scalebar in micrometres for an electronmicroscope image. | Create scalebars for maps, diagrams or photos | 3 | 工具 + texlive-scalebar-doc | texlive | Documentation for scalebar | Documentation for scalebar | 3 | 库 + texlive-scale-doc | texlive | Documentation for scale | Documentation for scale | 3 | 库 + texlive-scalerel | texlive | The package provides four commands for vertically scaling andstretching objects. Its primary function is the ability toscale/stretch and shift one object to conform to the size of aspecified second object. This feature can be useful in bothequations and schematic diagrams. Additionally, the scaling andstretching commands offer constraints on maximum width and/orminimum aspect ratio, which are often used to preservelegibility or for the sake of general appearance. | Constrained scaling and stretching of objects | 3 | 工具 + texlive-scalerel-doc | texlive | Documentation for scalerel | Documentation for scalerel | 3 | 服务 + texlive-scanpages | texlive | The bundle provides support for the process of creatingdocuments based on pre-TeX-era material that is available asscanned pages, only. | Support importing and embellishing scanned documents | 3 | 工具 + texlive-scanpages-doc | texlive | Documentation for scanpages | Documentation for scanpages | 3 | 服务 + texlive-schedule | texlive | Automatically format weekly schedules using LaTeX's pictureenvironment. It requires the packages calc and color. Its mainfeature is the accuracy with which appointments arerepresented: boxes drawn to represent a particular appointmentare accurate to the minute -- i.e., a 31-minute appointmentwill have a box 1/30th longer than a 30-minute appointment. Anumber of features are included to allow the user to customizethe output. | Weekly schedules | 3 | 工具 + texlive-schemabloc | texlive | The package provides a set of macros for constructing blockdiagrams, using TikZ. (The blox package is an "Englishtranslation" of this package.) | Draw block diagrams, using Tikz | 3 | 工具 + texlive-schemabloc-doc | texlive | Documentation for schemabloc | Documentation for schemabloc | 3 | 库 + texlive-schemata | texlive | The package facilitates the creation of topical schemata,outlines that use braces (or facsimiles thereof) to illustratethe breakdown of concepts and categories in Scholastic thoughtfrom late medieval and early modern periods. | Print topical diagrams | 3 | 工具 + texlive-schemata-doc | texlive | Documentation for schemata | Documentation for schemata | 3 | 库 + texlive-scheme-basic | texlive | This is the basic TeX Live scheme: it is a small set of filessufficient to typeset plain TeX or LaTeX documents inPostScript or PDF, using the Computer Modern fonts. Thisscheme corresponds to collection-basic and collection-latex. | basic scheme (plain and latex) | 3 | 工具 + texlive-scheme-context | texlive | This is the TeX Live scheme for installing ConTeXt. | ConTeXt scheme | 3 | 工具 + texlive-scheme-full | texlive | This is the full TeX Live scheme: it installs everythingavailable. | full scheme (everything) | 3 | 工具 + texlive-scheme-gust | texlive | This is the GUST TeX Live scheme: it is a set of filessufficient to typeset Polish plain TeX, LaTeX and ConTeXtdocuments in PostScript or PDF. | GUST TeX Live scheme | 3 | 工具 + texlive-scheme-medium | texlive | This is the medium TeX Live collection: it contains plain TeX,LaTeX, many recommended packages, and support for most Europeanlanguages. | medium scheme (small + more packages and languages) | 3 | 工具 + texlive-scheme-minimal | texlive | This is the minimal TeX Live scheme, with support for onlyplain TeX. (No LaTeX macros.) LuaTeX is included because Luascripts are used in TeX Live infrastructure. This schemecorresponds exactly to collection-basic. | minimal scheme (plain only) | 3 | 工具 + texlive-scheme-small | texlive | This is a small TeX Live scheme, corresponding to MacTeX'sBasicTeX variant. It adds XeTeX, MetaPost, varioushyphenations, and some recommended packages to scheme-basic. | small scheme (basic + xetex, metapost, a few languages) | 3 | 工具 + texlive-scheme-tetex | texlive | TeX Live scheme nearly equivalent to the teTeX distributionthat was maintained by Thomas Esser. | teTeX scheme (more than medium, but nowhere near full) | 3 | 工具 + texlive-schola-otf | texlive | This package can only be used with LuaLaTeX or XeLaTeX. It doesthe font setting for the OpenType font TeX Gyre Schola for textand math. The missing typefaces like bold math and slanted textare also defined | Using the OpenType fonts TeX Gyre schola | 3 | 工具 + texlive-scholax | texlive | This package contains an extension of TeXGyreSchola withextensive superiors, inferior figures, upright punctuationglyphs added to the Italic face for a theorem font, plusslanted and bold slanted faces. Math support is provided by oneof two options to newtxmath, one of which uses an adaptation ofthe fourier math Greek letters. | Extension of TeXGyreSchola (New Century Schoolbook) with math support | 3 | 工具 + texlive-schooldocs | texlive | The purpose of this package is to provide several layout stylesfor school documents. It is useful for exercise sheets, exams,course materials. The package sets the page geometry(dimensions of text and margins) and the title typesetting; thevarious styles define the header, footer and title formatting.Many features are freely configurable. | Various layout styles for school documents | 3 | 工具 + texlive-schule | texlive | The 'schule' bundle was built to provide packages and commandsthat could be useful for documents in German schools. At themoment its main focus lies on documents for informatics as aschool subject. An extension for physics is currently inprogress. Extensions for other subjects are welcome. For thetime being, the whole package splits up into individualpackages for informatics (including syntax diagrams,Nassi-Shneiderman diagrams, sequence diagrams, object diagrams,and class diagrams) as well as classes for written exams(tests, quizzes, teaching observations, information sheets,worksheets, and answer keys). | Support for teachers at German schools | 3 | 工具 + texlive-schule-doc | texlive | Documentation for schule | Documentation for schule | 3 | 库 + texlive-schulmathematik | texlive | The schulmathematik bundle provides two LaTeX packages and sixdocument classes for German-speaking teachers of mathematicsand physics. | Commands and document classes for German-speaking teachers of mathematics and physics | 3 | 工具 + texlive-schulschriften | texlive | Das Paket enthalt im wesentlichen die METAFONT-Quellfiles furdie folgenden Schulausgangsschriften: Suetterlinschrift,Deutsche Normalschrift, Lateinische Ausgangsschrift,Schulausgangsschrift, Vereinfachte Ausgangsschrift. Damit istes moglich, beliebige deutsche Texte in diesen Schreibschriftenzu schreiben. | German "school scripts" from Suetterlin to the present day | 3 | 工具 + texlive-schulschriften-doc | texlive | Documentation for schulschriften | Documentation for schulschriften | 3 | 工具 + texlive-schwalbe-chess | texlive | The package is based on chess-problem-diagrams, which in itsturn has a dependency on the bartel-chess-fonts | Typeset the German chess magazine "Die Schwalbe" | 3 | 工具 + texlive-schwalbe-chess-doc | texlive | Documentation for schwalbe-chess | Documentation for schwalbe-chess | 3 | 库 + texlive-scientific-thesis-cover | texlive | Institutions require a cover page and an affirmation at the endof a thesis. This package provides both. | Provides cover page and affirmation at the end of a thesis | 3 | 工具 + texlive-scikgtex | texlive | Scientific Knowledge Graph TeX (SciKgTeX) is a LuaLaTeX packagewhich makes it possible to annotate specific researchcontributions in scientific documents. SciKGTeX will enrich thedocument by adding the marked contributions to PDF metadata ina structured XMP format which can be picked up by searchengines and knowledge graphs. | Mark research contributions in scientific documents and embed them in PDF metadata | 3 | 工具 + texlive-sciposter | texlive | This collection of files contains LaTeX packages for posters ofISO A3 size and larger (ISO A0 is the default size). Americanpaper sizes and custom paper are supported. In particular,sciposter.cls defines a document class which allows cutting andpasting most of an article to a poster without any editing(save reducing the size) -- see the manual. Sciposter does workfor LaTeX, not just pdfLaTeX. However, xdvi produces strangeresults, though a recent version of dvips does create good ps-files from the dvi files. Also note that logos must either beput in the current working directory or in the directories ofyour LaTeX distribution. For some reason graphicspath settingsare ignored. | Make posters of ISO A3 size and larger | 3 | 工具 + texlive-sciposter-doc | texlive | Documentation for sciposter | Documentation for sciposter | 3 | 库 + texlive-sclang-prettifier | texlive | Built on top of the listings package, the package allowseffortless prettyprinting of SuperCollider source code indocuments typeset with LaTeX & friends. | Prettyprinting SuperCollider source code | 3 | 工具 + texlive-sclang-prettifier-doc | texlive | Documentation for sclang-prettifier | Documentation for sclang-prettifier | 3 | 库 + texlive-scontents | texlive | This package stores valid LaTeX code in sequences using thel3seq module of expl3. The stored content (including verbatim)can be used as many times as desired in the document,additionally can be written to external files if desired. | Store and reuse code sequences | 3 | 工具 + texlive-scrambledenvs | texlive | This package allows you to create and print scrambledenvironments for purposes such as randomized hint environments.You can mark a location with a series of hints, and then printthe hints at the end in a pseudo-random order. The generalstructure follows: there is an outer environment which createsthe label, an inner environment that creates the references,and a print command that prints out all of the hints. Thisgeneralizes beyond hints; one can create scrambled solutions aswell, etc. | Create and print scrambled environments | 3 | 工具 + texlive-scratch | texlive | This package permits to draw program charts in the style of thescatch project (scratch.mit.edu). It depends on the other LaTeXpackages TikZ and simplekv. | Draw programs like "scratch" | 3 | 工具 + texlive-scratch3 | texlive | This package permits to draw program charts in the style of thescatch project (scratch.mit.edu). It depends on the other LaTeXpackages TikZ and simplekv. | Draw programs like "scratch" | 3 | 工具 + texlive-scratchx | texlive | This package can be used to include every kind of Scratchprogram in LaTeX documents. This may be particularly useful forMath Teachers and IT specialists. The package depends on thefollowing other LaTeX packages: calc, fp, ifsym, multido, tikz,xargs, and xstring. | Include Scratch programs in LaTeX documents | 3 | 工具 + texlive-screenplay | texlive | The class implements the format recommended by the Academy ofMotion Picture Arts and Sciences. | A class file to typeset screenplays | 3 | 工具 + texlive-screenplay-doc | texlive | Documentation for screenplay | Documentation for screenplay | 3 | 工具 + texlive-screenplay-pkg | texlive | This package implements the tools of the screenplay documentclass in the form of a package so that screenplay fragments canbe included within another document class. For fulldocumentation of the available commands, please consult thescreenplay class documentation in addition to the includedpackage documentation. | Package version of the screenplay document class | 3 | 工具 + texlive-screenplay-pkg-doc | texlive | Documentation for screenplay-pkg | Documentation for screenplay-pkg | 3 | 工具 + texlive-scripture | texlive | The scripture package provides a set of macros for typesettingquotations from the Bible. It provides many features commonlyseen in Bibles such as dropped text for chapter numbers,superscripts for verse numbers, indented lines for poetrysections, narrow sections and hanging paragraphs. A referencefor the quotation can optionally be added. | A LaTeX style for typesetting Bible quotations | 3 | 工具 + texlive-scrjrnl | texlive | A class, based on scrbook, designed for typesetting diaries,journals or devotionals. | Typeset diaries or journals | 3 | 工具 + texlive-scrjrnl-doc | texlive | Documentation for scrjrnl | Documentation for scrjrnl | 3 | 库 + texlive-scrlayer-fancyhdr | texlive | This LaTeX package uses KOMA-Script's scrlayer to redefine thepage styles of package fancyhdr. This allows the combination offeatures of fancyhdr with features of scrlayer. BeforeKOMA-Script v3.33 scrlayer-fancyhdr was part of KOMA-Scriptitself. | Combining package fancyhdr with KOMA-Script's scrlayer | 3 | 工具 + texlive-scrlttr2copy | texlive | The file copy.lco provides the new class option "copy" for theKOMA-Script letter class scrlttr2. If the option "copy" isgiven, all pages of a specific letter are duplicated withbackground text marking as copies. | A letter class option file for the automatic creation of copies | 3 | 工具 + texlive-scrlttr2copy-doc | texlive | Documentation for scrlttr2copy | doc files of scrlttr2copy | 3 | 库 + texlive-scsnowman | texlive | This LaTeX package provides a command \scsnowman which candisplay many variants of "snowman" ("yukidaruma" in Japanese).TikZ is required for drawing these snowmen. | Snowman variants using TikZ | 3 | 工具 + texlive-sdaps | texlive | This bundle contains LaTeX classes and packages to createmachine readable questionnaires. Metadata is generated for thewhole document and it is possible to process created formsfully automatically using the SDAPS main program. Featuresinclude: PDF Form generation Advanced array like layouting Canflow over multiple pages and repeats the header automaticallyOptional document wide alignment of array environments Hascomplex layout features like rotating the headers to safe spaceAbility to exchange rows and columns on the fly Differentquestion types: Freeform text Single/multiple choice questionsRange questions Layouting questions in rows or columnsPossibility to pre-fill questionnaires from LaTeX Documentationcan be found online at https://sdaps.org/class-doc. | LaTeX support files for SDAPS | 3 | 工具 + texlive-sdrt | texlive | The package provides macros to produce the 'Box notation' ofSDRT (and DRT), to draw trees representing discourse relations,and finally to have an easy access to various mathematicalsymbols used in that theory, mostly with automatic mathematicsmode, so they work the same in formulae and in text. | Macros for Segmented Discourse Representation Theory | 3 | 工具 + texlive-sdrt-doc | texlive | Documentation for sdrt | Documentation for sdrt | 3 | 库 + texlive-sduthesis | texlive | Thesis Template of Shandong University. | Thesis Template of Shandong University | 3 | 库 + texlive-sduthesis-doc | texlive | Documentation for sduthesis | Documentation for sduthesis | 3 | 库 + texlive-se2thesis | texlive | The se2thesis bundle provides a document class for writing atheses with the Chair of Software Engineering II at theUniversity of Passau, Germany. The class is based on MarkusKohm's KOMA-Script classes and provides several additions andcustomizations to these classes. While the class provides somebasic settings, mostly regrading the type area, fonts, and thetitle page, it still provides large degrees of freedom to itsusers. However, the package's documentation also providesrecommendations regarding several aspects, for example,recommending BibLaTeX for bibliographies. | A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany | 3 | 工具 + texlive-secdot | texlive | Makes the numbers of \section commands come out with a trailingdot. Includes a command whereby the same can be made to happenwith other sectioning commands. | Section numbers with trailing dots | 3 | 工具 + texlive-secdot-doc | texlive | Documentation for secdot | Documentation for secdot | 3 | 服务 + texlive-secnum | texlive | This package provides a macro \setsecnum to format sectionnumbering intuitively. \setsecnum{1.1.1} will set the sectionnumbering format to arabic.arabic.arabic and the depth to 3.The package uses LaTeX3. | A macro to format section numbering intuitively | 3 | 工具 + texlive-section | texlive | The package implements a pretty extensive scheme to make moremanageable the business of configuring LaTeX output. | Modifying section commands in LaTeX | 3 | 工具 + texlive-sectionbox | texlive | Sectionbox is a LaTeX package for putting fancy colored boxesaround sections, subsections, and subsubsections, especiallyfor use in posters, etc. It was designed with the sciposterclass in mind, and certainly works with that class and withderived classes. | Create fancy boxed ((sub)sub)sections | 3 | 工具 + texlive-sectionbox-doc | texlive | Documentation for sectionbox | Documentation for sectionbox | 3 | 库 + texlive-sectionbreak | texlive | This package provides LaTeX support for section breaks, usedmainly in fiction books to signal changes in a story, likechanges in time, location, etc. It supports the asterismsymbol, text content, or custom macros as the section breakmark symbol. | LaTeX support for section breaks | 3 | 工具 + texlive-section-doc | texlive | Documentation for section | Documentation for section | 3 | 库 + texlive-sectsty | texlive | A LaTeX2e package to help change the style of any or all ofLaTeX's sectional headers in the article, book, or reportclasses. Examples include the addition of rules above or belowa section title. | Control sectional headers | 3 | 工具 + texlive-sectsty-doc | texlive | Documentation for sectsty | Documentation for sectsty | 3 | 库 + texlive-seealso | texlive | The package amends the \see and \seealso macros that are usedin building indexes with makeindex, to deal with repetitions,and to ensure page numbers are present in the actual indexentries. on these indirecty | Improve the performance of \see macros with makeindex | 3 | 工具 + texlive-seealso-doc | texlive | Documentation for seealso | Documentation for seealso | 3 | 库 + texlive-seetexk | texlive-base | The collection comprises: dvibook, which will rearrange thepages of a DVI file into 'signatures' as used when printing abook; dviconcat, for concatenating pages of DVI file(s);dviselect, which will select pages from one DVI file to createa new DVI file; dvitodvi, which will rearrange the pages of aDVI file to create a new file; and libtex, a library formanipulating the files, from the old SeeTeX project. Theutilities are provided as C source with Imakefiles, and an MS-DOS version of dvibook is also provided. | Utilities for manipulating DVI files | 3 | 工具 + texlive-selectp | texlive | Defines a command \outputonly, whose argument is a list ofpages to be output. With the command present (before\begin{document}), only those pages are output. This packagewas inspired by code published by Knuth in TUGboat 8(2) (July1987). | Select pages to be output | 3 | 工具 + texlive-selectp-doc | texlive | Documentation for selectp | Documentation for selectp | 3 | 库 + texlive-selinput | texlive | This package selects the input encoding by specifying pairs ofinput characters and their glyph names. | Semi-automatic detection of input encoding | 3 | 工具 + texlive-selnolig | texlive | The package suppresses typographic ligatures selectively, i.e.,based on predefined search patterns. The search patterns focuson ligatures deemed inappropriate because they span morphemeboundaries. For example, the word shelfful, which is mentionedin the TeXbook as a word for which the ff ligature might beinappropriate, is automatically typeset as shelf\/ful ratherthan as shel{ff}ul. For English and German language documents,the package provides extensive rules for the selectivesuppression of so-called "common" ligatures. These comprise theff, fi, fl, ffi, and ffl ligatures as well as the ft and fftligatures. Other f-ligatures, such as fb, fh, fj and fk, aresuppressed globally, while exceptions are made for names andwords of non-English/German origin, such as Kafka and fjord.For English language documents, the package further providesligature suppression macros for a number of so-called"discretionary" or "rare" ligatures such as ct, st, and sp. Thepackage requires use of a recent LuaLaTeX format (for examplethose from TeX Live 2012 or 2013, or MiKTeX 2.9). | Selectively disable typographic ligatures | 3 | 工具 + texlive-selnolig-doc | texlive | Documentation for selnolig | Documentation for selnolig | 3 | 库 + texlive-semantex | texlive | The SemanTeX package for LaTeX delivers a more semantic,systematized way of writing mathematics, compared to theclassical math syntax in LaTeX. The system uses keyval syntax,and the user can define their own keys and customize the systemdown to the last detail. At the same time, care has been takento make the syntax as simple, natural, practical, andlightweight as possible. Furthermore, the package has acompanion package, called stripsemantex, which allows you tocompletely strip your documents of SemanTeX markup to preparethem e.g. for publication. The package is still in beta, but isconsidered feature-complete and more or less stable, so usingit at this point should be safe. Still, suggestions, ideas, andbug reports are more than welcome! | Semantic, keyval-based mathematics | 3 | 工具 + texlive-semantic | texlive | Eases the typesetting of notation of semantics and compilers.Includes T-diagrams, various derivation symbols and inferencetrees. | Help for writing programming language semantics | 3 | 工具 + texlive-semantic-doc | texlive | Documentation for semantic | Documentation for semantic | 3 | 库 + texlive-semantic-markup | texlive | The package provides simple commands to allow authors(especially scholars in the humanities) to write with a focuson content rather than presentation. The commands are inspiredby the XML elements of the Text Encoding Initiative. Commandslike \term and \foreign are aliases for \emph. \quoted and\soCalled are aliases for quoting commands. These commandscould be easily redefined for different formats. The packagealso provides a footnote environment so that long footnotes canbe more cleanly separated from the main text. Because theauthor is a music scholar, the package also includes somemacros for musical symbols and other basic notations formusical analysis. | Meaningful semantic markup in the spirit of the Text Encoding Initiative | 3 | 工具 + texlive-semaphor | texlive | These fonts represent semaphore in a highly schematic, but veryclear, fashion. The fonts are provided as Metafont source, andin both OpenType and Adobe Type 1 formats. | Semaphore alphabet font | 3 | 工具 + texlive-semaphor-doc | texlive | Documentation for semaphor | Documentation for semaphor | 3 | 库 + texlive-semesterplanner | texlive | This package defines several useful environments for abeautiful printable semester plan. It includes a timetable(which is using the schedule-Package) as well as appointments,deadlines, and exams. The package requires color, TikZ,schedule, and fontawesome. Furthermore, documents need to becompiled with LuaLaTeX. | Create beautiful semester timetables and more | 3 | 工具 + texlive-seminar | texlive | A class that produces overhead slides (transparencies), withmany facilities. The class requires availability of thefancybox package. Seminar is also the basis of other classes,such as prosper. In fact, seminar is not nowadays reckoned agood basis for a presentation -- users are advised to use morerecent classes such as powerdot or beamer, both of which aretuned to 21st-century presentation styles. Note that theseminar distribution relies on the xcomment package, which wasonce part of the bundle, but now has a separate existence. | Make overhead slides | 3 | 工具 + texlive-seminar-doc | texlive | Documentation for seminar | Documentation for seminar | 3 | 工具 + texlive-semioneside | texlive | This package supports the preparation of semi one sideddocuments. That is, two sided documents, where all text isoutput on right-hand pages--as in a one-sided documents--andonly special contents are output on left-hand pages on userrequest, e.g., floating objects. | Put only special contents on left-hand pages in two sided layout | 3 | 工具 + texlive-semioneside-doc | texlive | Documentation for semioneside | Documentation for semioneside | 3 | 库 + texlive-semproc | texlive | The package provides functionality for typesetting seminarproceedings based on KOMA-Script's scrreprt class and etoc. Itoffers an alternative to \chapter that typesets the speaker andif necessary the typist of the notes for the talk in question.Moreover, the class provides two types of table of contents. Aglobal table of contents showing only the talks of the seminarand the respective speakers and a local table of contents foreach talk showing the sections and subsections of therespective talk. | Seminar proceedings | 3 | 工具 + texlive-semproc-doc | texlive | Documentation for semproc | Documentation for semproc | 3 | 库 + texlive-semtex | texlive | This package is a small LaTeX package that adds a collection ofsimple macros for parentheses and bullets. It exists for onepurpose only: To be loaded by documents which were originallytypeset using the package SemanTeX, but which have beenstripped of SemanTeX markup using the package stripsemantexwhich is part of SemanTeX. Therefore, unless your document isone of those, simply don't use this package. And even if yourdocument is one of those, there is a good chance you will nothave to load it after all. In most cases, you will be able toreplace the macros it provides by macros from other packages. | Deals with stripped SemanTeX documents | 3 | 工具 + texlive-sepfootnotes | texlive | The package supports footnotes and endnotes from separatefiles. This is achieved with commands \sepfootnotecontent and\sepfootnote; the former defines the content of a note, whilethe latter typesets that note. | Support footnotes and endnotes from separate files | 3 | 工具 + texlive-sepfootnotes-doc | texlive | Documentation for sepfootnotes | Documentation for sepfootnotes | 3 | 库 + texlive-sepnum | texlive | Provides a command to print a number with (potentiallydifferent) separators every three digits in the parts eitherside of the decimal point (the point itself is alsoconfigurable). The macro is fully expandable and not fragile(unless one of the separators is). There is also a command\sepnumform, that may be used when defining \the<counter>macros. | Print numbers in a "friendly" format | 3 | 工具 + texlive-sepnum-doc | texlive | Documentation for sepnum | Documentation for sepnum | 3 | 库 + texlive-seqsplit | texlive | When one needs to type long sequences of letters (such as inbase-sequences in genes) or of numbers (such as calculations oftranscendental numbers), there's no obvious break points to befound. The package provides a command \seqsplit, which makesits argument splittable anywhere, and then leaves the TeXparagraph-maker to do the splitting. While the package mayobviously be used to typeset DNA sequences, the user mayconsider the dnaseq as a rather more powerful alternative. | Split long sequences of characters in a neutral way | 3 | 工具 + texlive-seqsplit-doc | texlive | Documentation for seqsplit | Documentation for seqsplit | 3 | 库 + texlive-serbian-apostrophe | texlive | The package provides a collection of commands (whose names areSerbian words) whose expansion is the Serbian word withappropriate apostrophes. | Commands for Serbian words with apostrophes | 3 | 工具 + texlive-serbian-apostrophe-doc | texlive | Documentation for serbian-apostrophe | Documentation for serbian-apostrophe | 3 | 库 + texlive-serbian-date-lat | texlive | Babel defines dates for Serbian texts, in Latin script. Thestyle it uses does not match current practices. The presentpackage defines a \date command that solves the problem. | Updated date typesetting for Serbian | 3 | 工具 + texlive-serbian-date-lat-doc | texlive | Documentation for serbian-date-lat | Documentation for serbian-date-lat | 3 | 库 + texlive-serbian-def-cyr | texlive | This package provides abstract, chapter, title, date etc, forserbian language in cyrillic scripts in T2A encoding and cp1251code pages. | Serbian cyrillic localization | 3 | 工具 + texlive-serbian-def-cyr-doc | texlive | Documentation for serbian-def-cyr | Documentation for serbian-def-cyr | 3 | 库 + texlive-serbian-lig | texlive | The package suppresses fi and fl (and other ligatures) inSerbian text written using Roman script. | Control ligatures in Serbian | 3 | 工具 + texlive-serbian-lig-doc | texlive | Documentation for serbian-lig | Documentation for serbian-lig | 3 | 库 + texlive-sesamanuel | texlive | The package contains a sesamanuel class which could be used tocompose a student's classroom book with LaTeX, and also asesamanuelTIKZ style to be used for TIKZ pictures in thesesamath book. | Class and package for sesamath books or paper | 3 | 工具 + texlive-sesamanuel-doc | texlive | Documentation for sesamanuel | Documentation for sesamanuel | 3 | 库 + texlive-sesstime | texlive | This LaTeX2e package makes it possible to add timing marks tolecture notes in order to help managing the time available forpresenting a given section of the document. It also providestools to record and estimate the progress throughout thecourse. | Session and timing information in lecture notes | 3 | 工具 + texlive-setdeck | texlive | The package will typeset cards for use in a game of Set. | Typeset cards for Set | 3 | 工具 + texlive-setdeck-doc | texlive | Documentation for setdeck | Documentation for setdeck | 3 | 库 + texlive-setspace | texlive | Provides support for setting the spacing between lines in adocument. Package options include singlespacing,onehalfspacing, and doublespacing. Alternatively the spacingcan be changed as required with the \singlespacing,\onehalfspacing, and \doublespacing commands. Other sizespacings also available. | Set space between lines | 3 | 工具 + texlive-setspace-doc | texlive | Documentation for setspace | Documentation for setspace | 3 | 库 + texlive-seu-ml-assign | texlive | This is a template for the Southeast University MachineLearning Assignment that can be easily adapted to other usages.This template features a colorful theme that makes it lookelegant and attractive. You can also find the templateavailable on Overleaf. | Southeast University Machine Learning Assignment template | 3 | 库 + texlive-seuthesis | texlive | This template is for theses at Southeastern University,Nanjing, China. | LaTeX template for theses at Southeastern University | 3 | 工具 + texlive-seuthesis-doc | texlive | Documentation for seuthesis | Documentation for seuthesis | 3 | 库 + texlive-seuthesix | texlive | This project provides a LaTeX document class as well as abibliography style file for typesetting theses at the SoutheastUniversity, Nanjing, China. It is based on the seuthesispackage which, according to the author of seuthesix, is buggyand has not been maintained for some time. | LaTeX class for theses at Southeast University, Nanjing, China | 3 | 工具 + texlive-seuthesix-doc | texlive | Documentation for seuthesix | doc files of seuthesix | 3 | 库 + texlive-sexam | texlive | The package provides a modified version of the exam packagemade compatible with XeLaTeX/polyglossia to typesetting arabic. | Package for typesetting arabic exam scripts | 3 | 工具 + texlive-sf298 | texlive | A LaTeX package for generating a completed standard form 298(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for reportdocumentation as part of a document delivered, for instance, ona U.S. government contract. | Standard form 298 | 3 | 库 + texlive-sf298-doc | texlive | Documentation for sf298 | Documentation for sf298 | 3 | 库 + texlive-sffms | texlive | The class is designed for typesetting science fiction andfantasy manuscripts. Sffms now includes several options forspecific publishers as well as extensive documentation aimed atnew LaTeX users. | Typesetting science fiction/fantasy manuscripts | 3 | 工具 + texlive-sffms-doc | texlive | Documentation for sffms | Documentation for sffms | 3 | 库 + texlive-sfg | texlive | Defines some commands to draw signal flow graphs as used byelectrical and electronics engineers and graph theorists.Requires fp and pstricks packages (and a relatively fastmachine). | Draw signal flow graphs | 3 | 工具 + texlive-sfg-doc | texlive | Documentation for sfg | Documentation for sfg | 3 | 库 + texlive-sfmath | texlive | sfmath is a simple package for sans serif maths in documents.After including the package, all maths of the current documentis displayed with sans serif fonts. | Sans-serif mathematics | 3 | 库 + texlive-sgame | texlive | Formats strategic games. For a 2x2 game, for example, theinput: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$&$3,0$ &$0,9$ \end{game} produces output with (a) boxes aroundthe payoffs, (b) payoff columns of equal width, and (c) payoffsvertically centered within the boxes. Note that the gameenvironment will not work in the argument of another command. | LaTeX style for typesetting strategic games | 3 | 工具 + texlive-sgame-doc | texlive | Documentation for sgame | Documentation for sgame | 3 | 库 + texlive-shade | texlive | The package provides a shaded backdrop to a box of text. Ituses a Metafont font (provided) which generates to appropriateshading dependent on the resolution used in the Metafontprinter parameters. | Shade pieces of text | 3 | 工具 + texlive-shade-doc | texlive | Documentation for shade | Documentation for shade | 3 | 库 + texlive-shadethm | texlive | Extends the \newtheorem command. If you say\newshadetheorem{theorem}{Theorem} in the preamble then yourregular \begin{theorem} .. \end{theorem} will produce a theoremstatement in a shaded box. It supports all the options of\newtheorem, including forms \newshadetheorem{..}[..]{..} and\newshadetheorem{..}{..}[..]. Environments declared using thepackage require their body to remain on one page; the mdframedpackage can frame and shade theorems, and its environmentsbreak at the end of a page; users are generally recommended,therefore, to use mdframed. In the same spirit, the author toldus in January 2020: "These materials are obsolete. There are anumber of more recent, more powerful packages that havecapabilities that greatly extend the simple ones here. A newproject should use one of those. These files only continue tobe available to help people who are working with an oldproject." | Theorem environments that are shaded | 3 | 工具 + texlive-shadethm-doc | texlive | Documentation for shadethm | Documentation for shadethm | 3 | 库 + texlive-shadow | texlive | Defines a command \shabox (analgous to \fbox), and supportingmechanisms. | Shadow boxes | 3 | 工具 + texlive-shadow-doc | texlive | Documentation for shadow | Documentation for shadow | 3 | 库 + texlive-shadowtext | texlive | The package introduces a command \shadowtext, which adds a dropshadow to the text that is given as its argument. The colourand positioning of the shadow are customisable. | shadowtext | 3 | 工具 + texlive-shadowtext-doc | texlive | Documentation for shadowtext | Documentation for shadowtext | 3 | 工具 + texlive-shapepar | texlive | \shapepar is a macro to typeset paragraphs in a specific shape.The size is adjusted automatically so that the entire shape isfilled with text. There may not be displayed maths or'\vadjust' material (no \vspace) in the argument of \shapepar.The macros work for both LaTeX and plain TeX. For LaTeX,specify \usepackage{shapepar}; for Plain, \input shapepar.sty.\shapepar works in terms of user-defined shapes, though thepackage does provide some predefined shapes: so you can formany paragraph into the form of a heart by putting\heartpar{sometext...} inside your document. The tedium ofcreating these polygon definitions may be alleviated by usingthe shapepatch extension to transfig which will convert xfigoutput to \shapepar polygon form. | A macro to typeset paragraphs in specific shapes | 3 | 工具 + texlive-shapepar-doc | texlive | Documentation for shapepar | Documentation for shapepar | 3 | 库 + texlive-shapes | texlive | The shapes set of macros allows drawing regular polygons; theircorresponding reentrant stars in all their variations; andfractionally filled circles (useful for visually demonstratingthe nature of fractions) in Metapost. | Draw polygons, reentrant stars, and fractions in circles with Metapost | 3 | 工具 + texlive-shapes-doc | texlive | Documentation for shapes | Documentation for shapes | 3 | 库 + texlive-shdoc | texlive | The package provides a simple, though fancy float environmentto document terminal sessions -- like command executions orshell operations. The look and feel of the package outputimitates the look of a shell prompt. | Float environment to document the shell commands of a terminal session | 3 | 工具 + texlive-shdoc-doc | texlive | Documentation for shdoc | Documentation for shdoc | 3 | 库 + texlive-shipunov | texlive | The bundle collects packages and classes, along with onebibliography style and examples and scripts for converting TeXfiles. Many of the files in the collection are designed tosupport field biologists and/or Russian writers, while othershave wider application. The collection includes: add2 - Savetrees. Quick way to fit as many as possible into one page. Goodfor handouts. altverse - Typesetting verses. Straightforwardtypesetting, using the xtab package to aid layout. autolist -More lists. A means to define various sorts of list. biokey -Flexible identification key tables in LaTeX. The packageprovides straightforward macros to typeset sets of biologicalidentification keys. Layout is flexible, and the macros will beuseful in other disciplines. biolist - List observed species.Pretty formatting of species lists of flora and fauna. boldline- Heavier lines in tables. The package provides commandsreplacing \hline and \cline, as well as a table preambleelement that generates heavy lines. cassete (with one 't') -Print labels for audio cassettes. This is a LaTeX2e class file(the only other cassette package on CTAN is cassette (with two't'), written for Plain TeX). classif2 - Biologicalclassification tables. The package defines an environmentclassif that simplifies the process of typesettingclassification tables. dline - Double line on the left of text.drcaps - Simple dropped capitals. The package offers simplemacros for dropped capitals, in a couple of forms. etiketka -Class for typesetting business-card-sized information(including business cards). flower - Typesetting lists offlower formulas. isyntax - Interactively check LaTeX filesyntax. numerus - Spell numbers in Russian words. punct -Within italicized text, punctuation is still straight, this istypographically more aesthetic. qqru - Universal quotationmarks, for Russian and English. It is able also to convertuniform typewriter "quotes" into left or right typographicquotes. rusnat - Bibliography style file, now deprecated.sltables - Simplified tables for LaTeX. These macros developthe concepts of the stables, which are designed to offer tablemacros whose use is "as simple as one might hope". Some wouldclaim that LaTeX's built-in table specifications are as simpleas one might hope, but this package offers many short-cuts andoptimization of the mechanisms of tables. starfn - Stars asfootnote marks. textfrac - Simple slanted fractions. | A collection of LaTeX packages and classes | 3 | 工具 + texlive-shipunov-doc | texlive | Documentation for shipunov | Documentation for shipunov | 3 | 库 + texlive-shobhika | texlive | This package provides a free, open source, Unicode compliant,OpenType font with support for Devanagari, Latin, and Cyrillicscripts. It is available in two weights--regular and bold. Thefont is designed with over 1600 Devanagari glyphs, includingsupport for over 1100 conjunct consonants, as well as vedicaccents. The Latin component of the font not only supports awide range of characters required for Roman transliteration ofSanskrit, but also provides a subset of regularly usedmathematical symbols for scholars working with scientific andtechnical documents. The project has been launched under theauspices of the Science and Heritage Initiative (SandHI) at IITBombay, and builds upon the following two fonts for itsDevanagari and Latin components respectively: (i) Yashomudra byRajya Marathi Vikas Samstha, and (ii) PT Serif by ParaType. Wewould like to thank both these organisations for releasingtheir fonts under the SIL Open Font Licence, which has enabledus to create Shobhika. | An OpenType Devanagari font designed for scholars | 3 | 工具 + texlive-short-math-guide | texlive | The Short Math Guide is intended to be a concise introductionto the use of the facilities provided by amsmath and variousother LaTeX packages for typesetting mathematical notation.Originally created by Michael Downes of the AmericanMathematical Society based only on amsmath, it has been broughtup to date with references to related packages and other usefulinformation. | Guide to using amsmath and related packages to typeset mathematical notation with LaTeX | 3 | 工具 + texlive-shortmathj | texlive | This small dummy package just contains a simple list of fulland short journal names aswritten in AMS standard:https://mathscinet.ams.org/msnhtml/serials.pdf | Automatically shortify titles of mathematical journals | 3 | 工具 + texlive-shorttoc | texlive | A package to create another table of contents with a differentdepth, useful in large documents where a detailed table ofcontents should be accompanied by a shorter one, giving only ageneral overview of the main topics in the document. | Table of contents with different depths | 3 | 工具 + texlive-shorttoc-doc | texlive | Documentation for shorttoc | Documentation for shorttoc | 3 | 库 + texlive-show2e | texlive | This small package aims at making debugging (especially in aninteractive way) easier, by providing \show variants suited toLaTeX2e commands (whether with optional arguments or robust)and environments. The variant commands also display theinternal macros used by such commands, if any. The \showcsvariant helps with macros with exotic names. | Variants of \show for LaTeX2e | 3 | 工具 + texlive-show2e-doc | texlive | Documentation for show2e | Documentation for show2e | 3 | 库 + texlive-showcharinbox | texlive | The package typesets a character inside a box, showing wherereference point is, and displaying width, height, and depthinformation of the character. The output is like that on page63 of "The TeXBook" or page 101 of "The METAFONTbook". Thepackage itself is motivated by Knuth's macros in the filemanmac.tex. Users should note that using a small size for thecharacter inside the box does not make any sense: use a largesize. | Show characters inside a box | 3 | 工具 + texlive-showcharinbox-doc | texlive | Documentation for showcharinbox | Documentation for showcharinbox | 3 | 库 + texlive-showdim | texlive | A package for LaTeX providing a number of commands for printingthe value of a TeX dimension. For example,\tenthpt{\baselineskip} yields the current value of\baselineskip rounded to the nearest tenth of a point. | Variants on printing dimensions | 3 | 工具 + texlive-showdim-doc | texlive | Documentation for showdim | Documentation for showdim | 3 | 库 + texlive-showexpl | texlive | This package provides a way to typeset LaTeX source code andthe related result in the same document. | Typesetting LaTeX source code | 3 | 工具 + texlive-showexpl-doc | texlive | Documentation for showexpl | Documentation for showexpl | 3 | 库 + texlive-showhyphenation | texlive | The package shows the hyphenation points in the document byeither inserting small triangles below the baseline or bytypesetting explicit hyphens. The markers are correctly placedeven within ligatures and their size adjusts to the font size.By option the markers can be placed behind or in front of theglyphs. The package requires LuaLaTeX. | Marking of hyphenation points | 3 | 工具 + texlive-showkerning | texlive | The package displays all kerning values in the form of coloredbars directly at the respective position in the document.Positive values are displayed in green, negative values in red.The width of the bars corresponds exactly to the respectivekerning value. By option the bars can be placed behind or infront of the glyphs. The package requires LuaLaTeX. | Showing kerns in a document | 3 | 工具 + texlive-showlabels | texlive | This package helps you keep track of all the labels you define,by putting the name of new labels into the margin whenever the\label command is used. The package allows you to do the samething for other commands. The only one for which this isobviously useful is the \cite command, but it's easy to do itfor others, such as the \ref or \begin commands. | Show label commands in the margin | 3 | 工具 + texlive-showlabels-doc | texlive | Documentation for showlabels | Documentation for showlabels | 3 | 库 + texlive-showtags | texlive | Prints the tag right-aligned on each line of the bibliography. | Print the tags of bibliography entries | 3 | 工具 + texlive-showtags-doc | texlive | Documentation for showtags | Documentation for showtags | 3 | 库 + texlive-shtthesis | texlive | This package, forked from ucasthesis, is an unofficial LaTeXthesis template for ShanghaiTech University and satisfies allformat requirements of the school. The user just needs to set\documentclass{shtthesis} and to set up mandatory informationvia \shtsetup, then his or her thesis document will be typesetproperly. | An unofficial LaTeX thesis template for ShanghaiTech University | 3 | 工具 + texlive-shuffle | texlive | The bundle provides a LaTeX package and a font (as Metafontsource) for the shuffle product which is used in some part ofmathematics and physics. | A symbol for the shuffle product | 3 | 工具 + texlive-shuffle-doc | texlive | Documentation for shuffle | Documentation for shuffle | 3 | 库 + texlive-sidecap | texlive | Defines environments called SCfigure and SCtable (analogous tofigure and table) to typeset captions sideways. Options includeoutercaption, innercaption, leftcaption and rightcaption. | Typeset captions sideways | 3 | 工具 + texlive-sidecap-doc | texlive | Documentation for sidecap | Documentation for sidecap | 3 | 库 + texlive-sidenotes | texlive | The package allows typesetting of texts with notes, figures,citations, captions and tables in the margin. This is common(for example) in science text books. | Typeset notes containing rich content, in the margin | 3 | 工具 + texlive-sidenotes-doc | texlive | Documentation for sidenotes | Documentation for sidenotes | 3 | 工具 + texlive-sidenotesplus | texlive | Sidenotesplus is a comprehensive package for placing labeled orreferenced notes, temporary alerts, bibliography references,figures and tables into the margin. Marginals can be eitherfloated or at fixed positions relative to the text. Twosidesymmetry is preserved. For BibLaTeX users, macros for sidereferences are provided. Three margin styles are provided.Two-page symmetric layouts either as (i) Ragged outer with notereverences in the margin separator or (ii) justified with lastline ragged outer. And (iii) a classic look, justified withlast line ragged right and note reference to the left of thenote, but two-page symmetry is lost. The command \sidenotemimics the \footnote command and provides labelled (numbers,alphabetic, roman) references. However, un-numbered and customsymbols can also be specified. Temporary sidealerts arerendered only if the package option alerton is specified.Alerts are useful as to do reminders during documentdevelopment. Furthermore, captions for figures and tables canalso be placed into margin. Also, full width environments forfigures, tables and text are provided. The text environment canbe partially widened, suitable if that extra space for anequation is required. | Place referenced notes, alerts, figures and tables into the document margin | 3 | 工具 + texlive-sides | texlive | This is a LaTeX class for typesetting stage plays, based on theplari class written by Antti-Juhani Kaijanaho in 1998. It hasbeen updated and several formatting changes have been made toit--most noticibly there are no longer orphans. | A LaTeX class for typesetting stage plays | 3 | 工具 + texlive-sides-doc | texlive | Documentation for sides | Documentation for sides | 3 | 库 + texlive-signchart | texlive | The package allows users to easily typeset beautiful lookingsign charts directly into their (La)TeX document. | Create beautifully typeset sign charts | 3 | 工具 + texlive-signchart-doc | texlive | Documentation for signchart | doc files of signchart | 3 | 库 + texlive-silence | texlive | The package allows the user to filter out unwanted warnings anderror messages issued by LaTeX, packages and classes, so theywon't pop out when there's nothing one can do about them.Filtering goes from the very broad ("avoid all messages by suchand such") to the fine-grained ("avoid messages that beginwith..."). Messages may be saved to an external file for laterreference. | Selective filtering of error messages and warnings | 3 | 工具 + texlive-silence-doc | texlive | Documentation for silence | Documentation for silence | 3 | 库 + texlive-sillypage | texlive | This simple LaTeX package provides John Cleese's iconic sillywalk routine as a page numbering style. Other counters, as wellas integers, can be typeset in this "silly" style, too. | John Cleese's Silly Walk as page numbering style | 3 | 工具 + texlive-simplebnf | texlive | This package provides a simple way to format Backus-Naur form(BNF). The included bnfgrammar environment parses BNFexpressions (possibly annotated), so users can write readableBNF expressions in their documents. The package requires expl3,xparse, and mathtools. | A simple package to format Backus-Naur form (BNF) | 3 | 工具 + texlive-simplecd | texlive | The package provides printable cut-outs for various CD, DVD andother disc holders. The name of the package comes from itsimplementation and ease of use; it was designed just for textcontent, but since the text is placed in a \parbox in a tabularenvironment cell, a rather wide range of things may be placed. | Simple CD, DVD covers for printing | 3 | 工具 + texlive-simplecd-doc | texlive | Documentation for simplecd | Documentation for simplecd | 3 | 库 + texlive-simplecv | texlive | A derivative of the cv class available to lyx users (renamed toavoid the existing cv package). | A simple class for writing curricula vitae | 3 | 工具 + texlive-simplecv-doc | texlive | Documentation for simplecv | Documentation for simplecv | 3 | 库 + texlive-simpleicons | texlive | Similar to FontAwesome icons being provided on LaTeX by thefontawesome package, this package aims to do the same withSimple Icons. For reference, visit their website:https://simpleicons.org/. | Simple Icons for LaTeX | 3 | 工具 + texlive-simpleinvoice | texlive | This package lets you easily typeset professional-lookinginvoices. The user specifies the content of the invoice bydifferent \setPROPERTY commands, and an invoice is generatedautomatically with the \makeinvoice command. | Easy typesetting of invoices | 3 | 工具 + texlive-simplekv | texlive | The package provides a simple key/value system for TeX andLaTeX. | A simple key/value system for TeX and LaTeX | 3 | 工具 + texlive-simplenodes | texlive | This is a LaTeX macro package for generating simple node-basedflow graphs or diagrams built upon the TikZ package. Thepackage provides two basic commands, one to generate a node andone to create links between nodes. The positioning of the nodesis not handled by the package itself but is preferably done ina tabular environment. In total, four simple node types aredefined, loosely based on the nomenclature and color patternsof the popular Java script Bootstrap. | Simple nodes in four colors written in TikZ for LaTeX | 3 | 工具 + texlive-simpleoptics | texlive | This package provides some of macros for drawing simple lensesand mirrors for use in optical diagrams. | Drawing lenses and mirrors for optical diagrams | 3 | 工具 + texlive-simple-resume-cv | texlive | Template for a simple resume or curriculum vitae (CV), inXeLaTeX. Simple template that can be further customized orextended, with numerous examples. | Template for a simple resume or curriculum vitae (CV), in XeLaTeX | 3 | 工具 + texlive-simpler-wick | texlive | In every quantum field theory course, there will be a chapterabout Wick's theorem and how it can be used to convert a verylarge product of many creation and annihilation operators intosomething more tractable and normal ordered. The contractionsare denoted with a square bracket over the operators which arebeing contracted, which used to be rather annoying to typesetin LaTeX as the only other package available was simplewick,which is rather unwieldy. This package provides a simplersyntax for Wick contractions. | Simpler Wick contractions | 3 | 工具 + texlive-simpler-wick-doc | texlive | Documentation for simpler-wick | doc files of simpler-wick | 3 | 库 + texlive-simples-matrices | texlive | Macros to define and write matrices whose coefficients aregiven row by row in a list of values separated by commas. | Define matrices by given list of values | 3 | 库 + texlive-simple-thesis-dissertation | texlive | Template for a simple thesis or dissertation (Ph.D. or master'sdegree) or technical report, in XeLaTeX. Simple template thatcan be further customized or extended, with numerous examples.Consistent style for figures, tables, mathematical theorems,definitions, lemmas, etc. | Template for a simple thesis or dissertation (Ph.D. or master's degree) or technical report, in XeLaTeX | 3 | 工具 + texlive-simplewick | texlive | The package provides a simple means of drawing Wickcontractions above and below expressions. | Simple Wick contractions | 3 | 库 + texlive-simplewick-doc | texlive | Documentation for simplewick | Documentation for simplewick | 3 | 库 + texlive-simplified-latex-doc | texlive | Documentation for simplified-latex | Documentation for simplified-latex | 3 | 工具 + texlive-simplivre | texlive | This package provides a LaTeX class for typesetting books witha simple and clear design. Currently, it has native support forChinese (simplified and traditional), English, French, German,Italian, Japanese, Portuguese (European and Brazilian), Russianand Spanish typesetting. It compiles with either XeLaTeX orLuaLaTeX. This is part of the minimalist class series anddepends on minimalist.sty from the minimalist package. Thepackage name "simplivre" is taken from the French words"simple" and "livre" (= "book"). | Write your books in a simple and clear way | 3 | 工具 + texlive-simurgh | texlive | The package provides an automatic and unified interface forParsi typesetting in LaTeX, using the LuaTeX engine. Theproject to produce this system is dedicated to Ferdowsi TheGreat. | Typeset Parsi in LuaLaTeX | 3 | 工具 + texlive-simurgh-doc | texlive | Documentation for simurgh | Documentation for simurgh | 3 | 库 + texlive-sistyle | texlive | This package typesets SI units, numbers and angles according tothe ISO requirements. Care is taken with font setup andrequirements, and language customisation is available. Notethat this package is (in principle) superseded by siunitx;sistyle has maintenance-only support, now. | Package to typeset SI units, numbers and angles | 3 | 工具 + texlive-sitem | texlive | The package modifies \item commands to save the optionalargument in a box. | Save the optional argument of \item | 3 | 工具 + texlive-sitem-doc | texlive | Documentation for sitem | Documentation for sitem | 3 | 服务 + texlive-siunits | texlive | Typeset physical units following the rules of the InternationalSystem of Units (SI). The package requires amstext, for properrepresentation of some values. Note that the package is nowsuperseded by siunitx; siunits has maintenance-only support,now. | International System of Units | 3 | 工具 + texlive-siunitx | texlive | Typesetting values with units requires care to ensure that thecombined mathematical meaning of the value plus unitcombination is clear. In particular, the SI units system laysdown a consistent set of units with rules on how they are to beused. However, different countries and publishers havediffering conventions on the exact appearance of numbers (andunits). A number of LaTeX packages have been developed toprovide consistent application of the various rules: siunits,sistyle, unitsdef and units are the leading examples. Thenumprint package provides a large number of number-relatedfunctions, while dcolumn and rccol provide tools fortypesetting tabular numbers. The siunitx package takes the bestfrom the existing packages, and adds new features and aconsistent interface. A number of new ideas have beenincorporated, to fill gaps in the existing provision. Thepackage also provides backward-compatibility with siunits,sistyle, unitsdef and units. The aim is to have one package tohandle all of the possible unit-related needs of LaTeX users.The package relies on LaTeX 3 support from the l3kernel andl3packages bundles. | A comprehensive (SI) units package | 3 | 工具 + texlive-siunitx-doc | texlive | Documentation for siunitx | Documentation for siunitx | 3 | 库 + texlive-skak | texlive | This package provides macros and fonts in Metafont format whichcan be used to typeset chess games using PGN, and to showdiagrams of the current board in a document. The package buildson work by Piet Tutelaers -- the main novelty is the use of PGNfor input instead of the more cumbersome coordinate notation(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1implementation of skak's fonts is available as package skaknew;an alternative chess notational scheme is available in packagetexmate, and a general mechanism for selecting chess fonts isprovided in chessfss. | Fonts and macros for typesetting chess games | 3 | 工具 + texlive-skak-doc | texlive | Documentation for skak | Documentation for skak | 3 | 库 + texlive-skaknew | texlive | This package offers Adobe Type 1 versions of the fonts providedas Metafont source by the skak bundle. | The skak chess fonts redone in Adobe Type 1 | 3 | 工具 + texlive-skaknew-doc | texlive | Documentation for skaknew | Documentation for skaknew | 3 | 库 + texlive-skb | texlive | The package provides macros that help to build a documentrepository for long living documents. It focuses on structureand re-use of text, code, figures etc. The basic concept isfirst to separate structure from content (i.e., text about atopic from the structure it is presented by) and thenseparating the content from the actual published document, thusenabling easy re-use of text blocks in different publications(i.e., text about a protocol in a short article about thisprotocol as well as in a book about many protocols); allwithout constantly copying or changing text. As a side effect,using the document classes provided, it hides a lot of LaTeXfrom someone who just wants to write articles and books. | Tools for a repository of long-living documents | 3 | 工具 + texlive-skb-doc | texlive | Documentation for skb | Documentation for skb | 3 | 库 + texlive-skdoc | texlive | The class provides the functionality and implementation ofpackages and document classes. It is loosely based on the ydocand ltxdoc classes, but has a number of incompatibledifferences. The class defines a MacroCode environment whichoffers an alternative to the the usual docstrip method ofinstalling packages. It has the ability to generate bothdocumentation and code in a single run of a single file. | Documentation and extraction for packages and document classes | 3 | 库 + texlive-skdoc-doc | texlive | Documentation for skdoc | Documentation for skdoc | 3 | 库 + texlive-skeldoc | texlive | This package lets you produce placeholder elements fordocuments under development, similar to the skeleton screensused while loading contents in many applications and websites.It also has a mechanism for attaching explanatory endnotes tothese placeholders, or to anything else in your document. Thesame note mechanism can also be used with ordinary content,e.g., as a to-do mechanism. | Placeholders for unfinished documents | 3 | 工具 + texlive-skeycommand | texlive | The package provides tools for defining LaTeX commands andenvironments using combinations of parameters and keys. All thefacilities of the ltxkeys and skeyval packages are available tothe user of skeycommand. | Create commands using parameters and keyval in parallel | 3 | 工具 + texlive-skeycommand-doc | texlive | Documentation for skeycommand | Documentation for skeycommand | 3 | 库 + texlive-skeyval | texlive | The package integrates the features of xkeyval and of pgfkeysby introducing a new type of handlers. Style keys, links,changing key callbacks and values on the fly, and otherfeatures of pgfkeys are introduced in a new context. | Key-value parsing combining features of xkeyval and pgfkeys | 3 | 工具 + texlive-skeyval-doc | texlive | Documentation for skeyval | Documentation for skeyval | 3 | 库 + texlive-skills | texlive | This package attempts to make it easy for even a LaTeX noviceto prepare proficiency tests, especially in combination withthe exam document class. Thus, almost all command names arevery similar. After defining skills in the preamble or in anexternal file, they are declared using labels, and canoptionally be set as global skills. A skills table is generatedto summarize the evaluated competencies and to allow forwriting down the resulting proficiency level. A user's guideattempts to explain all of the possibilities in a readable way,with many examples. | Create proficiency tests | 3 | 工具 + texlive-skmath | texlive | The package provides a selection of new maths commands andimproved re-definitions of existing commands. | Extensions to the maths command repertoir | 3 | 工具 + texlive-skmath-doc | texlive | Documentation for skmath | Documentation for skmath | 3 | 库 + texlive-skrapport | texlive | The class is intended for simple documents (e.g., reportshanded in as coursework and the like). The class is small andstraightforward; its design was inspired by that of the PracTeXjournal style. | 'Simple' class for reports, etc | 3 | 工具 + texlive-skrapport-doc | texlive | Documentation for skrapport | Documentation for skrapport | 3 | 库 + texlive-skull | texlive | The font (defined in Metafont) defines a single character, ablack solid skull. A package is supplied to make this characteravailable as a symbol in maths mode. | A font to draw a skull | 3 | 工具 + texlive-slantsc | texlive | This package enables the use of small capitals in differentfont shapes, e.g., slanted or bold slanted for all fonts thatprovide appropriate font shapes. (Note that a separate .fd fileis needed to define font shapes such as 'scsl' or 'scit'.) | Access different-shaped small-caps fonts | 3 | 工具 + texlive-slantsc-doc | texlive | Documentation for slantsc | Documentation for slantsc | 3 | 库 + texlive-slideshow | texlive | The package provides a means of creating presentations inMetaPost, without intervention from other utilities (except adistiller). Such an arrangement has its advantages (thoughthere are disadvantages too). | Generate slideshow with MetaPost | 3 | 工具 + texlive-slideshow-doc | texlive | Documentation for slideshow | Documentation for slideshow | 3 | 库 + texlive-smalltableof | texlive | The package allows you to create a list of figures and list oftables in a chapter named 'List' that contains separatesections for each list of figures, tables, etc. | Create listoffigures etc. in a single chapter | 3 | 工具 + texlive-smalltableof-doc | texlive | Documentation for smalltableof | Documentation for smalltableof | 3 | 库 + texlive-smartdiagram | texlive | The package will create 'smart' diagrams from lists of items,for simple documents and for presentations. | Generate diagrams from lists | 3 | 工具 + texlive-smartdiagram-doc | texlive | Documentation for smartdiagram | Documentation for smartdiagram | 3 | 库 + texlive-smart-eqn | texlive | In LaTeX typesetting, one usually needs to use differentvariants of a math symbol to clarify the meanings. For example,in linear algebra literature, it is common to use boldfacedsymbols to represent vectors, and normal symbols to representscalars. However, applying these variants by typing \mathbf,\mathrm commands manually can be daunting. This package aims toprovide an automatic and customizable approach for math symbolstyling which eliminates the need to enter style commandsrepeatedly. | Automatic math symbol styling for LaTeX documents | 3 | 工具 + texlive-smartref | texlive | The package extends the LaTeX labelling system: whenever alabel is set, the values of counters (selected by the user) arerecorded, along with the label. The value of these counters canbe recalled with a command similar to \pageref. The packagealso adds commands \s[name]ref (for each counter [name] thatthe user has selected); these commands display something onlyif the value of the [name] counter is changed from when thelabel was set. Many commands are provided to serve as a macroprogramming environment for using the extended labels. | Extend LaTeX's \ref capability | 3 | 工具 + texlive-smartref-doc | texlive | Documentation for smartref | Documentation for smartref | 3 | 库 + texlive-smartunits | texlive | This LaTeX package implements a \SmartUnit macro for convertingbetween (some) metric and Imperial units. The package requirespgfkeys and siunitx. | Converting between common metric and Imperial units | 3 | 工具 + texlive-smartunits-doc | texlive | Documentation for smartunits | doc files of smartunits | 3 | 库 + texlive-smflatex | texlive | The Societe mathematique de France provides a set of classes,packages and BibTeX styles that are used in its publications.They are based on AMS classes (whose code is sometimesrecopied) and mainly 'upward-compatible'. Their main featuresare: quite different design; new environments for typesettingsome information in two languages (altabstract, alttitle,altkeywords); if necessary, use of babel (option frenchb) anddeactivation of some features of frenchb. Includes smfart.cls,smfbook.cls, smfplain.bst, smfalpha.bst, amongst others. | Classes for Societe mathematique de France publications | 3 | 工具 + texlive-snapshot | texlive | The snapshot package helps the owner of a LaTeX document obtaina list of the external dependencies of the document, in a formthat can be embedded at the top of the document. It provides asnapshot of the current processing context of the document,insofar as it can be determined from inside LaTeX. If adocument contains such a dependency list, then it becomespossible to arrange that the document be processed always withthe same versions of everything, in order to ensure the sameoutput. This could be useful for someone wanting to keep aLaTeX document on hand and consistently reproduce an identicalDVI file from it, on the fly; or for someone wanting to shielda document during the final stages of its production cycle fromunexpected side effects of routine upgrades to the TeX system. | List the external dependencies of a LaTeX document | 3 | 工具 + texlive-snapshot-doc | texlive | Documentation for snapshot | Documentation for snapshot | 3 | 工具 + texlive-snaptodo | texlive | This package is an alternative to todonotes, from which itdiffers in the following ways: Depending on where you call\snaptodo, the note is put in the left or the right margin,whichever is closer. The notes bump each other so they neveroverlap; the lines never overlap either. Aesthetic andcustomizable style. | A todo that snaps to the closer side | 3 | 库 + texlive-snotez | texlive | The package provides a macro \sidenote, that places a note inthe margin of the document, with its baseline aligned with thebaseline in the body of the document. These sidenotes arenumbered (both in the text, and on the notes themselves). Thepackage loads the package etoolbox, pgfopts and marginnote. | Typeset notes, in the margin | 3 | 工具 + texlive-snotez-doc | texlive | Documentation for snotez | Documentation for snotez | 3 | 服务 + texlive-songbook | texlive | The package provides an all purpose songbook style. Three typesof output may be created from a single input file: "words andchords" books for the musicians to play from, "words only"songbooks for the congregation to sing from, and overheadtransparency masters for congregational use. The package willalso print a table of contents, an index sorted by title andfirst line, and an index sorted by key, or by artist/composer.The package attempts to handle songs in multiple keys, as wellas songs in multiple languages. | Package for typesetting song lyrics and chord books | 3 | 工具 + texlive-songbook-doc | texlive | Documentation for songbook | Documentation for songbook | 3 | 工具 + texlive-songproj | texlive | This package, together with the Beamer class, is used togenerate slideshows with song lyrics. This is typically used inreligious services in churches equipped with a projector, forwhich this package has been written, but it can be useful forany type of singing assembly. It provides environments todescribe a song in a natural way, and formatting it into slideswith overlays. The package comes with an additional Pythonscript that can be used to convert plain-text song lyrics tothe expected LaTeX markup. | Generate Beamer slideshows with song lyrics | 3 | 工具 + texlive-songs | texlive | The package provides a means of producing beautiful song booksfor church or fellowship. It offers: a very easy chord-entrysyntax; multiple modes (words-only; words+chords; slides;handouts); measure bars; guitar tablatures; automatictransposition; scripture quotations; multiple indexes (sortedby title, author, important lyrics, or scripture references);and projector-style output generation, for interactive use. Aset of example documents is provided. | Produce song books for church or fellowship | 3 | 工具 + texlive-songs-doc | texlive | Documentation for songs | Documentation for songs | 3 | 工具 + texlive-sort-by-letters | texlive | This bundle contains several bibliography styles for separatinga document's references by the first letter of the firstauthor/editor in the bibliography entry. The styles are adaptedfrom standard ones or from natbib ones. | Bibliography styles for alphabetic sorting | 3 | 工具 + texlive-sort-by-letters-doc | texlive | Documentation for sort-by-letters | Documentation for sort-by-letters | 3 | 库 + texlive-soton | texlive | The bundle contains two packages: soton-palette which definescolour-ways, and soton-beamer, which uses the colours toproduce compliant presentations. | University of Southampton-compliant slides | 3 | 工具 + texlive-soton-doc | texlive | Documentation for soton | Documentation for soton | 3 | 库 + texlive-soul | texlive | Provides hyphenatable spacing out (letterspacing), underlining,striking out, etc., using the TeX hyphenation algorithm to findthe proper hyphens automatically. The package also provides amechanism that can be used to implement similar tasks, thathave to treat text syllable by syllable. This is shown in twoexamples. The package itself does not support UTF-8 input inordinary (PDF)LaTeX; some UTF-8 support is offered by packagesoulutf8 | Hyphenation for letterspacing, underlining, and more | 3 | 工具 + texlive-soul-doc | texlive | Documentation for soul | Documentation for soul | 3 | 库 + texlive-soulpos | texlive | The package combines the use of soul with the savepos mechanismof current pdfTeX so that the user can create (almost)arbitrary underlining and similar "decorations", includingrules, leaders and even pictures (pgf, pstricks, etc.). Unlikesoul underlines, which are built by repeating small elements,here each chunk of text to be underlined is a single element. | A fancy means of underlining | 3 | 工具 + texlive-soulutf8 | texlive | This package extends package soul and adds some support forUTF-8. Namely the input encodings in 'utf8.def' from packageinputenc and 'utf8x.def' from package ucs are supported. | Permit use of UTF-8 characters in soul | 3 | 工具 + texlive-soup | texlive | Generate alphabet soup puzzles (aka word search puzzles), andvariations using numbers or other symbols. Provides macros togenerate an alphabet soup style puzzle (also known as wordsearch puzzles or "find-the-word" puzzles). Allow creatingnumbersoup and soups with custom symbol sets. | Generate alphabet soup puzzles | 3 | 工具 + texlive-sourcecodepro | texlive | The font is an open-source Monospaced development from Adobe.The package provides fonts (in both Adobe Type 1 and OpenTypeformats) and macros supporting their use in LaTeX (Type 1) andXeLaTeX/LuaLaTeX (OTF). | Use SourceCodePro with TeX(-alike) systems | 3 | 工具 + texlive-sourcecodepro-doc | texlive | Documentation for sourcecodepro | Documentation for sourcecodepro | 3 | 库 + texlive-sourcesanspro | texlive | The font is an open-source Sans-Serif development from Adobe.The package provides fonts (in both Adobe Type 1 and OpenTypeformats) and macros supporting their use in LaTeX (Type 1) andXeLaTeX/LuaLaTeX (OTF). | Use SourceSansPro with TeX(-alike) systems | 3 | 工具 + texlive-sourcesanspro-doc | texlive | Documentation for sourcesanspro | Documentation for sourcesanspro | 3 | 库 + texlive-sourceserifpro | texlive | This package provides Source Serif Pro for LaTeX. It includesboth Type1 and OpenType fonts and selects the latter when usingXeLaTeX or LuaLaTeX. Issues with this package can be reportedon GitHub (https://github.com/silkeh/latex-sourceserifpro/issues) or emailed to tex@slxh.nl. | Use SourceSerifPro with TeX(-alike) systems | 3 | 工具 + texlive-sourceserifpro-doc | texlive | Documentation for sourceserifpro | Documentation for sourceserifpro | 3 | 库 + texlive-spacekern | texlive | This package provides two shorthands for typesetting breakingand non-breaking small spaces, where both hyphenation andkerning against space are correctly applied. Additionally,interword kerning can be applied. | Kerning between words and against space | 3 | 工具 + texlive-spacingtricks | texlive | The spacingtricks package provides macros for dealing with somespacing issues e.g. centering a single line, making a variablestrut, indenting a block, typesetting a compact list, placingtwo boxes side by side with vertical adjustment. | Dealing with some spacing issues | 3 | 工具 + texlive-spalign | texlive | Typeset matrices and arrays with spaces and semicolons asdelimiters. The purpose of this package is to decrease thenumber of keystrokes needed to typeset small amounts of alignedmaterial (matrices, arrays, etc.). It provides a facility fortyping alignment environments and macros with spaces as thealignment delimiter and semicolons (by default) as theend-of-row indicator. For instance, typeset a matrix using\spalignmat{1 12 -3; 24 -2 2; 0 0 1}, or a vector using\spalignvector{22 \frac{1}{2} -14}. This package also containsutility macros for typesetting augmented matrices, vectors,arrays, systems of equations, and more, and is easilyextendable to other situations that use alignments. People whohave to typeset a large number of matrices (like linear algebrateachers) should find this package to be a real time saver. | Typeset matrices and arrays with spaces and semicolons as delimiters | 3 | 工具 + texlive-sparklines | texlive | Sparklines are intense, simple, wordlike graphics (so named byEdward Tufte). In lieu of a more detailed introduction,Professor Tufte's site has an early release of a chapter onsparklines. A PHP implementation may be found at SourceForge. Asparkline can be added using the sparkline environment. Also,you can add sparkling rectangles for the median and specialsparkling dots in red or blue. The package requires pdflatex;sparklines cannot appear in a dvi file. The sparklines packageuses pgf, and does not work with pictex. | Drawing sparklines: intense, simple, wordlike graphics | 3 | 工具 + texlive-sparklines-doc | texlive | Documentation for sparklines | Documentation for sparklines | 3 | 库 + texlive-spark-otf | texlive | The package supports the free fonts from "After the Flood"which are available from AtF Spark. The following fonts aresupported: Spark -- Bar -- Medium Spark -- Bar -- Narrow Spark-- Bar -- Thin Spark -- Dot-line -- Medium Spark -- Dot --Medium Spark -- Dot -- Small | Support OpenType Spark fonts | 3 | 工具 + texlive-spath3 | texlive | The spath3 library provides methods for manipulating the "softpaths" of TikZ/PGF. Packaged with it are two TikZ librariesthat make use of the methods provided. These are libraries fordrawing calligraphic paths and for drawing knot diagrams. | Manipulate "soft paths" in PGF | 3 | 库 + texlive-spath3-doc | texlive | Documentation for spath3 | Documentation for spath3 | 3 | 库 + texlive-spbmark | texlive | This package provides three commands \super, \sub and \supersubto improve the layout of superscripts and subscripts which canbe adjusted with respect to relative position and format, andcan be used in text and math mode. | Customize superscripts and subscripts | 3 | 工具 + texlive-spectral | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the Spectral family of fonts, designed byJean-Baptiste Levee at the Production Type digital type designagency. Spectral is a new and versatile serif face available inseven weights of roman and italic, with small caps. | Spectral fonts with LaTeX support | 3 | 工具 + texlive-spectralsequences | texlive | The package is a specialized tool built on top of PGF/TikZ fordrawing spectral sequences. It provides a powerful, concisesyntax for specifying the data of a spectral sequence, and thenallows the user to print various pages of spectral sequences,automatically choosing which subset of the classes,differentials, and structure lines to display on each page. Italso handles most of the details of the layout. At the sametime, it is extremely flexible. spectralsequences is closelyintegrated with TikZ to ensure that users can take advantage ofas much as possible of its expressive power. It is possible toturn off most of the automated layout features and drawreplacements using TikZ commands. The package also provides acarefully designed error reporting system intended to ensurethat it is as clear as possible what is going wrong. | Print spectral sequence diagrams using PGF/TikZ | 3 | 工具 + texlive-spelling | texlive | The package aids spell-checking of TeX documents compiled withthe LuaTeX engine. It can give visual feedback in PDF outputsimilar to WYSIWYG word processors. The package relies on anexternal spell-checker application to check spelling of a textfile and to output a list of bad spellings. The package shouldwork with most spell-checkers, even dumb, TeX-unaware ones. | Support for spell-checking of LuaTeX documents | 3 | 工具 + texlive-spelling-doc | texlive | Documentation for spelling | Documentation for spelling | 3 | 库 + texlive-sphack | texlive | Change the kernel internal \@bsphack/\@esphack so that it isalso invisible in vertical mode. | Patch LaTeX kernel spacing macros | 3 | 工具 + texlive-sphack-doc | texlive | Documentation for sphack | Documentation for sphack | 3 | 库 + texlive-sphdthesis | texlive | The package provides a LaTeX document class for writing a PhDthesis. The author developed it while writing his PhD thesis inSchool of Computing (SoC), National University of Singapore(NUS). By default, the class adheres to the NUS Guidelines onFormat of Research Thesis Submitted For Examination. However,the class for conformation to a different guideline should notbe difficult. | Latex template for writing PhD Thesis | 3 | 工具 + texlive-sphdthesis-doc | texlive | Documentation for sphdthesis | Documentation for sphdthesis | 3 | 库 + texlive-spie | texlive | A class and a BibTeX style are provided. | Support for formatting SPIE Proceedings manuscripts | 3 | 工具 + texlive-spie-doc | texlive | Documentation for spie | Documentation for spie | 3 | 库 + texlive-spix | texlive-base | SpiX offers a way to store information about the compilationprocess for a tex file inside the tex file itself. Just writethe commands as comments in the tex files, and SpiX willextract and run those commands. Everything is stored in the texfile (so that you are not missing some piece of informationthat is located somewhere else), in a human-readable format (noneed to know SpiX to understand it). | Yet another TeX compilation tool: simple, human readable, no option, no magic | 3 | 工具 + texlive-splines | texlive | This is a small package of macros for creating cubic splineinterpolants in MetaPost or Metafont. Given a list of pointsthe macros can produce a closed or a relaxed spline joiningthem. Given a list of function values y_j at x_j, the resultwould define the graph of a cubic spline interpolating functiony=f(x), which is either periodic or relaxed. | MetaPost macros for drawing cubic spline interpolants | 3 | 工具 + texlive-splines-doc | texlive | Documentation for splines | Documentation for splines | 3 | 库 + texlive-splitbib | texlive | This package enables you to split a bibliography into severalcategories and subcategories. It does not depend on BibTeX: anybibliography may be split and reordered. | Split and reorder your bibliography | 3 | 工具 + texlive-splitbib-doc | texlive | Documentation for splitbib | Documentation for splitbib | 3 | 库 + texlive-splitindex | texlive-base | SplitIndex consists of a LaTeX package, splitidx, and a smallprogram, splitindex. The package may be used to produce oneindex or several indexes. Without splitindex (for example,using the index package), the number of indexes is limited bythe number of TeX's output streams. But using the program youmay use even more than 16 indexes: splitidx outputs only asingle file \jobname.idx and the program splits that file intoseveral raw index files and calls your favorite index processorfor each of the files. | Unlimited number of indexes | 3 | 工具 + texlive-spot | texlive | The package allows dramatic highlighting of words and phrasesby painting shapes around them. It is chiefly intended for usein Beamer presentations, but it can be used in other documentclasses as well. | Spotlight highlighting for Beamer | 3 | 工具 + texlive-spotcolor | texlive | This package provides procedures for using spot colours inLaTeX documents and the generated pdf files. Predefinedtemplates for PANTONE and HKS colour spaces are included butnew ones can easily be defined. | Spot colours for pdfLaTeX | 3 | 工具 + texlive-spotcolor-doc | texlive | Documentation for spotcolor | Documentation for spotcolor | 3 | 库 + texlive-spot-doc | texlive | Documentation for spot | Documentation for spot | 3 | 库 + texlive-spreadtab | texlive | The package allows the user to construct tables in a mannersimilar to a spreadsheet. The cells of a table have row andcolumn indices and these can be used in formulas to generatevalues in other cells. | Spreadsheet features for LaTeX tabular environments | 3 | 工具 + texlive-spreadtab-doc | texlive | Documentation for spreadtab | Documentation for spreadtab | 3 | 库 + texlive-spverbatim | texlive | LaTeX's \verb macro treats its argument as an unbreakable unitof text. This can lead to poor typesetting, especially when theargument is long. The spverbatim package provides an \spverbmacro that is analogous to \verb and an spverbatim environmentthat is analogous to verbatim with the difference being that\spverb and spverbatim allow LaTeX to break lines at spacecharacters. | Allow line breaks within \verb and verbatim output | 3 | 工具 + texlive-spverbatim-doc | texlive | Documentation for spverbatim | Documentation for spverbatim | 3 | 库 + texlive-srbook-mem | texlive | srbook-mem package | srbook-mem package | 3 | 工具 + texlive-srbook-mem-doc | texlive | Documentation for srbook-mem | Documentation for srbook-mem | 3 | 库 + texlive-srbtiks | texlive | The srbtiks package is the extension of the stix2-type1 packagethat enables usage of the STIX2 font in LaTeX for the Serbianand Macedonian languages (therefore, it is required to have thestix2-type1 package installed). | Font STIX2 for Serbian and Macedonian | 3 | 工具 + texlive-srcltx | texlive | Provides a \special insertion into generated .dvi filesallowing one to jump from the .dvi file to the .tex source andback again (given a .dvi viewer that supports this, such as Yapor xdvi version 22.38 or later). This was originally written byAleksander Simonic, the author of the WinEdt shell. | Jump between DVI and TeX files | 3 | 工具 + texlive-srcltx-doc | texlive | Documentation for srcltx | Documentation for srcltx | 3 | 库 + texlive-srcredact | texlive-base | This package provides a tool to keep a master source,consisting of different "chunks" intended for differentaudiences. The tool allows to extract the versions intended fordifferent audiences and to incorporate the changes made in anyof these versions into the master document. This work wascommissioned by the Consumer Financial Protection Bureau,United States Treasury. | A tool for redacting sources | 3 | 工具 + texlive-srdp-mathematik | texlive | This package provides basic commands for the defined formats ofthe Austrian sRDP (Standardisierte Reife- und Diplomprufung) inmathematics. Furthermore, it includes ways to implement answersin the tex file which can optionally be displayed in the pdffile, and it offers a way to vary the answers in order tocreate different groups (e. g. for tests) easily. | Typeset Austrian SRDP in mathematics | 3 | 工具 + texlive-sr-vorl | texlive | This package provides a LaTeX class and templates for books tobe published at Springer Gabler Research, Springer ViewegResearch, Springer Spektrum Research, Springer VS Research, orSpringer VS Forschung. It may be used to produce monographs indifferent formats and "several-authors-books" fitting theconditions of the aforementioned publishers. | Class for Springer books | 3 | 工具 + texlive-sr-vorl-doc | texlive | Documentation for sr-vorl | Documentation for sr-vorl | 3 | 库 + texlive-sseq | texlive | The package provides commands to draw spectral sequencediagrams, providing facilities for clipping and arrangingmultiple symbols so that they do not overlap. The package isbuilt using pgf, and shares that systems large demands for TeXsystem memory. Its geometric commands are based on a turtlegraphics model, and control structures such as loops andconditionals are available. | Typesetting spectral sequence charts | 3 | 工具 + texlive-sseq-doc | texlive | Documentation for sseq | Documentation for sseq | 3 | 库 + texlive-sslides | texlive | The class provides a variant of the LaTeX standard slidesclass, in which the user may add headers and footers to theslide. | Slides with headers and footers | 3 | 工具 + texlive-sslides-doc | texlive | Documentation for sslides | Documentation for sslides | 3 | 服务 + texlive-stack | texlive | The package provides a small set of commands to implementstacks independently of TeX's own stack. As an example of howthe stacks might be used, the documentation offers a small"relinput" package that implements the backbone of the importpackage. | Tools to define and use stacks | 3 | 工具 + texlive-stackengine | texlive | The package provides a versatile way to stack objectsvertically in a variety of customizable ways. A number ofuseful macros are provided, all of which make use of thestackengine core. | Highly customised stacking of objects, insets, baseline changes, etc | 3 | 工具 + texlive-stackengine-doc | texlive | Documentation for stackengine | Documentation for stackengine | 3 | 库 + texlive-stage | texlive | Stage.cls is a LaTeX class for creating plays of any length ina standard manuscript format for production and submission. | A LaTeX class for stage plays | 3 | 工具 + texlive-stage-doc | texlive | Documentation for stage | Documentation for stage | 3 | 库 + texlive-standalone | texlive | A class and package is provided which allows TeX pictures orother TeX code to be compiled standalone or as part of a maindocument. Special support for pictures with beamer overlays isalso provided. The package is used in the main document andskips extra preambles in sub-files. The class may be used tosimplify the preamble in sub-files. By default the previewpackage is used to display the typeset code without margins.The behaviour in standalone mode may adjusted using aconfiguration file standalone.cfg to redefine the standaloneenvironment. | Compile TeX pictures stand-alone or as part of a document | 3 | 工具 + texlive-standalone-doc | texlive | Documentation for standalone | Documentation for standalone | 3 | 库 + texlive-stanli | texlive | stanli is a STructural ANalysis LIbrary based on PGF/TikZ.Creating new assignments and tests, at university, is usually avery time-consuming task, especially when this includes drawinggraphics. In the field of structural engineering, those smallstructures are a key part for teaching. This package permits tocreate such 2D and 3D structures in a very fast and simple way. | TikZ Library for Structural Analysis | 3 | 库 + texlive-starfont | texlive | The package contains StarFontSans and StarFontSerif, two public-domain astrological fonts designed by Anthony I.P. Owen, andthe appropriate macros to use them with TeX and LaTeX. Thefonts are supplied both in the original TrueType Format and inAdobe Type 1 format. | The StarFont Sans astrological font | 3 | 工具 + texlive-starfont-doc | texlive | Documentation for starfont | Documentation for starfont | 3 | 库 + texlive-startex | texlive | A TeX format designed to help students write short reports andessays. It provides the user with a suitable set of commandsfor such a task. It is also more robust than plain TeX andLaTeX. | An XML-inspired format for student use | 3 | 工具 + texlive-startex-doc | texlive | Documentation for startex | Documentation for startex | 3 | 库 + texlive-statex | texlive | A package defining many macros for items of significance instatistical presentations. An updated, but incompatible,version of the package is available: statex2. | Statistics style | 3 | 工具 + texlive-statex2 | texlive | The package defines many macros for items of significance instatistical presentations. It represents a syntax-incompatibleupgrade of statex. | Statistics style | 3 | 工具 + texlive-statex2-doc | texlive | Documentation for statex2 | Documentation for statex2 | 3 | 库 + texlive-statex-doc | texlive | Documentation for statex | Documentation for statex | 3 | 库 + texlive-statistics | texlive | The 'statistics' package can compute and typeset statisticslike frequency tables, cumulative distribution functions(increasing or decreasing, in frequency or absolute countdomain), from the counts of individual values, or ranges, oreven the raw value list with repetitions. It can also computeand draw a bar diagram in case of individual values, or, whenthe data repartition is known from ranges, an histogram or thecontinuous cumulative distribution function. You can ask'statistics' to display no result, selective results or all ofthem. Similarly 'statistics' can draw only some parts of thegraphs. Every part of the generated tables or graphics iscustomizable. | Compute and typeset statistics tables and graphics | 3 | 工具 + texlive-statistik | texlive | The package counts the numbers of pages per chapter, and storesthe results in a separate file; the format of the file isselectable. | Store statistics of a document | 3 | 工具 + texlive-statistik-doc | texlive | Documentation for statistik | Documentation for statistik | 3 | 库 + texlive-statmath | texlive | The package offers anumber of notational conventions to be usedin applied and theoretical papers in statistics which arecurrently lacking in the popular amsmath package. The seasonedLaTeX user will see that the provided commands are simple,almost trivial, but will hopefully offer less clutteredpreambles as well as a welcome help for novice users. | A LaTeX package for simple use of statistical notation | 3 | 工具 + texlive-staves | texlive | This package contains all the necessary tools to typeset the"magical" Icelandic staves plus the runic letters used inIceland. Included are a font in Adobe Type 1 format and LaTeXsupport. | Typeset Icelandic staves and runic letters | 3 | 工具 + texlive-staves-doc | texlive | Documentation for staves | Documentation for staves | 3 | 库 + texlive-stdclsdv | texlive | The stdclsdv package is designed for package writers who needto know what sectioning divsions are provided by the document'sclass. It also provides a version of \CheckCommand that sets aflag rather than printing a warning. | Provide sectioning information for package writers | 3 | 工具 + texlive-stdclsdv-doc | texlive | Documentation for stdclsdv | Documentation for stdclsdv | 3 | 库 + texlive-stdpage | texlive | For translations, proofreading, journal contributions etc.standard pages are used. Those standard pages consist of afixed number of lines and characters per line. This packageproduces pages with n lines of at most m characters each. Forinstance the German "Normseite": 60 lines of 30 characterseach. | Standard pages with n lines of at most m characters each | 3 | 工具 + texlive-stdpage-doc | texlive | Documentation for stdpage | Documentation for stdpage | 3 | 库 + texlive-stealcaps | texlive | This little package is mainly meant to be used when there is a(TrueType or OpenType) font that does not provide real smallcapitals. As a workaround, this package helps to borrow, or"steal", the small capitals from another font. This might alsobe useful in the rare case that someone does not like thepresent small capitals, and wants to change them, or likesthose from another font better. To achieve the borrowing, oneonly needs to load the package and specify the name of thetarget font via the from option. Package dependencies: pgfopts,iftex, fontspec. | "Steal" small capitals | 3 | 工具 + texlive-steinmetz | texlive | The steinmetz package provides a command for typesettingcomplex numbers in the Steinmetz notation used inelectrotechnics as: <modulus>;<argument or phase inside anangle symbol> The package makes use of pict2e. | Print Steinmetz notation | 3 | 工具 + texlive-steinmetz-doc | texlive | Documentation for steinmetz | Documentation for steinmetz | 3 | 工具 + texlive-stellenbosch | texlive | The usthesis class/style files are provided to typeset reports,theses and dissertations that conform to the requirements ofthe Engineering Faculty of the University of Stellenbosch. Theclass file usthesis.cls is based on the standard LaTeX bookclass, while usthesis.sty is a style file to be loaded on topof the very powerful memoir class. Both options give identicaloutput, but the benefit of the using memoir is that it has manyadditional command and environments for formatting andprocessing of a document. Usthesis is primarily concerned withthe formatting of the front matter such as the title page,abstract, etc. and a decent page layout on A4 paper. It alsoworks together with the babel package to provide languageoptions to typeset documents in Afrikaans or in English.Additional packages are provided for bibliographic matter, notetitle pages, lists of symbols, as well as various graphic filesfor logos. | Stellenbosch thesis bundle | 3 | 工具 + texlive-stellenbosch-doc | texlive | Documentation for stellenbosch | Documentation for stellenbosch | 3 | 库 + texlive-step | texlive | The STEP fonts are a free Times-like (i.e., Times replacement)font family, implementing a design first created for The Timesof London in 1932. These fonts are meant to be compatible indesign with Adobe's digitization of Linotype Times, commonlyused in publishing. The fonts were forked from XITS/STIX andType 1 support is provided for legacy TeX engines. | A free Times-like font | 3 | 工具 + texlive-stepgreek | texlive | This is a beta version of the STEP Greek font. Only a regularface is available at present, though there are plans to additalic, bold and bold italic in the future. The font onlysupports LGR in TeX and is meant to serve as a Greek complementto a Times-like font such as STEP. The font supports polytonicGreek. | A free Times/Elsevier-style Greek font | 3 | 工具 + texlive-stex | texlive | The sTeX package collection is a version of TeX/LaTeX thatallows to markup TeX/LaTeX documents semantically withoutleaving the document format, essentially turning it into adocument format for mathematical knowledge management (MKM). | An Infrastructure for Semantic Preloading of LaTeX Documents | 3 | 工具 + texlive-stex-doc | texlive | Documentation for stex | Documentation for stex | 3 | 库 + texlive-stickstoo | texlive | SticksToo is a reworking of the STIX2 with support filesfocussing on enhancements of support for LaTeX users wishing tobe able to access more of its features. A companion addition tothe newtxmath package (version 1.55) provides a matching mathpackage using STIX2 letters (Roman and Greek) with newtxmathsymbols. | A reworking of STIX2 | 3 | 工具 + texlive-stix | texlive | The STIX fonts are a suite of unicode OpenType fonts containinga complete set of mathematical glyphs. The CTAN package is acopy of the fonts' official release, organised as specified bythe TeX Directory Structure, for inclusion in standard TeXdistributions. A Type 1-only distribution of the fonts isavailable in the esstix bundle. | OpenType Unicode maths fonts | 3 | 工具 + texlive-stix2-otf | texlive | The Scientific and Technical Information eXchange (STIX) fontsare intended to satisfy the demanding needs of authors,publishers, printers, and others working in the scientific,medical, and technical fields. They combine a comprehensiveUnicode-based collection of mathematical symbols and alphabetswith a set of text faces suitable for professional publishing.The fonts are available royalty-free under the SIL Open FontLicense. | OpenType Unicode text and maths fonts | 3 | 库 + texlive-stix2-type1 | texlive | The stix2 package provides minimal support for using the STIXTwo fonts with versions of TeX that are limited to TFM files,Type 1 PostScript fonts, and 8-bit font encodings. Version2.0.0 of the STIX fonts are being released in this format inhopes of easing the transition from legacy TeX engines tomodern fully Unicode-compatible systems. The Type 1 versionsare merely a repackaging of the original OpenType versions andshould not be viewed as independent entities. Some glyphs thatare traditionally available in TeX math fonts are not yetavailable in the STIX Two OpenType fonts. In such cases, wehave chosen to omit them from the stix2 package rather thancreate incompatibilities between the OpenType and Type 1versions. In addition, while development of the OpenTypeversions is ongoing, no further updates are planned to the Type1 versions of the fonts. | Type1 versions of the STIX Two OpenType fonts | 3 | 工具 + texlive-stix-doc | texlive | Documentation for stix | Documentation for stix | 3 | 库 + texlive-stmaryrd | texlive | The fonts were originally distributed as Metafont sources only,but Adobe Type 1 versions are also now available. Macro supportis provided for use under LaTeX; the package supports the"only" option (provided by the somedefs package) to restrictwhat is loaded, for those who don't need the whole font. | St Mary Road symbols for theoretical computer science | 3 | 工具 + texlive-stmaryrd-doc | texlive | Documentation for stmaryrd | Documentation for stmaryrd | 3 | 库 + texlive-storebox | texlive | The package provides "store boxes" whose user interface matchesthat of normal LaTeX "save boxes", except that the content of astore box appears at most once in the output PDF file, howeveroften it is used. The present version of the package supportspdfLaTeX and LuaLaTeX; when DVI is output, store boxes behavethe same as save boxes. | Storing information for reuse | 3 | 工具 + texlive-storebox-doc | texlive | Documentation for storebox | Documentation for storebox | 3 | 工具 + texlive-storecmd | texlive | The package provides macros for command definition that savethe name of the command being defined in a file or a macrocontainer. The list could be useful for spelling exceptions intext editors that do not support TeX syntax. | Store the name of a defined command in a container | 3 | 工具 + texlive-storecmd-doc | texlive | Documentation for storecmd | Documentation for storecmd | 3 | 库 + texlive-strands | texlive | This package permits to draw objects constructed from strands,like set partitions, permutations, braids, etc. It depends onforarray, ifthen, TikZ, xfp, xstring, and xkeyval. | Draw objects constructed from strands | 3 | 工具 + texlive-stricttex | texlive | This is a small, LuaLaTeX-only package providing you withthree, sometimes useful features: It allows you to makebrackets [...] "strict", meaning that each [ must be balancedby a ]. It allows you to use numbers in command names, so thatyou can do stuff like \newcommand\pi12{\pi_{12}}. It allows youto use numbers and primes in command names, so that you can dostuff like \newcommand\pi'12{\pi '_{12}}. | Strictly balanced brackets and numbers in command names | 3 | 工具 + texlive-stringenc | texlive | This package provides \StringEncodingConvert for converting astring between different encodings. Both LaTeX and plain-TeXare supported. | Converting a string between different encodings | 3 | 工具 + texlive-stringstrings | texlive | The package provides a large and sundry set of macros for themanipulation of strings. The macros are developed not merelyfor cosmetic application (such as changing the case of lettersand string substitution), but also for programming applicationssuch as character look-ahead, argument parsing, conditionaltests on various string conditions, etc. The macros weredesigned all to be expandable (note that things such as\uppercase and \lowercase are not expandable), so that themacros may be strung together sequentially and nested (after afashion) to achieve rather complex manipulations. | String manipulation for cosmetic and programming application | 3 | 工具 + texlive-stringstrings-doc | texlive | Documentation for stringstrings | Documentation for stringstrings | 3 | 库 + texlive-structmech | texlive | This package provides a collection of TikZ commands that allowusers to draw basic elements in material/structural mechanics.It is thus possible to draw member forces, nodalforces/displacements, various boundary conditions, internalforce distributions, etc. | A TikZ command set for structural mechanics drawings | 3 | 工具 + texlive-struktex | texlive | Even in the age of OOP one must develop algorithms. Nassi-Shneiderman diagrams are a well known tool to describe analgorithm in a graphical way. The package offers some macrosfor generating those diagrams in a LaTeX document. The packageprovides the most important elements of a Nassi-Shneidermandiagram, including processing blocks, loops, mappingconventions for alternatives, etc. Diagrams are drawn using thepicture environment (using pict2e for preference). | Draw Nassi-Schneidermann charts | 3 | 工具 + texlive-struktex-doc | texlive | Documentation for struktex | Documentation for struktex | 3 | 库 + texlive-sttools | texlive | A collection of tools and macros, providing: miscellaneousfloat control, page styles for floats, multipage tabulars, evencolumns at end of twocolumn region, switching between one- andtwo-column anywhere, simulating the effect of "midfloats", apackage to manipulate numerical lists and arrays. | Various macros | 3 | 工具 + texlive-sttools-doc | texlive | Documentation for sttools | Documentation for sttools | 3 | 库 + texlive-stubs | texlive | The \stubs command creates as many repetitions as possible ofits argument, at the bottom of the page; these stubs may beused (for example) for contact information. | Create tear-off stubs at the bottom of a page | 3 | 工具 + texlive-stubs-doc | texlive | Documentation for stubs | Documentation for stubs | 3 | 库 + texlive-studenthandouts | texlive | This package can be used to generate a single master documentthat contains a set of individual student handouts. The packagehas two main functions. First, it provides a simple frameworkfor organizing handout source code, and supplies a set ofimport management tools for selectively importing a subset ofthe handouts into the master document. Selective import isconvenient when compilation of all of the handouts isunnecessary, for example when working on a new handout. As asecondary feature, the package defines a basic visual style forhandouts. This style can be easily changed. | Management and styling of student handout projects | 3 | 工具 + texlive-sty2dtx | texlive-base | The package provides a Perl script that converts a .sty file(LaTeX package) to .dtx format (documented LaTeX source), bysurrounding macro definitions with macro and macrocodeenvironments. The macro name is automatically inserted as anargument to the macro environemnt. Code lines outside macrodefinitions are wrapped only in macrocode environments. Emptylines are removed. The script should not be thought to be foolproof and 100% accurate but rather as a good start to thebusiness of making a .dtx file from an undocumented style file.Full .dtx files are generated. A template based on the skeletonfile from 'dtxtut' is used. User level macros are addedautomatically to the 'Usage' section of the .dtx file. Acorresponding .ins file can be generated as well. | Create a .dtx file from a .sty file | 3 | 库 + texlive-styledcmd | texlive | This package allows creating and maintaining different versionsof the same command, in order to choose the best option forevery document. This includes expandable and protectedcommands. | Handling multiple versions of user-defined macros | 3 | 工具 + texlive-suanpan | texlive | These macros are described in Denis Roegel: MetaPost macros fordrawing Chinese and Japanese abaci, TUGboat (volume 30, number1, 2009, pages 74-79) | MetaPost macros for drawing Chinese and Japanese abaci | 3 | 库 + texlive-suanpan-doc | texlive | Documentation for suanpan | Documentation for suanpan | 3 | 库 + texlive-subdepth | texlive | This package is based on code (posted long ago to comp.text.texby Donald Arseneau) to equalise the height of subscripts inmaths. The default behaviour is to place subscripts slightlylower when there is a superscript as well, but this can lookodd in some situations. | Unify maths subscript height | 3 | 工具 + texlive-subdepth-doc | texlive | Documentation for subdepth | Documentation for subdepth | 3 | 库 + texlive-subdocs | texlive | This is an experimental package aiming to provide a differentapproach for multidocument works (mainly, books with a documentper chapter). Unlike the \include mechanism, every subdocumentis a complete normal LaTeX document and may be typesetseparately. What the package does is sharing the .aux files.The present release is an alpha version, and no attempt has yetbeen made to allow it to work with, say, hyperref. | Multifile documents | 3 | 工具 + texlive-subeqn | texlive | Sometimes it is necessary to be able to refer to subexpressionsof an equation. In order to do that these subexpressions shouldbe numbered. In standard LaTeX there is no provision for this.To solve this problem Stephen Gildea once wrote subeqn.sty forLaTeX 2.09; Donald Arsenau rewrote the macros and JohannesBraams made them available for LaTeX2e. Note that this packageis not compatible with the package subeqnarray (written byJohannes Braams), but it can be used together with the LaTeXclass options leqno and fleqn. | Package for subequation numbering | 3 | 工具 + texlive-subeqnarray | texlive | This package defines the subeqnarray and subeqnarray*environments, which behave like the corresponding eqnarray andeqnarray* environments, except that the individual lines arenumbered like 1a, 1b, 1c, etc. To refer to these numbers anextra label command \slabel is provided. Users are urged toconsider the alignment capabilities of the amsmath bundle,which produce better results than eqnarray-related macros. | Equation array with sub numbering | 3 | 工具 + texlive-subeqnarray-doc | texlive | Documentation for subeqnarray | Documentation for subeqnarray | 3 | 库 + texlive-subeqn-doc | texlive | Documentation for subeqn | Documentation for subeqn | 3 | 库 + texlive-subfig | texlive | The package provides support for the manipulation and referenceof small or 'sub' figures and tables within a single figure ortable environment. It is convenient to use this package whenyour subfigures are to be separately captioned, referenced, orare to be included in the List-of-Figures. A new \subfigurecommand is introduced which can be used inside a figureenvironment for each subfigure. An optional first argument isused as the caption for that subfigure. This package supersedesthe subfigure package (which is no longer maintained). The namewas changed since the package is completely backward compatiblewith the older package The major advantage to the new packageis that the user interface is keyword/value driven and easierto use. To ease the transition from the subfigure package, thedistribution it includes a configuration file (subfig.cfg)which nearly emulates the subfigure package. The functionalityof the package is provided by the (more recent still)subcaption package. | Figures broken into subfigures | 3 | 工具 + texlive-subfig-doc | texlive | Documentation for subfig | Documentation for subfig | 3 | 库 + texlive-subfigmat | texlive | Defines an array/matrix-type environment that is used with thesubfigure package to automate the placement of subfigures (ortables or text). The subfigures are placed left-to-right, top-to-bottom. | Automates layout when using the subfigure package | 3 | 工具 + texlive-subfigmat-doc | texlive | Documentation for subfigmat | Documentation for subfigmat | 3 | 库 + texlive-subfigure | texlive | Provides support for the manipulation and reference of small or'sub' figures and tables within a single figure or tableenvironment. It is convenient to use this package when yoursubfigures are to be separately captioned, referenced, or areto be included in the List-of-Figures. A new \subfigure commandis introduced which can be used inside a figure environment foreach subfigure. An optional first argument is used as thecaption for that subfigure. The package is now consideredobsolete: it was superseded by subfig, but users may find themore recent subcaption package more satisfactory. | Deprecated: Figures divided into subfigures | 3 | 工具 + texlive-subfigure-doc | texlive | Documentation for subfigure | Documentation for subfigure | 3 | 库 + texlive-subfiles | texlive | Using subfiles the user can handle multi-file projects morecomfortably making it possible to both process the subsidiaryfiles by themselves and to process the main file that includesthem, without making any changes to either. | Individual typesetting of subfiles of a "main" document | 3 | 工具 + texlive-subfiles-doc | texlive | Documentation for subfiles | Documentation for subfiles | 3 | 库 + texlive-subfloat | texlive | This package enables sub-numbering of floats (figures andtables) similar to the subequations-environment of the amsmathpackage. The subfloat package is not to be confused with thesubfig package which generates sub-figures within one normalfigure, and manages their placement; subfloat only affectscaptions and numbering. | Sub-numbering for figures and tables | 3 | 工具 + texlive-subfloat-doc | texlive | Documentation for subfloat | Documentation for subfloat | 3 | 库 + texlive-substances | texlive | The package provides the means to create a database-like filethat contains data of various chemicals. These data may beretrieved in the document; an index of the chemicals mentionedin the document can be created.. | A database of chemicals | 3 | 工具 + texlive-substances-doc | texlive | Documentation for substances | Documentation for substances | 3 | 库 + texlive-substitutefont | texlive | Many free fonts are extensions of a basic font family with newglyphs or shapes. Such fonts may be given a new name due tolicence reasons or to the creator's preference. The packagefacilitates the task of setting up a font family as substitutefor another one, using its \substitutefont command. | Easy font substitution | 3 | 工具 + texlive-substitutefont-doc | texlive | Documentation for substitutefont | Documentation for substitutefont | 3 | 库 + texlive-substr | texlive | The package provides commands to deal with substrings ofstrings. Macros are provided to: determine if one string is asubstring of another, return the parts of a string before orafter a substring, and count the number of occurrences of asubstring. | Deal with substrings in strings | 3 | 工具 + texlive-substr-doc | texlive | Documentation for substr | Documentation for substr | 3 | 库 + texlive-subsupscripts | texlive | The package provides a comprehensive and flexible set ofcommands for combinations of left and right sub- andsuperscripts. | A range of sub- and superscript commands | 3 | 工具 + texlive-subsupscripts-doc | texlive | Documentation for subsupscripts | Documentation for subsupscripts | 3 | 工具 + texlive-subtext | texlive | This LaTeX package gives easy access to text-style subscriptsin math mode by providing an optional argument to _. This isimplemented by using the \text{} command from the amstextpackage. | Easy text-style subscripts in math mode | 3 | 工具 + texlive-sudoku | texlive | The sudoku package provides an environment for typesettingsudoku grids. A sudoku puzzle is a 9x9 grid where some of thesquares in the grid contain numbers. The rules are simple:every column can only contain the digits 1 to 9, every row canonly contain the digits 1 to 9 and every 3x3 box can onlycontain the digits 1 to 9. More information, including help andexample puzzles, can be found at sudoku.org.uk. This site alsohas blank sudoku grids (or worksheets), but you will not needto print them from there if you have this package installed. | Create sudoku grids | 3 | 工具 + texlive-sudokubundle | texlive | The bundle provides three packages: printsudoku, which providesa command \sudoku whose argument is the name of a filecontaining a puzzle specification; solvesudoku, which attemptsto find a solution to the puzzle in the file named in theargument; and createsudoku, which uses the random package togenerate a puzzle according to a bunch of parameters that theuser sets via macros. The bundle comes with a set of ready-prepared puzzle files. | A set of sudoku-related packages | 3 | 工具 + texlive-sudokubundle-doc | texlive | Documentation for sudokubundle | Documentation for sudokubundle | 3 | 库 + texlive-sudoku-doc | texlive | Documentation for sudoku | Documentation for sudoku | 3 | 库 + texlive-suftesi | texlive | The class can be used to typeset any kind of book (originallydesigned for use in the humanities). | A document class for typesetting theses, books and articles | 3 | 工具 + texlive-suftesi-doc | texlive | Documentation for suftesi | Documentation for suftesi | 3 | 库 + texlive-sugconf | texlive | The class may be used to typeset articles to be published inthe proceedings of SAS(R) User group conferences and workshops.The layout produced by the class is based on that published bySAS Institute (2021). | SAS(R) user group conference proceedings document class | 3 | 工具 + texlive-sugconf-doc | texlive | Documentation for sugconf | Documentation for sugconf | 3 | 库 + texlive-superiors | texlive | The package allows the attachment of an arbitrary superiorfigures font to a font family that lacks one. (Superior figuresare commonly used as footnote markers.) Two superior figuresfonts are provided--one matching Times, the other matchingLibertine. | Attach superior figures to a font family | 3 | 工具 + texlive-superiors-doc | texlive | Documentation for superiors | Documentation for superiors | 3 | 库 + texlive-supertabular | texlive | The package was a predecessor of longtable; the newer package(designed on quite different principles) is easier to use andmore flexible, in many cases, but supertabular retains itsusefulness in a few situations where longtable has problems. | A multi-page tables package | 3 | 工具 + texlive-supertabular-doc | texlive | Documentation for supertabular | Documentation for supertabular | 3 | 库 + texlive-suppose | texlive | This package provides commands for abbreviating the word"Suppose" in six fonts and with other variations. The authorrecommends only using these commands when the immediatelysucceeding strings are mathematical in nature. He does notrecommend using them in formal work. The package requiresamsmath, amsfonts, and graphicx. | Abbreviate the word "Suppose" | 3 | 工具 + texlive-susy | texlive | The package provides abbreviations of longer expressions. | Macros for SuperSymmetry-related work | 3 | 库 + texlive-susy-doc | texlive | Documentation for susy | Documentation for susy | 3 | 库 + texlive-svg | texlive | This bundle contains the two packages svg and svg-extract. Thesvg package is intended for the automated integration of SVGgraphics into LaTeX documents. Therefore the capabilitiesprovided by Inkscape -- or more precisely its command line tool-- are used to export the text within an SVG graphic to aseparate file, which is then rendered by LaTeX. For thispurpose the two commands \includesvg and \includeinkscape areprovided which are very similar to the \includegraphics commandof the graphicx package. In addition, the package svg-extractallows the extraction of these graphics into independent filesin different graphic formats, exactly as it is rendered withinthe LaTeX document, using either ImageMagick or Ghostscript. | Include and extract SVG pictures using Inkscape | 3 | 工具 + texlive-svgcolor | texlive | The package defines the W3C Scalable Vector Graphics (SVG)colour names for use with both the color and PSTricks packages. | Define SVG named colours | 3 | 工具 + texlive-svgcolor-doc | texlive | Documentation for svgcolor | Documentation for svgcolor | 3 | 库 + texlive-svg-doc | texlive | Documentation for svg | Documentation for svg | 3 | 库 + texlive-svg-inkscape-doc | texlive | Documentation for svg-inkscape | Documentation for svg-inkscape | 3 | 工具 + texlive-svn | texlive | The svn package lets you typeset (in LaTeX) the value ofSubversion keywords. It is approximately an equivalent to thercs package, but for Subversion rather than CVS. Details ofSubversion (a replacement for CVS) is available from theproject's home site. | Typeset Subversion keywords | 3 | 工具 + texlive-svn-doc | texlive | Documentation for svn | Documentation for svn | 3 | 库 + texlive-svninfo | texlive | A package for incorporating the values of Subversion keywordsinto typeset documents. Information about Subversion (areplacement for CVS) is available from the project's home site. | Typeset Subversion keywords | 3 | 工具 + texlive-svninfo-doc | texlive | Documentation for svninfo | Documentation for svninfo | 3 | 库 + texlive-svn-multi | texlive-base | This package lets you typeset keywords of the version controlsystem Subversion inside your LaTeX files anywhere you like.Unlike the otherwise similar package svn the use of multiplefiles for one LaTeX document is well supported. The packageuses the author's filehook and currfile packages. The packageinteracts with an external Perl script, to retrieve informationnecessary for the required output. | Subversion keywords in multi-file LaTeX documents | 3 | 工具 + texlive-svn-prov | texlive | The package introduces Subversion variants of the standardLaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFilewhere the file name and date is extracted from Subversion Idkeywords. The file name may also be given explicitly as anoptional argument. | Subversion variants of \Provides... macros | 3 | 工具 + texlive-svn-prov-doc | texlive | Documentation for svn-prov | Documentation for svn-prov | 3 | 库 + texlive-svrsymbols | texlive | The svrsymbols package is a LaTeX interface to theSVRsymbolsfont. The glyphs of this font are ideograms that have beendesigned for use in Physics texts. Some symbols are standardand some are entirely new. | A new font with symbols for use in Physics texts. | 3 | 工具 + texlive-svrsymbols-doc | texlive | Documentation for svrsymbols | doc files of svrsymbols | 3 | 库 + texlive-swebib | texlive | The bundle contains Swedish versions of the standardbibliography styles, and of the style plainnat. The stylesshould be funtionally equivalent to the corresponding originalstyles, apart from the Swedish translations. The styles do notimplement Swedish collation. | Swedish bibliography styles | 3 | 工具 + texlive-swebib-doc | texlive | Documentation for swebib | Documentation for swebib | 3 | 库 + texlive-swfigure | texlive | Five different display modes are defined in order to place in adocument large figures that do not fit into a single page. Asingle user macro is defined to handle all five display modes. | Insert large images that do not fit into a single page | 3 | 工具 + texlive-swimgraf | texlive | The package provides two macros that produce representations ofa swimmer's performances. The user records data in a text fileand specifies as arguments of the macros the date range ofinterest. The macros extract the relevant information from thefile and process it: \swimgraph produces a graph of the timesin a single swimming event (specified as an argument), plottinglong course and short course times in separate lines. Recordsand qualifying times, stored in text files, may optionally beincluded on the graph. \swimtext produces a written record ofthe times in all events. Files of current world and Canadianrecords are included. The package requires the PSTricks andkeyval packages. For attractive output it also requires acolour output device. | Graphical/textual representations of swimming performances | 3 | 工具 + texlive-swimgraf-doc | texlive | Documentation for swimgraf | Documentation for swimgraf | 3 | 库 + texlive-swrule | texlive | Defines commands that create rules split into a (specified)number of pieces, whose size varies to produce the effect of arule that swells in its centre. | Lines thicker in the middle than at the ends | 3 | 工具 + texlive-swungdash | texlive | The swung dash (U+2053) is a useful character traditionallyused in typsetting dictionaries, but not supported by mosttypefaces. This package provides one simple command to typeseta swung dash in XeLaTeX and LuaLaTeX, by applyingtransformations to the given font's glyph for a tilde. | Typeset a swung dash in LaTeX | 3 | 工具 + texlive-syllogism | texlive | The package provides a simple, configurable, way for neatlytypesetting syllogisms and syllogistic-like arguments, composedof two premises and a conclusion. | Typeset syllogisms in LaTeX | 3 | 工具 + texlive-syllogism-doc | texlive | Documentation for syllogism | Documentation for syllogism | 3 | 库 + texlive-symbats3 | texlive | This package makes available for LaTeX the glyphs in Feorag'sOpenType Symbats3 neopagan dingbats fonts. | Macros to use the Symbats3 dingbats fonts | 3 | 工具 + texlive-symbol | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-sympytexpackage | texlive | sympytexpackage package | sympytexpackage package | 3 | 库 + texlive-sympytexpackage-doc | texlive | Documentation for sympytexpackage | Documentation for sympytexpackage | 3 | 库 + texlive-synctex | texlive-base | synctex package. | synctex package | 3 | 工具 + texlive-synproof | texlive | The package provides a set of macros based on PSTricks thatwill enable you to draw syntactic proofs easily (inspired bythe Gamut books). Very few commands are needed, however finetuning of the various parameters (dimensions) can still beachieved through "key=value" pairs. | Easy drawing of syntactic proofs | 3 | 工具 + texlive-synproof-doc | texlive | Documentation for synproof | Documentation for synproof | 3 | 库 + texlive-syntax | texlive | Create syntax diagrams using special environments and commandsto represent the diagram structure. | Creation of syntax diagrams | 3 | 库 + texlive-syntaxdi | texlive | This package provides TikZ styles for creating special syntaxdiagrams known as "railroad" diagrams. The package wasoriginally distributed as part of the schule bundle. | Create "railroad" syntax diagrams | 3 | 工具 + texlive-syntax-doc | texlive | Documentation for syntax | Documentation for syntax | 3 | 库 + texlive-syntrace | texlive | This package adds support for traces in trees created usingeither the synttree or the qtree package. The package providestwo commands (\traceLabel and \traceReference) to set and use atrace. | Labels for tracing in a syntax tree | 3 | 工具 + texlive-syntrace-doc | texlive | Documentation for syntrace | Documentation for syntrace | 3 | 库 + texlive-synttree | texlive | A package to typeset syntactic trees such as those used inChomsky's Generative grammar, based on a description of thestructure of the tree. | Typeset syntactic trees | 3 | 工具 + texlive-synttree-doc | texlive | Documentation for synttree | Documentation for synttree | 3 | 库 + texlive-systeme | texlive | The package allows you to enter systems of equations orinequalities in an intuitive way, and produces typeset outputwhere the terms and signs are aligned vertically. The packageworks with plain TeX or LaTeX, but e-TeX is required. Cettepetite extension permet de saisir des systemes d'equations ouinequations de facon intuitive, et produit un affichage ou lestermes et les signes sont alignes verticalement. | Format systems of equations | 3 | 工具 + texlive-systeme-doc | texlive | Documentation for systeme | Documentation for systeme | 3 | 库 + texlive-t2 | texlive | The T2 bundle provides a variety of separate support functions,for using Cyrillic characters in LaTeX: - the mathtext package,for using Cyrillic letters 'transparently' in formulae - thecitehack package, for using Cyrillic (or indeed any non-ascii)characters in citation keys; - support for Cyrillic in BibTeX; -support for Cyrillic in Makeindex; and - various items of fontsupport. | Support for using T2 encoding | 3 | 工具 + texlive-t2-doc | texlive | Documentation for t2 | Documentation for t2 | 3 | 库 + texlive-tabbing | texlive | By default, some of the tabbing environment's commands clashwith default accent commands; LaTeX provides the odd commands\a', etc., to deal with the clash. The package offers a variantof the tabbing environment which does not create thisdifficulty, so that users need not learn two sets of accentcommands. | Tabbing with accented letters | 3 | 工具 + texlive-tabfigures | texlive | Knuth designed his original fonts with tabular figures (figureswhose width is uniform); this makes some layout problems rathersimple. In more recent times, fonts (such as Minion Pro), whichoffer proportionally spaced figures, are increasingly beingused. The package provides mechanisms whereby such proportionalfigures may still be aligned in tabular style (for example, inthe table of contents). | Maintain vertical alignment of figures | 3 | 工具 + texlive-tabfigures-doc | texlive | Documentation for tabfigures | Documentation for tabfigures | 3 | 库 + texlive-tableaux | texlive | The package uses PStricks; the user may define the width of thetable, the number of lines and the height of each line.Placement of labels within the boxes may be absolute, or as apercentage of the width; various other controls are available. | Construct tables of signs and variations | 3 | 工具 + texlive-tableaux-doc | texlive | Documentation for tableaux | Documentation for tableaux | 3 | 库 + texlive-table-fct | texlive | Draw a variations table of functions and a convexity table ofits graph This version offers two environnements, to drawvariations table of a function and a convexity table of itsgraph. | Draw a variations table of functions and a convexity table of its graph. | 3 | 库 + texlive-tablefootnote | texlive | The package provides the command \tablefootnote to be used in atable or sidewaystable environment, where \footnote will notwork (and when using \footnotemark and \footnotetext, andadjusting the counter as necessary, is too much work). | Permit footnotes in tables | 3 | 工具 + texlive-tablefootnote-doc | texlive | Documentation for tablefootnote | Documentation for tablefootnote | 3 | 工具 + texlive-tableof | texlive | The package provides the commands to flag chapters or sections(or anything else destined to become a TOC line). The command\nexttocwithtags{req1,req2,...}{excl1,excl2,...} specifieswhich tags are to be required and which ones are to be excludedby the next \tableofcontents (or equivalent) command. In adocument that uses a class where \tableofcontents may only beused once, the command\tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may beused to provide several tables. | Tagging tables of contents | 3 | 工具 + texlive-tableof-doc | texlive | Documentation for tableof | Documentation for tableof | 3 | 库 + texlive-tablestyles | texlive | tablestyles package | tablestyles package | 3 | 工具 + texlive-tablestyles-doc | texlive | Documentation for tablestyles | Documentation for tablestyles | 3 | 工具 + texlive-tablists | texlive | This package offers environments and commands for one-level andtwo-level lists of short items (e.g., exercises in textbooks).The environments support optional arguments of item numberingsimilar to the enumerate or paralist packages. | Tabulated lists of short items | 3 | 工具 + texlive-tablists-doc | texlive | Documentation for tablists | Documentation for tablists | 3 | 库 + texlive-tablor | texlive | The package allows the user to use the computer algebra systemXCAS to generate tables of signs and of variations (the actualplotting of the tables uses the MetaPost macro packagetableauVariations). Tables with forbidden regions may bedeveloped using the package. A configuration file permits someconfiguration of the language to be used in the diagrams. Thetablor package requires that shell escape be enabled. | Create tables of signs and of variations | 3 | 工具 + texlive-tablor-doc | texlive | Documentation for tablor | Documentation for tablor | 3 | 库 + texlive-tabls | texlive | Modifies LaTeX's array and tabular environments to keep textfrom touching other text or hlines above or below. Several newparameters are defined and some standard macros are re-defined.The package slows down compilation of tables, since each entryis boxed twice. | Better vertical spacing in tables and arrays | 3 | 工具 + texlive-tabls-doc | texlive | Documentation for tabls | Documentation for tabls | 3 | 库 + texlive-tablvar | texlive | This is a complete and easy-to-use package for typesettingpretty tables of signs and variations according to Frenchusage. The syntax is similar to that of the array environmentand uses intuitive position commands. Arrows are drawnautomatically (using PSTricks by default or TikZ as an option).Macros are provided for drawing twin bars, single bars crossingthe zeros, areas where the function is not defined, or placingspecial values. Several features of the variation tables can becustomized. | Typesetting pretty tables of signs and variations according to French usage | 3 | 工具 + texlive-tabriz-thesis | texlive | The package offers a document class for typesetting theses anddissertations at the University of Tabriz. The class requiresuse of XeLaTeX. | A template for the University of Tabriz | 3 | 工具 + texlive-tabriz-thesis-doc | texlive | Documentation for tabriz-thesis | Documentation for tabriz-thesis | 3 | 工具 + texlive-tabstackengine | texlive | The package provides a front end to the stackengine package, toallow tabbed stacking. In most cases, an existing stackenginecommand may be prepended with the word "tabbed", "align" or"tabular" to create a new tabbed version of a stacking macro.In addition, hooks in the package's parser, that tabbed stringsof data may be parsed, extracted and reconstituted (notrequiring use of any stacking constructions). | "Tabbing" front-end to stackengine | 3 | 工具 + texlive-tabstackengine-doc | texlive | Documentation for tabstackengine | Documentation for tabstackengine | 3 | 库 + texlive-tabto-generic | texlive | \tabto{<length>} moves the typesetting position to <length>from the left margin of the paragraph. If the typesettingposition is already further along, \tabto starts a new line. | "Tab" to a measured position in the line | 3 | 工具 + texlive-tabto-ltx | texlive | \tabto{<length>} moves the typesetting position to <length>from the left margin of the paragraph. If the typesettingposition is already further along, \tabto starts a new line;the command \tabto* will move position backwards if necessary,so that previous text may be overwritten. The command\TabPositions may be used to define a set of tabbing positions,after which the command \tab advances typesetting position tothe next defined 'tab stop'. | "Tab" to a measured position in the line | 3 | 工具 + texlive-tabto-ltx-doc | texlive | Documentation for tabto-ltx | Documentation for tabto-ltx | 3 | 库 + texlive-tabu | texlive | The package provides an environment, tabu, which will make anysort of tabular (that doesn't need to split across pages), andan environment longtabu which provides the facilities of tabuin a modified longtable environment. (Note that this latteroffers an enhancement of ltxtable.) The package requires thearray package, and needs e-TeX to run (since array.sty ispresent in every conforming distribution of LaTeX, and sinceevery publicly available LaTeX format is built using e-TeX, therequirements are provided by default on any reasonable system).The package also requires xcolor for coloured rules in tables,and colortbl for coloured cells. The longtabu environmentfurther requires that longtable be loaded. The package itselfdoes not load any of these packages for the user. The tabuenvironment may be used in place of tabular, tabular* andtabularx environments, as well as the array environment inmaths mode. It overloads tabularx's X-column specification,allowing a width specification, alignment (l, r, c and j) andcolumn type indication (p, m and b). \begin{tabu} to <dimen>specifies a target width, and \begin{tabu} spread <dimen>enlarges the environment's "natural" width. | Flexible LaTeX tabulars | 3 | 工具 + texlive-tabu-doc | texlive | Documentation for tabu | Documentation for tabu | 3 | 库 + texlive-tabularborder | texlive | The tabular environment is changed so that the outer\tabcolseps are compensated and a \hline has the same length asthe text. No @{} is needed. | Remove excess space at left and right of tabular | 3 | 工具 + texlive-tabularborder-doc | texlive | Documentation for tabularborder | Documentation for tabularborder | 3 | 库 + texlive-tabularcalc | texlive | Given a list of numbers and one (or more) formulas, the packageoffers an easy syntax to build a table of values, i.e., atabular in which the first row contains the list of numbers,and the other rows contain the calculated values of theformulas for each number of the list. The table may be builteither horizontally or vertically and is fully customizable. | Calculate formulas in a tabular environment | 3 | 工具 + texlive-tabularcalc-doc | texlive | Documentation for tabularcalc | Documentation for tabularcalc | 3 | 库 + texlive-tabularew | texlive | The package offers a modification of the tabular environment,which deals with the problem of column heads that aresignificantly wider than the body of the column. | A variation on the tabular environment | 3 | 工具 + texlive-tabularew-doc | texlive | Documentation for tabularew | Documentation for tabularew | 3 | 库 + texlive-tabularray | texlive | LaTeX tables are implemented using TeX commands such as\halign, \noalign, \span, and \omit. In order to implement newfeatures, many macro packages have modified the inner tablecommands inside LaTeX. This makes package code complicated,difficult to maintain, and often conflicts with each other. Atpresent, the LaTeX3 programming layer is basically mature. Thistabularray package will discard the old \halign commands anddirectly use LaTeX3 functions to parse the table, and thentypeset the entire table. Under the premise of being compatiblewith the basic syntax of LaTeX2 tables, this macro package willcompletely separate the content and style of the table, and thestyle of the table can be completely set in keyval way. | Typeset tabulars and arrays with LaTeX3 | 3 | 工具 + texlive-tabulary | texlive | The package defines a tabular*-like environment, tabulary,taking a 'total width' argument as well as the columnspecifications. The environment uses column types L, C, R and Jfor variable width columns (\raggedright', \centering,\raggedleft, and normally justified). In contrast to tabularx'sX columns, the width of each column is weighted according tothe natural width of the widest cell in the column. | Tabular with variable width columns balanced | 3 | 工具 + texlive-tabulary-doc | texlive | Documentation for tabulary | Documentation for tabulary | 3 | 库 + texlive-tabvar | texlive | This LaTeX package is meant to ease the typesetting of tablesshowing variations of functions as they are used in France. | Typesetting tables showing variations of functions | 3 | 工具 + texlive-tabvar-doc | texlive | Documentation for tabvar | Documentation for tabvar | 3 | 库 + texlive-tagging | texlive | The package allows the user to generate multiple documents froma single source, by marking pieces of the document with tagsand specifying which marked pieces to include or exclude. | Document configuration with tags | 3 | 工具 + texlive-tagging-doc | texlive | Documentation for tagging | Documentation for tagging | 3 | 库 + texlive-tagpair | texlive | This package provides environments and commands for pairinglines, bottom lines, and tagged lines, intended to be used inparticular for word-by-word glosses, translations, andbibliographic attributions, respectively. This LaTeX package isinspired by Marcel R. van der Goot's classic Plain TeX macrosin gloss.tex. | Word-by-word glosses, translations, and bibliographic attributions | 3 | 工具 + texlive-tagpair-doc | texlive | Documentation for tagpair | Documentation for tagpair | 3 | 库 + texlive-tagpdf | texlive | The package offers tools to experiment with tagging andaccessibility using pdfLaTeX and LuaTeX. It isn't meant forproduction but allows the user to try out how difficult it isto tag some structures; to try out how much tagging is reallyneeded; to test what else is needed so that a pdf works e.g.with a screen reader. Its goal is to get a feeling for what hasto be done, which kernel changes are needed, how packagesshould be adapted. | Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX | 3 | 工具 + texlive-talk | texlive | The talk document class allows you to create slides for screenpresentations or printing on transparencies. It also allows youto print personal notes for your talk. You can create overlaysand display structure information (current section /subsection, table of contents) on your slides. The main featurethat distinguishes talk from other presentation classes likebeamer or prosper is that it allows the user to define anarbitrary number of slide styles and switch between thesestyles from slide to slide. This way the slide layout can beadapted to the slide content. For example, the title orcontents page of a talk can be given a slightly differentlayout than the other slides. The talk class makes norestrictions on the slide design whatsoever. The entire lookand feel of the presentation can be defined by the user. Thestyle definitions should be put in a separate sty file.Currently the package comes with only one set of pre-definedslide styles (greybars.sty). Contributions from people who areartistically more gifted than the author are more than welcome! | A LaTeX class for presentations | 3 | 工具 + texlive-talk-doc | texlive | Documentation for talk | Documentation for talk | 3 | 库 + texlive-talos | texlive | A cult Greek font from the eighties, used at the University ofCrete, Greece. It belonged to the first TeX installation in aGreek University and most probably the first TeX installationthat supported the Greek language. | A Greek cult font from the eighties | 3 | 工具 + texlive-tamefloats | texlive | LaTeX's figures, tables, and \marginpars are dangerous forfootnotes (and probably also \enlargethispage). Here is aproposal (a 'patch' package) to help, by using \holdinginsertsin a simple way. It replaces the original problem with a newone -- it is an experiment to find out whether the new problemis less bad (or it is just a contribution to the discussion,maybe just a summary of previous work). The files providefurther information. | Experimentally use \holdinginserts with LaTeX floats | 3 | 工具 + texlive-tamefloats-doc | texlive | Documentation for tamefloats | Documentation for tamefloats | 3 | 服务 + texlive-tamethebeast-doc | texlive | Documentation for tamethebeast | Documentation for tamethebeast | 3 | 库 + texlive-t-angles | texlive | A LaTeX2e package for drawing tangles, trees, Hopf algebraoperations and other pictures. It is based on emTeX or TPIC\specials. Therefore, it can be used with the most populardrivers, including emTeX drivers, dviwin, xdvi and dvips, and(using some code from ConTeXt) it may also be used withPDFLaTeX. | Draw tangles, trees, Hopf algebra operations and other pictures | 3 | 工具 + texlive-t-angles-doc | texlive | Documentation for t-angles | Documentation for t-angles | 3 | 库 + texlive-tap | texlive | The package offers a simple notation for pretty complex tables(to Michael J. Ferguson's credit). With PostScript, the packageallows shaded/coloured tables, diagonal rules, etc. The packageis supposed to work with both Plain and LaTeX. An AWK converterfrom ASCII semigraphic tables to TAP notation is included. | TeX macros for typesetting complex tables | 3 | 工具 + texlive-tap-doc | texlive | Documentation for tap | Documentation for tap | 3 | 库 + texlive-tapir | texlive | Tapir is a simple geometrical font mostly created of line andcircular segments with constant thickness. The font isavailable as Metafont source and in Adobe Type 1 format. Thecharacter set contains all characters in the range 0-127 (as incmr10), accented characters used in the Czech, Slovak andPolish languages. | A simple geometrical font | 3 | 工具 + texlive-tapir-doc | texlive | Documentation for tapir | Documentation for tapir | 3 | 库 + texlive-tasks | texlive | The reason for the creation of the tasks environment was anunwritten agreement in German maths textbooks (exspecially(junior) high school textbooks) to organize exercises incolumns counting horizontally rather than vertically. This iswhat the tasks package helps to achieve. | Horizontally columned lists | 3 | 工具 + texlive-tasks-doc | texlive | Documentation for tasks | Documentation for tasks | 3 | 库 + texlive-tcldoc | texlive | The tclldoc package and class simplify the application of thedoc/docstrip style of literate programming with Dr. JohnOusterhout's Tool Command Language (Tcl, pronounced "tickle",a.k.a. The Cool Language). The tclldoc package is a bit likethe doc package is for LaTeX, whereas the tclldoc class moreparallels the ltxdoc class. | Doc/docstrip for tcl | 3 | 工具 + texlive-tcldoc-doc | texlive | Documentation for tcldoc | Documentation for tcldoc | 3 | 库 + texlive-tcolorbox | texlive | This package provides an environment for coloured and framedtext boxes with a heading line. Optionally, such a box may besplit in an upper and a lower part; thus the package may beused for the setting of LaTeX examples where one part of thebox displays the source code and the other part shows theoutput. Another common use case is the setting of theorems. Thepackage supports saving and reuse of source code and textparts. The package depends on the pgf, verbatim, environ, andetoolbox packages. | Coloured boxes, for LaTeX examples and theorems, etc | 3 | 工具 + texlive-tcolorbox-doc | texlive | Documentation for tcolorbox | Documentation for tcolorbox | 3 | 库 + texlive-tdclock | texlive | A ticking digital clock package to be used in Pdf-LaTeXdocuments, for example in presentations. | A ticking digital clock package for PDF output | 3 | 工具 + texlive-tdclock-doc | texlive | Documentation for tdclock | Documentation for tdclock | 3 | 库 + texlive-tds-doc | texlive | Documentation for tds | Documentation for tds | 3 | 服务 + texlive-tdsfrmath | texlive | A collection of macros for French maths teachers in collegesand lycees (and perhaps elsewhere). It is hoped that thepackage will facilitate the everyday use of LaTeX bymathematics teachers. | Macros for French teachers of mathematics | 3 | 工具 + texlive-tdsfrmath-doc | texlive | Documentation for tdsfrmath | Documentation for tdsfrmath | 3 | 库 + texlive-technics | texlive | The package provides a very simple LaTeX document template, inthe hope that this use of LaTeX will become attractive totypical word processor users. (Presentation is as if it were aclass; users are expected to start from a template document.) | A package to format technical documents | 3 | 工具 + texlive-technics-doc | texlive | Documentation for technics | Documentation for technics | 3 | 服务 + texlive-technion-thesis-template | texlive | This is a template for writing a thesis according to theTechnion specifications. | Template for theses on the Technion graduate school | 3 | 工具 + texlive-ted | texlive | Just like sed is a stream editor, ted is a token list editor.Actually, it is not as powerfull as sed, but its main featureis that it really works with tokens, not only characters. Theted package provides two user macros: \Substitute and\ShowTokens. The first is maybe the most useful: it performssubstitutions in token lists (even inside braces). The seconddisplays each token of the list (one per line) with its catcode(in the list, not just the current one), and can be useful fordebugging or for TeX learners. Ted is designed to work welleven if strange tokens (that is, unusual {charcode, catcode}pairs or tokens with a confusing meaning) occur in the list. | A (primitive) token list editor | 3 | 工具 + texlive-ted-doc | texlive | Documentation for ted | Documentation for ted | 3 | 库 + texlive-templates-fenn-doc | texlive | Documentation for templates-fenn | Documentation for templates-fenn | 3 | 库 + texlive-templates-sommer-doc | texlive | Documentation for templates-sommer | Documentation for templates-sommer | 3 | 库 + texlive-templatetools | texlive | The package provides a collection of tools, which are helpfulfor the creation of a LaTeX template if conditional paths forcode execution are required. All the commands work both in thepreamble and in the document. | Commands useful in LaTeX templates | 3 | 工具 + texlive-templatetools-doc | texlive | Documentation for templatetools | Documentation for templatetools | 3 | 库 + texlive-tempora | texlive | This package, derived from TemporaLGCUni by Alexej Kryukov, ismeant as a companion to Times text font packages, providingGreek and Cyrillic in matching weights and styles. OpenType andType1 fonts are provided, with LaTeX support files givingessentially complete LGR coverage of monotonic, polytonic andancient Greek, and almost full T2A coverage of Cyrillic. | Greek and Cyrillic to accompany Times | 3 | 工具 + texlive-tempora-doc | texlive | Documentation for tempora | doc files of tempora | 3 | 库 + texlive-tengwarscript | texlive | The package provides "mid-level" access to tengwar fonts,providing good quality output. Each tengwar sign is representedby a command, which will place the sign nicely in relation toprevious signs. A transcription package is available from thepackage's home page: writing all those tengwar commands wouldquickly become untenable. The package supports the use of awide variety of tengwar fonts that are available from the net;metric and map files are provided for all the supported fonts. | LaTeX support for using Tengwar fonts | 3 | 工具 + texlive-tengwarscript-doc | texlive | Documentation for tengwarscript | Documentation for tengwarscript | 3 | 库 + texlive-tensind | texlive | Typesets tensors with dots filling gaps and fine tuning ofindex placement. | Typeset tensors | 3 | 库 + texlive-tensor | texlive | A package which allows the user to set tensor-style super- andsubscripts with offsets between successive indices. It supportsthe typesetting of tensors with mixed upper and lower indiceswith spacing, also typset preposed indices. This is a completerevision and extension of the original 'tensor' package by MikePiff. | Typeset tensors | 3 | 工具 + texlive-tensor-doc | texlive | Documentation for tensor | Documentation for tensor | 3 | 库 + texlive-termcal | texlive | This package is intended to print a term calendar for use inplanning a class. It has a flexible mechanism for specifyingwhich days of the week are to be included and for insertingtext either regularly on the same day each week, or on selecteddays, or for a series of consecutive days. It also has aflexible mechanism for specifing class and nonclass days. Textmay be inserted into consecutive days so that it automaticallyflows around nonclass days. | Print a class calendar | 3 | 工具 + texlive-termcal-de | texlive | This package provides a German localization to the termcalpackage written by Bill Mitchell, which is intended to print aterm calendar for use in planning a class. | German localization for termcal | 3 | 工具 + texlive-termcal-doc | texlive | Documentation for termcal | Documentation for termcal | 3 | 库 + texlive-termes-otf | texlive | This package provides the OpenType version of the TeX GyreTermes font, including text and math fonts. The package needsLuaLaTeX or XeLaTeX. The missing typefaces like bold math andslanted text are also defined. | Using the OpenType fonts TeX Gyre Termes | 3 | 工具 + texlive-termlist | texlive | The termlist package provides environments to indent and labelany kind of terms with a continuous number. Candidate terms mayappear inside an equation or eqnarray environment. | Label any kind of term with a continuous counter | 3 | 库 + texlive-termlist-doc | texlive | Documentation for termlist | Documentation for termlist | 3 | 库 + texlive-termmenu | texlive | When writing programs, it's often required to present the userwith a list of options/actions. The user is then expected toselect one of these options for the program to process.termmenu provides this mechanism for TeX. It requires onlyexpl3 support, thus the l3kernel and l3packages are bothrequired. | The package provides support for terminal-based menus using expl3 | 3 | 工具 + texlive-termmenu-doc | texlive | Documentation for termmenu | Documentation for termmenu | 3 | 库 + texlive-termsim | texlive | This LaTeX3 package provides environments terminal andterminal*, and macros \termfile and \termfile* to simulateWin10, Ubuntu and Mac terminals. It is based on tcolorbox,minted and listings. | Simulate Win10, Ubuntu, and Mac terminals | 3 | 工具 + texlive-testhyphens | texlive | The package may be used for testing hyphenation patterns or forcontrolling that specific words are hyphenated as expected.This package implements some old TUGboat code to adapt it toLaTeX with some enhancements. It differs form \showhyphens,because it typesets its output on the document's output file.It also works with xelatex, where \showhyphens requires aworkaround. | Testing hyphenation patterns | 3 | 工具 + texlive-testhyphens-doc | texlive | Documentation for testhyphens | Documentation for testhyphens | 3 | 库 + texlive-testidx | texlive | This is a LaTeX package that provides a command to producedummy text interspersed with \index commands to test an indexstyle or indexing application. The dummy text is mostly inEnglish, but includes extended Latin characters provided eitherthrough LaTeX accent commands or directly with UTF-8characters, depending on the setup, to allow for testingextended Latin alphabets. The supplementary packagetestidx-glossaries.sty uses the indexing interface provided bythe glossaries package. | Dummy text for testing index styles and indexing applications | 3 | 工具 + texlive-tetragonos | texlive | This is a XeLaTeX package for mapping Chinese characters totheir codes in the Four-Corner Method. | Four-Corner codes of Chinese characters | 3 | 库 + texlive-teubner | texlive | An extension to babel greek option for typesetting classicalGreek with a philological approach. The package works with theauthor's greek fonts using the 'Lispiakos' font shape derivedfrom that of the fonts used in printers' shops in Lispia. Thepackage name honours the publisher B.G. TeubnerVerlaggesellschaft whose Greek text publications are of highquality. | Philological typesetting of classical Greek | 3 | 工具 + texlive-teubner-doc | texlive | Documentation for teubner | Documentation for teubner | 3 | 库 + texlive-tex | texlive-base | TeX is a typesetting system that incorporates a macroprocessor. A TeX source document specifies or incorporates anumber of macro definitions that instruct the TeX engine how totypeset the document. The TeX engine also uses font metricsgenerated by Metafont, or by any of several other mechanismsthat incorporate fonts from other sources into an environmentsuitable for TeX. TeX has been, and continues, a basis and aninspiration for several other programs, including e-TeX andPDFTeX. | A sophisticated typesetting engine | 3 | 工具 + texlive-tex4ebook | texlive-base | This is a bundle of lua scripts and LaTeX packages forconversion of LaTeX files to ebook formats such as epub, mobiand epub3. tex4ht is used as conversion engine. | Convertor from LaTeX to ebook formats | 3 | 工具 + texlive-tex4ht | texlive-base | A converter from TeX and LaTeX to SGML-based formats such as(X)HTML, MathML, OpenDocument, and DocBook, providing aconfigurable (La)TeX-based authoring system for hypertext.Tex4ht does not parse (La)TeX source (so that it avoids thedifficulties encountered by many other converters, arising fromthe irregularity of (La)TeX syntax). Instead, Tex4ht uses(La)TeX itself (with an extra macro package) to produce a non-standard DVI file that it can then process. This techniqueallows TeX4ht to approach the robustness characteristic ofrestricted-syntax systems such as hyperlatex and gellmu. | Convert (La)TeX to HTML/XML | 3 | 工具 + texlive-texaccents | texlive | This small utility, written in SNOBOL, converts the compositionof special characters to Unicode, e. g. \"{a} - a, \k{a} - a,... | Convert composite accented characters to Unicode | 3 | 工具 + texlive-texapi | texlive | Texapi provides utility macros to write format-independent (and-aware) packages. It is similar in spirit to the etoolbox,except that it isn't tied to LaTeX. Tools include: engine andformat detection, expansion control, command definition andmanipulation, various testing macros, string operations, andhighly customizable while and for loops. The package requires e-TeX (and, should you want to compile its documentation, thepitex package is also needed). | Macros to write format-independent packages | 3 | 工具 + texlive-texapi-doc | texlive | Documentation for texapi | Documentation for texapi | 3 | 库 + texlive-texbytopic-doc | texlive | Documentation for texbytopic | Documentation for texbytopic | 3 | 库 + texlive-texcount | texlive-base | TeXcount is a Perl script that counts words in the text ofLaTeX files. It has rules for handling most of the commonmacros, and can provide colour-coded output showing which partsof the text have been counted. The package script is availableas a Web service via its home page. | Count words in a LaTeX document | 3 | 库 + texlive-texdate | texlive | TeX and LaTeX provide few facilities for dates by default,though many packages have filled this gap. This package fillsit, as well, with a pure TeX-primitive implementation. It canprint dates, advance them by numbers of days, weeks, or months,determine the weekday automatically (with an algorithm cribbedfrom the dayofweek.tex file written by Martin Minow), and printthem in (mostly) arbitrary format. It can also print calendars(monthly and yearly) automatically, and can be easily localizedfor non-English languages. | Date printing, formatting, and manipulation in TeX | 3 | 工具 + texlive-texdef | texlive-base | The (Perl) script displays the definition of (La)TeX commandsequences/macros. Various options allow the selection of theused class and package files and other things which can haveinfluence on the definition (before/after the preamble, insidean environment, ...). The script creates a temporary TeX filewhich is then compiled using (La)TeX to find the '\meaning' ofthe command sequence. The result is formatted and presented tothe user. Length or number command sequences (dimensions,\char..., count registers, ...) are recognized and thecontained value is also shown (using \the). Special definitionslike protected macros are also recognized and the underlyingmacros are shown as well. The script will show plain TeXdefinitions by default. LaTeX and ConTeXt are supported,including flavours (pdf(la)tex, lua(la)tex, xe(la)tex, ...).The flavour can be selected using an command line option orover the script name: latexdef will use LaTeX as default, etc. | Display the definitions of TeX commands | 3 | 工具 + texlive-texdiff | texlive-base | Texdiff compares two (La)TeX documents to create a merged version showingchanges, similar to that of 'Change Tracking' in some word processors. | Compares two (La)TeX documents to create a merged version showing changes | 3 | 工具 + texlive-texdimens | texlive | Utilities and documentation related to TeX dimensional units,usable both with Plain (\input texdimens) and with LaTeX(\usepackage{texdimens}). | Conversion of TeX dimensions to decimals | 3 | 工具 + texlive-texdirflatten | texlive-base | The Perl script parses a LaTeX file recursively, scanning allchild files, and collects details of any included and otherdata files. These component files, are then all put into asingle directory (thus "flattening" the document's directorytree). | Collect files related to a LaTeX job in a single directory | 3 | 库 + texlive-texdoc | texlive-base | TeXdoc is an application for easy access to the packagedocumentation of a TeX distributions (i.e., .dvi, .pdf or .psfiles on the $TEXDOCS tree). It is distributed with TeX-Liveand a derivative is distributed with miktex. | Documentation access for TeX distributions | 3 | 工具 + texlive-texdoctk | texlive-base | A Perl/Tk-based GUI for easy access to package documentationfor TeX on Unix platforms; the databases it uses are based onthe texmf/doc subtrees of teTeX, but database files for localconfigurations with modified/extended directories can bederived from them. Note that texdoctk is not a viewer itself,but an interface for finding documentation files and openingthem with the appropriate viewer; so it relies on appropriateprograms to be installed on the system. However, the choice ofthese programs can be configured by the sysadmin or user. Nowonly distributed as part of TeX Live, which includes a Windowsexecutable. | Easy access to package documentation | 3 | 工具 + texlive-texdraw | texlive | TeXdraw is a set of macro definitions for TeX, which allow theuser to produce PostScript drawings from within TeX and LaTeX.TeXdraw has been designed to be extensible. Drawing 'segments'are relocatable, self-contained units. Using a combination ofthe TeX's grouping mechanism and the gsave/grestore mechanismin PostScript, drawing segments allow for local changes to thescaling and line parameters. Using TeX's macro definitioncapability, new drawing commands can be constructed fromdrawing segments. | Graphical macros, using embedded PostScript | 3 | 工具 + texlive-texdraw-doc | texlive | Documentation for texdraw | Documentation for texdraw | 3 | 工具 + texlive-tex-ewd | texlive | Edsger W. Dijkstra and others suggest a unique style to presentmathematical proofs and to construct programs. This packageprovides macros that support calculational proofs andDijkstra's "guarded command language". | Macros to typeset calculational proofs and programs in Dijkstra's style | 3 | 工具 + texlive-tex-ewd-doc | texlive | Documentation for tex-ewd | Documentation for tex-ewd | 3 | 工具 + texlive-tex-font-errors-cheatsheet-doc | texlive | Documentation for tex-font-errors-cheatsheet | Documentation for tex-font-errors-cheatsheet | 3 | 工具 + texlive-texfot | texlive-base | The package provides a small Perl script to filter the onlineoutput from a TeX run, attempting to show only those messageswhich probably deserve some change in the source. The TeXinvocation itself need not change. | Filter clutter from the output of a TeX run | 3 | 工具 + texlive-tex-gyre | texlive | The TeX-GYRE bundle consists of six font families: TeX GyreAdventor is based on the URW Gothic L family of fonts (which isderived from ITC Avant Garde Gothic, designed by Herb Lubalinand Tom Carnase). TeX Gyre Bonum is based on the URW Bookman Lfamily (from Bookman Old Style, designed by AlexanderPhemister). TeX Gyre Chorus is based on URW Chancery L MediumItalic (from ITC Zapf Chancery, designed by Hermann Zapf in1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based onCourier, designed by Howard G. Kettler in 1955, for IBM). TeXGyre Heros is based on URW Nimbus Sans L (from Helvetica,prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeXGyre Pagella is based on URW Palladio L (from Palatino,designed by Hermann Zapf in the 1940s). TeX Gyre Schola isbased on the URW Century Schoolbook L family (which wasdesigned by Morris Fuller Benton for the American TypeFounders). TeX Gyre Termes is based on the URW Nimbus Roman No9L family of fonts (whose original, Times, was designed byStanley Morison together with Starling Burgess and VictorLardent and first offered by Monotype). The constituentstandard faces of each family have been greatly extended, andcontain nearly 1100 glyphs each (though Chorus omits Greeksupport, has no small-caps family and has approximately 800glyphs). Each family is available in Adobe Type 1 and Open Typeformats, and LaTeX support (for use with a variety ofencodings) is provided. Vietnamese characters were added by HanThe Thanh. | TeX Fonts extending freely available URW fonts | 3 | 工具 + texlive-tex-gyre-doc | texlive | Documentation for tex-gyre | Documentation for tex-gyre | 3 | 工具 + texlive-tex-gyre-math | texlive | TeX-Gyre-Math is a collection of maths fonts to match the textfonts of the TeX-Gyre collection. The collection is availablein OpenType format, only; fonts conform to the developingstandards for OpenType maths fonts. TeX-Gyre-Math-Bonum (tomatch TeX-Gyre-Bonum), TeX-Gyre-Math-Pagella (to match TeX-Gyre-Pagella), TeX-Gyre-Math-Schola (to match TeX-Gyre-Schola) andTeX-Gyre-Math-Termes (to match TeX-Gyre-Termes) fonts areprovided. | Maths fonts to match tex-gyre text fonts | 3 | 工具 + texlive-tex-gyre-math-doc | texlive | Documentation for tex-gyre-math | Documentation for tex-gyre-math | 3 | 工具 + texlive-texilikechaps | texlive | The package enables the user to reduce the size of the ratherlarge chapter headings in standard classes into a texi-likesmaller format. Details of the format may be controlled withinternal commands. | Format chapters with a texi-like format | 3 | 工具 + texlive-texilikecover | texlive | The package creates document cover pages, like those thatTeXinfo produces. | A cover-page package, like TeXinfo | 3 | 工具 + texlive-tex-ini-files | texlive | This bundle provides a collection of model .ini files forcreating TeX formats. These files are commonly used tointroduced distribution-dependent variations in formats. Theyare also used to allow existing format source files to be usedwith newer engines, for example to adapt the plain e-TeX sourcefile to work with XeTeX and LuaTeX. | Model TeX format creation files | 3 | 工具 + texlive-tex-ini-files-doc | texlive | Documentation for tex-ini-files | doc files of tex-ini-files | 3 | 工具 + texlive-tex-label | texlive | Enables the user to place a 'classification' label on eachpage, at the bottom to the right of the page number | Place a classification on each page of a document | 3 | 工具 + texlive-tex-label-doc | texlive | Documentation for tex-label | Documentation for tex-label | 3 | 工具 + texlive-texlive.infra | texlive-base | This package contains the files needed to get the TeX Livetools (notably tlmgr) running: perl modules, xz binaries, plus(sometimes) tar and wget. These files end up in the standaloneinstall packages, and in the tlcritical repository. | Basic TeX Live infrastructure | 3 | 工具 + texlive-texlive-common-doc | texlive | Documentation for texlive-common | Documentation for texlive-common | 3 | 工具 + texlive-texlive-cz-doc | texlive | Documentation for texlive-cz | Documentation for texlive-cz | 3 | 工具 + texlive-texlive-de-doc | texlive | Documentation for texlive-de | Documentation for texlive-de | 3 | 工具 + texlive-texlive-en | texlive-base | TeX Live manual (English). | TeX Live manual (English) | 3 | 工具 + texlive-texlive-es-doc | texlive | Documentation for texlive-es | doc files of texlive-es | 3 | 工具 + texlive-texlive-fr-doc | texlive | Documentation for texlive-fr | Documentation for texlive-fr | 3 | 工具 + texlive-texlive-it-doc | texlive | Documentation for texlive-it | Documentation for texlive-it | 3 | 工具 + texlive-texlive-ja | texlive | TeX Live manual (Japanese). | TeX Live manual (Japanese) | 3 | 工具 + texlive-texlive-msg-translations | texlive | This package contains the translated messages of the TeX Liveinstaller and TeX Live Manager. For information on creating orupdating translations, seehttp://tug.org/texlive/doc.html#install-tl-xlate. | translations of the TeX Live installer and TeX Live Manager | 3 | 工具 + texlive-texliveonfly | texlive-base | The package provides a script that performs 'on the fly'downloads of missing packages, while a document is beingcompiled. (This feature is already available in the MikTeXdistribution for Windows machines.) To use the script, replaceyour (LaTeX) compilation command with texliveonfly.py file.tex(default options are --engine=lualatex and --arguments="-synctex=1 -interaction=nonstopmode", which may all be changed).The script is designed to work on Linux distributions. | On-the-fly download of missing TeX live packages | 3 | 工具 + texlive-texlive-pl-doc | texlive | Documentation for texlive-pl | Documentation for texlive-pl | 3 | 库 + texlive-texlive-ru-doc | texlive | Documentation for texlive-ru | Documentation for texlive-ru | 3 | 工具 + texlive-texlive-scripts | texlive-base | Includes install-tl, tl-portable, rungs, etc.; not needed fortlmgr to run but still ours. Not included in tlcritical. | TeX Live infrastructure programs | 3 | 工具 + texlive-texlive-scripts-extra | texlive-base | Miscellaneous scripts maintained as part of TeX Live, but not important forthe infrastructure. Thus, this is not part of scheme-infraonly or tlcritical,just a normal package. | TeX Live scripts | 3 | 工具 + texlive-texlive-sr-doc | texlive | Documentation for texlive-sr | Documentation for texlive-sr | 3 | 工具 + texlive-texlive-zh-cn-doc | texlive | Documentation for texlive-zh-cn | Documentation for texlive-zh-cn | 3 | 工具 + texlive-tex-locale | texlive | This package uses both tracklang and texosquery to look up thelocale information from the operating system and providecommands that can access locale-dependent information, such asthe currency symbol and decimal separator. The filetex-locale.tex provides generic TeX code. The LaTeX packagetex-locale.sty can additionally load babel or polyglossia withthe locale's language setting, as well as various otherpackages such as fontspec (XeLaTeX/LuaLaTeX) or fontenc +inputenc (pdfLaTeX). | Localisation support for TeX and LaTeX documents | 3 | 工具 + texlive-texloganalyser | texlive-base | The perl script allows the user to extract (and display)elements of the log file. | Analyse TeX logs | 3 | 库 + texlive-texlogfilter | texlive-base | texlogfilter is a Perl script designed to filter LaTeX engines output or logfile (LaTeX, pdfLaTeX, LuaLaTeX or XeLaTeX). It reduces the LaTeX output or logto keep only warnings and errors. The result is colorised. Options allow tomask specific warnings, such as box or references/citations warnings. It's alsopossible to add custom filter patterns. | Filter LaTeX engines output or log file | 3 | 库 + texlive-texlogos | texlive | TeXlogos defines an assortment of frequently used logos notcontained in base LaTeX itself. The Metafont, MetapostAMS,BibTeX and SliTeX logos are defined, as long as you have theappropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent,Yen, Won and Naira are defined so as not to need TS1-encodedfonts. Also defined are the C++ logo, with the '+' signsproperly positioned, and the logo of the Vienna UniversityBusiness Administration Center (BWZ). | Ready-to-use LaTeX logos | 3 | 工具 + texlive-texlogsieve | texlive-base | texlogsieve reads a LaTeX log file (or the standard input if no file isspecified), filters out less relevant messages, and displays a summary report.It is a texlua script, similar in spirit to tools such as texfot,texloganalyser, rubber-info, textlog_extract, texlogparser, and others.Highlights: Two reports: the most important messages from the log file followedby a summary of repeated messages, undefined references etc.; The program goesto great lengths to correctly handle TeX line wrapping and does a much betterjob at that than existing tools; Multiline messages are treated as a singleentity; Several options to control which messages should be filtered out; Nomessages are accidentally removed; The summary report is currently simple, butuseful. | Filter and summarize LaTeX log files | 3 | 工具 + texlive-texmate | texlive | TeXmate formats chess games from very simple ascii input. Theclean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the sameresults as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". Theresulting format is fully customizable. There are 4 levels ofcommentary: 1 is the main game, 2-3 are commentaries. Each hasits fonts, punctuation marks, etc., and these are alsocustomizable. The package includes a tool for the creation ofdiagrams. The package works in conjunction with skak to producediagrams of the current position automatically. For chessfonts, the package uses the chessfss system. | Comprehensive chess annotation in LaTeX | 3 | 工具 + texlive-texmate-doc | texlive | Documentation for texmate | Documentation for texmate | 3 | 库 + texlive-texments | texlive | A package which allows to use the Pygments highlighter insideLaTeX documents. Pygments supports syntax colouring of over 50types of files, and ships with multiple colour schemes. | Using the Pygments highlighter in LaTeX | 3 | 工具 + texlive-texments-doc | texlive | Documentation for texments | Documentation for texments | 3 | 工具 + texlive-texnegar | texlive | In some cursive scripts such as Persian or Arabic, kashida isused to create justification. In this type of justificationcharacters are elongated rather than expanding spaces betweenwords. The kashida justification in xepersian has many bugs.Also it has problems with some fonts. The xepersian-hm packagewas the first attempt to fix these bugs in xepersian, whichuses the XeTeX engine. This package extends the kashidajustification to be used with the LuaTeX engine, too.Explanation of the package name: Negar, in Persian, is thepresent stem of negaashtan meaning to design, to paint, towrite; and as a noun it means "sweetheart, idol, beloved,figuratively referring to a beautiful woman, pattern, painting,and artistic design". | Kashida justification in XeLaTeX and LuaLaTeX | 3 | 工具 + texlive-tex-nutshell | texlive | This document is meant for users who are looking forinformation about the basics of TeX. Its main goal is itsbrevity. The pure TeX features are described, no featuresprovided by macro extensions. Only the last section gives asummary of plain TeX macros. | A short document about TeX principles | 3 | 工具 + texlive-texonly | texlive | A file written with TeX, not using any packgages or sty-files,to be compiled with TeX or pdfTeX only, not with LaTeX et al. | A sample document in Plain TeX | 3 | 工具 + texlive-texosquery | texlive-base | This package provides a cross-platform Java application toquery OS information designed for use in TeX's shell escapemechanism. The application can query the following: locale andcodeset current working directory user home directory temporarydirectory OS name, arch and version Current date and time inPDF format (for TeX formats that don't provide\pdfcreationdate) Date-time stamp of a file in PDF format (forTeX formats that don't provide \pdffilemoddate) Size of a filein bytes (for TeX formats that don't provide \pdffilesize)Contents of a directory (captured as a list) Directory contentsfiltered by regular expression (captured as a list) URI of afile Canonical path of a file All paths use a forward slash asdirectory divider so results can be used, for example, incommands like \includegraphics. There are files provided foreasy access in TeX documents: texosquery.tex: generic TeX codetexosquery.sty: LaTeX package This provides commands to runtexosquery using TeX's shell escape mechanism and capture theresult in a control sequence. The category code of most ofTeX's default special characters (and some other potentiallyproblematic characters) is temporarily changed to 12 whilereading the result. | Cross-platform Java application to query OS information | 3 | 工具 + texlive-tex-overview-doc | texlive | Documentation for tex-overview | Documentation for tex-overview | 3 | 工具 + texlive-texplate | texlive-base | TeXplate is a tool for creating document structures based ontemplates. The application name is a word play on TeX andtemplate, so the purpose seems quite obvious: we want toprovide an easy and straightforward framework for reducing thetypical code boilerplate when writing TeX documents. Also notethat one can easily extrapolate the use beyond articles andtheses: the application is powerful enough to generate anytext-based structure, given that a corresponding templateexists. | A tool for creating document structures based on templates | 3 | 工具 + texlive-texpower | texlive | TeXPower is a bundle of packages intended to provide an all-inclusive environment for designing pdf screen presentations tobe viewed in full-screen mode, especially for projecting`online' with a video beamer. For some of its core functions,it uses code derived from ppower4 packages. It is, however, nota complete environment in itself: it relies on an existingclass for preparing slides (such as foiltex or seminar) oranother package such as pdfslide. | Create dynamic online presentations with LaTeX | 3 | 工具 + texlive-texpower-doc | texlive | Documentation for texpower | Documentation for texpower | 3 | 服务 + texlive-texproposal-doc | texlive | Materials for the "Proposal for Offering TeX Courses and RelevantResources in Chongqing University" | Materials for proposals to offer TeX courses | 3 | 工具 + texlive-tex-ps | texlive | TeX to PostScript generic macros and add-ons: transformationsof EPS files, prepress preparation, color separation, mirror,etc. | TeX to PostScript generic macros and add-ons | 3 | 工具 + texlive-tex-ps-doc | texlive | Documentation for tex-ps | Documentation for tex-ps | 3 | 工具 + texlive-tex-refs-doc | texlive | Documentation for tex-refs | Documentation for tex-refs | 3 | 工具 + texlive-texshade | texlive | TeXshade is alignment shading software completely written inTeX/LaTeX; it can process multiple sequence alignments in the.MSF and the .ALN file formats. In addition to common shadingalgorithms, it provides special shading modes showingfunctional aspects, e.g. charge or hydropathy, and a wide rangeof commands for handling shading colours, text styles, labels,legends; it even allows the user to define completely newshading modes. TeXshade combines highest flexibility with TeXoutput quality -- all in a bundle that does not demandexcessive development time of the user. | Package for setting nucleotide and peptide alignments | 3 | 工具 + texlive-texshade-doc | texlive | Documentation for texshade | Documentation for texshade | 3 | 工具 + texlive-texsis | texlive-base | TeXsis is a TeX macro package which provides useful featuresfor typesetting research papers and related documents. Forexample, it includes support specifically for: Automaticnumbering of equations, figures, tables and references;Simplified control of type sizes, line spacing, footnotes,running headlines and footlines, and tables of contents,figures and tables; Specialized document formats for researchpapers, preprints and ``e-prints,'' conference proceedings,theses, books, referee reports, letters, and memoranda;Simplified means of constructing an index for a book or thesis;Easy to use double column formatting; Specialized environmentsfor lists, theorems and proofs, centered or non-justified text,and listing computer code; Specialized macros for easilyconstructing ruled tables. TeXsis was originally developed forphysicists, but others may also find it useful. It iscompletely compatible with Plain TeX. | Plain TeX macros for Physicists | 3 | 工具 + texlive-texsurgery | texlive | This LaTeX library is a companion to the texsurgery pythonproject. It will make sure that "pdflatex document.tex" willwork, with reasonable defaults, for a document that is intendedto work with texsurgery, and also has other uses, always intandem with the texsurgery pypi package. | A LaTeX companion to the "texsurgery" python project | 3 | 库 + texlive-textcase | texlive | The textcase package offers commands \MakeTextUppercase and\MakeTextLowercase which are similar to the standard\MakeUppercase and \MakeLowercase, but they do not change thecase of any sections of mathematics, or the arguments of \cite,\label and \ref commands within the argument. A further command\NoCaseChange does nothing but suppress case change within itsargument, so to force uppercase of a section including anenvironment, one might say:\MakeTextUppercase{...\NoCaseChange{\begin{foo}}...\NoCaseChange{\end{foo}}...} In current LaTeX this packageis obsolete. You can use the standard \MakeUppercase and\MakeLowercase, but it defines legacy names \MakeTextUppercaseand \MakeTextLowercase. | Case conversion ignoring mathematics, etc | 3 | 工具 + texlive-textcase-doc | texlive | Documentation for textcase | Documentation for textcase | 3 | 工具 + texlive-textcsc | texlive | This package provides a simple command (\textcsc and \cscshape)for caps-to-small-caps text, to allow for small caps acronymsto be presented as uppercase in text (useful for things likecopying and pasting from a PDF). | Simple commands for caps-to-small-caps text | 3 | 工具 + texlive-textfit | texlive | Package to fit text to a given width or height by scaling thefont. For example: \scaletowidth{3in}{This}. (The job is doneby calculating a magstep and applying it to the current font;thus "This" will be very tall, as well as very wide; to scalein just one dimension, use the facilities of the graphicxpackage.) | Fit text to a desired size | 3 | 工具 + texlive-textfit-doc | texlive | Documentation for textfit | Documentation for textfit | 3 | 库 + texlive-textglos | texlive | The package provides a set of macros for in-line linguisticexamples (as opposed to interlinear glossing, set apart fromthe main text). It prevents hyphenated examples from breakingacross lines and consistently formats phonemic examples,orthographic examples, and more. | Typeset and index linguistic gloss abbreviations | 3 | 工具 + texlive-textglos-doc | texlive | Documentation for textglos | Documentation for textglos | 3 | 库 + texlive-textgreek | texlive | Use upright greek letters as text symbols, e.g. \textbeta. | Upright greek letters in text | 3 | 工具 + texlive-textgreek-doc | texlive | Documentation for textgreek | Documentation for textgreek | 3 | 库 + texlive-textmerg | texlive | Repetetively produce documents from a fixed part and a variablepart. Such an operation is commonly used as "mail merge" toproduce mail shots. | Merge text in TeX and LaTeX | 3 | 工具 + texlive-textmerg-doc | texlive | Documentation for textmerg | Documentation for textmerg | 3 | 库 + texlive-textopo | texlive | A LaTeX package for setting shaded and annotated membraneprotein topology plots and helical wheels. | Annotated membrane protein topology plots | 3 | 工具 + texlive-textopo-doc | texlive | Documentation for textopo | Documentation for textopo | 3 | 库 + texlive-textpath | texlive | This MetaPost package provides macros to typeset text along afree path with the help of LaTeX, thereby preserving kerningand allowing for 8-bit input (accented characters). | Setting text along a path with MetaPost | 3 | 工具 + texlive-textpath-doc | texlive | Documentation for textpath | Documentation for textpath | 3 | 库 + texlive-textpos | texlive | A package to facilitate placement of boxes at absolutepositions on the LaTeX page. There are several reasons why thismight be useful, an important one being to help the creation oflarge-format conference posters. | Place boxes at arbitrary positions on the LaTeX page | 3 | 工具 + texlive-textpos-doc | texlive | Documentation for textpos | Documentation for textpos | 3 | 库 + texlive-textualicomma | texlive | The package is based on the icomma package, and intended as asolution for situations where the text comma character discernsfrom the math comma character, e. g. when fonts whithout mathsupport are involved. Escaping to text mode every time a commais used in math mode may slow down the compilation process. | Use the textual comma character as decimal separator in math mode | 3 | 工具 + texlive-texvc | texlive | User MediaWiki LaTeX commands to copy and past formulae fromMediaWiki to LaTeX documents. | Use MediaWiki LaTeX commands | 3 | 工具 + texlive-texvc-doc | texlive | Documentation for texvc | doc files of texvc | 3 | 工具 + texlive-tex-virtual-academy-pl-doc | texlive | Documentation for tex-virtual-academy-pl | Documentation for tex-virtual-academy-pl | 3 | 工具 + texlive-tex-vpat | texlive | TeX Accessibility Conformance Report based on ITI VPAT(R)guidelines. Currently it covers TeX Live. Other distributionscan be added if needed. | TeX Accessibility Conformance Report | 3 | 工具 + texlive-texware | texlive-base | Basic utitility programs, comprising: - dvitype, which convertsa TeX output (DVI) file to a plain text file (see also the DVIText Language suite); - pooltype, which converts a TeX-suiteprogram's "pool" (string) file into human-readable form; and -tftopl and pltotf, which convert TeX Font Metric (TFM) file tohuman readable Property List (PL) files and vice versa. | Utility programs for use with TeX | 3 | 工具 + texlive-texworks-doc | texlive | Documentation for texworks | doc files of texworks | 3 | 工具 + texlive-tfrupee | texlive | The package provides LaTeX support for the (Indian) Rupeesymbol font, created by TechFat. The original font has beenconverted to Adobe Type 1 format, and simple LaTeX supportwritten for its use. | A font offering the new (Indian) Rupee symbol | 3 | 工具 + texlive-tfrupee-doc | texlive | Documentation for tfrupee | Documentation for tfrupee | 3 | 库 + texlive-thaienum | texlive | This LaTeX package provides a command to use Thai numerals orcharacters as labels in enumerate environments. Once thepackage is loaded with \usepackage{thaienum} you can use labelssuch as \thainum* or \thaimultialph* in conjunction with thepackage enumitem. Concrete examples are given in thedocumentation. | Thai labels in enumerate environments | 3 | 工具 + texlive-thaispec | texlive | This package allows you to input Thai characters directly toLaTeX documents and choose any (system wide) Thai fonts fortypesetting in XeLaTeX. It also tries to appropriately justifyparagraphs with no more external tools. Required packages arefontspec, ucharclasses, polyglossia, setspace, kvoptions,xstring, and xpatch. | Thai Language Typesetting in XeLaTeX | 3 | 工具 + texlive-thalie | texlive | The package provides tools to typeset drama plays. It definescommands to introduce characters' lines, to render stagedirections, to divide a play into acts and scenes and to buildthe dramatis personae automatically. | Typeset drama plays | 3 | 工具 + texlive-thalie-doc | texlive | Documentation for thalie | Documentation for thalie | 3 | 库 + texlive-theanodidot | texlive | This package provides the TheanoDidot font designed by AlexeyKryukov, in both TrueType and Type1 formats, with support forboth traditional and modern LaTeX processors. Anartificially-emboldened variant has been provided but there areno italic variants. The package is named after Theano, a famousAncient Greek woman philosopher, who was first a student ofPythagoras, and supposedly became his wife. The Didot familywere active as designers for about 100 years in the 18th and19th centuries. They were printers, publishers, typefacedesigners, inventors and intellectuals. Around 1800 the Didotfamily owned the most important print shop and font foundry inFrance. Pierre Didot, the printer, published a document withthe typefaces of his brother, Firmin Didot, the typefacedesigner. The strong clear forms of this alphabet displayobjective, rational characteristics and are representative ofthe time and philosophy of the Enlightenment. | TheanoDidot fonts with LaTeX support | 3 | 工具 + texlive-theanomodern | texlive | This package provides the TheanoModern font designed by AlexeyKryukov, in both TrueType and Type1 formats, with support forboth traditional and modern LaTeX processors. Anartificially-emboldened variant has been provided but there areno italic variants. The package is named after Theano, a famousAncient Greek woman philosopher, who was first a student ofPythagoras, and supposedly became his wife. | Theano Modern fonts with LaTeX support | 3 | 工具 + texlive-theanooldstyle | texlive | This package provides the Theano OldStyle font designed byAlexey Kryukov, in both TrueType and Type1 formats, withsupport for both traditional and modern LaTeX processors. Anartificially-emboldened variant has been provided but there areno italic variants. The package is named after Theano, a famousAncient Greek woman philosopher, who was first a student ofPythagoras, and supposedly became his wife. | Theano OldStyle fonts with LaTeX support | 3 | 工具 + texlive-theatre | texlive | This package enables the user to typeset stage plays in a waythat permits to create highly customized printouts for eachactor. | A sophisticated package for typesetting stage plays | 3 | 工具 + texlive-theoremref | texlive | The theoremref package provides variants of the \label and \refcommands for theorem-like environments, capable ofautomatically typesetting references including the theorem name(apart from the theorem number). The scheme is particularlyvaluable if the author decides to change a lemma to aproposition or a theorem (or whatever). | References with automatic theorem names | 3 | 工具 + texlive-theoremref-doc | texlive | Documentation for theoremref | Documentation for theoremref | 3 | 库 + texlive-thermodynamics | texlive | This package makes typesetting quantities found inthermodynamics texts relatively simple. The commands areflexible and intended to be relatively intuitive. It handlesseveral sets of notation for total, specific, and molarquantities; allows changes between symbols (e.g., A vs. F forHelmholtz free energy); and greatly simplifies the typesettingof symbols and partial derivatives commonly encountered inmixture thermodynamics. Changes of one's notes from onetextbook to another can be achieved relatively easily bychanging package options. The package offers a collection ofmacros and environments which are intended to make typesettingthermodynamics documents faster, more convenient, and morereliable. Macros include symbols for extensive, molar,specific, and partial molar properties; exces and residual(departure) properties; partial derivatives; heat capacities,compressibilities, and expansivities; saturation, mixture, andpure-component properties; Henry's Law parameters and activitycoefficients; and changes on mixing, fusion, reaction,sublimation, and vaporization; and sets of all moles/molefractions/masses/etc. being held constant in derivatives.Conversion of notes between textbooks is trivial for textbookssupported by the package, and more general changes in notationare also possible through package options. | Macros for multicomponent thermodynamics documents | 3 | 工具 + texlive-thesis-ekf | texlive | This is a class file for theses and dissertations at theEszterhazy Karoly Catholic University (Eger, Hungary). Thedocumentation is in Hungarian. | Thesis class for Eszterhazy Karoly Catholic University | 3 | 工具 + texlive-thesis-ekf-doc | texlive | Documentation for thesis-ekf | Documentation for thesis-ekf | 3 | 库 + texlive-thesis-gwu | texlive | This class is an attempt to create a standard format for GWUSEAS dissertations/theses. It automatically handles many of thecomplicated formatting requirements and includes many usefulpackages. An example thesis is provided serving as a user guideand a demonstration of the thesis. | Thesis class for George Washington University School of Engineering and Applied Science | 3 | 服务 + texlive-thesis-qom | texlive | This package provides a class file for writing theses anddissertations according to the University of Qom GraduateSchools's guidelines for the electronic submission of mastertheses and PhD dissertations. The class should meet all thecurrent requirements and is updated whenever the universityguidelines change. The class needs XeLaTeX in conjunction withthe following fonts: XB Niloofar, IranNastaliq, IRlotus, XBZar, XB Titre, and Yas. | Thesis style of the University of Qom, Iran | 3 | 工具 + texlive-thesis-titlepage-fhac | texlive | Yet another thesis titlepage style: support of FachhochschuleAachen (Standort Juelich) | Little style to create a standard titlepage for diploma thesis | 3 | 工具 + texlive-thesis-titlepage-fhac-doc | texlive | Documentation for thesis-titlepage-fhac | Documentation for thesis-titlepage-fhac | 3 | 工具 + texlive-thinsp | texlive | The package redefines \thinspace to have a stretch component. | A stretchable \thinspace for LaTeX | 3 | 工具 + texlive-thinsp-doc | texlive | Documentation for thinsp | Documentation for thinsp | 3 | 库 + texlive-thmbox | texlive | The package defines an environment thmbox that presentstheorems, definitions and similar objects in boxes decoratedwith frames and various aesthetic features. The standard macro\newtheorem may be redefined to use the environment. | Decorate theorem statements | 3 | 工具 + texlive-thmbox-doc | texlive | Documentation for thmbox | Documentation for thmbox | 3 | 库 + texlive-thmtools | texlive | The bundle provides several packages for commonly-neededsupport for typesetting theorems. The packages should work withkernel theorems (theorems 'out of the box' with LaTeX), and thetheorem and amsthm packages. Features of the bundle include: akey-value interface to \newtheorem; a \listoftheorems command;hyperref and autoref compatibility; a mechanism for restatingentire theorems in a single macro call. | Extensions to theorem environments | 3 | 工具 + texlive-thmtools-doc | texlive | Documentation for thmtools | Documentation for thmtools | 3 | 库 + texlive-threadcol | texlive | The package combines a document's columns into a PDF "articlethread". PDF readers that support this mechanism (probablyAdobe Acrobat/Reader only) can be instructed to scrollautomatically from column to column, which facilitates on-screen reading of two-column documents. Even for single-columndocuments, threadcol supports the creation of multiple articlethreads, which help organize discontiguous but logicallyrelated regions of text into a form that the user can scrollthrough as if its contents were contiguous. | Organize document columns into PDF "article thread" | 3 | 工具 + texlive-threadcol-doc | texlive | Documentation for threadcol | Documentation for threadcol | 3 | 库 + texlive-threeddice | texlive | The package provides MetaPost code to create all possiblesymmetrical views (up to rotation) of a right-handed die.Configuration is possible by editing the source code, followingthe guidance in the documentation. | Create images of dice with one, two, or three faces showing, using MetaPost | 3 | 工具 + texlive-threeddice-doc | texlive | Documentation for threeddice | Documentation for threeddice | 3 | 库 + texlive-threeparttable | texlive | Provides a scheme for tables that have a structured notesection, after the caption. This scheme provides an answer tothe old problem of putting footnotes in tables -- by makingfootnotes entirely unnecessary. Note that a threeparttable isnot a float of itself; but you can place it in a table or atable* environment, if necessary. | Tables with captions and notes all the same width | 3 | 工具 + texlive-threeparttable-doc | texlive | Documentation for threeparttable | Documentation for threeparttable | 3 | 库 + texlive-threeparttablex | texlive | The package provides the functionality of the threeparttablepackage to tables created using the longtable package. | Notes in longtables | 3 | 工具 + texlive-threeparttablex-doc | texlive | Documentation for threeparttablex | Documentation for threeparttablex | 3 | 库 + texlive-thuaslogos | texlive | This package contains some logos of The Hague University ofApplied Sciences (THUAS). These Logos are available in Englishand in Dutch. They are rendered via PGF. | Logos for The Hague University of Applied Sciences (THUAS) | 3 | 库 + texlive-thubeamer | texlive | This package provides a beamer theme designed for TsinghuaUniversity. | A beamer theme for Tsinghua University | 3 | 服务 + texlive-thucoursework | texlive | A LaTeX package for students of Tsinghua University to writecoursework more efficiently. It can also be used by studentsfrom other universities. Note that the package itself does notimport the ctex package; to use it with Chinese writing, seeexample file ithw.tex for details. | Coursework template for Tsinghua University | 3 | 工具 + texlive-thumb | texlive | Place thumb marks in books, manuals and reference maunals. | Thumb marks in documents | 3 | 工具 + texlive-thumb-doc | texlive | Documentation for thumb | Documentation for thumb | 3 | 库 + texlive-thumbpdf | texlive-base | A Perl script that provides support for thumbnails in pdfTeXand dvips/ps2pdf. The script uses ghostscript to generate thethumbnails which get represented in a TeX readable file that isread by the package thumbpdf.sty to automatically include thethumbnails. This arrangement works with both plain TeX andLaTeX. | Thumbnails for pdfTeX and dvips/ps2pdf | 3 | 工具 + texlive-thumbs | texlive | The package puts running, customizable thumb marks in the outermargin, moving downward as the chapter number (or whatevershall be marked by the thumb marks) increases. Additionally anoverview page/table of thumb marks can be added automatically,which gives the names of the thumbed objects, the page wherethe object/thumb mark first appears, and the thumb mark itselfat its correct position. The thumb marks are useful for largedocuments (such as reference guides, anthologies, etc.), wherea quick and easy way to find (for example) a chapter is needed. | Create thumb indexes | 3 | 工具 + texlive-thumbs-doc | texlive | Documentation for thumbs | Documentation for thumbs | 3 | 库 + texlive-thumby | texlive | The package can generate thumb indexes for your document. Itfeatures printing thumb indexes on one- or two-sided pages,along with background- and foreground-color selection and fullLaTeX styling of the chapter numbers in the thumb indexes. Theheight of each thumb index is automatically chosen based on thenumber of chapters in your document, while the width is chosenby the user. The package is designed to work with the memoirclass, and also requires PerlTeX and tikz/ | Create thumb indexes for printed books | 3 | 工具 + texlive-thumby-doc | texlive | Documentation for thumby | Documentation for thumby | 3 | 库 + texlive-thuthesis | texlive | This package establishes a simple and easy-to-use LaTeXtemplate for Tsinghua dissertations, including generalundergraduate research papers, masters theses, doctoraldissertations, and postdoctoral reports. | Thesis template for Tsinghua University | 3 | 工具 + texlive-thuthesis-doc | texlive | Documentation for thuthesis | Documentation for thuthesis | 3 | 库 + texlive-ticket | texlive | Provides an easy to handle interface to produce visiting cards,labels for your files, stickers, pins and other stuff for youroffice, conferences etc. All you need is a definition of your'ticket' included in a ticket definition file and the twocommands \ticketdefault and \ticket. | Make labels, visiting-cards, pins with LaTeX | 3 | 工具 + texlive-ticket-doc | texlive | Documentation for ticket | Documentation for ticket | 3 | 服务 + texlive-ticollege | texlive | This package provides commands to draw scientific calculatorkeys with the help of TikZ. It also provides commands to drawthe content of screens and of menu items. | Graphical representation of keys on a standard scientific calculator | 3 | 工具 + texlive-ticollege-doc | texlive | Documentation for ticollege | Documentation for ticollege | 3 | 库 + texlive-tie | texlive-base | Tie was originally developed to allow web programmers to applymore than one change file to their source. The program may alsobe used to create a new version of a .web file thatincorporates existing changes. | Allow multiple web change files | 3 | 工具 + texlive-tikz-3dplot | texlive | The package provides straightforward ways to define three-dimensional coordinate frames through which to plot in TikZ.The user can specify the orientation of the main coordinateframe, and use standard TikZ commands and coordinates to rendertheir tikzfigure. A secondary coordinate frame is provided toallow rotations and translations with respect to the maincoordinate frame. In addition, the package can also handleplotting user-specified functions in spherical polarcoordinates, where both the radius and fill color can beexpressed as parametric functions of polar angles. | Coordinate transformation styles for 3d plotting in TikZ | 3 | 工具 + texlive-tikz-3dplot-doc | texlive | Documentation for tikz-3dplot | Documentation for tikz-3dplot | 3 | 库 + texlive-tikz-among-us | texlive | This package recreates some AmongUs characters in TikZenvironments. Some interesting uses alongside other packagesare also supported. | Create some AmongUs characters in TikZ environments | 3 | 工具 + texlive-tikz-bagua | texlive | This package provides commands for drawing symbols in Yijing (IChing) or Zhouyi using TikZ. There is no need for extra specialfonts for showing these symbols. The package relies on TikZ,bitset, xintexpr, xparse, and xstring. | Draw Bagua symbols in Yijing | 3 | 工具 + texlive-tikz-bayesnet | texlive | The package provides a library supporting the display ofBayesian networks, graphical models and (directed) factorgraphs in LaTeX. | Draw Bayesian networks, graphical models and directed factor graphs | 3 | 库 + texlive-tikz-bayesnet-doc | texlive | Documentation for tikz-bayesnet | Documentation for tikz-bayesnet | 3 | 库 + texlive-tikz-bbox | texlive | The built-in determination of the bounding box in TikZ is notentirely accurate. This is because, for Bezier curves, it isthe smallest box that contains all control points, which is ingeneral larger than the box that just contains the curve. Thislibrary determines the exact bounding box of the curve. | Precise determination of bounding boxes in TikZ | 3 | 库 + texlive-tikzbricks | texlive | A small LaTeX package to draw bricks with TikZ. The user canmodify color, shape, and viewpoint. | Drawing bricks with TikZ | 3 | 工具 + texlive-tikz-cd | texlive | The general-purpose drawing package TiKZ can be used to typesetcommutative diagrams and other kinds of mathematical pictures,generating high-quality results. The purpose of this package isto make the process of creation of such diagrams easier byproviding a convenient set of macros and reasonable defaultsettings. This package also includes an arrow tip library thatmatch closely the arrows present in the Computer Moderntypeface. | Create commutative diagrams with TikZ | 3 | 工具 + texlive-tikz-cd-doc | texlive | Documentation for tikz-cd | Documentation for tikz-cd | 3 | 库 + texlive-tikzcodeblocks | texlive | tikzcodeblocks is a LaTeX package for typesetting blockwisegraphic programming languages like scratch, nepo or pxt. | Helps to draw codeblocks like scratch, NEPO and PXT in TikZ | 3 | 工具 + texlive-tikz-dependency | texlive | The package provides a library that draws together existingTikZ facilities to make a comfortable environment for drawingdependency graphs. Basic facilities of the package include alot of styling facilities, to let you personalize the look andfeel of the graphs. | A library for drawing dependency graphs | 3 | 库 + texlive-tikz-dependency-doc | texlive | Documentation for tikz-dependency | Documentation for tikz-dependency | 3 | 库 + texlive-tikz-dimline | texlive | tikz-dimline helps drawing technical dimension lines in TikZpicture environments. Its usage is similar to somecontributions posted on stackexchange. | Technical dimension lines using PGF/TikZ | 3 | 工具 + texlive-tikz-dimline-doc | texlive | Documentation for tikz-dimline | Documentation for tikz-dimline | 3 | 库 + texlive-tikzducks | texlive | The package is a LaTeX package for ducks to be used in TikZpictures. This project is a continuation of an answer atStackExchange How we can draw a duck? | A little fun package for using rubber ducks in TikZ | 3 | 工具 + texlive-tikz-ext | texlive | This is a collection of libraries for PGF/TikZ. Currently theseare transformations.mirror, paths.arcto, paths.ortho,paths.timer, patterns.images, topaths.arcthrough and misc. Mostof these libraries were developed in response to questions onTeX.stackexchange.com. | A collection of libraries for PGF/TikZ | 3 | 工具 + texlive-tikz-feynhand | texlive | This package lets you draw Feynman diagrams using TikZ. It is alow-end modification of the TikZ-Feynman package, one of whoseprincipal advantages is the automatic generation of diagrams,for which it needs LuaTex. TikZ-FeynHand only provides themanual mode and hence runs in LaTeX without any reference toLuaTeX. In addition it provides some new styles for verticesand propagators, alternative shorter keywords in addition toTikZ-Feynman's longer ones, some shortcut commands for quicklycustomizing the diagrams' look, and the new feature of puttingone propagator "on top" of another. It also includes a quickuser guide for getting started, with many examples and a5-minute introduction to TikZ. | Feynman diagrams with TikZ | 3 | 工具 + texlive-tikz-feynman | texlive | This is a is a LaTeX package allowing Feynman diagrams to beeasily generated within LaTeX with minimal user instructionsand without the need of external programs. It builds upon theTikZ package and leverages the graph placement algorithms fromTikZ in order to automate the placement of many vertices. tikz-feynman still allows fine-tuned placement of vertices so thateven complex diagrams can still be generated with ease. | Feynman diagrams with TikZ | 3 | 工具 + texlive-tikz-feynman-doc | texlive | Documentation for tikz-feynman | doc files of tikz-feynman | 3 | 库 + texlive-tikzfill | texlive | This is a collection of TikZ libraries which add furtheroptions to fill TikZ paths with images and patterns. Thelibraries comprise fillings with images from files and fromTikZ pictures. Also, patterns of hexagons and of rhombi areprovided. | TikZ libraries for filling with images and patterns | 3 | 库 + texlive-tikz-imagelabels | texlive | This package allows to add label texts to an existing imagewith the aid of TikZ. This may be used to label certainfeatures in an image. | Put labels on images using TikZ | 3 | 工具 + texlive-tikzinclude | texlive | The package addresses the problem of importing only one TikZ-image from a file holding multiple images. | Import TikZ images from colletions | 3 | 工具 + texlive-tikzinclude-doc | texlive | Documentation for tikzinclude | Documentation for tikzinclude | 3 | 工具 + texlive-tikz-inet | texlive | The package extends TikZ with macros to draw interaction nets. | Draw interaction nets with TikZ | 3 | 工具 + texlive-tikz-inet-doc | texlive | Documentation for tikz-inet | Documentation for tikz-inet | 3 | 库 + texlive-tikz-kalender | texlive | For usage see the example files tikz-kalender-example1.tex,tikz-kalender-example2.tex, and *.events. The Code is inspiredby this document and is subject to the >>Creative Commonsattribution license (CC-BY-SA)<<. The class tikz-kalenderrequires the package TikZ and the TikZ libraries calc andcalendar. | A LaTeX based calendar using TikZ | 3 | 工具 + texlive-tikz-karnaugh | texlive | The tikz-karnaugh package is a LaTeX package used to drawKarnaugh maps. It uses TikZ to produce high quality graph from1 to 12 variables, but this upper limit depends on the TeXmemory usage and can be different for you. It is very good forpresentation since TikZ allows for a better control over thefinal appearance of the map. You can control colour, styles anddistances. It can be considered as an upgrade and extension ofAndreas W. Wieland's karnaugh package towards TikZ supporting.Upgrade because uses TikZ for more option on typesetting andoverall higher quality. Extension because it also supportsAmerican style and inputting the values as they would appear inthe map or in the truth table. Complex maps with solution(implicants) pointed out can be generated with external javasoftware (see documentation for details). It supports bothAmerican and traditional (simplified labels) styles and fromversion 1.3 on American style is natively supported, therefore,no more addition work is required to typeset Gray coded labels,variable names etc. From version 1.4, two new macros allowtypesetting a map much more similarly as it should appear.Original order, as the values appear in the truth table, stillbeing supported. | Typeset Karnaugh maps using TikZ | 3 | 工具 + texlive-tikz-ladder | texlive | The tikz-ladder package contains a collection of symbols fortypesetting ladder diagrams (PLC program) in agreement with theinternational standard IEC-61131-3/2013. It includes blocks(for representing functions and function blocks) besidescontacts and coils. It extends the circuit library of TikZ andallows you to draw a ladder diagram in the same way as youwould draw any other circuit. | Draw ladder diagrams using TikZ | 3 | 工具 + texlive-tikz-lake-fig | texlive | This package contains a collection of schematic diagrams oflakes for use in LaTeX documents. Diagrams includerepresentations of material budgets, fluxes, and connectivityarrangements. | Schematic diagrams of lakes | 3 | 工具 + texlive-tikz-layers | texlive | TikZ-layers is a tiny package that provides, along side"background", typical graphical layers on TikZ: "behind","above" and "glass". The layers may be selected with one of thestyles "on behind layer", "on above layer", "on glass layer" asan option to a {scope} environment. | TikZ provides graphical layers on TikZ: "behind", "above" and "glass" | 3 | 工具 + texlive-tikzlings | texlive | A collection of LaTeX packages for drawing cute little animalsand similar creatures using TikZ. Currently, the followingTikZlings are included: anteater bat bear bee bug cat chickencoati elephant hippo koala marmot mole mouse owl panda penguinpig rhino sheep sloth snowman squirrel wolf These littledrawings can be customized in many ways. | A collection of cute little animals and similar creatures | 3 | 工具 + texlive-tikzmark | texlive | The tikzmark package defines a command to "remember" a positionon a page for later (or earlier) use, primarily (but notexclusively) with TikZ. | Use TikZ's method of remembering a position on a page | 3 | 工具 + texlive-tikzmark-doc | texlive | Documentation for tikzmark | Documentation for tikzmark | 3 | 库 + texlive-tikzmarmots | texlive | This is a LaTeX package for marmots to be used in TikZpictures. These little figures are constructed in such a waythat they may even "borrow" some garments and other attributesfrom the TikZducks. | Drawing little marmots in TikZ | 3 | 工具 + texlive-tikz-mirror-lens | texlive | This package allows the automatic drawing of the image ofobjects in spherical mirrors and lenses from the data of thefocus, from the position and height of the object. Itcalculates the position and height of the image, and alsodisplays the notable rays. | Spherical mirrors and lenses in TikZ | 3 | 工具 + texlive-tikz-nef | texlive | The nef TikZ library provides predefined styles and shapes tocreate diagrams for neural networks constructed with themethods of the Neural Engineering Framework (NEF). Thefollowing styles are supported: ea: ensemble array ens:ensemble ext: external input or output inhibt: inhibitoryconnection net: network pnode: pass-through node rect:rectification ensemble recurrent: recurrent connection. | Create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF) | 3 | 库 + texlive-tikz-network | texlive | This package allows the creation of images of complex networksthat are seamlessly integrated into the underlying LaTeX files.The package requires datatool, etex, graphicx, tikz,trimspaces, xifthen, and xkeyval. | Draw networks with TikZ | 3 | 工具 + texlive-tikz-opm | texlive | Typeset OPM (Object-Process Methodology) diagrams using LaTeXand pgf/TikZ. | Typeset OPM diagrams | 3 | 工具 + texlive-tikz-opm-doc | texlive | Documentation for tikz-opm | Documentation for tikz-opm | 3 | 工具 + texlive-tikz-optics | texlive | This package provides a new TikZ library designed to easilydraw optical setups with TikZ. It provides shapes for lens,mirror, etc. The geometrically (in)correct computation of lightrays through the setup is left to the user. | A library for drawing optical setups with TikZ | 3 | 库 + texlive-tikzorbital | texlive | Atomic s, p and d orbitals may be drawn, as well as molecularorbital diagrams. | Atomic and molecular orbitals using TiKZ | 3 | 工具 + texlive-tikzorbital-doc | texlive | Documentation for tikzorbital | Documentation for tikzorbital | 3 | 库 + texlive-tikzpackets | texlive | This package allows you to easily display network packetsgraphically. | Display network packets | 3 | 工具 + texlive-tikz-page | texlive | The package provides a small macro to help building nice andcomplex layout materials. | Small macro to help building nice and complex layout materials | 3 | 工具 + texlive-tikzpagenodes | texlive | The package provides special PGF/TikZ nodes for the text,marginpar, footer and header area of the current page. They areinspired by the 'current page' node defined by PGF/TikZ itself. | A single TikZ node for the whole page | 3 | 工具 + texlive-tikzpagenodes-doc | texlive | Documentation for tikzpagenodes | Documentation for tikzpagenodes | 3 | 库 + texlive-tikz-palattice | texlive | This package allows for drawing a map of a particle acceleratorjust by giving a list of elements -- similar to lattice filesfor simulation software. The package includes 12 common elementtypes like dipoles, quadrupoles, cavities, or screens, as wellas automatic labels with element names, a legend, a rule, andan environment to fade out parts of the accelerator. Thecoordinate of any element can be saved and used for custom tikzdrawings or annotations. Thereby, lattices can be connected todraw injection/extraction or even a complete acceleratorfacility. | Draw particle accelerator lattices with TikZ | 3 | 工具 + texlive-tikz-palattice-doc | texlive | Documentation for tikz-palattice | Documentation for tikz-palattice | 3 | 库 + texlive-tikzpeople | texlive | This package provides people-shaped nodes in the style ofMicrosoft Visio clip art, to be used with TikZ. The available,highly customizable, node shapes are: alice, bob, bride,builder, businessman, charlie, chef, conductor, cowboy,criminal, dave, devil, duck, graduate, groom, guard, jester,judge, maininblack, mexican, nun, nurse, physician, pilot,police, priest, sailor, santa, surgeon. | Draw people-shaped nodes in TikZ | 3 | 工具 + texlive-tikzpfeile | texlive | In a document with a lot of diagrams created with PGF/TikZ,there is a possibility of the reader being distracted bydifferent sorts of arrowheads in the diagrams and in the text(as, e.g., in \rightarrow). The package defines macros tocreate all arrows using PGF/TikZ, so as to avoid the problem. | Draw arrows using PGF/TikZ | 3 | 工具 + texlive-tikzpfeile-doc | texlive | Documentation for tikzpfeile | Documentation for tikzpfeile | 3 | 库 + texlive-tikzpingus | texlive | tikzpingus is a package similar to tikzducks but with penguinsand a vast set of gadgets and extras (capable of changing thewing-positions, body-types, and more). | Penguins with TikZ | 3 | 工具 + texlive-tikz-planets | texlive | This TikZ-package makes it easy to illustrate celestialmechanics and the solar system. You can use it to draw sketchesof the eclipses, the phases of the Moon, etc. The packagerequires the standard packages TikZ, xcolor, xstring, andpgfkeys. | Illustrate celestial mechanics and the solar system | 3 | 工具 + texlive-tikzposter | texlive | A document class provides a simple way of using TikZ forgenerating posters. Several formatting options are available,and spacing and layout of the poster is to a large extentautomated. | Create scientific posters using TikZ | 3 | 工具 + texlive-tikzposter-doc | texlive | Documentation for tikzposter | Documentation for tikzposter | 3 | 库 + texlive-tikz-qtree | texlive | The package provides a macro for drawing trees with TikZ usingthe easy syntax of Alexis Dimitriadis' Qtree. It improves onTikZ's standard tree-drawing facility by laying out tree nodeswithout collisions; it improves on Qtree by adding lots offeatures from TikZ (for example, edge labels, arrows betweennodes); and it improves on pst-qtree in being usable withpdfTeX and XeTeX. | Use existing qtree syntax for trees in TikZ | 3 | 工具 + texlive-tikz-qtree-doc | texlive | Documentation for tikz-qtree | Documentation for tikz-qtree | 3 | 库 + texlive-tikz-relay | texlive | This package contains a collection of symbols for typesettingelectrical wiring diagrams for relay control systems. Thesymbols are meant to be in agreement with the internationalstandard IEC-60617 which has been adopted worldwide, withperhaps the exception of the USA. It extends and modifies, whenneeded, the TikZ-libray circuits.ee.IEC. A few non-standardsymbols are also included mainly to be used in presentations,particularly with the beamer package. | TikZ library for typesetting electrical diagrams | 3 | 库 + texlive-tikzscale | texlive | The package extends the \includegraphics command to supporttikzpictures. It allows scaling of TikZ images and PGFPlots toa given width or height without changing the text size. | Resize pictures while respecting text size | 3 | 工具 + texlive-tikzscale-doc | texlive | Documentation for tikzscale | Documentation for tikzscale | 3 | 库 + texlive-tikz-sfc | texlive | This package contains a collection of symbols for typesettingSequential Function Chart (SFC) diagrams in agreement with theinternational standard IEC-61131-3/2013. It includes steps(normal and initial), transitions, actions and actionsqualifiers (with and without time duration). It extends thecircuit library of TikZ and allows you to draw an SFC diagramin same way you would draw any other circuit. | Symbols collection for typesetting Sequential Function Chart (SFC) diagrams (PLC programs) | 3 | 库 + texlive-tikz-swigs | texlive | This package provides horizontally and vertically splitelliptical (pairs of) nodes in TikZ. The package name derivesfrom the fact that split ellipses of this type are used torepresent Single-World Intervention Graph (SWIG) models whichare used in counterfactual causal inference. | Horizontally and vertically split elliptical nodes | 3 | 工具 + texlive-tikzsymbols | texlive | The package provides various emoticons, cooking symbols andtrees. | Some symbols created using TikZ | 3 | 工具 + texlive-tikzsymbols-doc | texlive | Documentation for tikzsymbols | Documentation for tikzsymbols | 3 | 库 + texlive-tikz-timing | texlive | This package provides macros and an environment to generatetiming diagrams (digital waveforms) without much effort. TheTikZ package is used to produce the graphics. The diagrams maybe inserted into text (paragraphs, \hbox, etc.) and intotikzpictures. A tabular-like environment is provided to producelarger timing diagrams. | Easy generation of timing diagrams as tikz pictures | 3 | 工具 + texlive-tikz-timing-doc | texlive | Documentation for tikz-timing | Documentation for tikz-timing | 3 | 工具 + texlive-tikztosvg | texlive-base | This package provides a shell script that calls XeTeX andpdf2svg to convert TikZ environments to SVG files. | A utility for rendering TikZ diagrams to SVG | 3 | 工具 + texlive-tikz-trackschematic | texlive | This TikZ library is a toolbox of symbols geared primarilytowards creating track schematic for either research oreducational purposes. It provides a TikZ frontend to some ofthe symbols which may be needed to describe situations andlayouts in railway operation. The library is divided intosublibraries: topology, trafficcontrol, vehicles,constructions, electrics, symbology, and measures. | A TikZ library for creating track diagrams in railways | 3 | 库 + texlive-tikz-truchet | texlive | This is a package for LaTeX that draws Truchet tiles, as usedin Colin Beveridge's article Too good to be Truchet in issue 08of Chalkdust. | Draw Truchet tiles | 3 | 工具 + texlive-tile-graphic | texlive | This package breaks a given graphical file into n rows and mcolumns of subgraphics, which are called tiles. The tiles canbe written separately to individual PDF files, or packaged intoa single PDF file. | Create tiles of a graphical file | 3 | 工具 + texlive-timbreicmc | texlive | With this package you can typeset documents with ICMC/USP SaoCarlos watermarks. ICMC is acronym for "Instituto de CienciasMatematicas e de Computacao" of the "Universidade de Sao Paulo"(USP), in the city of Sao Carlos-SP, Brazil. | Typeset documents with ICMC/USP watermarks | 3 | 工具 + texlive-times | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-timetable | texlive | A highly-configurable package, with nice output and simpleinput. The macros use a radix sort mechanism so that the orderof input is not critical. | Generate timetables | 3 | 工具 + texlive-timing-diagrams | texlive | The package provides commands to draw and annotate variouskinds of timing diagrams, using Tikz. Documentation is sparse,but the source and the examples file should be of some use. | Draw timing diagrams | 3 | 工具 + texlive-timing-diagrams-doc | texlive | Documentation for timing-diagrams | Documentation for timing-diagrams | 3 | 库 + texlive-tinos | texlive | Tinos, designed by Steve Matteson, is an innovative, refreshingserif design that is metrically compatible with Times NewRoman. | Tinos fonts with LaTeX support | 3 | 库 + texlive-tipa | texlive | These fonts are considered the 'ultimate answer' to IPAtypesetting. The encoding of these 8-bit fonts has beenregistered as LaTeX standard encoding T3, and the set ofaddendum symbols as encoding TS3. 'Times-like' Adobe Type 1versions are provided for both the T3 and the TS3 fonts. | Fonts and macros for IPA phonetics characters | 3 | 工具 + texlive-tipa-de-doc | texlive | Documentation for tipa-de | Documentation for tipa-de | 3 | 库 + texlive-tipa-doc | texlive | Documentation for tipa | Documentation for tipa | 3 | 库 + texlive-tipauni | texlive | Package TIPA uses the T3 encoding for producing IPA characters.The package is widely used in the field of linguistics, butbecause of the old encoding, the output documents are lessproductive than Unicode-based documents. This package redefinesmost of the TIPA-commands for outputting Unicode characters.Users can now use their beloved TIPA shortcuts with thebenefits of Unicode, i.e. searchability, copy-pasting, changingthe font and many more. As this package needs the fontspecpackage for loading an IPA font, it needs to be compiled withXeLaTeX or LuaLaTeX. This package can also be viewed as anASCII-based input method for producing IPA characters inUnicode. It needs the Charis SIL font for printing IPAcharacters. | Producing Unicode characters with TIPA commands | 3 | 工具 + texlive-tipfr | texlive | The package provides commands to draw calculator keys with thehelp of TikZ. It also provides commands to draw the content ofscreens and of menu items. | Produces calculator's keys with the help of TikZ | 3 | 工具 + texlive-tipfr-doc | texlive | Documentation for tipfr | Documentation for tipfr | 3 | 库 + texlive-tiscreen | texlive | This package mimics the screen of older Texas Instruments dotmatrix display calculators, specifically the TI-82 STATS. Itrelies on the lcd and xcolor packages. | Mimic the screen of older Texas Instruments calculators | 3 | 工具 + texlive-titlecaps | texlive | The package is intended for setting rich text into titlingcapitals (in which the first character of words arecapitalized). It automatically accounts for diacritical marks(like umlauts), national symbols (like "ae"), punctuation, andfont changing commands that alter the appearance or size of thetext. It allows a list of predesignated words to be protectedas lower-cased, and also allows for titling exceptions ofvarious sorts. | Setting rich-text input into Titling Caps | 3 | 工具 + texlive-titlecaps-doc | texlive | Documentation for titlecaps | Documentation for titlecaps | 3 | 工具 + texlive-titlefoot | texlive | Provides the capability of adding keywords (with a \keywordscommand), a running title (\runningtitle), AMS subjectclassifications (\amssubj), and an 'author's footnote' asfootnotes to the title or first page of a document. Works withany class for which the \thanks macro works (e.g., article). | Add special material to footer of title page | 3 | 工具 + texlive-titlepages-doc | texlive | Documentation for titlepages | Documentation for titlepages | 3 | 服务 + texlive-titlepic | texlive | The package allows you to place a picture on the title page(cover page) of a LaTeX document. Example of usage:\usepackage[cc]{titlepic} \usepackage{graphicx}\titlepic{\includegraphics[width=\textwidth]{picture.png}} Thepackage currently only works with the document classes article,report and book. | Add picture to title page of a document | 3 | 工具 + texlive-titlepic-doc | texlive | Documentation for titlepic | Documentation for titlepic | 3 | 库 + texlive-titleref | texlive | Defines a command \titleref that allows you to cross-referencesection (and chapter, etc) titles and captions just like \refand \pageref. The package does not interwork with hyperref; ifyou need hypertext capabilities, use nameref instead. | A "\titleref" command to cross-reference section titles | 3 | 工具 + texlive-titleref-doc | texlive | Documentation for titleref | Documentation for titleref | 3 | 工具 + texlive-titlesec | texlive | A package providing an interface to sectioning commands forselection from various title styles. E.g., marginal titles andto change the font of all headings with a single command, alsoproviding simple one-step page styles. Also includes a packageto change the page styles when there are floats in a page. Youmay assign headers/footers to individual floats, too. | Select alternative section titles | 3 | 工具 + texlive-titlesec-doc | texlive | Documentation for titlesec | Documentation for titlesec | 3 | 库 + texlive-titling | texlive | The titling package provides control over the typesetting ofthe \maketitle command and \thanks commands, and makes the\title, \author and \date information permanently available.Multiple titles are allowed in a single document. New titlingelements can be added and a titlepage title can be centered ona physical page. | Control over the typesetting of the \maketitle command | 3 | 工具 + texlive-titling-doc | texlive | Documentation for titling | Documentation for titling | 3 | 库 + texlive-tkz-base | texlive | The bundle is a set of packages, designed to give mathematicsteachers (and students) easy access to programming of drawingswith TikZ. | Tools for drawing with a cartesian coordinate system | 3 | 工具 + texlive-tkz-base-doc | texlive | Documentation for tkz-base | Documentation for tkz-base | 3 | 工具 + texlive-tkz-berge | texlive | The package provides a collection of useful macros for drawingclassic graphs of graph theory, or to make other graphs. Thispackage has been taken temporarily out of circulation to givethe author time to investigate some problems. | Macros for drawing graphs of graph theory | 3 | 工具 + texlive-tkz-doc | texlive | This bundle offers a documentation class (tkz-doc) and apackage (tkzexample). These files are used in the documentationof the author's packages tkz-base, tkz-euclide, tkz-fct,tkz-linknodes, and tkz-tab. | Documentation macros for the TKZ series of packages | 3 | 工具 + texlive-tkz-euclide | texlive | The tkz-euclide package is a set of files, designed to givemath teachers and students) easy access at the programming ofEuclidean geometry with TikZ. | Tools for drawing Euclidean geometry | 3 | 工具 + texlive-tkz-euclide-doc | texlive | Documentation for tkz-euclide | Documentation for tkz-euclide | 3 | 库 + texlive-tkzexample | texlive | This package is needed to compile the documentation of alltkz-* packages (like tkz-euclide). | Package for the documentation of all tkz-* packages | 3 | 工具 + texlive-tkz-fct | texlive | The tkz-fct package is designed to give math teachers (andstudents) easy access to programming graphs of functions withTikZ and gnuplot. | Tools for drawing graphs of functions | 3 | 工具 + texlive-tkz-fct-doc | texlive | Documentation for tkz-fct | Documentation for tkz-fct | 3 | 工具 + texlive-tkz-graph | texlive | The package is designed to create graph diagrams as simply aspossible, using TikZ. | Draw graph-theory graphs | 3 | 工具 + texlive-tkz-orm | texlive | The package provides styles for drawing Object-Role Model (ORM)diagrams in TeX based on the pgf and TikZ picture environment. | Create Object-Role Model (ORM) diagrams, | 3 | 工具 + texlive-tkz-orm-doc | texlive | Documentation for tkz-orm | Documentation for tkz-orm | 3 | 工具 + texlive-tkz-tab | texlive | The package provides comprehensive facilities for preparinglists of signs and variations, using PGF. The packagedocumentation requires the tkz-doc bundle. This package hasbeen taken temporarily out of circulation to give the authortime to investigate some problems. | Tables of signs and variations using PGF/TikZ | 3 | 工具 + texlive-tkz-tab-doc | texlive | Documentation for tkz-tab | Documentation for tkz-tab | 3 | 库 + texlive-tlc2-doc | texlive | Documentation for tlc2 | Documentation for tlc2 | 3 | 库 + texlive-tlc-article | texlive | The package provides a LaTeX document class that orchestrates alogical arrangement for document header, footer, author,abstract, table of contents, and margins. It standardizes adocument layout intended for formal documents. The tlc_articleGitHub repository uses a SCRUM framework adapted to standardGitHub tooling. tlc_article is integrated with Travis-ci.orgfor continuous integration and AllanConsulting.slack.com forcentralized notification. | A LaTeX document class for formal documents | 3 | 工具 + texlive-tlmgrbasics | texlive | This package provides simplified documentation for tlmgr, theTeX Live Manager. It describes the most commonly-used actionsand options in a convenient format. | A simplified documentation for tlmgr | 3 | 工具 + texlive-tlmgr-intro-zh-cn | texlive | This is a Chinese translation of the tlmgr documentation. Itintroduces some of the common usage of the TeX Live Manager.The original can be found in the tlmgrbasics package. | A short tutorial on using tlmgr in Chinese | 3 | 工具 + texlive-to-be-determined | texlive | This package provides a single command \tbd which highlightsthe pieces of text that need to be rewritten later. You canhide them all with a single package option hide, or just makethem disappear entirely with the option off. | Highlight text passages that need further work | 3 | 工具 + texlive-tocbibind | texlive | Automatically adds the bibliography and/or the index and/or thecontents, etc., to the Table of Contents listing. | Add bibliography/index/contents to Table of Contents | 3 | 工具 + texlive-tocbibind-doc | texlive | Documentation for tocbibind | Documentation for tocbibind | 3 | 库 + texlive-tocdata | texlive | The package may be used to add a small amount of data to anentry in the table of contents or list of figures, between thesection name and the page number. The typical use would be toadd the name of an author or artist of a chapter or section,such as in an anthology or a collection of papers.Additionally, user-level macros are provided which add theauthor's name to a chapter or section, along with an optionalprefix and/or suffix, and add to a figure the artist's name,prefix, and suffix, plus optional additional text. Author andartist names are also added to the index. Additional user-levelmacros control formatting. tocdata works with theTOC/LOF formatting of the default LaTeX classes, memoir,koma-script, and with titletoc, tocloft, tocbasic, andtocstyle. | Adds names to chapters, sections, figures in the TOC and LOF. | 3 | 工具 + texlive-tocloft | texlive | Provides control over the typography of the Table of Contents,List of Figures and List of Tables, and the ability to createnew 'List of ...'. The ToC \parskip may be changed. | Control table of contents, figures, etc | 3 | 工具 + texlive-tocloft-doc | texlive | Documentation for tocloft | Documentation for tocloft | 3 | 库 + texlive-tocvsec2 | texlive | Provides control over section numbering (without recourse tostarred sectional commands) and/or the entries in the Table ofContents on a section by section basis. | Section numbering and table of contents control | 3 | 工具 + texlive-tocvsec2-doc | texlive | Documentation for tocvsec2 | Documentation for tocvsec2 | 3 | 库 + texlive-todo | texlive | The package allows you to insert "to do" marks in yourdocument, to make lists of such items, and to cross-referenceto them. | Make a to-do list for a document | 3 | 工具 + texlive-todo-doc | texlive | Documentation for todo | Documentation for todo | 3 | 库 + texlive-todonotes | texlive | The package lets the user mark things to do later, in a simpleand visually appealing way. The package takes several optionsto enable customization/finetuning of the visual appearance. | Marking things to do in a LaTeX document | 3 | 工具 + texlive-todonotes-doc | texlive | Documentation for todonotes | Documentation for todonotes | 3 | 库 + texlive-tokcycle | texlive | The tokcycle package helps one to build tools to process tokensfrom an input stream. If a macro to process an arbitrary singletoken can be built, then tokcycle can provide a wrapper forcycling through an input stream (including macros, spaces, andgroups) on a token-by-token basis, using the provided macro oneach successive character. tokcycle characterizes eachsuccessive token in the input stream as a Character, a Group, aMacro, or a Space. Each of these token categories are processedwith a unique directive, to bring about the desired effect ofthe token cycle. If condition flags are provided to identifyactive, implicit, and catcode-6 tokens as they are digested.The package provides a number of options for handling groups. | Build tools to process tokens from an input stream | 3 | 工具 + texlive-tokenizer | texlive | A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source}splits source into two tokens at the first encounter of acomma. The first token is saved in a newly created command withthe name passed as <Target1> and the second token likewise. Apackage option 'trim' causes leading and trailing space to beremoved from each token; with this option, the \TrimSpacescommand is defined, which removes leading and trailing spacesfrom its argument. | A tokenizer | 3 | 工具 + texlive-tokenizer-doc | texlive | Documentation for tokenizer | Documentation for tokenizer | 3 | 库 + texlive-tonevalue | texlive | This package provides a TikZ-based solution to typesetvisualisations of tone values. Currently, unt's model isimplemented. Support for more models is planned. | Tool for linguists and phoneticians to visualize tone value patterns | 3 | 工具 + texlive-toolbox | texlive | A package for (La)TeX which provides some macros which areconvenient for writing indexes, glossaries, or other macros. Itcontains macros which support: implicit macros; fancy optionalarguments; loops over tokenlists and itemlists; searching andsplitting; controlled expansion; redefinition of macros; andconcatenated macro names; macros for text replacement. | Tool macros | 3 | 工具 + texlive-toolbox-doc | texlive | Documentation for toolbox | Documentation for toolbox | 3 | 工具 + texlive-tools | texlive | A collection of (variously) simple tools provided as part ofthe LaTeX required tools distribution, comprising the packages:afterpage, array, bm, calc, dcolumn, delarray, enumerate,fileerr, fontsmpl, ftnright, hhline, indentfirst, layout,longtable, multicol, rawfonts, showkeys, somedefs, tabularx,theorem, trace, varioref, verbatim, xr, and xspace. | The LaTeX standard tools bundle | 3 | 工具 + texlive-tools-doc | texlive | Documentation for tools | Documentation for tools | 3 | 库 + texlive-topfloat | texlive | topfloat package | Move floats to the top of the page | 3 | 工具 + texlive-topfloat-doc | texlive | Documentation for topfloat | Documentation for topfloat | 3 | 库 + texlive-topiclongtable | texlive | This LaTeX package extends longtable implementing cells that:merge with the one above if it has the same content, do notmerge with the one above unless the ones on the left aremerged, are well behaved with respect to longtable chunking onpage breaks, and automatically draw the correct separationlines. The typical use case is a table spanning multiple pagesthat contains a list of hierarchically organized topics (hencethe package name). The package depends on array, expl3,longtable, multirow, xparse, and zref-abspage. | Extend longtable with cells that merge hierarchically | 3 | 工具 + texlive-topletter | texlive | This package provides a LaTeX class for typesetting lettersconforming to the official Corporate Image guidelines for thePolitecnico di Torino. The class can be used for letterswritten in Italian and in English. | Letter class for the Politecnico di Torino | 3 | 工具 + texlive-toptesi | texlive | This bundle contains everything is needed for typesetting abachelor, master or PhD thesis in Italian (or in any otherlanguage supported by LaTeX: the bundle is constructed tosupport multilingual use). The infix strings may be selectedand specified at will by means of a configuration file, so asto customize the layout of the front page to the requirementsof a specific university. Thanks to its language management,the bundle is suited for multilanguage theses that are becomingmore and more frequent thanks to the double degree programs ofthe European Community Socrates programs. Toptesi is designedto save the PDF version of a thesis in PDF/A-1b compliant modeand with all the necessary metadata. | Bundle for typesetting multilanguage theses | 3 | 工具 + texlive-toptesi-doc | texlive | Documentation for toptesi | Documentation for toptesi | 3 | 库 + texlive-totalcount | texlive | This LaTeX package offers commands for typesetting total valuesof counters. | Commands for typesetting total values of counters | 3 | 工具 + texlive-totcount | texlive | The package records the value that was last set, for anycounter of interest; since most such counters are simplyincremented when they are changed, the recorded value willusually be the maximum value. | Find the last value of a counter | 3 | 工具 + texlive-totcount-doc | texlive | Documentation for totcount | Documentation for totcount | 3 | 工具 + texlive-totpages | texlive | The package counts the actual pages in the document (as opposedto reporting the number of the last page, as does lastpage).The counter itself may be shipped out to the DVI file. Thepackage uses the everyshi package for its task. | Count pages in a document, and report last page number | 3 | 工具 + texlive-totpages-doc | texlive | Documentation for totpages | Documentation for totpages | 3 | 库 + texlive-tpic2pdftex | texlive-base | The AWK script converts pic language, embedded inline(delimited by .PS and .PE markers), to \pdfliteral commands. | Use tpic commands in PDFTeX | 3 | 工具 + texlive-tpslifonts | texlive | This package aims to improve of font readability inpresentations, especially with maths. The standard cm mathsfonts at large design sizes are difficult to read from faraway, especially at low resolutions and low contrast colorchoice. Using this package leads to much better overallreadability of some font combinations. The package offers acouple of 'harmonising' combinations of text and maths fontsfrom the (distant) relatives of computer modern fonts, with acouple of extras for optimising readability. Text fonts fromcomputer modern roman, computer modern sans serif, SliTeXcomputer modern sans serif, computer modern bright, or concreteroman are available, in addition to maths fonts from computermodern maths, computer modern bright maths, or Euler fonts. Thepackage is part of the TeXPower bundle. | A LaTeX package for configuring presentation fonts | 3 | 工具 + texlive-tpslifonts-doc | texlive | Documentation for tpslifonts | Documentation for tpslifonts | 3 | 库 + texlive-tqft | texlive | The package defines some node shapes useful for drawing TQFTdiagrams with TikZ/PGF. That is, it defines highly customisableshapes that look like cobordisms between circles, such as thoseused in TQFT and other mathematical diagrams. | Drawing TQFT diagrams with TikZ/PGF | 3 | 工具 + texlive-tqft-doc | texlive | Documentation for tqft | Documentation for tqft | 3 | 库 + texlive-tracklang | texlive | The tracklang package is provided for package developers whowant a simple interface to find out which languages the userhas requested through packages such as babel or polyglossia.This package does not provide any translations! Its purpose issimply to track which languages have been requested by theuser. Generic TeX code is in tracklang.tex for non-LaTeX users. | Language and dialect tracker | 3 | 工具 + texlive-tracklang-doc | texlive | Documentation for tracklang | Documentation for tracklang | 3 | 库 + texlive-trajan | texlive | Provides fonts (both as Metafont source and in Adobe Type 1format) based on the capitals carved on the Trajan column inRome in 114 AD, together with macros to access the fonts. Manytypographers think these rank first among the Roman's artisticlegacy. The font is uppercase letters together with somepunctuation and analphabetics; no lowercase or digits. | Fonts from the Trajan column in Rome | 3 | 工具 + texlive-trajan-doc | texlive | Documentation for trajan | Documentation for trajan | 3 | 工具 + texlive-tram | texlive | Tram boxes are highlighted with patterns of dots; the packagedefines an environment tram that typesets its content into atram box. The pattern used may be selected in an optionalargument to the environment. | Typeset tram boxes in LaTeX | 3 | 工具 + texlive-tram-doc | texlive | Documentation for tram | Documentation for tram | 3 | 库 + texlive-translation-array-fr-doc | texlive | Documentation for translation-array-fr | Documentation for translation-array-fr | 3 | 库 + texlive-translation-arsclassica-de-doc | texlive | Documentation for translation-arsclassica-de | Documentation for translation-arsclassica-de | 3 | 工具 + texlive-translation-biblatex-de-doc | texlive | Documentation for translation-biblatex-de | Documentation for translation-biblatex-de | 3 | 库 + texlive-translation-chemsym-de-doc | texlive | Documentation for translation-chemsym-de | Documentation for translation-chemsym-de | 3 | 库 + texlive-translation-dcolumn-fr-doc | texlive | Documentation for translation-dcolumn-fr | Documentation for translation-dcolumn-fr | 3 | 工具 + texlive-translation-ecv-de-doc | texlive | Documentation for translation-ecv-de | Documentation for translation-ecv-de | 3 | 工具 + texlive-translation-enumitem-de-doc | texlive | Documentation for translation-enumitem-de | Documentation for translation-enumitem-de | 3 | 工具 + texlive-translation-europecv-de-doc | texlive | Documentation for translation-europecv-de | Documentation for translation-europecv-de | 3 | 工具 + texlive-translation-filecontents-de-doc | texlive | Documentation for translation-filecontents-de | Documentation for translation-filecontents-de | 3 | 工具 + texlive-translation-moreverb-de-doc | texlive | Documentation for translation-moreverb-de | Documentation for translation-moreverb-de | 3 | 工具 + texlive-translation-natbib-fr-doc | texlive | Documentation for translation-natbib-fr | Documentation for translation-natbib-fr | 3 | 工具 + texlive-translations | texlive | This package (once part of the exsheets package), provides aframework for providing multilingual features to a LaTeXpackage. The package has its own basic dictionaries forEnglish, Brazilian, Catalan, Dutch, French, German and Spanish;it aims to use translation material for English, Dutch, French,German, Italian, Spanish, Catalan, Turkish, Croatian,Hungarian, Danish and Portuguese from babel or polyglossia ifeither is in use in the document. (Additional languages fromthe multilingual packages may be possible: ask the author.) | Internationalisation of LaTeX2e packages | 3 | 工具 + texlive-translations-doc | texlive | Documentation for translations | Documentation for translations | 3 | 工具 + texlive-translation-tabbing-fr-doc | texlive | Documentation for translation-tabbing-fr | Documentation for translation-tabbing-fr | 3 | 工具 + texlive-translator | texlive | This LaTeX package provides a flexible mechanism fortranslating individual words into different languages. Forexample, it can be used to translate a word like "figure" into,say, the German word "Abbildung". Such a translation mechanismis useful when the author of some package would like tolocalize the package such that texts are correctly translatedinto the language preferred by the user. This package is notintended to be used to automatically translate more than a fewwords. | Easy translation of strings in LaTeX | 3 | 工具 + texlive-transparent | texlive | pdfTeX and LuaTeX support several color stacks. This packageshows how a separate color stack can be used for transparency,a property besides color that works across page breaks. If thePDF management is used it can also be used with other engines,but without support for page breaks. | Using a color stack for transparency with pdfTeX | 3 | 工具 + texlive-transparent-io | texlive | This package provides macros to make the file I/O in plain TeXmore transparent. That is, every \input, \openin, and \openoutoperation by TeX is presented to the user who must checkcarefully if the file name of the source is acceptable. Theuser must sometimes enter additional text and has to specifythe file name that the TeX operation should use. The macrosrequire a complex installation procedure; the package containssed and bash scripts to do this on a UNIX-like operatingsystem. Every installation is different from any other aspassword-protected macro names and private messages have to bechosen by the installer. Therefore, the files in the packagecannot be used directly. The files carry the extension .org,and only after the user has performed an individualcustomization for a private installation the changed files arerenamed and have the extension .tex. For details see themanual. | Show for approval the filenames used in \input, \openin, or \openout | 3 | 工具 + texlive-tree-dvips | texlive | The package defines a mechanism for specifying connected treesthat uses a tabular environment to generate node positions. Thepackage uses PostScript code, loaded by dvips, so output canonly be generated by use of dvips. The package lingmacros.stydefines a few macros for linguists: \enumsentence forenumerating sentence examples, simple tabular-based non-connected tree macros, and gloss macros. | Trees and other linguists' macros | 3 | 工具 + texlive-tree-dvips-doc | texlive | Documentation for tree-dvips | Documentation for tree-dvips | 3 | 库 + texlive-treetex | texlive | Macros to draw trees, within TeX (or LaTeX). The algorithm usedis discussed in an accompanying paper (written using LaTeX2.09). | Draw trees | 3 | 工具 + texlive-treetex-doc | texlive | Documentation for treetex | Documentation for treetex | 3 | 库 + texlive-trfsigns | texlive | A package for typesetting various transformation signs forLaplace transforms, Fourier transforms and others. | Typeset transform signs | 3 | 工具 + texlive-trfsigns-doc | texlive | Documentation for trfsigns | Documentation for trfsigns | 3 | 库 + texlive-trigonometry | texlive | A document that both provides macros that are usable elsewhere,and demonstrates the macros. The code uses the "classical"analytical expansion of sin and cos (the more recent trig usesa "numerical analyst's" expansion). | Demonstration code for cos and sin in TeX macros | 3 | 工具 + texlive-trimspaces | texlive | A very short package that allows you to expandably removespaces around a token list (commands are provided to removespaces before, spaces after, or both); or to remove surroundingspaces within a macro definition, or to define space-strippedmacros. | Trim spaces around an argument or within a macro | 3 | 工具 + texlive-trimspaces-doc | texlive | Documentation for trimspaces | Documentation for trimspaces | 3 | 库 + texlive-trivfloat | texlive | The trivfloat package provides a quick method for defining newfloat types in LaTeX. A single command sets up a new float inthe same style as the LaTeX kernel figure and table floattypes. The package works with memoir as well as the standardclasses. | Quick float definitions in LaTeX | 3 | 工具 + texlive-trivfloat-doc | texlive | Documentation for trivfloat | Documentation for trivfloat | 3 | 库 + texlive-trsym | texlive | The bundle provides Metafont source for a small font used for(e.g.) Laplace transformations, together with a LaTeX .fd fileand a package providing commands for the symbols' use inmathematics. | Symbols for transformations | 3 | 工具 + texlive-trsym-doc | texlive | Documentation for trsym | Documentation for trsym | 3 | 库 + texlive-truncate | texlive | The package will by default break at word boundaries, butpackage options are offered to permit breaks within words. | Truncate text to a specified width | 3 | 工具 + texlive-truncate-doc | texlive | Documentation for truncate | Documentation for truncate | 3 | 库 + texlive-truthtable | texlive | This LuaLaTeX package permits to automatically generate truthtables given a table header. It supports a number of logicaloperations which can be combined as needed. It is built uponthe luacode package. | Automatically generate truth tables for given variables and statements | 3 | 工具 + texlive-tsemlines | texlive | Occasional Documents appear, that use graphics generated bytexcad from the emtex distribution. These documents often usethe \emline macro, which produced lines at an arbitraryorientation. The present package emulates the macro, usingTikZ. | Support for the ancient \emline macro | 3 | 工具 + texlive-tsvtemplate | texlive | This is a simple tsv (tab-separated values) reader for LuaLaTeXand plain LuaTeX. It also supports (non-quoted) comma-separatedvalues, or indeed values separated by any character. | Apply a template to a tsv file | 3 | 工具 + texlive-ttfutils | texlive-base | Linux TrueType utilities. | Linux TrueType utilities | 3 | 工具 + texlive-tucv | texlive | The package provides commands for typesetting a CV or resume.It provides commands for general-purpose headings, entries, anditem/description pairs, as well as more specific commands forformatting sections, with explicit inclusion of school, degree,employer, job, conference, and publications entries. It tendsto produce a somewhat long and quite detailed document but mayalso be suitable to support a shorter resume. The packagerelies on a 'sufficiently recent' copy of the l3kernel andl3packages bundles. | Support for typesetting a CV or resumee | 3 | 工具 + texlive-tucv-doc | texlive | Documentation for tucv | Documentation for tucv | 3 | 库 + texlive-tuda-ci | texlive | The TUDa-CI-Bundle provides a possibility to use the CorporateDesign of TU Darmstadt in LaTeX. It contains documentclasses aswell as some helper packages and config files together withsome templates for user documentation, which currently are onlyavailable in German. | LaTeX templates of Technische Universitat Darmstadt | 3 | 工具 + texlive-tudscr | texlive | The TUD-Script bundle provides both classes and packages inorder to create LaTeX documents in the corporate design of theTechnische Universitat Dresden. It bases on the KOMA-Scriptbundle, which must necessarily be present. For questions,problems and comments, please refer to either the LaTeX forumof the Dresden University of Technology or the GitHub "tudscr"repository. The bundle offers: the three document classestudscrartcl, tudscrreprt, and tudscrbook which serve as wrapperclasses for scrartcl, scrreprt, and scrbook, the classtudscrposter for creating posters, the package tudscrsupervisorproviding environments and macros to create tasks, evaluationsand notices for scientific theses, the package tudscrfonts,which makes the corporate design fonts of the TechnischeUniversitat Dresden available for LaTeX standard classes andKOMA-Script classes, the package fix-tudscrfonts, whichprovides the same fonts to additional corporate design classesnot related to TUD-Script, the package tudscrcomp, whichsimplifies the switch to TUD-Script from external corporatedesign classes, the package mathswap for swapping mathdelimiters within numbers (similar to ionumbers), the packagetwocolfix for fixing the positioning bug of headings intwocolumn layout, and a comprehensive user documentation aswell as several tutorials. | Corporate Design of Technische Universitat Dresden | 3 | 工具 + texlive-tudscr-doc | texlive | Documentation for tudscr | Documentation for tudscr | 3 | 库 + texlive-tufte-latex | texlive | Provided are two classes inspired, respectively, by handoutsand books created by Edward Tufte. | Document classes inspired by the work of Edward Tufte | 3 | 工具 + texlive-tufte-latex-doc | texlive | Documentation for tufte-latex | Documentation for tufte-latex | 3 | 工具 + texlive-tugboat | texlive | Provides ltugboat.cls for both regular and proceedings issuesof the TUGboat journal. Also provides a BibTeX style,tugboat.bst. | LaTeX macros for TUGboat articles | 3 | 工具 + texlive-tugboat-doc | texlive | Documentation for tugboat | Documentation for tugboat | 3 | 服务 + texlive-tugboat-plain | texlive | The macros defined in this directory (in files tugboat.sty andtugboat.cmn) are used in papers written in Plain TeX forpublication in TUGboat. | Plain TeX macros for TUGboat | 3 | 工具 + texlive-tugboat-plain-doc | texlive | Documentation for tugboat-plain | Documentation for tugboat-plain | 3 | 服务 + texlive-tui | texlive | Doctoral Dissertations from the Faculty of Engineering at theUniversidad de los Andes, Bogota, Colombia. The class isimplemented as an extension of the memoir class. Clase de Tesisdoctorales para ingenieria, Universidad de los Andes, Bogota. | Thesis style for the University of the Andes, Colombia | 3 | 工具 + texlive-tui-doc | texlive | Documentation for tui | Documentation for tui | 3 | 库 + texlive-turabian | texlive | The bundle provides a class file and a template for creatingTurabian-formatted projects. The class file supports citationformatting conforming to the Turabian 8th Edition style guide. | Create Turabian-formatted material using LaTeX | 3 | 工具 + texlive-turabian-doc | texlive | Documentation for turabian | Documentation for turabian | 3 | 库 + texlive-turabian-formatting | texlive | The turabian-formatting package provides Chicago-styleformatting based on Kate L. Turabian's "A Manual for Writers ofResearch Papers, Theses, and Dissertations: Chicago Style forStudents and Researchers" (9th edition). | Formatting based on Turabian's Manual | 3 | 工具 + texlive-turabian-formatting-doc | texlive | Documentation for turabian-formatting | Documentation for turabian-formatting | 3 | 工具 + texlive-turkmen | texlive | The package provides support for Turkmen in babel, butintegration with babel is not available. | Babel support for Turkmen | 3 | 工具 + texlive-turkmen-doc | texlive | Documentation for turkmen | Documentation for turkmen | 3 | 库 + texlive-turnstile | texlive | Among other uses, the turnstile sign is used by logicians fordenoting a consequence relation, related to a given logic,between a collection of formulas and a derived formula. | Typeset the (logic) turnstile notation | 3 | 工具 + texlive-turnstile-doc | texlive | Documentation for turnstile | Documentation for turnstile | 3 | 库 + texlive-turnthepage | texlive | The package prints a 'turn' instruction at the bottom of odd-numbered pages (except the last). This is a common conventionfor examination papers and the like. | Provide "turn page" instructions | 3 | 工具 + texlive-turnthepage-doc | texlive | Documentation for turnthepage | Documentation for turnthepage | 3 | 库 + texlive-twemoji-colr | texlive | This is a COLR/CPAL-based color OpenType font from the Twemojicollection of emoji images. | Twemoji font in COLR/CPAL layered format | 3 | 工具 + texlive-twemojis | texlive | This package provides a simple wrapper which allows to useTwitter's open source emojis through LaTeX commands. Thisrelies on images, so no fancy unicode-font stuff is needed andit should work on every installation. | Use Twitter's open source emojis through LaTeX commands | 3 | 服务 + texlive-twoinone | texlive | The package is for printing two pages on a single (landscape)A4 page. Page numbers appear on the included pages, and not onthe landscape 'container' page. | Print two pages on a single page | 3 | 工具 + texlive-twoinone-doc | texlive | Documentation for twoinone | Documentation for twoinone | 3 | 库 + texlive-twoup | texlive | MiKTeX and many other TeX implementations include tools formassaging PostScript into booklet and two-up printing -- thatis, printing two logical pages side by side on one side of onesheet of paper. However, some LaTeX preliminaries are necessaryto use those tools. The twoup package provides suchpreliminaries and gives advice on how to use the PostScripttools. | Print two virtual pages on each physical page | 3 | 工具 + texlive-twoup-doc | texlive | Documentation for twoup | Documentation for twoup | 3 | 库 + texlive-txfonts | texlive | Txfonts supplies virtual text roman fonts using Adobe Times (orURW NimbusRomNo9L) with some modified and additional textsymbols in the OT1, T1, and TS1 encodings; maths alphabetsusing Times/URW Nimbus; maths fonts providing all the symbolsof the Computer Modern and AMS fonts, including all the Greekcapital letters from CMR; and additional maths fonts of variousother symbols. The set is complemented by a sans-serif set oftext fonts, based on Helvetica/NimbusSanL, and a monospace set.All the fonts are in Type 1 format (AFM and PFB files), and aresupported by TeX metrics (VF and TFM files) and macros for usewith LaTeX. | Times-like fonts in support of mathematics | 3 | 工具 + texlive-txfontsb | texlive | A set of fonts that extend the txfonts bundle with small capsand old style numbers, together with Greek support. Theextensions are made with modifications of the GNU Freefont. | Extensions to txfonts, using GNU Freefont | 3 | 工具 + texlive-txfontsb-doc | texlive | Documentation for txfontsb | Documentation for txfontsb | 3 | 库 + texlive-txfonts-doc | texlive | Documentation for txfonts | Documentation for txfonts | 3 | 库 + texlive-txgreeks | texlive | The package allows LaTeX users who use the TX fonts to selectthe shapes (italic or upright) for the Greek lowercase anduppercase letters. Once the shapes for lowercase and uppercasehave been selected via a package option, the \other prefix(e.g., \otheralpha) allows using the alternate glyph (as in thefourier package). The txgreeks package does not constrain thetext font that may be used in the document. | Shape selection for TX fonts Greek letters | 3 | 工具 + texlive-txgreeks-doc | texlive | Documentation for txgreeks | Documentation for txgreeks | 3 | 库 + texlive-txuprcal | texlive | This small package provides a means of loading as \mathcal anuprighted version of the calligraphic fonts from the TX fontpackage. A scaled option to provided to allow arbitraryscaling. | Upright calligraphic font based on TX calligraphic | 3 | 工具 + texlive-type1cm | texlive | LaTeX, by default, restricts the sizes at which you can use itsdefault computer modern fonts, to a fixed set of discrete sizes(effectively, a set specified by Knuth). The type1cm packageremoves this restriction; this is particularly useful whenusing scalable versions of the cm fonts (Bakoma, or theversions from BSR/Y&Y, or True Type versions from Kinch, PCTeX,etc.). In fact, since modern distributions will automaticallygenerate any bitmap font you might need, type1cm has widerapplication than just those using scaleable versions of thefonts. Note that the LaTeX distribution now contains a packagefix-cm, which performs the task of type1cm, as well as doingthe same job for T1- and TS1-encoded ec fonts. | Arbitrary size font selection in LaTeX | 3 | 工具 + texlive-type1cm-doc | texlive | Documentation for type1cm | Documentation for type1cm | 3 | 库 + texlive-typed-checklist | texlive | The main goal of this package is to provide means fortypesetting checklists in a way that stipulates users toexplicitly distinguish checklists for goals, for tasks, forartifacts, and for milestones -- i.e., the type of checklistentries. The intention behind this is that a user of thepackage is coerced to think about what kind of entries he/sheadds to the checklist. This shall yield a clearer result and,in the long run, help with training to distinguish entries ofdifferent types. | Typesetting tasks, goals, milestones, artifacts, and more in LaTeX | 3 | 工具 + texlive-typed-checklist-doc | texlive | Documentation for typed-checklist | doc files of typed-checklist | 3 | 工具 + texlive-typeface | texlive | The package provides the means of establishing a consistent setof fonts for use in a LaTeX document. It allows mixing andmatching the Type 1 font sets available on the archive (and itmay be extended, via its configuration file, to support otherfonts). Font-set definition takes the form of a set of optionsthat are read when the package is loaded: for each typographiccategory (main body font, sans-serif font, monospace font,mathematics fonts, text figures, and so on), a font or atransformation is given in those options. The approach enablesthe user to remember their own configurations (as a singlecommand) and to borrow configurations that other users havedeveloped. The present release is designated "for review". | Select a balanced set of fonts | 3 | 工具 + texlive-typeface-doc | texlive | Documentation for typeface | Documentation for typeface | 3 | 库 + texlive-typehtml | texlive | Can handle almost all of HTML2, and most of the math fragmentof the draft HTML3. | Typeset HTML directly from LaTeX | 3 | 工具 + texlive-typehtml-doc | texlive | Documentation for typehtml | Documentation for typehtml | 3 | 库 + texlive-typeoutfileinfo | texlive-base | The package provides a minimalist shell script, for Unixsystems, that displays the information content in a\ProvidesFile, \ProvidesPackage or \ProvidesClass command in aLaTeX source file. The package requires that the readprovpackage is available. | Display class/package/file information | 3 | 工具 + texlive-typewriter | texlive | The typewriter package uses the OpenType Computer ModernUnicode Typewriter font, together with a LuaTeX virtual fontsetup that introduces random variability in grey level andangle of each character. It was originally an answer to aquestion on stackexchange. | Typeset with a randomly variable monospace font | 3 | 工具 + texlive-typicons | texlive | This package grants access to 336 web-related icons provided bythe included "Typicons" free font, designed by StephenHutchings and released under the SIL Open Font License. Seehttp://www.typicons.com for more details about the font itself.This package requires the fontspec package and either theXe(La)TeX or Lua(La)TeX engine to load the included ttf font.Once the package is loaded, icons can be accessed through thegeneral \ticon command, which takes as argument the name of thedesired icon, or through direct commands specific to each icon.The full list of icon designs, names and direct commands isshowcased in the manual. | Font containing a set of web-related icons | 3 | 工具 + texlive-typicons-doc | texlive | Documentation for typicons | Documentation for typicons | 3 | 库 + texlive-typoaid | texlive | This package provides macros for measuring alphabet lengths(i.e. the length occupied by the characters "abcd...xyz"), em-widths and ex-heights, which may help in making typesettingdecisions. The package is compatible with pdfLaTeX, LuaLaTeX,and XeLaTeX, and will accept font family switches defined viathe fontspec package. The plan is that future versions shall beable to provide even more diagnostic tools, and some LuaTeX-specific special commands, too. The package relies on thefollowing other LaTeX packages: expl3, array, booktabs, andsiunitx. | Macros for font diagnostics | 3 | 工具 + texlive-typogrid | texlive | Draws a grid on every page of the document; the grid dividesthe page into columns, and may be used for fixing measurementsof layout. | Print a typographic grid | 3 | 工具 + texlive-typogrid-doc | texlive | Documentation for typogrid | Documentation for typogrid | 3 | 库 + texlive-tzplot | texlive | This is a LaTeX package that provides TikZ-based macros to makeit easy to draw graphs. The macros provided in this package arejust abbreviations for TikZ codes, which can be complicated;but using the package will hopefully make drawing easier,especially when drawing repeatedly. The macros were chosen anddeveloped with an emphasis on drawing graphs in economics. Thepackage depends on TikZ, xparse, and expl3. | Plot graphs with TikZ abbreviations | 3 | 工具 + texlive-uaclasses | texlive | This package provides a LaTeX2e document class named 'ua-thesis' for typesetting theses and dissertations in theofficial format required by the University of Arizona.Moreover, there is a fully compatible alternative documentclass 'my-thesis' for private 'nice' copies of thedissertation, and the respective title pages are available asseparate packages to work with any document class. | University of Arizona thesis and dissertation format | 3 | 工具 + texlive-uaclasses-doc | texlive | Documentation for uaclasses | Documentation for uaclasses | 3 | 库 + texlive-uafthesis | texlive | This is an "unofficial" official class. | Document class for theses at University of Alaska Fairbanks | 3 | 工具 + texlive-uafthesis-doc | texlive | Documentation for uafthesis | Documentation for uafthesis | 3 | 库 + texlive-uantwerpendocs | texlive | These class files implement the house style of the Universityof Antwerp. This package originated from the Faculty of AppliedEngineering. Using these class files will make it easy for youto make and keep your documents compliant to this version andfuture versions of the house style of the University ofAntwerp. | Course texts and masters theses in University of Antwerp style | 3 | 工具 + texlive-uantwerpendocs-doc | texlive | Documentation for uantwerpendocs. | doc files of uantwerpendocs | 3 | 库 + texlive-uassign | texlive | Provides environments and options for typesetting universityassignments | Provides environments and options for typesetting university assignments | 3 | 工具 + texlive-uassign-doc | texlive | Documentation for uassign | Documentation for uassign | 3 | 库 + texlive-ucalgmthesis | texlive | ucalgmthesis.cls is a LaTeX class file that produces documentsaccording to the thesis guidelines of the University of CalgaryFaculty of Graduate Studies. It uses the memoir class, whichprovides very powerful and flexible mechanisms for book designand layout. All memoir commands for changing chapter andsection headings, page layout, fancy foot- and endnotes,typesetting poems, etc., can be used. (Memoir is meant as areplacement for the standard LaTeX classes, so all standardLaTeX commands such as \chapter, \section, etc., still work.)Likewise, any of memoir's class options can be passed asoptions to ucalgmthesis, in particular 12pt to select 12 pointtype (11 point is the default). | LaTeX thesis class for University of Calgary Faculty of Graduate Studies | 3 | 工具 + texlive-ucbthesis | texlive | The class provides the necessary framework for electronicsubmission of Masters theses and Ph.D. dissertations at theUniversity of California, Berkeley. It is based on the memoirclass. | Thesis and dissertation class supporting UCB requirements | 3 | 服务 + texlive-ucbthesis-doc | texlive | Documentation for ucbthesis | Documentation for ucbthesis | 3 | 库 + texlive-ucdavisthesis | texlive | The class conforms to the University's requirements for 2009. | A thesis/dissertation class for University of California at Davis | 3 | 工具 + texlive-ucdavisthesis-doc | texlive | Documentation for ucdavisthesis | Documentation for ucdavisthesis | 3 | 库 + texlive-ucharcat | texlive | The package implements the \Ucharcat command for LuaLaTeX.\Ucharcat is a new primitive in XeTeX, an extension of theexisting \Uchar command, that allows the specification of thecatcode as well as character code of the character token beingconstructed. | Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX | 3 | 工具 + texlive-ucharcat-doc | texlive | Documentation for ucharcat | Documentation for ucharcat | 3 | 库 + texlive-ucharclasses | texlive | The package takes care of switching fonts when you switch fromone Unicode block to another in the text of a document. Thisway, you can write a document with no explicit font selection,but a series of rules of the form "when entering block ...,switch font to use ...". | Font actions in XeTeX according to what is being processed | 3 | 工具 + texlive-ucharclasses-doc | texlive | Documentation for ucharclasses | Documentation for ucharclasses | 3 | 库 + texlive-ucs | texlive | The bundle provides the ucs package, and utf8x.def, togetherwith a large number of support files. The utf8x.def definitionfile for use with inputenc covers a wider range of Unicodecharacters than does utf8.def in the LaTeX distribution. Thepackage provides facilities for efficient use of its large setsof Unicode characters. Glyph production may be controlled byvarious options, which permits use of non-ASCII characters whencoding mathematical formulae. Note that the bundle previouslyhad an alias "unicode"; that alias has now been withdrawn, andno package of that name now exists. | Extended UTF-8 input encoding support for LaTeX | 3 | 工具 + texlive-ucs-doc | texlive | Documentation for ucs | Documentation for ucs | 3 | 服务 + texlive-ucsmonograph | texlive | This is a LaTeX class for typesetting academic documentsaccording to the ABNT (Brazilian Technical StandardsAssociation) standards and the UCS (University of Caxias doSul) specifications. | Typesetting academic documents from the University of Caxias do Sul | 3 | 工具 + texlive-ucthesis | texlive | A modified version of the standard LaTeX report style that isaccepted for use with University of California PhDdissertations and Masters theses. A sample dissertation sourceand bibliography are provided. | University of California thesis format | 3 | 工具 + texlive-ucthesis-doc | texlive | Documentation for ucthesis | Documentation for ucthesis | 3 | 库 + texlive-udes-genie-these | texlive | The udes-genie-these class can be used for Ph.D. theses,master's theses and project definitions at the Faculte de genieof the Universite de Sherbrooke (Quebec, Canada). The classfile is coherent with the latest version of the Protocole deredaction aux etudes superieures which is available on thefaculte's intranet. The class file documentation is in French,the language of the typical user at the Universite deSherbrooke. An example of use is also distributed with thedocumentation. | A thesis class file for the Faculte de genie at the Universite de Sherbrooke | 3 | 工具 + texlive-udesoftec | texlive | The class is designed for typesetting theses in the ResearchGroup for Business Informatics and Software Engineering. (Theclass may also serve as a template for such theses.) The classis designed for use with pdfLaTeX; input in UTF-8 encoding isassumed. | Thesis class for the University of Duisburg-Essen | 3 | 工具 + texlive-udesoftec-doc | texlive | Documentation for udesoftec | Documentation for udesoftec | 3 | 库 + texlive-uebungsblatt | texlive | This package implements a LaTeX class for writing exercisesheets for a lecture. Features: - quick typesetting of exercisesheets or their revisions, - simple user friendly commands, -elegant page formatting, - automatic numbering of exercises andsub-exercises, - the number of the exercise sheet is extractedautomatically from the file name, - static information aboutthe lectures and the authors needs to provided at one pointonly. | A LaTeX class for writing exercise sheets | 3 | 工具 + texlive-uebungsblatt-doc | texlive | Documentation for uebungsblatt | Documentation for uebungsblatt | 3 | 工具 + texlive-uestcthesis | texlive | The class is for typesetting a thesis at the University ofElectronic Science and Technology of China. | Thesis class for UESTC | 3 | 工具 + texlive-uestcthesis-doc | texlive | Documentation for uestcthesis | Documentation for uestcthesis | 3 | 库 + texlive-ufrgscca | texlive | This bundled is aimed at producing undergraduate students'final work/report at UFRGS/EE (Engineering School at theFederal University of Rio Grande do Sul), closely followingABNT rules (Brazilian Association for Technical Norms). It iscomposed of a main class, ufrgscca, and a set of auxiliarypackages, some of which can be used independently. | A bundle for undergraduate students final work/report (tcc) at UFRGS/EE | 3 | 工具 + texlive-uhc | texlive | Support for Korean documents written in Korean standard KSCcodes for LaTeX2e. | Fonts for the Korean language | 3 | 工具 + texlive-uhc-doc | texlive | Documentation for uhc | Documentation for uhc | 3 | 库 + texlive-uhhassignment | texlive | This document class was created for typesetting solutions tohomework assignments at the university of Hamburg (UniversitatHamburg). | A document class for typesetting homework assignments | 3 | 工具 + texlive-uhrzeit | texlive | The primary goal of this package is to facilitate formats andranges of times as formerly used in Germany. A variety ofprinting formats are available. | Time printing, in German | 3 | 工具 + texlive-uhrzeit-doc | texlive | Documentation for uhrzeit | doc files of uhrzeit | 3 | 库 + texlive-uiucredborder | texlive | The class offers a means of filling out the "red-bordered form"that gets signed by the department head, your advisor, and --for doctoral dissertations -- your thesis committee members. | Class for UIUC thesis red-bordered forms | 3 | 工具 + texlive-uiucredborder-doc | texlive | Documentation for uiucredborder | Documentation for uiucredborder | 3 | 工具 + texlive-uiucthesis | texlive | The class produces a document that conforms to the formatdescribed in the University's Handbook for Graduate StudentsPreparing to Deposit. | UIUC thesis class | 3 | 工具 + texlive-uiucthesis-doc | texlive | Documentation for uiucthesis | Documentation for uiucthesis | 3 | 库 + texlive-ukbill | texlive | This package provides formatting to easily typeset draft UKlegislation. The libre font Palatine Parliamentary is requiredto use this package. | A class for typesetting UK legislation | 3 | 工具 + texlive-ukrhyph | texlive | A range of patterns, depending on the encoding of the outputfont (including the standard T2A, so one can use the patternswith free fonts). | Hyphenation Patterns for Ukrainian | 3 | 库 + texlive-ukrhyph-doc | texlive | Documentation for ukrhyph | Documentation for ukrhyph | 3 | 库 + texlive-ulem | texlive | The package provides an \ul (underline) command which willbreak over line ends; this technique may be used to replace \em(both in that form and as the \emph command), so as to makeoutput look as if it comes from a typewriter. The package alsooffers double and wavy underlining, and striking out (linethrough words) and crossing out (/// over words). The packageworks with both Plain TeX and LaTeX. | Package for underlining | 3 | 工具 + texlive-ulem-doc | texlive | Documentation for ulem | Documentation for ulem | 3 | 库 + texlive-ulqda | texlive-base | The package is for use in Qualitative Data Analysis research.It supports the integration of Qualitative Data Analysis (QDA)research tasks, specifically for Grounded Theory, into theLaTeX work flow. It assists in the analysis of textual datasuch as interview transcripts and field notes by providing theLaTeX user with macros which are used to markup textualinformation -- for example, in-depth interviews. | Support of Qualitative Data Analysis | 3 | 工具 + texlive-ulthese | texlive | The package provides a class based on memoir to prepare thesesand memoirs compliant with the presentation rules set forth bythe Faculty of Graduate Studies of Universite Laval, Quebec,Canada. The class also comes with an extensive set of templatesfor the various types of theses and memoirs offered at Laval.Please note that the documentation for the class and thecomments in the templates are all written in French, thelanguage of the target audience. | Thesis class and templates for Universite Laval | 3 | 工具 + texlive-ulthese-doc | texlive | Documentation for ulthese | Documentation for ulthese | 3 | 库 + texlive-umbclegislation | texlive | LaTeX class for building legislation files for UMBC StudentGovernment Association Bills. Requires pdflatex and themdframed enumitem, lineno, and xifthen packages. | class for building legislation files for UMBC Student Government Association Bills | 3 | 工具 + texlive-umbclegislation-doc | texlive | Documentation for umbclegislation | doc files of umbclegislation | 3 | 库 + texlive-umich-thesis | texlive | A LaTeX2e class to create a University of Michigan dissertationaccording to the Rackham dissertation handbook. | University of Michigan Thesis LaTeX class | 3 | 工具 + texlive-umich-thesis-doc | texlive | Documentation for umich-thesis | Documentation for umich-thesis | 3 | 库 + texlive-uml | texlive | A PSTricks related package for writing UML (Unified ModellingLanguage) diagrams in LaTeX. Currently, it implements a subsetof class diagrams, and some extra constructs as well. Thepackage cannot be used together with pst-uml. | UML diagrams in LaTeX | 3 | 工具 + texlive-umlaute | texlive | An early package for using alternate input encodings. Theauthor considers the package mostly obsolete, since most of itsfunctions are taken by the inputenc package; however, inputencdoesn't support the roman8 and atari encodings, so umlauteremains the sole source of that support. | German input encodings in LaTeX | 3 | 工具 + texlive-umlaute-doc | texlive | Documentation for umlaute | Documentation for umlaute | 3 | 库 + texlive-uml-doc | texlive | Documentation for uml | Documentation for uml | 3 | 库 + texlive-umoline | texlive | Provides commands \Underline, \Midline and \Overline forunderlining, striking out, and overlining their text arguments. | Underline text allowing line breaking | 3 | 工具 + texlive-umoline-doc | texlive | Documentation for umoline | Documentation for umoline | 3 | 库 + texlive-umthesis | texlive | The class loads book class, and makes minimal changes to it;its coding aims to be as robust as possible, and as a result ithas few conflicts with potential add-on packages. | Dissertations at the University of Michigan | 3 | 工具 + texlive-umthesis-doc | texlive | Documentation for umthesis | Documentation for umthesis | 3 | 库 + texlive-umtypewriter | texlive | The UMTypewriter font family is a monospaced font family thatwas built from glyphs from the CB Greek fonts, the CyrTUGCyrillic alphabet fonts ("LH"), and the standard ComputerModern font family. It contains four OpenType fonts which arerequired for use of the xgreek package for XeLaTeX. | Fonts to typeset with the xgreek package | 3 | 工具 + texlive-unamthesis | texlive | The package provides a customisable format to typeset Thesesaccording to the Universidad Nacional Autonoma de Mexicoguidelines. Support for use in Scientific Workplace (SWP) 3.xis also provided. The bundle also includes an appropriatebibliographic style which enables the use of author-yearschemes using the natbib package. | Style for Universidad Nacional Autonoma de Mexico theses | 3 | 工具 + texlive-unam-thesis | texlive | This is a class for creating dissertation documents accordingto the National Autonomous University of Mexico (UNAM)guidelines. | Create documents according to the UNAM guidelines | 3 | 工具 + texlive-unamthesis-doc | texlive | Documentation for unamthesis | Documentation for unamthesis | 3 | 库 + texlive-unamth-template-doc | texlive | Documentation for unamth-template | Documentation for unamth-template | 3 | 库 + texlive-unbtex | texlive | This package provides a class based on abnTeX and compatiblewith pdflatex and biber to prepare bachelor, master, anddoctoral theses for the University of Brasilia (UnB), Brazil.The class also comes with a template for the various types oftheses for undergraduate and graduate programs at UnB. Thedocumentation for the class and the comments in the templatesare all written in Portuguese, the language of the targetaudience. | A class for theses at University of Brasilia (UnB) | 3 | 工具 + texlive-undergradmath-doc | texlive | This is a cheat sheet for writing mathematics with LaTeX. It isaimed at US undergraduates. | LaTeX Math for Undergraduates cheat sheet | 3 | 工具 + texlive-underlin | texlive | Defines two pagestyles that provide underlined page heads inLaTeX. | Underlined running heads | 3 | 工具 + texlive-underlin-doc | texlive | Documentation for underlin | Documentation for underlin | 3 | 库 + texlive-underoverlap | texlive | The package overcomes TeX's inherent limitations in commandsthat place decorations (such as braces) at arbirary positionsover and under expressions, overlapping as necessary. | Position decorations over and under expressions | 3 | 工具 + texlive-underoverlap-doc | texlive | Documentation for underoverlap | Documentation for underoverlap | 3 | 服务 + texlive-underscore | texlive | With the package, \_ in text mode (i.e., \textunderscore)prints an underscore so that hyphenation of words either sideof it is not affected; a package option controls whether anactual hyphenation point appears after the underscore, ormerely a break point. The package also arranges that, while intext, '_' itself behaves as \textunderscore (the behaviour of _in maths mode is not affected). | Control the behaviour of "_" in text | 3 | 工具 + texlive-underscore-doc | texlive | Documentation for underscore | Documentation for underscore | 3 | 库 + texlive-undolabl | texlive | The package allows the user to override existing labels (forexample, those generated automatically). | Override existing labels | 3 | 工具 + texlive-undolabl-doc | texlive | Documentation for undolabl | Documentation for undolabl | 3 | 库 + texlive-unfonts-core | texlive | The Un-fonts come from the HLaTeX as type1 fonts in 1998 byKoaunghi Un, he made type1 fonts to use with Korean TeX(HLaTeX) in the late 1990's and released it under the GPLlicense. They were converted to TrueType with the FontForge(PfaEdit) by Won-kyu Park in 2003. Core families (9 fonts):UnBatang, UnBatangBold: serif UnDotum, UnDotumBold: sans-serifUnGraphic, UnGraphicBold: sans-serif style UnPilgi,UnPilgiBold: script UnGungseo: cursive, brush-stroke | TrueType version of Un-fonts | 3 | 工具 + texlive-unfonts-extra | texlive | The Un-fonts come from the HLaTeX as type1 fonts in 1998 byKoaunghi Un, he made type1 fonts to use with Korean TeX(HLaTeX) in the late 1990's and released it under the GPLlicense. They were converted to TrueType with the FontForge(PfaEdit) by Won-kyu Park in 2003. Extra families (10 fonts):UnPen, UnPenheulim: script UnTaza: typewriter style UnBom:decorative UnShinmun UnYetgul: old Korean printing styleUnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang | TrueType version of Un-fonts | 3 | 工具 + texlive-unicode-alphabets | texlive | While Unicode supports the vast majority of use cases, thereare certain specialized niches which require characters andglyphs not (yet) represented in the standard. Thus the PrivateUse Area (PUA) at code points E000-F8FF, which enables thirdparties to define arbitrary character sets. This package allowsconfiguring a number of macros for using various PUA charactersets in LaTeX (AGL, CYFI, MUFI, SIL, TITUS, UCSUR, UNZ), toenable transcription and display of medieval and otherdocuments. | Macros for using characters from Unicode's Private Use Area | 3 | 工具 + texlive-unicode-bidi | texlive | The experimental unicode-bidi package allows to mix non-RTLscript with RTL script without any markup. | Experimental unicode bidi package for XeTeX | 3 | 工具 + texlive-unicode-data | texlive | This bundle provides generic access to Unicode Consortium datafor TeX use. It contains a set of text files provided by theUnicode Consortium which are currently all from Unicode 8.0.0,with the exception of MathClass.txt which is not currently partof the Unicode Character Database. Accompanying these sourcedata are generic TeX loader files allowing this data to be usedas part of TeX runs, in particular in building format files.Currently there are two loader files: one for general characterset up and one for initialising XeTeX character classes as hasbeen carried out to date by unicode-letters.tex. The sourcedata are distributed in accordance with the license stipulatedby the Unicode Consortium. The bundle as a whole is co-ordinated by the LaTeX3 Project as a general resource for TeXusers. | Unicode data and loaders for TeX | 3 | 工具 + texlive-unicode-data-doc | texlive | Documentation for unicode-data | doc files of unicode-data | 3 | 库 + texlive-unicodefonttable | texlive | This package produces font tables for unicode fonts as well asfor 8bit fonts. The table layout can be adjusted in variousways including restricting the range of output to show only aportion of a specific font. To quickly produce a one-off tablethere is a stand-alone version unicodefont.tex that asks you afew questions and then generates the table --- somewhat similarto nfssfont.tex for 8-bit fonts. | A Unicode font table generator | 3 | 工具 + texlive-unicode-math | texlive | This package will provide a complete implementation of unicodemaths for XeLaTeX and LuaLaTeX. Unicode maths is currentlysupported by the following freely available fonts: Latin ModernMath (Boguslaw Jackowski, Janusz M. Nowacki), TeX Gyre BonumMath (Boguslaw Jackowski, , P. Strzelczyk, Janusz M. Nowacki),TeX Gyre Pagella Math (Boguslaw Jackowski, , P. Strzelczyk,Janusz M. Nowacki), TeX Gyre Schola Math (Boguslaw Jackowski,P. Strzelczyk, Janusz M. Nowacki), TeX Gyre Termes Math(Boguslaw Jackowski, P. Strzelczyk, Janusz M. Nowacki), DejaVuMath TeX Gyre (Boguslaw Jackowski, P. Strzelczyk, Janusz M.Nowacki), Asana-Math fonts (Apostolos Syropolous), STIX (STIPub), XITS Math (Khaled Hosny), Libertinus Math (Philipp H.Poll and Khaled Hosny), and Fira Math (Xiangdong Zeng). Thefollowing fonts are proprietary with OpenType maths support:Lucida Bright Math (Charles Bigelow and Kris Holmes), CambriaMath (Microsoft), Minion Math (Johannes Kuster, typoma GmbH).As well as running XeTeX or LuaTeX, this package requiresrecent versions of the fontspec, expl3, xpackages, ucharcat andlualatex-math packages. | Unicode mathematics support for XeTeX and LuaTeX | 3 | 工具 + texlive-unicode-math-doc | texlive | Documentation for unicode-math | Documentation for unicode-math | 3 | 库 + texlive-unifith | texlive | The package provides a class to typeset Ph.D., Master, andBachelor theses that adhere to the publishing guidelines of theUniversity of Florence (Italy). | Typeset theses for University of Florence (Italy) | 3 | 工具 + texlive-unigrazpub | texlive | This package provides a LaTeX class matching the preparationguidelines of the Library Publishing Services of University ofGraz. The bundle also includes a comprehensive set of examplefiles for books and collections. | LaTeX templates for University of Graz Library Publishing Services | 3 | 工具 + texlive-unimath-plain-xetex | texlive | This package provides OpenType math font support in plain TeXformat. It only works with the XeTeX engine. | OpenType math support in (plain) XeTeX | 3 | 工具 + texlive-uninormalize | texlive | This package provides Unicode normalization (useful forcomposed characters) for LuaLaTeX. | Unicode normalization support | 3 | 工具 + texlive-uniquecounter | texlive | This package provides a kind of counter that provides uniquenumber values. Several counters can be created with differentnames. The numeric values are not limited. | Provides unlimited unique counter | 3 | 工具 + texlive-unisc | texlive | LaTeX produces small caps with \textsc{text} or {\scshapetext}. Neither of these commands produce small caps in Unicode.If the output text is copied and pasted somewhere it shows thesame characters as used in the input. This package aims tointernally convert all the characters provided to the commandsmentioned above. It assumes that the file using this package iscompiled with Lua/XeLaTeX and a good Unicode font which has thesmall caps characters, e.g., Charis SIL. | Unicode small caps with Lua/XeLaTeX | 3 | 工具 + texlive-unisugar | texlive | The package allows the user to define shorthand aliases forsingle Unicode characters, and also provides support for suchaliases in RTL-text. The package requires an TeX-alike systemthat uses Unicode input in a native way: current examples areXeTeX and LuaTeX. | Define syntactic sugar for Unicode LaTeX | 3 | 工具 + texlive-unisugar-doc | texlive | Documentation for unisugar | Documentation for unisugar | 3 | 库 + texlive-unitconv | texlive | This package defines two macros to convert a value with unitinto one with another unit. Supported are all TeX relatedunits, and also km and m. The output can be in scienticnotation for large values. The package only works withLuaLaTeX! | Convert a length into one with another unit | 3 | 工具 + texlive-uni-titlepage | texlive | Creation of title pages is something most authors should nothave to do. But reality is not perfect, so a lot of authorshave to do it. This package not only provides several pages forthe title instead of only one -- at least five are typical fora thesis! --, it also provides a bunch of predefined titlepagestyles with several standard elements, and optionallyadditional elements. | Universal titlepages with configuration options and predefined styles | 3 | 工具 + texlive-unitn-bimrep | texlive | This package allows to rapidly write the bimonthly report forThe Ph.D. School in Materials, Mechatronics and SystemEngineering. It allows to define the research activities, theparticipation to school and congress, and the publicationperformed by a student. | A bimonthly report class for the PhD School of Materials, Mechatronics and System Engineering | 3 | 工具 + texlive-units | texlive | The package is provided as a bundle with the nicefrac packagefor typing fractions. Units uses nicefrac in typesettingphysical units in a standard-looking sort of way. | Typeset units | 3 | 工具 + texlive-unitsdef | texlive | Many packages for typesetting units have been written for usein LaTeX2e. Some define macros to typeset a lot of units but donot suit to the actual font settings, some make the charactersneeded available but do not predefine any unit. This packagetries to comply with both requirements. It predefines commonunits, defines an easy to use interface to define new units andchanges the output concerning to the surrounding font settings. | Typesetting units in LaTeX | 3 | 工具 + texlive-unitsdef-doc | texlive | Documentation for unitsdef | Documentation for unitsdef | 3 | 库 + texlive-units-doc | texlive | Documentation for units | Documentation for units | 3 | 库 + texlive-universa | texlive | An implementation of the universal font by Herbert Bayer of theBauhaus school. The Metafont sources of the fonts, and theirLaTeX support, are all supplied in a LaTeX documented source(.dtx) file. | Herbert Bayer's 'universal' font | 3 | 工具 + texlive-universa-doc | texlive | Documentation for universa | Documentation for universa | 3 | 库 + texlive-universalis | texlive | This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeXsupport for the UniversalisADFStd family of fonts, designed byHirwin Harendal. The font is suitable as an alternative tofonts such as Adrian Frutiger's Univers and Frutiger. | Universalis font, with support | 3 | 工具 + texlive-universalis-doc | texlive | Documentation for universalis | Documentation for universalis | 3 | 库 + texlive-univie-ling | texlive | This bundle provides LaTeX2e classes, BibLaTeX files, andtemplates suitable for student papers, PhD research proposals(Exposes), and theses in (Applied) Linguistics at theUniversity of Vienna. The classes implement some standards forthese types of text, such as suitable title pages. They areparticularly suited for the field of (Applied) Linguistics andpre-load some packages that are considered useful in thiscontext. The classes can also be used for General andHistorical Linguistics as well as for other fields of study atVienna University. In this case, however, some settings mayhave to be adjusted. | Papers, theses and research proposals in (Applied) Linguistics at Vienna University | 3 | 工具 + texlive-uni-wtal-ger | texlive | The package defines a biblatex citation style based on theauthor-title style of biblatex-dw. The citations are optimisedfor literary studies in faculty of humanities at the BergischeUniversitat Wuppertal. | Citation style for literary studies at the University of Wuppertal | 3 | 工具 + texlive-uni-wtal-ger-doc | texlive | Documentation for uni-wtal-ger | Documentation for uni-wtal-ger | 3 | 库 + texlive-uni-wtal-lin | texlive | The package defines a biblatex citation style based on thestandard author-year style. The citations are optimised forlinguistic studies at the Institute of Linguistics at theBergische Universitat Wuppertal. | Citation style for linguistic studies at the University of Wuppertal | 3 | 工具 + texlive-uni-wtal-lin-doc | texlive | Documentation for uni-wtal-lin | Documentation for uni-wtal-lin | 3 | 库 + texlive-unizgklasa | texlive | This class is intended for generating graduate and final thesesaccording to the instructions of the Faculty of Graphic Arts,University of Zagreb. It does not necessarily correspond to therequirements of each component of the University, but isdesigned as an idea for linking and uniformizing the look ofall graduate papers. Anyone who likes it is welcome to use it. | A LaTeX class for theses at the Faculty Of Graphic Arts in Zagreb | 3 | 工具 + texlive-unravel | texlive | The aim of this LaTeX package is to help debug complicatedmacros. This is done by letting the user step through theexecution of some TeX code, going through the details of nestedexpansions, performing assignments, as well as some simpletypesetting commands. To use this package, one should normallyrun TeX in a terminal. The unravel package requires up-to-dateversions of the l3kernel, l3packages and l3experimentalbundles. | Watching TeX digest tokens | 3 | 工具 + texlive-unravel-doc | texlive | Documentation for unravel | Documentation for unravel | 3 | 库 + texlive-unswcover | texlive | The package an UNSW cover sheet following the 2011 GRSguidelines. It may also (optionally) provide other requiredsheets such as Originality, Copyright and Authenticitystatements. | Typeset a dissertation cover page following UNSW guidelines | 3 | 工具 + texlive-unswcover-doc | texlive | Documentation for unswcover | Documentation for unswcover | 3 | 库 + texlive-uothesis | texlive | The class generates documents that are suitable for submissionto the Graduate School and conform with the style requirementsfor dissertations and theses as laid out in the Fall 2010 UOgraduate school student manual. | Class for dissertations and theses at the University of Oregon | 3 | 工具 + texlive-uothesis-doc | texlive | Documentation for uothesis | Documentation for uothesis | 3 | 库 + texlive-uowthesis | texlive | A document class for higher degree research theses incompliance with the specifications of University of Wollongong(UoW) theses in the "Guidelines for Preparation and Submissionof Higher Degree Research Theses" (March 2006), by the ResearchStudent Centre, Research & Innovation Division, UoW. | Document class for dissertations at the University of Wollongong | 3 | 服务 + texlive-uowthesis-doc | texlive | Documentation for uowthesis | Documentation for uowthesis | 3 | 库 + texlive-uowthesistitlepage | texlive | The package redefines \maketitle to generate a title page for aUniversity of Wollongong thesis, in accordance with the UoWbranding guidelines. The package should be used with the bookclass to typeset a thesis. The package also defines a\declaration command that typesets the declaration that thisthesis is your own work, etc., which is required in the frontof each PhD Thesis. | Title page for dissertations at the University of Wollongong | 3 | 工具 + texlive-uowthesistitlepage-doc | texlive | Documentation for uowthesistitlepage | Documentation for uowthesistitlepage | 3 | 库 + texlive-upca | texlive | The package defines a single macro \upca, to print UPC-Abarcodes. | Print UPC-A barcodes | 3 | 工具 + texlive-upca-doc | texlive | Documentation for upca | Documentation for upca | 3 | 库 + texlive-uplatex | texlive | The bundle provides pLaTeX2e macros for upTeX by Takuji Tanaka.This is a community edition syncing with platex. The bundledepends on platex. | pLaTeX2e and miscellaneous macros for upTeX | 3 | 工具 + texlive-upmethodology | texlive | The bundle allows the user to create Unified Processmethodology (UP or RUP) based documents. The style providesdocument versioning, document history, document authors,document validators, specification description, taskmanagement, and several helping macros. | Writing specifications such as for UP-based methodologies | 3 | 工具 + texlive-upmethodology-doc | texlive | Documentation for upmethodology | Documentation for upmethodology | 3 | 库 + texlive-uppunctlm | texlive | The package provides a mechanism to keep punctuation always inupright shape even if italic was specified. It is directed toLatin Modern fonts, and provides .tfm, .vf, .fd, and .styfiles. Here a list of punctuation characters always presentedin upright shapes: comma, period, semicolon, colon,parentheses, square brackets, and Arabic numerals. | Always keep upright shape for some punctuation marks and Arabic numerals | 3 | 工具 + texlive-upquote | texlive | Typewriter-style fonts are best for program listings, butComputer Modern Typewriter prints ` and ' as bent opening andclosing single quotes. Other fonts, and most programminglanguages, print ` as a grave accent and ' upright; ' is usedboth to open and to close quoted strings. The package switchesthe typewriter font to Computer Modern Typewriter in OT1encoding, and modifies the behaviour of verbatim, verbatim*,\verb, and \verb* to print in the "` and ' way". It doesthisregardless of other fonts or encodings in use, so long asthe package is loaded after the other fonts were. The packagedoes not affect \tt, \texttt, etc. | Show "realistic" quotes in verbatim | 3 | 工具 + texlive-upquote-doc | texlive | Documentation for upquote | Documentation for upquote | 3 | 库 + texlive-uptex | texlive-base | upTeX is an extension of pTeX, using UTF-8 input and producing UTF-8output. It was originally designed to improve support for Japanese,but is also useful for documents in Chinese and Korean. It canprocess Chinese simplified, Chinese traditional, Japanese, and Koreansimultaneously, and can also produce original LaTeX with \inputenc{utf8}and Babel (Latin/Cyrillic/Greek etc.) by switching its \kcatcodetables. | Binaries for uptex | 3 | 工具 + texlive-uptex-base | texlive | The bundle contains plain TeX format and documents forupTeX and e-upTeX. | Plain TeX format and documents for upTeX | 3 | 工具 + texlive-uptex-base-doc | texlive | Documentation for uptex-base | Documentation for uptex-base | 3 | 工具 + texlive-uptex-fonts | texlive | The bundle contains fonts (TFM and VF) for use with upTeX. Thisis a redistribution derived from the upTeX distribution byTakuji Tanaka. | Fonts for use with upTeX | 3 | 工具 + texlive-uptex-fonts-doc | texlive | Documentation for uptex-fonts | Documentation for uptex-fonts | 3 | 工具 + texlive-upzhkinsoku | texlive | This package provides supplementary Chinese kinsoku (linebreaking rules etc.) settings for Unicode (e-)upTeX (when usingUnicode as its internal encoding), and ApTeX. Both LaTeX andplain TeX are supported. | Supplementary Chinese kinsoku for Unicode *pTeX | 3 | 工具 + texlive-urcls | texlive | The bundle provides a beamer-derived class and a theme stylefile for the corporate design of the University of Regensburg.It also contains a scrlttr2-derived class for letters using thecorporate design of the UR. Users may use the class itself(URbeamer) or use the theme in the usual way with\usetheme{UR}. Examples of using both letters and presentationsare provided as .tex and .pdf-files. | Beamer and scrlttr2 classes and styles for the University of Regensburg | 3 | 工具 + texlive-urcls-doc | texlive | Documentation for urcls | Documentation for urcls | 3 | 库 + texlive-uri | texlive | The package provides automatic hyperlinks for URIs of typearXiv, ASIN, DOI, HDL, NBN, PubMed, OID, TINY, TINY withpreview, and XMPP and provides commands \citeurl, \mailto,\ukoeln and \uref. | Hyperlinks for a wide range of URIs | 3 | 工具 + texlive-uri-doc | texlive | Documentation for uri | Documentation for uri | 3 | 库 + texlive-url | texlive | The command \url is a form of verbatim command that allowslinebreaks at certain characters or combinations of characters,accepts reconfiguration, and can usually be used in theargument to another command. (The \urldef command providesrobust commands that serve in cases when \url doesn't work inan argument.) The command is intended for email addresses,hypertext links, directories/paths, etc., which normally haveno spaces, so by default the package ignores spaces in itsargument. However, a package option "allows spaces", which isuseful for operating systems where spaces are a common part offile names. | Verbatim with URL-sensitive line breaks | 3 | 工具 + texlive-urlbst | texlive-base | Supports a new BibTeX 'webpage' entry type and 'url','lastchecked', and 'eprint' and 'DOI' fields. The Perl scripturlbst can be used to add this support to an arbitrary .bstfile which has a reasonably conventional structure. The resultis meant to be robust rather than pretty. | Web support for BibTeX | 3 | 库 + texlive-url-doc | texlive | Documentation for url | Documentation for url | 3 | 库 + texlive-urwchancal | texlive | The package allows (the URW clone of) Zapf Chancery to functionas a maths alphabet, the target of \mathcal or \mathscr, withaccents appearing where they should, and other spacingparameters set to reasonable (not very tight) values. The fontitself may be found in the URW basic fonts collection. Thispackage supersedes the pzccal package. | Use URW's clone of Zapf Chancery as a maths alphabet | 3 | 工具 + texlive-urwchancal-doc | texlive | Documentation for urwchancal | Documentation for urwchancal | 3 | 库 + texlive-usebib | texlive | The package is described by its author as "a poor person'sreplacement for the more powerful methods provided by biblatexto access data from a .bib file". Its principle commands are\bibinput (which specifies a database to use) and \usebibdata(which typesets a single field from a specified entry in thatdatabase. | A simple bibliography processor | 3 | 工具 + texlive-usebib-doc | texlive | Documentation for usebib | Documentation for usebib | 3 | 库 + texlive-ushort | texlive | Some engineers need underlined or twice underlined variablesfor which the usual \underline is too long. This packageprovides a generic command for creating underlines of varioussizes and types. | Shorter (and longer) underlines and underbars | 3 | 工具 + texlive-ushort-doc | texlive | Documentation for ushort | Documentation for ushort | 3 | 库 + texlive-uspace | texlive | LaTeX package that gives meaning to various Unicode spacecharacters. | Giving meaning to various Unicode space characters | 3 | 库 + texlive-uspatent | texlive | The package provides a class and other tools for developing abeautifully formatted, consistent U.S. Patent Application usingLaTeX and/or LyX. | U.S. Patent Application Tools for LaTeX and LyX | 3 | 工具 + texlive-uspatent-doc | texlive | Documentation for uspatent | Documentation for uspatent | 3 | 库 + texlive-utexasthesis | texlive | This class file complies with the Digital SubmissionRequirement for Masters and Ph.D. thesis submissions of theUniversity of Texas at Austin. | University of Texas at Austin graduate thesis style | 3 | 工具 + texlive-utf8add | texlive | This bundle contains the LaTeX packages utf8add.sty andutf8hax.sty. The utf8add package provides additional supportfor the use of UTF-8 encoded input. This is intended for makingLaTeX input more readable. The utf8hax package is using UTF-8characters for easier access to math in LaTeX, however makingthe LaTeX input less readable. | Additional support for UTF-8 encoded LaTeX input | 3 | 工具 + texlive-utf8mex | texlive | The bundle provides files for building formats to read input inPolish encodings. | Tools to produce formats that read Polish language input | 3 | 工具 + texlive-utf8mex-doc | texlive | Documentation for utf8mex | Documentation for utf8mex | 3 | 库 + texlive-utfsym | texlive | This package provides various symbols from the Unicode in orderto be able to use them originally in a school setting such ason worksheets. | Provides various Unicode symbols | 3 | 库 + texlive-utopia | texlive | The Adobe Standard Encoding set (upright and italic shapes,medium and bold weights) of the Utopia font family, which Adobedonated to the X Consortium. Macro support, and maths fontsthat match the Utopia family, are provided by the Fourier andthe Mathdesign font packages. | Adobe Utopia fonts | 3 | 工具 + texlive-utopia-doc | texlive | Documentation for utopia | Documentation for utopia | 3 | 库 + texlive-ut-thesis | texlive | This LaTeX document class implements the formattingrequirements of the University of Toronto School of GraduateStudies (SGS), as of Fall 2020 (https://www.sgs.utoronto.ca/academic-progress/program-completion/formatting). For example usage, see the GitHub repository. | University of Toronto thesis style | 3 | 工具 + texlive-ut-thesis-doc | texlive | Documentation for ut-thesis | Documentation for ut-thesis | 3 | 库 + texlive-uwa-colours | texlive | This package uses the xcolor package to define macros for thecolour palette of The University of Western Australia. | The colour palette of The University of Western Australia | 3 | 工具 + texlive-uwa-letterhead | texlive | This package generates the letterhead of the University ofWestern Australia. It requires the UWA logo in PDF format,which is available in SVG format athttps://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/, and uses the Arial and UWA Slab fonts bydefault. The package works with XeLaTeX and LuaLaTeX. | The letterhead of the University of Western Australia | 3 | 工具 + texlive-uwa-pcf | texlive | This LaTeX class generates a Participant Consent Form (PCF) fora human research protocol at the University of WesternAustralia. It requires the UWA logo in PDF format, which isavailable in SVG format athttps://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/, and uses the Arial and UWA Slab fonts bydefault. The class works with XeLaTeX and LuaLaTeX. It dependson the uwa-letterhead package. | A Participant Consent Form (PCF) for a human research protocol at the University of Western Australia | 3 | 工具 + texlive-uwa-pif | texlive | This package generates a Participant Information Form (PIF) fora human research protocol at the University of WesternAustralia. It requires the UWA logo in PDF format, which isavailable in SVG format athttps://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/, and uses the Calibri fonts by default. Theclass works with XeLaTeX and LuaLaTeX. It depends on theuwa-letterhead package. | A Participant Information Form (PIF) for a human research protocol at the University of Western Australia | 3 | 工具 + texlive-uwthesis | texlive | uwthesis package | University of Washington thesis class | 3 | 工具 + texlive-uwthesis-doc | texlive | Documentation for uwthesis | Documentation for uwthesis | 3 | 库 + texlive-vak | texlive | The file can be used to format the bibliographies of PhDtheses, books etc., according to the latest Russian standards:GOST 7.82 - 2001 and GOST 7.1 - 2003. It introduces the minimumnumber of new entries and styles to cover all frequently usedsituations. The style file provides an easy way to perform asemiautomatic, or a completely manual sort of the list of thereferences. Processing bibliographies produced by the stylerequires a 8-bit BibTeX system. | BibTeX style for Russian Theses, books, etc | 3 | 工具 + texlive-vak-doc | texlive | Documentation for vak | Documentation for vak | 3 | 库 + texlive-vancouver | texlive | This BibTeX style file is generated with the docstrip utilityand modified manually to meet the Uniform Requirements forManuscripts Submitted to Biomedical Journals as published in NEngl J Med 1997;336:309-315 (also known as the Vancouverstyle). The complete set of requirements may be viewed on theICMJE web site. | Bibliographic style file for Biomedical Journals | 3 | 工具 + texlive-vancouver-doc | texlive | Documentation for vancouver | Documentation for vancouver | 3 | 库 + texlive-variablelm | texlive | This package provides a mechanism for scaling the typeface. Itis directed to Latin Modern fonts and provides the fontdefinitions and the corresponding style file. This mechanism isuseful in mixed text compositions, for example Japanese-Latin. | Font definitions for the variable Latin Modern fonts | 3 | 库 + texlive-variations | texlive | The package provides macros for typesetting tables showingvariations of functions according to French usage. These macrosmay be used by both LaTeX and plain TeX users. | Typeset tables of variations of functions | 3 | 工具 + texlive-variations-doc | texlive | Documentation for variations | Documentation for variations | 3 | 库 + texlive-varindex | texlive | Provides a convenient front-end for the \index command. Forexample, with it you can generate multiple index entries inalmost any form by a single command. The package is highlycustomizable, and works with all versions of LaTeX and probablymost other TeX formats. | Luxury frontend to the \index command | 3 | 工具 + texlive-varindex-doc | texlive | Documentation for varindex | Documentation for varindex | 3 | 库 + texlive-varisize | texlive | A series of files, each of which defines a size-change macro.Note that 10point.tex is by convention called by one of theother files, so that there's always a "way back". | Change font size in Plain TeX | 3 | 工具 + texlive-varisize-doc | texlive | Documentation for varisize | Documentation for varisize | 3 | 库 + texlive-varsfromjobname | texlive | The package allows the user to extract information from the jobname, provided that the name has been structured appropriately:the package expects the file name to consist of a set of wordsseparated by hyphens. | Extract variables from the name of the LaTeX file | 3 | 工具 + texlive-varsfromjobname-doc | texlive | Documentation for varsfromjobname | Documentation for varsfromjobname | 3 | 库 + texlive-varwidth | texlive | The varwidth environment is superficially similar to minipage,but the specified width is just a maximum value -- the box mayget a narrower "natural" width. | A variable-width minipage | 3 | 工具 + texlive-varwidth-doc | texlive | Documentation for varwidth | Documentation for varwidth | 3 | 库 + texlive-vaucanson-g | texlive | VauCanSon-G is a package that enables the user to draw automatawithin texts written using LaTeX. The package macros make useof commands of PStricks | PSTricks macros for drawing automata | 3 | 工具 + texlive-vaucanson-g-doc | texlive | Documentation for vaucanson-g | Documentation for vaucanson-g | 3 | 库 + texlive-vcell | texlive | This package offers low-level macros to build rows withvertically-aligned cells (top, middle or bottom) and calculatethe height of a row. These cells can have variable or fixedheight and can be paragraph-cells or inline-cells. Differentvertical alignments can be used in the same row. | Vertical alignment of content inside table cells | 3 | 工具 + texlive-vdmlisting | texlive | The package is an extension for the listings package thatprovides a source code printer for LaTeX. This package definesnew language definitions and listing environments for the threelanguage dialects of the Vienna Development Method: VDM-SL, VDM-PP and VDM-RT. If one wants to typeset VDM with a mathematicalsyntax instead of the ASCII syntax used here one should use thevdm pacakge instead | Typesetting VDM in ASCII syntax | 3 | 库 + texlive-vdmlisting-doc | texlive | Documentation for vdmlisting | Documentation for vdmlisting | 3 | 库 + texlive-velthuis | texlive-base | Frans Velthuis' preprocessor for Devanagari text, and fonts andmacros to use when typesetting the processed text. The macrosprovide features that support Sanskrit, Hindi, Marathi, Nepali,and other languages typically printed in the Devanagari script.The package provides fonts, in both Metafont and Type 1formats. Users of modern TeX distributions may care to try theXeTeX based package, which is far preferable for users who cantype Unicode text. | Typeset Devanagari | 3 | 工具 + texlive-venn | texlive | MetaPost macros for venn diagrams. | Creating Venn diagrams with MetaPost | 3 | 库 + texlive-venndiagram | texlive | The package assists generation of simple two- and three-setVenn diagrams for lectures or assignment sheets. The packagerequires the TikZ package. | Creating Venn diagrams with TikZ | 3 | 工具 + texlive-venndiagram-doc | texlive | Documentation for venndiagram | Documentation for venndiagram | 3 | 库 + texlive-venn-doc | texlive | Documentation for venn | Documentation for venn | 3 | 库 + texlive-venturisadf | texlive | Serif and sans serif complete text font families, in both AdobeType 1 and OpenType formats for publication. The family isbased on Utopia family, and has been modified and developed bythe Arkandis Digital foundry. Support for using the fonts, inLaTeX, is also provided (and makes use of the nfssext-cfrpackage). | Venturis ADF fonts collection | 3 | 工具 + texlive-venturisadf-doc | texlive | Documentation for venturisadf | Documentation for venturisadf | 3 | 库 + texlive-verbasef | texlive | The package allows you to input (subsections of a) file, printthem in verbatim mode, while automatically breaking up theinput lines into pieces of a given length, which are output asfigures. These figures are posted using the [H] specification,which forces LaTeX to place the figure at the spot ofinvocation, rather than floating the figures to the top of thenext page. The package requires the verbatim, here and vrbexinpackages. | VERBatim Automatic Splitting of External Files | 3 | 工具 + texlive-verbasef-doc | texlive | Documentation for verbasef | Documentation for verbasef | 3 | 库 + texlive-verbatimbox | texlive | The package provides a verbbox environment (which usestechniques similar to those of the boxedverbatim environment ofthe moreverb package) to place its contents into a globallyavailable box, or into a box specified by the user. The globalbox may then be used in a variety of situations (for example,providing a replica of the boxedverbatim environment itself). Avaluable use is in places where the standard verbatimenvironment (which is based on a trivlist) may not appear. Thepackage makes use of the verbatim package (which is a requiredpart of any LaTeX distribution). | Deposit verbatim text in a box | 3 | 工具 + texlive-verbatimbox-doc | texlive | Documentation for verbatimbox | Documentation for verbatimbox | 3 | 库 + texlive-verbatimcopy | texlive | This package provides \VerbatimCopy{in}{out} that will enableLaTeX to take a verbatim copy of one text file, and save itunder another name. The package provides a means to specify theoutput directory to be used, but does no checking and maytherefore overwrite an important file if used injudiciously. | Make copies of text documents from within LaTeX | 3 | 工具 + texlive-verbatimcopy-doc | texlive | Documentation for verbatimcopy | Documentation for verbatimcopy | 3 | 库 + texlive-verbdef | texlive | The package defines a single command \verbdef (which has a *-form, like \verb). \verbdef will define a robust command whosebody expands to verbatim text. By using commands defined by\verbdef, one can put verbatim text into the arguments ofcommands; since the defined command is robust, it doesn'tmatter if the argument is moving. (Full details of syntax andcaveats about use are in comments in the file itself.) | Define commands which expand to verbatim text | 3 | 工具 + texlive-verbdef-doc | texlive | Documentation for verbdef | Documentation for verbdef | 3 | 库 + texlive-verbments | texlive | The package provides an environment for syntax highlightingsource code in LaTeX documents. The highlighted source codeoutput is formatted via powerful Pygments library of the Pythonlanguage. | Syntax highlighting of source code in LaTeX documents | 3 | 工具 + texlive-verbments-doc | texlive | Documentation for verbments | Documentation for verbments | 3 | 库 + texlive-verifica | texlive | This class provides various environments and commands toproduce the typical exercises contained in a test. It is mainlyintended for Italian high school teachers, as the style isprobably more in line with Italian high school tests. | Typeset (Italian high school) exercises | 3 | 工具 + texlive-verifiche | texlive | The purpose of this package is to manage the exercises for atest, their points, levels of difficulty, and solutions. Sometypical formats of exercises are already implemented: Plainexercise "Complete the Text" "True or false" Closed questionsOpen questions "Find the error" | A LaTeX package to typeset (Italian) high school tests | 3 | 工具 + texlive-verse | texlive | The package documentation discusses approaches to the problem;the package is strong on layout, from simple alternate-lineindentation to the Mouse's tale from Alice in Wonderland. | Aids for typesetting simple verse | 3 | 工具 + texlive-verse-doc | texlive | Documentation for verse | Documentation for verse | 3 | 库 + texlive-version | texlive | Defines macros \includeversion{NAME} and \excludeversion{NAME},each of which defines an environment NAME whose text is to beincluded or excluded from compilation. Although the commandsyntax is very similar to that of comment, comment.sty is to bepreferred to version.sty for documents where significant chunksof text may be excluded. | Conditionally include text | 3 | 工具 + texlive-version-doc | texlive | Documentation for version | Documentation for version | 3 | 库 + texlive-versions | texlive | Stephan Bellantoni's version has provided preamble commands forselecting environments to be included/excluded. This packagedoes the same, but corrects, improves, and extends it in bothimplementation and function. | Optionally omit pieces of text | 3 | 工具 + texlive-versions-doc | texlive | Documentation for versions | Documentation for versions | 3 | 库 + texlive-versonotes | texlive | This package allows you to place notes on the verso pages of anotherwise single-sided document. If, in the run of text, youinclude a call to the macro \versonote{This is a remark}, thenthat text will be placed on the opposite (ie, 'verso') page,lined up with the macro call. | Display brief notes on verso pages | 3 | 工具 + texlive-versonotes-doc | texlive | Documentation for versonotes | Documentation for versonotes | 3 | 库 + texlive-vertbars | texlive | This package is an extension to lineno, replacing thatpackage's line numbers with bars to the left or right of thetext. | Mark vertical rules in margin of text | 3 | 工具 + texlive-vertbars-doc | texlive | Documentation for vertbars | Documentation for vertbars | 3 | 库 + texlive-vgrid | texlive | The package overlays a grid (whose spacing is \baselineskip,which offers guidlines for considering the "rhythm" of thedocument on the page. | Overlay a grid on the printed page | 3 | 工具 + texlive-vgrid-doc | texlive | Documentation for vgrid | Documentation for vgrid | 3 | 库 + texlive-vhistory | texlive | Vhistory simplifies the creation of a history of versions of adocument. You can easily extract information like the currentversion of a list of authors from that history. It helps you toget consistent documents. The package sets, which is used byvhistory, allows you to use sets containing text. You can usethe usual operations to create the union of sets or theintersection of sets etc. | Support for creating a change log | 3 | 工具 + texlive-vhistory-doc | texlive | Documentation for vhistory | Documentation for vhistory | 3 | 库 + texlive-visualfaq-doc | texlive | Documentation for visualfaq | Documentation for visualfaq | 3 | 库 + texlive-visualfaq-fr | texlive | (French version below.) The Visual LaTeX FAQ is an innovativenew search interface on LaTeX Frequently Asked Questions. Thisversion is a French translation, offering links to theFrench-speaking LaTeX FAQ. Vous avez du mal a trouver lareponse a une question sur LaTeX ou meme a trouver les motspour exprimer votre question? La FAQ LaTeX visuelle est uneinterface de recherche innovante qui presente plus d'unecentaine d'exemples de mises en forme de documents frequemmentdemandees. Il suffit de cliquer sur l'hyperlien qui corresponda ce que vous souhaitez faire - ou ne pas faire - et la FAQLaTeX visuelle enverra votre navigateur web a la pagecorrespondante de la FAQ LaTeX francophone. | FAQ LaTeX visuelle francophone | 3 | 工具 + texlive-visualpstricks-doc | texlive | Documentation for visualpstricks | doc files of visualpstricks | 3 | 工具 + texlive-visualtikz-doc | texlive | Documentation for visualtikz | doc files of visualtikz | 3 | 库 + texlive-vlna | texlive-base | There exists a special Czech and Slovak typographical rule:you cannot leave the non-syllabic preposition on the end of oneline and continue writting text on next line. For example, youcannot write down the text "v lese" (in a forest) like"v<new-line>lese". The program vlna adds the asciitilde betweensuch preposition and the next word and removes the space(s) inthis place. It means, the program converts "v lese" to"v~lese". You can use this program as a preporcessor beforeTeXing. Moreower, you can set another sequence to store insteadasciitilte (see the -x option). | Adds tilde after each non-syllabic preposition | 3 | 工具 + texlive-vmargin | texlive | Provides a macro to set various margins as well as dimensionsfor header/footer and page dimensions. Most common paper sizes,paper orientation, disabling of headers and footers, and twosided printing are supported. The vmargin package does not relyon other packages and was designed with speed and size in mind.Its user interface might not be very fancy, but it's fast,small, and gets the job done. If you are looking for somethingmore elaborate try the geometry package. | Set various page dimensions | 3 | 工具 + texlive-vmargin-doc | texlive | Documentation for vmargin | Documentation for vmargin | 3 | 库 + texlive-vntex | texlive | The vntex bundle provides fonts, Plain TeX, texinfo and LaTeXmacros for typesetting documents in Vietnamese. Users of thefonts (in both Metafont and Adobe Type 1 format) of this bundlemay alternatively use the lm fonts bundle, for which map filesare available to provide a Vietnamese version. | Support for Vietnamese | 3 | 工具 + texlive-vntex-doc | texlive | Documentation for vntex | Documentation for vntex | 3 | 库 + texlive-vocaltract | texlive | The package enables the user to visualise the vocal tract. Thevocal tract (in the package) is manipulated by a vector ofarticulation parameters according to the S. Maeda model.Animation may be achieved by providing a sequence of vectorsover time (e.g., from Matlab). A sequence of vectors forcertain German phonemes is embedded in the package, whichallows for animation when no other vector is available. Thepackage's graphics are produced using pstricks. | Visualise the vocal tract using LaTeX and PStricks | 3 | 工具 + texlive-vocaltract-doc | texlive | Documentation for vocaltract | Documentation for vocaltract | 3 | 库 + texlive-volumes | texlive | This package helps you if you want to produce separate printedvolumes from one LaTeX document, as well as one comprehensive,"all-inclusive" version. It suppresses the part of the table ofcontents that are not typeset, while counters, definitions,index entries etc. are kept consistent throughout the inputfile. | Typeset only parts of a document, with complete indexes etc | 3 | 工具 + texlive-volumes-doc | texlive | Documentation for volumes | Documentation for volumes | 3 | 库 + texlive-voss-mathcol-doc | texlive | Documentation for voss-mathcol | Documentation for voss-mathcol | 3 | 库 + texlive-vpe | texlive-base | VPE is a system to make the equivalent of "source special"marks in a PDF file. Clicking on a mark will activate aneditor, pointing at the source line that produced the text thatwas marked. The system comprises a perl file (vpe.pl) and aLaTeX package (vpe.sty); it will work with PDF files generatedvia LaTeX/dvips, pdfTeX (version 0.14 or better), andLaTeX/VTeX. Using the LaTeX/dvips or pdfLaTeX routes, the(pdf)TeX processor should be run with shell escapes enabled. | Source specials for PDF output | 3 | 工具 + texlive-vruler | texlive | The package offers facilities for adding a columns of numberingto the general text so that the text can be properlyreferenced. The vertical ruler can be scaled and moved freely.The package may be used either with LaTeX or with plain TeX. | Numbering text | 3 | 工具 + texlive-vruler-doc | texlive | Documentation for vruler | Documentation for vruler | 3 | 库 + texlive-vtable | texlive | The package allows vertical alignement of table cell byproviding: Z, L, C, R, J and I column types \nextRow and \lbcommands \setMultiColRow, \setMultiColumn, \setMultiRow and\tableFormatedCell commands for tabular and similarenvironment. | Vertical alignement of table cells | 3 | 工具 + texlive-vwcol | texlive | The package provides a crude environment (vwcol) fortypesetting multicolumn paragraph text of various column widthson a single page. | Variable-width multiple text columns | 3 | 工具 + texlive-vwcol-doc | texlive | Documentation for vwcol | Documentation for vwcol | 3 | 库 + texlive-wadalab | texlive | These are font bundles for the Japanese Wadalab fonts whichwork with the CJK package. All subfonts now have glyph namescompliant to the Adobe Glyph List, making ToUnicode CMaps inPDF documents (created automatically by dvipdfmx) workcorrectly. All font bundles now contain virtual Unicodesubfonts. | Wadalab (Japanese) font packages | 3 | 工具 + texlive-wadalab-doc | texlive | Documentation for wadalab | Documentation for wadalab | 3 | 库 + texlive-wallcalendar | texlive | This package provides a wall calendar class with custom layoutsand support for internationalization. It comes with thefollowing layouts: Full page photo, the calendar days overlaidwith opacity Full page photo, the photo above the calendar daysSmall landscape photo, with a calendar grid Year plannerThumbnails and captions Varnish mask There is also support forloading event marks from a CSV file. | A wall calendar class with custom layouts | 3 | 工具 + texlive-wallpaper | texlive | This collection contains files to add wallpapers (backgroundimages) to LaTeX documents. It uses the eso-pic package, butprovides simple commands to include effects such as tiling. Anexample is provided, which works under both LaTeX and pdfLaTeX. | Easy addition of wallpapers (background images) to LaTeX documents, including tiling | 3 | 工具 + texlive-wallpaper-doc | texlive | Documentation for wallpaper | Documentation for wallpaper | 3 | 工具 + texlive-wargame | texlive | This package can help make classic Hex'n'Counter wargames usingLaTeX. The package provide tools for generating Hex maps andboards Counters for units, markers, and so on Counter sheetsOrder of Battle charts Illustrations in the rules using thedefined maps and counters The result will often be a PDF (orset of PDFs) that contain everything one will need for a game(rules, charts, boards, counter sheets). The package uses NATOApp6 symbology for units. The package uses NATO App6 symbologyfor units. The package uses TikZ for most things. The packagesupport exporting the game to a VASSAL module See also theREADME.md file for more, and of course the documentation(including the tutorial in tutorial/game.pdf). | A LaTeX package to prepare hex'n'counter wargames | 3 | 工具 + texlive-warning | texlive | This package provides a command that generates a list ofwarnings that are printed out at the very end of the logfile.This is useful for warnings such as 'Rerun for this or thatreason' or 'This is a draft, change it before the final run'. | Global warnings at the end of the logfile | 3 | 服务 + texlive-warning-doc | texlive | Documentation for warning | Documentation for warning | 3 | 库 + texlive-warpcol | texlive | Defines a tabular column type for formatting numerical columnsin LaTeX. The column type enables numerical items to be rightjustified relative to each other, while centred beneath thecolumn label. In addition, macros are provided to enablevariations on this column type to be defined. Usage of thepackage is superficially similar to that of dcolumn; however,the alignment scheme is different, and the packages havedifferent, though overlapping, applications. | Relative alignment of rows in numeric columns in tabulars | 3 | 工具 + texlive-warpcol-doc | texlive | Documentation for warpcol | Documentation for warpcol | 3 | 库 + texlive-was | texlive | A bundle of packages that arise in the author's area ofinterest: compliance of maths typesetting with ISO standards;symbols that work in both maths and text modes commas for bothdecimal separator and maths; and upright Greek letters inmaths. | A collection of small packages by Walter Schmidt | 3 | 工具 + texlive-was-doc | texlive | Documentation for was | Documentation for was | 3 | 库 + texlive-wasy | texlive | This font contains all lasy characters (by L.Lamport, copyrightnotice in lasychr.mf), and a lot more symbols. Provided are theMetafont files for 5-10pt, and bold and slanted 10pt fonts,together with a .tex and .pdf documentation, and a file forusing the fonts in a PLAIN-TeX document. Type-1 fonts byMichael Sharpe and Taco Hoekwater are available as separatepackage wasy-type1. Support under LaTeX is provided by AxelKielhorn's wasysym package. | The wasy fonts (Waldi symbol fonts) | 3 | 工具 + texlive-wasy-doc | texlive | Documentation for wasy | Documentation for wasy | 3 | 库 + texlive-wasysym | texlive | The wasy (Waldi Symbol) font by Roland Waldi provides manyglyphs like male and female symbols and astronomical symbols,as well as the complete lasy font set and other odds and ends.This package implements an easy to use interface for thesesymbols. | LaTeX support file to use the WASY2 fonts | 3 | 工具 + texlive-wasysym-doc | texlive | Documentation for wasysym | Documentation for wasysym | 3 | 库 + texlive-wasy-type1 | texlive | Converted (Adobe Type 1) outlines of the wasy fonts. | Type 1 versions of wasy fonts | 3 | 工具 + texlive-web | texlive-base | The system processes 'web' files in two ways: firstly torearrange them to produce compilable code (using the programtangle), and secondly to produce a TeX source (using theprogram weave) that may be typeset for comfortable reading. | Original web programs tangle and weave | 3 | 工具 + texlive-webguide-doc | texlive | Documentation for webguide | Documentation for webguide | 3 | 库 + texlive-webquiz | texlive-base | WebQuiz makes it possible to use LaTeX to write interactive online quizzes.The quizzes are first written in LaTeX and then converted into HTML usingWebQuiz, which is written in python. The conversion from LaTeX to HTML isdone behind the scenes using TeX4ht. The idea is that you should be able toproduce nice online quizzes using WebQuiz and basic knowledge of LaTeX. | A LaTeX package for writing online quizzes | 3 | 工具 + texlive-wheelchart | texlive | This package is based on the package TikZ and can be used todraw wheelcharts with TikZ. It provides several options tocustomize the wheelcharts. | Draw wheelcharts with TikZ | 3 | 工具 + texlive-widetable | texlive | The package defines a new environment that, unlike tabularX,typesets a table of specified width by working on the inter-column glue; the tabular cells will all be stretched (orshrunk) according to need. The package will use the e-TeXarithmetic extensions if they are available (they are, in mostmodern distributions). | An environment for typesetting tables of specified width | 3 | 工具 + texlive-widetable-doc | texlive | Documentation for widetable | Documentation for widetable | 3 | 库 + texlive-widows-and-orphans | texlive | This package identifies all widows and orphans in a document tohelp a user to get rid of them. The act of resolving stillneeds to be done manually: By rewriting text, running someparagraph long or short or or explicitly breaking in somestrategic place. It will also identify and warn about wordsbroken across columns or pages and display formulas separatedfrom their introductory paragraph. | Identify (typographic) widows and orphans | 3 | 工具 + texlive-williams | texlive | The bundle provides two packages: - antree, which providesmacros for annotated node trees, and - toklist, which is animplementation of Knuth's token list macros, to be found onpp.378-379 of the TeXbook. | Miscellaneous macros by Peter Williams | 3 | 工具 + texlive-williams-doc | texlive | Documentation for williams | Documentation for williams | 3 | 库 + texlive-willowtreebook | texlive | The willowtreebook class is a simple book class, which theauthor uses for his lecture notes to be found on his web pageBenjamin McKay. It actually just selects options for the moresophisticated memoir class. | Easy basic book class, built on memoir | 3 | 工具 + texlive-windycity | texlive | Windy City is a style for BibLaTeX that formats notes,bibliographies, parenthetical citations, and reference listsaccording to the 17th edition of The Chicago Manual of Style. | A Chicago style for BibLaTeX | 3 | 工具 + texlive-withargs | texlive | The \withargs command provides a clean way to populate atemplate (containing #1, #2, etc.) using LaTeX argumentsubstitution. It also allows you to carefully control argumentexpansion using a LaTeX3-style argument specification. Usesrange from creating readable string templates (akin to C'sprintf function) to performing otherwise complex token-listmanipulation. | In-place argument substitution | 3 | 工具 + texlive-withargs-doc | texlive | Documentation for withargs | Documentation for withargs | 3 | 库 + texlive-witharrows | texlive | This package provides an environment WithArrows which issimilar to the environment aligned of amsmath (and mathtools),but gives the possibility to draw arrows on the right side ofthe alignment. These arrows are usually used to giveexplanations concerning the mathematical calculus presented.The package requires the following other LaTeX packages: expl3,footnote, l3keys2e, tikz, and xparse. | "Aligned" math environments with arrows for comments | 3 | 工具 + texlive-wnri | texlive | Fonts (as Metafont source) for Old English, Indic languages inRoman transliteration and Puget Salish (Lushootseed) and otherNative American languages. | Ridgeway's fonts | 3 | 工具 + texlive-wnri-doc | texlive | Documentation for wnri | Documentation for wnri | 3 | 库 + texlive-wnri-latex | texlive | LaTeX support for the wnri fonts. | LaTeX support for wnri fonts | 3 | 工具 + texlive-wnri-latex-doc | texlive | Documentation for wnri-latex | Documentation for wnri-latex | 3 | 工具 + texlive-wordcount | texlive-base | The package provides a relatively easy way of estimating thenumber of words in a LaTeX document that does not requiredvitty or other DVI converters. It does however requiresomething like Unix grep -c that can search a file for aparticular string and report the number of matching lines. Anaccompanying shell script wordcount.sh contains moreinformation in its comments. | Estimate the number of words in a LaTeX document | 3 | 工具 + texlive-wordlike | texlive | The package simulates typical word processor layout: narrowpage margins, Times, Helvetica and Courier fonts, \LARGE or\Large headings, and \sloppy typesetting. The package aims atmaking life easier for users who are discontent with LaTeX'sstandard layout settings because they need a layout thatresembles the usual "wordlike" output. The design of thepackage draws on several discussions in the de.comp.text.texand comp.text.tex newsgroups that are referred to in themanual. | Simulating word processor layout | 3 | 工具 + texlive-wordlike-doc | texlive | Documentation for wordlike | Documentation for wordlike | 3 | 库 + texlive-worksheet | texlive | This package provides macros and an environment for easyworksheet creation: Use the exercise environment for formatingexercises in a simple, efficient design; typeset customized andautomatically numbered worksheet titles in the same way asstandard LaTeX titles (using \maketitle); provide course andauthor information with a scrlayer-scrpage based automatedheader; conforming to different babel languages. (CurrentlyEnglish, French, and German are supported.) | Easy creation of worksheets | 3 | 工具 + texlive-worldflags | texlive | This is a package for drawing flags using TikZ. Currently thenational flags of all independent nations are included,additionally some other flags of various organizations. A flagcan be drawn ... as a single TikZ-picture within ordinary text,as a picture element within a TikZ-picture. The appearance of aflag (size, frame etc.) can be adapted using optionalparameters. | Drawing flags with TikZ | 3 | 工具 + texlive-wrapfig | texlive | Allows figures or tables to have text wrapped around them. Doesnot work in combination with list environments, but can be usedin a parbox or minipage, and in twocolumn format. Supports thefloat package. | Produces figures which text can flow around | 3 | 工具 + texlive-wrapfig2 | texlive | This package is a fork of Donald Arseneau's wrapfig package. Itis backwards compatible with the original environments.Therefore this package does not work with LaTeX2e kernels olderthan about 2018, although a warning is issued if the LaTeXformat file is dated with a date older than 1st January 2019. | Wrap text around figures | 3 | 工具 + texlive-wrapfig-doc | texlive | Documentation for wrapfig | Documentation for wrapfig | 3 | 库 + texlive-wrapstuff | texlive | This package provides another implementation of text wrapping.Its implementation benefits from the paragraph hooks availablesince LaTeX 2021-06-01. | Wrapping text around stuff | 3 | 工具 + texlive-wsemclassic | texlive | The class is designed either to conform with therecommendations of the Bavarian Kultusministerium fortypesetting w-seminar papers (strict mode), or to use anotherstyle which should look better. The class is based on the LaTeXstandard report class. | LaTeX class for Bavarian school w-seminar papers | 3 | 工具 + texlive-wsemclassic-doc | texlive | Documentation for wsemclassic | Documentation for wsemclassic | 3 | 库 + texlive-wsuipa | texlive | The package provides a 7-bit IPA font, as Metafont source, andmacros for support under TeXt1 and LaTeX. The fonts (andmacros) are now largely superseded by the tipa fonts. | International Phonetic Alphabet fonts | 3 | 工具 + texlive-wsuipa-doc | texlive | Documentation for wsuipa | Documentation for wsuipa | 3 | 库 + texlive-wtref | texlive | This package extends the cross-reference system of LaTeX2e andintroduces concepts of namespace and scope. It also allowsusers to customize reference formats. The package is part ofthe WT Series. Prerequisite packages: xparse and xkeyval. | Extend LaTeX's cross-reference system | 3 | 工具 + texlive-xargs | texlive | The package provides extended versions of \newcommand andrelated LaTeX commands, which allow easy and robust definitionof macros with many optional arguments, using a clear andsimple xkeyval-style syntax. | Define commands with many optional arguments | 3 | 工具 + texlive-xargs-doc | texlive | Documentation for xargs | Documentation for xargs | 3 | 库 + texlive-xassoccnt | texlive | This package provides a way of associating counters to anexisting driver counter so that incrementing the driver counterwill increase its associated counters as well. This package canbe regarded as a supplement to the totcount package byVasileios Koutavas, but it can be used without it, too.xassoccnt is a successor and a complete rewrite of the assoccntpackage by the same author. However, as of 2017-03-05, somefeatures of assoccnt are not (yet) contained in xassoccnt sothat the older package cannot yet be regarded as obsolete. | Associated counters stepping simultaneously | 3 | 工具 + texlive-xassoccnt-doc | texlive | Documentation for xassoccnt | doc files of xassoccnt | 3 | 库 + texlive-xbmks | texlive | The package defines the concept of a document bundle, which isa collection of documents that are to be built separately, buthave a common bookmark tree. The only options are driveroptions, these are dvips (Acrobat Distiller or ps2pdf these canbe used as the PDF creator), pdfLaTeX (and LuaLaTeX, which istreated the same as pdfLaTeX), and XeLaTeX. The packageauto-detects pdfLaTeX and XeLaTeX, and dvips is the default, sothere is actually no need to pass the driver option. | Create a cross-document bookmark tree | 3 | 工具 + texlive-xcharter | texlive | The package presents an extension of Bitstream Charter, whichprovides small caps, oldstyle figures and superior figures inall four styles, accompanied by LaTeX font support files. Thefonts themselves are provided in both Adobe Type 1 and OTFformats, with supporting files as necessary. | Extension of Bitstream Charter fonts | 3 | 工具 + texlive-xcharter-doc | texlive | Documentation for xcharter | Documentation for xcharter | 3 | 库 + texlive-xcharter-math | texlive | This package provides an Unicode Math font XCharter-Math.otfmeant to be used together with XCharter Opentype Text fonts(extension of Bitstream Charter) in LuaLaTeX or XeLaTeXdocuments. | XCharter-based OpenType Math font for LuaTeX and XeTeX | 3 | 工具 + texlive-xcite | texlive | The package xcite is no longer necessary, because itsfunctionality has been taken over by xr, so this final versionis just a stub that loads xr. | Use citation keys from a different document | 3 | 工具 + texlive-xcite-doc | texlive | Documentation for xcite | Documentation for xcite | 3 | 库 + texlive-xcjk2uni | texlive | The package provides commands to convert CJK characters toUnicode in non-UTF-8 encoding; it provides hooks to supporthyperref in producing correct bookmarks. The bundle alsoprovides /ToUnicode mapping file(s) for a CJK subfont; thesecan be used with the cmap package, allowing searches of, andcut-and-paste operations on a PDF file generated by pdfTeX.. | Convert CJK characters to Unicode, in pdfTeX | 3 | 工具 + texlive-xcjk2uni-doc | texlive | Documentation for xcjk2uni | Documentation for xcjk2uni | 3 | 库 + texlive-xcntperchap | texlive | This package is the successor of cntperchap and allows toprovide more tracklevels than just only one. | Track the number of subsections etc. that occur in a specified tracklevel | 3 | 服务 + texlive-xcntperchap-doc | texlive | Documentation for xcntperchap | doc files of xcntperchap | 3 | 服务 + texlive-xcolor | texlive | The package starts from the basic facilities of the colorpackage, and provides easy driver-independent access to severalkinds of color tints, shades, tones, and mixes of arbitrarycolors. It allows a user to select a document-wide target colormodel and offers complete tools for conversion between eightcolor models. Additionally, there is a command for alternatingrow colors plus repeated non-aligned material (like horizontallines) in tables. Colors can be mixed like\color{red!30!green!40!blue}. | Driver-independent color extensions for LaTeX and pdfLaTeX | 3 | 工具 + texlive-xcolor-doc | texlive | Documentation for xcolor | Documentation for xcolor | 3 | 库 + texlive-xcolor-material | texlive | The package is built on top of the great xcolor package. Itprovides a useful definition of the beautiful Google MaterialColor Palette, available at Google Material design, for its usein document writing with LaTeX and Friends. | Defines the 256 colors from Google Material Color Palette | 3 | 工具 + texlive-xcolor-solarized | texlive | Built on top of the package, this package defines the sixteencolors of Ethan Schoonover's popular color palette, Solarized,for use in documents typeset with LaTeX and Friends. | Defines the 16 colors from Ethan Schoonover's Solarized palette | 3 | 工具 + texlive-xcolor-solarized-doc | texlive | Documentation for xcolor-solarized | Documentation for xcolor-solarized | 3 | 库 + texlive-xcomment | texlive | The package defines an environment that only typesets specifiedenvironments within its scope. So, for example, if you wantnothing but the figure and table environments in your document,you can enclose the whole document with an xcomment environmentthat excludes everything but. This is a lot easier thanexcluding the chunks of text between the environments you want,or creating an entire document containing only thoseenvironments. The package was previously part of the seminarbundle for typesetting presentations. | Allows selected environments to be included/excluded | 3 | 工具 + texlive-xcomment-doc | texlive | Documentation for xcomment | Documentation for xcomment | 3 | 库 + texlive-xcookybooky | texlive | The package enables the user to typeset recipes, which could begreater than one page. Above the recipe text two (optional)pictures can be displayed. Other features are recipe name,energy content, portions, preparation and baking time, bakingtemperatures, recipe source and of course preparation steps andrequired ingredients. At the bottom you may insert an optionalhint. The package depends on the Emerald fonts. | Typeset (potentially long) recipes | 3 | 工具 + texlive-xcookybooky-doc | texlive | Documentation for xcookybooky | Documentation for xcookybooky | 3 | 库 + texlive-xcpdftips | texlive | This LaTeX package uses pdfcomment and bibentry to surroundnatbib citations with PDF tooltips. | Natbib citations with PDF tooltips | 3 | 工具 + texlive-xdoc | texlive | Xdoc is a project to rewrite the implementation of the LaTeXdoc package (in a broader sense) to make its features moregeneral and flexible. For example, where doc only providescommands for documenting macros and environments, xdoc alsoprovides commands for similarly documenting package options andswitches. This is furthermore done in such a way that it isvery easy to add more such commands for documenting things,such as e.g., templates (an important concept in the futureLaTeX3) and program components for other languages (functions,classes, procedures, etc.). A side effect is that many minorbugs in doc are fixed. The design aims to take advantage ofmany still experimental features of future versions of LaTeX,but since these are neither reasonably stable nor widelyavailable, the configuration interfaces and package authorcommands of xdoc are likely to change. To still provide astable interface for other packages to build upon, the actualpackage names include a "major version number" of sorts. Thedrop-in replacement package for standard doc is xdoc2; itrequires nothing outside standard LaTeX2e. Thedocindex/docidx2e package changes the index and list of changestypesetting so that none of the formatting has to be controlledvia the index style file. The docindex package provides controlof formatting via templates (nice interface, but requiresseveral experimental packages), whereas the docidx2e packagehas traditional raw macro interfaces and works with standardLaTeX2e. | Extending the LaTeX doc system | 3 | 库 + texlive-xdoc-doc | texlive | Documentation for xdoc | Documentation for xdoc | 3 | 库 + texlive-xduthesis | texlive | This is a XeLaTeX template for writing theses to apply academicdegrees in Xidian University. The template is designedaccording to the official requirements on typesetting theses.The template currently supports all levels of degrees frombachelor to doctor, including both academic master andprofessional master. But it is not guaranteed that you willpass the typesetting check and obtain your degree by using thistemplate. | XeLaTeX template for writing Xidian University Thesis | 3 | 工具 + texlive-xduthesis-doc | texlive | Documentation for xduthesis | doc files of xduthesis | 3 | 库 + texlive-xduts | texlive | XDUTS is designed to help Xidian University students use LaTeXtypesetting efficiently. XDUTS contains a font configurationpackage that meets the school's requirements and can be appliedto any document class. In addition, there are thesis and thesisproposal templates for both undergraduate and postgraduate thatmeet the school's requirements. | Xidian University TeX Suite | 3 | 工具 + texlive-xdvi | texlive-base | The canonical previewer for use on Unix and other X-windowsbased systems. | A DVI previewer for the X Window System | 3 | 工具 + texlive-xebaposter | texlive | This package is designed for making beautiful scientificPersian/Latin posters. It is a fork of baposter by Brian Ambergand Reinhold Kainhofer available at http://www.brian-amberg.de/uni/poster/. baposter's users should be able tocompile their poster using xebaposter (instead of baposter)without any problem. | Creates beautiful scientific Persian/Latin posters using TikZ | 3 | 工具 + texlive-xebaposter-doc | texlive | Documentation for xebaposter | Documentation for xebaposter | 3 | 库 + texlive-xechangebar | texlive | The package extends package changebar so it can be used withXeLaTeX. It introduces the new option xetex for use withXeLaTeX. Everything else remains the same and users shouldconsult the original documenation for usage information. | An extension of package changebar that can be used with XeLaTeX | 3 | 工具 + texlive-xecjk | texlive | A LaTeX package for typesetting CJK documents in the way usershave become used to, in the CJK package. The package requires acurrent version of xtemplate (and hence of the current LaTeX 3development environment). | Support for CJK documents in XeLaTeX | 3 | 工具 + texlive-xecjk-doc | texlive | Documentation for xecjk | Documentation for xecjk | 3 | 库 + texlive-xecolor | texlive | This is a simple package which defines about 140 differentcolours using XeTeX's colour feature. The colours can be usedin bidirectional texts without any problem. | Support for color in XeLaTeX | 3 | 工具 + texlive-xecolor-doc | texlive | Documentation for xecolor | Documentation for xecolor | 3 | 库 + texlive-xecyr | texlive | Helper tools for using Cyrillic languages with XeLaTeX andbabel. | Using Cyrillic languages in XeTeX | 3 | 工具 + texlive-xecyr-doc | texlive | Documentation for xecyr | Documentation for xecyr | 3 | 库 + texlive-xecyrmongolian | texlive | The 'xecyrmongolian' package can be used to produce documentsin Cyrillic Mongolian using either XeLaTeX or LuaLaTeX. Thecommand \setlanguage can be used to load alternativehyphenation patterns so to be able to create multilingualdocuments. | Basic support for the typesetting of Cyrillic Mongolian documents using (Xe|Lua)LaTeX | 3 | 工具 + texlive-xeindex | texlive | The package is based on XeSearch, and will automatically indexwords or phrases in an XeLaTeX document. Words are declared ina list, and every occurrence then creates an index entry whosecontent can be fully specified beforehand. | Automatic index generation for XeLaTeX | 3 | 工具 + texlive-xeindex-doc | texlive | Documentation for xeindex | Documentation for xeindex | 3 | 库 + texlive-xellipsis | texlive | The xellipsis package provides a system for configuring(almomst) every possible aspect of ellipses, includingpreceding and proceeding characters; the character itself;distances before and after each of these; and number ofcharacters. It comes with both a compatibility option forstandard LaTeX \ldots as well as preset package options for theChicago Manual of Style (Turabian); the Bluebook; and MLAguidelines. | Extremely configurable ellipses with formats for various style manuals | 3 | 工具 + texlive-xellipsis-doc | texlive | Documentation for xellipsis | doc files of xellipsis | 3 | 库 + texlive-xepersian | texlive | This package provides a convenient interface for typesettingPersian and English texts in LaTeX, using the XeTeX engine. | Persian for LaTeX, using XeTeX | 3 | 工具 + texlive-xepersian-doc | texlive | Documentation for xepersian | Documentation for xepersian | 3 | 库 + texlive-xepersian-hm | texlive | The kashida feature in xepersian has problems with some fontssuch as the HM Series fonts and the XB Series fonts. Thispackage fixes these problems. The package requires xepersianand l3keys2e. | Fixes kashida feature in xepersian package | 3 | 工具 + texlive-xesearch | texlive | The package finds strings (e.g. (parts of) words or phrases)and manipulates them (apply any macro), thus turning each wordor phrase into a possible command. It is written in plain XeTeXand should thus work with any format (it is known to work withLaTeX and ConTeXt). The main application for the moment isXeIndex, an automatic index for XeLaTeX, but examples are givenof simple use to check spelling, count words, and highlightsyntax of programming languages. | A string finder for XeTeX | 3 | 工具 + texlive-xesearch-doc | texlive | Documentation for xesearch | Documentation for xesearch | 3 | 库 + texlive-xespotcolor | texlive | The package provides macros for using spot colours in LaTeXdocuments. The package is a reimplementation of the spotcolorpackage for use with XeLaTeX. As such, it has the same userinterface and the same capabilities. | Spot colours support for XeLaTeX | 3 | 工具 + texlive-xespotcolor-doc | texlive | Documentation for xespotcolor | Documentation for xespotcolor | 3 | 库 + texlive-xetex | texlive-base | XeTeX is an extension of TeX that integrates TeX's typesetting capabilitieswith (a) the Unicode text encoding standard (supporting most of the world’sscripts) and (b) modern font technologies (TrueType and OpenType) and textlayout services (AAT, OpenType layout, SIL Graphite) provided by the hostoperating system and available libraries.With XeTeX, the advanced typographic features provided by OpenType fonts becomeavailable for all TeX users, as well as support for complex non-roman scripts.XeTeX also eliminates the complex task of managing a TeX font installation.XeTeX is now part of the standard TeX distribution TeXLive and works well withTeX macro packages like LaTeX and ConTeXt. | Unicode and OpenType-enabled TeX engine | 3 | 工具 + texlive-xetexconfig | texlive | special crop.cfg for XeTeX | Configuration files for XeTeX | 3 | 工具 + texlive-xetex-devanagari | texlive | The package provides a map for use with Jonathan Kew's TECkit,to translate Devanagari (encoded according to the Harvard/Kyotoconvention) to Unicode (range 0900-097F). | XeTeX input map for Unicode Devanagari | 3 | 工具 + texlive-xetex-devanagari-doc | texlive | Documentation for xetex-devanagari | Documentation for xetex-devanagari | 3 | 工具 + texlive-xetexfontinfo | texlive | A pair of documents to reveal the font features supported byfonts usable in XeTeX. Use OpenType-info.tex for OpenTypefonts, and AAT-info.tex for AAT fonts (Mac OS X only). | Report font features in XeTeX | 3 | 工具 + texlive-xetexfontinfo-doc | texlive | Documentation for xetexfontinfo | Documentation for xetexfontinfo | 3 | 库 + texlive-xetex-itrans | texlive | The package provides maps for use with XeLaTeX with coding doneusing itrans. Fontspec maps are provided for Devanagari(Sanskrit), for Sanskrit in Kannada and for Kannada itself. | Itrans input maps for use with XeLaTeX | 3 | 工具 + texlive-xetex-itrans-doc | texlive | Documentation for xetex-itrans | Documentation for xetex-itrans | 3 | 工具 + texlive-xetexko | texlive | The package supports typesetting Korean documents (includingold Hangul texts), using XeTeX. It enhances the existingsupport, in XeTeX, providing features that provide qualitytypesetting. This package requires the cjk-ko package for itsfull functionality. | Typeset Korean with Xe(La)TeX | 3 | 工具 + texlive-xetexko-doc | texlive | Documentation for xetexko | Documentation for xetexko | 3 | 库 + texlive-xetex-pstricks | texlive | The package provides an indirection scheme for XeTeX to use thepstricks xdvipdfmx.cfg configuration file, so that XeTeXdocuments will load it in preference to the standardpstricks.con configuration file. With this configuration, manyPSTricks features can be used in xelatex or plain xetexdocuments. | Running PStricks under XeTeX | 3 | 工具 + texlive-xetex-pstricks-doc | texlive | Documentation for xetex-pstricks | Documentation for xetex-pstricks | 3 | 工具 + texlive-xetexref-doc | texlive | Documentation for xetexref | Documentation for xetexref | 3 | 库 + texlive-xetex-tibetan | texlive | The package provides a map for use with Jonathan Kew's TECkit,to translate Tibetan to Unicode (range 0F00-0FFF). | XeTeX input maps for Unicode Tibetan | 3 | 工具 + texlive-xetex-tibetan-doc | texlive | Documentation for xetex-tibetan | Documentation for xetex-tibetan | 3 | 工具 + texlive-xevlna | texlive | The package will directly insert nonbreakable spaces (in Czech,vlna or vlnka), after nonsyllabic prepositions and singleletter conjuctions, while the document is being typeset. (Themacros recognised maths and verbatim by TeX means.) (Insertingnonbreakable spaces by a preprocessor will probably never befully reliable, because user defined macros and environmentscannot reliably be recognised.) The package works both with(Plain) XeTeX and with XeLaTeX. | Insert non-breakable spaces using XeTeX | 3 | 工具 + texlive-xevlna-doc | texlive | Documentation for xevlna | Documentation for xevlna | 3 | 库 + texlive-xfakebold | texlive | This package uses PDF's text rendering to modify the linewidthof an outline font to get bold characters. It works only forvectorfonts where the glyphs are defined by their outline. Thepackage works both in text and in math mode, for pdfLaTeX aswell as for LuaLaTeX. The package depends on ifluatex, ifxetex,and xkeyval. | Fake a regular font for bold characters | 3 | 工具 + texlive-xfor | texlive | The package redefines the LaTeX internal \@for macro so thatthe loop may be prematurely terminated. The action is akin tothe C/Java break statement, except that the loop does notterminate until the end of the current iteration | A reimplementation of the LaTeX for-loop macro | 3 | 工具 + texlive-xfor-doc | texlive | Documentation for xfor | Documentation for xfor | 3 | 库 + texlive-xgreek | texlive | This package has been designed so to allow people to typesetGreek language documents using XeLaTeX or LuaLaTeX. It isreleased in the hope that people will use it and spot errors,bugs, features so to improve it. Practically, it provides allthe capabilities of the greek option of the babel package. Thepackage can be invoked with any of the following options:monotonic (for typesetting modern monotonic Greek), polytonic(for typesetting modern polytonic Greek), and ancient (fortypesetting ancient texts). The default option is monotonic.The command \setlanguage{<lang>} activates the hyphenationpatterns of the language <lang>. This, however, can only bedone if the format file has not been built with the babelmechanism. | XeLaTeX package for typesetting Greek language documents (beta release) | 3 | 工具 + texlive-xgreek-doc | texlive | Documentation for xgreek | Documentation for xgreek | 3 | 库 + texlive-xhfill | texlive | The package provides extended macros for the default \hrulefillcommand. It allows modification of the width and the colour ofthe line. | Extending \hrulefill | 3 | 工具 + texlive-xhfill-doc | texlive | Documentation for xhfill | Documentation for xhfill | 3 | 库 + texlive-xifthen | texlive | This package extends the ifthen package by implementing newcommands to go within the first argument of \ifthenelse: totest whether a string is void or not, if a command is definedor equivalent to another. The package also enables use ofcomplex expressions as introduced by the package calc, togetherwith the ability of defining new commands to handle complextests. The package requires e-TeX features. | Extended conditional commands | 3 | 工具 + texlive-xifthen-doc | texlive | Documentation for xifthen | Documentation for xifthen | 3 | 库 + texlive-xii-doc | texlive | Documentation for xii | Documentation for xii | 3 | 库 + texlive-xii-lat | texlive | This is the plain TeX file xii-lat.tex. Call "pdftexxii-lat.tex" to produce a (perhaps) surprising typesetdocument. | Christmas silliness (Latin) | 3 | 工具 + texlive-xindex | texlive-base | Unicode compatible index program for LaTeX. | Unicode compatible index program for LaTeX | 3 | 工具 + texlive-xindy | texlive-base | Xindy was deceloped after an impasse had been encountered inthe attempt to complete internationalisation of makeindex.Xindy can be used to process indexes for documents marked upusing (La)TeX, Nroff family and SGML-based languages. Xindy ishighly configurable, both in markup terms and in terms of thecollating order of the text being processed. | A general-purpose index processor | 3 | 工具 + texlive-xindy-persian | texlive | The package offers Persian language support for indexing usingxindy. | Support for the Persian language in xindy | 3 | 工具 + texlive-xint | texlive | The xint bundle main modules are: xinttools utilities ofindependent interest such as expandable and non-expandableloops, xintcore expandable macros implementing addition,subtraction, multiplication, division, and powers forarbitrarily long integers, xint extension of xintcore, xintfracextends the scope of xint to decimal numbers, to numbers usingscientific notation and also to (exact) fractions, xintexprprovides expandable parsers of numeric expressions using thestandard infix notations, parentheses, built-in functions, userdefinable functions and variables (and more ...) which doeither exact evaluations (also with fractions) or floatingpoint evaluations under a user chosen precision. Furthermodules of the bundle are: xintkernel (support macros for allthe bundle constituents), xintbinhex (conversion to and fromhexadecimal and binary bases), xintgcd (provides gcd() andlcm() functions to xintexpr), xintseries (evaluates numericallypartial sums of series and power series with fractionalcoefficients), and xintcfrac (dedicated to the computation anddisplay of continued fractions). All computations arecompatible with expansion-only context. The packages may beused with Plain TeX, LaTeX, or (a priori) any other macroformat built upon TeX. | Expandable operations on long numbers | 3 | 工具 + texlive-xint-doc | texlive | Documentation for xint | Documentation for xint | 3 | 库 + texlive-xintsession | texlive | This package provides support for interactive computingsessions with etex (or pdftex) executed on the command line, onthe basis of the xintexpr and polexpr packages. Oncexintsession is loaded, eTeX becomes an interactive computingsoftware capable of executing arbitrary precision calculations,or exact calculations with arbitrarily big fractions. It canalso manipulate polynomials as algebraic entities. Numericalvariables and functions can be defined during the session, andeach evaluation result is stored in automatically labeledvariables. A file is automatically created storing inputs andoutputs. | Interactive computing sessions (fractions, floating points, polynomials) | 3 | 工具 + texlive-xistercian | texlive | xistercian allows you to use Cistercian numerals in LaTeX. Theglyphs are created using PGF and to a certain degreeconfigurable. You can use Cistercian numerals as page numbersusing \pagenumbering{cistercian}. The two main macros are:\cistercian{<counter>} formats the LaTeX2e counter as aCistercian numeral \cisterciannum{<integer>} formats theinteger (given as a string) as a Cistercian numeral | Cistercian numerals in LaTeX | 3 | 工具 + texlive-xits | texlive | XITS is a Times-like font for scientific typesetting withproper mathematical support for modern, Unicode and OpenTypecapable TeX engines, namely LuaTeX and XeTeX. For use withLuaLaTeX or XeLaTeX, support is available from the fontspec andunicode-math packages. | A Scientific Times-like font with support for mathematical typesetting | 3 | 工具 + texlive-xits-doc | texlive | Documentation for xits | Documentation for xits | 3 | 库 + texlive-xkcdcolors | texlive | In the year 2010, Randall Munroe on posted a really funny andnice article on xkcd. He made a very curious experiment:showing colors to a lot of people and asking to name each one.Afterward, he processed the data and sorted the names for eachcolor by popularity -- that means, how many people gave thesame name to the same color. This package makes the collectedcolor names usable with LaTeX. | xkcd names of colors | 3 | 工具 + texlive-xkeyval | texlive | This package is an extension of the keyval package and offersadditional macros for setting keys and declaring and settingclass or package options. The package allows the programmer tospecify a prefix to the name of the macros it defines for keys,and to define families of key definitions; these all help usein documents where several packages define their own sets ofkeys. | Extension of the keyval package | 3 | 工具 + texlive-xkeyval-doc | texlive | Documentation for xkeyval | Documentation for xkeyval | 3 | 库 + texlive-xlop | texlive | Xlop (eXtra Large OPeration) will typeset arithmetic problemseither in-line or "as in school" (using French schoolconventions). So for example, \opadd{2}{3} can give either$2+3=5$ or something similar to: \begin{tabular}{r} 2\\ +3\\\hline 5\end{tabular}. Furthermore, numbers may be very large,e.g 200 figures (with a very long compilation time). Many otherfeatures allow to deal with numbers (tests, display, some highlevel operations, etc.) | Calculates and displays arithmetic operations | 3 | 工具 + texlive-xlop-doc | texlive | Documentation for xlop | Documentation for xlop | 3 | 库 + texlive-xltabular | texlive | This package loads package ltablex, but keeps the currenttabularx environment as is. The new environment xltabular is acombination of longtable and tabularx: Header/footerdefinitions, X-column specifier, and with possible pagebreaks. | Longtable support with possible X-column specifier | 3 | 工具 + texlive-xltxtra | texlive | This package was previously used to provide a number offeatures that were useful for typesetting documents withXeLaTeX. Many of those features have now been incorporated intothe fontspec package and other packages, but the packagepersists for backwards compatibility. Nowadays, loading xltxtrawill: load the fontspec, metalogo, and realscripts packages;redefine \showhyphens so it works correctly; and define twoextra commands: \vfrac and \namedglyph. | "Extras" for LaTeX users of XeTeX | 3 | 工具 + texlive-xltxtra-doc | texlive | Documentation for xltxtra | Documentation for xltxtra | 3 | 库 + texlive-xml2pmx | texlive-base | This program translates MusicXML files to input suitable forPMX and MusiXTeX processing. This package supports Windows,MacOS and Linux systems. | Convert MusicXML to PMX and MusiXTeX | 3 | 工具 + texlive-xmltex | texlive-base | The package provides an implementation of a parser fordocuments matching the XML 1.0 and XML NamespaceRecommendations. In addition to parsing commands are providedto attatch TeX typesetting instructions to the various markupelemenets as they are encounted. Sample files for typesetting asubset of TEI, MathML, are included. Element and Attributenames, as well as character data, may use any charactersallowed in XML, using UTF-8 or a suitable 8-bit encoding. | Support for parsing XML documents | 3 | 工具 + texlive-xmltexconfig | texlive | xmltexconfig package | xmltexconfig package | 3 | 工具 + texlive-xmpincl | texlive | The XMP (eXtensible Metadata platform) is a framework to addmetadata to digital material to enhance the workflow inpublication. The essence is that the metadata is stored in anXML file, and this XML stream is then embedded in the file towhich it applies. How you create this XML file is up to you,but the author started investigating this because he wanted toembed licensing information in the files he created. Thelicense the author chose is one of the Creative Commonslicenses, and their web-site offers this information in a validXML-file, suitable for direct inclusion. | Include eXtensible Metadata Platform data in PDFLaTeX | 3 | 工具 + texlive-xmpincl-doc | texlive | Documentation for xmpincl | Documentation for xmpincl | 3 | 库 + texlive-xmuthesis | texlive | This class is designed for XMU thesis's writing. | XMU thesis style | 3 | 库 + texlive-xnewcommand | texlive | The package provides the means of defining \global and (e-TeX)\protected commands, within the framework of LaTeX's standard\newcommand. | Define \global and \protected commands with \newcommand | 3 | 工具 + texlive-xnewcommand-doc | texlive | Documentation for xnewcommand | Documentation for xnewcommand | 3 | 服务 + texlive-xoptarg | texlive | Commands that take an optional argument are not ordinarilyexpandable; this package allows such commands to be expandableprovided that they have at least one mandatory argument. | Expandable macros that take an optional argument | 3 | 工具 + texlive-xoptarg-doc | texlive | Documentation for xoptarg | Documentation for xoptarg | 3 | 库 + texlive-xpatch | texlive | The package generalises the macro patching commands provided byPhilipp Lehmann's etoolbox. | Extending etoolbox patching commands | 3 | 工具 + texlive-xpatch-doc | texlive | Documentation for xpatch | Documentation for xpatch | 3 | 库 + texlive-xpdfopen | texlive-base | The command-line programs pdfopen and pdfclose allow you tocontrol the X Window System version of Adobe's Acrobat Readerfrom the command line or from within a (shell) script. Theprograms work with Acrobat Reader 5, 7, 8 and 9 for Linux, xpdfand evince. This version derives from one written by FabricePopineau for Microsoft operating systems. | Commands to control PDF readers, under X11 | 3 | 工具 + texlive-xpeek | texlive | The package provides tools to help define commands that, like\xspace and the LaTeX command \textit, peek at what followsthem in the command stream and choose appropriate behaviour. | Define commands that peek ahead in the input stream | 3 | 工具 + texlive-xpeek-doc | texlive | Documentation for xpeek | Documentation for xpeek | 3 | 库 + texlive-xpiano | texlive | This package provides macros for typesetting virtual keyboardslimited to two octaves for showing notes represented by acolored circle. Optionally, the number used for pitch analysiscan be shown. It is an extension of piano.sty by EmileDaneault, written in expl3 in answer to a couple of questionson TeX.StackExchange:http://tex.stackexchange.com/questions/162184/http://tex.stackexchange.com/questions/246276/. It featuresextended syntax and several options, like setting the color,adding numbers for pitch analysis, one or two octaves, andothers. | An extension of the piano package | 3 | 工具 + texlive-xpiano-doc | texlive | Documentation for xpiano | Documentation for xpiano | 3 | 库 + texlive-xpicture | texlive | The package extends the facilities of the pict2e and thecurve2e packages, providing extra reference frames, conicsection curves, graphs of elementary functions and otherparametric curves. | Extensions of LaTeX picture drawing | 3 | 工具 + texlive-xpicture-doc | texlive | Documentation for xpicture | Documentation for xpicture | 3 | 库 + texlive-xpinyin | texlive | The package is written to simplify the input of Hanyu Pinyin.Macros are provided that automatically add pinyin to Chinesecharacters. | Automatically add pinyin to Chinese characters | 3 | 工具 + texlive-xpinyin-doc | texlive | Documentation for xpinyin | Documentation for xpinyin | 3 | 服务 + texlive-xprintlen | texlive | The package defines a command, \printlen, to print TeX lengthsin a variety of units. It can handle all units supported byTeX. The package requires that a reasonably up to date versionof the fp package be installed on you system. | Print TeX lengths in a variety of units | 3 | 工具 + texlive-xprintlen-doc | texlive | Documentation for xprintlen | Documentation for xprintlen | 3 | 库 + texlive-xpunctuate | texlive | The package provides commands that enable the user (or packagewriter) to insert punctuation after the macro. The method issimilar to that of xspace, but goes further. The packageprovides the commands \xperiod, \xcomma and \xperiodcomma,which follow a similar procedure to that of \xspace, and insertpunctuation if and only if it is necessary. | Process trailing punctuation which may be redundant | 3 | 工具 + texlive-xpunctuate-doc | texlive | Documentation for xpunctuate | Documentation for xpunctuate | 3 | 库 + texlive-xput | texlive | This LaTeX class provides a collection of macros that wrap themacro \put to offer a more desktop-publishing-like experiencefor creating graphic-rich documents like photo books. With Xputyou can create single- and double-sided documents, create pageswith margins, safety margins and bleed, use templates, aligntext and graphics in a grid, wrap text across multiple pagesand use before pages. Generic templates, automatic grid layoutand a simple and consistent user interface make it easier thanever to create graphic-rich documents with LaTeX. Under thehood Xput uses the TikZ and tcolorbox packages, ImageMagick andInkscape. | Declarative Desktop Publishing with LaTeX | 3 | 工具 + texlive-xq | texlive | The package is for writing about xiangqi or chinese chess. Youcan write games or parts of games and show diagrams withspecial positions. | Support for writing about xiangqi | 3 | 工具 + texlive-xq-doc | texlive | Documentation for xq | Documentation for xq | 3 | 库 + texlive-xsavebox | texlive | The package defines commands for saving content that can berepeatedly placed into the document without replicating DVI/PDFcode in the output file, allowing for smaller file size of thefinal PDF and improved content caching for faster display incertain PDF viewers. The method makes use of `Form XObjects'defined in the PDF specification. The user commands aremodelled after the standard LaTeX commands \savebox, \sbox,\usebox and the lrbox environment. All common TeX engines andback-ends are supported: pdfLaTeX, LuaLaTeX LaTeX --> dvips -->ps2pdf/Distiller (Xe)LaTeX --> (x)dvipdfmx | Saveboxes for repeating content without code replication, based on PDF Form XObjects | 3 | 工具 + texlive-xsavebox-doc | texlive | Documentation for xsavebox | doc files of xsavebox | 3 | 库 + texlive-xsim | texlive | This package helps in creating exercises and the correspondingsolutions. It is the official successor of the exsheets packageand fixes/improves various long-standing issues. | eXercise Sheets IMproved | 3 | 工具 + texlive-xskak | texlive | Xskak, as its prime function, saves information about a chessgame for later use (e.g., to loop through a game to make ananimated board). The package also extends the input that theparsing commands can handle and offers an interface to defineand switch between indefinite levels of styles. | An extension to the skak package for chess typesetting | 3 | 工具 + texlive-xskak-doc | texlive | Documentation for xskak | Documentation for xskak | 3 | 库 + texlive-xstring | texlive | The package provides macros for manipulating strings -- testinga string's contents, extracting substrings, substitution ofsubstrings and providing numbers such as string length,position of, or number of recurrences of, a substring. Thepackage works equally in Plain TeX and LaTeX (though e-TeX isalways required). The strings to be processed may contain(expandable) macros. | String manipulation for (La)TeX | 3 | 工具 + texlive-xstring-doc | texlive | Documentation for xstring | Documentation for xstring | 3 | 库 + texlive-xtab | texlive | Xtab is an extended and somewhat improved version ofsupertabular; its xtabular environment provides tables thatbreak across pages. | Break tables across pages | 3 | 工具 + texlive-xtab-doc | texlive | Documentation for xtab | Documentation for xtab | 3 | 库 + texlive-xtuthesis | texlive | The package provides a thesis template for the XiangtanUniversity. | XTU thesis template | 3 | 库 + texlive-xunicode | texlive | The package supports XeTeX's (and other putative future similarengines') need for Unicode characters, in a similar way to whatthe fontenc does for 8-bit (and the like) fonts: convert accent-glyph sequence to a single Unicode character for output. Thepackage also covers glyphs specified by packages (such as tipa)which define many commands for single text glyphs. | Generate Unicode characters from accented glyphs | 3 | 工具 + texlive-xunicode-doc | texlive | Documentation for xunicode | Documentation for xunicode | 3 | 库 + texlive-xurl | texlive | Package xurl loads package url by default and defines possibleurl breaks for all alphanumerical characters and = / . : * - ~' " All arguments which are valid for url can be used. It willbe passed to package url. xurl itself has no special optionalargument. For more information read the documentation ofpackage url. | Allow url break at any alphanumerical character | 3 | 工具 + texlive-xwatermark | texlive | The package extends the author's draftmark and the watermarkpackages. It is currently unmaintained and does not work withmodern LaTeX releases. | Graphics and text watermarks on selected pages | 3 | 工具 + texlive-xwatermark-doc | texlive | Documentation for xwatermark | Documentation for xwatermark | 3 | 库 + texlive-xyling | texlive | The macros in this package model the construction of linguistictree structures as a genuinely graphical problem: they containtwo types of objects, BRANCHES and NODE LABELS, and these arepositioned relative to a GRID. It is essential that each ofthese three elements is constructed independent of the othertwo, and hence they can be modified without unwanted sideeffects. The macros are based on the xy-pic package. | Draw syntactic trees, etc., for linguistics literature, using xy-pic | 3 | 工具 + texlive-xyling-doc | texlive | Documentation for xyling | Documentation for xyling | 3 | 库 + texlive-xymtex | texlive | XyMTeX is a set of packages for drawing a wide variety ofchemical structural formulas in a way that reflects theirstructure. The package provides three output modes: 'LaTeX','PostScript' and 'PDF'. XyMTeX's commands have a systematic setof arguments for specifying substituents and their positions,endocyclic double bonds, and bond patterns. In some cases thereare additional arguments for specifying hetero-atoms on thevertices of heterocycles. It is believed that this systematicdesign allows XyMTeX to operate as a practical (device-independent) tool for use with LaTeX. | Typesetting chemical structures | 3 | 工具 + texlive-xymtex-doc | texlive | Documentation for xymtex | Documentation for xymtex | 3 | 库 + texlive-xypic | texlive | A package for typesetting a variety of graphs and diagrams withTeX. Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX, and plain TeX). The distribution includesMichael Barr's diag package, which was previously distributedstand-alone. | Flexible diagramming macros | 3 | 工具 + texlive-xypic-doc | texlive | Documentation for xypic | Documentation for xypic | 3 | 库 + texlive-xypic-tut-pt-doc | texlive | Documentation for xypic-tut-pt | Documentation for xypic-tut-pt | 3 | 库 + texlive-xytree | texlive | The package provides means to draw linguistic syntactic treeswith ease and to support hopefully sufficient functionalities,that the linguist may need. The package (of course) depends onthe XY-Pic package. | Tree macros using XY-Pic | 3 | 工具 + texlive-xytree-doc | texlive | Documentation for xytree | Documentation for xytree | 3 | 库 + texlive-yafoot | texlive | Contains three packages: - pfnote to number footnotes per page;- fnpos to control the position of footnotes; and - dblfnote tomake footnotes double-columned. | A bundle of miscellaneous footnote packages | 3 | 工具 + texlive-yafoot-doc | texlive | Documentation for yafoot | Documentation for yafoot | 3 | 库 + texlive-yagusylo | texlive | The name is by way of being an acronym for "Yet Another GrandUnified Symbols Loader"... The package allows the user toaccess a symbol without loading the package that usuallyprovides it; this has the advantage of avoiding the nameclashes that so commonly trouble those who load symbol-packages. | A symbol loader | 3 | 工具 + texlive-yagusylo-doc | texlive | Documentation for yagusylo | Documentation for yagusylo | 3 | 库 + texlive-yaletter | texlive | The yaletter class provides extremely configurable macros fortypesetting letters in any conceivable style. It providesfacilities for maintaining easily-accessible databases ofletterheads and addresses for repeat use. It further provideseasy macros for envelopes and for label sheets. Finally, itprovides some nice defaults for a few of the more common stylesand sizes. | Extremely flexible macros for letters, envelopes, and label sheets | 3 | 库 + texlive-yamlvars | texlive | This LuaLaTeX package provides a YAML parser and some functionsto declare and define LaTeX definitions using YAML files. | A YAML parser and tool for easy LaTeX definition creation | 3 | 工具 + texlive-yannisgr | texlive | A family of 7-bit fonts with a code table designed for settingmodern polytonic Greek. The fonts are provided as Metafontsource; macros to produce a Greek variant of Plain TeX(including a hyphenation table adapted to the fonts' codetable) are provided. | Greek fonts by Yannis Haralambous | 3 | 工具 + texlive-yannisgr-doc | texlive | Documentation for yannisgr | Documentation for yannisgr | 3 | 库 + texlive-yathesis | texlive | The purpose of yathesis is to facilitate the typesetting oftheses prepared in France, whatever the disciplines andinstitutes. It implements most notably recommendations from theMinistry of Higher Education and Research, and thistransparently to the user. It has also been designed to(optionally) take advantage of powerful tools available inLaTeX, including packages: BibLaTeX for the bibliography;glossaries for the glossary, list of acronyms and symbols list.The yathesis class, based on the book class, aims to be bothsimple to use and, to some extent, (easily) customizable.yathesis comes with templates and samples in thedoc/latex/yathesis/french/exemples/ directory in thedistribution. They can also be tested on ShareLaTeX (templateand specimen) and on Overleaf (template and specimen). Note:The "ya" in the package name stands for "yet another". | A LaTeX class for writing a thesis following French rules | 3 | 工具 + texlive-yathesis-doc | texlive | Documentation for yathesis | Documentation for yathesis | 3 | 库 + texlive-yax | texlive | YaX is advertised as a key system, but it rather organizesattributes in parameters, which parameters can be executed, sothat YaX is halfway between key management and macro definition(and actually hopes to provide a user's interface). Valuesassigned to attributes can be retrieved and tested in variousways, with full expandability ensured as much as possible.Finally, YaX's syntax is a quite peculiar (as few braces aspossible), but may be customized. YaX is based on texapi andthus requires e-TeX. | Yet Another Key System | 3 | 工具 + texlive-yax-doc | texlive | Documentation for yax | Documentation for yax | 3 | 库 + texlive-yazd-thesis | texlive | This package offers a document class for typesetting theses anddissertations at the Yazd University. The class requires use ofXeLaTeX. | A template for the Yazd University | 3 | 工具 + texlive-yb-book | texlive | This template helps the author design books published on Amazonunder the "Y.B." brand. You are welcome to use it too for yourown books. | Template for YB Branded Books | 3 | 工具 + texlive-ycbook | texlive | This class is intended to be an interpretation of the mwbkclass which is a part of the mwcls package. The mwcls classesare simple, yet powerful and customizable classes that allowthe end-user to customize the layout of headers, headings etc.They also have the benefit of being more economic in space thanthe most common LaTeX classes, while keeping a clear appearanceand a smooth flow. | A versatile book class | 3 | 库 + texlive-ycbook-doc | texlive | Documentation for ycbook | doc files of ycbook | 3 | 库 + texlive-ydoc | texlive | The package provides macros and environments to document LaTeXpackages and classes. It is an (as yet unfinished) alternativeto the ltxdoc class and the doc or xdoc packages. The aim is toprovide a different layout and more modern styles (using thexcolor, hyperref packages, etc.) This is an alpha release, andshould probably not (yet) be used with other packages, sincethe implementation might change. Nevertheless, the author usesit to document his own packages. | Macros for documentation of LaTeX classes and packages | 3 | 工具 + texlive-ydoc-doc | texlive | Documentation for ydoc | Documentation for ydoc | 3 | 库 + texlive-yet-another-guide-latex2e | texlive | This document is a short guide to using LaTeX2e to typeset highquality documents. It focuses on users of Windows and guidesthe reader through installation, some of LaTeX's conventions,and creating the front matter, body and end matter. Theappendices contain a list of useful facilities not otherwisecovered in this document and a list of helpful resources. | A short guide to using LaTeX2e to typeset high quality documents | 3 | 工具 + texlive-yfonts | texlive | A LaTeX interface to the old-german fonts designed by YannisHaralambous: Gothic, Schwabacher, Fraktur and the baroqueinitials. | Support for old German fonts | 3 | 工具 + texlive-yfonts-doc | texlive | Documentation for yfonts | Documentation for yfonts | 3 | 库 + texlive-yfonts-otf | texlive | This is an OpenType version of the Old German fonts yfrak,ygoth, yswab designed by Yannis Haralambous in Metafont. TheOpenType features make it easier to deal with the long/round sand with older forms of umlauts (small e over the letter). Astyle file yfonts-otf.sty is provided as a replacement, forLuaLaTeX and XeLaTeX, of yfonts.sty or oldgerm.sty. | OpenType version of the Old German fonts designed by Yannis Haralambous | 3 | 工具 + texlive-yfonts-t1 | texlive | This package comprises type 1 versions of the Gothic,Schwabacher and Fraktur fonts of Yannis Haralambous' set of oldGerman fonts. | Old German-style fonts, in Adobe type 1 format | 3 | 工具 + texlive-yfonts-t1-doc | texlive | Documentation for yfonts-t1. | Documentation for yfonts-t1 | 3 | 库 + texlive-yhmath | texlive | The yhmath bundle contains fonts (in Metafont and type 1format) and a LaTeX package for using them. | Extended maths fonts for LaTeX | 3 | 工具 + texlive-yhmath-doc | texlive | Documentation for yhmath | Documentation for yhmath | 3 | 库 + texlive-yinit-otf | texlive | This package is a conversion of the yinit font into OTF.Original Metafont files for yinit are in the yinit package. | OTF conversion of Yannis Haralambous' Old German decorative initials | 3 | 工具 + texlive-yinit-otf-doc | texlive | Documentation for yinit-otf | doc files of yinit-otf | 3 | 库 + texlive-york-thesis | texlive | York Graduate Studies has again changed the requirements fortheses and dissertations. The established york-thesis classfile now implements the changes made in Spring 2005. | A thesis class file for York University, Toronto | 3 | 工具 + texlive-york-thesis-doc | texlive | Documentation for york-thesis | Documentation for york-thesis | 3 | 工具 + texlive-youngtab | texlive | A package for typesetting Young-Tableaux, mathematical symbolsfor the representations of groups, providing two macros,\yng(1) and \young(1) to generate the whole Young-Tableaux. | Typeset Young-Tableaux | 3 | 工具 + texlive-youngtab-doc | texlive | Documentation for youngtab | Documentation for youngtab | 3 | 库 + texlive-yplan | texlive-base | Prints two six-monthly vertical-type daily planner (i.e.,months along the top, days downwards), with each 6-month periodfitting onto a single A4 (or US letter) sheet. The packageoffers support for English, French, German, Spanish andPortuguese. The previous scheme of annual updates has now beenabandoned, in favour of a Perl script yplan that generates ayear's planner automatically. (The last manually-generatedLaTeX file remains on the archive.) | Daily planner type calendar | 3 | 库 + texlive-yquant | texlive | This LaTeX package allows to quickly draw quantum circuits. Itbridges the gap between the two groups of packages that alreadyexist: those that use a logic-oriented custom language, whichis then translated into TeX by means of an external program;and the pure TeX versions that mainly provide some macros toallow for an easier input. yquant is a pure-LaTeX solution --i.e., it requires no external program -- that introduces alogic oriented language and thus brings the best of both worldstogether. It builds on and interacts with TikZ, which brings anenourmous flexibility for customization of individual circuit. | Typesetting quantum circuits in a human-readable language | 3 | 工具 + texlive-ytableau | texlive | The package provides several functions for drawing Youngtableaux and Young diagrams, extending the young and youngtabpackages but providing lots more features. Skew and colouredtableaux are easy, and pgfkeys-enabled options are providedboth at package load and configurably. | Many-featured Young tableaux and Young diagrams | 3 | 工具 + texlive-ytableau-doc | texlive | Documentation for ytableau | Documentation for ytableau | 3 | 库 + texlive-zapfchan | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-zapfding | texlive | A set of fonts for use as "drop-in" replacements for Adobe'sbasic set, comprising: Century Schoolbook (substituting forAdobe's New Century Schoolbook); Dingbats (substituting forAdobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe'sCourier); Nimbus Roman No9 L (substituting for Adobe's Times);Nimbus Sans L (substituting for Adobe's Helvetica); StandardSymbols L (substituting for Adobe's Symbol); URW Bookman; URWChancery L Medium Italic (substituting for Adobe's ZapfChancery); URW Gothic L Book (substituting for Adobe's AvantGarde); and URW Palladio L (substituting for Adobe's Palatino). | URW "Base 35" font pack for LaTeX | 3 | 工具 + texlive-zbmath-review-template | texlive | This package contains a template for zbMATH Open reviews. Itwill show what your review will look like on zbMATH Open andyou can test whether your LaTeX-Code will compile on oursystem. The template has to be compiled using XeLaTeX andrelies on scrartcl, scrlayer-scrpage, amsfonts, amssymb,amsmath, babel, enumitem, etoolbox, fontspec, gensymb,geometry, graphicx, mathrsfs, mathtools, stmaryrd, textcomp,tikz-cd, xcolor, and xparse. | Template for a zbMATH Open review | 3 | 工具 + texlive-zebra-goodies | texlive | This package offers a collection of macros to help in theprocess of writing a paper. You may add comments, todo notes,etc. during revision, in a colourful way. The package alsosummarizes the inserted notes at the end of the document. Thereare some predefined note commands as well as a way of definingnew ones to suit the user's needs. You may safely remove thispackage once the paper is finished. This package depends on thefollowing other LaTeX packages: kvoptions, manfnt, marginnote,tikzpagenodes, xcolor, and, optionally, microtype. Note:"zebra" is the name of the package author's lab. | A collection of handy macros for paper writing | 3 | 工具 + texlive-zed-csp | texlive | The package supports real-time CSP and incorporates thefunctionality of Spivey's original Z package, written for LaTeX2.09. | Typesetting Z and CSP format specifications | 3 | 工具 + texlive-zed-csp-doc | texlive | Documentation for zed-csp | Documentation for zed-csp | 3 | 库 + texlive-zhlineskip | texlive | This package supports typesetting CJK documents. It allowsusers to specify the two ratios between the leading and thefont size of the body text and the footnote text. For CJKtypesetting, these ratios usually range from 1.5 to 1.67. Thispackage is also capable of restoring the math leading to thatof the Latin text (usually 1.2 times the font size). Finally,it is possible to achieve the Microsoft Word multiple linespacing style using zhlineskip. | Line spacing for CJK documents | 3 | 工具 + texlive-zhlipsum | texlive | This package provides an interface to dummy text in Chineselanguage, which will be useful for testing Chinese documents.UTF-8, GBK and Big5 encodings are supported. | Chinese dummy text | 3 | 工具 + texlive-zhmetrics | texlive | These are metrics to use existing Chinese TrueType fonts inworkflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fontsthemselves are not included in the package. Six font familiesare supported: kai, song, lishu, fangsong, youyuan and hei. Twoencodings (GBK and UTF-8) are supported. | TFM subfont files for using Chinese fonts in 8-bit TeX | 3 | 工具 + texlive-zhmetrics-doc | texlive | Documentation for zhmetrics | Documentation for zhmetrics | 3 | 库 + texlive-zhmetrics-uptex | texlive | The package contains some Chinese font metrics (JFM, VF, etc)for upTeX engine, together with a simple DVIPDFMx font mappingof Fandol fonts for DVIPDFMx. | Chinese font metrics for upTeX | 3 | 工具 + texlive-zhmetrics-uptex-doc | texlive | Documentation for zhmetrics-uptex | doc files of zhmetrics-uptex | 3 | 库 + texlive-zhnumber | texlive | The package provides commands to typeset Chineserepresentations of numbers. The main difference between thispackage and CJKnumb is that the commands provided areexpandable in the 'proper' way. | Typeset Chinese representations of numbers | 3 | 工具 + texlive-zhnumber-doc | texlive | Documentation for zhnumber | Documentation for zhnumber | 3 | 库 + texlive-zhspacing | texlive | The package manages spacing in a CJK document; betweenconsecutive Chinese letters, spaces are ignored, but aconsistent space is inserted between Chinese text and English(or mathematics). The package may be used by any documentformat under XeTeX. | Spacing for mixed CJK-English documents in XeTeX | 3 | 工具 + texlive-zhspacing-doc | texlive | Documentation for zhspacing | Documentation for zhspacing | 3 | 库 + texlive-ziffer | texlive | The package modifies the behaviour of characters in maths modeso that: '.' is used as a one-thousand separator (as is commonin Germany) ',' is used as a decimal separator (as is common inGermany) '--' is represented with spacing as appropriate tosuch constructs as '1.000,--'. These conversions may beswitched on and off. | Conversion of punctuation in maths mode | 3 | 工具 + texlive-ziffer-doc | texlive | Documentation for ziffer | Documentation for ziffer | 3 | 库 + texlive-zitie | texlive | This is a LaTeX package for creating CJK character calligraphypracticing sheets (copybooks). Currently, only XeTeX issupported. | Create CJK character calligraphy practicing sheets | 3 | 工具 + texlive-zlmtt | texlive | The package allows selection of Latin Modern Typewriter fontswith scaling and access to all its features. | Use Latin Modern Typewriter fonts | 3 | 库 + texlive-zlmtt-doc | texlive | Documentation for zlmtt | Documentation for zlmtt | 3 | 库 + texlive-zootaxa-bst | texlive | This package provides a .bst reference style file for thejournal Zootaxa that publishes contributions in zoology andclassification. This is a fork of apa.bst as provided by TeXLive since this style file resembled the most Zootaxa's ownstyle. Further modifications were made to the code in order togenerate in-text citations and bibliography sectionsappropriately. | A BibTeX style for the journal Zootaxa | 3 | 工具 + texlive-zref | texlive | This package offers a means to remove the limitation, of onlytwo properties, that is inherent in the way LaTeX's referencesystem works. The package implements an extensible referencingsystem, where properties may be defined and used in the courseof a document. It provides an interface for macro programmersto access the new reference scheme and some modules that useit. Modules available are: zref-user, use zref for"traditional" labels and references; zref-abspage, retrieveabsolute page numbers (physical pages, as opposed to the'logical' page number that is normally typeset when a pagenumber is requested; zref-lastpage, provide a zref-label forthe last page of the document; zref-nextpage, provide the pagenumber of the next page of the document; zref-totpages, providethe total number of pages in the document; zref-pagelayout,provide the page layout parameters of a each page (which maythen be printed at the end of the document); zref-perpage, makea counter reset for each new page; zref-titleref, make sectiontitle or caption text available through the reference system;zref-savepos, make positions on a page available; zref-dotfill,controlled dot-filling; zref-env, record the latestenvironment's name and the line it started on; and zref-xr,provide the facilities of the xr and xr-hyper packages. | A new reference scheme for LaTeX | 3 | 工具 + texlive-zref-check | texlive | This package provides an user interface for making LaTeXcross-references flexibly, while allowing to have them checkedfor consistency with the document structure as typeset.Statements such as "above", "on the next page", "previously","as will be discussed", "on the previous chapter" and so on canbe given to \zcheck in free-form, and a set of "checks" can bespecified to be run against a given "label", which will resultin a warning at compilation time if any of these checks fail.\zctarget and the zcregion environment are also defined as ameans to easily set label targets to arbitrary places in thetext which can be referred to by \zcheck. | Flexible cross-references with contextual checks based on zref | 3 | 工具 + texlive-zref-clever | texlive | This package provides a user interface for making LaTeXcross-references which automates some of their typicalfeatures, thus easing their input in the document and improvingthe consistency of typeset results. A reference made with\zcref includes a "name" according to its "type", and lists ofmultiple labels can be automatically sorted and compressed intoranges when due. The reference format is highly and easilycustomizable, both globally and locally. The package is basedon zref's extensible referencing system. | Clever LaTeX cross-references based on zref | 3 | 工具 + texlive-zref-vario | texlive | This package offers a compatibility layer for varioref to beused alongside zref-clever. It provides \z... counterparts tovarioref's main reference commands, each of which essentiallydoes some (scoped) setup for varioref, then calls the originalone. | Extended LaTeX page cross-references with varioref and zref-clever | 3 | 工具 + texlive-zwgetfdate | texlive | The package can fetch the date declaration of packages andfiles used by a document, and then provide the information inmacros. The facilities provide a means of obtaining the date ofa package being documented; this is mainly of use whendoc/docstrip. | Get package or file date | 3 | 工具 + texlive-zwgetfdate-doc | texlive | Documentation for zwgetfdate | Documentation for zwgetfdate | 3 | 库 + texlive-zwpagelayout | texlive | This package was developed as a typographers' toolbox offeringimportant basic features for everyday work. It allows settingthe paper size and the page layout; it can print crop marks;and it can reflect pages both horizontally and vertically. Thepackage facilities work with TeX (output via dvips or(x)dvipdfm(x)), and with pdfTeX. | Page layout and crop-marks | 3 | 工具 + texlive-zwpagelayout-doc | texlive | Documentation for zwpagelayout | Documentation for zwpagelayout | 3 | 库 + texlive-zx-calculus | texlive | This library (based on the great TikZ and TikZ-cd packages)allows you to typeset ZX-calculus directly in LaTeX. It comeswith many pre-built wire shapes, a highly customizable nodestyle (with multiple flavours for putting labels inside oroutside nodes), and a "debugging" mode to avoid getting lost inbig diagrams. | A library to typeset ZX Calculus diagrams | 3 | 库 + texlive-zxjafbfont | texlive | zxjafbfont package | Fallback CJK font support for xeCJK | 3 | 工具 + texlive-zxjafbfont-doc | texlive | Documentation for zxjafbfont | Documentation for zxjafbfont | 3 | 库 + texlive-zxjafont | texlive | zxjafont package | Set up Japanese font families for XeLaTeX | 3 | 工具 + texlive-zxjafont-doc | texlive | Documentation for zxjafont | Documentation for zxjafont | 3 | 库 + texlive-zxjatype | texlive | zxjatype package | Standard conforming typesetting of Japanese, for XeLaTeX | 3 | 工具 + texlive-zxjatype-doc | texlive | Documentation for zxjatype | Documentation for zxjatype | 3 | 库 + texlive-zztex | texlive | The ZzTeX macro package is a full-featured TeX macro packagespecially designed for producing books, journals, and manuals.Development of the package began in 1989. Since then, about 500textbooks and journals have been produced with it for a varietyof publishers. Numerous authors have used the package toproduce subsequent editions of their books. ZzTeX runs underPlain TeX. The only documentation available for the package iscontained in the zz*.dat files that accompany the TeX files. | A full-featured TeX macro package for producing books, journals, and manuals | 3 | 工具 + tex-preview | emacs-auctex | The preview package for LaTeX allows for the processing of selectedparts of a LaTeX input file. This package extracts indicated piecesfrom a source file (typically displayed equations, figures andgraphics) and typesets with their base point at the (1in,1in) magiclocation, shipping out the individual pieces on separate pages withoutany page markup. You can produce either DVI or PDF files, and optionsexist that will set the page size separately for each page. In thatmanner, further processing (as with Ghostscript or dvipng) will beable to work in a single pass.The main purpose of this package is the extraction of certainenvironments (most notably displayed formulas) from LaTeX sources asgraphics. This works with DVI files postprocessed by either Dvips andGhostscript or dvipng, but it also works when you are using PDFTeX forgenerating PDF files (usually also postprocessed by Ghostscript).The tex-preview package is generated from the AUCTeX package forEmacs. | Preview style files for LaTeX | 3 | 工具 + tftp | tftp | The Trivial File Transfer Protocol (TFTP) is normally used only forbooting diskless workstations. The tftp package provides the userinterface for TFTP, which allows users to transfer files to and from aremote machine. This program and TFTP provide very little security,and should not be enabled unless it is expressly needed. | The client for the Trivial File Transfer Protocol (TFTP) | 3 | 服务 + tftp-server | tftp | The Trivial File Transfer Protocol (TFTP) is normally used only forbooting diskless workstations. The tftp-server package provides theserver for TFTP, which allows users to transfer files to and from aremote machine. TFTP provides very little security, and should not beenabled unless it is expressly needed. The TFTP server is run by usingsystemd socket activation, and is disabled by default. | The server for the Trivial File Transfer Protocol (TFTP) | 3 | 服务 + thai-scalable-fonts-common | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package consists of files used by other thai-scalable-fonts packages. | Common files of thai-scalable-fonts | 3 | 库 + thai-scalable-garuda-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Garuda family of Thai fonts. | Thai Garuda fonts | 3 | 库 + thai-scalable-kinnari-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Kinnari family of Thai fonts. | Thai Kinnari fonts | 3 | 库 + thai-scalable-laksaman-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Laksaman family of Thai fonts. | Thai Laksaman fonts | 3 | 库 + thai-scalable-loma-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Loma family of Thai fonts. | Thai Loma fonts | 3 | 库 + thai-scalable-norasi-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Norasi family of Thai fonts. | Thai Norasi fonts | 3 | 库 + thai-scalable-purisa-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Purisa family of Thai fonts. | Thai Purisa fonts | 3 | 库 + thai-scalable-sawasdee-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Sawasdee family of Thai fonts. | Thai Sawasdee fonts | 3 | 库 + thai-scalable-tlwgmono-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the TlwgMono family of Thai fonts. | Thai TlwgMono fonts | 3 | 库 + thai-scalable-tlwgtypewriter-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the TlwgTypewriter family of Thai fonts. | Thai TlwgTypewriter fonts | 3 | 库 + thai-scalable-tlwgtypist-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the TlwgTypist family of Thai fonts. | Thai TlwgTypist fonts | 3 | 库 + thai-scalable-tlwgtypo-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the TlwgTypo family of Thai fonts. | Thai TlwgTypo fonts | 3 | 库 + thai-scalable-umpush-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Umpush family of Thai fonts. | Thai Umpush fonts | 3 | 库 + thai-scalable-waree-fonts | thai-scalable-fonts | fonts-tlwg provides a collection of free scalable Thai fonts.This package provides the Waree family of Thai fonts. | Thai Waree fonts | 3 | 库 + theora-tools | libtheora | The theora-tools package contains simple command line tools for usewith theora bitstreams. | Command line tools for Theora videos | 3 | 库 + thrift | thrift | The Apache Thrift software framework for cross-language servicesdevelopment combines a software stack with a code generation engine tobuild services that work efficiently and seamlessly between C++, Java,Python, and other languages. | Software framework for cross-language services development | 3 | 服务 + thrift-devel | thrift | The thrift-devel package contains libraries and header files fordeveloping applications that use thrift. | Development files for thrift | 3 | 库 + thrift-glib | thrift | The thrift-qt package contains GLib bindings for thrift. | GLib support for thrift | 3 | 库 + thrift-qt | thrift | The thrift-qt package contains Qt bindings for thrift. | Qt support for thrift | 3 | 工具 + tigervnc | tigervnc | Virtual Network Computing (VNC) is a remote display system whichallows you to view a computing 'desktop' environment not only on themachine where it is running, but from anywhere on the Internet andfrom a wide variety of machine architectures. This package contains aclient which will allow you to connect to other desktops running a VNCserver. | A TigerVNC remote display system | 3 | 服务 + tigervnc-icons | tigervnc | This package contains icons for TigerVNC viewer | Icons for TigerVNC viewer | 3 | 服务 + tigervnc-license | tigervnc | This package contains license of the TigerVNC suite | License of TigerVNC suite | 3 | 服务 + tigervnc-selinux | tigervnc | This package provides the SELinux policy module to ensure TigerVNCruns properly under an environment with SELinux enabled. | SELinux module for TigerVNC | 3 | 服务 + tigervnc-server | tigervnc | The VNC system allows you to access the same desktop from a widevariety of platforms. This package includes set of utilitieswhich make usage of TigerVNC server more user friendly. It alsocontains x0vncserver program which can export your activeX session. | A TigerVNC server | 3 | 服务 + tigervnc-server-minimal | tigervnc | The VNC system allows you to access the same desktop from a widevariety of platforms. This package contains minimal installationof TigerVNC server, allowing others to access the desktop on yourmachine. | A minimal installation of TigerVNC server | 3 | 服务 + tigervnc-server-module | tigervnc | This package contains libvnc.so module to X server, allowing othersto access the desktop on your machine. | TigerVNC module to Xorg | 3 | 服务 + time | time | The GNU time utility runs another program, collects information aboutthe resources used by that program while it is running, and displaysthe results. | A GNU utility for monitoring a program's use of system resources | 3 | 工具 + timedatex | timedatex | timedatex is a D-Bus service that implements the org.freedesktop.timedate1interface. It can be used to read and set the system clock, the real-time clock(RTC), the system timezone, get a list of valid timezones, and enable ordisable an NTP client installed on the system. It is a replacement for thesystemd-timedated service. | D-Bus service for system clock and RTC settings | 3 | 服务 + tinycdb | tinycdb | tinycdb is a small, fast and reliable utility and subroutine library forcreating and reading constant databases. The database structure is tunedfor fast reading.This package contains tinycdb utility and shared library. | Utility and library for manipulating constant databases | 3 | 库 + tinycdb-devel | tinycdb | tinycdb is a small, fast and reliable utility set and subroutinelibrary for creating and reading constant databases.This package contains tinycdb development library and header file fordeveloping applications that use tinycdb. | Development files for tinycdb | 3 | 库 + tix | tix | Tix, the Tk Interface eXtension, is a powerful set of user interfacecomponents that expands the capabilities of your Tcl/Tk and Pythonapplications. Using Tix together with Tk will greatly enhance theappearance and functionality of your application. | A set of extension widgets for Tk | 3 | 工具 + tix-devel | tix | Tix, the Tk Interface eXtension, is a powerful set of user interfacecomponents that expands the capabilities of your Tcl/Tk and Pythonapplications. Using Tix together with Tk will greatly enhance theappearance and functionality of your application.This package contains the tix development files needed for buildingtix applications. | Tk Interface eXtension development files | 3 | 工具 + tix-doc | tix | Tix, the Tk Interface eXtension, is a powerful set of user interfacecomponents that expands the capabilities of your Tcl/Tk and Pythonapplications. Using Tix together with Tk will greatly enhance theappearance and functionality of your application.This package contains the tix documentation | Tk Interface eXtension documentation | 3 | 工具 + tk | tk | When paired with the Tcl scripting language, Tk provides a fast and powerfulway to create cross-platform GUI applications. | The graphical toolkit for the Tcl scripting language | 3 | 库 + tk-devel | tk | When paired with the Tcl scripting language, Tk provides a fast and powerfulway to create cross-platform GUI applications.The package contains the development files and man pages for tk. | Tk graphical toolkit development files | 3 | 工具 + tmux | tmux | tmux is a "terminal multiplexer." It enables a number of terminals (orwindows) to be accessed and controlled from a single terminal. tmux isintended to be a simple, modern, BSD-licensed alternative to programs suchas GNU Screen. | A terminal multiplexer | 3 | 工具 + tokyocabinet | tokyocabinet | Tokyo Cabinet is a library of routines for managing a database. It is thesuccessor of QDBM. Tokyo Cabinet runs very fast. For example, the time requiredto store 1 million records is 1.5 seconds for a hash database and 2.2 secondsfor a B+ tree database. Moreover, the database size is very small and can be upto 8EB. Furthermore, the scalability of Tokyo Cabinet is great. | A modern implementation of a DBM | 3 | 库 + tokyocabinet-devel | tokyocabinet | This package contains the libraries and header files needed fordeveloping with tokyocabinet. | Headers for developing programs that will use tokyocabinet | 3 | 库 + tomcat | tomcat | Tomcat, also known as Apache Tomcat, is an open-source web application serverthat is designed to run Java-based applications. It is a lightweight, yetpowerful server that can be used to serve static and dynamic web pages.Tomcat provides a robust and scalable platform for deploying web applicationsand handling high volumes of traffic. It is widely used in the industry,particularly for building and deploying Java-based web applications.Tomcat is known for its modular architecture, which allows users to customizeand extend the server's functionality. It is built using the Java Servlet APIand the JavaServer Pages (JSP) technology, which makes it a suitable platformfor deploying dynamic web applications.One of Tomcat's key features is its ability to support multiple protocols,including HTTP, HTTPS, and AJP. This allows developers to build web applicationsthat can be accessed using different protocols, depending on the needs of theapplication.Another important feature of Tomcat is its support for multiple operatingsystems and platforms. It can run on Windows, Linux, and Mac OS X, among others,making it a versatile choice for web application deployment.Tomcat provides various features that make it easy to configure and manage,such as a web-based administration console, configuration files, and connectors.The web-based administration console is a user-friendly interface that allowsadministrators to configure and manage the server from a web browser.Tomcat is often used in conjunction with other technologies, such as Apache HTTPServer, to provide a complete web application stack. It can be used to hostJava-based applications that use the Spring framework, Hibernate, and otherpopular Java libraries.Overall, Tomcat is a powerful and flexible web application server that is widelyused in the industry. Its modular architecture, support for multiple protocolsand operating systems, and ease of configuration and management make it an idealchoice for deploying Java-based web applications. | Apache Servlet/JSP Engine, RI for Servlet 4.0/JSP 2.3 API | 3 | 服务 + tomcat-admin-webapps | tomcat | The host-manager and manager web applications for Apache Tomcat. | The host-manager and manager web applications for Apache Tomcat | 3 | 服务 + tomcat-docs-webapp | tomcat | The docs web application for Apache Tomcat. | The docs web application for Apache Tomcat | 3 | 服务 + tomcat-el-3.0-api | tomcat | Apache Tomcat EL API Implementation Classes. | Apache Tomcat Expression Language v3.0 API Implementation Classes | 3 | 服务 + tomcat-jsp-2.3-api | tomcat | Apache Tomcat JSP API Implementation Classes. | Apache Tomcat JavaServer Pages v2.3 API Implementation Classes | 3 | 库 + tomcat-lib | tomcat | Libraries needed to run the Tomcat Web container. | Libraries needed to run the Tomcat Web container | 3 | 服务 + tomcat-servlet-4.0-api | tomcat | Apache Tomcat Servlet API Implementation Classes. | Apache Tomcat Java Servlet v4.0 API Implementation Classes | 3 | 服务 + tomcat-webapps | tomcat | The ROOT web application for Apache Tomcat. | The ROOT web application for Apache Tomcat | 3 | 服务 + totem-pl-parser | totem-pl-parser | A library to parse and save playlists, as used in music and movie players. | Totem Playlist Parser library | 3 | 工具 + totem-pl-parser-devel | totem-pl-parser | The totem-pl-parser-devel package contains libraries and header files fordeveloping applications that use totem-pl-parser. | Development files for totem-pl-parser | 3 | 库 + tox | python-tox | Tox as is a generic virtualenv management and test command line tool youcan use for: - checking your package installs correctly with different Python versions and interpreters - running your tests in each of the environments, configuring your test tool of choice - acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing. | Virtualenv-based automation of test activities | 3 | 库 + tox-doc | python-tox | The tox-doc package contains documentation files for tox. | Virtualenv-based automation of test activities | 3 | 工具 + tpm2-abrmd | tpm2-abrmd | tpm2-abrmd is a system daemon implementing the TPM2 access broker (TAB) andResource Manager (RM) spec from the TCG. | A system daemon implementing TPM2 Access Broker and Resource Manager | 2 | 工具 + tpm2-abrmd-devel | tpm2-abrmd | This package contains headers, static libraries and package config filesrequired to build applications that use tpm2-abrmd. | Headers, static libraries and package config files of tpm2-abrmd | 3 | 工具 + tpm2-abrmd-doc | tpm2-abrmd | Doc files for tpm2-abrmd | Doc files for tpm2-abrmd | 3 | 工具 + tpm2-abrmd-selinux | tpm2-abrmd-selinux | SELinux policy modules for tpm2-abrmd. | SELinux policies for tpm2-abrmd | 2 | 工具 + tpm2-abrmd-selinux-doc | tpm2-abrmd-selinux | Doc files for tpm2-abrmd-selinux | Doc files for tpm2-abrmd-selinux | 2 | 工具 + tpm2-pkcs11 | tpm2-pkcs11 | PKCS #11 is a Public-Key Cryptography Standard that defines a standard methodto access cryptographic services from tokens/ devices such as hardware securitymodules (HSM), smart cards, etc. In this project we intend to use a TPM2 deviceas the cryptographic token. | PKCS#11 interface for TPM 2.0 hardware | 2 | 工具 + tpm2-pkcs11-doc | tpm2-pkcs11 | Doc files for tpm2-pkcs11 | Doc files for tpm2-pkcs11 | 2 | 工具 + tpm2-pkcs11-tools | tpm2-pkcs11 | The tools required to setup and configure TPM2 for PKCS#11. | The tools required to setup and configure TPM2 for PKCS#11 | 2 | 工具 + tpm2-tools | tpm2-tools | tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss. | A bunch of TPM testing toolS build upon tpm2-tss | 2 | 工具 + tpm2-tss | tpm2-tss | tpm2-tss is a software stack supporting Trusted Platform Module(TPM) 2.0 systemAPIs. It sits between TPM driver and applications, providing TPM2.0 specifiedAPIs for applications to access TPM module through kernel TPM drivers. | TPM2.0 Software Stack | 2 | 工具 + tpm2-tss-devel | tpm2-tss | This package contains headers and libraries required to build applications thatuse tpm2-tss. | Headers and libraries for building apps that use tpm2-tss | 2 | 库 + tracker | tracker | Tracker is a powerful desktop-neutral first class object database,tag/metadata database and search tool.It consists of a common object database that allows entities to have analmost infinite number of properties, metadata (both embedded/harvested aswell as user definable), a comprehensive database of keywords/tags andlinks to other entities.It provides additional features for file based objects including contextlinking and audit trails for a file object.Metadata indexers are provided by the tracker-miners package. | Desktop-neutral metadata database and search tool | 3 | 工具 + tracker-devel | tracker | The tracker-devel package contains libraries and header files fordeveloping applications that use tracker. | Development files for tracker | 3 | 工具 + tracker-doc | tracker | The tracker-devel package contains the documentation for tracker. | Documentation for tracker | 3 | 工具 + tracker-miners | tracker-miners | Tracker is an efficient search engine and triplestore for desktop, embeddedand mobile.The Tracker project is divided into two main repositories:* Tracker SPARQL contains the triplestore database, provided as the `libtracker-sparql` library and implemented using SQLite. This repo also contains the database ontologies and the commandline user interface (`tracker3`).* Tracker Miners contains the indexer daemon (*tracker-miner-fs-3*) and tools to extract metadata from many different filetypes. | Tracker miners and metadata extractors | 3 | 工具 + transfig | transfig | The transfig utility creates a makefile which translates FIG (createdby xfig) or PIC figures into a specified LaTeX graphics language (forexample, PostScript(TM)). Transfig is used to create TeX documentswhich are portable (i.e., they can be printed in a wide variety ofenvironments).Install transfig if you need a utility for translating FIG or PICfigures into certain graphics languages. | Utility for converting FIG files (made by xfig) to other formats | 3 | 工具 + transfig-doc | transfig | The transfig-doc package contains documentation files for transfig. | Documentation files for transfig | 3 | 库 + tree | tree | The tree utility recursively displays the contents of directories in atree-like format. Tree is basically a UNIX port of the DOS treeutility. | File system tree viewer | 3 | 工具 + trousers | trousers | TrouSerS is an implementation of the Trusted Computing Group's Software Stack(TSS) specification. You can use TrouSerS to write applications that make useof your TPM hardware. TPM hardware can create, store and use RSA keyssecurely (without ever being exposed in memory), verify a platform's softwarestate using cryptographic hashes and more. | The open-source TCG Software Stack | 2 | 库 + trousers-devel | trousers | Header files and man pages for use in creating Trusted Computing enabledapplications. | TrouSerS header files and documentation | 2 | 库 + trousers-lib | trousers | The libtspi library for use in Trusted Computing enabled applications. | TrouSerS libtspi library | 2 | 库 + trousers-static | trousers | The TCG Device Driver Library (TDDL) used by the TrouSerS tcsd as theinterface to the TPM's device driver. For more information about writingapplications to the TDDL interface, see the latest TSS spec athttps://www.trustedcomputinggroup.org/specs/TSS. | TrouSerS TCG Device Driver Library | 2 | 服务 + ttembed | ttembed | Remove embedding limitations from TrueType fonts, by setting the fsType fieldin the OS/2 table to zero. That's it; this program is a one-trick pony. | Remove embedding limitations from TrueType fonts | 3 | 工具 + ttembed-doc | ttembed | The ttembed-doc package contains documentation files for ttembed. | Documentation files for ttembed | 2 | 库 + ttfautohint | ttfautohint | ttfautohint is a utility for font manipulation. It accepts a TrueType font as theinput, and then strip its bytecode instructions (if any), finally, returnsa new font, in which all glyphs are hinted bytecodely, leveraging theinformation provided by FreeType's autohinting module. It is designed forplatforms that FreeType is not present, and provide high-quality autohinteron these platforms. | Automated hinting utility for TrueType fonts | 3 | 工具 + ttfautohint-devel | ttfautohint | libttfautohint is a library that accepts a TrueType font as theinput, and then strip its bytecode instructions (if any), finally, returnsa new font, in which all glyphs are hinted bytecodely, leveraging theinformation provided by FreeType's autohinting module. It is designed forplatforms that FreeType is not present, and provide high-quality autohinteron these platforms. | Development files for ttfautohint-libs | 3 | 库 + ttfautohint-doc | ttfautohint | The ttfautohint-doc package contains documentation files for ttfautohint.ttfautohintis a font utility that accepts a TrueType font as theinput, and then strip its bytecode instructions (if any), finally, returnsa new font, in which all glyphs are hinted bytecodely, leveraging theinformation provided by FreeType's autohinting module. It is designed forplatforms that FreeType is not present, and provide high-quality autohinteron these platforms. | Documentation for ttfautohint | 3 | 工具 + ttfautohint-gui | ttfautohint | ttfautohint is a utility for font manipulation. It accepts a TrueType font as theinput, and then strip its bytecode instructions (if any), finally, returnsa new font, in which all glyphs are hinted bytecodely, leveraging theinformation provided by FreeType's autohinting module. It is designed forplatforms that FreeType is not present, and provide high-quality autohinteron these platforms.This is a Qt based GUI of ttfautohint. | Qt based GUI for ttfautohint | 3 | 工具 + ttfautohint-libs | ttfautohint | ttfautohint is a font utility that accepts a TrueType font as theinput, and then strip its bytecode instructions (if any), finally, returnsa new font, in which all glyphs are hinted bytecodely, leveraging theinformation provided by FreeType's autohinting module. It is designed forplatforms that FreeType is not present, and provide high-quality autohinteron these platforms. | Library for ttfautohint | 3 | 工具 + ttmkfdir | ttmkfdir | ttmkfdir is a utility used to create fonts.scale files inTrueType font directories in order to prepare them for useby the font server. | Utility to create fonts.scale files for truetype fonts | 3 | 工具 + tuna | tuna | The program can be used to change the attributes of application and kernel threads.Tuna can operate on IRQs by name or number, and tasks or threads by process ID orcommand-line. CPUs and sets of CPUs can be specified by CPU or socket number.IRQ names and process command-lines can include wildcards. | Application tuning GUI & command line utility | 3 | 工具 + tuned | tuned | The tuned package contains a daemon that tunes system settings dynamically.It does so by monitoring the usage of several system components periodically.Based on that information components will then be put into lower or higherpower saving modes to adapt to the current usage. Currently only ethernetnetwork and ATA harddisk devices are implemented. | A dynamic adaptive system tuning daemon | 3 | 服务 + tuned-gtk | tuned | GTK GUI that can control tuned and provides simple profile editor. | GTK GUI for tuned | 3 | 服务 + tuned-profiles-atomic | tuned | Additional tuned profile(s) targeted to Atomic host and guest. | Additional tuned profile(s) targeted to Atomic | 3 | 服务 + tuned-profiles-compat | tuned | Additional tuned profiles mainly for backward compatibility with tuned 1.0.It can be also used to fine tune your system for specific scenarios. | Additional tuned profiles mainly for backward compatibility with tuned 1.0 | 3 | 服务 + tuned-profiles-cpu-partitioning | tuned | Additional tuned profile(s) optimized for CPU partitioning. | Additional tuned profile(s) optimized for CPU partitioning | 3 | 服务 + tuned-profiles-mssql | tuned | Additional tuned profile(s) for MS SQL Server. | Additional tuned profile(s) for MS SQL Server | 3 | 服务 + tuned-profiles-oracle | tuned | Additional tuned profile(s) targeted to Oracle loads. | Additional tuned profile(s) targeted to Oracle loads | 3 | 服务 + tuned-profiles-postgresql | tuned | Additional tuned profile(s) targeted to PostgreSQL server loads. | Additional tuned profile(s) targeted to PostgreSQL server loads | 3 | 服务 + tuned-profiles-realtime | tuned | Additional tuned profile(s) targeted to realtime. | Additional tuned profile(s) targeted to realtime | 3 | 服务 + tuned-utils | tuned | This package contains utilities that can help you to fine tune anddebug your system and manage tuned profiles. | Various tuned utilities | 3 | 服务 + tuned-utils-systemtap | tuned | This package contains several systemtap scripts to allow detailedmanual monitoring of the system. Instead of the typical IO/sec it collectsminimal, maximal and average time between operations to be able toidentify applications that behave power inefficient (many small operationsinstead of fewer large ones). | Disk and net statistic monitoring systemtap scripts | 3 | 服务 + turbojpeg | libjpeg-turbo | The turbojpeg package contains the TurboJPEG shared library. | TurboJPEG library | 3 | 库 + turbojpeg-devel | libjpeg-turbo | This package contains header files necessary for developing programs which willmanipulate JPEG files using the TurboJPEG library. | Headers for the TurboJPEG library | 3 | 库 + twolame | twolame | TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,which in turn is based heavily on- the ISO dist10 code- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)This package contains the command line frontend. | Optimized MPEG Audio Layer 2 encoding library based on tooLAME | 3 | 工具 + twolame-devel | twolame | This package contains the header files and documentationneeded to develop applications with TwoLAME. | Development tools for TwoLAME applications | 3 | 工具 + twolame-libs | twolame | TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,which in turn is based heavily on- the ISO dist10 code- improvement to algorithms as part of the LAME project (www.sulaco.org/mp3)This package contains the shared library. | TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME | 3 | 库 + tzdata | tzdata | This package contains data files with rules for various timezones aroundthe world. | Timezone data | 3 | 库 + tzdata-java | tzdata | This package contains timezone information for use by Java runtimes. | Timezone data for Java | 3 | 库 + uboot-images-armv8 | uboot-tools | U-Boot firmware binaries for aarch64 boards | U-Boot firmware images for aarch64 boards | 1 | 工具 + uboot-tools | uboot-tools | Uboot-tools is a collection of tools used to manipulate and configurethe U-Boot bootloader for embedded systems. These tools include mkimage,which creates images suitable for booting with U-Boot, fw_printenv and fw_setenv,which allows reading and writing of the U-Boot environment variables,and fw_printenv, which prints the contents of the U-Boot environment variablesto the console. Uboot-tools are commonly used in embedded systems developmentfor configuring and debugging the bootloader. | U-Boot utilities | 3 | 工具 + uchardet | uchardet | Uchardet is a C language binding of the original C++ implementation of theuniversal charset detection library by Mozilla. Uchardet is an encodingdetector library, which takes a sequence of bytes in an unknown characterencoding without any additional information, and attempts to determine theencoding of the text. | An encoding detector library ported from Mozilla | 3 | 库 + uchardet-devel | uchardet | The uchardet-devel package contains headers and shared librariesfor developing tools for uchardet. | Development files for uchardet | 3 | 库 + ucs-miscfixed-fonts | ucs-miscfixed-fonts | %common_description | Selected set of bitmap fonts | 3 | 库 + ucs-miscfixed-opentype-fonts | ucs-miscfixed-fonts | %common_descriptionThis package contains the fonts in OpenType format. | Selected set of bitmap fonts (opentype version) | 3 | 库 + ucx | ucx | UCX is an optimized communication framework for high-performance distributedapplications. UCX utilizes high-speed networks, such as RDMA (InfiniBand, RoCE,etc), Cray Gemini or Aries, for inter-node communication. If no such network isavailable, TCP is used instead. UCX supports efficient transfer of data ineither main memory (RAM) or GPU memory (through CUDA and ROCm libraries). Inaddition, UCX provides efficient intra-node communication, by leveraging thefollowing shared memory mechanisms: posix, sysv, cma, knem, and xpmem.The acronym UCX stands for "Unified Communication X". | UCX is a communication library implementing high-performance messaging | 3 | 库 + ucx-devel | ucx | Provides header files and examples for developing with UCX. | Header files required for developing with UCX | 3 | 库 + udisks2 | udisks2 | The UDisks project provides a daemon, tools and libraries to access andmanipulate disks, storage devices and technologies. | Disk Manager | 3 | 工具 + udisks2-iscsi | udisks2 | This package contains module for iSCSI configuration. | Module for iSCSI | 3 | 工具 + udisks2-lsm | udisks2 | This package contains module for LSM configuration. | Module for LSM | 3 | 工具 + udisks2-lvm2 | udisks2 | This package contains module for LVM2 configuration. | Module for LVM2 | 3 | 工具 + uid_wrapper | uid_wrapper | Some projects like a file server need privilege separation to be able to switchto the connection user and do file operations. uid_wrapper convincingly liesto the application letting it believe it is operating as root and evenswitching between UIDs and GIDs as needed.To use it set the following environment variables:LD_PRELOAD=libuid_wrapper.soUID_WRAPPER=1This package doesn't have a devel package cause this project is fordevelopment/testing. | A wrapper for privilege separation | 3 | 库 + umockdev | umockdev | With this program and libraries you can easily create mock udev objects.This is useful for writing tests for software which talks tohardware devices. | Mock hardware devices | 3 | 库 + umockdev-devel | umockdev | The umockdev-devel package contains the libraries to developusing umockdev. | Development packages for umockdev | 3 | 库 + umockdev-doc | umockdev | The umockdev-doc package contains documentation files for umockdev. | Documentation files for umockdev | 3 | 服务 + unbound | unbound | Unbound is a validating, recursive, caching DNS resolver. It is designedto be fast and lean and incorporates modern features based on open standards.To help increase online privacy, Unbound supports DNS-over-TLS which allowsclients to encrypt their communication. Unbound is available for most platformssuch as FreeBSD, OpenBSD, NetBSD, MacOS, Linux and Microsoft Windows.Unbound is a totally free, open source software under the BSD license. It doesn'tmake custom builds or provide specific features to paying customers only. | Unbound is a validating, recursive, caching DNS resolver | 3 | 工具 + unbound-anchor | unbound | Contains tool maintaining trust anchor using RFC 5011 key rollover algorithm. | DNSSEC trust anchor maintaining tool | 3 | 工具 + unbound-devel | unbound | Package devel includes libraries and header files for development with unbound. | Libraries and header files | 3 | 库 + unbound-libs | unbound | Libraries for unbound. | Libraries for unbound | 3 | 库 + unicode-ucd | unicode-ucd | The Unicode Character Database (UCD) consists of a number of data files listingUnicode character properties and related data. It also includes data filescontaining test data for conformance to several important Unicode algorithms. | Unicode Character Database | 3 | 库 + unicode-ucd-doc | unicode-ucd | Doc files for unicode-ucd | Doc files for unicode-ucd | 3 | 库 + unicode-ucd-unihan | unicode-ucd | This package contains Unihan.zip which contains the data files for the UnifiedHan database of Hanzi/Kanji/Hanja Chinese characters. | Unicode Han Database | 3 | 库 + unifdef | unifdef | Unifdef is useful for removing ifdefed lines from a file while otherwiseleaving the file alone. Unifdef acts on #ifdef, #ifndef, #else, and #endiflines, and it knows only enough about C and C++ to know when one of theseis inactive because it is inside a comment, or a single or double quote. | Tool for removing ifdef lines | 3 | 工具 + unifdef-doc | unifdef | The unifdef-doc package contains documentation files for unifdef. | Documentation files for unifdef | 3 | 工具 + univocity-parsers | univocity-parsers | uniVocity-parsers is a suite of extremely fast and reliable parsersfor Java. It provides a consistent interface for handling differentfile formats, and a solid framework for the development of newparsers. | Collection of parsers for Java | 3 | 库 + univocity-parsers-javadoc | univocity-parsers | API documentation for univocity-parsers. | Javadoc for univocity-parsers | 3 | 库 + unixODBC | unixODBC | Install unixODBC if you want to access databases through ODBC.You will also need the mariadb-connector-odbc package if you want to accessa MySQL or MariaDB database, and/or the postgresql-odbc package for PostgreSQL. | A complete ODBC driver manager for Linux | 3 | 库 + unixODBC-devel | unixODBC | The unixODBC package can be used to access databases through ODBCdrivers. If you want to develop programs that will access data throughODBC, you need to install this package. | Development files for programs which will use the unixODBC library | 3 | 库 + unzip | unzip | The unzip utility is used to list, test, or extract files from a ziparchive. Zip archives are commonly found on MS-DOS systems. The ziputility, included in the zip package, creates zip archives. Zip andunzip are both compatible with archives created by PKWARE(R)'s PKZIPfor MS-DOS, but the programs' options and default behaviors do differin some respects.Install the unzip package if you need to list, test or extract files froma zip archive. | A utility for unpacking zip files | 3 | 工具 + upower | upower | UPower is an abstraction for enumerating power devices,listening to device events and querying history and statistics.Any application or service on the system can access theorg.freedesktop.UPower service via the system message bus. | Power Management Service | 3 | 工具 + upower-devel | upower | Headers and libraries for UPower. | Headers and libraries for UPower | 2 | 服务 + upower-devel-docs | upower | Developer documentation for for libupower-glib. | Developer documentation for for libupower-glib | 2 | 服务 + urw-base35-bookman-fonts | urw-base35-fonts | This package contains URW Bookman font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | URW Bookman font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-c059-fonts | urw-base35-fonts | This package contains C059 font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | C059 font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-d050000l-fonts | urw-base35-fonts | This package contains D050000L font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | D050000L font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-fonts | urw-base35-fonts | The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript.This meta-package will install all the 35 fonts from the urw-base35-fonts. | Core Font Set containing 35 freely distributable fonts from (URW)++ | 3 | 库 + urw-base35-fonts-common | urw-base35-fonts | The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript.This package contains the necessary license files for this font set. | Common files of the (URW)++ Level 2 Core Font Set | 3 | 库 + urw-base35-fonts-devel | urw-base35-fonts | The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript.This package is useful for development purposes only. It installs RPMmacros useful for building packages against urw-base35-fonts,as well as all the fonts contained in this font set. | RPM macros related to (URW)++ Level 2 Core Font Set | 3 | 库 + urw-base35-gothic-fonts | urw-base35-fonts | This package contains URW Gothic font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | URW Gothic font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-nimbus-mono-ps-fonts | urw-base35-fonts | This package contains Nimbus Mono PS font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | Nimbus Mono PS font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-nimbus-roman-fonts | urw-base35-fonts | This package contains Nimbus Roman font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | Nimbus Roman font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-nimbus-sans-fonts | urw-base35-fonts | This package contains Nimbus Sans font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | Nimbus Sans font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-p052-fonts | urw-base35-fonts | This package contains P052 font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | P052 font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-standard-symbols-ps-fonts | urw-base35-fonts | This package contains Standard Symbols PS font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | Standard Symbols PS font family [part of Level 2 Core Font Set] | 3 | 库 + urw-base35-z003-fonts | urw-base35-fonts | This package contains Z003 font family,which is part of Level 2 Core Font Set.The Level 2 Core Font Set is a PostScript specification of 35 base fonts thatcan be used with any PostScript file. These fonts are provided freelyby (URW)++ company, and are mainly utilized by applications using Ghostscript. | Z003 font family [part of Level 2 Core Font Set] | 3 | 库 + usbmuxd | usbmuxd | usbmuxd is a daemon used for communicating with Apple's iPod Touch, iPhone,iPad and Apple TV devices. It allows multiple services on the device to beaccessed simultaneously. | Daemon for communicating with Apple's iOS devices | 2 | 服务 + usbmuxd-doc | usbmuxd | The usbmuxd-doc package contains documentation files for usbmuxd. | Documentation files for usbmuxd | 3 | 库 + usbredir | usbredir | The usbredir libraries allow USB devices to be used on remote and/or virtualhosts over TCP. The following libraries are provided:usbredirparser:A library containing the parser for the usbredir protocolusbredirhost:A library implementing the USB host side of a usbredir connection.All that an application wishing to implement a USB host needs to do is:* Provide a libusb device handle for the device* Provide write and read callbacks for the actual transport of usbredir data* Monitor for usbredir and libusb read/write events and call their handlers | USB network redirection protocol libraries | 2 | 库 + usbredir-devel | usbredir | The usbredir-devel package contains libraries and header files fordeveloping applications that use usbredir. | Development files for usbredir | 2 | 库 + usbutils | usbutils | USButils is a collection of tools that are designed to help users interactwith USB devices on a Linux system. These tools provide a range of functions,including identifying and troubleshooting USB devices, monitoring USB traffic,and managing USB power.One of the key tools included in USButils is lsusb, which can be usedto list all the USB devices that are currently connected to the system.This command provides detailed information about each device, includingvendor and product IDs, device classes, and the driver that is being used.Another useful tool is usbhid-dump, which allows users to monitor USBtraffic between devices and the host system. This tool can be used todebug USB communication issues and analyze data transmissions.USBdevfs is a virtual filesystem that provides users with the ability tointeract with USB devices as if they were regular files. This tool canbe used to read and write data to USB devices and can be used with Python,Perl, and other scripting languages.The usbreset command can be used to reset USB devices that are not respondingor behaving abnormally. This command sends a USB-specific control message tothe device, resetting it without requiring the user to physically disconnectand reconnect the device.Finally, the udevadm command is used to manage the udev device manager. Thistool is responsible for detecting and configuring new hardware devices on thesystem and can be used to create custom udev rules for specific USB devicesor modify existing rules.Overall, USButils is an essential set of tools for developers and systemadministrators who need to work with USB devices on a Linux system. Thesetools provide a range of functions that can help users identify, troubleshoot,and manage USB devices on their system. | Linux USB utilities | 2 | 工具 + usermode | usermode | The usermode package contains the userhelper program, which can beused to allow configured programs to be run with superuser privilegesby ordinary users. | Tools for certain user account management tasks | 3 | 工具 + userspace-rcu | userspace-rcu | This data synchronization library provides read-side access which scaleslinearly with the number of cores. It does so by allowing multiples copiesof a given data structure to live at the same time, and by monitoringthe data structure accesses to detect grace periods after which memoryreclamation is possible. | RCU (read-copy-update) implementation in user-space | 2 | 库 + userspace-rcu-devel | userspace-rcu | This package contains libraries and header files for developing applicationsthat use userspace-rcu | Development files for userspace-rcu | 2 | 库 + utf8proc | utf8proc | utf8proc is a library for processing UTF-8 encoded Unicode strings.Some features are Unicode normalization, stripping of default ignorablecharacters, case folding and detection of grapheme cluster boundaries.A special character mapping is available, which converts for examplethe characters “Hyphen” (U+2010), “Minus” (U+2212) and “Hyphen-Minus(U+002D, ASCII Minus) all into the ASCII minus sign, to make themequal for comparisons.This package only contains the C library. | Library for processing UTF-8 encoded Unicode strings | 3 | 库 + utf8proc-devel | utf8proc | Contains header files for developing applications that use the utf8proclibrary.The documentation for the C library is found in the utf8proc.h header file."utf8proc_map" is most likely the function you will be using for mapping UTF-8strings, unless you want to allocate memory yourself. | Header files, libraries and development documentation for utf8proc | 3 | 库 + util-linux | util-linux | The util-linux package contains a large variety of low-level systemutilities that are necessary for a Linux system to function. Amongothers, Util-linux contains the fdisk configuration tool and the loginprogram. | Collection of basic system utilities | 3 | 工具 + util-linux-core | util-linux | This is a very basic set of Linux utilities that is necessary onminimal installations. | The most essential utilities from the util-linux suite. | 1 | 工具 + util-linux-user | util-linux | chfn and chsh utilities with dependence on libuser | libuser based util-linux utilities | 3 | 工具 + uuid | uuid | OSSP uuid is a ISO-C:1999 application programming interface (API)and corresponding command line interface (CLI) for the generationof DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UniversallyUnique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version1 (time and node based), version 3 (name based, MD5), version 4(random number based) and version 5 (name based, SHA-1). AdditionalAPI bindings are provided for the languages ISO-C++:1998 and Perl:5Optional backward compatibility exists for the ISO-C DCE-1.1 and PerlData::UUID APIs. | Universally Unique Identifier library | 1 | 工具 + uuid-c++ | uuid | C++ libraries for OSSP uuid. | C++ support for Universally Unique Identifier library | 2 | 工具 + uuid-c++-devel | uuid | C++ development headers and libraries for OSSP uuid. | C++ development support for Universally Unique Identifier library | 2 | 库 + uuidd | util-linux | The uuidd package contains a userspace daemon (uuidd) which guaranteesuniqueness of time-based UUID generation even at very high rates onSMP systems. | Helper daemon to guarantee uniqueness of time-based UUIDs | 1 | 工具 + uuid-dce | uuid | DCE OSSP uuid library. | DCE support for Universally Unique Identifier library | 1 | 工具 + uuid-dce-devel | uuid | DCE development headers and libraries for OSSP uuid. | DCE development support for Universally Unique Identifier library | 1 | 工具 + uuid-devel | uuid | Development headers and libraries for OSSP uuid. | Development support for Universally Unique Identifier library | 1 | 工具 + uuid-doc | uuid | Doc files for uuid | Doc files for uuid | 1 | 工具 + uuid-perl | uuid | Perl OSSP uuid module. | Perl support for Universally Unique Identifier library | 1 | 库 + v4l-utils | v4l-utils | Linux utilities and libraries to handle media devices (TV devices, capturedevices, radio devices, remote controllers). | Utilities for video4linux and DVB devices | 3 | 库 + v4l-utils-devel-tools | v4l-utils | Utilities for v4l2 / DVB driver authors: decode_tm6000, v4l2-compliance andv4l2-dbg. | Utilities for v4l2 / DVB driver development and debugging | 3 | 库 + v8-devel | noslate-anode | Development headers for the v8 runtime. | v8 - development headers | 3 | 库 + vala | vala | Vala is a new programming language that aims to bring modern programminglanguage features to GNOME developers without imposing any additionalruntime requirements and without using a different ABI compared toapplications and libraries written in C.valac, the Vala compiler, is a self-hosting compiler that translatesVala source code into C source and header files. It uses the GObjecttype system to create classes and interfaces declared in the Vala sourcecode. It's also planned to generate GIDL files when gobject-introspection is ready.The syntax of Vala is similar to C#, modified to better fit the GObjecttype system. | A modern programming language for GNOME | 3 | 库 + valgrind | valgrind | Valgrind is an instrumentation framework for building dynamic analysistools. There are Valgrind tools that can automatically detect manymemory management and threading bugs, and profile your programs indetail. You can also use Valgrind to build new tools. The Valgrinddistribution currently includes six production-quality tools: a memoryerror detector (memcheck, the default tool), two thread errordetectors (helgrind and drd), a cache and branch-prediction profiler(cachegrind), a call-graph generating cache and branch-predictionprofiler (callgrind), and a heap profiler (massif). | Dynamic analysis tools to detect memory or thread bugs and profile | 3 | 工具 + valgrind-devel | valgrind | Header files and libraries for development of valgrind aware programs. | Development files for valgrind aware programs | 2 | 工具 + valgrind-tools-devel | valgrind | Header files and libraries for development of valgrind tools. | Development files for building valgrind tools. | 2 | 工具 + vconfig | vconfig | The vconfig program configures and adjusts 802.1q VLAN parameters.This tool is deprecated in favor of "ip link" command. | Linux 802.1q VLAN configuration utility | 2 | 工具 + vconfig-doc | vconfig | The vconfig-doc package contains documentation files for vconfig. | Documentation files for vconfig | 2 | 服务 + velocity | velocity | Velocity is a Java-based template engine. It permits anyone to use thesimple yet powerful template language to reference objects defined inJava code.When Velocity is used for web development, Web designers can work inparallel with Java programmers to develop web sites according to theModel-View-Controller (MVC) model, meaning that web page designers canfocus solely on creating a site that looks good, and programmers canfocus solely on writing top-notch code. Velocity separates Java codefrom the web pages, making the web site more maintainable over the longrun and providing a viable alternative to Java Server Pages (JSPs) orPHP.Velocity's capabilities reach well beyond the realm of web sites; forexample, it can generate SQL and PostScript and XML (see Anakia for moreinformation on XML transformations) from templates. It can be usedeither as a standalone utility for generating source code and reports,or as an integrated component of other systems. Velocity also providestemplate services for the Turbine web application framework.Velocity+Turbine provides a template service that will allow webapplications to be developed according to a true MVC model. | Java-based template engine | 3 | 库 + velocity-javadoc | velocity | Javadoc for velocity. | Javadoc for velocity | 3 | 库 + veritysetup | cryptsetup | The veritysetup package contains a utility for setting updisk verification using dm-verity kernel module. | A utility for setting up dm-verity volumes | 1 | 工具 + vim-common | vim | Vim-common is a package that provides common files for the Vim editor.These files include documentation, syntax highlighting, and other configurationfiles. It is a necessary package to install if you want to use Vim on your system.Vim-common is typically installed alongside the Vim editor, which is a highlyconfigurable and powerful text editor that is popular among developers and systemadministrators. If wanting the vim-enhanced or vim-X11, you also need to installthe vim-common package. | The common files needed by any version of the VIM editor | 2 | 工具 + vim-data | vim | The subpackage is used for shipping files and directories, which need to beshared between vim-minimal and vim-common packages. | Shared data for Vi and Vim | 2 | 工具 + vim-enhanced | vim | Vim-enhanced is an enhanced version of the Vim editor that includes additionalfeatures and functionality. It is designed to provide more advanced editingcapabilities than the standard version of Vim, making it a popular choiceamong developers and power users. Overall, Vim-enhanced is a great choice forusers who require advanced editing capabilities and want to customize theireditor with a wide range of plugins and extensions. However, it may not be thebest choice for users who prefer a more minimalistic or lightweight approachto text editing. | A version of the VIM editor which includes recent enhancements | 2 | 工具 + vim-filesystem | vim | This package provides some directories which are required by otherpackages that add vim files, p.e. additional syntax files or filetypes. | VIM filesystem layout | 3 | 工具 + vim-minimal | vim | Vim-minimal is a stripped-down version of the Vim editor, designed to provide onlythe most essential features and functionality. It is designed for users who prefera more lightweight and streamlined text editor, without the additional features andplugins that can sometimes clutter the interface and slow down performance.Vim-minimal typically comes with a minimal set of plugins and configuration files,allowing users to customize the editor to their specific needs. Despite its minimaldesign, Vim-minimal still includes many of the core features of the Vim editor,such as syntax highlighting, multiple buffers, and powerful search and replace functionality.Overall, Vim-minimal is a great choice for users who want a fast and efficient texteditor without all the bells and whistles of a full-featured IDE. | A minimal version of the VIM editor | 2 | 工具 + vim-X11 | vim | When it comes to Vim, X11 allows for the use of Vim in a graphical environment,rather than a pure text-only console. This means that Vim can be run in a terminalemulator window, where it can take advantage of the windowing system's features,such as window resizing and copy/paste functionality.Using Vim in an X11 environment can also provide access to additional features,such as syntax highlighting and mouse support, which may not be available in astandard terminal environment. Overall, using Vim in an X11 environment can providea more user-friendly and feature-rich experience, making it a popular choice amongdevelopers and power users. | The VIM version of the vi editor for the X Window System - GVim | 2 | 工具 + virglrenderer | virglrenderer | The virgil3d rendering library is a library used byqemu to implement 3D GPU support for the virtio GPU. | Virgl Rendering library. | 3 | 库 + virglrenderer-devel | virglrenderer | Virgil3D renderer development files, used byqemu to build against. | Virgil3D renderer development files | 3 | 库 + virglrenderer-test-server | virglrenderer | Virgil3D renderer testing server is a serverthat can be used along with the mesa virgldriver to test virgl rendering without GL. | Virgil3D renderer testing server | 3 | 服务 + virt-install | virt-manager | Package includes several command line utilities, including virt-install(build and install new VMs) and virt-clone (clone an existing virtualmachine). | Utilities for installing virtual machines | 3 | 工具 + virt-manager | virt-manager | Virtual Machine Manager provides a graphical tool for administering virtualmachines for KVM, Xen, and LXC. Start, stop, add or remove virtual devices,connect to a graphical or serial console, and see resource usage statisticsfor existing VMs on local or remote machines. Uses libvirt as the backendmanagement API. | Desktop tool for managing virtual machines via libvirt | 3 | 工具 + virt-manager-common | virt-manager | Common files used by the different virt-manager interfaces, as well asvirt-install related tools. | Common files used by the different Virtual Machine Manager interfaces | 3 | 工具 + virt-top | virt-top | virt-top is a 'top(1)'-like utility for showing stats of virtualizeddomains. Many keys and command line options are the same as forordinary 'top'.It uses libvirt so it is capable of showing stats across a variety ofdifferent virtualization systems. | Utility like top(1) for displaying virtualization stats | 3 | 工具 + virt-viewer | virt-viewer | Virtual Machine Viewer provides a graphical console client for connectingto virtual machines. It uses the GTK-VNC or SPICE-GTK widgets to providethe display, and libvirt for looking up VNC/SPICE server details. | Virtual Machine Viewer | 3 | 工具 + virt-what | virt-what | virt-what is a shell script which can be used to detect if the programis running in a virtual machine.virt-what supports a very large number of different hypervisor types,including common open source hypervisors (KVM, Xen, QEMU, VirtualBox),mainframe systems like IBM Systemz, LPAR, z/VM, hardware partitioningschemes like Hitachi Virtage, proprietary hypervisors like VMWare,Microsoft Hyper-V and much more. | Detect if we are running in a virtual machine | 3 | 工具 + vmaf | vmaf | VMAF is a perceptual video quality assessment algorithm developed byNetflix. VMAF Development Kit (VDK) is a software package that containsthe VMAF algorithm implementation, as well as a set of tools that allowsa user to train and test a custom VMAF model. For an overview, read thistech blog post, or this slide deck.https://github.com/Netflix/vmaf/blob/master/resource/doc/VMAF_ICIP17.pdf | Video Multi-Method Assessment Fusion | 3 | 库 + vmaf-doc | vmaf | The vmaf-doc package contains documentation files for vmaf. | Documentation files for vmaf | 3 | 工具 + vmaf-models | vmaf | The vmaf-models package contains model files.These are needed for apps that can't use the builtin models. | Model files for vmaf | 3 | 库 + volume_key | volume_key | Volume_key is an encryption key used to protect the volume of a storagedevice. It is a cryptographic key that is used to encrypt and decryptdata on a storage device such as a hard disk, USB drive, or other storagedevices. It is also known as a disk encryption key or a disk password.When a volume key is applied to a storage device, it scrambles the dataon the device so that it cannot be read or accessed without the key.The key is used to lock and unlock the device and is required each timethe device is accessed.Volume keys are usually generated using a secure algorithm that generatesa random key that is impossible to guess or predict. These keys are thensecurely stored on the device or in a secure location to ensure thatthey cannot be compromised or lost.Volume keys are essential for protecting sensitive data and ensuring thatit cannot be accessed by unauthorized users. They are commonly used indisk encryption software such as BitLocker and FileVault to encrypt andprotect data on Windows and Mac operating systems.In summary, volume keys are encryption keys used to protect the volume of astorage device. They are generated using a secure algorithm, are required tolock and unlock the device, and are essential for protecting sensitive data. | An utility for manipulating storage encryption keys and passphrases | 2 | 工具 + volume_key-devel | volume_key | This package contains header files for developers. | A library for manipulating storage encryption keys and passphrases | 2 | 工具 + volume_key-libs | volume_key | This package provides libs for developers. | A library for manipulating storage encryption keys and passphrases | 2 | 工具 + vorbis-tools | vorbis-tools | Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,general-purpose compressed audio format for audio and music at fixedand variable bitrates from 16 to 128 kbps/channel.The vorbis package contains an encoder, a decoder, a playback tool, and acomment editor. | The Vorbis General Audio Compression Codec tools | 3 | 工具 + vsftpd | vsftpd | vsftpd is a Very Secure FTP daemon. It was written completely fromscratch. | Very Secure Ftp Daemon | 3 | 服务 + vsftpd-doc | vsftpd | The vsftpd-doc package contains documentation files for vsftpd. | Documentation files for vsftpd | 3 | 服务 + vtable-dumper | vtable-dumper | The tool is intended for developers of software librariesand maintainers of Linux distributions who are interestedin ensuring backward binary compatibility. | A tool to list content of virtual tables in a C++ shared library | 3 | 工具 + vte291 | vte291 | VTE is a library implementing a terminal emulator widget for GTK+. VTEis mainly used in gnome-terminal, but can also be used to embed aconsole/terminal in games, editors, IDEs, etc. | Terminal emulator library | 3 | 库 + vte291-devel | vte291 | The vte291-devel package contains libraries and header files fordeveloping applications that use vte291. | Development files for vte291 | 3 | 库 + vte-profile | vte291 | The vte-profile package contains a profile.d script for the VTE terminalemulator library. | Profile script for VTE terminal emulator library | 3 | 库 + vulkan-headers | vulkan-headers | Vulkan header files and API registry | Vulkan header files and API registry | 3 | 库 + vulkan-loader | vulkan-loader | Vulkan is an explicit API, enabling direct control over howGPUs actually work. As such, Vulkan supports systems that havemultiple GPUs, each running with a different driver, or ICD(Installable Client Driver). Vulkan also supports multiple globalcontexts (instances, in Vulkan terminology). The ICD loader is alibrary that is placed between a Vulkan application and any numberof Vulkan drivers, in order to support multiple drivers and theinstance-level functionality that works across these drivers.Additionally, the loader manages inserting Vulkan layer libraries,such as validation layers, between an application and the drivers.This package provides the Khronos official Vulkan ICD desktoploader for Windows, Linux, and MacOS. | Vulkan ICD desktop loader | 3 | 服务 + vulkan-loader-devel | vulkan-loader | The vulkan-loader-devel package contains libraries and header files fordeveloping applications that use vulkan-loader. | Development files for vulkan-loader | 3 | 服务 + wavpack | wavpack | WavPack is a completely open audio compression format providing lossless,high-quality lossy, and a unique hybrid compression mode. Although thetechnology is loosely based on previous versions of WavPack, the newversion 4 format has been designed from the ground up to offer unparalleledperformance and functionality. | A completely open audiocodec | 3 | 库 + wavpack-devel | wavpack | Files needed for developing apps using wavpack. | WavPack - development files | 3 | 库 + wayland | wayland | Wayland is a protocol for a compositor to talk to its clients as well as a Clibrary implementation of that protocol. The compositor can be a standalonedisplay server running on Linux kernel modesetting and evdev input devices,an X application, or a wayland client itself. The clients can be traditionalapplications, X servers (rootless or fullscreen) or other display servers. | Wayland Compositor Infrastructure | 3 | 工具 + wayland-devel | wayland | The wayland-devel package contains libraries and header files fordeveloping applications that use wayland. | Development files for wayland | 3 | 工具 + wayland-doc | wayland | Wayland development documentation | Wayland development documentation | 3 | 库 + wayland-protocols-devel | wayland-protocols | This package contains the libraries and header files that are neededfor writing applications with wayland-protocols | Development files for wayland-protocols | 3 | 服务 + web-assets-devel | web-assets | Web Assets are any static content that are shipped intact to webbrowsers, usually by web applications. These might be user interfaceframeworks, Flash video players, CSS frameworks, icon libraries, orlots of other possibilities. | RPM macros for Web Assets packaging | 3 | 库 + web-assets-filesystem | web-assets | Web Assets are any static content that are shipped intact to webbrowsers, usually by web applications. These might be user interfaceframeworks, Flash video players, CSS frameworks, icon libraries, orlots of other possibilities. | The basic directory layout for Web Assets | 3 | 工具 + web-assets-httpd | web-assets | Web Assets are any static content that are shipped intact to webbrowsers, usually by web applications. These might be user interfaceframeworks, Flash video players, CSS frameworks, icon libraries, orlots of other possibilities. | Web Assets aliases for the Apache HTTP daemon | 3 | 服务 + web-assets-nginx | web-assets | Web Assets are any static content that are shipped intact to webbrowsers, usually by web applications. These might be user interfaceframeworks, Flash video players, CSS frameworks, icon libraries, orlots of other possibilities. | Web Assets aliases for the nginx daemon | 3 | 服务 + webkit2gtk3 | webkit2gtk3 | WebKitGTK is the port of the portable web rendering engine WebKit to theGTK platform.This package contains WebKit2 based WebKitGTK for GTK 3. | GTK Web content engine library | 3 | 库 + webkit2gtk3-devel | webkit2gtk3 | The webkit2gtk3-devel package contains libraries, build data, and headerfiles for developing applications that use webkit2gtk3. | Development files for webkit2gtk3 | 3 | 库 + webkit2gtk3-doc | webkit2gtk3 | This package contains developer documentation for webkit2gtk3. | Documentation files for webkit2gtk3 | 3 | 库 + webkit2gtk3-jsc | webkit2gtk3 | This package contains JavaScript engine from webkit2gtk3. | JavaScript engine from webkit2gtk3 | 3 | 库 + webkit2gtk3-jsc-devel | webkit2gtk3 | The webkit2gtk3-jsc-devel package contains libraries, build data, and headerfiles for developing applications that use JavaScript engine from webkit2gtk3. | Development files for JavaScript engine from webkit2gtk3 | 3 | 库 + webkit2gtk4.1 | webkitgtk | WebKitGTK is the port of the WebKit web rendering engine to theGTK platform. This package contains WebKitGTK for GTK 3 and libsoup 3. | WebKitGTK for GTK 3 and libsoup 3 | 3 | 库 + webkit2gtk4.1-devel | webkitgtk | The webkit2gtk4.1-devel package contains libraries, build data, and headerfiles for developing applications that use webkit2gtk4.1. | Development files for webkit2gtk4.1 | 3 | 库 + webkitgtk6.0 | webkitgtk | WebKitGTK is the port of the WebKit web rendering engine to theGTK platform. This package contains WebKitGTK for GTK 4. | WebKitGTK for GTK 4 | 3 | 库 + webkitgtk6.0-devel | webkitgtk | The webkitgtk6.0-devel package contains libraries, build data, and headerfiles for developing applications that use webkitgtk6.0. | Development files for webkitgtk6.0 | 3 | 库 + webp-pixbuf-loader | webp-pixbuf-loader | webp-pixbuf-loader contains a plugin to load WebP images in GTK+ applications | WebP image loader for GTK+ applications | 3 | 库 + webrtc-audio-processing | webrtc-audio-processing | webrtc-audio-processing is a library derived from Google WebRTC project thatprovides echo cancellation functionality. This library is used by for examplePulseAudio to provide echo cancellation. | Library for echo cancellation | 3 | 库 + webrtc-audio-processing-devel | webrtc-audio-processing | The webrtc-audio-processing-devel package contains libraries and headerfiles for developing applications that use webrtc-audio-processing. | Development files for webrtc-audio-processing | 3 | 库 + wget | wget | GNU Wget is a file retrieval utility which can use either the HTTP orFTP protocols. Wget features include the ability to work in thebackground while you are logged out, recursive retrieval ofdirectories, file name wildcard matching, remote file timestampstorage and comparison, use of Rest with FTP servers and Range withHTTP servers to retrieve files over slow or unstable connections,support for Proxy servers, and configurability. | A utility for retrieving files using the HTTP or FTP protocols | 3 | 工具 + which | which | The which command shows the full pathname of a specified program, ifthe specified program is in your PATH. | Displays where a particular program in your path is located | 3 | 工具 + whois | whois | Searches for an object in a RFC 3912 database.This version of the WHOIS client tries to guess the right server to ask forthe specified object. If no guess can be made it will connect towhois.networksolutions.com for NIC handles or whois.arin.net for IPv4addresses and network names. | Improved WHOIS client | 2 | 工具 + whois-nls | whois | whois tools messages translated into different natural languages. | Gettext catalogs for whois tools | 2 | 工具 + wireless-regdb | wireless-regdb | wireless-regdb is regulatory database used by Linux.The wireless-regdb package provides the regulatory rules databaseused by the kernels 802.11 networking stack in order to complywith radio frequency regulatory rules around the world. | Regulatory database for 802.11 wireless networking | 3 | 服务 + wireplumber | wireplumber | The wireplumber is a modular session/policy manager for PipeWire and a GObject-basedhigh-level library that wraps PipeWire's API, providing convenience for writingthe daemon's modules as well as external tools for managing PipeWire. | A modular session/policy manager for PipeWire | 3 | 服务 + wireplumber-devel | wireplumber | The wireplumber-devel package contains libraries and header files for developingapplications that use wireplumber. | Development files for wireplumber | 3 | 库 + wireplumber-libs | wireplumber | This wireplumber-libs contains the runtime libraries for any application that wishesto interface with WirePlumber. | Libraries for WirePlumber clients | 3 | 服务 + wireshark | wireshark | Wireshark allows you to examine protocol data stored in files or as it iscaptured from wired or wireless (WiFi or Bluetooth) networks, USB devices,and many other sources. It supports dozens of protocol capture file formatsand understands more than a thousand protocols.It has many powerful features including a rich display filter languageand the ability to reassemble multiple protocol packets in order to, forexample, view a complete TCP stream, save the contents of a file which wastransferred over HTTP or CIFS, or play back an RTP audio stream. | Network traffic analyzer | 3 | 工具 + wireshark-cli | wireshark | This package contains command-line utilities, plugins, and documentation forWireshark. | Network traffic analyzer | 3 | 工具 + wireshark-devel | wireshark | The wireshark-devel package contains the header files, developerdocumentation, and libraries required for development of wireshark scriptsand plugins. | Development headers and libraries for wireshark | 3 | 库 + wireshark-doc | wireshark | Doc files for wireshark | Doc files for wireshark | 3 | 库 + wodim | cdrkit | Wodim is an application for creating audio and data CDs. Wodimworks with many different brands of CD recorders, fully supportsmulti-sessions and provides human-readable error messages. | A command line CD/DVD recording program | 3 | 库 + woff2 | woff2 | Web Open Font Format (WOFF) 2.0 is an update to the existing WOFF 1.0with improved compression that is achieved by using the Brotli algorithm.The primary purpose of the WOFF2 format is to efficiently package fontslinked to Web documents by means of CSS @font-face rules. | Web Open Font Format 2.0 library | 3 | 工具 + woff2-devel | woff2 | Development files and utils for woff2 | Development files for woff2 | 3 | 工具 + woff2-tools | woff2 | Tools for compressing TTF files to WOFF2 format, decompressing WOFF2files back to TTF files and dumping WOFF2 file information. | Web Open Font Format 2.0 tools | 3 | 工具 + words | words | The words file is a dictionary of English words for the/usr/share/dict directory. Some programs use this database ofwords to check spelling. Password checkers use it to look for badpasswords. | A dictionary of English words for the /usr/share/dict directory | 3 | 工具 + wpa_supplicant | wpa_supplicant | wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with supportfor WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE 802.1X/WPAcomponent that is used in the client stations. It implements key negotiationwith a WPA Authenticator and it controls the roaming and IEEE 802.11authentication/association of the wlan driver. | WPA/WPA2/IEEE 802.1X Supplicant | 3 | 工具 + wpebackend-fdo | wpebackend-fdo | A WPE backend designed for Linux desktop systems. | A WPE backend designed for Linux desktop systems | 3 | 服务 + wpebackend-fdo-devel | wpebackend-fdo | The wpebackend-fdo-devel package contains libraries, build data, and headerfiles for developing applications that use wpebackend-fdo. | Development files for wpebackend-fdo | 3 | 工具 + wsdl4j | wsdl4j | The Web Services Description Language for Java Toolkit (WSDL4J) allows thecreation, representation, and manipulation of WSDL documents describingservices. This code base will eventually serve as a reference implementationof the standard created by JSR110. | Web Services Description Language Toolkit for Java | 3 | 库 + wsdl4j-javadoc | wsdl4j | Javadoc for wsdl4j. | Javadoc for wsdl4j | 3 | 库 + xapian-core | xapian-core | Xapian is an Open Source Probabilistic Information Retrieval Library. Itoffers a highly adaptable toolkit that allows developers to easily add advancedindexing and search facilities to applications | The Xapian Probabilistic Information Retrieval Library | 3 | 库 + xapian-core-devel | xapian-core | Xapian is an Open Source Probabilistic Information Retrieval framework. Itoffers a highly adaptable toolkit that allows developers to easily add advancedindexing and search facilities to applications. This package provides thefiles needed for building packages which use Xapian | Files needed for building packages which use Xapian | 3 | 库 + xapian-core-doc | xapian-core | Doc files for xapian-core | Doc files for xapian-core | 3 | 库 + xapian-core-libs | xapian-core | Xapian is an Open Source Probabilistic Information Retrieval framework. Itoffers a highly adaptable toolkit that allows developers to easily add advancedindexing and search facilities to applications. This package provides thelibraries for applications using Xapian functionality | Xapian search engine libraries | 3 | 库 + Xaw3d | Xaw3d | Xaw3d is an enhanced version of the MIT Athena Widget set forthe X Window System. Xaw3d adds a three-dimensional look to applicationswith minimal or no source code changes.You should install Xaw3d if you are using applications which incorporatethe MIT Athena widget set and you'd like to incorporate a 3D look intothose applications. | A version of the MIT Athena widget set for X | 3 | 工具 + Xaw3d-devel | Xaw3d | Xaw3d is an enhanced version of the MIT Athena widget set forthe X Window System. Xaw3d adds a three-dimensional look to thoseapplications with minimal or no source code changes. Xaw3d-devel includesthe header files and libraries for developing programs that take fulladvantage of Xaw3d's features.You should install Xaw3d-devel if you are going to develop applicationsusing the Xaw3d widget set. You'll also need to install the Xaw3dpackage. | Header files and libraries for development using Xaw3d | 3 | 工具 + xbean | xbean | The goal of XBean project is to create a plugin based serveranalogous to Eclipse being a plugin based IDE. XBean will be able todiscover, download and install server plugins from an Internet basedrepository. In addition, we include support for multiple IoC systems,support for running with no IoC system, JMX without JMX code,lifecycle and class loader management, and a rock solid Springintegration. | Java plugin based web server | 3 | 库 + xbean-javadoc | xbean | This package provides API documentation for xbean. | API documentation for xbean | 3 | 库 + xcb-proto | xcb-proto | XCB is a project to enable efficient language bindings to the X11 protocol.This package contains the protocol descriptions themselves. Languagebindings use these protocol descriptions to generate code for marshallingthe protocol. | XCB protocol descriptions | 3 | 库 + xcb-util | xcb-util | The xcb-util module provides a number of libraries which sit on top oflibxcb, the core X protocol library, and some of the extensionlibraries. These experimental libraries provide convenience functionsand interfaces which make the raw X protocol more usable. Some of thelibraries also provide client-side code which is not strictly part ofthe X protocol but which have traditionally been provided by Xlib. | Convenience libraries sitting on top of libxcb | 3 | 库 + xcb-util-devel | xcb-util | Development files for xcb-util. | Development and header files for xcb-util | 3 | 库 + xcb-util-image | xcb-util-image | XCB util-image module provides the following library: - image: Port of Xlib's XImage and XShmImage functions. | Port of Xlib's XImage and XShmImage functions on top of libxcb | 3 | 库 + xcb-util-image-devel | xcb-util-image | Development files for xcb-util-image. | Development and header files for xcb-util-image | 3 | 工具 + xcb-util-keysyms | xcb-util-keysyms | XCB util-keysyms module provides the following library: - keysyms: Standard X key constants and conversion to/from keycodes. | Standard X key constants and keycodes conversion on top of libxcb | 3 | 库 + xcb-util-keysyms-devel | xcb-util-keysyms | Development files for xcb-util-keysyms. | Development and header files for xcb-util-keysyms | 3 | 工具 + xcb-util-renderutil | xcb-util-renderutil | The xcb-util-renderutil package provides additional extensions to the XCB library. | Additional extensions to the XCB library | 3 | 库 + xcb-util-renderutil-devel | xcb-util-renderutil | Development files for xcb-util-renderutil. | Development and header files for xcb-util-renderutil | 3 | 工具 + xcb-util-wm | xcb-util-wm | XCB util-wm module provides the following libraries: - ewmh: Both client and window-manager helpers for EWMH. - icccm: Both client and window-manager helpers for ICCCM. | Client and window-manager helper library on top of libxcb | 3 | 库 + xcb-util-wm-devel | xcb-util-wm | Development files for xcb-util-wm. | Development and header files for xcb-util-vm | 3 | 工具 + xdelta | xdelta | Xdelta (X for XCF: the eXperimental Computing Facility at Berkeley) isa binary delta generator (like a diff program for binaries) and an RCSversion control replacement library. Xdelta uses a binary file deltaalgorithm to replace the standard diff program used by RCS | A binary file delta generator | 3 | 工具 + xdelta-doc | xdelta | The xdelta-doc package contains documentation files for xdelta. | Documentation files for xdelta | 3 | 工具 + xdg-dbus-proxy | xdg-dbus-proxy | xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originallypart of the flatpak project, but it has been broken out as a standalone moduleto facilitate using it in other contexts. | Filtering proxy for D-Bus connections | 3 | 工具 + xdg-desktop-portal | xdg-desktop-portal | xdg-desktop-portal works by exposing a series of D-Bus interfaces known asportals under a well-known name (org.freedesktop.portal.Desktop) and objectpath (/org/freedesktop/portal/desktop). The portal interfaces include APIs forfile access, opening URIs, printing and others. | Portal frontend service to flatpak | 3 | 服务 + xdg-desktop-portal-devel | xdg-desktop-portal | The pkg-config file for xdg-desktop-portal. | Development files for xdg-desktop-portal | 3 | 服务 + xdg-desktop-portal-gnome | xdg-desktop-portal-gnome | A backend implementation for xdg-desktop-portal that is using various pieces ofGNOME infrastructure, such as the org.gnome.Shell.Screenshot ororg.gnome.SessionManager D-Bus interfaces. | Backend implementation for xdg-desktop-portal using GNOME | 3 | 服务 + xdg-desktop-portal-gtk | xdg-desktop-portal-gtk | A backend implementation for xdg-desktop-portal that is using GTK+. | Backend implementation for xdg-desktop-portal using GTK+ | 3 | 服务 + xdg-user-dirs | xdg-user-dirs | Contains xdg-user-dirs-update that updates folders in a usershomedirectory based on the defaults configured by the administrator. | Handles user special directories | 3 | 服务 + xdg-user-dirs-doc | xdg-user-dirs | The xdg-user-dirs-doc package contains documentation files for xdg-user-dirs. | Documentation files for xdg-user-dirs | 3 | 服务 + xdg-user-dirs-gtk | xdg-user-dirs-gtk | Contains some integration of xdg-user-dirs with the gnomedesktop, including creating default bookmarks and detectinglocale changes. | Gnome integration of special directories | 3 | 服务 + xdg-user-dirs-gtk-doc | xdg-user-dirs-gtk | The xdg-user-dirs-gtk-doc package contains documentation files for xdg-user-dirs-gtk. | Documentation files for xdg-user-dirs-gtk | 3 | 服务 + xdg-utils | xdg-utils | The xdg-utils package is a set of simple scripts that provide basicdesktop integration functions for any Free Desktop, such as Linux.They are intended to provide a set of defacto standards.This means that:* Third party software developers can rely on these xdg-utils for all of their simple integration needs.* Developers of desktop environments can make sure that their environments are well supported* Distribution vendors can provide custom versions of these utilitiesThe following scripts are provided at this time:* xdg-desktop-icon Install icons to the desktop* xdg-desktop-menu Install desktop menu items* xdg-email Send mail using the user's preferred e-mail composer* xdg-icon-resource Install icon resources* xdg-mime Query information about file type handling and install descriptions for new file types* xdg-open Open a file or URL in the user's preferred application* xdg-screensaver Control the screensaver* xdg-settings Get various settings from the desktop environment | Basic desktop integration functions | 3 | 服务 + xerces-c | xerces-c | Xerces-C is a validating XML parser written in a portablesubset of C++. Xerces-C makes it easy to give your application theability to read and write XML data. A shared library is provided forparsing, generating, manipulating, and validating XMLdocuments. Xerces-C is faithful to the XML 1.0 recommendation andassociated standards: XML 1.0 (Third Edition), XML 1.1 (FirstEdition), DOM Level 1, 2, 3 Core, DOM Level 2.0 Traversal and Range,DOM Level 3.0 Load and Save, SAX 1.0 and SAX 2.0, Namespaces in XML,Namespaces in XML 1.1, XML Schema, XML Inclusions). | Validating XML Parser | 3 | 库 + xerces-c-devel | xerces-c | This package contains the header files, static libraries and developmentdocumentation for xerces-c. If you like to develop programs using xerces-c,you will need to install xerces-c-devel. | Header files, libraries and development documentation for xerces-c | 3 | 库 + xfce4-about | libxfce4ui | This package contains the 'About Xfce' dialog with info on the desktopenvironment, it's contributors, and it's licensing. | Xfce 4 'About' dialog | 3 | 工具 + xfconf | xfconf | Xfconf is a hierarchical (tree-like) configuration system where theimmediate child nodes of the root are called "channels". All settingsbeneath the channel nodes are called "properties." | Hierarchical configuration system for Xfce | 3 | 工具 + xfconf-devel | xfconf | This package includes the libraries and header files you will needto compile applications for xfconf. | Development tools for xfconf | 3 | 工具 + xfconf-doc | xfconf | The xfconf-doc package contains documentation files for xfconf. | Documentation files for xfconf | 3 | 工具 + xfsdump | xfsdump | The xfsdump package contains xfsdump, xfsrestore and a number ofother utilities for administering XFS filesystems.xfsrestore performs the inverse function of xfsdump; it can restore afull backup of a filesystem. Subsequent incremental backups can thenbe layered on top of the full backup. Single files and directorysubtrees may be restored from full or partial backups.xfsdump examines files in a filesystem, determines which need to bebacked up, and copies those files to a specified disk, tape or otherstorage medium. It uses XFS-specific directives for optimizing thedump of an XFS filesystem, and also knows how to backup XFS extendedattributes. Backups created with xfsdump are "endian safe" and canthus be transfered between Linux machines of different architecturesand also between IRIX machines. | Backup and restore utilities for the XFS filesystem | 2 | 工具 + xfsprogs | xfsprogs | A set of commands to use the XFS file system, including mkfs.xfs.XFS is a high performance journaling file system which originated onthe SGI IRIX platform. It is completely multithreaded. It can supportlarge files and large file systems, extended attributes, and variableblock sizes. It is extent based and makes extensive use of Btrees(directories, extents, and free space) to aid both performance andscalability.Refer to the documentation at https://xfs.wiki.kernel.org/ for completedetails. This implementation is on-disk compatible with the IRIXversion of XFS. | Userspace utilities that manage XFS filesystems | 2 | 工具 + xfsprogs-devel | xfsprogs | xfsprogs-devel contains the header files needed to develop XFSfilesystem-specific programs.You should install xfsprogs-devel if you want to develop XFSfilesystem-specific programs, If you install xfsprogs-devel, you'llalso want to install xfsprogs. | XFS filesystem-specific headers | 2 | 库 + xfsprogs-xfs_scrub | xfsprogs | Scripts and systemd service files for background scrubbing of metadataon xfs filesystems. | XFS scrubbing scripts and service files | 2 | 服务 + xfwm4 | xfwm4 | xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce. | Next generation window manager for Xfce | 3 | 工具 + xfwm4-doc | xfwm4 | The xfwm4-doc package contains documentation files for xfwm4. | Documentation files for xfwm4 | 3 | 库 + xhost | xhost | xhost is used to manage the list of host names or user namesallowed to make connections to the X server.In the case of hosts, this provides a rudimentary form of privacycontrol and security. It is only sufficient for a workstation(single user) environment, although it does limit the worst abuses.Environments which require more sophisticated measures shouldimplement the user-based mechanism or use the hooks in the protocolfor passing other authentication data to the server. | Manage the list of hosts or users allowed to connect to the X server | 3 | 服务 + xisxwayland | xisxwayland | xisxwayland is a tool to be used within shell scripts to determine whetherthe X server in use is Xwayland. It exits with status 0 if the server is anXwayland server and 1 otherwise. | Tool to check if the X server is XWayland | 3 | 工具 + xkbcomp | xkbcomp | X.Org XKB keymap compilerThe X Keyboard Extension essentially replaces the core protocol definition ofkeyboard. The extension makes possible to clearly and explicitly specify mostaspects of keyboard behaviour on per-key basis and to more closely track thelogical and physical state of the keyboard. It also includes a number ofkeyboard controls designed to make keyboards more accessible to people withphysical impairments. | X Keyboard Extension keymap compiler | 3 | 库 + xkbcomp-devel | xkbcomp | X.Org X Keyboard Extension keymap compiler development files | X Keyboard Extension keymap compiler development package | 3 | 工具 + xkeyboard-config | xkeyboard-config | This package contains configuration data used by the X Keyboard Extension (XKB),which allows selection of keyboard layouts when using a graphical interface. | X Keyboard Extension configuration data | 3 | 库 + xkeyboard-config-devel | xkeyboard-config | Development files for xkeyboard-config. | Development files for xkeyboard-config | 3 | 工具 + xml-common | sgml-common | The xml-common is a subpackage of sgml-common which containsa collection XML catalogs that are useful for processing XML,but that don't need to be included in main package. | Common XML catalog and DTD files | 3 | 工具 + xmlrpc-c | xmlrpc-c | XML-RPC is a quick-and-easy way to make procedure calls over theInternet. It converts the procedure call into XML document, sends itto a remote server using HTTP, and gets back the response as XML.This library provides a modular implementation of XML-RPC for C. | Lightweight RPC library based on XML and HTTP | 3 | 库 + xmlrpc-c-apps | xmlrpc-c | XML-RPC is a quick-and-easy way to make procedure calls over theInternet. It converts the procedure call into XML document, sends itto a remote server using HTTP, and gets back the response as XML.This package contains some handy XML-RPC demo applications. | Sample XML-RPC applications | 3 | 库 + xmlrpc-c-c++ | xmlrpc-c | XML-RPC is a quick-and-easy way to make procedure calls over theInternet. It converts the procedure call into XML document, sends itto a remote server using HTTP, and gets back the response as XML.This library provides a modular implementation of XML-RPC for C++. | C++ libraries for xmlrpc-c | 3 | 库 + xmlrpc-c-client | xmlrpc-c | XML-RPC is a quick-and-easy way to make procedure calls over theInternet. It converts the procedure call into XML document, sends itto a remote server using HTTP, and gets back the response as XML.This library provides a modular implementation of XML-RPC for Cclients. | C client libraries for xmlrpc-c | 3 | 库 + xmlrpc-c-client++ | xmlrpc-c | XML-RPC is a quick-and-easy way to make procedure calls over theInternet. It converts the procedure call into XML document, sends itto a remote server using HTTP, and gets back the response as XML.This library provides a modular implementation of XML-RPC for C++clients. | C++ client libraries for xmlrpc-c | 3 | 库 + xmlrpc-c-devel | xmlrpc-c | Static libraries and header files for writing XML-RPC applications inC and C++. | Development files for xmlrpc-c based programs | 3 | 库 + xmlsec1 | xmlsec1 | XML Security Library is a C library based on LibXML2 and OpenSSL.The library was created with a goal to support major XML securitystandards "XML Digital Signature" and "XML Encryption". | Library providing support for "XML Signature" and "XML Encryption" standards | 3 | 库 + xmlsec1-devel | xmlsec1 | Libraries, includes, etc. you can use to develop applications with XML DigitalSignatures and XML Encryption support. | Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support. | 3 | 库 + xmlsec1-doc | xmlsec1 | The xmlsec1-doc package contains documentation files for xmlsec1. | Documentation files for xmlsec1 | 3 | 库 + xmlsec1-gcrypt | xmlsec1 | GCrypt plugin for XML Security Library provides GCrypt based crypto servicesfor the xmlsec library. | GCrypt crypto plugin for XML Security Library | 3 | 库 + xmlsec1-gcrypt-devel | xmlsec1 | Libraries, includes, etc. for developing XML Security applications with GCrypt. | GCrypt crypto plugin for XML Security Library | 3 | 库 + xmlsec1-gnutls | xmlsec1 | GNUTls plugin for XML Security Library provides GNUTls based crypto servicesfor the xmlsec library. | GNUTls crypto plugin for XML Security Library | 3 | 库 + xmlsec1-gnutls-devel | xmlsec1 | Libraries, includes, etc. for developing XML Security applications with GNUTls. | GNUTls crypto plugin for XML Security Library | 3 | 库 + xmlsec1-nss | xmlsec1 | NSS plugin for XML Security Library provides NSS based crypto servicesfor the xmlsec library | NSS crypto plugin for XML Security Library | 3 | 库 + xmlsec1-nss-devel | xmlsec1 | Libraries, includes, etc. for developing XML Security applications with NSS. | NSS crypto plugin for XML Security Library | 3 | 库 + xmlsec1-openssl | xmlsec1 | OpenSSL plugin for XML Security Library provides OpenSSL based crypto servicesfor the xmlsec library. | OpenSSL crypto plugin for XML Security Library | 3 | 库 + xmlsec1-openssl-devel | xmlsec1 | Libraries, includes, etc. for developing XML Security applications with OpenSSL | OpenSSL crypto plugin for XML Security Library | 3 | 库 + xmlstarlet | xmlstarlet | XMLStarlet is a set of command line utilities which can be usedto transform, query, validate, and edit XML documents and filesusing simple set of shell commands in similar way it is done forplain text files using UNIX grep, sed, awk, diff, patch, join, etccommands. | Command Line XML Toolkit | 3 | 工具 + xmlstarlet-doc | xmlstarlet | The xmlstarlet-doc package contains documentation files for xmlstarlet. | Documentation files for xmlstarlet | 3 | 库 + xmlto | xmlto | This is a package for converting XML files to various formats using XSLstylesheets. | A tool for converting XML files to various formats | 3 | 工具 + xmltoman | xmltoman | This package provides xmltoman and xmlmantohtml scripts, to compilethe xml representation of manual page to either roff source, or HTML(while providing the CSS stylesheet for eye-candy look). XSL stylesheetfor doing rougly the same job is provided. | Scripts for converting XML to roff or HTML | 3 | 工具 + xmltoman-doc | xmltoman | The xmltoman-doc package contains documentation files for xmltoman. | Documentation files for xmltoman | 3 | 库 + xmodmap | xmodmap | The xmodmap program is used to edit and display the keyboard modifiermap and keymap table that are used by client applications to convertevent keycodes into keysyms. It is usually run from the user's sessionstartup script to configure the keyboard according to personal tastes. | utility for modifying keymaps and pointer button mappings in X | 3 | 工具 + xmvn-connector-ivy | xmvn-connector-ivy | This package provides XMvn Connector for Apache Ivy, which providesintegration of Apache Ivy with XMvn. It provides an adapter whichallows XMvn resolver to be used as Ivy resolver. | XMvn Connector for Apache Ivy | 3 | 库 + xmvn-connector-ivy-javadoc | xmvn-connector-ivy | This package provides API documentation for xmvn-connector-ivy. | API documentation for xmvn-connector-ivy | 3 | 库 + xmvn-core | xmvn | This package provides XMvn API and XMvn Core modules, which implementthe essential functionality of XMvn such as resolution of artifactsfrom system repository. | XMvn library | 3 | 库 + xmvn-minimal | xmvn | This package provides minimal version of XMvn, incapable of usingremote repositories. | Dependency-reduced version of XMvn | 3 | 库 + xmvn-mojo | xmvn | This package provides XMvn MOJO, which is a Maven plugin that consistsof several MOJOs. Some goals of these MOJOs are intended to beattached to default Maven lifecycle when building packages, others canbe called directly from Maven command line. | XMvn MOJO | 3 | 库 + xmvn-tools | xmvn | This package provides various XMvn tools:* XMvn Install, which is a command-line interface to XMvn installer. The installer reads reactor metadata and performs artifact installation according to specified configuration.* XMvn Resolver, which is a very simple commald-line tool to resolve Maven artifacts from system repositories. Basically it's just an interface to artifact resolution mechanism implemented by XMvn Core. The primary intended use case of XMvn Resolver is debugging local artifact repositories.* XMvn Subst, which is a tool that can substitute Maven artifact files with symbolic links to corresponding files in artifact repository. | XMvn tools | 3 | 库 + xorg-x11-drivers | xorg-x11-drivers | The purpose of this package is to require all of the individual X.Orgdriver rpms, to allow the OS installation software to install all driversall at once, without having to track which individual drivers are presenton each architecture. By installing this package, it forces all of theindividual driver packages to be installed. | X.Org X11 driver installation package | 3 | 服务 + xorg-x11-drv-ati | xorg-x11-drv-ati | X.Org X11 ati video driver. | Xorg X11 ati video driver | 3 | 服务 + xorg-x11-drv-dummy | xorg-x11-drv-dummy | X.Org X11 dummy video driver. | Xorg X11 dummy video driver | 3 | 服务 + xorg-x11-drv-evdev | xorg-x11-drv-evdev | X.Org X11 evdev input driver. | Xorg X11 evdev input driver | 3 | 服务 + xorg-x11-drv-evdev-devel | xorg-x11-drv-evdev | X.Org X11 evdev input driver development files. | Xorg X11 evdev input driver development package. | 3 | 服务 + xorg-x11-drv-fbdev | xorg-x11-drv-fbdev | X.Org X11 fbdev video driver. | Xorg X11 fbdev video driver | 3 | 服务 + xorg-x11-drv-intel | xorg-x11-drv-intel | X.Org X11 Intel video driver. | Xorg X11 Intel video driver | 3 | 服务 + xorg-x11-drv-libinput | xorg-x11-drv-libinput | A generic input driver for the X.Org X11 X server based on libinput,supporting all devices. | Xorg X11 libinput input driver | 3 | 服务 + xorg-x11-drv-libinput-devel | xorg-x11-drv-libinput | Xorg X11 libinput input driver development files. | Xorg X11 libinput input driver development package. | 3 | 服务 + xorg-x11-drv-nouveau | xorg-x11-drv-nouveau | X.Org X11 nouveau video driver. | Xorg X11 nouveau video driver for NVIDIA graphics chipsets | 3 | 服务 + xorg-x11-drv-openchrome | xorg-x11-drv-openchrome | X.Org X11 openchrome video driver. | Xorg X11 openchrome video driver | 3 | 服务 + xorg-x11-drv-qxl | xorg-x11-drv-qxl | X.Org X11 qxl video driver. | Xorg X11 qxl video driver | 3 | 服务 + xorg-x11-drv-vesa | xorg-x11-drv-vesa | X.Org X11 vesa video driver. | Xorg X11 vesa video driver | 3 | 服务 + xorg-x11-drv-vmware | xorg-x11-drv-vmware | X.Org X11 vmware video driver. | Xorg X11 vmware video driver | 3 | 服务 + xorg-x11-drv-wacom | xorg-x11-drv-wacom | X.Org X11 wacom input driver for Wacom tablets. | Xorg X11 wacom input driver | 3 | 服务 + xorg-x11-drv-wacom-devel | xorg-x11-drv-wacom | X.Org X11 wacom input driver development files. | Xorg X11 wacom input driver development package | 3 | 服务 + xorg-x11-drv-wacom-serial-support | xorg-x11-drv-wacom | Files for enabling the wacom_w8001 kernel driver on WacomISDv4-compatible serial tablets. If enabled, the serial tablet's device nodewill be available as normal evdev node. | Files for enabling the wacom_w8001 kernel driver | 3 | 服务 + xorg-x11-fonts-100dpi | xorg-x11-fonts | A set of 100 dpi fonts used by the X window system. | A set of 100dpi resolution fonts for the X Window System | 3 | 库 + xorg-x11-fonts-75dpi | xorg-x11-fonts | A set of 75 dpi fonts used by the X window system. | A set of 75dpi resolution fonts for the X Window System | 3 | 库 + xorg-x11-fonts-cyrillic | xorg-x11-fonts | Contains a set of Cyrillic fonts. | Cyrillic fonts for X | 3 | 库 + xorg-x11-fonts-ethiopic | xorg-x11-fonts | Ethiopic fonts which are part of the core X Window System distribution. | Ethiopic fonts | 3 | 库 + xorg-x11-fonts-ISO8859-1-100dpi | xorg-x11-fonts | Contains a set of 100dpi fonts for ISO-8859-1. | A set of 100dpi ISO-8859-1 fonts for X | 3 | 库 + xorg-x11-fonts-ISO8859-14-100dpi | xorg-x11-fonts | Contains a set of 100dpi fonts in the ISO8859-14 encoding which provide Welshsupport. | ISO8859-14-100dpi fonts | 3 | 库 + xorg-x11-fonts-ISO8859-14-75dpi | xorg-x11-fonts | Contains a set of 75dpi fonts in the ISO8859-14 encoding which provide Welshsupport. | ISO8859-14-75dpi fonts | 3 | 库 + xorg-x11-fonts-ISO8859-15-100dpi | xorg-x11-fonts | Contains a set of 100dpi fonts in the ISO8859-15 encoding which provide Eurosupport. | ISO8859-15-100dpi fonts | 3 | 库 + xorg-x11-fonts-ISO8859-15-75dpi | xorg-x11-fonts | Contains a set of 75dpi fonts in the ISO8859-15 encoding which provide Eurosupport. | ISO8859-15-75dpi fonts | 3 | 库 + xorg-x11-fonts-ISO8859-1-75dpi | xorg-x11-fonts | Contains a set of 75dpi fonts for ISO-8859-1. | A set of 75dpi ISO-8859-1 fonts for X | 3 | 库 + xorg-x11-fonts-ISO8859-2-100dpi | xorg-x11-fonts | Contains a set of 100dpi fonts for Central European languages. | A set of 100dpi Central European language fonts for X | 3 | 库 + xorg-x11-fonts-ISO8859-2-75dpi | xorg-x11-fonts | Contains a set of 75dpi fonts for Central European languages. | A set of 75dpi Central European language fonts for X | 3 | 库 + xorg-x11-fonts-ISO8859-9-100dpi | xorg-x11-fonts | Contains a set of 100dpi fonts for the Turkish language. | ISO8859-9-100dpi fonts | 3 | 库 + xorg-x11-fonts-ISO8859-9-75dpi | xorg-x11-fonts | Contains a set of 75dpi fonts for the Turkish language. | ISO8859-9-75dpi fonts | 3 | 库 + xorg-x11-fonts-misc | xorg-x11-fonts | This package contains misc bitmap Chinese, Japanese, Korean, Indic, and Arabicfonts for use with X Window System. | misc bitmap fonts for the X Window System | 3 | 库 + xorg-x11-fonts-Type1 | xorg-x11-fonts | A collection of Type1 fonts which are part of the core X Window Systemdistribution. | Type1 fonts provided by the X Window System | 3 | 库 + xorg-x11-font-utils | xorg-x11-font-utils | X.Org X11 font utilities required for font installation, conversion, andgeneration. | X.Org X11 font utilities | 3 | 工具 + xorg-x11-proto-devel | xorg-x11-proto-devel | X.Org X11 Protocol headers | X.Org X11 Protocol headers | 3 | 库 + xorg-x11-server-common | xorg-x11-server | Common files shared among all X servers. | Xorg server common files | 3 | 服务 + xorg-x11-server-devel | xorg-x11-server | The SDK package contains the developmental files which are necessary fordeveloping X server driver modules, and for compiling driver modulesoutside of the standard X11 source code tree.You should install this package if you are writing video drivers,input drivers, or other X modules. | SDK for X server driver module development | 3 | 服务 + xorg-x11-server-source | xorg-x11-server | Xserver source code needed to build VNC server (Xvnc). | Xserver source code required to build VNC server (Xvnc) | 3 | 服务 + xorg-x11-server-Xdmx | xorg-x11-server | Xdmx is proxy X server that provides multi-head support for multiple displaysattached to different machines (each of which is running a typical X server). | Distributed Multihead X Server and utilities | 3 | 服务 + xorg-x11-server-Xephyr | xorg-x11-server | Xephyr is a a kdrive server that outputs to a window on a pre-existing'host' X display. Think Xnest but with support for modern extensionslike composite, damage and randr.Unlike Xnest which is an X proxy, i.e. limited to thecapabilities of the host X server, Xephyr is a real X server whichuses the host X server window as "framebuffer" via fast SHM XImages.It also has support for 'visually' debugging what the server ispainting. | A nested server | 3 | 服务 + xorg-x11-server-Xnest | xorg-x11-server | Xnest is an X server which has been implemented as an ordinaryX application. It runs in a window just like other X applications,but it is an X server itself in which you can run other software. | A nested server | 3 | 服务 + xorg-x11-server-Xorg | xorg-x11-server | X.org X11 is an open source implementation of the X Window System. Itprovides the basic low level functionality which full fledgedgraphical user interfaces (GUIs) such as GNOME and KDE are designedupon. | Xorg X server | 3 | 服务 + xorg-x11-server-Xspice | xorg-x11-drv-qxl | XSpice is both an X and a Spice server. | XSpice is an X server that can be accessed by a Spice client | 3 | 服务 + xorg-x11-server-Xvfb | xorg-x11-server | Xvfb (X Virtual Frame Buffer) is an X server that is able to run onmachines with no display hardware and no physical input devices. | A X Windows System virtual framebuffer X server | 3 | 服务 + xorg-x11-server-Xwayland | xorg-x11-server-Xwayland | Xwayland is an X server for running X clients under Wayland. | Xwayland | 3 | 服务 + xorg-x11-server-Xwayland-devel | xorg-x11-server-Xwayland | The development package provides the developmental files which arenecessary for developing Wayland compositors using Xwayland. | Development package | 3 | 工具 + xorg-x11-util-macros | xorg-x11-util-macros | X.Org X11 autotools macros required for building the various packages thatcomprise the X Window System. | X.Org X11 Autotools macros | 3 | 工具 + xorg-x11-xauth | xorg-x11-xauth | xauth is used to edit and display the authorization informationused in connecting to an X server. | X.Org X11 X authority utilities | 3 | 工具 + xorg-x11-xinit | xorg-x11-xinit | X.Org X11 X Window System xinit startup scripts.xorg-x11-xinit is a package that provides a simple wrapper scriptfor starting the X Window System server. It is designed tobe used as the user's initial command for starting an Xsession. This package includes the xinit program and acollection of scripts that allow users to configure X sessions. | X.Org X11 X Window System xinit startup scripts | 3 | 服务 + xorg-x11-xinit-session | xorg-x11-xinit | Allows legacy ~/.xsession and ~/.Xclients files to be used from displaymanagers. | Display manager support for ~/.xsession and ~/.Xclients | 3 | 服务 + xorg-x11-xtrans-devel | xorg-x11-xtrans-devel | X.Org X11 developmental X transport library | X.Org X11 developmental X transport library | 3 | 库 + xorg-x11-xtrans-devel-doc | xorg-x11-xtrans-devel | The xorg-x11-xtrans-devel-doc package contains documentation files for xorg-x11-xtrans-devel. | Documentation files for xorg-x11-xtrans-devel | 3 | 服务 + xorriso | libisoburn | Xorriso is a program which copies file objects from POSIX compliantfilesystems into Rock Ridge enhanced ISO-9660 filesystems and allowssession-wise manipulation of such filesystems. It can load managementinformation of existing ISO images and it writes the session resultsto optical media or to filesystem objects. Vice versa xorriso is ableto copy file objects out of ISO-9660 filesystems.Filesystem manipulation capabilities surpass those of mkisofs. Xorrisois especially suitable for backups, because of its high fidelity offile attribute recording and its incremental update sessions. Opticalsupported media: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW,DVD-RAM, BD-R and BD-RE. | ISO-9660 and Rock Ridge image manipulation tool | 2 | 库 + xpdf | xpdf | Xpdf is an X Window System based viewer for Portable Document Format(PDF) files. Xpdf is a small and efficient program which usesstandard X fonts. | A PDF file viewer for the X Window System | 3 | 工具 + xpdf-devel | xpdf | Development files for xpdf libraries. | Development files for xpdf libraries | 3 | 库 + xprop | xprop | The xprop utility is for displaying window and font properties in an X server. | X property display utility | 3 | 工具 + xrandr | xrandr | xrandr - primitive command line interface to X11 Resize, Rotate, and Reflect(RandR) extension. | Commandline utility to change output properties | 3 | 工具 + xrdb | xrdb | xrdb is used to get or set the contents of the RESOURCE_MANAGER property onthe root window of screen 0, or the SCREEN_RESOURCES property on theroot window of any or all screens, or everything combined. | X server resource database utility | 3 | 工具 + xrdp | xrdp | xrdp provides a fully functional RDP server compatible with a wide rangeof RDP clients, including FreeRDP and Microsoft RDP client. | Open source remote desktop protocol (RDP) server | 3 | 服务 + xrdp-devel | xrdp | This package contains headers necessary for developing xrdp backends thattalk to xrdp. | Headers and pkg-config files needed to compile xrdp backends | 3 | 服务 + xrdp-selinux | xrdp | This package contains SELinux policy module necessary to run xrdp. | SELinux policy module required tu run xrdp | 2 | 服务 + xsimd-devel | xsimd | The xsimd-devel package contains development files for using xsimd. | Development files for xsimd | 3 | 库 + xsimd-doc | xsimd | The xsimd-doc package contains documentation files for xsimd. | Documentation files for xsimd | 3 | 库 + xterm | xterm | The xterm program is a terminal emulator for the X Window System. Itprovides DEC VT102 and Tektronix 4014 compatible terminals forprograms that can't use the window system directly. | Terminal emulator for the X Window System | 3 | 工具 + xterm-resize | xterm | Prints a shell command for setting the appropriate environment variables toindicate the current size of the window from which the command is run. | Set environment and terminal settings to current window size | 3 | 工具 + xxhash | xxhash | xxHash is an extremely fast non-cryptographic hash algorithm,working at RAM speed limit. It is proposed in four flavors(XXH32, XXH64, XXH3_64bits and XXH3_128bits). The latest variant,XXH3, offers improved performance across the board, especially onsmall data. | Extremely fast hash algorithm | 3 | 库 + xxhash-devel | xxhash | Development files for the xxhash library | Extremely fast hash algorithm - development files | 3 | 库 + xxhash-doc | xxhash | The xxhash-doc package contains documentation files for xxhash. | Documentation files for xxhash | 3 | 库 + xxhash-libs | xxhash | xxHash is an extremely fast non-cryptographic hash algorithm,working at RAM speed limit. It is proposed in four flavors(XXH32, XXH64, XXH3_64bits and XXH3_128bits). The latest variant,XXH3, offers improved performance across the board, especially onsmall data. | Extremely fast hash algorithm - library | 3 | 库 + xz | xz | XZ Utils are an attempt to make LZMA compression easy to use on free (as infreedom) operating systems. This is achieved by providing tools and librarieswhich are similar to use than the equivalents of the most popular existingcompression algorithms.LZMA is a general purpose compression algorithm designed by Igor Pavlov aspart of 7-Zip. It provides high compression ratio while keeping thedecompression speed fast. | LZMA compression utilities | 1 | 工具 + xz-devel | xz | Devel libraries and headers for liblzma. | Devel libraries & headers for liblzma | 1 | 库 + xz-java | xz-java | A complete implementation of XZ data compression in Java.It features full support for the .xz file format specification version 1.0.4,single-threaded streamed compression and decompression, single-threadeddecompression with limited random access support, raw streams (no .xz headers)for advanced users, including LZMA2 with preset dictionary. | Java implementation of XZ data compression | 3 | 库 + xz-java-javadoc | xz-java | This package contains the API documentation for xz-java. | Javadocs for xz-java | 3 | 库 + xz-libs | xz | Libraries for decoding files compressed with LZMA or XZ utils. | Libraries for decoding LZMA compression | 2 | 工具 + xz-lzma-compat | xz | The lzma-compat package contains compatibility links for oldercommands that deal with the older LZMA format. | Older LZMA format compatibility binaries | 1 | 工具 + xz-static | xz | Statically linked library for decoding files compressed with LZMA orXZ utils. Most users should *not* install this. | Statically linked library for decoding LZMA compression | 1 | 工具 + yajl | yajl | Yet Another JSON Library. YAJL is a small event-driven(SAX-style) JSON parser written in ANSI C, and a smallvalidating JSON generator. | Yet Another JSON Library (YAJL) | 3 | 库 + yajl-devel | yajl | Yet Another JSON Library. YAJL is a small event-driven(SAX-style) JSON parser written in ANSI C, and a smallvalidating JSON generator.This sub-package provides the libraries and includesnecessary for developing against the YAJL library | Libraries, includes, etc to develop with YAJL | 3 | 库 + yarnpkg | yarnpkg | Fast, reliable, and secure dependency management. | Fast, reliable, and secure dependency management. | 3 | 服务 + yasm | yasm | Yasm is a complete rewrite of the NASM assembler under the "new" BSD License(some portions are under other licenses, see COPYING for details). It isdesigned from the ground up to allow for multiple assembler syntaxes to besupported (eg, NASM, TASM, GAS, etc.) in addition to multiple output objectformats and even multiple instruction sets. Another primary module of theoverall design is an optimizer module. | Modular Assembler | 3 | 库 + yasm-devel | yasm | Yasm is a complete rewrite of the NASM assembler under the "new" BSD License(some portions are under other licenses, see COPYING for details). It isdesigned from the ground up to allow for multiple assembler syntaxes to besupported (eg, NASM, TASM, GAS, etc.) in addition to multiple output objectformats and even multiple instruction sets. Another primary module of theoverall design is an optimizer module.Install this package if you need to rebuild applications that use yasm. | Header files and static libraries for the yasm Modular Assembler | 3 | 库 + yelp | yelp | Yelp is the help browser for the GNOME desktop. It is designedto help you browse all the documentation on your system inone central tool, including traditional man pages, info pages anddocumentation written in DocBook. | Help browser for the GNOME desktop | 3 | 工具 + yelp-devel | yelp | This package contains header files for the libraries in the yelp-libs package. | Development files for yelp-libs | 3 | 工具 + yelp-libs | yelp | This package contains libraries used by the yelp help browser. | Libraries for yelp | 3 | 工具 + yelp-tools | yelp-tools | yelp-tools is a collection of scripts and build utilities to help create,manage, and publish documentation for Yelp and the web. Most of the heavylifting is done by packages like yelp-xsl and itstool. This package justwraps things up in a developer-friendly way. | Create, manage, and publish documentation for Yelp | 3 | 工具 + yelp-tools-doc | yelp-tools | The yelp-tools-doc package contains documentation files for yelp-tools. | Documentation files for yelp-tools | 3 | 工具 + yelp-xsl | yelp-xsl | This package contains XSL stylesheets that are used by the yelp help browser. | XSL stylesheets for the yelp help browser | 3 | 工具 + yelp-xsl-devel | yelp-xsl | The yelp-xsl-devel package contains developer documentation for theXSL stylesheets in yelp-xsl. | Developer documentation for yelp-xsl | 3 | 工具 + yum | dnf | Utility that allows users to manage packages on their systems.It supports RPMs, modules and comps groups & environments. | Package manager | 2 | 工具 + yum-utils | dnf-plugins-core | As a Yum-utils CLI compatibility layer, supplies in CLI shims fordebuginfo-install, repograph, package-cleanup, repoclosure, repomanage,repoquery, reposync, repotrack, repodiff, builddep, config-manager, debug,download and yum-groups-manager that use new implementations using DNF. | Yum-utils CLI compatibility layer | 2 | 工具 + zchunk | zchunk | zchunk is a compressed file format that splits the file into independentchunks. This allows you to only download the differences when downloading anew version of the file, and also makes zchunk files efficient over rsync.zchunk files are protected with strong checksums to verify that the file youdownloaded is in fact the file you wanted. | Compressed file format that allows easy deltas | 3 | 工具 + zchunk-devel | zchunk | zchunk is a compressed file format that splits the file into independentchunks. This allows you to only download the differences when downloading anew version of the file, and also makes zchunk files efficient over rsync.zchunk files are protected with strong checksums to verify that the file youdownloaded is in fact the file you wanted.This package contains the headers necessary for building against the zchunklibrary, libzck. | Headers for building against zchunk | 1 | 库 + zchunk-libs | zchunk | zchunk is a compressed file format that splits the file into independentchunks. This allows you to only download the differences when downloading anew version of the file, and also makes zchunk files efficient over rsync.zchunk files are protected with strong checksums to verify that the file youdownloaded is in fact the file you wanted.This package contains the zchunk library, libzck. | Zchunk library | 1 | 库 + zd1211-firmware | zd1211-firmware | This package contains the firmware required to work with the zd1211 chipset. | Firmware for wireless devices based on zd1211 chipset | 1 | 服务 + zd1211-firmware-doc | zd1211-firmware | The zd1211-firmware-doc package contains documentation files for zd1211-firmware. | Documentation files for zd1211-firmware | 1 | 服务 + zenity | zenity | Zenity lets you display Gtk+ dialog boxes from the command line and throughshell scripts. It is similar to gdialog, but is intended to be saner. It comesfrom the same family as dialog, Xdialog, and cdialog. | Display dialog boxes from shell scripts | 3 | 工具 + zeromq | zeromq | The 0MQ lightweight messaging kernel is a library which extends thestandard socket interfaces with features traditionally provided byspecialized messaging middle-ware products. 0MQ sockets provide anabstraction of asynchronous message queues, multiple messagingpatterns, message filtering (subscriptions), seamless access tomultiple transport protocols and more.This package contains the ZeroMQ shared library. | Software library for fast, message-based applications | 3 | 服务 + zeromq-devel | zeromq | The zeromq-devel package contains libraries and header files fordeveloping applications that use zeromq. | Development files for zeromq | 3 | 库 + zip | zip | The zip program is a compression and file packaging utility. Zip isanalogous to a combination of the UNIX tar and compress commands andis compatible with PKZIP (a compression and file packaging utility forMS-DOS systems).Install the zip package if you need to compress files using the zipprogram. | A file compression and packaging utility compatible with PKZIP | 3 | 工具 + zita-alsa-pcmi | zita-alsa-pcmi | zita-alsa-pcmi is the successor of clalsadrv. It provides easy accessto ALSA PCM devices, taking care of the many functions required toopen, initialize and use a hw: device in mmap mode, and providingfloating point audio data. | ALSA C++ library | 3 | 库 + zita-alsa-pcmi-devel | zita-alsa-pcmi | This package contains the headers and development libraries for zita-alsa-pcmi. | Development libraries and headers for zita-alsa-pcmi | 2 | 库 + zita-alsa-pcmi-doc | zita-alsa-pcmi | The zita-alsa-pcmi-doc package contains documentation files for zita-alsa-pcmi. | Documentation files for zita-alsa-pcmi | 3 | 库 + zita-alsa-pcmi-utils | zita-alsa-pcmi | This package contains the headers and development libraries for zita-alsa-pcmi. | ALSA utilities using the zita-alsa-pcmi library | 2 | 库 + zita-resampler | zita-resampler | zita-resampler is a C++ library for resampling audio signals. It isdesigned to be used within a real-time processing context, to be fast,and to provide high-quality sample rate conversion.The library operates on signals represented in single-precisionfloating point format. For multichannel operation both the input andoutput signals are assumed to be stored as interleaved samples.The API allows a trade-off between quality and CPU load. For thelatter a range of approximately 1:6 is available. Even at the highestquality setting zita-resampler will be faster than most similarlibraries, e.g. libsamplerate. | Fast, high-quality sample rate conversion library | 3 | 库 + zita-resampler-devel | zita-resampler | This package contains the headers and development libraries for zita-resampler. | Development libraries and headers for zita-resampler | 3 | 工具 + zita-resampler-doc | zita-resampler | The zita-resampler-doc package contains documentation files for zita-resampler. | Documentation files for zita-resampler | 3 | 工具 + zlib | zlib | Zlib is a general-purpose, patent-free, lossless data compressionlibrary which is used by many different programs. | Compression and decompression library | 1 | 库 + zlib-devel | zlib | The zlib-devel package contains the header files and libraries neededto develop programs that use the zlib compression and decompressionlibrary. | Header files and libraries for Zlib development | 1 | 库 + zlib-static | zlib | The zlib-static package includes static libraries neededto develop programs that use the zlib compression anddecompression library. | Static libraries for Zlib development | 1 | 库 + zopfli | zopfli | Zopfli is a compression algorithm bit-stream compatible withcompression used in gzip, Zip, PNG, HTTP requests, and others. Zopflicompresses more (~5%) but is slower (~100x) and uses more CPU, and ishence best suited for applications where data is compressed once andsent over a network many times, for example, static content for theweb. | Zlib compatible better compressor | 3 | 库 + zopfli-devel | zopfli | Devolopment files for zopfli and zopflipng. | Development files for zopfli and zopflipng. | 3 | 库 + zopfli-doc | zopfli | The zopfli-doc package contains documentation files for zopfli. | Documentation files for zopfli | 3 | 工具 + zram-generator | rust-zram-generator | This package provides systemd unit generator for zram swap devices. | Systemd unit generator for zram swap devices | 1 | 服务 + zram-generator-defaults | rust-zram-generator | This package provides default configuration for zram-generator. | Default configuration for zram-generator | 1 | 工具 + zsh | zsh | The zsh shell is a command interpreter usable as an interactive loginshell and as a shell script command processor. Zsh resembles the kshshell (the Korn shell), but includes many enhancements. Zsh supportscommand line editing, built-in spelling correction, programmablecommand completion, shell functions (with autoloading), a historymechanism, and more. | Powerful interactive shell | 2 | 工具 + zstd | zstd | Zstd, short for Zstandard, is a fast lossless compression algorithm,targeting real-time compression scenarios at zlib-level compression ratio. | Zstd compression library | 2 | 库 + zziplib | zziplib | The zziplib library is intentionally lightweight, it offers the ability toeasily extract data from files archived in a single zip file. Applicationscan bundle files into a single zip archive and access them. The implementationis based only on the (free) subset of compression with the zlib algorithmwhich is actually used by the zip/unzip tools. | Lightweight library to easily extract data from zip files | 3 | 库 + zziplib-devel | zziplib | The zziplib library is intentionally lightweight, it offers the ability toeasily extract data from files archived in a single zip file. Applicationscan bundle files into a single zip archive and access them. The implementationis based only on the (free) subset of compression with the zlib algorithmwhich is actually used by the zip/unzip tools.This package contains files required to build applications that will use thezziplib library. | Development files for the zziplib library | 3 | 库 +