All Projects → jrblevin → dot-grid-paper

jrblevin / dot-grid-paper

Licence: MIT license
Dot Grid Paper

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dot-grid-paper

Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (+132.99%)
Mutual labels:  paper
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+2736.08%)
Mutual labels:  paper
glico-learning-small-sample
Generative Latent Implicit Conditional Optimization when Learning from Small Sample ICPR 20'
Stars: ✭ 20 (-79.38%)
Mutual labels:  paper
Robosumo
Code for the paper "Continuous Adaptation via Meta-Learning in Nonstationary and Competitive Environments"
Stars: ✭ 234 (+141.24%)
Mutual labels:  paper
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+3360.82%)
Mutual labels:  paper
RCAPapers
Papers about Root Cause Analysis in MicroService Systems. Reference to Paper Notes: https://dreamhomes.top/
Stars: ✭ 89 (-8.25%)
Mutual labels:  paper
Awesome Gans And Deepfakes
A curated list of GAN & Deepfake papers and repositories.
Stars: ✭ 224 (+130.93%)
Mutual labels:  paper
MTF
Modular Tracking Framework
Stars: ✭ 99 (+2.06%)
Mutual labels:  paper
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+158.76%)
Mutual labels:  paper
PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (+20.62%)
Mutual labels:  paper
Enet Real Time Semantic Segmentation
ENet - A Neural Net Architecture for real time Semantic Segmentation
Stars: ✭ 238 (+145.36%)
Mutual labels:  paper
Awesome Grounding
awesome grounding: A curated list of research papers in visual grounding
Stars: ✭ 247 (+154.64%)
Mutual labels:  paper
alexnet-pytorch
Pytorch Implementation of AlexNet
Stars: ✭ 87 (-10.31%)
Mutual labels:  paper
Gpt 2
Code for the paper "Language Models are Unsupervised Multitask Learners"
Stars: ✭ 15,142 (+15510.31%)
Mutual labels:  paper
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+89.69%)
Mutual labels:  paper
Vehicle reid Collection
🚗 the collection of vehicle re-ID papers, datasets. 🚗
Stars: ✭ 225 (+131.96%)
Mutual labels:  paper
Pwc
Papers with code. Sorted by stars. Updated weekly.
Stars: ✭ 15,288 (+15660.82%)
Mutual labels:  paper
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (+18.56%)
Mutual labels:  paper
SpeechEnhancement
about Speech enhancement
Stars: ✭ 33 (-65.98%)
Mutual labels:  paper
deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (+4.12%)
Mutual labels:  paper

Dot Grid Paper

These are PDF templates for 0.25 inch dot grid paper in US letter, A4, and A6 formats.

Overview

Since they are in PDF format, the are useful for:

Several variations are included:

  • Orientation: portrait and landscape
  • Margin: top margin or full grid
  • Color: white or "antique"

Package Contents

  • dot-grid.sty - A LaTeX package which defines colors, margins, and a dot grid macro using TikZ.
  • dot-grid.py - A Python script which generates the TeX files.

Usage

  1. Run dot-grid.py to produce the .tex files directly into the tex directory.

  2. Run pdflatex on each .tex file as needed. For example:

    for file in tex/*.tex; do pdflatex $file; done;
    

    This will create the pdfs in the root directory.

Or, simply use the included output files in the pdf directory.

Specifications

  • For templates with a top margin, the first two rows of dots are omitted.

  • Antique color is rgb(255, 255, 244) or #fffff4.

  • Dot color is rgb(204, 204, 198) or #ccccc6.

  • Dot radius is 0.01 inches.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].