<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p><font face="Century Gothic"><br>
The new rules in booktabs: \toprule, \midrule, \bottomrule no
longer work properly with DINBRIEF, since reinstallation of
miKteX. (I used this dinbrief documents with tables successfully
since years)<br>
Now the rules lead to error messages when compiling. The PDF is
created correctly, but it is irritating. <br>
With \hline instead of \toprule etc. it works, but I have to
make the table with \addlinespace more attractive or the letters
will stick too close to the lines. For that I need {booktabs}. <br>
<br>
I've been researching this for a whole day, but I haven't found
a solution. There seems to be no working example with Dinbrief <b>and
</b>\toprule etc.<br>
By the way: if I switch the \documentclass from "dinbrief" to
"article", the error messages in the table are gone. (But then
the rest of the letter is rubbish, of course).<br>
<br>
So - as I have a workaround - the problem is not urgent but:
does anybody know about that problem?</font></p>
<p><font face="Century Gothic">code-fragment: </font></p>
<p><font face="Century Gothic"><font face="Century Gothic">\documentclass[10pt]{dinbrief}<br>
<br>
\usepackage{booktabs} <br>
...........<br>
\begin{tabular}{c|c|p{0.48\textwidth}|r|r}<br>
% \toprule<br>
\hline<br>
\addlinespace <br>
.......<br>
% \bottomrule<br>
\hline <br>
\end{tabular}</font></font></p>
</body>
</html>