Skip to content

Commit

Permalink
aomart (12jan25)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@73436 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Jan 12, 2025
1 parent 9fb7106 commit 0648366
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions texk/texlive/linked_scripts/aomart/aom-fullref.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,41 @@
# perl fullref.pl original.tex > converted.tex
#
#
# Copyright (C) 2010-2021 Annals of Mathematics. Licenses under CC0
#
# Author: Boris Veytsman
#
# Version: 0.9, 2010/12/04
# Version: 1.0, 2025/01/08

=pod
=head1 NAME
aom-fullref.pl - confert references to aomart fullref commands
=head1 SYNOPSIS
aom-fullref.pl INPUT > OUTPUT
=head1 DESCRIPTION
Aomart class L<https://ctan.org/pkg/aomart> uses commands like
C<\fullref{Theorem}{ref}> to generate clickable reference to constructions
like ``Theorem 7'' or ``Equation 4''. This script changes all C<\ref> and
C<\pageref> commands into C<\fullref> and C<\pfullref> commands suitable
for use with aomart.
=head1 AUTHOR
Boris Veytsman
=head1 COPYRIGHT AND LICENSE
This work is in public domain and licensed under CC0 1.0
=cut


use strict;

Expand Down

0 comments on commit 0648366

Please sign in to comment.