diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-24 17:19:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-24 17:19:28 +0000 |
commit | 7c4c5e6572b8a52a2211d513ce479118ac90b120 (patch) | |
tree | 3a2ad79a2c816d4e3b9e0649d9f98461f97f0501 /Master/texmf-dist/doc/generic/tex4ht/mn38.html | |
parent | 25c41d6b3c51c223685570b3f19fb5349bfece4a (diff) |
viewport for html files
git-svn-id: svn://tug.org/texlive/trunk@56169 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex4ht/mn38.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/tex4ht/mn38.html | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/generic/tex4ht/mn38.html b/Master/texmf-dist/doc/generic/tex4ht/mn38.html index 9b3571f9fb9..de020f2d3df 100644 --- a/Master/texmf-dist/doc/generic/tex4ht/mn38.html +++ b/Master/texmf-dist/doc/generic/tex4ht/mn38.html @@ -11,6 +11,7 @@ <!-- xhtml,th4,index --> <meta name="src" content="mn.tex" /> <link rel="stylesheet" type="text/css" href="mn.css" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> </head><body > <a @@ -25,55 +26,55 @@ be processed, the CSS instructions to be included for the file, and user-initiat operating system. In the default setting, the script file holds abstract commands similar to the following ones. <dl > <dt><span class="cmtt-10">--- needs --- source.idv[i] ==> target.png ---</span></dt><dd> -<!--l. 8576--><p class="indent" > An abstract command of this form requests that the i’th page in the dvi file will be translated into a target file +<!--l. 8587--><p class="indent" > An abstract command of this form requests that the i’th page in the dvi file will be translated into a target file whose name is provided. </p> </dd><dt><span class="cmtt-10">--- characters --- </span></dt><dd> -<!--l. 8584--><p class="indent" > This abstract command is a identifies where the requests for pictorial characters start. +<!--l. 8595--><p class="indent" > This abstract command is a identifies where the requests for pictorial characters start. </p> </dd></dl> -<!--l. 8589--><p class="indent" > A manual brute-force execution of the abstract commands can be a tedious job for large number of pictures. +<!--l. 8600--><p class="indent" > A manual brute-force execution of the abstract commands can be a tedious job for large number of pictures. The <span class="cmtt-10">t4ht </span>is in essence an interpreter for these abstract commands. -</p><!--l. 8594--><p class="indent" > Another possible approach for automating the process is to request lg scripts in the form of shell scripts or +</p><!--l. 8605--><p class="indent" > Another possible approach for automating the process is to request lg scripts in the form of shell scripts or batch files. -</p><!--l. 8601--><p class="indent" > <big><span class="cmbx-10">Alternatives to ‘</span><span class="cmtt-10">--- needs --- source.idv[i] ==> target.png ---</span><span class="cmbx-10">’</span></big> -</p><!--l. 8604--><p class="indent" > The default setting is made with a request of the form ‘<span class="cmtt-10">--- needs --- %%1.idv[%%2] ==> %%3.png ---</span>’, +</p><!--l. 8612--><p class="indent" > <big><span class="cmbx-10">Alternatives to ‘</span><span class="cmtt-10">--- needs --- source.idv[i] ==> target.png ---</span><span class="cmbx-10">’</span></big> +</p><!--l. 8615--><p class="indent" > The default setting is made with a request of the form ‘<span class="cmtt-10">--- needs --- %%1.idv[%%2] ==> %%3.png ---</span>’, where the parameters <span class="cmtt-10">%%1</span>, <span class="cmtt-10">%%2</span>, and <span class="cmtt-10">%%3 </span>respectively represent the name of the source file without its extension, a page number, and a name of the target file. Alternative patterns to these abstract commands can be requested in the following locations, with the order reflecting on the priority given to the requests. -</p><!--l. 8613--><p class="indent" > +</p><!--l. 8624--><p class="indent" > </p><ul type="disc" > <li>In the <a href="mn39.html" >command line</a> of <span class="cmtt-10">tex4ht</span>, where the pattern should be prefixed with ‘<span class="cmtt-10">-s</span>’. -<!--l. 8617--><p class="noindent" ></p></li> +<!--l. 8628--><p class="noindent" ></p></li> <li>In the environment file <span class="cmtt-10">tex4ht.env </span>within a block of consecutive lines, where the lines should be identified with the character <a href="mn34.html#sc-1" name="sc">‘<span class="cmtt-10">s</span>’</a>. -<!--l. 8623--><p class="noindent" ></p></li> +<!--l. 8634--><p class="noindent" ></p></li> <li>In <span class="cmtt-10">tex4ht </span>with the pattern provided through the variable <a href="mn37.html#x-LGPIC" name="LGPIC">LGPIC</a> of <span class="cmtt-10">tex4ht.c</span>. </li></ul> -<!--l. 8630--><p class="indent" > The character ‘<span class="cmtt-10">%</span>’ can be introduced into a pattern through the entry ‘<span class="cmtt-10">%%%</span>’. On the other hand, the +<!--l. 8641--><p class="indent" > The character ‘<span class="cmtt-10">%</span>’ can be introduced into a pattern through the entry ‘<span class="cmtt-10">%%%</span>’. On the other hand, the parameters ‘<span class="cmtt-10">%%1</span>’, ‘<span class="cmtt-10">%%2</span>’, and <span class="cmtt-10">%%3 </span>can specify, between the first two percentage characters (i.e., ‘<span class="cmtt-10">%...%1</span>’, ‘<span class="cmtt-10">%...%2</span>’, and ‘<span class="cmtt-10">%...%3</span>’), any format for the outcome that is compatible with the print formats of C. -</p><!--l. 8637--><p class="indent" > <big><span class="cmbx-10">Alternatives to ‘</span><span class="cmtt-10">--- characters ---</span><span class="cmbx-10">’</span></big> -</p><!--l. 8639--><p class="indent" > Substitutions for this abstract command can be requested in the following locations. -</p><!--l. 8646--><p class="indent" > +</p><!--l. 8648--><p class="indent" > <big><span class="cmbx-10">Alternatives to ‘</span><span class="cmtt-10">--- characters ---</span><span class="cmbx-10">’</span></big> +</p><!--l. 8650--><p class="indent" > Substitutions for this abstract command can be requested in the following locations. +</p><!--l. 8657--><p class="indent" > </p><ul type="disc" > <li>In the <a href="mn39.html" name="mn39.html" >overview</a> of <span class="cmtt-10">tex4ht</span>, prefixed with ‘<span class="cmtt-10">-b</span>’. -<!--l. 8817--><p class="noindent" ></p></li> +<!--l. 8828--><p class="noindent" ></p></li> <li>In a line within the environment file ‘<span class="cmtt-10">tex4ht.file</span>’, where the line should be identified with the character ‘<a href="mn34.html#bsc-1" name="bsc">b</a>’. -<!--l. 8823--><p class="noindent" ></p></li> +<!--l. 8834--><p class="noindent" ></p></li> <li>In <span class="cmtt-10">tex4ht </span>with the substitution provided during compilation time through the variable <a href="mn37.html#x-LGSEP" name="LGSEP">LGSEP</a> of <span class="cmtt-10">tex4ht.c</span>. </li></ul> <hr /> -<!--l. 8831--><p class="indent" > <small>Generated June 20, 2020 - <a href="/tex4ht/">tex4ht home page</a></small></p> +<!--l. 8842--><p class="indent" > <small>Generated August 24, 2020 - <a href="/tex4ht/">tex4ht home page</a></small></p> </body></html> |