How To Install texlive-asmeconf on Fedora 36
Introduction
In this tutorial we learn how to install texlive-asmeconf
on Fedora 36.
What is texlive-asmeconf
The asmeconf class provides a LaTeX template for ASME conference 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 the asmeconf.bst BibTeX style, for reference formatting, which is part of this distribution. Unlike older ASME conference LaTeX templates, asmeconf pdfs will contain hyperlinks, bookmarks, and metadata; and the references can include the DOI and URL fields. This LaTeX template enables inline author names, following ASME’s current style, but it can also produce the traditional grid style. Options include line numbering, final column balancing, various math options, government copyright, archivability (PDF/A), and multilingual support. The code is compatible with pdfLaTeX or LuaLaTeX. This LaTeX template is not a publication of ASME, but it does conform to ASME’s currently published guidelines for conference papers.
We can use yum
or dnf
to install texlive-asmeconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-asmeconf.
Install texlive-asmeconf on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-asmeconf
using dnf
by running the following command:
sudo dnf -y install texlive-asmeconf
Install texlive-asmeconf on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-asmeconf
using yum
by running the following command:
sudo yum -y install texlive-asmeconf
How To Uninstall texlive-asmeconf on Fedora 36
To uninstall only the texlive-asmeconf
package we can use the following command:
sudo dnf remove texlive-asmeconf
texlive-asmeconf Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/bibtex/bst/asmeconf
/usr/share/texlive/texmf-dist/bibtex/bst/asmeconf/asmeconf.bst
/usr/share/texlive/texmf-dist/doc/latex/asmeconf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/README.md
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/asmeconf-sample.bib
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/asmeconf-template.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/asmeconf-template.tex
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/CONTRACTOR-copyright-asmeconf-template.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/GOVT-copyright-asmeconf-template.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/asmeconf-authorgrid-example.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/asmeconf-authorgrid-example.tex
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/asmeconf-fontspec.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/asmeconf-fontspec.tex
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/asmeconf-lualatex-ode-example.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/examples/asmeconf-lualatex-ode-example.tex
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/sample-figure-1.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/sample-figure-2a.pdf
/usr/share/texlive/texmf-dist/doc/latex/asmeconf/sample-figure-2b.pdf
/usr/share/texlive/texmf-dist/tex/latex/asmeconf
/usr/share/texlive/texmf-dist/tex/latex/asmeconf/asmeconf.cls
References
Summary
In this tutorial we learn how to install texlive-asmeconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).