summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-16 21:12:08 +0000
committerKarl Berry <karl@freefriends.org>2018-10-16 21:12:08 +0000
commit69faecf74530309bcc1e5fc287ba3d4726003a75 (patch)
treefe8ceca49fb8ce5af26b52f1da6ff67d16bc34c7 /Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css
parentb0acd0d7fcc352d9bc432e42ccc43792a9c28888 (diff)
latex2e-help-texinfo (16oct18)
git-svn-id: svn://tug.org/texlive/trunk@48918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css
new file mode 100644
index 00000000000..7e784f2dbd7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.css
@@ -0,0 +1,24 @@
+/* $Id: latex2e.css 690 2018-09-15 15:20:19Z jimhefferon $
+ Minor css for latexrefman. Public domain.
+ Originally written by Jim Hefferon and Karl Berry, 2018. */
+
+/* So you can style for yourself */
+@import url("/css/latexreflocal.css");
+
+
+BODY {
+ margin-top: 1em;
+ margin-left: 1em; /* auto results in two-digit <ol> lost off left */
+ margin-right: 1em;
+ margin-bottom: 1em;
+ /* the idea is to use the whole window, unless it is ridiculously
+ wide, probably with too-small fonts, too. */
+ max-width: 64em;
+}
+
+/* Because we want @math{... @code ...} to be upright, not slanted,
+ and Texinfo won't fix it. */
+code {font-style:normal; font-family:monospace; }
+
+/* We put a link to our own home page at the bottom. */
+div.referenceinfo {font-size:small;}