Since you say that it requires dropping to the latex level, does it mean 
that doing a synchronization of scribble and other output (say, HTML or 
something else that doesn't require anything from outside scribble and 
racket) can be done directly? Essentially:

```
@title{Synchronize this!}

Can you synchronize this @racket[(range 5)]?
```

would update to show 

```
# Synchronize this!

Can you synchronize this '(0 1 2 3 4)?
```

and it would update it quickly when I change (range 5) to (range 4)? I may 
have misinterpreted what you said - but if I didn't, then I wasn't aware 
this was easily doable.

Cheers,
Marc

On Tuesday, January 29, 2019 at 2:01:37 PM UTC+1, Robby Findler wrote:
>
> In order to do that you'd need to drop down to the latex level and use 
> a package there to help you. There is information about how to do that 
> here: http://docs.racket-lang.org/scribble/config.html . Here is a 
> post about packages you could use: 
>
> https://tex.stackexchange.com/questions/308260/parallel-text-translation-including-the-same-double-parallel-heading-numbering
>  
>
> hth, 
> Robby 
>
> On Tue, Jan 29, 2019 at 5:09 AM <mig....@gmail.com <javascript:>> wrote: 
> > 
> > Can I do a side by side pdf using racket scribble? Imagine you have an 
> English text and want the Portuguese translation in the opposite column. If 
> yes, it brings another question, which is, can it be done with synchronized 
> paragraphs? 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "Racket Users" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to racket-users...@googlegroups.com <javascript:>. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to