home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / cwp.zip / VP.XSU < prev    next >
Text File  |  1990-10-07  |  3KB  |  64 lines

  1. ; VP.XSU - Crossword Publisher 1.0 Setup file for Xerox Ventura Publisher
  2. ; Copyright (c) 1990, Longridge Software. All rights reserved.
  3. ; Author: Richard L. Siddall, 07-OCT-90.
  4. ;
  5. ; IMPORTANT NOTE: XWP will object if any of these strings is missing, and
  6. ; expects them in this order. MODIFY THIS FILE CAREFULLY. KEEP A BACKUP.
  7. ; XWP concatenates strings on consecutive lines if the first line does not end
  8. ; with a semi-colon or comma.
  9. ;
  10. ; This file illustrates one possible way of generating text from a crossword
  11. ; for direct importation into Ventura as an ASCII text file.
  12. ; Print it out and examine it.
  13. ; The lines controlling the format of the clues file are identical to those
  14. ; in the other setup files, since we assume you will use Ventura Publisher
  15. ; to typeset the clues for you.
  16. ; The matrix is generated with one paragraph for each cell.
  17. ; Different tags are used for blank and non-blank cells.
  18. ; The cell number appears first, then the cell letter, if any, after the first
  19. ; tab. We recommend that you set the tag alignment to left and the first
  20. ; tab alignment to center.
  21. ;
  22. ; String starting clues file - receives title and author
  23. "@Headline = %s<$M[CROSSWORD]>\n\n"
  24. "@Byline = Devised by %s\n\n"
  25. "@Section = CLUES ACROSS\n\n";
  26. ; String starting clues down
  27. "@Section = CLUES DOWN\n\n";
  28. ; String for each clue - receives number, clue and optional length
  29. "@Unindent = %d. %s%s\n\n";
  30. ; String ending clues file
  31. "The solution to this crossword will be printed in the next issue.";
  32. ; String for unsolved cell - receives number
  33. "@WHITE_CELL = %s";
  34. ; String for solved cell - receives number and one letter of solution
  35. "@WHITE_CELL = %s\t%c";
  36. ; String for number - receives number
  37. "<^>%d<D>";
  38. ; String for blank cell
  39. "@BLACK_CELL = ";
  40. ; String separating cells
  41. "\n\n";
  42. ; String ending row of cells
  43. "\n\n@COL_BREAK = \n\n";
  44. ; String starting crossword matrix - receives width in cells
  45. "";
  46. ; Header row cell text - blank suppresses header row
  47. "";
  48. ; String ending crossword matrix
  49. "";
  50. ; String preceeding solution length in clues file
  51. " (";
  52. ; String following solution length in clues file
  53. ").";
  54. ; String separating parts of solution length in clues file
  55. ", ";
  56. ; String for "Same as 13 across" clue - receives number and direction of clue
  57. "Same as %d %s";
  58. ; String for "Opposite of 13 across" clue - receives number and direction of clue
  59. "Opposite of %d %s";
  60. ; String for across in generated clues
  61. "across";
  62. ; String for down in generated clues
  63. "down";
  64.