Discussion:
\fbox{} thickness of the lines
(too old to reply)
JB
2006-09-10 03:32:28 UTC
Permalink
Following code produces a nice image, but I would like to make the
lines drawn by /fbox{} a bit thicker. Could someone tell me how to do
that?

\begin{figure}[!htb]
\fbox{\includegraphics*[keepaspectratio, width=5.5in]{APsched}}
\end{figure}
Randy Yates
2006-09-10 03:44:57 UTC
Permalink
Post by JB
Following code produces a nice image, but I would like to make the
lines drawn by /fbox{} a bit thicker. Could someone tell me how to do
that?
\begin{figure}[!htb]
\fbox{\includegraphics*[keepaspectratio, width=5.5in]{APsched}}
\end{figure}
\setlength\fboxrule{xyzpt}

Default is 0.4 pt.
--
% Randy Yates % "I met someone who looks alot like you,
%% Fuquay-Varina, NC % she does the things you do,
%%% 919-577-9882 % but she is an IBM."
%%%% <***@ieee.org> % 'Yours Truly, 2095', *Time*, ELO
http://home.earthlink.net/~yatescr
Heiko Oberdiek
2006-09-10 04:48:57 UTC
Permalink
Post by JB
Following code produces a nice image, but I would like to make the
lines drawn by /fbox{} a bit thicker. Could someone tell me how to do
that?
Look into a LaTeX manual:
\setlength{\fboxrule}{...}

Yours sincerely
Heiko <***@uni-freiburg.de>
Peter Flynn
2006-09-10 11:06:44 UTC
Permalink
Post by JB
Following code produces a nice image, but I would like to make the
lines drawn by /fbox{} a bit thicker. Could someone tell me how to do
that?
\begin{figure}[!htb]
\fbox{\includegraphics*[keepaspectratio, width=5.5in]{APsched}}
\end{figure}
http://research.silmaril.ie/latex/chapter6.html#fbox

It would be very useful to those of us who write documentation if you
could mention which documents you looked in and failed to find this
information, so that we can correct and update them.

///Peter

Loading...