Tags: bit, code, drawn, fbox, fbox123, following, image, lines, produces, programming, tex, thelines, thicker, thickness
\fbox{} thickness of the lines
On Programmer » Tex
2,208 words with 3 Comments; publish: Thu, 08 May 2008 02:09:00 GMT; (20062.01, « »)
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://tex-program.itags.org/q_tex_123981.html
All Comments
Leave a comment...
- 3 Comments

- "JB" <JorisBK.tex-program.itags.org.gmail.com> writes:
> 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."
%%%% <yates.tex-program.itags.org.ieee.org> % 'Yours Truly, 2095', *Time*, ELO
http://home.earthlink.net/~yatescr
#1; Thu, 08 May 2008 02:10:00 GMT

- "JB" <JorisBK.tex-program.itags.org.gmail.com> wrote:
> 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 <oberdiek.tex-program.itags.org.uni-freiburg.de>
#2; Thu, 08 May 2008 02:11:00 GMT

- JB wrote:
> 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
#3; Thu, 08 May 2008 02:12:00 GMT