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.
Back to topHow 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:
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.
Back to topWhy 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 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.
Back to topWhat 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.
Back to topHow 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.
Back to topHow do you get your printer to print on a non-standard size sheet?
It depends:
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.
Back to topScribus 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.
Scribus seems to hang in an infinite loop when importing EPS or PS files. Why?
Three possible solutions:
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.
Back to topThere are many Scribus versions. Which one should I use?
There are currently three branches of Scribus available:
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.
Back to topWhere 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.
Back to topWhy 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.
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.
Back to topSo, 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.
Back to topThe Scribus Wiki has an additional FAQ.