lib/softcover/template/latex_styles/custom.sty in softcover-0.8.3 vs lib/softcover/template/latex_styles/custom.sty in softcover-0.8.4
- old
+ new
@@ -1,16 +1,15 @@
% Place additional custom commands below.
+% NOTE: These commands will generally be available across output formats.
+% For commands (such as hyphenation) that only pertain to PDF output, use the
+% file `custom_pdf.sty` instead.
+
% Examples:
% No arguments:
% Insert '\emph{The Ruby on Rails Tutorial}' wherever '\tutorial' occurs:
%
% \newcommand{\tutorial}{\emph{The Ruby on Rails Tutorial}}
%
% One argument:
% Convert '\bfi{text}' to '\textbf{\textit{text}}' (boldface italic):
%
% \newcommand{\bfi}[1]{\textbf{\textit{{#1}}}}
-
-% You can also use this file to define the proper hypenation of any words
-% LaTeX can't hyphenate natively.
-%
-\hyphenation{Ja-va-Script}