move mathml support files outside document root
[lambda.git] / LaTeXMathML.standardarticle.css
diff --git a/LaTeXMathML.standardarticle.css b/LaTeXMathML.standardarticle.css
deleted file mode 100644 (file)
index a3eb5bd..0000000
+++ /dev/null
@@ -1,606 +0,0 @@
-/* Standard Article Style for use with LaTeXMathML */\r
-/* Jeff Knisley (knisleyj@etsu.edu)\r
-/* Supported in part by the Howard Hughes Medical Institute */\r
-/* as part of the Symbiosis Project: HHMI #52005872\r
-\r
-/* Modification of a style from Arun Ram */\r
-/* Department of Mathematics */\r
-/* University of Wisconsin, Madison */ \r
-/* Madison, WI 53706 USA */\r
-/* This is the style information from the mathml template at */\r
-/* http://www.math.wisc.edu/~ram/MathGlossary/template.xml */\r
-/*\r
-/* See http://www.math.wisc.edu/~ram/MathGlossary/mathmlguide.xml for details */\r
-/* */\r
-/* Dr. Arun Ram's work was supported in part by the National Science Foundation under Grant No. 0353038. \r
-\r
-/* Internet Explorer does not support before/after tags.  If it ever does, then the original \r
-   LaTeXMathML.js script will have to be modified by removing all "if" structures that begin as \r
-       if(isIE) { //remove if IE supports :before and :after\r
-*/\r
-\r
-/* To transform to CSS counters, do the following: (note: this is for section.item numbering); \r
-    1. Change all span.xxx to display: none \r
-    2. Add style to body to reset section counter: For example: \r
-         body {    counter-reset: section 0  appendixsection 0}\r
-\r
-    3. Add the following style to reset counters after every section change\r
-         a.section { counter-reset: eqn 0 figure 0 subsection 0 subsubsection 0 definition 0 \r
-                                    proposition 0 lemma 0 theorem 0 corollary 0 example 0 exercise 0 ;  \r
-         } \r
-         a.appendixsection { counter-reset: eqn 0 figure 0 subsection 0 subsubsection 0 definition 0 \r
-                                    proposition 0 lemma 0 theorem 0 corollary 0 example 0 exercise 0 ;  \r
-         } \r
-\r
-    4. For all numbered LaTeX items, set the a.xxx:before to content: counter(section) "."  counter(item) \r
-       and also, add    counter-increment: item 1 \r
-       \r
-       For example: (Internet Explorer does nto support :before and :after pseudotags -- or counters!)\r
-       \r
-         a.subsection:before {\r
-             content: counter(section) ". " counter(subsection);\r
-             counter-increment: subsection 1;  \r
-         } \r
-         \r
-    5. For \ref cross-references, add the line (note: no browser currently supports this!)\r
-       \r
-         a.ref:before{ content: target-text(attr(href),before) }\r
-\r
-       For \cite cross-references, add the line (note: no browser currently supports this!)\r
-       \r
-         a.cite:before{ content: target-text(attr(href),before) }\r
-\r
-Note: Alternatively, just uncomment all the commented items below! This will produce \r
-   nice results in Firefox and Other CSS2 compliant browsers, but cross-references will not be related\r
-   to CSS counters until CSS 3 is supported\r
-\r
-*/    \r
-\r
-\r
-/* body {\r
-    counter-reset: section 0 enumerate 0 bibitem 0; \r
-} */\r
-\r
-\r
-LaTeX {/* Marks Containers with LaTeX code to be parsed */  \r
-}\r
-\r
-div.title {\r
-    text-align:center;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-    font-size: 150%;\r
-}\r
-\r
-div.author {\r
-    text-align:center;\r
-    font-style: normal; \r
-    font-size: 130%;     \r
-}\r
-\r
-div.address {\r
-    text-align:center;\r
-    font-style:normal; \r
-}\r
-\r
-div.date {\r
-    text-align:center;\r
-    font-style: normal; \r
-}\r
-\r
-div.abstract {\r
-    font-style: normal;\r
-    margin-left: 5%;\r
-    margin-right: 5%;\r
-    padding-bottom: 10px;\r
-    padding-top: 10px;\r
-}\r
-\r
-div.abstract:before {\r
-    font-style: normal;\r
-    font-weight: bold;\r
-    font-size: 105%; \r
-    content: "Abstract:";     \r
-} \r
-\r
-div.keyword {\r
-    font-style: normal;\r
-    margin-left: 5%;\r
-    margin-right: 5%;\r
-    padding-bottom: 10px;\r
-    padding-top: 10px;\r
-}\r
-\r
-div.keyword:before {\r
-    font-style: normal;\r
-    font-weight: bold;\r
-    font-size: 105%; \r
-    content: "Keywords:";     \r
-} \r
-\r
-.centered {\r
-   text-align:center;\r
-   margin-left:auto; \r
-   margin-right:auto;\r
-}\r
-\r
-h2.section {\r
-   margin-bottom:0.25em;\r
-   margin-top:1em;\r
-}\r
-\r
-h3.subsection {\r
-   margin-bottom:0.25em;\r
-   margin-top:0.75em;\r
-}\r
-\r
-h4.subsubsection {\r
-   margin-bottom:0.25em;\r
-   margin-top:0.5em;\r
-}\r
-\r
-div.enumerate {\r
-}\r
-\r
-div.itemize {\r
-}\r
-\r
-/* vertical spacing */\r
-\r
-p.LaTeXMathML {\r
-       font-size: 0.25em;\r
-}\r
-\r
-p.smallskip {  \r
-   font-size: 1.5em;\r
-}\r
-\r
-p.medskip {\r
-    font-size: 3em;\r
-}\r
-\r
-p.bigskip {\r
-    font-size: 4.5em;\r
-}\r
-\r
-\r
-/* Font-face LaTeX spans */\r
-\r
-span.textbf {\r
-   font-weight:bold;\r
-}\r
-\r
-span.textit {\r
-   font-style:italic;\r
-}\r
-\r
-span.emph {\r
-   font-style:italic;\r
-   font-weight:bolder;\r
-}\r
-\r
-span.textsc {\r
-   font-variant:small-caps\r
-}\r
-\r
-span.textsl {\r
-   font-style:oblique;\r
-}\r
-\r
-span.textsf {\r
-   font-family:sans-serif, Arial, Helvetica;\r
-}\r
-\r
-span.texttt {\r
-       font-family:monospace,"Courier New", Courier;\r
-}\r
-\r
-span.tiny {\r
-       font-size:xx-small;\r
-}\r
-\r
-span.scriptsize{\r
-       font-size:x-small;\r
-}\r
-\r
-span.footnotesize {\r
-       font-size:small;\r
-}\r
-\r
-span.small {\r
-       font-size:small;\r
-}\r
-\r
-span.normalsize {\r
-       font-size:medium;\r
-}\r
-\r
-\r
-span.Large {\r
-       font-size:x-large;\r
-}\r
-\r
-span.LARGE {\r
-       font-size:xx-large;\r
-}\r
-\r
-span.large {\r
-       font-size:large;\r
-}\r
-\r
-span.huge {\r
-       font-size:x-large;\r
-       font-weight:bolder;\r
-}\r
-\r
-span.HUGE {\r
-       font-size:xx-large;\r
-       font-weight:bolder;\r
-}\r
-\r
-\r
-/* sections */\r
-\r
-span.section { font-style: normal; /* display: none */ }\r
-\r
-/* a.section { counter-reset: eqn 0 figure 0 subsection 0 subsubsection 0 definition 0 \r
-                           proposition 0 lemma 0 theorem 0 corollary 0 example 0 exercise 0 ;  \r
-} \r
-\r
-a.appendixsection { counter-reset: eqn 0 figure 0 subsection 0 subsubsection 0 definition 0 \r
-                           proposition 0 lemma 0 theorem 0 corollary 0 example 0 exercise 0 ;\r
-}\r
-*/\r
-\r
-\r
-/* subsections */\r
-\r
-span.subsection { font-style: normal; /* display: none */ }\r
-\r
-/* a.subsection {\r
-    counter-reset: subsubsection 0;\r
-}\r
-\r
-a.subsection:before {\r
-    content: counter(section) ". " counter(subsection);\r
-    counter-increment: subsection;  \r
-} \r
-*/\r
-\r
-/* subsubsections */\r
-span.subsubsection{ font-style: normal; /* display: none */ }\r
-\r
-/* a.subsubsection:before {\r
-    content: counter(section) ". " counter(subsection);\r
-    counter-increment: subsection;  \r
-} \r
-*/\r
-\r
-/* figures */\r
-table.figure {\r
-   width:100%;\r
-}\r
-   \r
-td.caption {\r
-   text-align:center;\r
-}\r
-\r
-/* td.caption:before {\r
-   content: "Figure";\r
-   font-style: normal; \r
-   font-weight: bold \r
-}\r
-*/\r
-\r
-td.image {\r
-   text-align:center;\r
-}\r
-\r
-span.figure {  font-weight: bold; /* display: none */ }\r
-\r
-/*a.figure:before {\r
-   content: counter(section) "." counter(figure);\r
-   counter-increment: figure;  \r
-   font-style: normal; \r
-   font-weight: bold;\r
-}\r
-\r
-a.figure:after { content: "." }\r
-*/\r
-\r
-/* LaTeXtable  configuration */\r
-\r
-table.LaTeXtable {\r
-\r
-}\r
-\r
-table.LaTeXtable tbody {\r
-   text-align:center;\r
-   margin-left:auto; \r
-   margin-right:auto;\r
-}\r
-\r
-\r
-/* table.LaTeXtable td.caption:before {\r
-   content: "Table ";\r
-   font-style: normal; \r
-   font-weight: bold \r
-}\r
-*/\r
-\r
-/*table.LaTeXtable td.tabular table.tabular {\r
-   text-align:center;  \r
-} */\r
-\r
-span.LaTeXtable {  font-weight: bold; /* display: none */ }\r
-\r
-/*a.LaTeXtable:before {\r
-   content: counter(section) "." counter(LaTeXtable);\r
-   counter-increment: LaTeXtable;  \r
-   font-style: normal; \r
-   font-weight: bold;\r
-}\r
-\r
-a.LaTeXtable:after { content: "." }\r
-*/\r
-\r
-/* Inline equation */\r
-\r
-span.inlinemath {\r
-        \r
-}\r
-\r
-/* equation -- numbering in script to accomodate IE */\r
-table.displayequation {\r
-   width:100%;\r
-   }\r
-   \r
-td.eq {\r
-   text-align:center;\r
-}\r
-\r
-td.eqno {\r
-    width: 10px;\r
-    text-align:right;\r
-}\r
-\r
-span.eqno {  font-style: normal; /* display: none */ }\r
-\r
-/* td.eqno:before { content: "(" }\r
-\r
-a.eqno:before {\r
-   content: counter(section) "." counter(equation);\r
-   counter-increment: equation;  \r
-   font-style: normal; \r
-}\r
-\r
-a.eqno:after { content: ")" }\r
-*/\r
-\r
-/* definition style, including number */\r
-span.definition { \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.definition:before { \r
-    content: "Definition"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.definition:before {\r
-    content: counter(section) "." counter(definition); \r
-    counter-increment: definition 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.definition:after { content: "." }\r
-*/\r
-\r
-div.definition{ font-style:italic }\r
-\r
-/* proposition style, including number */\r
-span.proposition {  \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.proposition:before { \r
-    content: "Proposition"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.proposition:before {\r
-    content: counter(section) "." counter(proposition); \r
-    counter-increment: proposition 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.proposition:after { content: "." }\r
-*/\r
-\r
-div.proposition{ font-style:italic }\r
-\r
-/* lemma style, including number */\r
-span.lemma {  \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.lemma:before { \r
-    content: "Lemma"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.lemma:before {\r
-    content: counter(section) "." counter(lemma); \r
-    counter-increment: lemma 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.lemma:after { content: "." }\r
-*/ \r
-\r
-div.lemma{ font-style:italic }\r
-\r
-/* theorem style, including number */\r
-span.theorem { \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.theorem:before { \r
-    content: "Theorem"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.theorem:before {\r
-    content: counter(section) "." counter(theorem); \r
-    counter-increment: theorem 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.theorem:after { content: "." }\r
-*/\r
-\r
-div.theorem{ font-style:italic }\r
-\r
-/* corollary style, including number */\r
-span.corollary { \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.corollary:before { \r
-    content: "Corollary"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.corollary:before {\r
-    content: counter(section) "." counter(corollary); \r
-    counter-increment: corollary 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.corollary:after { content: "." }\r
-*/ \r
-\r
-div.corollary{ font-style:italic }\r
-\r
-/* example style, including number */\r
-span.example { \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.example:before { \r
-    content: "Example"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.example:before {\r
-    content: counter(section) "." counter(example); \r
-    counter-increment: example 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.example:after { content: "." }\r
-*/ \r
-\r
-div.example {\r
-    font-style: normal;\r
-    margin-left: 5%;\r
-    margin-right: 5%;\r
-    padding-bottom: 10px;\r
-    padding-top: 10px;\r
-}\r
-\r
-/* exercise style, including number */\r
-span.exercise {  \r
-   font-weight: bold; \r
-   font-style: normal;\r
-   /* display: none */ \r
-}\r
-\r
-/* div.exercise:before { \r
-    content: "Exercise"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.exercise:before {\r
-    content: counter(section) "." counter(exercise); \r
-    counter-increment: exercise 1;\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-a.exercise:after { content: "." }\r
-*/ \r
-\r
-/* thebibliography style, including number */\r
-div.thebibliography {\r
-    font-style: normal;\r
-    padding-top: 15px;\r
-}\r
-\r
-div.thebibliography:before { \r
-    content: "References"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-a.bibitem {\r
-    font-style: normal; \r
-    font-weight: bold; \r
-}\r
-\r
-\r
-/* Proof style, including number */\r
-div.proof:before { \r
-    content: "Proof:"; \r
-    font-style: normal; \r
-    font-weight: bold \r
-}\r
-\r
-div.proof:after {\r
-   content: "\220E";\r
-   font-weight: bold \r
-}\r
-\r
-/* cites and refs */\r
-a.cite {\r
-    font-style: normal; \r
-}\r
-\r
-a.ref {\r
-    font-style: normal; \r
-}\r
-\r
-/* a.ref:before{ \r
-    content: target-text(attr(href),before) \r
-}\r
-\r
-      \r
-a.cite:before{ \r
-   content: target-text(attr(href),before) \r
-}\r
-*/
\ No newline at end of file