Re: Multi-paragraph Description Text Inquiry

2019-07-19 Thread Jürgen Spitzmüller
Am Freitag, den 19.07.2019, 22:54 -0600 schrieb Joel Kulesza: > Does anyone know how to achieve multi-paragraph descriptions as noted > here: https://www.contextgarden.net/Description#LaTeX_2. Use a standard paragraph and indent it, e.g. via the Tab key. Jürgen signature.asc Description: This

Re: Multi-paragraph Description Text Inquiry

2019-07-19 Thread Joel Kulesza
On Fri, Jul 19, 2019 at 10:54 PM Joel Kulesza wrote: > Does anyone know how to achieve multi-paragraph descriptions as noted > here: https://www.contextgarden.net/Description#LaTeX_2. Newlines do not > give the desired behavior. > Sorry for the spam. I thought of a better way to search this

Multi-paragraph Description Text Inquiry

2019-07-19 Thread Joel Kulesza
Colleagues, Does anyone know how to achieve multi-paragraph descriptions as noted here: https://www.contextgarden.net/Description#LaTeX_2. Newlines do not give the desired behavior. I've tried using a frameless box to encapsulate the text, and that doesn't achieve the effect. I can do this by

How to get dvi + eps output?

2019-07-19 Thread Neal Becker
I know I did this before but forgot how. For IEEE conference I need to submit DVI + EPS figures. I got the dvi output (export dvi) but not the eps converted figures. Thanks, Neal

Re: More input problems with xy-pic

2019-07-19 Thread Daniel
On 19/7/19 12:41, Daniel wrote: On 19/7/19 8:32, Steve Hnizdur wrote: Hi Following on from my last post about Lyx not allowing certain characters with xy-pic in math mode, I am now trying to use this MWE code to produce a label with an embedded linefeed. \xymatrix{A\ar[r]^*+\txt{X\\Y}} It

Re: More input problems with xy-pic

2019-07-19 Thread Daniel
On 19/7/19 8:32, Steve Hnizdur wrote: Hi Following on from my last post about Lyx not allowing certain characters with xy-pic in math mode, I am now trying to use this MWE code to produce a label with an embedded linefeed. \xymatrix{A\ar[r]^*+\txt{X\\Y}} It should produce a label with X on

More input problems with xy-pic

2019-07-19 Thread Steve Hnizdur
Hi Following on from my last post about Lyx not allowing certain characters with xy-pic in math mode, I am now trying to use this MWE code to produce a label with an embedded linefeed. \xymatrix{A\ar[r]^*+\txt{X\\Y}} It should produce a label with X on top of Y. It works in an ERT fine.