Skip to content

Commit 6cd6f80

Browse files
committed
cleanup
1 parent 2cffd73 commit 6cd6f80

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

common.tex

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
% Unix programming in C
2-
% (c) 1999-2021, Martin Beran, Jan Pechanec, Vladimir Kotal
2+
% (c) 1999-2023, Martin Beran, Jan Pechanec, Vladimír Kotal
33

44
% (janp) notes
55
%
@@ -14,18 +14,11 @@
1414

1515
include(`macros.m4')
1616

17-
%\documentclass[article]{seminar}
18-
%\documentclass[slidesonly]{seminar}
19-
%\documentclass[a4paper]{seminar}
20-
2117
\usepackage{multicol}
2218
\usepackage{tabularx}
2319

2420
\usepackage{nth}
2521

26-
%\input{seminar.bg2}
27-
%\usepackage{seminar}
28-
2922
% color doc: http://en.wikibooks.org/wiki/LaTeX/Colors
3023
% color defs: http://www.w3schools.com/html/html_colors.asp
3124
\usepackage{color}
@@ -47,21 +40,16 @@
4740
pdfkeywords={Unix, programming, C, MFF, MFF-UK},%
4841
pagebackref=true,%
4942
]{hyperref}
43+
5044
\usepackage{url}
5145
% by default \url will use monospaced font. suppress this and use normal font.
5246
\urlstyle{same}
5347

5448
% for strike-through (\sout)
5549
\usepackage[normalem]{ulem}
5650

57-
% cannot use hyperref with this one !
58-
%\usepackage{sem-a4}
59-
6051
\usepackage{alltt}
6152
\usepackage{graphicx}
62-
%\usepackage{psfrag}
63-
%\usepackage{pstricks} % does not work with colortbl
64-
%\usepackage{colortbl}
6553

6654
\usepackage{upquote}
6755

@@ -100,7 +88,7 @@
10088

10189
\newenvironment{itemize2} % Itemize with smaller font
10290
{\begin{itemize}\small} {\end{itemize}}
103-
91+
10492
\newsavebox{\boxTMP}
10593
\newcommand{\raisetab}[1]{ % Align first table row with other text
10694
\sbox{\boxTMP}{\begin{tabular}{c}\hline X\\\hline\end{tabular}}

0 commit comments

Comments
 (0)