{"id":1928,"date":"2016-11-17T21:47:50","date_gmt":"2016-11-17T20:47:50","guid":{"rendered":"http:\/\/monodes.com\/predaelli\/?p=1928"},"modified":"2016-11-17T15:48:40","modified_gmt":"2016-11-17T14:48:40","slug":"checkered-background-in-latex-documents","status":"publish","type":"post","link":"https:\/\/monodes.com\/predaelli\/2016\/11\/17\/checkered-background-in-latex-documents\/","title":{"rendered":"Checkered background in LaTeX documents"},"content":{"rendered":"<p><a href=\"http:\/\/tex.stackexchange.com\/questions\/37218\/making-a-checkered-background-for-a-page\"><img data-recalc-dims=\"1\" decoding=\"async\" class=\"size-full alignleft\" src=\"https:\/\/i0.wp.com\/monodes.com\/predaelli\/wp-content\/uploads\/sites\/4\/2016\/11\/CTaIn.png?w=910\" alt=\"\" \/><\/a> <em><a href=\"http:\/\/tex.stackexchange.com\/questions\/37218\/making-a-checkered-background-for-a-page\">Making a checkered background for a page &#8211; TeX &#8211; LaTeX Stack Exchange<\/a><\/em><\/p>\n<p><!--more--><!--nextpage--><\/p>\n<blockquote><p>I am writing a math work, and I&#8217;d like to create a background which looks like a math notebook. Any idea how to do it ?<\/p>\n<p>I found this solution, but I don&#8217;t know how to put it in a mini-page &#8230;omissis<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<blockquote><p>Here&#8217;s one possible solution using the <code class=\"\" data-line=\"\">background<\/code> package:<\/p>\n<pre class=\"lang-tex prettyprint prettyprinted\"><code class=\"\" data-line=\"\">&lt;span class=&quot;kwd&quot;&gt;\\documentclass&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;article&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\usepackage&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;background&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\usepackage&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;lipsum&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\newlength\\mylen&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\setlength\\mylen&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\dimexpr\\paperwidth&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;\/40&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\relax&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\SetBgScale&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;1&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\SetBgAngle&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;0&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\SetBgColor&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;blue!30&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\SetBgContents&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\tikz&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\draw&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;step&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;=&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\mylen&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt; &lt;span class=&quot;pun&quot;&gt;(&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;-.5&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\paperwidth&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;,-.5&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\paperheight&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;)&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt; grid &lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;.5&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\paperwidth&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;,.5&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\paperheight&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;)&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;;&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;document&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\lipsum&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;1-20&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;document&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}\n\n\n&lt;\/span&gt;<\/code><\/pre>\n<p>And here&#8217;s an adaptation for TikZ of the code found here, for the case of <code class=\"\" data-line=\"\">minipage<\/code>s; the main environment is <code class=\"\" data-line=\"\">gridmp<\/code> with an optional argument (the color for the rules) and a mandatory argument (the width of the <code class=\"\" data-line=\"\">minipage<\/code>):<\/p>\n<pre class=\"lang-tex prettyprint prettyprinted\"><code class=\"\" data-line=\"\">&lt;span class=&quot;kwd&quot;&gt;\\documentclass&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;article&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\usepackage&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;tikz&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\usepackage&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;lipsum&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\newcommand\\MyGrid&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;3&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]{&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n  &lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;tikzpicture&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;remember picture,overlay&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt;\n    &lt;span class=&quot;kwd&quot;&gt;\\draw&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;step&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;=&lt;\/span&gt;&lt;span class=&quot;lit&quot;&gt;3mm&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;,color&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;=&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;#1&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt; &lt;span class=&quot;pun&quot;&gt;(&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;0,0&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;)&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt; grid &lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;#3,#2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;)&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;;\n    &lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\draw&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;color&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;=&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;#1&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt; &lt;span class=&quot;pun&quot;&gt;(&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;0,#2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;)&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt; --  &lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;(&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;#3,#2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;)&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;;\n  &lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;tikzpicture&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\newlength\\MaxHt&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\newsavebox\\mybox&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\newenvironment&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;][&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;lightgray&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt;\n  &lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\def\\mycolor&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;#1&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n    &lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;lrbox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\mybox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n      &lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;minipage&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;#2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}}&lt;\/span&gt;\n  &lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;minipage&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n   &lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;lrbox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n   &lt;span class=&quot;kwd&quot;&gt;\\setlength\\MaxHt&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\dp\\mybox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\addtolength\\MaxHt&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;1.1&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\ht\\mybox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n   &lt;span class=&quot;kwd&quot;&gt;\\noindent&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n   &lt;span class=&quot;kwd&quot;&gt;\\raisebox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;-&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\dp\\mybox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\MyGrid&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\mycolor&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\MaxHt&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\wd\\mybox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}}&lt;\/span&gt;&lt;span class=&quot;com&quot;&gt;%&lt;\/span&gt;\n   &lt;span class=&quot;kwd&quot;&gt;\\usebox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\mybox&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n   &lt;span class=&quot;kwd&quot;&gt;\\vspace&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;lit&quot;&gt;0.5cm&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;document&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\linewidth&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\lipsum&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;blue!30&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\linewidth&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\lipsum&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\begin&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;green!30&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]{&lt;\/span&gt;&lt;span class=&quot;kwd&quot;&gt;\\linewidth&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\lipsum&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;[&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;2&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;]&lt;\/span&gt;\n&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;gridmp&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}&lt;\/span&gt;\n\n&lt;span class=&quot;kwd&quot;&gt;\\end&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;{&lt;\/span&gt;&lt;span class=&quot;pln&quot;&gt;document&lt;\/span&gt;&lt;span class=&quot;pun&quot;&gt;}\n\n&lt;\/span&gt;<\/code><\/pre>\n<pre class=\"lang-tex prettyprint prettyprinted\"><\/pre>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">Making a checkered background for a page &#8211; TeX &#8211; LaTeX Stack Exchange<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"https:\/\/monodes.com\/predaelli\/2016\/11\/17\/checkered-background-in-latex-documents\/\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false,"_members_access_role":[],"_members_access_error":""},"categories":[72,132],"tags":[],"class_list":["post-1928","post","type-post","status-publish","format-standard","hentry","category-documentations","category-tex"],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6daft-v6","jetpack-related-posts":[{"id":1931,"url":"https:\/\/monodes.com\/predaelli\/2016\/11\/18\/like-a-lined-notebook\/","url_meta":{"origin":1928,"position":0},"title":"Like a lined notebook?","author":"Paolo Redaelli","date":"2016-11-18","format":false,"excerpt":"Well, I\u00a0really want to make my next LaTeX notes looking like this! From\u00a0templates - How to use Latex to print a document to look like a lined notebook? - TeX - LaTeX Stack Exchange Well, actually I want it with a squared, checkered background, like paper sheets used in booklets","rel":"","context":"In &quot;Tex&quot;","block_context":{"text":"Tex","link":"https:\/\/monodes.com\/predaelli\/category\/tex\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1913,"url":"https:\/\/monodes.com\/predaelli\/2017\/05\/15\/cute-child-friendly-document-in-latex-tex-latex-stack-exchange\/","url_meta":{"origin":1928,"position":1},"title":"Cute (child-friendly) document in LaTeX &#8211; TeX &#8211; LaTeX Stack Exchange","author":"Paolo Redaelli","date":"2017-05-15","format":false,"excerpt":"Cute (child-friendly) document in LaTeX - TeX - LaTeX Stack Exchange","rel":"","context":"In &quot;Tex&quot;","block_context":{"text":"Tex","link":"https:\/\/monodes.com\/predaelli\/category\/tex\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":15916,"url":"https:\/\/monodes.com\/predaelli\/2026\/08\/15\/converting-typst-to-latex\/","url_meta":{"origin":1928,"position":2},"title":"Converting Typst to LaTeX","author":"Paolo Redaelli","date":"2026-08-15","format":false,"excerpt":"I've been using Typst a lot recently as it is much more comfortable to edit slides and documentation for civil engineering courses. Then I realized that academia wants LaTeX. Or Word. Luckily there are a lot of way to convert Typst documents to LaTeX Typst to LaTeX conversion is primarily\u2026","rel":"","context":"In &quot;Tex&quot;","block_context":{"text":"Tex","link":"https:\/\/monodes.com\/predaelli\/category\/tex\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1892,"url":"https:\/\/monodes.com\/predaelli\/2016\/11\/14\/tikz-library-for-structural-analysis\/","url_meta":{"origin":1928,"position":3},"title":"TikZ Library for Structural Analysis","author":"Paolo Redaelli","date":"2016-11-14","format":false,"excerpt":"TikZ Library for Structural Analysis Forum and resources for TeX, LaTeX, LyX and editors. Help for writing thesis, books, formatting text and fixing errors with support for TeX Live, MacTeX, MiKTeX. I know it may exist. Now I'm an happy engineer.... :)","rel":"","context":"In &quot;Documentations&quot;","block_context":{"text":"Documentations","link":"https:\/\/monodes.com\/predaelli\/category\/documentations\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2458,"url":"https:\/\/monodes.com\/predaelli\/2017\/05\/15\/authoring-rpg-books-in-latex\/","url_meta":{"origin":1928,"position":4},"title":"Authoring RPG books in LaTeX","author":"Paolo Redaelli","date":"2017-05-15","format":false,"excerpt":"publishing - Authoring RPG books in LaTeX: what packages to use? - TeX - LaTeX Stack Exchange I am intending on authoring a role playing game (RPG) and was wondering which LaTeX packages I should use. Fits exactly my needs. Authoring RPG books in LaTeX: what packages to use? up\u2026","rel":"","context":"In &quot;Role Play Games&quot;","block_context":{"text":"Role Play Games","link":"https:\/\/monodes.com\/predaelli\/category\/games\/role-play-games\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7709,"url":"https:\/\/monodes.com\/predaelli\/2020\/10\/24\/various-tikz\/","url_meta":{"origin":1928,"position":5},"title":"Various Tikz","author":"Paolo Redaelli","date":"2020-10-24","format":false,"excerpt":"Latex and Tikz allows to programmatically create beautiful documents, presentantions and graphics. Their documentation is clear but so extensive that one search the net for quick hacks, most often ending on Stack Exchange. Here's some of the hints I found useful https:\/\/tex.stackexchange.com\/questions\/217953\/tikz-objects-drawinghttps:\/\/tex.stackexchange.com\/questions\/415548\/quotes-with-tikzhttps:\/\/tex.stackexchange.com\/questions\/63560\/how-to-use-x-coordinate-of-a-point-and-y-coordinate-of-other-point#63562","rel":"","context":"In &quot;Tex&quot;","block_context":{"text":"Tex","link":"https:\/\/monodes.com\/predaelli\/category\/tex\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/posts\/1928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/comments?post=1928"}],"version-history":[{"count":0,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/posts\/1928\/revisions"}],"wp:attachment":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/media?parent=1928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/categories?post=1928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/tags?post=1928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}