It's possible to have both, but not always easy.
Best-case scenario: make CSS classes named `TwoColumn` and
`multicolsbreak` that work the same as the LaTeX macros.
Otherwise, the Scribble file will need to produce
differently-structured output for HTML and LaTeX.
Sometimes it helps to run Scrib
Thank you. That worked very well in the PDF, not in the HTML. Is there a
way of having it working on both or if we travel this road we must choose
print or web?
Ben Greenman escreveu no dia segunda,
4/02/2019 à(s) 20:28:
> If you comment-out the `@twocolumn{}` block and then click the
> Scri
No need to apologize.
The point of the example files was to show how to connect a Scribble
function to a LaTeX macro. I don't recommend copy-pasting the files.
Instead:
0. Make a small Scribble document to render a pdf without the
side-by-side text. (Scribble's "Getting Started" guide should help
I was just trying to see what you did and after understanding that move on
to do my own. I have copied the 3 different files you linked to a folder,
but I am not sure what to do next to compile them. Sorry for the silly
question.
segunda-feira, 4 de Fevereiro de 2019 às 14:40:13 UTC, Ben Greenm
I'm not sure what to simplify.
Can you send what you tried, and explain what happened and what you expected?
--
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 rac
I am very new to racket and I am having trouble understanding your
solution. Can you explain this with a simpler example? Thanks.
quarta-feira, 30 de Janeiro de 2019 às 16:02:44 UTC, Ben Greenman escreveu:
>
> In case you have trouble navigating the docs, here's a related example.
>
> First, a S
Thanks, Ben!
Instead of the ++style command line, consider using a property on the
`title` of the top-level section.
Robby
On Wed, Jan 30, 2019 at 10:02 AM Ben Greenman
wrote:
>
> In case you have trouble navigating the docs, here's a related example.
>
> First, a Scribble function that genera
In case you have trouble navigating the docs, here's a related example.
First, a Scribble function that generates output with a Scribble style
named "TwoColumn":
https://github.com/nuprl/tag-sound/blob/master/gf-icfp-2018/main.rkt#L326
Second, a LaTeX macro named "TwoColumn" that formats the Scri
Yes, for sure. You need to get scribble to generate the `\usepackage`
declaration and then define a function in scribble to make an element
that generates the `\switchcolumn*`. The docs have examples on how to
do this; let us know if you get stuck.
Robby
On Wed, Jan 30, 2019 at 9:29 AM Miguel P.
I have already my document in latex, side by side with syncing paragraphs.
I use the paracol package and the switchcolumn*. I was wondering if I could
use this system with scribble as you say.
quarta-feira, 30 de Janeiro de 2019 às 15:08:34 UTC, Robby Findler escreveu:
>
> On Wed, Jan 30, 2019 a
On Wed, Jan 30, 2019 at 8:47 AM Marc Kaufmann wrote:
>
> Ah, I misunderstood the synchronization to be about synchronization in time
> between source and typeset output, while the question was about synchronizing
> two outputs that are typeset from the same source next to each other. My bad.
>
Ah, I misunderstood the synchronization to be about synchronization in time
between source and typeset output, while the question was about
synchronizing two outputs that are typeset from the same source next to
each other. My bad. However, I couldn't find anything on one-vs-two columns
other than
No it does not require that, if I am understanding you correctly. You just
need to add the two-column specific commands and use them, as appropriate.
Robby
On Wed, Jan 30, 2019 at 1:57 AM Marc Kaufmann
wrote:
> Since you say that it requires dropping to the latex level, does it mean
> that doin
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 y
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
15 matches
Mail list logo