[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Tue Dec 4 13:50:33 EST 2012
raeburn Tue Dec 4 18:50:33 2012 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- Bug 6557. Include styles used by TTH. (work in progess -use of prefix
e.g., LC_TTH to be investigated).
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1099 loncom/interface/loncommon.pm:1.1100
--- loncom/interface/loncommon.pm:1.1099 Mon Dec 3 14:47:30 2012
+++ loncom/interface/loncommon.pm Tue Dec 4 18:50:33 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1099 2012/12/03 14:47:30 raeburn Exp $
+# $Id: loncommon.pm,v 1.1100 2012/12/04 18:50:33 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7119,6 +7119,27 @@
cursor:pointer;
}
+/*
+ styles used by TTH when "Default set of options to pass to tth/m
+ when converting TeX" in course settings has been set
+
+ option passed: -t
+
+*/
+
+td div.comp { margin-top: -0.6ex; margin-bottom: -1ex;}
+td div.comb { margin-top: -0.6ex; margin-bottom: -.6ex;}
+td div.hrcomp { line-height: 0.9; margin-top: -0.8ex; margin-bottom: -1ex;}
+td div.norm {line-height:normal;}
+
+/*
+ option passed -y3
+*/
+
+span.roman {font-family: serif; font-style: normal; font-weight: normal;}
+span.overacc2 {position: relative; left: .8em; top: -1.2ex;}
+span.overacc1 {position: relative; left: .6em; top: -1.2ex;}
+
END
}
More information about the LON-CAPA-cvs
mailing list