diff --git a/doc/guide/author/overview.xml b/doc/guide/author/overview.xml index 9311f374cf..efb6255ceb 100644 --- a/doc/guide/author/overview.xml +++ b/doc/guide/author/overview.xml @@ -102,7 +102,7 @@ Images image -

You can include an image via the imageimage tag, using the source attribute to provide a filename, likely prefixed by a relative path from the top-level of the appropriate directory. Read for details on how to set these directories correctly. If you are starting a new project, using the -CLI (with the command pretext new book, for example), then most of the setup portion is done for you and the top-level directory for images that are created external to the project is called assests, and it is a sibling of the source directory. It is your responsibility to locate that file properly relative to this directory, and that the file format is compatible. So, for example, suppose your source contained <image source="images/butterflies.jpg"/>. Then you would want to have a directory named images below wherever you set the external top-level directory, and you would place the butterflies.jpg file inside of the images directory.

+

You can include an image via the imageimage tag, using the source attribute to provide a filename, likely prefixed by a relative path from the top-level of the appropriate directory. Read for details on how to set these directories correctly. If you are starting a new project, using the -CLI (with the command pretext new book, for example), then most of the setup portion is done for you and the top-level directory for images that are created external to the project is called assets, and it is a sibling of the source directory. It is your responsibility to locate that file properly relative to this directory, and that the file format is compatible. So, for example, suppose your source contained <image source="images/butterflies.jpg"/>. Then you would want to have a directory named images below wherever you set the external top-level directory, and you would place the butterflies.jpg file inside of the images directory.

The width attribute can be used to control the size of the image. Widths are expressed as a percentage of the available width, such as width="60%". Instead of a width, you can also specify margins and the width will be deduced.

diff --git a/doc/guide/publisher/instructor-version.xml b/doc/guide/publisher/instructor-version.xml index 821baa8375..89b4f6c7db 100644 --- a/doc/guide/publisher/instructor-version.xml +++ b/doc/guide/publisher/instructor-version.xml @@ -27,17 +27,12 @@
Notes and Commentary -

The commentary element is designed primarily for the purpose of adding material to a document to make an enhanced version. It is similar in many ways to a paragraphs in that it can be placed within any division and must be titled. The main difference is that it is not displayed by default, so you must set a processing switch to enable its appearance. In the project manifest inside your desired target, add the following. +

The commentary element is designed primarily for the purpose of adding material to a document to make an enhanced version (see ). It is similar in many ways to a paragraphs in that it can be placed within any division and must be titled.

-
-        
-            ]]>
-        

Other distinctions are:

diff --git a/doc/guide/publisher/webwork.xml b/doc/guide/publisher/webwork.xml index 123124814d..46920050b7 100644 --- a/doc/guide/publisher/webwork.xml +++ b/doc/guide/publisher/webwork.xml @@ -125,16 +125,27 @@

       #### Replace essay boxes with a message
+      my $essay_message = 'If you were logged into a WeBWorK course '
+          . 'and this problem were assigned to you, '
+          . 'you would be able to submit an essay answer '
+          . 'that would be graded later by a human being.';
+
       sub essay_box {
         my $out = MODES(
           TeX => '',
           Latex2HTML => '',
-          HTML => qq!<P>
-            If you were logged into a WeBWorK course
-            and this problem were assigned to you,
-            you would be able to submit an essay answer
-            that would be graded later by a human being.
-          </P>!,
+          HTML => qq!<p>$essay_message</p>!,
+          PTX => '',
+        );
+        $out;
+      };
+
+      sub explanation_box {
+        return if ($envir{waiveExplanations});
+        my $out = MODES(
+          TeX => '',
+          Latex2HTML => '',
+          HTML => qq!<p>$essay_message</p>!,
           PTX => '',
         );
         $out;
diff --git a/xsl/localizations/cs-CZ.xml b/xsl/localizations/cs-CZ.xml
index 9ac85a3b74..f21c098f59 100644
--- a/xsl/localizations/cs-CZ.xml
+++ b/xsl/localizations/cs-CZ.xml
@@ -105,7 +105,7 @@ along with PreTeXt.  If not, see .
     
     Výpočet
     Technologie
-    
+    Data
     
     Poznámka stranou
     Biografická poznámka
@@ -155,7 +155,7 @@ along with PreTeXt.  If not, see .
     
     Odstavec
     Citát
-    
+    Blok kódu
     
     Fragment
     
@@ -222,8 +222,8 @@ along with PreTeXt.  If not, see .
     Odezva
     Napsáno v PreTeXt
     
-    
-    
+    Výsledky hledání
+    Žádné výsledky
     
     Komu
     Od
@@ -262,5 +262,5 @@ along with PreTeXt.  If not, see .
     Reset
     pole
     Tisk
-    
+    Zavřít