From 14fd5d54f40a222277c9e73d22d3ef27e01c16f5 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 8 Jun 2019 09:24:39 -0700 Subject: [PATCH] column-break --- quad/quad/scribblings/quad.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quad/quad/scribblings/quad.scrbl b/quad/quad/scribblings/quad.scrbl index f74660cf..0c6640fa 100644 --- a/quad/quad/scribblings/quad.scrbl +++ b/quad/quad/scribblings/quad.scrbl @@ -428,8 +428,9 @@ Because Q-expressions are a subset of X-expressions, you can apply any tools tha @deftogether[(@defthing[line-break qexpr?] +@defthing[column-break qexpr?] @defthing[page-break qexpr?])]{ -The Q-expressions @racketresult['#,line-break] and @racketresult['#,page-break], respectively. Quadwriter will automatically insert line breaks and page breaks as needed. But you can also add them explicitly (aka ``hard'' breaks) by inserting the Q-expression denoting the break. +The Q-expressions @racketresult['#,line-break], @racketresult['#,column-break], and @racketresult['#,page-break], respectively. Quadwriter will automatically insert these breaks as needed. But you can also add them explicitly (aka ``hard'' breaks) by inserting the Q-expression denoting the break. }