home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / pagemaker-faq / part3 < prev   
Encoding:
Text File  |  1995-07-25  |  33.2 KB  |  672 lines

  1. Subject: PageMaker Frequently Asked Questions, part 3/3
  2. Newsgroups: bit.listserv.pagemakr,alt.aldus.pagemaker,alt.answers,news.answers
  3. From: gwp@cs.purdue.edu (Geoffrey William Peters)
  4. Date: 21 Jun 1994 11:07:06 GMT
  5.  
  6. Archive-name:  pagemaker-faq/part3
  7. Last-modified: 1994/06/17
  8. Version:       31
  9.    
  10.  
  11. This is part three of the Frequently Asked Questions listing for the Pagemaker
  12. Bitnet Listserv. This file can be retrieved in its entirity along with other
  13. Pagemaker related documents via anonymous FTP at ftp.dopig.uab.edu in the   
  14. info/pagemakr/faq directory. Hypertexted versions are also available. Please 
  15. see part one of the FAQ for more information.
  16. ==============================================================================
  17.  
  18.  
  19. ------------------------------------------------------------------------------
  20. 5. Importing / Exporting Files
  21. ------------------------------------------------------------------------------
  22.  
  23.    ---------------------------------------------------------------------------
  24. --> 5.1  What is PostScript? 
  25.          What different types of graphic file formats exist?
  26.    ---------------------------------------------------------------------------
  27.    
  28.    This question delves into the pros and cons of .EPS, .PCX, .TIF file
  29.    formats, among others.
  30.    
  31.    The two main graphic formats are bitmapped/raster images (e.g. TIFF and
  32.    PCX) and vector images (e.g. PostScript). Bitmapped images are based on
  33.    pixels while the vector images are based on curves and line segments. 
  34.    
  35.    As a result, bitmapped images have poor qualities when expanded to higher
  36.    resolution than their original size; typically jagged edges, or jaggies,
  37.    become more evident when bitmapped images are increased in size.
  38.    PostScript images, on the other hand, maintain their definitions when
  39.    their size is increased.
  40.    
  41.    There are many utilities available that will convert between the many
  42.    different file formats.
  43.    
  44.    Regarding PostScript, it is important to remember that PostScript is
  45.    fundamentally a programming language that is used mainly in graphical
  46.    environments. It also tends to be oriented towards printer/plotter type
  47.    devices, although Display PostScript allows direct video interpretation
  48.    of a PostScript file. Also, PostScript files are ASCII, allowing them to
  49.    be transported via e-mail (in most cases).
  50.    
  51.    PostScript files are stored in either .EPS or .PS formats. The .PS format
  52.    is simply a file containing straight PostScript commands. Unless you have
  53.    Display PostScript (i.e. NeXT), you will not be able to directly display
  54.    a straight .PS file without a program to interpret it. One such program
  55.    is GhostScript (which also allows PostScript files to be printed on
  56.    non-PostScript devices). To compute .PS bounding boxes, see the next
  57.    question. 
  58.    
  59.    Note also that there is also the DSC (Document Structuring Conventions)
  60.    format for PostScript that includes EPS files but not all general
  61.    PostScript files. Please contact Adobe or the PostScript FAQ for more
  62.    information.
  63.    
  64.    The Encapsulated PostScript File (.EPS) has the following requirements:
  65.    
  66.      1. Specifies that it is an EPS file in the header
  67.      2. Avoids certain PostScript commands that may cause problems if the
  68.         file were imported into a graphics application and may add a few
  69.         additional ones as well to assist in importing
  70.      3. Include a "BoundingBox" comment to specify its size
  71.      4. May include a low-resolution bitmapped preview image
  72.      5. Should be one page long (though not a requirement as far as I know).
  73.    
  74.    It is often assumed that an EPS file must have a bitmapped preview image,
  75.    but occasionally this is seen to be otherwise. This image allows you to
  76.    see a preview of the PostScript file on machines that cannot directly
  77.    display a PostScript image.
  78.    
  79.    In theory, the bitmap image is used only for display, but it is rumored
  80.    that a few rare programs actually use the bitmapped image to print the
  81.    image and not the PostScript commands. UGH!
  82.    
  83.    In summary for PostScript, the .PS files tend to be multi-page files
  84.    intended for direct download to a PostScript output device. The .PS files
  85.    are often created when you direct your printer output to a file. The .EPS
  86.    files tend to be one page or smaller images that are meant to be imported
  87.    as graphic images into an application. The best example of an .EPS file
  88.    is clipart from a professional company.
  89.    
  90.    If you want more information about PostScript (gulp), you can get
  91.    Jonathan Monsarrat's Postscript FAQ through FTP at rtfm.mit.edu (in the
  92.    /pub/usenet directory). The Archives (question 3.9)also has some more in
  93.    depth information about PostScript that is written by Jeff Bone and Chris
  94.    Dorsey.
  95.    
  96.    In terms of PageMaker, it could care less which type of PostScript file
  97.    it imports. If it is a .EPS image it will display the bitmap image (if
  98.    present) to assist in positioning. If the image is not present but the
  99.    BoundingBox command still is, then it should display a gray box the size
  100.    of the image. If the file is a straight .PS file, PageMaker will display
  101.    a gray box the size of the page. Note that this .PS file could be several
  102.    pages long, although only taking up one page in PageMaker (one roundabout
  103.    way to download a PostScript file to a printer).
  104.    
  105.    As for the bitmapped arena, many of the list's subscribers have expressed
  106.    a preference for the TIFF format over PCX. Scanned images stored as
  107.    bitmaps generally take less room than a Postscript version. Compressed
  108.    TIFF images are even smaller, naturally.
  109.    
  110.    Another file type commonly used is the GIF format. This raster format was
  111.    created by CompuServe and is used mainly for display purposes. The GIF
  112.    format is compressed so that the image will take a minimal amount of
  113.    space. JPG or JPEG files are further (lossy) compressions of GIF files
  114.    that are commonly found; JPEGs tend to lose a minimal amount of image
  115.    definition.
  116.    
  117.    If you would like some more information on graphic formats, please
  118.    consult the SCANTIPS.FAQ and SCANTIP2.FAQ files in the Archives (question
  119.    3.9).
  120.    
  121.  
  122.    ---------------------------------------------------------------------------
  123. --> 5.2  When I import a graphic I just get a gray box.
  124.          How can I compute a PostScript bounding box?
  125.    ---------------------------------------------------------------------------
  126.    
  127.    As mentioned in the previous question (5.1), PostScript graphic files may
  128.    or may not contain a bitmapped "preview" image. When the PostScript file
  129.    does not contain a preview image, then PageMaker will display a gray box
  130.    of the size given in the Bounding Box comment within the PostScript file.
  131.    If PM fails to find the Bounding Box line as well, it will likely display
  132.    a box the size of an entire page.
  133.    
  134.    Since the preview image is simply for display purposes, the document will
  135.    still print just fine. The printer will know what to do with the
  136.    PostScript image. Having the image or at least a proper bounding box,
  137.    however, can be very useful in placing the image correctly on the page.
  138.    
  139.    If you are importing graphics from another application, check to see if
  140.    there is an option for including a preview image in the PostScript file.
  141.    If so, this should solve the problem. If not, then if your PostScript
  142.    image has a bounding box specifier, then you can position your image
  143.    according to the gray box. The box should be the smallest rectangle that
  144.    will completely encompass your image.
  145.    
  146.    If by chance the bounding box comment is not included, you can compute it
  147.    manually fairly easily. This is often a case when importing a PostScript
  148.    image that was printed to a PostScript file. If you get a gray box the
  149.    size of an entire page (and you know the image is not that large), there
  150.    are several options.
  151.    
  152.    First, you can use GhostView to determine the smallest box that encloses
  153.    the image (see question 5.3). You can use GhostView to determine the
  154.    coordinates on screen. Then, just add the bounding box lines as described
  155.    later in this question.
  156.    
  157.    There are also a few PostScript programs that will add bounding boxes for
  158.    you automatically. See the PostScript FAQ (mentioned in previous
  159.    question) for more information.
  160.    
  161.    If you do not have GhostView, here is what you can do: (and many thanks
  162.    goes to Chris Dorsey in New Zealand for this tip!)
  163.    
  164.      1. Print the PostScript file to your printer
  165.      
  166.      2. On the output, draw the smallest box that encloses the image on the
  167.         page.
  168.      
  169.      3. Using a ruler, measure the (X,Y) coordinates of the bottom left and
  170.         upper right corners of the box, relative to the bottom left corner
  171.         of the page. Convert the measurements to points (72 points per
  172.         inch). You now have LLx (lower left X), LLy (lower left Y), URx
  173.         (upper right X) and URy (upper right Y) coordinates.
  174.      
  175.      4. Edit the PostScript file with a text editor. The file should begin
  176.         with "%!PS-Adobe-x.x". If the file contains a screen "preview"
  177.         image, this string will be preceded by 32 "gibberish" characters.
  178.         Warning: take great care editing a PostScript file with a screen
  179.         "preview" image (make a backup copy). The first 32 bytes specify
  180.         (among other things) the offset and length of the screen image and
  181.         PostScript script within the file; so the file must remain the same
  182.         length! Plus, if it has a proper screen image, chances are likely
  183.         that you do not need to do this procedure.
  184.      
  185.      5. Insert the following line:
  186.      
  187.            %!PS-Adobe-2.0 EPSF-2.1
  188.      
  189.         at the start of the file, if an identical line is not already present.
  190.         Note that case and whitespace are significant, but the version
  191.         number is not important.
  192.      
  193.      6. Look near the beginning of the file for a line like
  194.      
  195.            %%BoundingBox: 0 0 595 842
  196.      
  197.         Add it if it is not there already (which is fairly likely). Be sure to
  198.         add the line before the "%%EndComment" line.
  199.      
  200.         Note that case is significant and there must not be any spaces before
  201.         the ":". The numbers are LLx, LLy, URx, URy. Change them to match
  202.         the values you measured off the output, e.g.:
  203.      
  204.            %%BoundingBox: 72 72 189 350
  205.      
  206.      7. Save the file. You can now import it into PageMaker.
  207.    
  208.  
  209.    ---------------------------------------------------------------------------
  210. --> 5.3  How do I convert from one graphic format to another?
  211.    ---------------------------------------------------------------------------
  212.    
  213.    Taking the view as presented in the PostScript question, there are two
  214.    realms of graphic formats: PostScript and bitmapped. In the bitmapped
  215.    realm, there are many public domain programs that convert between the
  216.    multitudes of bitmapped based graphics (checkout wuarchive). 
  217.    
  218.    As for going from straight PostScript to Encapsulated PostScript, the
  219.    conversion is usually not so cut-and-dry. (The good 'old "getting the E
  220.    back into the EPS" problem.) Most of the times, simply adding a bounding
  221.    box (question 5.2) will do the trick.
  222.    
  223.    For those of you who require a bitmap preview image, GhostScript and
  224.    GhostView are collectively a powerful software package for manipulating
  225.    and viewing PostScript files. GhostScript can be used to create an
  226.    encapsulated preview image in addition to allowing non-PostScript
  227.    printers to print PostScript files. Amazingly enough -- they are free and
  228.    available on both MS-Windows and X-Windows platforms. GhostScript comes
  229.    with an PS to EPS/EPSI converter; I hope to place this script and several
  230.    alternatives up on the Archives (question 3.9) soon. (Thanks goes to
  231.    Kevin Grover (grover@isri.unlv.edu) who is quite knowledgeable on the
  232.    subject!)
  233.    
  234.    SmartArt and Adobe's LaserTalk are also rumored to have the ability to
  235.    add the preview image to a PostScript file. Can anyone verify this?
  236.    
  237.    To convert from a bitmapped image to a EPS file you can use a tracing
  238.    program such as Corel TRACE! or FreeHand. To go the opposite way (EPS to
  239.    a bitmapped) there are such programs as GhostScript, FreeScript, and
  240.    Freedom of Press.
  241.    
  242.  
  243.    ---------------------------------------------------------------------------
  244. --> 5.4  How do I import WordPerfect Equations?
  245.    ---------------------------------------------------------------------------
  246.    
  247.    (Has anyone tried the new 5.0 or 6.0 WP import filter to see if it works
  248.    for equations?)
  249.    
  250.    At this point, the WordPerfect filter for PageMaker will not translate WP
  251.    equations. The current method is to print the equation to a PostScript
  252.    file and then import this file into PageMaker. Unfortunately, however, if
  253.    you are using a PC, a bitmapped image is likely not included, thus you
  254.    will have to manually compute the bounding boxes mentioned in question
  255.    5.2.
  256.    
  257.    For Mac users, however, Ken Kreshtool points out that the Apple
  258.    LaserWriter 8.x drivers now have an option to create an EPS file. After
  259.    choosing the destination to be to a file, the driver will allow you to
  260.    save the file as in "EPS Mac Enhanced Preview" format. Please note that
  261.    this method will work for any item.
  262.    
  263.  
  264.    ---------------------------------------------------------------------------
  265. --> 5.5  How do I import PageMaker 3.0 documents into PageMaker 5.0?
  266.    ---------------------------------------------------------------------------
  267.    
  268.    For the PC, there is a file on CompuServe called PM3PM4.ZIP that will do
  269.    the conversion. It is, however, almost 2 megabytes compressed. If you do
  270.    happen to download it, you will get many cheers from fellow list members
  271.    if you would upload it to an FTP site. (Contact me personally if you do
  272.    have it and I will tell you how to upload it to the Archives.)
  273.    
  274.    Judging by the size, however, it might be viable just to leave a
  275.    barebones copy of PageMaker 4.0 on your system for conversions. No word
  276.    on a Mac version yet -- if you hear about it, please let us know.
  277.    
  278.  
  279.    ---------------------------------------------------------------------------
  280. --> 5.6  How do I export the text of several (or all) unconnected stories?
  281.          How can I export my PageMaker file to straight ASCII text?
  282.    ---------------------------------------------------------------------------
  283.    
  284.    If you want to join together a several unconnected stories together into
  285.    one main story, there is a rather ingenious way to do it. This technique
  286.    is especially useful if you wish to export a PageMaker file to an ASCII
  287.    file.
  288.    
  289.    First open up a new PageMaker file and issue the place command. Specify
  290.    as a file your previous PageMaker file (make sure your PageMaker import
  291.    filter is installed). A list of the stories will appear and then select
  292.    the ones you want to join together. Keep in mind that you can in turn
  293.    import the new story into the old file.
  294.    
  295.  
  296.    ---------------------------------------------------------------------------
  297. --> 5.7  How can I import documents created in XXXX? (Word, WordPerfect, etc.)
  298.    ---------------------------------------------------------------------------
  299.    
  300.    There is no way that Aldus can keep all of their filters current with the
  301.    rate at which upgrades are available these days. If you have a
  302.    document/application that does not have a corresponding filter in
  303.    PageMaker, consider the following checklist:
  304.    
  305.      1. Do you have the latest version of PageMaker? Aldus releases new
  306.         filter packs only for the newest versions of PM.
  307.      
  308.      2. Do you have the latest filter pack from Aldus? For example, in the
  309.         Archives (question 3.9) there is a filter patch for PageMaker 5.0
  310.         that includes filters for WordPerfect 5.1 & 6.0, MS Excel, Table
  311.         Editor, GIF, CGM, and more. Other filter updates are continuously
  312.         being made available (such as MS Word 6.0) -- check the archives
  313.         or with the list for their availability.
  314.      
  315.      3. Have you tried exporting the file in the original application in
  316.         some other form, perhaps as an earlier version? For example, if you
  317.         do not have the MS Word 6.0 filter, you can save your documents in
  318.         the RTF format or as Word for Windows 2.0.
  319.      
  320.      4. If there is no filter at all, consider printing to a PostScript file
  321.         and import that. See question 5.4 for a more complete description.
  322.    
  323.  
  324. ------------------------------------------------------------------------------
  325. 6. Fonts and Special Characters
  326. ------------------------------------------------------------------------------
  327.  
  328.    ---------------------------------------------------------------------------
  329. --> 6.1  What are the different types of fonts available?
  330.          What is the difference between TrueType and PostScript fonts?
  331.          Which is better for working in PageMaker and why?
  332.    ---------------------------------------------------------------------------
  333.    
  334.    With Windows 3.1, Microsoft provides a type manager known as TrueType to
  335.    compete with Adobe Type Manager (ATM) and other font managers. System 7
  336.    on the Mac also has TrueType.
  337.    
  338.    ATM has the advantage of a secure base and a large amount of compatible
  339.    public domain PostScript fonts. TrueType is marketed by Microsoft to be
  340.    faster than ATM, but this is very debatable. TrueType fonts also
  341.    breakdown at higher resolutions (making them the bane of printing
  342.    bureaus). ATM is likely your best bet, if Adobe/Aldus keeps it act up.
  343.    
  344.    Some people have claimed to experience problems using ATM and TrueType
  345.    simultaneously. The problems range from system crashes to incorrect
  346.    print-outs. It is not clear how many are actually attributed to having
  347.    both managers active at once, and how many of those are actually
  348.    resolvable. My suggestion is to try it out if you need both of them, but
  349.    just be wary when a problem does arise. If you do trace something down to
  350.    ATM and TT being active at the same time, let us know!
  351.    
  352.    Note also that some fonts (typically public domain and Corel Draw fonts)
  353.    cause General Protection faults. See question 7.1 for a list of known
  354.    problematic fonts.
  355.    
  356.  
  357.    ---------------------------------------------------------------------------
  358. --> 6.2  How can I obtain public domain fonts?
  359.    ---------------------------------------------------------------------------
  360.    
  361.    There are many places offering public domain fonts. The ones listed under
  362.    question 3.9 are a few. If you are looking for a specific font, try using
  363.    archie. There is also a dedicated USENET group just for fonts.
  364.    
  365.    One note, however: many FTP sites are beginning to frown upon public
  366.    domain fonts due to the large number of illegally copied typefaces out
  367.    there (how do you tell the difference between the two?).
  368.    
  369.    There is also a wonderful World Wide Web site that will allow you to view
  370.    fonts on-line before downloading them. Contact me personally for more
  371.    information, or consult the fonts.txt file in the misc. directory in the
  372.    Archives (question 3.9).
  373.    
  374.  
  375.    ---------------------------------------------------------------------------
  376. --> 6.3  How do I use the more bizarre characters?
  377.    ---------------------------------------------------------------------------
  378.    
  379.    On the PC, you can use the Character Map that comes with Windows 3.1.
  380.    After finding the desired symbol, look at which number you need. Then
  381.    hold down the ALT key and punch the four/three digit number on your
  382.    numeric keypad and then let up on the ALT key. If you are using Windows
  383.    3.0, look at the character table that came with your font package for the
  384.    ANSI or ASCII number.
  385.    
  386.    On the Mac, simply use the Key Caps desk accessory under the Apple Menu
  387.    to find the desired key combination. Peter Moller also suggests a
  388.    shareware program called "PopChar". It can be found on the anonymous FTP
  389.    site sumex-aim.stanford.edu.
  390.    
  391.    A chart enumerating the complete set of extended characters and the
  392.    keystrokes required to access them can be found in the "CHARSET.PT4"
  393.    template that is installed with PageMaker 4.x in the \PM4\TEMPLATES
  394.    directory (PageMaker 4.x).
  395.    
  396.    Please note that many public domain fonts do not support the extended
  397.    characters.
  398.    
  399.  
  400.    ---------------------------------------------------------------------------
  401. --> 6.4  How do I prevent hyphenation on one particular word?
  402.    ---------------------------------------------------------------------------
  403.    
  404.    One trick is to put a soft hyphenation at the beginning of the word you
  405.    do not wish to be hyphenated. This can be done by holding down the CTRL
  406.    key while typing a hyphen. See your manual for other ideas.
  407.    
  408.  
  409.    ---------------------------------------------------------------------------
  410. --> 6.5  How do I keep control of all of these fonts?
  411.    ---------------------------------------------------------------------------
  412.    
  413.    The best answer is not to have "all of these fonts". One of the greatest
  414.    mistakes a beginning DTPer makes is to use 20 different fonts on one
  415.    small publication. The best thing to do is keep to a smaller number of
  416.    fonts that serve your needs best. Plus, PageMaker's performance decreases
  417.    dramatically with respect to the number of fonts installed in your system.
  418.    
  419.    Most publications look best when you use only two or so typefaces.
  420.    Simpler is usually better when it comes to typefaces. But you really want
  421.    to have all those extra fonts.
  422.    
  423.    For the Macintoshers, it helps out a great deal to sort your fonts into
  424.    different sets of "suitcases". This way you can use only the fonts you
  425.    need when working on a publication -- this will cut down on the resources
  426.    you are using and make everything run faster. You can also then include
  427.    the suitcase you are using when transferring the document to someone else
  428.    in-house.
  429.    
  430.    For the PC, there is no handy inherent solution. I have made multiple
  431.    copies of certain .INI files and then used a batch file to select between
  432.    them. Keep in mind: the more fonts you have included, the slower your
  433.    system becomes.
  434.    
  435.    For a commercial solution, there is Ares Software's FontMinder. It allows
  436.    for "packs" similar to the Macintosh suitcase. Ares' number is
  437.    1-800-783-2737.
  438.    
  439.    There is one last suggestion for PC users that comes originally from a
  440.    guy name Bill Gaston (modified for us DTPers):
  441.    
  442.      1. Separate your Win 3.1 fonts categorically by the jobs performed. For
  443.         example:  one for newsletters; one for letters; one for books, etc.
  444.      
  445.      2. Edit the [Ports] section of WIN.INI and add a line that looks like
  446.         this:
  447.      
  448.            LPT1.LET=       or      LPT1.NWS=        or      LPT1.BOK=
  449.      
  450.      3. The extension LET would be for assigning fonts for letters and so
  451.         on. Any abbreviation can be used, and as many multiple lines of the
  452.         same kind (such as the three examples).
  453.      
  454.      4. From the Control Panel, Printer menu, (a printer should have already
  455.         been selected and listed as connected to LPT1) use the add button to
  456.         install the same printer again.  Use the Connect menu to assign the
  457.         newly added printer to LPT1.LET.  Now edit WIN.INI again, where
  458.         you'll find a heading [<printer>,LPT1.LET].  Go to the heading
  459.         [<printer>,LPT1], copy only the lines that list the fonts you want
  460.         to use with your new printer entry, and paste them under the
  461.         [<printer>,LPT1.LET] entry.
  462.      
  463.      5. Renumber them, starting with 1.  Add a new line that reads
  464.         "Softfonts=#" where # is the number of fonts that were copied. When
  465.         you restart Windows, make the LPT1.LET your default printer, and
  466.         only the soft fonts you have chosen for it will appear in your font
  467.         menu.
  468.  
  469.  
  470. ------------------------------------------------------------------------------
  471. 7. PC Specific
  472. ------------------------------------------------------------------------------
  473.  
  474.    ---------------------------------------------------------------------------
  475. --> 7.1  How do I get rid of General Protection Faults (GPFs)?
  476.    ---------------------------------------------------------------------------
  477.    
  478.    As Monte would say -- "Get a Mac!". See question 3.6 for more :-)
  479.    
  480.    There are many other, less expensive ways to cut down on PageMaker
  481.    crashes, first of which is to purchase Windows 3.1 if by rare chance you
  482.    are still using 3.0. You will notice less of a frequency of errors.
  483.    
  484.    I am a firm believer that GPFs can be virtually eliminated with just a
  485.    little detective work. If you can consistently reproduce the problem then
  486.    you should be able to quickly narrow down the source of the problem and
  487.    contact the appropriate people. Do not assume, however, that since a GPF
  488.    occurs when working in PageMaker, that the GPF is caused by PageMaker.
  489.    Just about anything can do it, from fonts to screen savers.
  490.    
  491.    Some suggestions in tracking down the source of a GPF include:
  492.    
  493.      1. Cut down the number of fonts in your system. Particularly the number
  494.         of public domain fonts. Many PC DTPer's woes derive from faulty
  495.         public domain fonts.
  496.      
  497.      2. Some Corel Draw fonts are also known to cause printing problems. The
  498.         font detective Maureen Akins tracked down these Corel fonts to be
  499.         problematic:
  500.      
  501.                 CasperOpenFace, Nebraska, NewBrunswick, Paragon, Penguin, 
  502.                 PenguinLight, SwitzerlandCondLight Italic, SwitzerlandLight
  503.                 (and maybe Geographic Symbols, Common Bullets, and 
  504.                 SwitzerlandNarrow)
  505.      
  506.         To remove these from your system, you can simply comment out their
  507.         entries in the WIN.INI file by placing a semicolon in front of their
  508.         entry in the [fonts] section. Other Corel fonts may cause printing
  509.         problems as well.
  510.      
  511.      3. Aldus and Microsoft also have both said that you can sometimes
  512.         reduce problems by making sure the "Page Independent" box in the
  513.         PostScript printer driver box HAS AN "X" in it.
  514.      
  515.      4. Try increasing your FILES= number in your config.sys. Microsoft
  516.         suggests the value of 30. Microsoft also suggests that stacks be set
  517.         to 9,256 for Dos 3.3 and above.
  518.      
  519.      5. If you are using QEMM, spend the time to read the manual. QEMM
  520.         assumes many things.
  521.      
  522.      6. Set up a permanent swap file. If you have plenty of RAM, then create
  523.         a very tiny swap file (force it to use the hundreds of dollars you
  524.         invested.)
  525.      
  526.      7. Other items to be aware of are public domain screen savers, public
  527.         domain (and commercial!) disk caches and other various apps that run
  528.         in the background. You can use Dr. Watson also to help you find the
  529.         offenders (it comes with Windows 3.1).
  530.    
  531.    Finally, run your diagnostics program to check your system, as well as
  532.    execute CHKDSK /F (or SCANDISK for you MS-DOS 6.0ers) every now and then
  533.    to clean out lost allocations.
  534.    
  535.  
  536.    ---------------------------------------------------------------------------
  537. --> 7.2  How can I have a default directory for my PageMaker data files?
  538.    ---------------------------------------------------------------------------
  539.    
  540.    Under Windows 3.1 it is quite easy: simply select the PageMaker icon and
  541.    then choose the "Properties" menu under the File Menu. Enter the
  542.    directory under the Data Directories slot.
  543.    
  544.    For Windows 3.0 and PageMaker 4.x, though, you will need to do some
  545.    tricking. Again, choose the Properties option. Change the default path to
  546.    be the desired directory + PM4.EXE. For example: C:\MYFILES\PM4.EXE.
  547.    After you press "OK", Windows will notify you that it cannot find the
  548.    executable -- that's OK. If you lose the icon, choose Properties again
  549.    and specify the real PageMaker path in the icon menu. Lastly, you will
  550.    need to verify that PageMaker's directory is located on your DOS search
  551.    PATH, which is usually set in your CONFIG.SYS or AUTOEXEC.BAT file.
  552.    
  553.    
  554.    ---------------------------------------------------------------------------
  555. --> 7.3  I can only see 27 fonts on my font listing. How can I see more?
  556.    ---------------------------------------------------------------------------
  557.    
  558.    If you are using PageMaker 4.x, you are likely limited to seeing only 27
  559.    fonts on the PC due to the screen resolution. Many of the better video
  560.    drivers will solve this problem when you up to 800x600 or higher
  561.    resolutions. For the rest of you, though, your only option is to use the
  562.    Type Specs menu (Control T).
  563.    
  564.    PageMaker 5.0 no longer has this problem.
  565.    
  566.  
  567.    ---------------------------------------------------------------------------
  568. --> 7.4  My EPS graphics are printing upside down! 
  569.    ---------------------------------------------------------------------------
  570.    
  571.    If you are trying to print .EPS files from Windows 3.1, and they appear
  572.    fine on the screen but are upside down when printed out, Jeff Bone has
  573.    this answer:
  574.    
  575.    There is a bug in the Windows 3.1 PostScript printer driver (versions 3.5
  576.    through 3.52) that causes this. Aldus published a fix for this in their
  577.    Tech Notes, simply open your WIN.INI file and locate the section
  578.    pertaining to your printer (i.e.- [ Apple Laserwriter, LPT1]) and add the
  579.    following line:
  580.    
  581.            LandScapeOrient=270
  582.    
  583.    Make sure you add this to the printer section with the printer name and
  584.    not the section that merely states "PostScript, LPT1"  Best way to tell
  585.    the difference is the fact that the named section will not have any font
  586.    definitions.
  587.    
  588.    Also, be careful when you re-assign ports on your printer or assign the
  589.    printer to FILE:, you will have to re-edit your WIN.INI to add the above
  590.    line to the new section.
  591.    
  592.    As you can guess, this is not really correcting the problem, it is merely
  593.    inverting the page so that everything else will rotate and your EPS
  594.    graphic will stay in the proper place. 
  595.    
  596.    The PostScript driver (3.5.3) for PageMaker 4.0 is available via
  597.    anonymous FTP from ftp.cica.indiana.edu as the file
  598.    /pub/pc/win3/drivers/printer/pscrip.exe. This solves the problem for
  599.    American paper sizes (but regrettably not for the Imperial sizes.) It
  600.    also adds some more printer descriptions and speeds the printing of
  601.    compressed bitmaps slightly. If you are using PageMaker 5.0, it is not
  602.    suggested that you use this driver, as PM5 ships with a more recent
  603.    version (3.56).
  604.    
  605.  
  606.    ---------------------------------------------------------------------------
  607. --> 7.5  When I switch back to PM 4.0 my background turns brown or gray.
  608.    ---------------------------------------------------------------------------
  609.    
  610.    What is happening here, thanks to Kirk Membry, is that PageMaker is not
  611.    remapping the windows palette, causing the background to go to some
  612.    (usually bland) color. One method in returning to normal colors is to
  613.    pull up the color modification window and then canceling. This forces
  614.    windows to remap the palette. You can do this easily by control clicking
  615.    one of the items in the color palette window.
  616.    
  617.  
  618. ------------------------------------------------------------------------------
  619. 8. Macintosh Specific
  620. ------------------------------------------------------------------------------
  621.  
  622.    ---------------------------------------------------------------------------
  623. --> 8.1  How can I speed up this dang Mac?
  624.    ---------------------------------------------------------------------------
  625.    
  626.    In all fairness to Monte in question 7.1 -- Get a Pentium!
  627.    
  628.    Seriously, a couple of suggestions include:
  629.    
  630.      1. Get rid of those unnecessary fonts! Also, up your Font Cache if you
  631.         are using ATM and have the memory.
  632.      
  633.      2. Up your Ram Cache in the Memory Control Panel. A good rule of thumb,
  634.         if you have the memory, is to set the Ram Cache to the size of your
  635.         System file, otherwise, get as close as you can to half of its size.
  636.         Do this only after you have removed all of the Fonts and Sounds from
  637.         the System and put them in their own suitcases, using something like
  638.         Suitcase or Master Juggler. Doing this, your Mac will not have to
  639.         read the System information from the disk as often, and will
  640.         experience a noticeable improvement in speed.
  641.      
  642.      3. If you don't need to work with color in PageMaker, set your Mac to
  643.         Black and White or, at a minimum, 4 or 16 colors in the Monitors
  644.         control panel. The more colors you use (without a separate video
  645.         board) the slower you Mac works because the CPU spends all that much
  646.         more time processing information.
  647.      
  648.      4. Rebuilding your desktop file occasionally will help too. It tells
  649.         how to do this in your Mac manual.
  650.    
  651.  
  652.    ---------------------------------------------------------------------------
  653. --> 8.2  I am trying to install PM 4.x, but it keeps asking for Disk 1.
  654.    ---------------------------------------------------------------------------
  655.    
  656.    There is a bug with certain System 7's when you are attempting to install
  657.    PageMaker 4.x. If it continuously asks for Disk 1 (even when you do put
  658.    it in the disk drive), simply press <Command> - . (That is, the Command
  659.    key with the period key.) [Thanks Ken Weiss!]
  660.    
  661.  
  662.    ---------------------------------------------------------------------------
  663. --> 9.   THE END
  664.    
  665.    Thank you! I hope that the FAQ has come in handy for you. If you have any
  666.    suggestions / questions you would like to see added to this FAQ, please
  667.    contact me (gwp@cs.purdue.edu)! I can not tell you how much I appreciate
  668.    comments!
  669.  
  670.    Geof.
  671.  
  672.