Questions tagged [grids]

{grids} is about the arrangement of elements next to each other and/or among each other according to multiples of a specified uniform distance. Grids can either be visible and drawn via packages like tikz-pgf or used as an invisible design aid to facilitate the positioning of elements.

{grids} is about the arrangement of elements next to each other and/or among each other according to multiples of a specified uniform distance. Grids can either be visible and drawn via packages like tikz-pgf or used as an invisible design aid to facilitate the positioning of elements.

225 questions
3
votes
0 answers

Dot grid in latex as background

I'm trying to make a printable daily planner using Tex. This would be my first project. What I want to achieve is for all the pages to have a dot grid background with the standard 0.5 cm space between dots and the ability to vary opacity and color.…
reivan
  • 31
  • 2
1
vote
1 answer

Grid of grids in TikZ

How is it possible to make a grid of smaller grids, say 3x3, which are separated/ padded? (the small grids are also aligned vertically/horizontally in a grid). I believe we may use some form of \draw (x,y) grid (a,b) and \foreach loop, but I'm not…
cerebrou
  • 801
1
vote
1 answer

Grid with a number

I know how to create a grid by using TikZ and the following: \documentclass[a4paper,10pt,table]{book} \usepackage{tikz} \usetikzlibrary{arrows,plotmarks} \def\quadrill#1{\smallbreak\textcolor{gray} …
jowe_19
  • 939
1
vote
1 answer

How to make single-spaced quotation in double-spaced document using grid package

I am new user and learning. I am interested in grid layout using grid.sty and trying to get a simple two column, double-spaced document with single-spaced quotation. I did baseline fontsize=12pt and baseline=28.8pt (twice the given option on grid…
0
votes
3 answers

How to use the package logpap?

Please help (or provide) me a real example for the package logpap. I have searched the web and found no real latex example or no real manual either for this package. I have guessed something like…
0
votes
1 answer

fill main content box with grid

I found this template online (http://www.latextemplates.com/template/engineering-calculation-paper) and its almost what I want, but instead of have the background blue i want to have it a grid - like a maths copy book. Can anyone help with this? I…
0
votes
1 answer

Grid a single page

Based on this, I'd like to grid a single page using the grid style provided in the link. (Note that I don't want to grid the whole pages, just the one I want to.)
Schwale
  • 2,049