ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \hangindent and R2L alignment
@ 2015-09-23 20:15 Wolfgang Schuster
  2015-09-23 21:15 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Schuster @ 2015-09-23 20:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

there was a question on the Stackexchange site [*] with a problem
for the \starthanging environment when the alignment is R2L.


Here is shortened version of the example:

%%%% begin example
\useMPlibrary[dum]

\starttext

\starthanging[location=left]{\externalfigure[dummy][width=4cm,height=3\lineheight]}
\input tufte
\stophanging

\blank

\startalignment[righttoleft]
     
\starthanging[location=left]{\externalfigure[dummy][width=4cm,height=3\lineheight]}
     \input tufte
     \stophanging
\stopalignment

\stoptext
%%%% end example


The problem is that \hangindent behaves the same for L2R and R2L 
alignment unlike
the other formatting commands (\hangindent or \leftskip) for paragraphs.

%%%% begin example
\showframe[text][text]

\setuphead
   [subject]
   [align=lefttoright,
    indentnext=yes]

\starttext

\startbuffer

\subject{Normal paragraph}

\input ward

\subject{Leftskip}

\start
     \leftskip 4em
     \input ward\par
\stop

\subject{Parindent}

\start

     \parindent 4em
     \input ward\par

\stop

\subject{Hangindent}

\start
     \hangindent 4em
     \hangafter -2
     \input ward\par
\stop

\stopbuffer

\title{Left to right}

\startalignment[lefttoright]
\getbuffer
\stopalignment

\title{Right to left}

\startalignment[righttoleft]
\getbuffer
\stopalignment

\stoptext
%%%% end example


[*] 
http://tex.stackexchange.com/questions/268688/correct-inconsistent-image-placement-across-direction-boundaries-in-context

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
___________________________________________________________________________________

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

end of thread, other threads:[~2015-09-23 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-23 20:15 \hangindent and R2L alignment Wolfgang Schuster
2015-09-23 21:15 ` 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).