From ed5997c069d632999f6e970857cfa74c99f9c050 Mon Sep 17 00:00:00 2001 From: Irene Schena Date: Fri, 9 Mar 2001 11:27:39 +0000 Subject: [PATCH] Modified Files: 1) content_to_html.xsl: removed mtext, modified output and added naturalLanguage 2) theory_content.xsl: generate only content markup for theories 3) theory_pres.xsl: generate only html pres for theories, starting from the corresponding content markup Added Files: 1) expandobj.xsl: expand objects generating the corresponding content markup or the pres one, starting from the markup for theories --- helm/style/content_to_html.xsl | 47 +++++++++------- helm/style/expandobj.xsl | 97 ++++++++++++++++++++++++++++++++++ helm/style/theory_content.xsl | 38 ++----------- helm/style/theory_pres.xsl | 26 +++++++-- 4 files changed, 150 insertions(+), 58 deletions(-) create mode 100644 helm/style/expandobj.xsl diff --git a/helm/style/content_to_html.xsl b/helm/style/content_to_html.xsl index 30d7009cf..533cf2299 100644 --- a/helm/style/content_to_html.xsl +++ b/helm/style/content_to_html.xsl @@ -35,6 +35,7 @@ + getciconly?uri= @@ -55,8 +56,18 @@ - - + + + + + + + + @@ -274,16 +285,16 @@ From   we get - ( + ( - + )   and  - ( + ( - + )  - ; + ;  hence  @@ -616,9 +627,9 @@ - ( + ( - ) + ) @@ -681,9 +692,9 @@ - ( + ( - + )  @@ -691,9 +702,9 @@ - ( + ( - + )  @@ -729,7 +740,7 @@ - * + * @@ -737,7 +748,7 @@ - * + * @@ -763,16 +774,16 @@ Let  - : + :  such that
- ( + ( - ) + ) diff --git a/helm/style/expandobj.xsl b/helm/style/expandobj.xsl new file mode 100644 index 000000000..6fc812f36 --- /dev/null +++ b/helm/style/expandobj.xsl @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +getciconly?uri= + +apply?keys=&param.naturalLanguage=&param.keys=&param.getterURL=&param.processorURL=&xmluri= + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + + diff --git a/helm/style/theory_content.xsl b/helm/style/theory_content.xsl index 13751f855..6ae6ee7c9 100644 --- a/helm/style/theory_content.xsl +++ b/helm/style/theory_content.xsl @@ -31,18 +31,6 @@ - - - - - - - - - -getciconly?uri= - -/apply?key=C1&key=HC2&param.getterURL=&param.processorURL=&xmluri= @@ -63,30 +51,10 @@ - - - - - - - - - - - - - - - - - - + - + + diff --git a/helm/style/theory_pres.xsl b/helm/style/theory_pres.xsl index 8cebb6185..5d60b9efa 100644 --- a/helm/style/theory_pres.xsl +++ b/helm/style/theory_pres.xsl @@ -33,7 +33,13 @@ - + + @@ -42,18 +48,28 @@ - BEGIN SECTION +

BEGIN SECTION

- END SECTION +

END SECTION

- BEGIN SECTION +

BEGIN SECTION

- END SECTION +

END SECTION

+ + + + + + + + + + -- 2.39.2