[NTG-context] External Figure add caption or alternative text for tagged pdf/x

2018-12-11 Thread Kelley, Claire
Hi All. I am trying to embed an image in a pdf so that when you open the pdf in acrobat or another reader the image is correctly tagged as an image and there is alternative text. So far I am able to export the back end tags so that I can see tags on tables and paragraphs, but the image comes th

Re: [NTG-context] Can anyone connect context to R or python?

2018-10-06 Thread Kelley, Claire
>On Sat, 6 Oct 2018, Kelley, Claire wrote: > >> Again thank you everyone for their incredibly helpful advice and >> responsiveness! >> >> The work flow I am envisioning is: >> >> 1) Use R to read in a csv file, filter according to some rules and then use &

Re: [NTG-context] Can anyone connect context to R or python?

2018-10-06 Thread Kelley, Claire
(in particular the tagging/back end structure). Best, Claire On 10/5/18, 2:07 PM, "Hans Hagen" wrote: >On 10/5/2018 8:00 PM, Kelley, Claire wrote: >> Thank you for all the answers so far ! >> >> >> >> Ive gathered from that I need to use filt

Re: [NTG-context] Can anyone connect context to R or python?

2018-10-05 Thread Kelley, Claire
Thank you for all the answers so far ! Ive gathered from that I need to use filter to call R externally. What I am still most interested in is how I could get a single value from R to be part of the Context code. (Like you would do with \Sexpr{} in sweave. The use case for this is that I hav

[NTG-context] Can anyone connect context to R or python?

2018-10-05 Thread Kelley, Claire
Hi All, I am very interested in creating pdf documents using Context with calculations done in R or Python and then added into the document. If you were using traditional latex this could be accomplished through R markdown or Sweave- is there any way to connect these to Context? Best, Claire __