From carmagnole at sfr.fr Wed Dec 2 17:44:09 2020 From: carmagnole at sfr.fr (Pierre LE COCQ) Date: Wed, 2 Dec 2020 18:44:09 +0100 Subject: [scribus] is scribus could be installed with apt backport on buster ? Message-ID: <37579d17-5e17-5854-5777-248df112b405@sfr.fr> Hello I use scribus on a buster Debian but I want to upgrade scribus to 1.5.6. The apt install with backport for scribus/bullseye warns me it does not exist. I see on tracker.debian.org/pkg/scribus? : [2020-11-15] Accepted scribus 1.5.6.1+dfsg-1 (source) into unstable (Mattia Rizzolo) Does it means only source is available to install with apt ? Thank you for your answer. -- Pierre -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: From mattia at mapreri.org Wed Dec 2 18:06:02 2020 From: mattia at mapreri.org (Mattia Rizzolo) Date: Wed, 2 Dec 2020 19:06:02 +0100 Subject: [scribus] is scribus could be installed with apt backport on buster ? In-Reply-To: <37579d17-5e17-5854-5777-248df112b405@sfr.fr> References: <37579d17-5e17-5854-5777-248df112b405@sfr.fr> Message-ID: Hi Pierre :) On Wed, Dec 02, 2020 at 06:44:09PM +0100, Pierre LE COCQ wrote: > I use scribus on a buster Debian but I want to upgrade scribus to 1.5.6. > The apt install with backport for scribus/bullseye warns me it does not > exist. I never uploaded scribus to backports, so in buster only 1.4.8 is available. Furthermore, scribus 1.5.6 requires Qt 5.12, whereas in buster there is only Qt 5.11, which makes impossible to build it. > I see on tracker.debian.org/pkg/scribus? : [2020-11-15] Accepted scribus > 1.5.6.1+dfsg-1 (source) into unstable > (Mattia Rizzolo) > Does it means only source is available to install with apt ? No, that means that I uploaded only the source, instead of the binaries. the binaries are then built automatically. but that's uploaded "into unstable", not to buster or buster-backports. Overall, if you need 1.5.6 I can suggest you either upgrade your system to Debian Testing (Bullseye - which is going to become stable next year, I guess by Summer should be released), or use some other method like appimage, snap, etc. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From julianfvvincent at gmail.com Mon Dec 7 09:47:49 2020 From: julianfvvincent at gmail.com (Julian Vincent) Date: Mon, 7 Dec 2020 09:47:49 +0000 Subject: [scribus] Problems with fonts and styles Message-ID: I have the latest release of Scribus (1.5.6.1) running on an iMac running OS 10.15.7. I?m using the latest version of LibreOffice to load .odt files in to Scribus. I have generated simple scripts using Paragraph Styles to control the transformation of a variety of fonts and styles in LibreOffice to a standard (Times New Roman, 10pt) in Scribus. I have had no serious problems with previous versions of Scribus running the same styles scripts. But now I am getting a mix of fonts (mostly not changing Arial into TNR) at a mix of sizes (most 12pt when I have specified 10pt.). I have checked the styles scripts and they seem fine - unchanged from previous use. Pl;ease advise. I have also been getting a large number of styles placed in the lists of Styles, labelled ?Text[xxx]List / Caption / Heading ? etc. They proliferate and are a niusance. How can I stop them being generated? Another minor gripe is getting the file to hold steady in the working window. It never seems to fill the window laterally and moves from side to side in an apparently unco-ordinated manner. And finally - how can I get a file laid out as a column of separate pages to show paired pages (L / R)? I can do it with a small file, but my standard length is 48 pp and I can?t get the pages to pair. Otherwise the program is excellent! Thanks in advance Julian Vincent From gpittman at iglou.com Mon Dec 7 14:22:09 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Mon, 7 Dec 2020 09:22:09 -0500 Subject: [scribus] Problems with fonts and styles In-Reply-To: References: Message-ID: <918004f4-6770-f648-22f3-70db132f029e@iglou.com> On 12/7/20 4:47 AM, Julian Vincent wrote: > I have the latest release of Scribus (1.5.6.1) running on an iMac running OS 10.15.7. I?m using the latest version of LibreOffice to load .odt files in to Scribus. I have generated simple scripts using Paragraph Styles to control the transformation of a variety of fonts and styles in LibreOffice to a standard (Times New Roman, 10pt) in Scribus. I have had no serious problems with previous versions of Scribus running the same styles scripts. > > But now I am getting a mix of fonts (mostly not changing Arial into TNR) at a mix of sizes (most 12pt when I have specified 10pt.). I have checked the styles scripts and they seem fine - unchanged from previous use. Pl;ease advise. > > I have also been getting a large number of styles placed in the lists of Styles, labelled ?Text[xxx]List / Caption / Heading ? etc. They proliferate and are a niusance. How can I stop them being generated? > > Another minor gripe is getting the file to hold steady in the working window. It never seems to fill the window laterally and moves from side to side in an apparently unco-ordinated manner. > > And finally - how can I get a file laid out as a column of separate pages to show paired pages (L / R)? I can do it with a small file, but my standard length is 48 pp and I can?t get the pages to pair. Hi Julian, You might show us the syntax you used in your script. There is some trickiness in the specifications of parameters with createCharacterStyle. Some of this is indicated in the manual: "Due to the important number of arguments of this function, it is strongly advised to use Python keyword syntax when calling this function. For example if a style needs to alter only font size, do not use this syntax: newStyle = createCharStyle("New Style", "Arial Regular", 12) but use this syntax instead: newStyle = createCharStyle("New Style", fontsize=12)" A Paragraph Style does not set font type and size, but uses a Character Style. You might try setting Display parameters in Preferences to see if this helps the placement of the document in the window. Unfortunately, the side-by-side display of left-right pages disappeared some time ago. Greg From cbradney at scribus.info Mon Dec 7 16:27:54 2020 From: cbradney at scribus.info (Craig Bradney) Date: Mon, 7 Dec 2020 17:27:54 +0100 Subject: [scribus] Problems with fonts and styles In-Reply-To: <918004f4-6770-f648-22f3-70db132f029e@iglou.com> References: <918004f4-6770-f648-22f3-70db132f029e@iglou.com> Message-ID: <441B3146-2802-4BBC-AAAD-62474DA8FD5B@scribus.info> > > Unfortunately, the side-by-side display of left-right pages disappeared some time ago. > > Greg > > ___ Err, no it didn?t. Facing pages is still there, just 3/4 fold have gone. Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: From cliffeconnor at gmail.com Fri Dec 11 13:55:57 2020 From: cliffeconnor at gmail.com (Cliffe Connor) Date: Fri, 11 Dec 2020 07:55:57 -0600 Subject: [scribus] book cover spine Message-ID: Good Morning, I am creating a book cover in Scribus for a Lulu publication. I am using the template from Lulu and have been able to insert the back cover art and the front cover art into the template with Scribus. But I can't figure out how to get the spine text going the right way. How do I get the text to go down the spine instead of horizontally across the spine? So far, I have just tried "inserting a text box" into the spine, but can't figure out where to go to change the direction of the text. Any help would be greatly appreciated. The more specific, the better! I'm not very technologically savvy, so most of these things aren't automatic for me. Thank you very much for your help. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpittman at iglou.com Fri Dec 11 14:12:31 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Fri, 11 Dec 2020 09:12:31 -0500 Subject: [scribus] book cover spine In-Reply-To: References: Message-ID: <720a47d6-e4e3-ca5f-98ea-b1d366601f7d@iglou.com> On 12/11/20 8:55 AM, Cliffe Connor wrote: > Good Morning, > I am creating a book cover in Scribus for a Lulu publication. I am using > the template from Lulu and have been able to insert the back cover art and > the front cover art into the template with Scribus. But I can't figure out > how to get the spine text going the right way. How do I get the text to go > down the spine instead of horizontally across the spine? So far, I have > just tried "inserting a text box" into the spine, but can't figure out > where to go to change the direction of the text. Any help would be greatly > appreciated. The more specific, the better! I'm not very technologically > savvy, so most of these things aren't automatic for me. > Thank you very much for your help. Hi Cliffe, Use the Properties palette to rotate the text frame 90 degrees in the direction you want. Greg From cliffeconnor at gmail.com Fri Dec 11 15:44:19 2020 From: cliffeconnor at gmail.com (Cliffe Connor) Date: Fri, 11 Dec 2020 09:44:19 -0600 Subject: [scribus] book cover spine In-Reply-To: <720a47d6-e4e3-ca5f-98ea-b1d366601f7d@iglou.com> References: <720a47d6-e4e3-ca5f-98ea-b1d366601f7d@iglou.com> Message-ID: Greg, Thank you for getting back to me. I've found the properties palette and the rotation section. Can you tell me step by step what to do next? I can see that the text box can be rotated, but when I type into it, it still has the text going in the wrong direction! Help! Thanks, Cliffe On Fri, Dec 11, 2020 at 8:13 AM Gregory Pittman wrote: > On 12/11/20 8:55 AM, Cliffe Connor wrote: > > Good Morning, > > I am creating a book cover in Scribus for a Lulu publication. I am using > > the template from Lulu and have been able to insert the back cover art > and > > the front cover art into the template with Scribus. But I can't figure > out > > how to get the spine text going the right way. How do I get the text to > go > > down the spine instead of horizontally across the spine? So far, I have > > just tried "inserting a text box" into the spine, but can't figure out > > where to go to change the direction of the text. Any help would be > greatly > > appreciated. The more specific, the better! I'm not very technologically > > savvy, so most of these things aren't automatic for me. > > Thank you very much for your help. > > Hi Cliffe, > > Use the Properties palette to rotate the text frame 90 degrees in the > direction you want. > > Greg > > > ___ > Scribus Mailing List: scribus at lists.scribus.net > Edit your options or unsubscribe: > http://lists.scribus.net/mailman/listinfo/scribus > See also: > http://wiki.scribus.net > http://forums.scribus.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cgoodwinartist at gmail.com Fri Dec 11 16:02:22 2020 From: cgoodwinartist at gmail.com (Chas G) Date: Fri, 11 Dec 2020 11:02:22 -0500 Subject: [scribus] book cover spine In-Reply-To: References: <720a47d6-e4e3-ca5f-98ea-b1d366601f7d@iglou.com> Message-ID: Try typing either 90 or 270 degrees into the box for rotation. One of those will give you type heading in the direction you desire. On Fri, Dec 11, 2020 at 10:45 AM Cliffe Connor wrote: > Greg, > Thank you for getting back to me. I've found the properties palette and the > rotation section. Can you tell me step by step what to do next? I can see > that the text box can be rotated, but when I type into it, it still has the > text going in the wrong direction! > Help! > Thanks, > Cliffe > > On Fri, Dec 11, 2020 at 8:13 AM Gregory Pittman > wrote: > > > On 12/11/20 8:55 AM, Cliffe Connor wrote: > > > Good Morning, > > > I am creating a book cover in Scribus for a Lulu publication. I am > using > > > the template from Lulu and have been able to insert the back cover art > > and > > > the front cover art into the template with Scribus. But I can't figure > > out > > > how to get the spine text going the right way. How do I get the text to > > go > > > down the spine instead of horizontally across the spine? So far, I have > > > just tried "inserting a text box" into the spine, but can't figure out > > > where to go to change the direction of the text. Any help would be > > greatly > > > appreciated. The more specific, the better! I'm not very > technologically > > > savvy, so most of these things aren't automatic for me. > > > Thank you very much for your help. > > > > Hi Cliffe, > > > > Use the Properties palette to rotate the text frame 90 degrees in the > > direction you want. > > > > Greg > > > > > > ___ > > Scribus Mailing List: scribus at lists.scribus.net > > Edit your options or unsubscribe: > > http://lists.scribus.net/mailman/listinfo/scribus > > See also: > > http://wiki.scribus.net > > http://forums.scribus.net > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.scribus.net/pipermail/scribus/attachments/20201211/480a8244/attachment.htm > > > ___ > Scribus Mailing List: scribus at lists.scribus.net > Edit your options or unsubscribe: > http://lists.scribus.net/mailman/listinfo/scribus > See also: > http://wiki.scribus.net > http://forums.scribus.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpittman at iglou.com Fri Dec 11 18:07:43 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Fri, 11 Dec 2020 13:07:43 -0500 Subject: [scribus] book cover spine In-Reply-To: References: <720a47d6-e4e3-ca5f-98ea-b1d366601f7d@iglou.com> Message-ID: <75e07e70-065c-cd15-3716-0b7e5305823d@iglou.com> On 12/11/20 11:02 AM, Chas G wrote: > Try typing either 90 or 270 degrees into the box for rotation. One of those > will give you type heading in the direction you desire. > You can also use the scrollwheel of your mouse -- put the pointer in the Rotation box, then scroll. If you hold down Ctrl, you make jumps of 10 degrees. 270 degrees should put the top of the text box to the right for the spine. You'll probably have to reposition the frame also (adjust the X-Pos and Y-Pos). Greg From tomnzkiwi at gmail.com Fri Dec 18 03:23:44 2020 From: tomnzkiwi at gmail.com (Phil Tomlinson) Date: Fri, 18 Dec 2020 16:23:44 +1300 Subject: [scribus] scribus 1.5 6 1 Message-ID: I have just updated to this latest version Very good but I seem to have one problem - probably me not understanding the change The earlier version showed a range of colours available but this version seems to show only black and white, althigh if you load material done in the earlier version all the colours seem to be shown. I presume there is a simple way of getting the usual colours and adject them for shades If anyone can point me in the rright directiuo I would be very appreciated. --------------------------------------------------------------------------------------------------- Philip & Rosemary Tomlinson Wellington New Zealand -------------- next part -------------- An HTML attachment was scrubbed... URL: From benedek_peter at upcmail.hu Fri Dec 18 06:46:07 2020 From: benedek_peter at upcmail.hu (benedek) Date: Fri, 18 Dec 2020 07:46:07 +0100 Subject: [scribus] Fwd: scribus 1.5 6 1 In-Reply-To: References: Message-ID: <5258cc5d-cdc1-0f48-ed26-c50e73987c7d@upcmail.hu> Hi Phil Edit -- Colours and Fills... -- Merge Colour Set --> You chose: Scribus Basic Regards Peter 2020. 12. 18. 4:23 keltez?ssel, Phil Tomlinson ?rta: > If anyone can point me in the rright directiuo I would be very > appreciated. From gpittman at iglou.com Fri Dec 18 13:51:07 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Fri, 18 Dec 2020 08:51:07 -0500 Subject: [scribus] Fwd: scribus 1.5 6 1 In-Reply-To: <5258cc5d-cdc1-0f48-ed26-c50e73987c7d@upcmail.hu> References: <5258cc5d-cdc1-0f48-ed26-c50e73987c7d@upcmail.hu> Message-ID: <86d5b147-95c8-3a88-01ed-2a22fefd8353@iglou.com> On 12/18/20 1:46 AM, benedek wrote: > Hi Phil > > Edit -- Colours and Fills... -- Merge Colour Set --> You chose: Scribus Basic > > Regards > > Peter > > 2020. 12. 18. 4:23 keltez?ssel, Phil Tomlinson ?rta: >> If anyone can point me in the rright directiuo I would be very >> appreciated. Hi Phil, It's worth your while to play with the Edit Colors and Fills dialog a bit so you can understand how to switch or edit color sets. Greg From tomnzkiwi at gmail.com Fri Dec 18 22:21:56 2020 From: tomnzkiwi at gmail.com (Phil Tomlinson) Date: Sat, 19 Dec 2020 11:21:56 +1300 Subject: [scribus] Fwd: scribus 1.5 6 1 In-Reply-To: <86d5b147-95c8-3a88-01ed-2a22fefd8353@iglou.com> References: <5258cc5d-cdc1-0f48-ed26-c50e73987c7d@upcmail.hu> <86d5b147-95c8-3a88-01ed-2a22fefd8353@iglou.com> Message-ID: -------------------Thank you for thaty. It works well I knew that there must be a simple solution for something so imp;ortant, but just could not find it, and the hellp pages did not readily shop the fix The Scribus team all deserve a pat on the back. Both those who produce such an excellent program, and the who help support it Regards Phil ------------------------------------------------------------------------------- Philip & Rosemary Tomlinson Wellington New Zealand On Sat, 19 Dec 2020 at 02:52, Gregory Pittman wrote: > On 12/18/20 1:46 AM, benedek wrote: > > Hi Phil > > > > Edit -- Colours and Fills... -- Merge Colour Set --> You chose: Scribus > Basic > > > > Regards > > > > Peter > > > > 2020. 12. 18. 4:23 keltez?ssel, Phil Tomlinson ?rta: > >> If anyone can point me in the rright directiuo I would be very > >> appreciated. > > Hi Phil, > > It's worth your while to play with the Edit Colors and Fills dialog a bit > so you can understand how to switch or edit color sets. > > Greg > > > ___ > Scribus Mailing List: scribus at lists.scribus.net > Edit your options or unsubscribe: > http://lists.scribus.net/mailman/listinfo/scribus > See also: > http://wiki.scribus.net > http://forums.scribus.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ph.jacquemin at factorysystems.eu Mon Dec 21 17:00:19 2020 From: ph.jacquemin at factorysystems.eu (ph.jacquemin at factorysystems.eu) Date: Mon, 21 Dec 2020 18:00:19 +0100 Subject: [scribus] cadre de texte Message-ID: <000001d6d7ba$c3dcba80$4b962f80$@factorysystems.eu> Bonjour, Je ne parviens plus ? ?crire un texte sans avoir le cadre autour. M?me en supprimant le contour dans ?Couleur?, le cadre ne dispara?t pas avec l?ouverture d?un nouveau document en version 1.5.5. Si je me r?f?re ? un ancien document tout nouveau texte peut s?ajouter sans le contour. Merci de votre aide Philippe Jacquemin -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: From silvain-dupertuis at bluewin.ch Mon Dec 21 19:21:58 2020 From: silvain-dupertuis at bluewin.ch (Silvain Dupertuis) Date: Mon, 21 Dec 2020 20:21:58 +0100 Subject: [scribus] cadre de texte In-Reply-To: <000001d6d7ba$c3dcba80$4b962f80$@factorysystems.eu> References: <000001d6d7ba$c3dcba80$4b962f80$@factorysystems.eu> Message-ID: <7b6705eb-2eef-45fd-37db-b03e3e7ae3d8@bluewin.ch> ?tes-vous bien s?r qu'il y a un contour ? Est-il visible dans un export PDF? Sinon, depuis l'interface Scribus, il y a un cadre noir visible qui marque simplement l'espace du cadre. Ce n'est pas un contour et c'est tout ? fait normal. Il est noir quand on clique sur la page et rouge quand on clique pour en ?diter le contenu... Je ne connais pas de moyen de changer ces couleurs par d?faut, mais elles ne g?nent pas! Silvain Dupertuis Le 21.12.20 ? 18:00, ph.jacquemin at factorysystems.eu a ?crit?: > Bonjour, > > > > Je ne parviens plus ? ?crire un texte sans avoir le cadre autour. M?me en > supprimant le contour dans ?Couleur?, le cadre ne dispara?t pas avec > l?ouverture d?un nouveau document en version 1.5.5. > > Si je me r?f?re ? un ancien document tout nouveau texte peut s?ajouter sans > le contour. > > > > Merci de votre aide > > > > Philippe Jacquemin > > > > -------------- section suivante -------------- > Une pi?ce jointe HTML a ?t? nettoy?e... > URL: > ___ > Scribus Mailing List: scribus at lists.scribus.net > Edit your options or unsubscribe: > http://lists.scribus.net/mailman/listinfo/scribus > See also: > http://wiki.scribus.net > http://forums.scribus.net -- Silvain Dupertuis Route de Lausanne 335 1293 Bellevue (Switzerland) t?l. +41-(0)22-774.20.67 portable +41-(0)79-604.87.52 web: silvain-dupertuis.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpittman at iglou.com Mon Dec 21 21:02:48 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Mon, 21 Dec 2020 16:02:48 -0500 Subject: [scribus] cadre de texte In-Reply-To: <7b6705eb-2eef-45fd-37db-b03e3e7ae3d8@bluewin.ch> References: <000001d6d7ba$c3dcba80$4b962f80$@factorysystems.eu> <7b6705eb-2eef-45fd-37db-b03e3e7ae3d8@bluewin.ch> Message-ID: On 12/21/20 2:21 PM, Silvain Dupertuis wrote: > ?tes-vous bien s?r qu'il y a un contour ? > Est-il visible dans un export PDF? > > Sinon, depuis l'interface Scribus, il y a un cadre noir visible qui marque simplement l'espace du cadre. > Ce n'est pas un contour et c'est tout ? fait normal. Il est noir quand on clique sur la page et rouge quand on clique pour en ?diter le contenu... > Je ne connais pas de moyen de changer ces couleurs par d?faut, mais elles ne g?nent pas! > If you click on 'Mode aper?u' you should see the outline disappear in Scribus, unless you have colored the Stroke ('Contour'). This type of problem doesn't make sense -- you may need to upload a file showing it to https://bugs.scribus.net/ Greg From wena-parry at talktalk.net Thu Dec 31 13:44:14 2020 From: wena-parry at talktalk.net (Wena Parry) Date: Thu, 31 Dec 2020 13:44:14 +0000 (GMT) Subject: [scribus] Translating from Welsh to English Message-ID: <1369147918.1719449.1609422254901@apps.talktalk.co.uk> I have one of my Welsh books that I now need to translate to English. All the text is in Scribus whichand of course it can change to many formats from their. Has any one found a good franslater program? Wena Parry South Wales U.K.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wena-parry at talktalk.net Thu Dec 31 13:54:21 2020 From: wena-parry at talktalk.net (Wena Parry) Date: Thu, 31 Dec 2020 13:54:21 +0000 (GMT) Subject: [scribus] Translating from Welsh to English Message-ID: <948034119.1719682.1609422861566@apps.talktalk.co.uk> I need to translate a Welsh book i wrot into English, Can any one direct me to a software can work from Doc formats or derectly from Scribus. Wena Parry South Wales, U.K. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gpittman at iglou.com Thu Dec 31 14:01:15 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Thu, 31 Dec 2020 09:01:15 -0500 Subject: [scribus] Translating from Welsh to English In-Reply-To: <1369147918.1719449.1609422254901@apps.talktalk.co.uk> References: <1369147918.1719449.1609422254901@apps.talktalk.co.uk> Message-ID: <91ea548a-1a28-62ff-fe7c-4cdf95f5941f@iglou.com> On 12/31/20 8:44 AM, Wena Parry wrote: > I have one of my Welsh books that I now need to translate to English. All the text is in Scribus whichand of course it can change to many formats from their. > > > Has any one found a good franslater program? > Have you tried Google Translate? Greg From gpittman at iglou.com Thu Dec 31 19:46:25 2020 From: gpittman at iglou.com (Gregory Pittman) Date: Thu, 31 Dec 2020 14:46:25 -0500 Subject: [scribus] Translating from Welsh to English In-Reply-To: <2a28db19-7ddd-60e4-8116-f5cd00d1a961@bluewin.ch> References: <1369147918.1719449.1609422254901@apps.talktalk.co.uk> <91ea548a-1a28-62ff-fe7c-4cdf95f5941f@iglou.com> <2a28db19-7ddd-60e4-8116-f5cd00d1a961@bluewin.ch> Message-ID: <18a5878a-e31c-4b85-2ff1-180f3efb6f5c@iglou.com> On 12/31/20 2:13 PM, Silvain Dupertuis wrote: > For translation between French, English and German, > from my experience Deepl does quite a good job. > No idea if Welsh is included. > > As for Google translate, what I have seen with Asian languages like Thai or Lao gives funny and unreliable results... Google translate does a considerably better job than it used to. Whatever you might use, you can expect to need to tweak the results to have it seem more natural. I translated the French Flossmanuals book on Scribus using Google translate, then smoothing out the language so that it seemed like it might have been written in English. Greg