Version 13.1.
This commit is contained in:
parent
fd626664ba
commit
8dad1cda55
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# emacs-auctex
|
||||
|
||||
[AUCTeX](https://www.gnu.org/software/auctex/) is an extensible package that
|
||||
supports writing and formatting TeX files for most variants of Emacs.
|
||||
|
||||
AUCTeX supports many different TeX macro packages, including AMS-TeX, LaTeX,
|
||||
Texinfo and basic support for ConTeXt. Documentation can be found under
|
||||
/usr/share/doc, e.g. the reference card (tex-ref.pdf) and the FAQ. The AUCTeX
|
||||
manual is available in Emacs info (`C-h i d m AUCTeX RET`). On the AUCTeX home
|
||||
page, we provide manuals in various formats.
|
||||
|
||||
AUCTeX includes preview-latex support which makes LaTeX a tightly integrated
|
||||
component of your editing workflow by visualizing selected source chunks (such
|
||||
as single formulas or graphics) directly as images in the source buffer.
|
||||
@ -1,21 +1,21 @@
|
||||
# AucTeX includes preview-latex which allows previeweing directly in the Emacs
|
||||
# AucTeX includes preview-latex which allows previewing directly in the Emacs
|
||||
# buffer. This makes use of preview.sty, a LaTeX class, which is also included
|
||||
# with AucTex. preview-latex can either use a privately installed copy of
|
||||
# preview.sty, or it can use one installed in the system texmf tree. If the
|
||||
# following is set to 1, an add-on LaTeX package will be created which installs
|
||||
# into the system texmf tree, and preview-latex will use that. However, TeXLive
|
||||
# already includes preview.sty and so this may not be desireable -- setting the
|
||||
# already includes preview.sty and so this may not be desirable -- setting the
|
||||
# following value to 0 means that preview-latex/AucTeX will use a privately
|
||||
# installed copy of preview.sty.
|
||||
%global separate_preview 1
|
||||
|
||||
Summary: Enhanced TeX modes for Emacs
|
||||
Name: emacs-auctex
|
||||
Version: 12.3
|
||||
Release: 3%{?dist}
|
||||
Version: 13.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+ and GFDL
|
||||
URL: http://www.gnu.org/software/auctex/
|
||||
URL: https://www.gnu.org/software/auctex/
|
||||
Source0: http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
@ -162,6 +162,9 @@ touch %{buildroot}%{_emacs_sitelispdir}/auctex/style/.nosearch
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2022 Jerry James <loganjerry@gmail.com> - 13.1-1
|
||||
- Version 13.1
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 12.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (auctex-12.3.tar.gz) = 29c411a7f18e0dd2d84edaf935e278cdf694644e01f40c26c26da403efa0a823fc3110c291d218bf930cad208dc249ca665dc20ccad5e2b44bd3caae828079ca
|
||||
SHA512 (auctex-13.1.tar.gz) = 562f106627d244113669654bc683818c7145c2f74d0ce50824765989e894dfe01e34bf96fe11123ebfb76c7053647697c99ae15e80fcd5e3e022683054a962ae
|
||||
|
||||
Loading…
Reference in New Issue
Block a user