ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Inserting verbatim text in a figure and framed.
Date: Tue, 30 Jul 2013 23:03:32 +0200	[thread overview]
Message-ID: <FB708BE3-DEA3-4E79-B4D7-D7784A4CFAA9@gmail.com> (raw)
In-Reply-To: <87li4nrgl1.fsf@micropit.couberia.selfip.net>


Am 30.07.2013 um 21:30 schrieb Peter Münster <pmlists@free.fr>:

> On Tue, Jul 30 2013, john Culleton wrote:
> 
>> Here is my code so far. I want to show a file in verbatim form. It
>> compiles but here is no frame around the text and there is no caption.
> 
> Hi,
> 
> this works here:
> 
> --8<---------------cut here---------------start------------->8---
> \starttext
> \startbuffer[ex1]
> \typefile[]{test.tex}
> \stopbuffer
> \placefigure[here][fig:ex1]
> {Example 1}
> {\framed{\externalfigure[ex1.buffer][width=.75\textwidth]}}
> \stoptext
> --8<---------------cut here---------------end--------------->8---

Why do you use a buffer?

\starttext
\startplacefigure[reference=fig:ex1,title=Example 1]
  \framed[align=flushleft,width=.75\textwidth]{\typefile{test.tex}}
\stopplacefigure
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2013-07-30 21:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-30 19:11 john Culleton
2013-07-30 19:30 ` Peter Münster
2013-07-30 21:03   ` Wolfgang Schuster [this message]
2013-07-30 23:39     ` Peter Münster
2013-07-31 14:42     ` john Culleton
2013-07-31 21:00       ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FB708BE3-DEA3-4E79-B4D7-D7784A4CFAA9@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).