Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miktex-make - The t1xtt source file could not be found #996

Open
1 task done
robotechnics opened this issue Dec 10, 2021 · 4 comments
Open
1 task done

miktex-make - The t1xtt source file could not be found #996

robotechnics opened this issue Dec 10, 2021 · 4 comments

Comments

@robotechnics
Copy link

robotechnics commented Dec 10, 2021

Hi,
I have updated today my ubuntu 20.04 distribution and I noticed that included some updates of the miktek library. I tried to compile a document that was working fine yesterday but now I have the following error "miktex-make - The t1xtt source file could not be found" on .miktex/texmfs/data/miktex/log/miktex-makemf.log log file.

This is the ubuntu log update:
Start-Date: 2021-12-10 08:30:45
Commandline: aptdaemon role='role-commit-packages' sender=':1.121'
Upgrade: ... miktex:amd64 (21.6-focal1, 21.12.10-focal1) ....

Any help on how to resolve this issue?

@edocevoli
Copy link
Member

Thank you. Do you have a minimal test case? Also, the log files would be of interest.

@robotechnics
Copy link
Author

robotechnics commented Dec 10, 2021

Thank you Christian for your quick reply,
Unfortunately, I do not have any test case. I have a .tex (my PhD thesis) that worked yesterday but not today after the update.
This is the log extract from .miktex/texmfs/data/miktex/log/miktex-makemf.log (ubuntu 20.04)

2021-12-10 12:41:57,687+0100 INFO miktex-makemf - this process (21219) started by 'miktex-makepk' with command line: miktex-makemf --miktex-enable-installer --miktex-disable-maintenance --miktex-disable-diagnose --verbose t1xtt
2021-12-10 12:41:57,718+0100 FATAL miktex-makemf - The t1xtt source file could not be found.
2021-12-10 12:41:57,718+0100 FATAL miktex-makemf - The t1xtt source file could not be found.
2021-12-10 12:41:57,718+0100 FATAL miktex-makemf - Info:
2021-12-10 12:41:57,718+0100 FATAL miktex-makemf - Source:
2021-12-10 12:41:57,718+0100 FATAL miktex-makemf - Line: 0
2021-12-10 12:41:57,720+0100 INFO miktex-makemf - this process (21219) finishes with exit code 1

Here you have a small .tex that gives me the another error (this is my PhD thesis coversheet):

2021-12-10 17:08:04,266+0100 INFO miktex-makemf - this process (7590) started by 'miktex-makepk' with command line: miktex-makemf --miktex-enable-installer --miktex-disable-maintenance --miktex-disable-diagnose --verbose rtxptmr
2021-12-10 17:08:04,267+0100 FATAL miktex-makemf - The rtxptmr source file could not be found.
2021-12-10 17:08:04,267+0100 FATAL miktex-makemf - The rtxptmr source file could not be found.
2021-12-10 17:08:04,267+0100 FATAL miktex-makemf - Info:
2021-12-10 17:08:04,267+0100 FATAL miktex-makemf - Source:
2021-12-10 17:08:04,267+0100 FATAL miktex-makemf - Line: 0
2021-12-10 17:08:04,268+0100 INFO miktex-makemf - this process (7590) finishes with exit code 1

%----------
% WARNING
%----------

%
% This Guide contains Library recommendations based mainly on APA and IEEE styles (https://uc3m.libguides.com/en/thesis/), but you must always follow the guidelines of your thesis Tutor and the rules and regulations of the Doctoral School.

%----------
% DOCUMENT SETTINGS
%----------

\documentclass[12pt]{report} % font: 12pt

% MÁRGENES: 2,5 cm top an bottom; 3 cm left and right
\usepackage[
a4paper,
vmargin=2.5cm,
hmargin=3cm
]{geometry}

% Paragraph Spacing and Line Spacing: Narrow (6 pt / 1.15 spacing) or Moderate (6 pt / 1.5 spacing)
\renewcommand{\baselinestretch}{1.15}
\parskip=6pt

% PDF/A -- Important for its inclusion in e-Archive. PDF/A is the optimal format for preservation and for the generation of metadata: http://uc3m.libguides.com/ld.php?content_id=31389625.

% In the template we include the file OUTPUT.XMPDATA. You can download that file and include the metadata that will be incorporated into the PDF file when you compile the memoria.tex file. Then upload it back to your project.
\usepackage[a-1b]{pdfx}

% LINKS
\usepackage{hyperref}
\hypersetup{colorlinks=true,
linkcolor=black, % links to parts of the document (e.g. index) in black
urlcolor=blue} % links to resources outside the document in blue
\usepackage[font=small,skip=0pt]{caption} %Remove line between figure and captio

% MATH EXPRESSIONS
\usepackage{amsmath,amssymb,amsfonts,amsthm}

% Character encoding
\usepackage{txfonts}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{booktabs}

% Nomenclature
\usepackage{nomencl}
\makenomenclature

%Algorithms
\usepackage{algorithm}% http://ctan.org/pkg/algorithms
\usepackage{algpseudocode}% http://ctan.org/pkg/algorithmicx

% English settings
\usepackage[english]{babel}
\usepackage[babel, english=american]{csquotes}
\AtBeginEnvironment{quote}{\small}

% Footer settings
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\rfoot{\thepage}
\fancypagestyle{plain}{\pagestyle{fancy}}

% DESIGN OF THE TITLES of the parts of the work (chapters and epigraphs or sub-chapters)
\usepackage{titlesec}
\usepackage{titletoc}
\titleformat{\chapter}[block]
{\large\bfseries\filcenter}
{\thechapter.}
{5pt}
{\MakeUppercase}
{}
\titlespacing{\chapter}{0pt}{0pt}{3}
\titlecontents{chapter}
[0pt]
{}
{\contentsmargin{0pt}\thecontentslabel.\enspace\uppercase}
{\contentsmargin{0pt}\uppercase}
{\titlerule
[.7pc]{.}\contentspage}

\titleformat{\section}
{\bfseries}
{\thesection.}
{5pt}
{}
\titlecontents{section}
[5pt]
{}
{\contentsmargin{0pt}\thecontentslabel.\enspace}
{\contentsmargin{0pt}}
{\titlerule*[.7pc]{.}\contentspage}

\titleformat{\subsection}
{\normalsize\bfseries}
{\thesubsection.}
{5pt}
{}
\titlecontents{subsection}
[10pt]
{}
{\contentsmargin{0pt}
\thecontentslabel.\enspace}
{\contentsmargin{0pt}}
{\titlerule*[.7pc]{.}\contentspage}

% Footnotes
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}

% FIGURES
\usepackage{graphicx}
\graphicspath{{imagenes/}} % Images folder

%REFERENCES

% IEEE bibliography setup
\usepackage[backend=bibtex, style=ieee, isbn=false,sortcites, maxbibnames=6, minbibnames=1]{biblatex} % Setting for IEEE citation style, recommended for engineering. "maxbibnames" indicates that from 6 authors truncate the list in the first one (minbibnames) and add "et al." as used in the IEEE style.
%\addbibresource{bibliography/thesisRefLibrary.bib} % The references.bib file in which the bibliography used should be

%-------------
% DOCUMENT
%-------------

\begin{document}
\pagenumbering{roman} % Roman numerals are used in the numbering of the pages preceding the body of the work.
%----------
% COVER
%----------
\begin{titlepage}
%\begin{sffamily}
\begin{center}
\begin{Huge}
xxxxx\
\bigskip
by\
\bigskip
xxxx\
\end{Huge}
\vspace{3 cm}
\begin{Large}
A dissertation submitted by in partial fulfillment of the requirements for the degree of Doctor of Philosophy in\
\bigskip
xxxx\
\vspace{2cm}
xxxxx\
\vspace{3cm}
Advisor(s):\
\bigskip
xxxxx\
\bigskip
Tutor:\
\bigskip
xxxxx\
\bigskip
XXXXX 202X\
\end{Large}

\end{center}
\end{titlepage}

%----------
% LICENCIA CREATIVE COMMONS
%----------
%\input{License/License.tex}

%----------
% DEDICATION
%----------
%\input{Dedication/Dedication.tex}

%----------
% DECLARATION
%----------
%\input{Declaration/Declaration.tex}

%----------
% ACKNOWLEDGEMENTS
%----------
% If you do not wish any acknowledgements to your thesis, do not include this page.
%\input{Acknowledgement/Acknowledgement.tex}

%----------
% PUBLISHED AND SUBMITTED CONTENT
%----------
%\input{Publishment/Publishment.tex}

%----------
% OTHER RESEARCH MERITS
%----------
%\input{OtherMerits/OtherMerits.tex}

%--
% Nomenclature
%--
% See https://bytefreaks.net/applications/using-nomenclature-in-texstudio
\printnomenclature
\thispagestyle{fancy}
%----------
% TOC
%----------
\tableofcontents
\thispagestyle{fancy}

%--
% List of figures. If they are not included, comment the following lines
%-
\listoffigures
\thispagestyle{fancy}

%--
% List of tables. If they are not included, comment the following lines
%-
\listoftables
\thispagestyle{fancy}

%----------
% THESIS
%----------
\clearpage
\pagenumbering{arabic} % % numbering with Arabic numerals for the rest of the document.
%----------
% THESIS
%----------
\pagenumbering{arabic} % % numbering with Arabic numerals for the rest of the document.

%\clearpage \input{Chapter1/chapter1.tex}
%\clearpage \input{Chapter2/chapter2.tex}
%\clearpage \input{Chapter3/chapter3.tex}
%\clearpage \input{Chapter4/chapter4.tex}
%\clearpage \input{Chapter5/chapter5.tex}
%\clearpage \input{Chapter6/chapter6.tex}
%\clearpage \input{Chapter7/chapter7.tex}

\clearpage \addcontentsline{toc}{chapter}{Bibliography}
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
%\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliographystyle{spphys} % APS-like style for physics
%\printbibliography
\clearpage{}

%----------

@robotechnics
Copy link
Author

I found the solution.
I opened the MikTex Console in Ubuntu 20.04 and I noticed that there were 93 updates pending. I just updated everything and now it works.

I attached the MikTex Console report in case it helps:
ReportDate: 2021-12-10 17:28:36
CurrentVersion: 21.12.10
SetupDate: 2021-05-30 19:44:00
SetupVersion: 21.3
Configuration: Regular
GitInfo: 3ac6ff3 / 2021-12-09 13:17:02
OS: Linux 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64
SharedSetup: no
LinkTargetDirectory: /home/XXX/bin
PathOkay: yes
LastUpdateCheck: 2021-12-10 17:24:53
LastUpdate: 2021-12-10 17:26:39
LastUpdateDb: 2021-12-10 17:24:53
SystemAdmin: no
RootPrivileges: no
AdminMode: no

@edocevoli
Copy link
Member

Sorry for the inconvenience. MiKTeX for Linux/macOS should provide a prominent update notification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants