GeneralAppearance of T@TS1

LaTeX specific issues not fitting into one of the other forums of this category.
ronbannon
Posts: 7
Joined: Mon May 05, 2014 4:49 pm

Appearance of T@TS1

Post by ronbannon »

I am writing a huge document and I just noticed that T@TS1 is appearing on the first line of my document, but I am not sure why. Would someone be willing to look at the code to see why?

All content has been removed, so this is somewhat minimal.

Code: Select all

Code, edit and compile here:
\documentclass[12pt, addpoints, answers, fleqn]{exam}
\usepackage{graphicx, type1cm, eso-pic, color}
\RequirePackage[colorlinks, hyperindex, plainpages=false]{hyperref}
\usepackage{cancel}
\usepackage{enumitem}
\usepackage{imakeidx}
\usepackage{fontawesome}
\usepackage{censor}
\usepackage{lastpage}
\usepackage[T5,TS1,T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\DeclareTextAccentDefault{\h}{T5}
\DeclareTextComposite{\h}{T5}{i}{191}
\DeclareUnicodeCharacter{1EC9}{\h\i}
\usepackage{mathpazo}
\usepackage{cmbright}
\usepackage{pstricks}
\usepackage{multido}
\usepackage{pstricks-add}
\makeatother
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{wasysym}
\usepackage{url}
\usepackage{color}
\usepackage{polynom}
\usepackage{textcomp}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Appearance of T@TSI

Post by Ijon Tichy »

I cannot reproduce the problem. You can see, what I see, if you click to the Run LaTeX here button.

You are using a lot of packages. So maybe your TeX installation is not up-to-date and in a state, where some of the package has been incompatible. If an update does not help, you can use the minimization technique, described in the Infominimal working example guide to find out, which code of your preamble or document is responsible for the problem.

BTW: Usually it is not a good idea to load package hyperref early. For most packages, it is documented, to load them before hyperref. And it is not recommended to load packages more than once, because this is failed to notice, when a package is intended to be removed or the options for a package are changed. So I recommend to avoid loading packages more than once.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Appearance of T@TSI

Post by Stefan Kottwitz »

Hi Ron,

T@TS1 refers to TS1 font encoding. Check if you need it or change

Code: Select all

\usepackage[T5,TS1,T1]{fontenc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
to

Code: Select all

\usepackage[T1]{fontenc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
and see if it works for you. Check if you need T5, since that's for Vietnamese.

If you have a recent LaTeX, you can also remove \usepackage{textcomp} that's also TS1 related.

Stefan
LaTeX.org admin
ronbannon
Posts: 7
Joined: Mon May 05, 2014 4:49 pm

Appearance of T@TSI

Post by ronbannon »

Thank you!

Okay, I moved the hyperref, but still no change. I am starting to suspect that my troubles are probably related to my current install. Will do my best to figure it out.
Ijon Tichy wrote:I cannot reproduce the problem. You can see, what I see, if you click to the Run LaTeX here button.

You are using a lot of packages. So maybe your TeX installation is not up-to-date and in a state, where some of the package has been incompatible. If an update does not help, you can use the minimization technique, described in the Infominimal working example guide to find out, which code of your preamble or document is responsible for the problem.

BTW: Usually it is not a good idea to load package hyperref early. For most packages, it is documented, to load them before hyperref. And it is not recommended to load packages more than once, because this is failed to notice, when a package is intended to be removed or the options for a package are changed. So I recommend to avoid loading packages more than once.
ronbannon
Posts: 7
Joined: Mon May 05, 2014 4:49 pm

Appearance of T@TSI

Post by ronbannon »

Thank you, Stefan!

I took your two suggestions, but I still see T@TS1 on the first line. Since I do not see this reproduce here, it may be something with my install, so I need to look into that.
Stefan Kottwitz wrote:Hi Ron,

T@TS1 refers to TS1 font encoding. Check if you need it or change

Code: Select all

\usepackage[T5,TS1,T1]{fontenc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
to

Code: Select all

\usepackage[T1]{fontenc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
and see if it works for you. Check if you need T5, since that's for Vietnamese.

If you have a recent LaTeX, you can also remove \usepackage{textcomp} that's also TS1 related.

Stefan
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Appearance of T@TSI

Post by Stefan Kottwitz »

Hi Ron,

you may post your .log file here, as attachment. Perhaps there's some hint.

Stefan
LaTeX.org admin
ronbannon
Posts: 7
Joined: Mon May 05, 2014 4:49 pm

Appearance of T@TSI

Post by ronbannon »

Stephen,

Again, thank you!

Log file is attached. The pdf output is nearly 2400 pages long, and there are some errors I need to address. No error is serious enough to stop the process, and I still have a lot more work to complete. I think in the end the document will be close to 3000 pages.

-Ron
Stefan Kottwitz wrote:Hi Ron,

you may post your .log file here, as attachment. Perhaps there's some hint.

Stefan
Attachments
wells.log
(276.24 KiB) Downloaded 400 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Appearance of T@TSI

Post by Stefan Kottwitz »

Hi Ron,

I don't see it in the log file yet - can you perhaps add a screenshot as image attachment, that shows how and where the T@TS1 output appears? (body text, header, section, ...)

Stefan
LaTeX.org admin
ronbannon
Posts: 7
Joined: Mon May 05, 2014 4:49 pm

Appearance of T@TSI

Post by ronbannon »

Stephen,

Certainly, I am attaching page one. T@TS1 appears on the very first line.

Again, can't thank you enough for taking a look.

-Ron

Important Update: I use TeX Live Utility to update my TeX distribution daily, and today's update took care of the T@TS1 problem. Very strange!

Stefan Kottwitz wrote:Hi Ron,

I don't see it in the log file yet - can you perhaps add a screenshot as image attachment, that shows how and where the T@TS1 output appears? (body text, header, section, ...)

Stefan
Attachments
page.01.pdf
(148.99 KiB) Downloaded 373 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Appearance of T@TSI

Post by Stefan Kottwitz »

Hi Ron,

it's not strange, it was a bug in the siunitx package.

Out fellow LaTeX.org moderator Joseph Wright, author of siunitx, fixed it.

Thank you for telling us!

Stefan
LaTeX.org admin
Post Reply