Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d1f81e

Browse files
committed
do_cmd_maketitle(): Small nit in creating the "title page".
1 parent 1a4c539 commit 2d1f81e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/perl/python.perl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,11 @@ sub do_cmd_maketitle {
863863
if ($t_author) {
864864
if ($t_authorURL) {
865865
my $href = translate_commands($t_authorURL);
866-
$href = make_named_href('author', $href, "<strong>${t_author}</strong>");
866+
$href = make_named_href('author', $href,
867+
"<b><font size='+2'>$t_author</font></b>");
867868
$the_title .= "\n<p>$href</p>";
868869
} else {
869-
$the_title .= "\n<p><strong>$t_author</strong></p>";
870+
$the_title .= ("\n<p><b><font size='+2'>$t_author</font></b></p>");
870871
}
871872
} else { write_warnings("\nThere is no author for this document."); }
872873
if ($t_institute) {

0 commit comments

Comments
 (0)