Recent posts

#81
Text and Typography / Re: Page Numbers Don't Appear ...
Last post by PatJr - April 03, 2024, 01:38:48 AM
dunno, maybe make a sample file by deleting 95 of the pages, replace your text with some lorem ipsum and save that as 'numbering_problem.sla' and post it up here?

 
#82
PDF Generation / Re: PDF not rendering correctl...
Last post by anitab100 - April 03, 2024, 12:32:19 AM
I should point out that I resolved this issue by re-exporting the Scribus PDF using Apple Preview and clicking both options: PDF/A and PDF linear. 

Thanks for the great tool.
#83
PDF Generation / Re: PDF not rendering correctl...
Last post by anitab100 - April 02, 2024, 11:25:48 PM
Hello,

I am having the same issue here, except that none of the images are appearing either. There does seem to be some sort of ghost text, but the document appears empty when viewed in Chrome.  It's fine in Safari. I have normal mode on the text layer.

I have also tried outputting to different formats -- all of them in fact, and nothing is working. I even tried taking the pdf file from Scribus and resaving it in Acrobat.  Same result, empty file.

Any ideas on what else I can try?
#84
Installation and Setup / Re: Scribus 1.6.1 Dark Mode in...
Last post by AdmFubar - April 02, 2024, 11:05:00 PM
Did you have scribus running when making the change? if have you restarted scribus after the change? not familiar with windows version of dark mode activation but the restart of scribus might be needed.
#85
Text and Typography / [SOLVED] Page Numbers Don't Ap...
Last post by Six - April 02, 2024, 10:43:33 PM
Hi all,

I'm in need of urgent assistance.

I have a 100+ page memoir ready for print and the last step is to add page numbers, yet they won't appear. I have read every thread I can find about adding page numbers, and despite following directions and scouring my settings, I cannot get automated page numbers to appear in my project. This problem persists regardless of the text box size; it's not simply being cut off. I am able to add page numbers on other documents, but not this specific one.

  • To add a page number, I create a text box, double click to activate the text cursor, then go to Insert -> Character -> Page Number. However, the page number does not appear. I've ensured that the text color is black.
  • All other elements in the Character tab insert and display as intended (e.g. trademark symbol).
  • When adding page numbers to a master page, the correct (#) box appears in the master page. Upon returning to the document and applying the master page to any given page, the page number does not appear. All other master page functions work as intended (e.g. I can add a text box with random text, and it displays correctly). The text frame is also there, and plenty large.
  • I've also tried using the "Sections" tab to set up numbering to no avail.

I've read official forum posts with directions, troubleshooting posts, and scoured through my settings to get to the root of this issue.
  • Under Preferences/Document Setup -> Tools, my "Text Color" and "Text Stroke" are both black, at 100% shading.
  • I've tried importing master pages from a document in which page numbering works, but the page numbers don't show up.
  • I only have one layer for this project, which is visible.

There has to be some setting toggled that I'm missing, but I can't find it. Or it's a bug. Any insight is SINCERELY appreciated; I'm on a tight deadline and this is driving me mad.

Thank you,
Six
#86
Installation and Setup / Scribus 1.6.1 Dark Mode in Win...
Last post by kn0 - April 02, 2024, 06:41:16 PM
Hello!

I have installed Scribus 1.6.1 on Windows 11, but I cannot find a way to activate dark mode in Scribus. The various themes don't result in dark mode. Also setting the global theme setting in Windows to dark doesn't help.

Thanks!
#87
Layout Issues / Re: Display previous page numb...
Last post by Z4uit - April 02, 2024, 03:00:53 PM
Quote from: Z4uit on April 02, 2024, 12:43:34 PMI like Scribus as a spreadsheet editor
Sorry, I mixed up terminology, I meant presentation editor.

Thank you for your suggestions, I will start puzzling!
#88
Layout Issues / Re: Display previous page numb...
Last post by a.l.e - April 02, 2024, 01:51:33 PM
... spreadsheet?

hopefully not!

that would really be the worst usage for scribus!

but, yes, you should be able to apply "increment" and "non increment" master pages, then detect them from a script, and add a frame with the "slide group" number on each page.

if you want, on the master page, you can create a "non printing" frame (called "slide-number"), take its size and position for creating new frames on each page (that you call "slide-number-##") which you remove or clear before creating / filling in the script.

otherwise you can get inspiration from the (soon to be retired?) "table of contents" script

https://github.com/aoloe/scribus-script-repository/tree/master/table_of_contents

and detect the start of the new slide group by checking the styles in use.

a nice but also more complex solution : - )

the right solution would probably to add a section number... but i really wonder if that would be a good feature for scribus.
#89
Layout Issues / Re: Display previous page numb...
Last post by Z4uit - April 02, 2024, 12:43:34 PM
Perhaps I should have been more specific about the end use, but I wanted to avoid comments on the intended use of Scribus. That being said, I like Scribus as a spreadsheet editor, as it gives me full control of placement (unlike Beamer) and good vector format compatibility (unlike Impress).

It would be nice to keep the slide/page number constant while adding/highlighting content on consequent slides/pages. Hence, I would like to retrieve the slide number from the previous page and display it using a "same slide" master page and continue numbering using the "normal" master page.

I have tried avoiding scripts up to now, but I know a bit of Python and am not afraid to try. Where should I start?
#90
Layout Issues / Re: Display previous page numb...
Last post by a.l.e - April 02, 2024, 11:02:14 AM
my first reaction was:

what?

after some thoughts, i guess it's about putting both page numbers on the right page, when using facing pages.

if that's what you want to achieve, then, the answer is no, you can't do that.
but it might be possible to get there with a script.

two remarks from my side:

  • when the question is about a specific (not very common) layout, it would be nice if a picture of it (even a hand drawn draft) would be attached to the post;
  • if you need help with a script, you'll need to post more details abot the result you want to achieve.