summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shipunov/doc/boldline-ex-en.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-08 03:00:28 +0000
committerNorbert Preining <norbert@preining.info>2019-10-08 03:00:28 +0000
commite5ffc42ed260285f76383ae18dd0f4a603c07fa8 (patch)
tree7d901aebae17ed14f1c9812c9339a88d68dc74e4 /macros/latex/contrib/shipunov/doc/boldline-ex-en.tex
parentba86549c94b1e8b6b19bc82b01e85a7e513e7586 (diff)
CTAN sync 201910080300
Diffstat (limited to 'macros/latex/contrib/shipunov/doc/boldline-ex-en.tex')
-rw-r--r--macros/latex/contrib/shipunov/doc/boldline-ex-en.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/shipunov/doc/boldline-ex-en.tex b/macros/latex/contrib/shipunov/doc/boldline-ex-en.tex
new file mode 100644
index 0000000000..b07299efbe
--- /dev/null
+++ b/macros/latex/contrib/shipunov/doc/boldline-ex-en.tex
@@ -0,0 +1,42 @@
+\documentclass{article}
+\usepackage{longtable,boldline}
+
+\begin{document}
+
+\begin{verbatim}
+\begin{center}
+\begin{tabular}{V{2.7}c|c|cV{2.7}}\hlineB{2.7}
+1st &First &I \\\hline
+2nd &Second &II \\\clineB{1-2}{.5}
+3rd &Third &III\\\hlineB{2.7}
+\end{tabular}
+\end{center}
+\end{verbatim}
+
+\begin{center}
+\begin{tabular}{V{2.7}c|c|cV{2.7}}\hlineB{2.7}
+1st &First &I \\\hline
+2nd &Second &II \\\clineB{1-2}{.5}
+3rd &Third &III\\\hlineB{2.7}
+\end{tabular}
+\end{center}
+
+\begin{verbatim}
+\begin{center}
+\begin{longtable}{V{2.7}c|c|cV{2.7}}\hlineB{2.7}
+1st &First &I \\\hline
+2nd &Second &II \\\clineB{1-2}{.5}
+3rd &Third &III\\\hlineB{2.7}
+\end{longtable}
+\end{center}
+\end{verbatim}
+
+\begin{center}
+\begin{longtable}{V{2.7}c|c|cV{2.7}}\hlineB{2.7}
+1st &First &I \\\hline
+2nd &Second &II \\\clineB{1-2}{.5}
+3rd &Third &III\\\hlineB{2.7}
+\end{longtable}
+\end{center}
+
+\end{document}