Recent posts

#51
General Discussion / Re: Pre-Sales Question
Last post by AdmFubar - January 01, 2025, 03:33:30 AM
Short answer: Yes
#52
General Discussion / Pre-Sales Question
Last post by glenpierce15 - January 01, 2025, 12:52:25 AM
12/31/24  MS Publisher ended last night for me.  Would Scribus handle the following for me.
Looking for something simple and a one time cost versus MS annual fees, and drop us at the end.

In MS Pub I would setup say 20 pages.  This is for my genealogy.  On each page, I make a text box.  I add genealogy info in each box.  Often, I copy page or insert a photo.
When done, I export as a PDFfile.

Then I go to my WIX site.  I hit a few buttons and bring in that PDF file.  Done.
I don't need anything else.  Will Scribus do this?  Thank you for your advice.  Glen
#53
Beginner Talk / Re: pagination
Last post by MrB - December 31, 2024, 10:12:46 AM
When you export to PDF, you can reorder the pages for export. In the Export Range area of the PDF export dialog, select Choose Pages, then click on the ellipses button. Under Advanced reordering, you can select your page group size, typically this is 4. For a 24 page doc as an example, it will auto generate an export sequence of:
24,1,2,23,22,3,4,21,20,5,6,19,18,7,8,17,16,9,10,15,14,11,12,13
#54
Beginner Talk / Re: pagination
Last post by Nermander - December 31, 2024, 09:45:28 AM
jPDF Tweak takes a bit to get used to, but it does have pre-defined settings for booklets.

I was doing a small booklet for christmas now and actually did some testing.

The booklet printing in Acrobat will shrink pages a bit, as did the booklet printing supported by the printer driver.

jPDF Tweak on the other hand did a very nice imposition, but since I had not considered printer margins when I started the design that mean the page borders I had added were cropped, so I had to stick to Acrobat booklet printing.

But while testing, I also test printing pages grids to measure margins and centering, and then used jPDF Tweak to nudge the pages so they became better centered. I think jPDF Tweak supports being run from the command line too, if I was doing this on a regular basis I would probably make BAT files for doing the different actions.
#55
Beginner Talk / Re: pagination
Last post by utnik - December 31, 2024, 08:05:45 AM
hi weg

the usual way would be to layout your bulletin with 'facing pages' and to export a normal .pdf file.
the reordering of the pages (called 'imposition') is done later.
many .pdf readers have some built-in option for this (called 'booklet printing', 'booklet reorder' or something similar...)

if you print at home and neither your .pdf viewer nor your printer driver provides a booklet function, you might give jpdftweak a try. this is a small versatile .pdf manipulating program.

btw. with 120 pages you're hard at the limit for just fold-and-staple...

utnik
#56
Showcase / Re: Children book in multiple ...
Last post by utnik - December 31, 2024, 07:30:23 AM
yes, it's really cool. but the strange thing is, that the downloadable .pdf on 'archive.org' was generated by indesign 17.3.

utnik
#57
Beginner Talk / [SOLVED] pagination
Last post by weg - December 31, 2024, 05:19:47 AM
We publish a bulletin some 120 pages of two faced sheets, printed
on both sides assembled with pairs of sheets wrapping previous
collated pages, from the center outward to the cover sheets.
Pagination is not sequential.  Rather, (in a random example) page
36 will be printed on the left and page 105 of the right facing
side.  Page 35 on the reverse side of 36 and 106 on the reverse
side of 105.  Indesign will do this; but is straining our limited
budget.  Will Scribus paginate as described?  If yes, give me
some guidance as where to research.  What I have read and watched
on of Scribus pagination has not shown me how.
#58
Beginner Talk / Re: Editing grouped objects an...
Last post by AdmFubar - December 30, 2024, 11:25:27 PM
From the main menu select the entry Windows. In the drop down menu look for the Outline entry. and select that one.
In the panel that opens (resize as needed) and scroll through the list to find the  group you need to edit.  Click the + to expand and show the  objects in the group, then click the text entry. The selected entry should show as selected in the group. You can now double click to edit the text, you should see the text cursor where in the text that you clicked.
  ;)
#59
Showcase / Re: Children book in multiple ...
Last post by MrB - December 30, 2024, 09:30:25 PM
That's cool :)
#60
Showcase / Children book in multiple lang...
Last post by a.l.e - December 30, 2024, 07:37:11 PM
Today I was watching

https://media.ccc.de/v/38c3-let-s-spark-children-s-interest-in-coding

and, at the end of the talk, I got "forwarded" to

Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream

ada-zangemann.png

A book about kids and programming.

While looking for the book, I've discovered that it's done with Scribus, produced in multiple languages.

The result is pretty and worth to have a look:

https://archive.org/details/ada-zangemann/

I've not yet read it, but I stumbled on their git repository

https://git.fsfe.org/FSFE/ada-zangemann

and it contains all the resources to create the book:

  • the Scribus templates
  • the images
  • the scripts to fill the Scribus files and produce the PDFs for print and for viewing.

In my eyes, this is a good starting point for people who want to use Scribus to create a book that is translated in multiple languages and automatically fill the content out of text files.

While looking at the files, I've noticed a few things:

  • They are not using the Scribus drop caps, but are inserting them from images (they did not find the drop caps or Scribus is not implementing them in a fitting way?).
  • They are not using the Python scripting inside of Scribus (except for simple code for producing the PDF from the finished .sla), but longer Perl and Shell scripts.
  • They are putting the text into the .sla by modifying the raw .sla XML in a Perl script, rather than loading the text
  • They are not using the page numbers (and they are not using master pages).
  • No text formatting (the script removes the formatting) and the text is kept left aligned (a choice that makes handling multiple translations much easier and with all the fancy graphics it's probably a good choice).
  • For some reason, they are creating one template per language, instead of filling the same .sla (template) with each language.

All in all: they made good choices and they managed to create a workflow that is simple to follow and adapt.

But, I have to admit that, now, I'm tempted to write a Python script that runs inside of Scribus, make it more general to be used also for other books and fill tickets for all the feature that are missing (as an example for the drop caps, if they cannot do what is needed for this book!)