Advertisement
junh1024

KC1 CW5 preset

Dec 31st, 2019
1,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Avisynth 12.88 KB | None | 0 0
  1. # Calendar Wizard Preset File
  2. #
  3. # Calendar Wizard Version: 5.0.20
  4. # Adobe InDesign Version: 8.0.0.370
  5. #
  6. # Lines staring with a '#' symbol are comments
  7.  
  8.  
  9. # Use Year Entry
  10. # -------------
  11. #   Either true of false
  12. Use Year Entry = false
  13.  
  14. # Holidays
  15. # --------
  16. Get Holidays From File = United_States_2014-2020:A
  17.  
  18.  
  19. # Start Year
  20. # --------------------
  21. # The script will only understand
  22. # eight years ago to 20 years in
  23. # the future
  24.  
  25. Start Year = 2020
  26.  
  27. # End Year
  28. # --------------------
  29. # The script will only understand
  30. # eight years ago to 20 years in
  31. # the future
  32.  
  33. End Year = 2020
  34.  
  35. # Custom Start Year
  36. # --------------------
  37. #   Any Year (4 digits)
  38. Custom Start Year = 2019
  39.  
  40. # Custom End Year
  41. # --------------------
  42. #   Any Year (4 digits)
  43. Custom End Year = 2019
  44.  
  45. # Start Month
  46. # --------------------
  47. #   January
  48. #   February
  49. #   March
  50. #   April
  51. #   May
  52. #   June
  53. #   July
  54. #   August
  55. #   September
  56. #   October
  57. #   November
  58. #   December
  59. Start Month = January
  60.  
  61. # End Month
  62. # --------------------
  63. #   January
  64. #   February
  65. #   March
  66. #   April
  67. #   May
  68. #   June
  69. #   July
  70. #   August
  71. #   September
  72. #   October
  73. #   November
  74. #   December
  75. End Month = December
  76.  
  77. # Language
  78. # --------------------
  79. #   English
  80. #   Arabic
  81. #   Azerbaijani
  82. #   Bosnian
  83. #   Bulgarian
  84. #   Catalan
  85. #   Chinese
  86. #   Croatian
  87. #   Czech
  88. #   Basque
  89. #   Danish
  90. #   Dutch
  91. #   Estonian
  92. #   Fulah
  93. #   Finnish
  94. #   French
  95. #   German
  96. #   Greek
  97. #   Hungarian
  98. #   Icelandic
  99. #   Italian
  100. #   Latvian
  101. #   Lithuanian
  102. #   Norwegian
  103. #   Polish
  104. #   Portuguese
  105. #   Romanian
  106. #   Russian
  107. #   Serbian Latin
  108. #   Serbian Cyrillic
  109. #   Slovak
  110. #   Slovenian
  111. #   Spanish
  112. #   Swedish
  113. #   Turkish
  114. Language = English
  115.  
  116. # Week Day Heading Style
  117. # --------------------
  118. #   Auto
  119. #   Short: S
  120. #   Mid: Sun
  121. #   Full: Sunday
  122. Week Day Heading Style = Auto
  123.  
  124. # Week Starts On
  125. # --------------------
  126. #   Sunday
  127. #   Monday
  128. #   Saturday
  129. Week Starts On = Monday
  130.  
  131. # Include Work Week
  132. # --------------------
  133. #   Either true or false
  134. Include Work Week = false
  135.  
  136. # Work Week Options
  137. # --------------------
  138. #   First Full Week
  139. #   Week including Jan 4 (ISO8601)
  140. #   Week Including Jan 1
  141. Work Week Options = First Full Week
  142.  
  143. # Work Week Prefix
  144. # --------------------
  145. #   Any Text
  146. Work Week Prefix =
  147.  
  148. # Include Moon Phase
  149. # --------------------
  150. #   Either true or false
  151. Include Moon Phase = false
  152.  
  153. # Moon Size (% of Cell)
  154. # --------------------
  155. #   Number between 1 and 100
  156. Moon Size (% of Cell) = 40
  157.  
  158. # Moon Rotation
  159. # --------------------
  160. #   Northern Hemisphere (DOC)
  161. #   Southern Hemisphere (COD)
  162. Moon Rotation = Northern Hemisphere (DOC)
  163.  
  164. # Import Styles From Reference Calendar
  165. # --------------------
  166. #   Either true or false
  167. Import Styles From Reference Calendar = false
  168.  
  169. # Grid Calendar Month Labeling Options
  170. # --------------------
  171. #   Exclude
  172. #   Month
  173. #   Month and Year
  174. Grid Calendar Month Labeling Options = Month and Year
  175.  
  176. # Include Mini Calendars
  177. # --------------------
  178. #   Either true or false
  179. Include Mini Calendars = false
  180.  
  181. # Mini-Calendar Month Labeling Options
  182. # --------------------
  183. #   Auto
  184. #   Month
  185. #   Month and Year
  186. Mini-Calendar Month Labeling Options = Auto
  187.  
  188. # Max Number of Rows
  189. # --------------------
  190. #   Auto
  191. #   5
  192. #   6
  193. Max Number of Rows = Auto
  194.  
  195. # Max Number of Rows in MiniCalendars
  196. # --------------------
  197. #   Auto
  198. #   6
  199. Max Number of Rows in MiniCalendars = Auto
  200.  
  201. # Include Week Day in Grid Calendars
  202. # --------------------
  203. #   Either true or false
  204. Include Week Day in Grid Calendars = true
  205.  
  206. # Include Non Month Days
  207. # --------------------
  208. #   Either true or false
  209. Include Non Month Days = false
  210.  
  211. # Highlight Sundays
  212. # --------------------
  213. #   Either true or false
  214. Highlight Sundays = false
  215.  
  216. # Highlight Holidays
  217. # --------------------
  218. #   Either true or false
  219. Highlight Holidays = true
  220.  
  221. # Dominant Highlight Preference
  222. # --------------------
  223. #   Holidays
  224. #   Saturday/Sunday
  225. Dominant Highlight Preference = Holidays
  226.  
  227. # List/Line Calendar Month Labeling Options
  228. # --------------------
  229. #   None
  230. #   Month Only
  231. #   Month & Year (one frame)
  232. #   Month & Year (two frames)
  233. List/Line Calendar Month Labeling Options = Month & Year (one frame)
  234.  
  235. # Highlight Weekend Options
  236. # --------------------
  237. #   None
  238. #   Weekends
  239. #   Sunday
  240. #   Saturday
  241. Highlight Weekend Options = Weekends
  242.  
  243. # Spacer Page
  244. # --------------------
  245. #   None
  246. #   Before
  247. #   After
  248. Spacer Page = None
  249.  
  250. # Include Cover Pages
  251. # --------------------
  252. #   Either true or false
  253. Include Cover Pages = false
  254.  
  255. # Add Custom Picture Frame To Spacer Page
  256. # --------------------
  257. #   Either true or false
  258. Add Custom Picture Frame To Spacer Page = false
  259.  
  260. # Add Custom Month/Yaer Frames To Spacer Page
  261. # --------------------
  262. #   Either true or false
  263. Add Custom Month/Yaer Frames To Spacer Page = false
  264.  
  265. # Include Styles For Every Day
  266. # --------------------
  267. #   Either true or false
  268. Include Styles For Every Day = false
  269.  
  270. # Line Calendar Days Per Line
  271. # --------------------
  272. #   1 Line
  273. #   2 Lines: 1st Gets Extra Day
  274. #   2 Lines: 2nd Gets Extra Day
  275. Line Calendar Days Per Line = 1 Line
  276.  
  277. # Put Empty Cells At End of Line
  278. # --------------------
  279. #   Either true or false
  280. Put Empty Cells At End of Line = true
  281.  
  282. # Line Calendar Orientation
  283. # --------------------
  284. #   Horizontal
  285. #   Vertical
  286. Line Calendar Orientation = Horizontal
  287.  
  288. # Line Calendar Cell Spacing
  289. # --------------------
  290. #   Auto
  291. #   Space Cells to Fill Frame
  292. #   Space Cells for 31 Days
  293. Line Calendar Cell Spacing = Auto
  294.  
  295. # Force Square Cells
  296. # --------------------
  297. #   Either true or false
  298. Force Square Cells = true
  299.  
  300. # Only Print The Day Name On First Day Of The Week
  301. # --------------------
  302. #   Either true or false
  303. Only Print The Day Name On First Day Of The Week = false
  304.  
  305. # Add Text Layer
  306. # --------------------
  307. #   Either true or false
  308. Add Text Layer = false
  309.  
  310. # Add Holiday Layer
  311. # --------------------
  312. #   Either true or false
  313. Add Holiday Layer = false
  314.  
  315. # Independant Holiday B Layer
  316. # --------------------
  317. #   Either true or false
  318. Independant Holiday B Layer = false
  319.  
  320. # Independant Holiday C Layer
  321. # --------------------
  322. #   Either true or false
  323. Independant Holiday C Layer = false
  324.  
  325. # Independant Holiday D Layer
  326. # --------------------
  327. #   Either true or false
  328. Independant Holiday D Layer = false
  329.  
  330. # Use Calendar Layer
  331. # --------------------
  332. #   Either true or false
  333. Use Calendar Layer = false
  334.  
  335. # Add Day of Year Layer
  336. # --------------------
  337. #   Either true or false
  338. Add Day of Year Layer = false
  339.  
  340. # Add Week Day Layer
  341. # --------------------
  342. #   Either true or false
  343. Add Week Day Layer = false
  344.  
  345. # Add Work Week Layer
  346. # --------------------
  347. #   Either true or false
  348. Add Work Week Layer = false
  349.  
  350. # Add Moons Layer
  351. # --------------------
  352. #   Either true or false
  353. Add Moons Layer = false
  354.  
  355. # Add Picture Layer
  356. # --------------------
  357. #   Either true or false
  358. Add Picture Layer = false
  359.  
  360. # Add Background Layer
  361. # --------------------
  362. #   Either true or false
  363. Add Background Layer = false
  364.  
  365. # List Calendar Column Order
  366. # --------------------
  367. #   Date, Day
  368. #   Day, Date
  369. List Calendar Column Order = Date, Day
  370.  
  371. # List Calendar Column Count
  372. # --------------------
  373. #   1
  374. #   2
  375. List Calendar Column Count = 2
  376.  
  377. # List Calendar Column Gutter
  378. # --------------------
  379. #   A Number
  380. List Calendar Column Gutter =
  381.  
  382. # Add Week Day Column To List Calendar
  383. # --------------------
  384. #   Either true or false
  385. Add Week Day Column To List Calendar = false
  386.  
  387. # Add Work Week Column To List Calendar
  388. # --------------------
  389. #   Either true or false
  390. Add Work Week Column To List Calendar = false
  391.  
  392. # Add Moon Phase Column To List Calendar
  393. # --------------------
  394. #   Either true or false
  395. Add Moon Phase Column To List Calendar = false
  396.  
  397. # Merge Date and Day Columns
  398. # --------------------
  399. #   Either true or false
  400. Merge Date and Day Columns = false
  401.  
  402. # Date WeekDay Delimiter
  403. # --------------------
  404. #   Arbitrary Text
  405. Date WeekDay Delimiter =
  406.  
  407. # Date Column Width
  408. # --------------------
  409. #   A number
  410. Date Column Width =
  411.  
  412. # Week Day Column Width
  413. # --------------------
  414. #   A number
  415. Week Day Column Width =
  416.  
  417. # Work Week Column Width
  418. # --------------------
  419. #   A number
  420. Work Week Column Width =
  421.  
  422. # Moon Column Width
  423. # --------------------
  424. #   A number
  425. Moon Column Width =
  426.  
  427. # Color Space
  428. # --------------------
  429. #   CMYK
  430. #   RGB
  431. #   Lab
  432. Color Space = CMYK
  433.  
  434. # Calendars Per Page
  435. # --------------------
  436. #   1
  437. #   2
  438. #   3
  439. #   4
  440. #   6
  441. #   8
  442. #   9
  443. #   10
  444. #   12
  445. Calendars Per Page = 1
  446.  
  447. # Document Target
  448. # --------------------
  449. #   Auto
  450. #   Current Text Frame
  451. #   New Document
  452. #   Current Document
  453. Document Target = Current Document
  454.  
  455. # Document Orientation
  456. # --------------------
  457. #   default
  458. #   Portrait
  459. #   Landscape
  460. Document Orientation = default
  461.  
  462. # Document Size
  463. # --------------------
  464. #   Letter
  465. #   Legal
  466. #   Tabloid
  467. #   Letter - Half
  468. #   Legal - Half
  469. #   A3
  470. #   A4
  471. #   A5
  472. #   B5
  473. Document Size = Letter
  474.  
  475. # Document Units
  476. # --------------------
  477. #   inches
  478. #   points
  479. #   centimeters
  480. Document Units = inches
  481.  
  482. # Custom Frame Units
  483. # --------------------
  484. #   inches
  485. #   points
  486. #   centimeters
  487. Custom Frame Units = inches
  488.  
  489. # Calendar Style Set
  490. # --------------------
  491. #  
  492. #   1
  493. #   2
  494. #   3
  495. #   4
  496. #   5
  497. #   6
  498. #   7
  499. #   8
  500. #   9
  501. #   10
  502. #   11
  503. #   12
  504. #   13
  505. #   14
  506. #   15
  507. Calendar Style Set =
  508.  
  509. # Document Height
  510. # --------------------
  511. #   A number
  512. Document Height =
  513.  
  514. # Document Width
  515. # --------------------
  516. #   A number
  517. Document Width =
  518.  
  519. # Document Bleed
  520. # --------------------
  521. #   A number
  522. Document Bleed =
  523.  
  524. # Document Margins
  525. # --------------------
  526. #   A number
  527. Document Margins =
  528.  
  529. # Calendar Custom Size Y1
  530. # --------------------
  531. #   A number
  532. Calendar Custom Size Y1 =
  533.  
  534. # Calendar Custom Size Y2
  535. # --------------------
  536. #   A number
  537. Calendar Custom Size Y2 =
  538.  
  539. # Calendar Custom Size X1
  540. # --------------------
  541. #   A number
  542. Calendar Custom Size X1 =
  543.  
  544. # Calendar Custom Size X2
  545. # --------------------
  546. #   A number
  547. Calendar Custom Size X2 =
  548.  
  549. # Calendar Custom Top Edge
  550. # --------------------
  551. #   A number
  552. Calendar Custom Top Edge =
  553.  
  554. # Calendar Custom Left Edge
  555. # --------------------
  556. #   A number
  557. Calendar Custom Left Edge =
  558.  
  559. # Calendar Custom Width
  560. # --------------------
  561. #   A number
  562. Calendar Custom Width =
  563.  
  564. # Calendar Custom Height
  565. # --------------------
  566. #   A number
  567. Calendar Custom Height =
  568.  
  569. # Month Custom Size Y1
  570. # --------------------
  571. #   A number
  572. Month Custom Size Y1 =
  573.  
  574. # Month Custom Size Y2
  575. # --------------------
  576. #   A number
  577. Month Custom Size Y2 =
  578.  
  579. # Month Custom Size X1
  580. # --------------------
  581. #   A number
  582. Month Custom Size X1 =
  583.  
  584. # Month Custom Size X2
  585. # --------------------
  586. #   A number
  587. Month Custom Size X2 =
  588.  
  589. # Month Custom Top Edge
  590. # --------------------
  591. #   A number
  592. Month Custom Top Edge =
  593.  
  594. # Month Custom Left Edge
  595. # --------------------
  596. #   A number
  597. Month Custom Left Edge =
  598.  
  599. # Month Custom Width
  600. # --------------------
  601. #   A number
  602. Month Custom Width =
  603.  
  604. # Month Custom Height
  605. # --------------------
  606. #   A number
  607. Month Custom Height =
  608.  
  609. # Year Custom Size Y1
  610. # --------------------
  611. #   A number
  612. Year Custom Size Y1 =
  613.  
  614. # Year Custom Size Y2
  615. # --------------------
  616. #   A number
  617. Year Custom Size Y2 =
  618.  
  619. # Year Custom Size X1
  620. # --------------------
  621. #   A number
  622. Year Custom Size X1 =
  623.  
  624. # Year Custom Size X2
  625. # --------------------
  626. #   A number
  627. Year Custom Size X2 =
  628.  
  629. # Year Custom Top Edge
  630. # --------------------
  631. #   A number
  632. Year Custom Top Edge =
  633.  
  634. # Year Custom Left Edge
  635. # --------------------
  636. #   A number
  637. Year Custom Left Edge =
  638.  
  639. # Year Custom Width
  640. # --------------------
  641. #   A number
  642. Year Custom Width =
  643.  
  644. # Year Custom Height
  645. # --------------------
  646. #   A number
  647. Year Custom Height =
  648.  
  649. # Picture Custom Size Y1
  650. # --------------------
  651. #   A number
  652. Picture Custom Size Y1 =
  653.  
  654. # Picture Custom Size Y2
  655. # --------------------
  656. #   A number
  657. Picture Custom Size Y2 =
  658.  
  659. # Picture Custom Size X1
  660. # --------------------
  661. #   A number
  662. Picture Custom Size X1 =
  663.  
  664. # Picture Custom Size X2
  665. # --------------------
  666. #   A number
  667. Picture Custom Size X2 =
  668.  
  669. # Picture Custom Top Edge
  670. # --------------------
  671. #   A number
  672. Picture Custom Top Edge =
  673.  
  674. # Picture Custom Left Edge
  675. # --------------------
  676. #   A number
  677. Picture Custom Left Edge =
  678.  
  679. # Picture Custom Width
  680. # --------------------
  681. #   A number
  682. Picture Custom Width =
  683.  
  684. # Picture Custom Height
  685. # --------------------
  686. #   A number
  687. Picture Custom Height =
  688.  
  689. # Custom Frame Defined By Height and Width
  690. # --------------------
  691. #   Either true or false
  692. Custom Frame Defined By Height and Width = true
  693.  
  694. # Document Units
  695. # --------------------
  696. #   inches
  697. #   points
  698. #   centimeters
  699. Document Units = inches
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement