


Code: Select all
\documentclass[12pt,twoside,a4paper,english]{book}
%\usepackage{eepic} % when this is off it works
\usepackage{slashbox}
\begin{document}
\backslashbox{\bf Compression}{\bf Decompression}
\end{document}
Code: Select all
\documentclass[12pt,twoside,a4paper,english]{book}
%\usepackage{eepic} % when this is off it works
\usepackage{slashbox}
\begin{document}
\backslashbox{\bf Compression}{\bf Decompression}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Gnuplot has terminals which do much better looking output. But this depends a little bit on your compilation route (LaTeX -> PDF, LaTeX -> DVI -> PS, ...). The graphics packages I mentioned (except pict2e) also support plotting.mro wrote:I actually use eepic output from gnuplot as that looked best, compared to the alternative terminals that I have tried... for my version of gnuplot anyway -.-
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis