diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty | 55 |
1 files changed, 51 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty index 3118d6456a9..9740ce80d0a 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty @@ -6,7 +6,7 @@ %% %% lwarp.dtx (with options: `lwarp-newproject') %% This is a generated file. -%% Copyright 2016 Brian Dunn +%% Copyright 2016-2017 Brian Dunn %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -100,7 +100,7 @@ homehtmlfilename = "\HomeHTMLFileName"% \begin{VerbatimOut}{lwarp.css} /* CSS stylesheet for the LaTeX lwarp package - Copyright 2016 Brian Dunn — BD Tech Concepts LLC + Copyright 2016-2017 Brian Dunn — BD Tech Concepts LLC */ /* a fix for older browsers: */ @@ -432,6 +432,13 @@ div.abstracttitle{ text-align: center ; } +span.abstractrunintitle{ + font-family: "URW Classico", Optima, "Linux Biolinum O", + "Linux Libertine O", "Liberation Serif", "Nimbus Roman No 9 L", + "FreeSerif", "Hoefler Text", Times, "Times New Roman", serif; + font-weight:bold; +} + .verbatim { overflow-x: auto ; } @@ -1103,6 +1110,13 @@ div.abstracttitle{ text-shadow: 1px 1px 2px #808080; } +span.abstractrunintitle{ + font-family: "URW Classico", Optima, "Linux Biolinum O", + "Linux Libertine O", "Liberation Serif", "Nimbus Roman No 9 L", + "FreeSerif", "Hoefler Text", Times, "Times New Roman", serif; + font-weight:bold; +} + div.epigraph { background: #f5f5eb ; background-image: linear-gradient(to bottom, #f5f5eb, #C8C8B8); @@ -1293,6 +1307,15 @@ div.abstracttitle { text-shadow: none ; } +span.abstractrunintitle { + font-family: "Linux Libertine O", "Hoefler Text", "Garamond", + "Bembo", "Janson", "TeX Gyre Pagella", "Palatino", + "Liberation Serif", "Nimbus Roman No 9 L", "FreeSerif", Times, + "Times New Roman", serif; + color: black ; + text-shadow: none ; +} + div.abstract { font-size: 100% } .sidebar { @@ -1549,11 +1572,11 @@ MathJax.Hub.Config({ \begin{VerbatimOut}{lwarpmk.lua} #!/usr/bin/env texlua --- Copyright 2016 Brian Dunn +-- Copyright 2016-2017 Brian Dunn -- Print the usage of the lwarpmk command: -printversion = "v0.21" +printversion = "v0.22" function printhelp () print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ; @@ -2056,6 +2079,30 @@ end -- not --version + + + + + + + + + + + + + + + + + + + + + + + + \endinput %% %% End of file `lwarp-newproject.sty'. |