Jump to content

File:Graph paper mm A4.pdf

From Wikimedia Commons, the free media repository
    Go to page
    next page →
    next page →
    next page →
    Original file (1,239 × 1,754 pixels, file size: 21 KB, MIME type: application/pdf, 5 pages)

    Captions

    Captions

    Add a one-line explanation of what this file represents

    Summary

    [edit]
    Description
    English: green, 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]
    I, the copyright holder of this work, hereby publish it under the following license:
    Creative Commons CC-Zero 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.

    File history

    Click on a date/time to view the file as it appeared at that time.

    Date/TimeThumbnailDimensionsUserComment
    current16:10, 25 July 2013Thumbnail for version as of 16:10, 25 July 20131,239 × 1,754, 5 pages (21 KB)Nl74 (talk | contribs)User created page with UploadWizard

    File usage on other wikis

    The following other wikis use this file:

    Metadata