blob: e134ec418c5be2aaed2baef75ab67314d783da0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->
<html xmlns="http://www.w3.org/1999/xhtml"
>
<head><title>minimal</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="TeX4ht (https://tug.org/tex4ht/)" />
<meta name="originator" content="TeX4ht (https://tug.org/tex4ht/)" />
<!-- xhtml,th4,index -->
<meta name="src" content="mn.tex" />
<link rel="stylesheet" type="text/css" href="mn.css" />
</head><body
>
<a
href="mn.html#mn43.html" >exit minimal</a>
<ul >
<li>Remove the calls to packages that are not essential to reproduce the problem (e.g., <span class="cmtt-10">\RequirePackage</span>,
<span class="cmtt-10">\usepakage</span>)
<!--l. 9002--><p class="noindent" ></p></li>
<li>Remove the local definitions that are not essential. For instance, use
<div class="Verbatim"><span class="cmtt-10">\begin{figure}</span><span class="cmtt-10"> </span>
<br /><span class="cmtt-10"> </span><span class="cmtt-10"> </span><span class="cmtt-10"> \includegraphics{filename}</span><span class="cmtt-10"> </span>
<br /><span class="cmtt-10"> </span><span class="cmtt-10"> </span><span class="cmtt-10"> \caption{What</span><span class="cmtt-10"> ever.}</span><span class="cmtt-10"> </span>
<br /><span class="cmtt-10">\end{figure}</span><span class="cmtt-10"> </span>
<br /></div>
<!--l. 9012--><p class="indent" > instead of
</p><div class="Verbatim"><span class="cmtt-10">\def\fig#1#2{\begin{figure}</span><span class="cmtt-10"> \includegraphics{#1}</span><span class="cmtt-10"> \caption{#2}</span><span class="cmtt-10"> \end{figure}}</span><span class="cmtt-10"> </span>
<br /><span class="cmtt-10">\fig{filename}{What</span><span class="cmtt-10"> ever.}</span><span class="cmtt-10"> </span>
<br /></div>
<!--l. 9019--><p class="noindent" ></p></li>
<li>Use core classes when possible (e.g., <span class="cmtt-10">article </span>instead of <span class="cmtt-10">scrbook</span>).
<!--l. 9021--><p class="noindent" ></p></li>
<li>Cut to a minimum the content where possible (e.g., ‘Abc’ instead of ‘Blah blah ... for ever.’) </li></ul>
<!--l. 9026--><p class="indent" > We work in a LaTeX environment different from where the bug reports typically originate. To understand the
bugs we need to recreate the environments producing them. A sample file that isolates the problem reduces the
debugging effort to a minimum.
</p>
</body></html>
|