How to Install and Uninstall texlive-shapepar.noarch Package on Fedora 39

Last updated: March 03,2025

1. Install "texlive-shapepar.noarch" package

Please follow the instructions below to install texlive-shapepar.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install texlive-shapepar.noarch

2. Uninstall "texlive-shapepar.noarch" package

Please follow the guidelines below to uninstall texlive-shapepar.noarch on Fedora 39:

$ sudo dnf remove texlive-shapepar.noarch $ sudo dnf autoremove

3. Information about the texlive-shapepar.noarch package on Fedora 39

Last metadata expiration check: 2:12:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-shapepar
Epoch : 11
Version : svn30708.2.2
Release : 69.fc39
Architecture : noarch
Size : 28 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : A macro to typeset paragraphs in specific shapes
URL : http://tug.org/texlive/
License : Dotseqn
Description : \shapepar is a macro to typeset paragraphs in a specific shape.
: The size is adjusted automatically so that the entire shape is
: filled 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 the
: package does provide some predefined shapes: so you can form
: any paragraph into the form of a heart by putting
: \heartpar{sometext...} inside your document. The tedium of
: creating these polygon definitions may be alleviated by using
: the shapepatch extension to transfig which will convert xfig
: output to \shapepar polygon form.