Revision 74ff0f2f5801857a1ecf28bf605b38ec4ae499d7 authored by Boud Roukema on 27 December 2021, 20:28:58 UTC, committed by Boud Roukema on 27 December 2021, 20:28:58 UTC
The current version of the 'newtx' LaTeX package in
CTAN [1] is version 1.7, which has a bug. The README
file at CTAN [1] states that version 1.701 corrects the
bug, but version 1.701 is not yet provided on the CTAN
mirror servers.

This commit provides a hack that should only have an effect if
the the buggy file 'newtxtext.sty' (with an unclosed 'if'
statement) is the same as in version 1.7 . This commit should be
reverted once 1.701 or more recent versions that have fixed the
bug are distributed by CTAN.

[1] https://www.ctan.org/tex-archive/fonts/newtx
1 parent 0ba4d10
Raw File
.gitignore
# Files to ignore in version control (Git) -*- conf-unix -*-
# ==========================================================
#
# The files satisfying the patterns here (one per line) are ignored by
# the version control using Git, they are all outputs of the various
# tools used to built Gnuastro, so we don't need to keep their
# history.
#
# To help readability, please add new files based on the length of the
# line you wish to add.
#
# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org>
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without any warranty.

*~
*.txt
*.aux
*.log
*.pdf
*.out
*.zip
*.swp
.nfs*
mmap_*
*.tar.gz
*.auxlock

.tex
build
.local
.build
Makefile
tex/tikz
.gnuastro
.DS_Store
.texlive*
LOCAL.conf
docker-run
tex/pipeline
LOCAL_tmp.mk
LOCAL_old.mk
gnuastro-local.conf
.compiler_test_dir_please_delete
back to top