Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-18 Thread 'Viktor Grigorov' via Programming
Thanks for the responses. Hauke Rehr, I do enjoy exploration of approaches to a problem. Ewart Shaw, your J-to-TeX is very impressive, although parameters for boxes require some tweaking mysides at least. Keeping files separate requires thinking about names and disallows quick edits, but keeps t

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-18 Thread Hauke Rehr
--Original Message- From: Programming On Behalf Of R.E. Boss Sent: zaterdag 16 juli 2022 17:14 To: programm...@jsoftware.com Subject: Re: [Jprogramming] LaTeX question: J-boxed display I know a thing are two about Latex (and tikz). < 2;<1 2 \fbox{\fbox{2}\fbox{1 2}} 2 ; <<

[Jprogramming] LaTeX question: J-boxed display

2022-07-17 Thread Ewart Shaw
My rather old ESJTeX utilities may be useful: https://code.jsoftware.com/wiki/User:Ewart_Shaw/ESJTeX Good luck with the new reference card! -- Ewart Shaw [J.E.H.Shaw] http://www.ewartshaw.com [Work in Progress] ewarts...@gmail.com http://www.facebook.com/ewart.shaw 3 ((4&({*.(=+/

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-16 Thread R.E. Boss
Perfect. Good to see \fbox and \rule are used 😉 R.E. Boss -Original Message- From: Programming On Behalf Of 'Viktor Grigorov' via Programming Sent: zaterdag 16 juli 2022 18:28 To: programm...@jsoftware.com Subject: Re: [Jprogramming] LaTeX question: J-boxed display Thanks

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-16 Thread 'Viktor Grigorov' via Programming
; From: Programming On Behalf Of > R.E. Boss > Sent: zaterdag 16 juli 2022 17:14 > To: programm...@jsoftware.com > Subject: Re: [Jprogramming] LaTeX question: J-boxed display > > I know a thing are two about Latex (and tikz). > > < 2;<1 2 > \fbox{\fbox{2}\fbox

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-16 Thread R.E. Boss
See also https://www.overleaf.com/read/kbqvskbjdcrc R.E. Boss -Original Message- From: Programming On Behalf Of R.E. Boss Sent: zaterdag 16 juli 2022 17:14 To: programm...@jsoftware.com Subject: Re: [Jprogramming] LaTeX question: J-boxed display I know a thing are two about Latex

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-16 Thread R.E. Boss
Sent: woensdag 13 juli 2022 20:28 To: J-programming forum Subject: [Jprogramming] LaTeX question: J-boxed display Viktor Grigorov is working on a new J Reference card, with a little advice from me.  He is using LaTeX. We would like to create displays of boxed nouns that look like what J produc

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-13 Thread 'Viktor Grigorov' via Programming
In the attached image, which I hope actually get sent, you'll see 1. \fbox, then a tabular with a 1 in the first cell and a tabular with a single 2 in the second cell (more or less, the tex se q), a verbatim of the output of the of <(<1),<<2 from jconsole, a tcolorbox failure and some other fail

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-13 Thread Jan-Pieter Jacobs
I haven't tried it personally, but this looks like it could be a good start: https://tex.stackexchange.com/questions/18600/expandable-nested-boxes-with-tikz which refers to: https://tikz.dev/library-shapes#sec-71.6 Otherwise, if he prefers manually making drawings for use in LaTeX, I have had very

Re: [Jprogramming] LaTeX question: J-boxed display

2022-07-13 Thread Raul Miller
On Wed, Jul 13, 2022 at 2:27 PM Henry Rich wrote: > We are having trouble lining up the boxes just right. Can someone post > LaTeX snippets to format those properly? Are there issues with https://en.wikibooks.org/wiki/LaTeX/Tables? Does https://tex.stackexchange.com/questions/177074/possible-t

[Jprogramming] LaTeX question: J-boxed display

2022-07-13 Thread Henry Rich
Viktor Grigorov is working on a new J Reference card, with a little advice from me.  He is using LaTeX. We would like to create displays of boxed nouns that look like what J produces:    < 2;<1 2 +---+ |+-+---+| ||2|1 2|| |+-+---+| +---+    2 ; <<1 2  NB. display fudged to center the fi