Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Within a computer, natural language is unnatural.


computers / comp.text.tex / Re: figure wider than textwidth: how to do it?

SubjectAuthor
o Re: figure wider than textwidth: how to do it?Taofeeq Omotolani

1
Re: figure wider than textwidth: how to do it?

<44caeb38-491c-4473-afbe-79fb1c8fd2f2n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=4205&group=comp.text.tex#4205

  copy link   Newsgroups: comp.text.tex
X-Received: by 2002:a05:6214:4019:: with SMTP id kd25mr2727873qvb.13.1632992543000;
Thu, 30 Sep 2021 02:02:23 -0700 (PDT)
X-Received: by 2002:a05:622a:1882:: with SMTP id v2mr5055875qtc.130.1632992542772;
Thu, 30 Sep 2021 02:02:22 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.text.tex
Date: Thu, 30 Sep 2021 02:02:22 -0700 (PDT)
In-Reply-To: <060520111230429547%Facile.da.trovare@in.rete.it>
Injection-Info: google-groups.googlegroups.com; posting-host=197.210.44.87; posting-account=eq_qMQoAAABxYlyy5rYhBoiasSCQkNt5
NNTP-Posting-Host: 197.210.44.87
References: <1a5e3183-95c4-4c26-aa80-8fad9439edae@35g2000yqy.googlegroups.com> <060520111230429547%Facile.da.trovare@in.rete.it>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <44caeb38-491c-4473-afbe-79fb1c8fd2f2n@googlegroups.com>
Subject: Re: figure wider than textwidth: how to do it?
From: taofeeqomotolani@gmail.com (Taofeeq Omotolani)
Injection-Date: Thu, 30 Sep 2021 09:02:22 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 74
 by: Taofeeq Omotolani - Thu, 30 Sep 2021 09:02 UTC

On Friday, May 6, 2011 at 11:30:42 AM UTC+1, Enrico Gregorio wrote:
> <"tge...@gmail.com"> wrote:
> > Hello,
> >
> > I am busy writing up my PhD thesis. I am doing a PhD in cell biology
> > so I have lots of microscope images. These images, if included at
> > LaTeX's normal textwidth will be too small to be informative so I need
> > to include them as large as possible: about 19 cm in width. I do not
> > want to broaden the text to 19 cm. I like the easy to read narrow
> > textwidth. How can I instruct LaTeX to broaden the textwidth for these
> > microscope images?
> >
> > As the images are large they really mess up LaTeX's automatic place
> > setting and text flow so I've positioned them all the back of each
> > chapter. So I guess a minipage environment may work but I don't want
> > to sit and fiddle for each image to get it just right. If I wanted to
> > fiddle I would still be using Word and pulling out my hair in
> > frustration. There is a complication: there are many images
> > interspersed in the text which need not be 19 cm wide where textwidth
> > would do nicely (and a broader image would just look stupid) so the
> > fix needs options.
> >
> > Anyone have any ideas?
> >
> > I'm thinking the construction of image Plates for each page:
> >
> > \vfill
> >
> > \hspace{-.2\textwidth}\begin{minipage}[c]{1.4\textwidth}
> > \begin{figure}[h!}
> > \centering
> > \includegraphics[scale=1]{foo}%could use [x\textheight] for
> > tall images...
> > \caption{A really wide picture.}\label{fig.foo}
> > \end{figure}
> > \end{minipage}
> >
> > \vfill
> >
> > \newpage
> >
> > On problem here I can see is that the caption is still going to be the
> > normal \textwidth and the image has no reason to scale to
> > 1.4\textwidth... So how do I fix this? Can a \addtolength{\textwidtht}
> > {2x} \addtolength{\hoffset}{-x} be employed in the minipage only?
> >
> > Comments? Suggestions?
> ====
> \begin{figure}[htbp]
> \centering
> \makebox[\textwidth]{%
> \includegraphics[width=19cm]{foo}%
> }
> \caption{A really wide picture}\label{fig.foo}
> \end{figure}
> ====
> I wouldn't widen the caption.
> Don't use "[h!]", as this will make very difficult for LaTeX to place
> the figure, especially if it's very large. It's also wrong to put a
> figure environment inside a minipage; maybe the other way around:
> \begin{figure}[htbp]
> \centering
> \makebox[\textwidth]{%
> \begin{minipage}{19cm}
> \centering
> \includegraphics[width=\textwidth]{foo}
> \caption{A really wide picture}\label{fig.foo}
> \end{minipage}%
> }
> \end{figure}
> In this way the caption will be widened.
> The \makebox[\textwidth]{...} keeps LaTeX happy, as it won't
> "see" any overfull line.
> Ciao
> Enrico


computers / comp.text.tex / Re: figure wider than textwidth: how to do it?

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor