├── .gitignore ├── Document fonts ├── AdobeFnt16.lst ├── FiraMono-Bold.otf ├── FiraMono-Regular.otf └── LICENSE ├── LICENSE.md ├── README.md ├── examples ├── banner.jpg ├── cooper-hewitt.indd ├── cooper-hewitt.pdf ├── cooper-hewitt.png ├── cooper-hewitt2.png ├── cooper-hewitt3.png ├── cooper-hewitt4.png ├── cooper-hewitt5.png └── cooper-hewitt6.png ├── proof.idml └── proof.indd /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | ~* 3 | -------------------------------------------------------------------------------- /Document fonts/AdobeFnt16.lst: -------------------------------------------------------------------------------- 1 | %!Adobe-FontList 1.16 2 | %Locale:0x409 3 | 4 | %BeginFont 5 | Handler:DirectoryHandler 6 | FontType:Type1 7 | FontName:FiraMono-Bold 8 | FamilyName:Fira Mono 9 | StyleName:Bold 10 | MenuName:Fira Mono 11 | StyleBits:2 12 | WeightClass:700 13 | WidthClass:5 14 | AngleClass:0 15 | FullName:Fira Mono Bold 16 | WritingScript:Roman 17 | OutlineFileName:\FiraMono-Bold.otf 18 | DataFormat:sfntData 19 | UsesStandardEncoding:yes 20 | isCFF:yes 21 | FileLength:95396 22 | FileModTime:1405074306 23 | NameArray:0,Mac,4,Fira Mono Bold 24 | NameArray:0,Win,1,Fira Mono 25 | %EndFont 26 | 27 | %BeginFont 28 | Handler:DirectoryHandler 29 | FontType:Type1 30 | FontName:FiraMono-Regular 31 | FamilyName:Fira Mono 32 | StyleName:Regular 33 | MenuName:Fira Mono 34 | StyleBits:0 35 | WeightClass:400 36 | WidthClass:5 37 | AngleClass:0 38 | FullName:Fira Mono 39 | WritingScript:Roman 40 | OutlineFileName:\FiraMono-Regular.otf 41 | DataFormat:sfntData 42 | UsesStandardEncoding:yes 43 | isCFF:yes 44 | FileLength:92656 45 | FileModTime:1405074306 46 | NameArray:0,Mac,4,Fira Mono 47 | NameArray:0,Win,1,Fira Mono 48 | %EndFont 49 | 50 | %BeginFont 51 | Handler:DirectoryHandler 52 | FontType:Invalid 53 | OutlineFileName:\LICENSE 54 | FileLength:4530 55 | FileModTime:1424388997 56 | %EndFont 57 | 58 | -------------------------------------------------------------------------------- /Document fonts/FiraMono-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/Document fonts/FiraMono-Bold.otf -------------------------------------------------------------------------------- /Document fonts/FiraMono-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/Document fonts/FiraMono-Regular.otf -------------------------------------------------------------------------------- /Document fonts/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ 2 | with Reserved Font Name Fira Sans. 3 | 4 | Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ 5 | with Reserved Font Name Fira Mono. 6 | 7 | Copyright (c) 2014, Telefonica S.A. 8 | 9 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 10 | This license is copied below, and is also available with a FAQ at: 11 | http://scripts.sil.org/OFL 12 | 13 | 14 | ----------------------------------------------------------- 15 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 16 | ----------------------------------------------------------- 17 | 18 | PREAMBLE 19 | The goals of the Open Font License (OFL) are to stimulate worldwide 20 | development of collaborative font projects, to support the font creation 21 | efforts of academic and linguistic communities, and to provide a free and 22 | open framework in which fonts may be shared and improved in partnership 23 | with others. 24 | 25 | The OFL allows the licensed fonts to be used, studied, modified and 26 | redistributed freely as long as they are not sold by themselves. The 27 | fonts, including any derivative works, can be bundled, embedded, 28 | redistributed and/or sold with any software provided that any reserved 29 | names are not used by derivative works. The fonts and derivatives, 30 | however, cannot be released under any other type of license. The 31 | requirement for fonts to remain under this license does not apply 32 | to any document created using the fonts or their derivatives. 33 | 34 | DEFINITIONS 35 | "Font Software" refers to the set of files released by the Copyright 36 | Holder(s) under this license and clearly marked as such. This may 37 | include source files, build scripts and documentation. 38 | 39 | "Reserved Font Name" refers to any names specified as such after the 40 | copyright statement(s). 41 | 42 | "Original Version" refers to the collection of Font Software components as 43 | distributed by the Copyright Holder(s). 44 | 45 | "Modified Version" refers to any derivative made by adding to, deleting, 46 | or substituting -- in part or in whole -- any of the components of the 47 | Original Version, by changing formats or by porting the Font Software to a 48 | new environment. 49 | 50 | "Author" refers to any designer, engineer, programmer, technical 51 | writer or other person who contributed to the Font Software. 52 | 53 | PERMISSION & CONDITIONS 54 | Permission is hereby granted, free of charge, to any person obtaining 55 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 56 | redistribute, and sell modified and unmodified copies of the Font 57 | Software, subject to the following conditions: 58 | 59 | 1) Neither the Font Software nor any of its individual components, 60 | in Original or Modified Versions, may be sold by itself. 61 | 62 | 2) Original or Modified Versions of the Font Software may be bundled, 63 | redistributed and/or sold with any software, provided that each copy 64 | contains the above copyright notice and this license. These can be 65 | included either as stand-alone text files, human-readable headers or 66 | in the appropriate machine-readable metadata fields within text or 67 | binary files as long as those fields can be easily viewed by the user. 68 | 69 | 3) No Modified Version of the Font Software may use the Reserved Font 70 | Name(s) unless explicit written permission is granted by the corresponding 71 | Copyright Holder. This restriction only applies to the primary font name as 72 | presented to the users. 73 | 74 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 75 | Software shall not be used to promote, endorse or advertise any 76 | Modified Version, except to acknowledge the contribution(s) of the 77 | Copyright Holder(s) and the Author(s) or with their explicit written 78 | permission. 79 | 80 | 5) The Font Software, modified or unmodified, in part or in whole, 81 | must be distributed entirely under this license, and must not be 82 | distributed under any other license. The requirement for fonts to 83 | remain under this license does not apply to any document created 84 | using the Font Software. 85 | 86 | TERMINATION 87 | This license becomes null and void if any of the above conditions are 88 | not met. 89 | 90 | DISCLAIMER 91 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 92 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 93 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 94 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 95 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 96 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 97 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 98 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 99 | OTHER DEALINGS IN THE FONT SOFTWARE. 100 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright © 2014–2015 Kenneth Ormandy 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of 6 | this software and associated documentation files (the “Software”), to deal in 7 | the Software without restriction, including without limitation the rights to 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Software, and to permit persons to whom the Software is furnished to do so, 10 | subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 17 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![](examples/banner.jpg)](https://github.com/kennethormandy/proof/archive/master.zip) 2 | 3 | *** 4 | 5 | # Proof 6 | 7 | A very basic template for proofing type with InDesign. Intended for use with generated sample text from [Word-O-Mat](https://github.com/ninastoessinger/word-o-mat). 8 | 9 | __[Download](https://github.com/kennethormandy/proof/archive/master.zip)__ 10 | 11 | ## Considerations 12 | 13 | - __Includes space for basic information__ so your instructors and mentors know what they are looking at 14 | - __Automatically updates the date and time__ on print or export so you don’t get confused about what proof you’re reviewing 15 | - __Includes reference glyph section__ so you can mark all corrections in one place 16 | 17 | ## Contributing 18 | 19 | Comments or suggestions for future versions? Made your own version of the template? [Open an issue on GitHub](https://github.com/kennethormandy/proof/issues/) and let me know, or [reply to me on Twitter](http://twitter.com/kennethormandy). Thanks! 20 | 21 | ## License 22 | 23 | [The MIT License (MIT)](LICENSE.md) 24 | 25 | Copyright © 2014–2015 [Kenneth Ormandy](http://kennethormandy.com) 26 | 27 | [Mozilla’s Fira](https://github.com/mozilla/Fira) is included in this project [under the terms of its license](https://github.com/mozilla/Fira/blob/master/LICENSE). Examples use the [Cooper Hewitt typeface](https://github.com/cooperhewitt/cooperhewitt-typeface). 28 | -------------------------------------------------------------------------------- /examples/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/banner.jpg -------------------------------------------------------------------------------- /examples/cooper-hewitt.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt.indd -------------------------------------------------------------------------------- /examples/cooper-hewitt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt.pdf -------------------------------------------------------------------------------- /examples/cooper-hewitt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt.png -------------------------------------------------------------------------------- /examples/cooper-hewitt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt2.png -------------------------------------------------------------------------------- /examples/cooper-hewitt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt3.png -------------------------------------------------------------------------------- /examples/cooper-hewitt4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt4.png -------------------------------------------------------------------------------- /examples/cooper-hewitt5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt5.png -------------------------------------------------------------------------------- /examples/cooper-hewitt6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/examples/cooper-hewitt6.png -------------------------------------------------------------------------------- /proof.idml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/proof.idml -------------------------------------------------------------------------------- /proof.indd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethormandy/proof/d08584512fc76a8582cf8633f654414e30ba8d9a/proof.indd --------------------------------------------------------------------------------