diff --git a/lib/DDG/Goodie/Latex.pm b/lib/DDG/Goodie/Latex.pm
index 2a41f8449..b5a90a1d5 100644
--- a/lib/DDG/Goodie/Latex.pm
+++ b/lib/DDG/Goodie/Latex.pm
@@ -68,10 +68,14 @@ my %texCommands = (
"line" => ['horizontal line', '\hrulefill', '\hrulefill'],
);
-sub build_html{
+sub more_at {
+ return '
More at CTAN';
+}
+
+sub build_html {
# builds a string to display using the given $command
# and $usage
- return "Command:
$_[0]
$_[1]"; + return "Command:
$_[0]
$_[1]" . more_at; } handle remainder => sub {