lp:ptxprint

Get this repository:
git clone https://git.launchpad.net/ptxprint

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/sillsdev/ptx2pdf.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
master 2024-04-18 11:11:40 UTC
Protect from logger crash on poor pt settings

Author: mhosken
Author Date: 2024-04-18 11:11:40 UTC

Protect from logger crash on poor pt settings

packaging 2024-04-04 21:56:09 UTC
Bumped release version to 2.4.19

Author: Mark Penny
Author Date: 2024-04-04 21:56:09 UTC

Bumped release version to 2.4.19

lasttag 2024-04-04 21:56:03 UTC
Releasing 2.4.19

Author: Mark Penny
Author Date: 2024-04-04 21:56:03 UTC

Releasing 2.4.19

polyglot 2024-03-13 15:39:59 UTC
step1

Author: David Gardner
Author Date: 2024-03-13 15:39:59 UTC

step1

oops 2024-03-05 17:17:27 UTC
Refactor references to turn everything into RefRange. Helps chapters be range...

Author: mhosken
Author Date: 2024-03-05 17:17:27 UTC

Refactor references to turn everything into RefRange. Helps chapters be ranges rather than special references

devui 2023-11-12 21:43:53 UTC
Still experimenting with interactive border padding things

Author: Mark Penny
Author Date: 2023-11-12 21:43:53 UTC

Still experimenting with interactive border padding things

titlebox 2023-09-26 14:40:58 UTC
Implement smart gridding option for sidebars

Author: David Gardner
Author Date: 2023-09-25 07:07:16 UTC

Implement smart gridding option for sidebars

Fix long-standing bug with gridding of p (pc, pl, pr) sidebars.
Update documentation, add figures showing effect of gridding options.

dev 2023-08-23 17:35:43 UTC
Merge branch 'master' into dev

Author: David Gardner
Author Date: 2023-08-23 17:35:43 UTC

Merge branch 'master' into dev

cover 2023-02-27 21:46:25 UTC
Merge branch 'cover' of github.com:sillsdev/ptx2pdf into cover

Author: David Gardner
Author Date: 2023-02-27 21:46:25 UTC

Merge branch 'cover' of github.com:sillsdev/ptx2pdf into cover

marksdev 2022-05-04 17:09:32 UTC
Trying to add x-xetex to Piclist for rotate option

Author: Mark Penny
Author Date: 2022-05-04 17:09:32 UTC

Trying to add x-xetex to Piclist for rotate option

fix576 2021-12-22 17:32:54 UTC
Merge branch 'master' into fix576

Author: David Gardner
Author Date: 2021-12-22 17:32:54 UTC

Merge branch 'master' into fix576

v2.0 2021-11-17 07:50:29 UTC
immediate open of TOC file

Author: David Gardner
Author Date: 2021-11-16 21:55:38 UTC

immediate open of TOC file

categoryparas 2021-11-10 11:22:14 UTC
Fix strangeness due to grouping ending before paragraph end.

Author: David Gardner
Author Date: 2021-11-10 08:19:34 UTC

Fix strangeness due to grouping ending before paragraph end.

Also document changes

tbldev 2021-09-14 04:24:29 UTC
Collect inserts per row and output after each row

Author: mhosken
Author Date: 2021-09-14 04:24:29 UTC

Collect inserts per row and output after each row

extended 2021-04-14 16:09:40 UTC
Reduce needless re-runs (Fix some broken logic)

Author: David Gardner
Author Date: 2021-04-14 15:55:57 UTC

Reduce needless re-runs (Fix some broken logic)

Picpos file may not be in order, also a stray 0 (maybe from testing?) broke an equality test
Also spew less stuff onto console that ought to be logged.

diglot 2021-03-26 23:06:12 UTC
Remove diglot@backingup, its fundamentally flawed.

Author: David Gardner
Author Date: 2021-03-26 16:22:45 UTC

Remove diglot@backingup, its fundamentally flawed.

No one can guarantee there's not a breakpoint and then just glue before the
(critical) final end-of-trial penalty. The page-breaker will discard
glue and penalties after a break. Therefore the code mustn't use the page
breaker to split galley / galley excess. This was done to preserve the
penalty at the break point, but that gain in no way outweighs the damage.

The monoglot backing up routine doesn't need to worry about this issue as it
wants to lose the tail end of the current galley in what comes next.

This patch solves the above problem, using vsplits instead. Extra
checks are needed, as vsplit will *always* split off a line if there's
no additionally inserted break-point at the start of the box.

Also, it was necessary to make to be based on available space, not trialheight,
as vsplit uses a simplified algorithm that does not try to include any
calculations for inserts/notes.

Related to these changes, the vsize-related logic in diglot@anytrial also
needed updating to make use of the most recent availheight calculations each
cycle, and merge in additional chunks of text as appropriate.

For future study: It may be appropriate to be overly generous with
vsize on the trial runs, reducing the need for joints and repeated
output cycles.

intromarker 2021-03-17 19:01:07 UTC
reenable ambiguous markers if reentering is OK

Author: David Gardner
Author Date: 2021-03-17 19:01:07 UTC

reenable ambiguous markers if reentering is OK

layout 2021-02-04 14:10:51 UTC
Add layout discussion code

Author: mhosken
Author Date: 2021-02-04 14:10:51 UTC

Add layout discussion code

patgen 2021-01-20 03:26:51 UTC
Fix multiprocessing and start adding progress bar

Author: mhosken
Author Date: 2021-01-20 03:26:51 UTC

Fix multiprocessing and start adding progress bar

picui 2020-11-18 07:05:02 UTC
hide pictures for basic

Author: Mark Penny
Author Date: 2020-11-18 07:05:02 UTC

hide pictures for basic

v1.2 2020-10-05 07:33:24 UTC
usfmerge no longer canonicalises footnotes

Author: mhosken
Author Date: 2020-10-05 07:33:24 UTC

usfmerge no longer canonicalises footnotes

1_0 2020-08-19 11:13:16 UTC
Added the Windows installation and update guide for version 1.0.

Author: Jake Moll
Author Date: 2020-08-19 11:13:16 UTC

Added the Windows installation and update guide for version 1.0.

paratext 2019-11-19 07:00:44 UTC
Add branches to readme

Author: mhosken
Author Date: 2019-11-19 07:00:44 UTC

Add branches to readme

ptxplus 2019-06-19 16:08:07 UTC
Merge branch 'master' into ptxplus

Author: Bobby de Vos
Author Date: 2019-06-19 16:08:07 UTC

Merge branch 'master' into ptxplus

Bring over the files the had EOL issues fixed in them.
As EOL issues were fixed, the file .gitattributes is also needed.

124 of 24 results
This repository contains Public information 
Everyone can see this information.