Groups | Search | Server Info | Login | Register
Groups > comp.graphics.misc > #506
| From | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.misc |
| Subject | Box too tall |
| Date | 2014-12-19 13:47 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <m71a9l$hmf$1@dont-email.me> (permalink) |
I have this LaTeX graphics file:
\documentclass[fleqn]{report}
\usepackage{epic}
\usepackage{eepic}
\usepackage{color}
\begin{document}
\thispagestyle{empty}
%
\begin{figure}
\setlength{\unitlength}{1cm}
{\setlength{\fboxrule}{1pt}
\fcolorbox{white}{white}{\color{black}
\begin{picture}(22,2)
\put(10,10){\line(1,0){20}}
\put( 1.00, 1.0){\circle*{0.2}}
\put( 2.42, 1.0){\circle*{0.2}}
\put( 3.82, 1.0){\circle*{0.2}}
\put( 5.22, 1.0){\circle*{0.2}}
\put( 6.57, 1.0){\circle*{0.2}}
\put( 7.84, 1.0){\circle*{0.2}}
\put( 8.96, 1.0){\circle*{0.2}}
\put( 9.83, 1.0){\circle*{0.2}}
\put(10.44, 1.0){\circle*{0.2}}
\put(10.80, 1.0){\circle*{0.2}}
\put(11.00, 1.0){\circle*{0.2}}
\put(11.20, 1.0){\circle*{0.2}}
\put(11.56, 1.0){\circle*{0.2}}
\put(12.17, 1.0){\circle*{0.2}}
\put(13.04, 1.0){\circle*{0.2}}
\put(14.16, 1.0){\circle*{0.2}}
\put(15.43, 1.0){\circle*{0.2}}
\put(16.78, 1.0){\circle*{0.2}}
\put(18.18, 1.0){\circle*{0.2}}
\put(19.58, 1.0){\circle*{0.2}}
\put(21.00, 1.0){\circle*{0.2}}
\Large
\put(0.7,0.2){$-L$} \put(10.8,0.2){0} \put(20.8,0.2){$L$}
\put(0.8,1.5){$X_0$} \put(10.6,1.5){$X_M$} \put(20.8,1.5){$X_N$}
\end{picture}}}
\end{figure}
%
\end{document}
I expected the box to be 2 cm high, but it is much taller.
Why? And how do I get it less tall?
--
Dieter Britz
Back to comp.graphics.misc | Previous | Next — Next in thread | Find similar
Box too tall Dieter Britz <dieterhansbritz@gmail.com> - 2014-12-19 13:47 +0000 Re: Box too tall Dieter Britz <dieterhansbritz@gmail.com> - 2014-12-19 13:58 +0000
csiph-web