Re: [NTG-context] Inserting verbatim text in a figure and framed.

2013-07-31 Thread john Culleton
On Tue, 30 Jul 2013 23:03:32 +0200
Wolfgang Schuster schuster.wolfg...@gmail.com wrote:

 
 Am 30.07.2013 um 21:30 schrieb Peter Münster pmli...@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
 
Possibly Peter used it because I used it. I used it because the
example I followed in The Manual used a buffer. As it happens his
example works better. My example1.tex is knuth.tex with two minor
modifications. His version with the buffer reduces the size of
the Knuth text to fit the frame. Your version wraps the text instead on
each line. For my purposes the facsimile representation is better.
 

However thanks to both for adding to my education. Unfortunately I
forget things as fast as I learn them these days. It is not
Alzheimer's disease but just plain oldtimers disease.  

John Culleton
___
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
___


Re: [NTG-context] Inserting verbatim text in a figure and framed.

2013-07-31 Thread Wolfgang Schuster

Am 31.07.2013 um 16:42 schrieb john Culleton j...@wexfordpress.com:

 Possibly Peter used it because I used it. I used it because the
 example I followed in The Manual used a buffer. As it happens his
 example works better. My example1.tex is knuth.tex with two minor
 modifications. His version with the buffer reduces the size of
 the Knuth text to fit the frame. Your version wraps the text instead on
 each line. For my purposes the facsimile representation is better.

My solution reduces the available space for the text but when you load
the buffer with \externalfigure context scales the content to the given width.

You can get the same effect with the \scale command, another way is to
change the font size for the verbatim block with 
\typefile[bodyfont=small]{filename}
or \typefile[bodyfont=8pt]{filename}.

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
___


[NTG-context] Inserting verbatim text in a figure and framed.

2013-07-30 Thread john Culleton
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.

\startbuffer[ex1]
\typefile[]{example1.tex}
\stopbuffer

\placefigure[here][fig:ex1]
{Example 1}
{\externalfigure[ex1.buffer][width=.75\textwidth]}
--

I am following the example at the foot of page 303 in the manual.
Any suggestions?

John Culleton

___
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
___


Re: [NTG-context] Inserting verbatim text in a figure and framed.

2013-07-30 Thread Peter Münster
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---

ConTeXt version: 2013.05.28 00:36

-- 
   Peter
___
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
___


Re: [NTG-context] Inserting verbatim text in a figure and framed.

2013-07-30 Thread Wolfgang Schuster

Am 30.07.2013 um 21:30 schrieb Peter Münster pmli...@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
___


Re: [NTG-context] Inserting verbatim text in a figure and framed.

2013-07-30 Thread Peter Münster
On Tue, Jul 30 2013, Wolfgang Schuster wrote:

 Am 30.07.2013 um 21:30 schrieb Peter Münster pmli...@free.fr:

 \startbuffer[ex1]
 \typefile[]{test.tex}
 \stopbuffer

 Why do you use a buffer?

Copy + paste ... ;)  (brain was somewhere else... ;)

-- 
   Peter
___
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
___