diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-27 18:44:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-27 18:44:23 +0000 |
commit | 5691eba007aa04de66f737f9e721b76d2d6b5454 (patch) | |
tree | e311d22644159d4c129bfe9291862d91eb7a0e18 /Master/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx | |
parent | 43a74c7594c1ac6be0685cc2339594b63536bd3b (diff) |
tabulars-e examples (25jan11)
git-svn-id: svn://tug.org/texlive/trunk@21191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx b/Master/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx new file mode 100644 index 00000000000..31ecfc40075 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tabulars-e/02-05-10.ltx @@ -0,0 +1,56 @@ +%% +%% A DANTE-Edition example +%% +%% Example 02-05-10 on page 51. +%% +%% Copyright (C) 2010 Herbert Voss +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% +%% +%% ==== +% Show page(s) 1 +%% +\documentclass[]{article} +\pagestyle{empty} +\setlength\textwidth{201.70511pt} +\setlength\parindent{0pt} +\usepackage[utf8]{inputenc} + +\usepackage{array,booktabs} +\usepackage[table]{xcolor} \definecolor{cLightRed}{rgb}{1,.70,.70} +\definecolor{cLightYellow}{rgb}{.90,.85,.55}\definecolor{cLightGray}{rgb}{.90,.90,.90} +\definecolor{cMediumGray}{rgb}{.70,.70,.70} \definecolor{cDarkGray}{rgb}{.50,.60,.70} +\newcommand\thickc[1][0.5pt]{\vrule width #1} +\newcommand\myMidrule{\specialrule{0.6pt}{0pt}{0pt}} + +\begin{document} +\renewcommand{\arraystretch}{1.35} +\begin{tabular}{|l|c|c|m{4cm}|} \specialrule{2pt}{5pt}{0pt} + \multicolumn{4}{!{\thickc[2pt]}c!{\thickc[2pt]}}{% + \large \textbf{Boot Loader Header Table}}\\\specialrule{2pt}{0pt}{0pt} + \multicolumn{4}{!{\thickc[1pt]}>{\columncolor{cLightYellow}}r!{\thickc[1pt]}}{% + \large Version Independent }\\\specialrule{1pt}{0pt}{0pt} + \multicolumn{1}{!{\thickc[1pt]}>{\columncolor{cDarkGray}}c|}{Entry} + & \multicolumn{1}{|>{\columncolor{cDarkGray}}c|}{Location} + & \multicolumn{1}{|>{\columncolor{cDarkGray}}c|}{Size} + & \multicolumn{1}{|>{\columncolor{cDarkGray}}c!{\thickc[1pt]}}{Comments} \\ + \specialrule{1pt}{0pt}{0pt} + \rowcolor{cLightGray} JmpTrap & 0 & Word & 0EBFEh (JMP \$)\\\myMidrule + \rowcolor{cMediumGray} MagicNumber & 2 & Word & 0AA55h \\\myMidrule + \rowcolor{cLightGray} Name & 4 & 4 Bytes & 'EBLH' \\\myMidrule + \rowcolor{cMediumGray} Version & 8 & Word & Version of BLH table\\\myMidrule + \rowcolor{cLightGray} Size & 10 & Byte & Size of BLH table \\\myMidrule + \rowcolor{cMediumGray}SizeVDT & 11 & Byte & Size of following version + dependent table\\\myMidrule + \multicolumn{4}{!{\thickc[1pt]}>{\columncolor{cLightYellow}}r!{\thickc[1pt]}}{% + \large Version 1.x }\\\myMidrule + \rowcolor{cLightGray} Empty & 0 & 0 & No Data for 1.x\\\myMidrule + \multicolumn{4}{!{\thickc[2pt]}c!{\thickc[2pt]}}{% + \large \textbf{End of Boot Loader Header Table}}\\[-2pt]\bottomrule[2pt] +\end{tabular} +\end{document} |