Merge pull request #266 from duckduckgo/jag/improvement/latex
Latex: Remove redundant trigger word.master
commit
934f8df7c9
|
@ -3,7 +3,7 @@ package DDG::Goodie::Latex;
|
|||
|
||||
use DDG::Goodie;
|
||||
|
||||
triggers startend => 'latex', 'Latex', 'tex';
|
||||
triggers startend => 'latex', 'tex';
|
||||
primary_example_queries 'latex summation';
|
||||
description 'Show the Latex command for a keyword';
|
||||
category 'cheat_sheets';
|
||||
|
|
Loading…
Reference in New Issue