Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c539 commit 2d1f81eCopy full SHA for 2d1f81e
1 file changed
Doc/perl/python.perl
@@ -863,10 +863,11 @@ sub do_cmd_maketitle {
863
if ($t_author) {
864
if ($t_authorURL) {
865
my $href = translate_commands($t_authorURL);
866
- $href = make_named_href('author', $href, "<strong>${t_author}</strong>");
+ $href = make_named_href('author', $href,
867
+ "<b><font size='+2'>$t_author</font></b>");
868
$the_title .= "\n<p>$href</p>";
869
} else {
- $the_title .= "\n<p><strong>$t_author</strong></p>";
870
+ $the_title .= ("\n<p><b><font size='+2'>$t_author</font></b></p>");
871
}
872
} else { write_warnings("\nThere is no author for this document."); }
873
if ($t_institute) {
0 commit comments