Linux 6.7.6, WIZnet device,

This commit is contained in:
2024-02-25 01:27:07 +01:00
parent 9f8f9f8e19
commit 7f181958cd
5 changed files with 1551 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e48b5f41b7feffd4f69c53a2305ef86787108cb1d7423ff4c8226adb93176cf
size 1275684
oid sha256:6e0d6db9d418f7ceefcea06433ab6529ac1e214a6f53f6ed374c88e6dbdd9f3d
size 1362963

View File

@@ -14,7 +14,6 @@
\usepackage[a4paper,margin=25mm]{geometry}
\usepackage[ngerman]{babel} %Verwendung von \glqq \qrgg{}
\usepackage{hyperref}
\setcounter{secnumdepth}{8}%numbering down to paragraphs, subparagraphs
%% \usepackage{ulem} %strike through with /sout{}
% you have to install texlive-plaingeneric first :
\usepackage{ulem}
@@ -102,7 +101,22 @@
\newcommand\l@subsubsubsubparagraph{\@dottedtocline{8}{10em}{5em}}
\newcommand{\subsubsubsubparagraphmark}[1]{}
\def\toclevel@subsubsubsubparagraph{8}
\newcounter{subfiveparagraph}[subsubsubsubparagraph]
\renewcommand\thesubfiveparagraph{%
\thesubsubsubsubparagraph.\@arabic\c@subfiveparagraph}
\newcommand\subfiveparagraph{%
\@startsection {subfiveparagraph} % counter
{9} % level
{\z@ } % no indent
{3.25ex \@plus 1ex \@minus .2ex} % beforeskip
{-1em} % afterskip
{\normalfont\normalsize\bfseries}}
\newcommand\l@subfiveparagraph{\@dottedtocline{8}{10em}{5em}}
\newcommand{\subfiveparagraphmark}[1]{}
\def\toclevel@subfiveparagraph{9}
\makeatother
\setcounter{secnumdepth}{9}% numbering down to paragraphs, subparagraphs
\begin{document}
%0.x

File diff suppressed because it is too large Load Diff