File:Graph paper mm A4.pdf
Original file (1,239 × 1,754 pixels, file size: 21 KB, MIME type: application/pdf, 5 pages)
Captions
Summary
[edit]DescriptionGraph paper mm A4.pdf |
English: Gray, blue, red, green, light green, black graph papers with 1 cm–0.5 cm–1 mm grids (page size: A4) in printable PDF format. |
Date | |
Source | Own work |
Author | László Németh |
Other versions |
|
PDF development InfoField | This PDF graphic was created with LibreOffice. |
Source code InfoField | LibreOffice code; Created in LibreOffice 4 with this LibreLogo program.
; Usage: Put this code into an English language document in LibO Writer,
; and click on the Start icon of the View»Toolbars»Logo toolbar.
; Modify these values, if needed:
color = “GRAY”
margin = 0.7cm ; min. margin width
line1 = 1cm ; main grid
line2 = 0.5cm ; medium grid, set to line1 to remove these lines
line3 = 1mm ; small grid, set to line1 to remove these lines
line1width = 1pt ; 1in/72
line2width = 1pt/2 ; 1in/144
line3width = 1in/300; for 300dpi
TO lines width dist
GLOBAL margin, line1
l = [INT ((PAGESIZE[0] – margin * 2) / line1), INT ((PAGESIZE[1] – margin * 2) / line1)]
leftmargin = (PAGESIZE[0]-l[0]*line1) / 2
topmargin = (PAGESIZE[1]-l[1]*line1) / 2
REPEAT 1 + PAGESIZE[width]/dist [
IF (REPCOUNT – 1) * dist > (l[width] * line1) [ BREAK ]
PENUP POSITION [leftmargin + (REPCOUNT-1) * dist * (1-width), (PAGESIZE[1] – topmargin) * (1-width) + ((REPCOUNT - 1) * dist + topmargin) * width]
PENDOWN HEADING 90*width
PENDOWN FORWARD l[1-width] * line1
]
END
HOME CLEARSCREEN HIDETURTLE
PICTURE [
PENCOLOR “INVISIBLE” FILLCOLOR “WHITE”
RECTANGLE PAGESIZE PENCOLOR color
PENSIZE line1width lines 0 line1 lines 1 line1
PENSIZE line2width lines 0 line2 lines 1 line2
PENSIZE line3width lines 0 line3 lines 1 line3
]
|
Licensing
[edit]This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:10, 25 July 2013 | 1,239 × 1,754, 5 pages (21 KB) | Nl74 (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following 3 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Author | Németh László |
---|---|
Software used | Writer |
Conversion program | LibreOffice 4.0 |
Encrypted | no |
Page size | 595 x 842 pts (A4) |
Version of PDF format | 1.4 |