ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* feature request
@ 2011-11-11 15:34 Steffen Wolfrum
  2011-11-11 15:53 ` Andreas Harder
                   ` (3 more replies)
  0 siblings, 4 replies; 45+ messages in thread
From: Steffen Wolfrum @ 2011-11-11 15:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi Hans,

quite often I wish we could have a kind of in line comment:
Something like ¿this is my comment¡ this.

I assume it is not trivial due to catcode issues, to say the least.
But nevertheless, as it is getting close to christmas, I just wanted to mention this idea here.

Thanks,
Steffen
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 45+ messages in thread
* feature request
@ 2019-07-03  6:00 Atsuhito Kohda
  2019-07-03  6:35 ` Henri Menke
  2019-07-03  6:42 ` Henri Menke
  0 siblings, 2 replies; 45+ messages in thread
From: Atsuhito Kohda @ 2019-07-03  6:00 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 992 bytes --]

I've used LaTeX quite a long time but recently I begin to use ConTeXt too.
So I'm very sorry if the following is well-known issue.

I find an example of \pmatrix in p.21 of "ConTeXt Mark IV an excursion"
(ma-cb-en.pdf).  And I notice it is defined in
/usr/share/texmf/tex/context/base/mkiv/math-pln.mkiv (in Debian).
But it seems \bmatrix, \vmatrix are not defined yet.
Is there any reason why they are not defined?
Similar commands or environments \begin{bmatrix}...\end{bmatrix},
\begin{vmatrix}...\end{vmatrix} are very often used in mathematical
LaTeX documents.
It is very useful if we can use \bmatrix and \vmatrix in ConTeXt
documents, so please add
\unexpanded\def\bmatrix#1%
  {\left[\matrix{#1}\right]}
\unexpanded\def\vmatrix#1%
  {\left|\matrix{#1}\right|}
in math-pln.mkiv or somewhere.

By the way, I think it is critical to set
\setupmathematics[ampersand=normal]
to use \matrix above but I can't find this setting in ma-cb-en.pdf
It is great if this is added in  ma-cb-en.pdf

[-- Attachment #1.2: Type: text/html, Size: 1130 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 45+ messages in thread
* Feature request.
@ 2007-07-05 17:41 John R. Culleton
  2007-07-05 21:37 ` Patrick Gundlach
  0 siblings, 1 reply; 45+ messages in thread
From: John R. Culleton @ 2007-07-05 17:41 UTC (permalink / raw)
  To: ntg-context

It would be neat if the texfont program, which generates so much else, 
could generate and install a typescript. 
-- 
John Culleton
ATTN Publishers/authors:
If you don't read you don't succeed.
Free short list of publishing/marketing books. 
http://wexfordpress.com/tex/shortlist.pdf




_________________________________________________________________
Need personalized email and website? Look no further. It's easy
with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 45+ messages in thread
* Re: Feature request
@ 2005-07-27  9:58 Steffen Wolfrum
  2005-07-27 22:16 ` Hans Hagen
  0 siblings, 1 reply; 45+ messages in thread
From: Steffen Wolfrum @ 2005-07-27  9:58 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

>  Steffen Wolfrum wrote:
>
>  > Hi,
>  >
>  > it would be great if the \placefigure macro could be extended to
>  > combinations like
>  >
>  > \placefigure{top,left}
>  >
>  > or
>  >
>  > \placefigure{bottom,outer}
>  >
>  >
>  > The reason for this request is that we use ConTeXt a lot for
>  > typesetting books from "arts and humanities".
>  >
>  > There we often have to place a lot of (more then 100) figures at
>  > "fixed" positions like top-outer and bottom-inner, wrapped by text.
>  >
>  > I guess it's not a trivial feature to be implemented in TeX's
>  > paragraph processing, but I know it might be worth the effort:
>  > ConTeXt's way to deal with fonts and text is so superior that it
>  > should be also accessible for disciplines that besides text also rely
>  > on images - as the arts and humanities do.
>
>  not trivial indeed, although it is more or less doable when you 
>accept some limitations, e.g. if you have only text and graphics, 
>use a grid,  and have no other tricky stuff that can interfere 
>(display math or so)
>
>  > ok, agreed!
>  >
>  > But figure labels are needed (do they interfere?)
>
>
>  figure labels are part of the float
>
>  Hans



so, if it's more or less doable ...   there is at least hope that we 
can expect this feature in the next time, right?


Steffen

^ permalink raw reply	[flat|nested] 45+ messages in thread
[parent not found: <a06210200bf0958f2bc0f@87.193.3.198>]
* Re: Feature request
@ 2005-07-26 15:33 Steffen Wolfrum
  2005-07-26 22:38 ` Hans Hagen
  0 siblings, 1 reply; 45+ messages in thread
From: Steffen Wolfrum @ 2005-07-26 15:33 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

>  Steffen Wolfrum wrote:
>
>  > Hi,
>  >
>  > it would be great if the \placefigure macro could be extended to
>  > combinations like
>  >
>  > \placefigure{top,left}
>  >
>  > or
>  >
>  > \placefigure{bottom,outer}
>  >
>  >
>  > The reason for this request is that we use ConTeXt a lot for
>  > typesetting books from "arts and humanities".
>  >
>  > There we often have to place a lot of (more then 100) figures at
>  > "fixed" positions like top-outer and bottom-inner, wrapped by text.
>  >
>  > I guess it's not a trivial feature to be implemented in TeX's
>  > paragraph processing, but I know it might be worth the effort:
>  > ConTeXt's way to deal with fonts and text is so superior that it
>  > should be also accessible for disciplines that besides text also rely
>  > on images - as the arts and humanities do.
>
>  not trivial indeed, although it is more or less doable when you 
>accept some limitations, e.g. if you have only text and graphics, 
>use a grid,  and have no other tricky stuff that can interfere 
>(display math or so)
>
>  Hans


ok, agreed!

But figure labels are needed (do they interfere?)

Steffen

^ permalink raw reply	[flat|nested] 45+ messages in thread
* Re: Feature request
@ 2005-07-26 15:00 Steffen Wolfrum
  0 siblings, 0 replies; 45+ messages in thread
From: Steffen Wolfrum @ 2005-07-26 15:00 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

>  Steffen Wolfrum wrote:
>
>  > Hi,
>  >
>  > it would be great if the \placefigure macro could be extended to
>  > combinations like
>  >
>  > \placefigure{top,left}
>  >
>  > or
>  >
>  > \placefigure{bottom,outer}
>  >
>  >
>  > The reason for this request is that we use ConTeXt a lot for
>  > typesetting books from "arts and humanities".
>  >
>  > There we often have to place a lot of (more then 100) figures at
>  > "fixed" positions like top-outer and bottom-inner, wrapped by text.
>  >
>  > I guess it's not a trivial feature to be implemented in TeX's
>  > paragraph processing, but I know it might be worth the effort:
>  > ConTeXt's way to deal with fonts and text is so superior that it
>  > should be also accessible for disciplines that besides text also rely
>  > on images - as the arts and humanities do.
>
>  btw, do you know this trick?
>
>  \starttext
>
>  \hangsidefloat[2]
>  \placefigure[left][]{}{} \dorecurse{10}{\input zapf \par}
>
>  \stoptext
>



yes I know. you once told me (as for the first time I asked for this 
feature two years ago...).

true, it's a nice trick. and I used it in smaller publications.
but it is not practicable with a lot of images (and this cases are 
the regular ones, unfortunately).

typesetting with a lot of images wrapped by text is still a quite 
problematic task in ConTeXt/TeX .

Steffen

(P.S. actually my motivation to move to ConTeXt years ago was the 
hope that this image handling might be possible there. well, it 
wasn't ... )

^ permalink raw reply	[flat|nested] 45+ messages in thread
* Feature request
@ 2005-07-26 13:32 Steffen Wolfrum
  2005-07-26 14:21 ` Hans Hagen
  2005-07-26 14:32 ` Hans Hagen
  0 siblings, 2 replies; 45+ messages in thread
From: Steffen Wolfrum @ 2005-07-26 13:32 UTC (permalink / raw)


Hi,

it would be great if the \placefigure macro could be extended to 
combinations like

\placefigure{top,left}

or

\placefigure{bottom,outer}


The reason for this request is that we use ConTeXt a lot for 
typesetting books from "arts and humanities".

There we often have to place a lot of (more then 100) figures at 
"fixed" positions like top-outer and bottom-inner, wrapped by text.

I guess it's not a trivial feature to be implemented in TeX's 
paragraph processing, but I know it might be worth the effort: 
ConTeXt's way to deal with fonts and text is so superior that it 
should be also accessible for disciplines that besides text also rely 
on images - as the arts and humanities do.

Steffen

^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2019-07-05 23:44 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-11 15:34 feature request Steffen Wolfrum
2011-11-11 15:53 ` Andreas Harder
2011-11-11 15:57   ` Wolfgang Schuster
2011-11-11 16:01 ` Wolfgang Schuster
2011-11-11 18:47 ` Idris Samawi Hamid ادريس  سماوي حامد
2011-11-13 10:55   ` Steffen Wolfrum
2011-11-13 21:33     ` Andreas Schneider
2011-11-14  7:57       ` Steffen Wolfrum
2011-11-14  8:07         ` Hans Hagen
2011-11-14  9:22           ` Steffen Wolfrum
2011-11-14 18:38             ` Idris Samawi Hamid ادريس  سماوي حامد
2011-11-15 22:03               ` Idris Samawi Hamid ادريس   سماوي حامد
2011-11-15 22:11                 ` Wolfgang Schuster
2011-11-15 22:28                 ` Aditya Mahajan
2011-11-15 22:47                   ` Idris Samawi Hamid ادريس   سماوي حامد
2011-11-14  8:47 ` Aditya Mahajan
2011-11-14 14:03   ` Hans Hagen
2011-11-15  3:35     ` Aditya Mahajan
2011-11-15  5:43       ` Aditya Mahajan
2011-11-15  8:56         ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2019-07-03  6:00 Atsuhito Kohda
2019-07-03  6:35 ` Henri Menke
2019-07-03  6:42 ` Henri Menke
2019-07-04  5:18   ` Atsuhito Kohda
2019-07-04  5:48     ` Henri Menke
2019-07-05 23:31       ` Atsuhito Kohda
2019-07-04 15:16     ` Aditya Mahajan
2019-07-04 15:54       ` Alan Braslau
2019-07-05 23:44         ` Atsuhito Kohda
2019-07-05 23:35       ` Atsuhito Kohda
2007-07-05 17:41 Feature request John R. Culleton
2007-07-05 21:37 ` Patrick Gundlach
2007-07-05 22:27   ` John R. Culleton
2007-07-06  8:09     ` Patrick Gundlach
2005-07-27  9:58 Steffen Wolfrum
2005-07-27 22:16 ` Hans Hagen
     [not found] <a06210200bf0958f2bc0f@87.193.3.198>
2005-07-26 16:20 ` Mojca Miklavec
2005-07-26 22:56   ` Hans Hagen
2005-07-27  5:15     ` luigi.scarso
2005-07-26 15:33 Steffen Wolfrum
2005-07-26 22:38 ` Hans Hagen
2005-07-26 15:00 Steffen Wolfrum
2005-07-26 13:32 Steffen Wolfrum
2005-07-26 14:21 ` Hans Hagen
2005-07-26 14:32 ` Hans Hagen

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).