Sgeo has quit [Read error: Connection reset by peer]
bocaneri has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 260 seconds]
simendsjo has quit [Remote host closed the connection]
nikita` has quit [Quit: leaving]
dddddd has quit [Ping timeout: 258 seconds]
mario-goulart has joined #racket
bocaneri has quit [Ping timeout: 256 seconds]
bocaneri has joined #racket
simendsjo has joined #racket
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
lockywolf_ has joined #racket
lockywolf__ has quit [Ping timeout: 265 seconds]
badkins has joined #racket
orivej has joined #racket
badkins has quit [Ping timeout: 256 seconds]
libertyprime has quit [Quit: leaving]
lockywolf_ has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
dmiles has quit [Ping timeout: 260 seconds]
TCZ has joined #racket
logicmoo has joined #racket
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
aidalgol has quit [Read error: Connection reset by peer]
aidalgol has joined #racket
orivej has quit [Ping timeout: 256 seconds]
TCZ has quit [Quit: Leaving]
orivej has joined #racket
TCZ has joined #racket
aidalgol has quit [Quit: Using Circe, the loveliest of all IRC clients]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
TCZ has quit [Quit: Leaving]
bocaneri has quit [Ping timeout: 260 seconds]
FreeFull has quit [Quit: rebooting]
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #racket
bocaneri has joined #racket
FreeFull has joined #racket
badkins has joined #racket
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #racket
badkins has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
dvdmuckle has quit [Quit: Bouncer Surgery]
dvdmuckle has joined #racket
nebunez has joined #racket
dddddd has joined #racket
badkins has joined #racket
dddddd_ has joined #racket
dddddd__ has joined #racket
dddddd has quit [Ping timeout: 260 seconds]
dddddd__ is now known as dddddd
dddddd_ has quit [Ping timeout: 246 seconds]
dddddd has quit [Ping timeout: 256 seconds]
dddddd has joined #racket
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #racket
rgherdt has quit [Quit: Leaving]
rgherdt has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
TCZ has joined #racket
dataangel has quit [Ping timeout: 260 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
badkins has joined #racket
TCZ has quit [Quit: Leaving]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
simendsjo has quit [Ping timeout: 260 seconds]
dataangel has joined #racket
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
bocaneri has quit [Ping timeout: 260 seconds]
simendsjo has joined #racket
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
bocaneri has joined #racket
wild_buffalo has joined #racket
<wild_buffalo>
hi, how do I insert a hard linebreak in the middle of a paragraph in Scribble?
<wild_buffalo>
I'm trying "this is a line@linebreak" but I get the error
<wild_buffalo>
"not valid in document body (need a pre-part for decode)"
<wild_buffalo>
well looks like I needed to add {} at the end for some reason
simendsjo has quit [Ping timeout: 240 seconds]
<samth>
wild_buffalo: `linebreak` is a function, so you need to call it; you could also do `@linebreak[]`
badkins has quit [Remote host closed the connection]
<wild_buffalo>
right right, makes sense
<wild_buffalo>
@whatever is like accessing the thing directly instead of calling it, then?
<samth>
yes, `@whatever` just turns into a reference to `whatever`
<wild_buffalo>
thanks
TCZ has joined #racket
bocaneri has quit [Ping timeout: 265 seconds]
<wild_buffalo>
Follow up question if you know the answer, is there a way to customize the title page of a pdf without outputing the Latex and doing it there?
<wild_buffalo>
I would like to add Babel to the preamble and also have a slightly different title page
badkins has joined #racket
<samth>
to add babel to the preamble there are a couple options
<samth>
the easiest is to just use the `--prefix` option
<wild_buffalo>
right, when compiling?
<wild_buffalo>
that's too bad that there isn't a built in way to set the document's language