Help:Manual Faqgeneral

From Scribus Wiki
Jump to navigation Jump to search


Update.png
This article is outdated. Please update the information to reflect the current status or knowledge. We will deprecate/delete in the future.
THIS ARTICLE IS OUTDATED
Reason:   according to jluc 2013-11-11 on #scribus
Working until:   some elements need to be updated
    


Table of Contents

General Questions

  • How do I contact the Scribus Team, find interactive help or hire an experienced Scribus trainer?

    1. There is an active and friendly mailing list.

    2. Find the developers on IRC in the #scribus channel.


  • How do I get formatted tables in Scribus?

    Scribus added basic table support in 1.1.6, but unfortunately, tables are nothing more than combined text frames, and it is a bit hard to work with them. If you need to have more complex tables, here is a reliable workaround:

    1. Create your table in either OpenOffice.org Writer or Calc.
    2. Copy the table cells you need in Scribus (i.e: not the whole spreadheet in Calc) to the clipboard, create a new OpenOffice.org Draw document, and use Edit > Paste Special > GDI Metafile to insert the table as a vector file into Draw.
    3. Use File > Export to export the graphic as an EPS file. Make sure that Selection is checked in the export dialog, because otherwise the whole page will be exported.
    4. Now import the EPS file as a vector drawing in Scribus via File > Import > Import Vector File

  • Help! My palettes have disappeared!

    Close Scribus. Then open ~/.scribus/scribus.rc, a hidden file in your home directory in a text editor. Then look down in the file for the section beginning about 10 lines from the top. ex: MEASUREMENTS YPOS="-264" XPOS="-692" VISIBLE="1".

    Notice the negative numbers in front of the YPOS and XPOS statements. Remove the minus, set the visible setting to 0 and save. You might find the coordinates too large: (YPOS="3046" XPOS="7690"). Either way, these coordinates are screen positions in pixels. They should be within 1024x768 or whatever screen resolution you are running. Restart Scribus, go to the Windows menu and select show for the missing palette. It will reappear like normal.

    This has been corrected in the most recent versions of Scribus and should not be a problem in the future.


  • Why do Scribus DMGs from SourceForge not work on Mac OS X 10.4.x?

    To run Scribus under OS X 10.4.x, you need to install Fink, an Open Source packaging system for OS X, and [http://finkcommander.sourceforge.net/ FinkCommader, Fink's graphical user interface. In FinkCommnader, go to Preferences > Fink and check Use Unstable Packages.

    You can also build Scribus from source.

  • Scribus is slow to launch. Why?

    For those who are new at desktop publishing, unlike most programs, DTP applications care greatly about which fonts are installed and if the font paths are valid. So, when Scribus launches, one of the things it does is to completely and thoroughly scan your font paths and ensure they are valid. This takes time. If you have a large number of fonts installed and slow launch times are a problem, reduce the number of fonts or font paths.

    The other reason is that your Scrapbook might be filled with complex or large objects. Deleting unneeded items or saving the Scrapbook under a different name and then creating a new blank Scrapbook will also help reduce the startup time.


  • What is the difference between PDF 1.3, PDF 1.4 and PDF 1.5?

    PDF 1.2 = Acrobat 3.0 - Relatively obsolete now.

    PDF 1.3 = Acrobat 4.0 - The first version of PDF which truly had all the needed features to support "press-ready" PDFs including color managment, ICC profiles etc. It also added JavaScript, interactive and multimedia capabilities. This standard is probably the safest to send if you are unsure of the capabilities of the receiver of your file. PDF/X-3 and a number of commercial print work flows are based on PDF 1.3.

    PDF 1.4 = Acrobat 5.0 - actually introduced with Illustrator 9, The main difference to concern Scribus users is that PDF 1.4, has both transparency and alpha transparency capabilites, which make a major difference in where a PDF with these features can be printed. It takes either the latest commerical RIPs or a Level 3 PostScript printer to use these features properly. The latest versions of Ghostscript support the advanced PDF 1.4 features Scribus can create when exporting PDF.

    PDF 1.5 = Acrobat 6.0 - Among the most interesting for Scribus users: Many improvements for "press-ready" PDF, the capability to have true layering within the PDF, PDF-X "pre-flight" capability, more security and interactive features, like the ability to add comments which are separate from the original document.


  • How do you change paper size once a document has been created?

    In 1.3.x, you can change the size of the current page or a range of pages in the Page menu, under Manage Page Properties.

    You can change this for the whole document under File > Document Setup.

    Scribus 1.3.x allows multiple page sizes per document.


  • How do you get your printer to print on a non-standard size sheet?

    It depends:

    1. If you are printing to a local printer which is not a PostScript printer, but using CUPS, you can't. It is a limitation, as far as we can tell of CUPS.
    2. If you have a "real" PostScript printer, Scribus - with CUPS support - will support any arbitrary page size, as long as the printer supports it.

  • The CUPS options do not show up in print options dialog, What is wrong?

    See this bug for an explanation of how CUPS can be misconfigured.


  • Scribus crashes when launching and searching for fonts and I have updated my freetype2. I upgraded my freetype2 to enable the bytecode interpreter.

    We do not recommend trying to update freetype2, except rebuilding your existing distro's source RPMs or source packages.

    1. Recent versions of freetype have an autohinter, which works very well.
    2. Many packages are compiled against freetype2 (Xfree86, Qt, Gtk+ etc..), thus, upgrading freetype2 will require recompiling all of these packages or system instability might be the result.

  • Scribus seems to hang in an infinite loop when importing EPS or PS files. Why?

    Three possible solutions:

    1. Upgrade to the latest Ghostscript. There are <a href= "toolbox7.html">notes</a> in the "Toolbox" section on parallel installs of GS.
    2. Reduce the complexity of your EPS/PS file.
    3. You do not have enough memory/swap space when importing complex EPS files.

  • How do i get Arabic or Hebrew text to display correctly with proper glyph shaping and RTL text direction?

    The glyph shaping is a very difficult thing to achieve. We plan to add this in one of the 1.5.x development versions.


  • There are many Scribus versions. Which one should I use?

    There are currently three branches of Scribus available:

    1. The officially stable branch is 1.3.3.x, and installers for Windows and OS/2 are available from Sourceforge. This branch is unlikely to see any updates or bugfixes.
    2. The next version of Scribus is being developed in the branch called "Next Generation" (NG), and it will result in Scribus 1.4. This branch is already quite stable and useable. Installers for this branch are regularly updated and available for Mac OS X 10.5+, OS/2 and Windows. Users of Linux/UNIX can use their distribution's package management or check out svn and build from source</a>.
    3. 1.5.x is an experimental branch, in which new features are implemented and tested. If possible, those new features will be backported to the 1.3.x/1.4 branch. There are no installers or packages available, as it's only recommended for users who want to test the latest features. Do not use 1.5+ for serious work, because we cannot even guarantee that the file format won't change! 1.5+ must be compiled from source.

  • Why is Scribus built with Qt and not some other toolkit?

    When Franz Schmid launched the project, it was originally written in Python, but for performance reasons he decided to port it to C++. The toolkit with the most complete documentation at the time was Qt 2.2. The first Qt 2 release was 0.3 in 2001. Scribus was ported to Qt 3 after the release of version 0.6. Currently, Scribus uses Qt 4.


  • Where does the name "Scribus" derive from?

    When Franz Schmid launched the project, the first working name was "Open Page", but he thought it would be too generic. "Scribus" is derived from the Latin name of the official writers in Ancient Rome, "scriba", from which we get "scribe" or writer. This translates well in to many languages besides English. The German word is "Schreiber", for example.


  • Why are there no import filters for Quark, InDesign or other commercial DTP applications?

    There are several reasons why there are no import filters for commercial DTP applications.

    1. DTP file formats are very complex internally - they are probably the most complex file formats. Creating import/export filters is a task far more difficult than importing a spreadsheet or simpler word processing document. An engineer familiar with the internal file format of PageMaker compared it to a 2m x 3 m flow chart diagram in 6 point type. It was not until the arrival of InDesign 2.0 that reliable PageMaker file import was possible in another DTP application, even though Adobe had the file format specs.
    2. The file formats are not documented publically.
    3. So, is it unethical/illegal to apply hexedit to an InDesign or XPress file to reverse engineer the file format with hexedit or others for the purpose of creating the export/import plugins for Scribus?
      Probably not, but given their closed nature, we cannot rule out the possibility of legal bullying by a commercial vendor, as we did from Quark when there was a Quark importer in testing. We do not have the legal resources to challenge large proprietary software companies. A German vendor of DTP software successfully reverse-engineered Quark's file format and created an import filter. It took a long legal battle for them to succeed.
    4. Developer constraints. It is the considered judgement of the development team that efforts to improve Scribus is a more valuable use of time.
    5. As an exception to the rule, we are open to implement publically available format specifications. For example, the XML version of InDesign's file format (IDML) is very well documented, and the spec is freely (i.e. without any legal restrictions that prevent the implementation of an import filter) available. Thus, a team member took the time and wrote an import filter, which is currently being tested. The same goes for formatted text snippets from QuarkXPress, called XPress Tags.

  • Is there or will there be a Microsoft Publisher importer?

    There is none and very unlikely to be provided by the Scribus Team. As with InDesign and QuarkXpress, the file format is undocumented. PUB files are difficult and sometimes impossible to reverse engineer.

    As with InDesign or XPress, we are considering to implement a workaround: Newer versions of Publisher are capable of exporting to Microsoft's XML Paper Specification (XPS), which is freely available and can be implemented without any legal encumbrances. Thus, if time constraints permit, we may create XPS import/export filters. If you urgently need to exchange files with users of Publisher, you should consider to either get your hands dirty by writing the filters yourself or by paying someone to do so for you.


  • So, how can I work with those who use other page layout applications?

    Use EPS, PS, SVG or PDF as an exchange format. Scribus created PDFs can be easily imported into a number of commercial applications. SVG import is excellent for vector artwork. Scribus can import EPS files as long as they are conformant to the specs - this includes spot colors in DCS 2.0 files. The documentation has detailed notes covering these subjects.


The ">Scribus Wiki has an additional FAQ.

This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. Distribution of the work or derivative of the work in any standard (paper) book form is prohibited unless prior permission is obtained from the copyright holder. A copy of the license is included in the section entitled "Text of the Open Publication License."