Skip to content

Commit

Permalink
doc Add sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiorean committed Mar 11, 2022
1 parent dc332c7 commit 7101689
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/samples/fonts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Old font family Style New font family Style
Akzidenz Grotesk Regular AkzidenzGrotesk Regular
Akzidenz Grotesk Bold AkzidenzGrotesk Bold

Arial Regular Helvetica Neue Regular
Arial Bold Helvetica Neue Medium
Helvetica Regular Helvetica Neue Regular
Helvetica Medium Helvetica Neue Medium
Helvetica Bold Helvetica Neue Bold
Helvetica Neue LT Std 65 Medium Helvetica Neue Medium
Helvetica Neue LT Std 75 Bold Helvetica Neue Bold

# You can use ShowFonts.jsx to get a tab delimited list of document fonts for copy-pasting.
#
# The TSV file can be saved locally (in the active document folder or its parent folder) or as a global default
# (on the desktop, next to the script or in Indentz root); local files and files starting with '_' take precedence.
# You can include another TSV file by inserting '@path/to/file.txt' in the desired position, or the global default
# with '@default'. Blank lines and those prefixed with '#' are ignored. You can split a very long line into multiple
# lines with a backslash ('\') added at the end of each segment.
22 changes: 22 additions & 0 deletions docs/samples/layers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Name Color Visible Printable Order Variants
dielines Magenta yes yes above cut*, decoupe, die, die*cut, stanz*
covered area Red yes yes above covered area*, verdeckte flächen
visible area Yellow yes yes above nicht sicht*, rahmen, safe area, sicht*, *vi?ib*, vis?*

guides Magenta yes no above abstände, grid, masuratori
text & logos Green yes yes above copy, headline*, hl, logo, text*, txt, typ?
artwork Light Blue yes yes above aw, design, layout*
bg Red yes yes below back, *background*, bgg, fond, hg, hintergrund*

# Name: layer name
# Color: layer color (defaults to Light Blue; see UIColors.txt for color names)
# Visible: 'yes' or 'no' (defaults to 'yes')
# Printable: 'yes' or 'no' (defaults to 'yes')
# Order: 'above' or 'below' existing layers (defaults to 'above')
# Variants: a list of layers that will be merged with the base layer (case insensitive; '*' and '?' wildcards accepted)
#
# The TSV file can be saved locally (in the active document folder or its parent folder) or as a global default
# (on the desktop, next to the script or in Indentz root); local files and files starting with '_' take precedence.
# You can include another TSV file by inserting '@path/to/file.txt' in the desired position, or the global default
# with '@default'. Blank lines and those prefixed with '#' are ignored. You can split a very long line into multiple
# lines with a backslash ('\') added at the end of each segment.
12 changes: 12 additions & 0 deletions docs/samples/links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Link path Document links
path/to/img1.psd img1.*
img2-cmyk.tif img2_lowres.jpg, img2-rgb.*

# Link path: new link's absolute path, or just its name if it's in the same folder
# Document links: a list of document links that will be relinked if found (case insensitive; '*' and '?' wildcards accepted)
#
# The TSV file can be saved locally (in the active document folder or its parent folder) or as a global default
# (on the desktop, next to the script or in Indentz root); local files and files starting with '_' take precedence.
# You can include another TSV file by inserting '@path/to/file.txt' in the desired position, or the global default
# with '@default'. Blank lines and those prefixed with '#' are ignored. You can split a very long line into multiple
# lines with a backslash ('\') added at the end of each segment.
18 changes: 18 additions & 0 deletions docs/samples/qr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Filename Code On doc
File 1 Code 1 +
File 2_ABC Code 2 +
File 3_AC Code 3

# Filename: document name
# Code: any string
# On doc: any string: on existing document; empty or missing: on separate file

# You can insert '|' for manually splitting the label into several lines.
#
# If the document name ends with a separator (space/dot/underline/hyphen) followed by a sequence of digits or letters
# equal to the number of spreads, the code of each spread will have the appropriate suffix; when separate files are
# generated, they will be named in the same way (e.g., for 'Document_ABC.indd' with three spreads, 'Document_A_QR.pdf',
# 'Document_B_QR.pdf' and 'Document_C_QR.pdf' will be generated).
#
# The TSV file must be saved locally (in the active document folder).
# Files starting with '_' take precedence. Blank lines and those prefixed with # are ignored.
28 changes: 28 additions & 0 deletions docs/samples/swatches.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Name Color Model Color Space Values Variants
# Rich blacks
C=60 M=40 Y=40 K=100 process cmyk 60 40 40 100
C=40 M=5 Y=5 K=100 process cmyk 40 5 5 100

# Special colors
Safety margins spot rgb 0 180 255
Covered area spot rgb 255 0 128 verdeckter bereich
Visible area spot rgb 255 180 0 safe area, visible mark
Cut spot rgb 255 0 0 cut, artios?couper, final cut
Fold spot rgb 0 128 255 fold, artios?raineur
Glue spot rgb 255 222 0
White spot rgb 255 255 200
Varnish spot rgb 200 255 100

# Name: swatch name
# Color Model: 'process' or 'spot' (defaults to 'process')
# Color Space: 'cmyk', 'rgb' or 'lab' (defaults to 'cmyk')
# Values: 3 values in 0-255 range for RGB;
# 4 values in 0-100 range for CMYK;
# 3 values in 0-100 (L), -128-127 (A and B) range for Lab
# Variants: a list of swatches that will be replaced by the base swatch (case insensitive; '*' and '?' wildcards accepted)
#
# The TSV file can be saved locally (in the active document folder or its parent folder) or as a global default
# (on the desktop, next to the script or in Indentz root); local files and files starting with '_' take precedence.
# You can include another TSV file by inserting '@path/to/file.txt' in the desired position, or the global default
# with '@default'. Blank lines and those prefixed with '#' are ignored. You can split a very long line into multiple
# lines with a backslash ('\') added at the end of each segment.

0 comments on commit 7101689

Please sign in to comment.