Skip to main content

Questions tagged [logging]

{logging} is about questions that concern information in the log file. For other files created during the compilation, use {auxiliary-files} instead.

Filter by
Sorted by
Tagged with
1 vote
1 answer
67 views

Within the tblr-environment I have a custom command which has a \msg_*-output. But it produces the output four times. Outside of the tblr the output appears only once. \documentclass{article} \...
lukascbossert's user avatar
6 votes
1 answer
135 views

I am writing a new documentclass in which I am implementing some msg_warning etc. To help the user getting a quick overview of any potential warnings and issues that come from the documentclass I ...
lukascbossert's user avatar
2 votes
0 answers
50 views

I am trying to write a test to check the information chronos packages provide about themselves. The packages all use svn-prov. My .lvt is effectively \RequirePackage{svn-prov} \ProvidesFileSVN{$Id: ...
cfr's user avatar
  • 250k
0 votes
2 answers
124 views

I am currently working on a project where I need to track every command (including primitive, user-defined, and environment commands) in any given TeX documents, along with the number and types of ...
ChoMedit's user avatar
  • 133
0 votes
0 answers
69 views

when I use the latex to compile, the log ouput like this: This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023) (preloaded format=xelatex 2023.5.24) 5 JAN 2025 09:46 entering extended mode ...
Dolphin's user avatar
  • 1,087
2 votes
1 answer
117 views

Using lualatex with TeXlive 2024, Linux, compiling via Terminal command. Thanks to the luatex wrapup_run (and help previously provided at this forum), I can write a message to Terminal, which appears ...
rallg's user avatar
  • 1,509
0 votes
1 answer
95 views

Thanks to texlogsieve, I can investigate compilation messages. I have the following message. How can I investigate this type of message? pg 1: LaTeX Font Info: Font shape `T1/cmtt/bx/it' in size &...
projetmbc's user avatar
  • 15.5k
1 vote
2 answers
195 views

Is there a tool to help analyze the log files produced by (La)TeX? For example, this type of tool should be able to list all warnings issued.
projetmbc's user avatar
  • 15.5k
0 votes
0 answers
102 views

My log file is about 15,000 lines long, and identifying all the warnings is not easy, particularly those that look like: LaTeX Warning: Reference `' on page 76 undefined on input line 282. I have ...
nowox's user avatar
  • 1,855
0 votes
0 answers
54 views

I am using TexStudio version 4.7.2 (Qt version 6.6.0) on MacOS Monterey 12.7.5 (older Mac) My document has chapters, which I open as separate .tex files in the TexStudio session. The navigation pane ...
Michelle's user avatar
  • 595
1 vote
0 answers
165 views

My goal is to create a function in Emacs Lisp to interactively convert macros provided by the cleveref package (\cref, \Cref, etc.) into standard LaTeX: For example: \cref{sec:1} --> section~\ref{...
Gabriele's user avatar
  • 2,072
3 votes
0 answers
40 views

The fntguide says that: \DeclareTextSymbol {⟨cmd⟩} {⟨encoding⟩} {⟨slot⟩} This command defines a text symbol with slot ⟨slot⟩ in the encoding. For example, the definition of \ss in the OT1 encoding ...
Stephen's user avatar
  • 8,111
4 votes
3 answers
211 views

If I do: \message{^^J! my very long message that will be cut on many lines because LaTeX for some weird reasons like to manually cut the lines instead of letting the terminal do it^^J} I will see ...
tobiasBora's user avatar
  • 9,940
0 votes
0 answers
75 views

I have a file and I'd like to print it in the log file. The problem is that if I add a new line with ^^J, often two newlines are added when the size of the line to print is exactly the maximum width ...
tobiasBora's user avatar
  • 9,940
0 votes
0 answers
164 views

While processing a latex file, log output to console is usually smaller than what you can find in the log file, so that you can spot errors more easily. Yet, I am not able to understand how I can have ...
brad's user avatar
  • 569
3 votes
1 answer
123 views

dear internet stranger. I just wanted to turn off some overfull hbox warnings when I ran into a problem. I could not turn off warnings inside a table environment. What can I do to fix this? Here is a ...
Florian's user avatar
  • 299
3 votes
1 answer
210 views

I want to override the command that prints Overfull \hbox..., but it seems that it's not \GenericWarning. What is it?
yegor256's user avatar
  • 13.1k
1 vote
1 answer
1k views

I just found out about Latexdiff and it's just what I need right now. But unfortunatly I can't get the .tex-file created by Latexdiff to compile on my maschine. I tried a minimal example: file nr. 1: ...
Jelt0's user avatar
  • 13
1 vote
2 answers
210 views

Is it possible to detect if the current run is the first (preferably from the Lua end)? I tried to read the log file, but it is apparently already erased when the Lua engine starts. I can of course ...
keth-tex's user avatar
  • 502
2 votes
1 answer
138 views

The question is in the title. For example with the following file a.tex \ExplSyntaxOn \ior_str_get_term:nN {} \l_tmpa_tl \stop when compiled with pdflatex a.tex, and type something on the terminal, ...
user202729's user avatar
  • 9,026
1 vote
0 answers
81 views

In actuarial documents we use much mathematically oriented notation, for which we need many math fonts. In What is the meaning of "No math alphabet change to frozen version normal on input line ...
Markos Mitsos's user avatar
6 votes
2 answers
406 views

p98 of the TeXbook gives a paragraph trace beginning: []\tenrm Mr. Drofnats---or ‘‘R. J.,’’ as he pre- @\discretionary via @@0 b=0 p=50 d=2600 @@1: line 1.2- t=2600 -> @@0 ferred to be called---was ...
Marnanel Thurman's user avatar
3 votes
1 answer
232 views

I am confused by the output of the following code: \documentclass{article} \begin{document} \begingroup \obeylines \typeout{abc^^Muvw} \wlog{ijk^^Mxyz} \endgroup \end{document} With PDFLaTeX or ...
L.J.R.'s user avatar
  • 12.6k
0 votes
1 answer
107 views

I'm trying to figure out why vertical space is added between elements in my document. I am using \loggingoutput which i learned about in this answer to get a verbose log from TeX. Many lines look like ...
MyComputer's user avatar
3 votes
1 answer
91 views

If I create hello.tex thus: \tracingcommands 1 Hello world then hello.log contains This is TeX, [etc] **hello.tex (./hello.tex {vertical mode: the letter H} {horizontal mode: the letter H} {blank ...
Marnanel Thurman's user avatar
0 votes
0 answers
186 views

I'll start off by noting that I already made a post yesterday with a similar title and want to say that this is a new problem. Here's the link to my previous post if it helps provide any context. I ...
Joshua A's user avatar
1 vote
0 answers
182 views

A few weeks ago I stumbled upon a command that wrote “everything” (spaces used, paragraphs, rules, etc.) about how each page in the document was typeset. But now I can’t remember what it was. Can you ...
Fredrik P's user avatar
  • 1,458
0 votes
0 answers
63 views

I was working on my thesis and everything is fine and works as ist should. Then I realized that this is written in the log file: The document still works fine but I do not understand what it wants ...
Roland's user avatar
  • 6,836
0 votes
0 answers
695 views

I try to configure Sublime Text 4 with LaTeXTools to write LaTeX documents. I want to see the .log files for debug purposes (I want to see those files like other editors like TeXniCcenter or TeXmaker)....
Elyo's user avatar
  • 396
1 vote
0 answers
158 views

I would like to review words that were hyphenated in a very long document. Looking at pdf output is too error prone. So I like to get a entry for every hyphenated word on compilation output or log ...
Miguel V. S. Frasson's user avatar
0 votes
1 answer
193 views

Background: I have got MiKTeX portable running on a sealed-off enterprise Windows computer (no admin rights, Symantec Endpoint Protection, tons of group policies, Zscaler, constant background ...
tfran's user avatar
  • 318
1 vote
2 answers
2k views

I was trying to format my submission paper to MDPI journal on Overleaf. I found that the last template for the journal dates to 16 Dec 2020. If I compile the template I found no error, but when adding ...
Random Cotija's user avatar
0 votes
0 answers
94 views

Winedt shows console output in the lower section of the window. I would like to copy a certain portion of it (say, to paste it as a google search string in my browser). How do I do that? I can select ...
მამუკა ჯიბლაძე's user avatar
0 votes
0 answers
290 views

This is my first question here. Basically I'm a programmer. I've been working with a project where we are using xelatex to convert latex to PDF. We are using Ubuntu 18 server environment and installed ...
Razin Abid's user avatar
1 vote
0 answers
538 views

I use TexMaker, pdflatex. I have a tex file for which I am using the console to debug my functions and check to make sure my functions are working properly. However there is too much junk in the log ...
cdickstein's user avatar
0 votes
0 answers
108 views

I am reading the Texbook, and there in exercise 11.2 (and the preceding page) there is a conversation of exploring box structure. The idea is that it may be put into a register that is then logged. I ...
Ignat Insarov's user avatar
1 vote
1 answer
372 views

How does one include a command name, including its backslash, in the message issued by a \typeout command? For example, I want to issue the message >>> Using \cmd to the log. How must the ...
murray's user avatar
  • 9,659
1 vote
1 answer
58 views

Is there a way to allow custom command to send a log entry who pointed to an error ? I want to create the command \difficulty who convert the four first integers in filled or emptied stars. Here is ...
Piroooh's user avatar
  • 1,219
2 votes
1 answer
1k views

Running pdflatex ONCE on \documentclass{elsarticle}%%% version 3.1 from CTAN \begin{document} \begin{frontmatter} \author[1]{Johann Sebastian Bach} \author[2]{Ludwig van Beethoven\corref{cor2}} \...
user avatar
5 votes
2 answers
1k views

Background I cannot seem to find a solution that works and sufficiently explains what I need to do. I do not use Latex much, so please explain as if I don't know how Latex works, because that's ...
Mike Williamson's user avatar
0 votes
0 answers
154 views

Is it possible to override error messages? The latex log sometimes makes it hard to tell, what file was being parsed when an error or warning was reported. Files are denotes by (FILENAME ...) in the ...
kdb's user avatar
  • 1,999
1 vote
1 answer
1k views

I am finding that I am writing more and more packages/commands for other people these days and have started writing some nice default utility commands to use. However, there is always the concern for ...
Jason's user avatar
  • 1,055
0 votes
1 answer
137 views

I am working on a document, and I had all the references how I wanted them, and was trying to change the style. I clicked something, and now my references have all changed, and I don't know how to get ...
user83024's user avatar
  • 161
0 votes
1 answer
330 views

The following minimum example: \documentclass{book} \usepackage{lipsum} \begin{document} \chapter{Sample} \lipsum[1-3] \end{document} When I compile this with TeXstudio, everything works fine. Let's ...
Joojoo's user avatar
  • 71
4 votes
1 answer
412 views

Using \DeclareUnicodeEncoding, I defined my own encoding that adjusts the \^ such that it maps to a circumflex accent U+005E rather than to a combining circumflex accent U+0302 (which is already set ...
Jonathan Komar's user avatar
1 vote
1 answer
356 views

Question in other words: Why does the log output complain about a character that was not given in the source code input? Let's get hexidecimal UTF-8 hexadecimal representations are used here, ...
Jonathan Komar's user avatar
1 vote
2 answers
222 views

I would like to have a big list with all the lengths that have been defined in my document, along with their values. (Specifically, I'm making a baposter poster and I want to remove the header and ...
E.P.'s user avatar
  • 1,435
4 votes
0 answers
803 views

I use Latexmk to compile lualatex to PDF. The resulting .log file is very hard to read. I already added the silent switches to the .latexmk configuration file # make it less verbose $...
Jonas Stein's user avatar
  • 9,169
8 votes
1 answer
836 views

When compiling a file via pdflatex (maybe it also is true for the other cases), the output to the command line shows a series of increasing numbers in brackets, like [13] (/usr/local/texlive/2016/...
jjdb's user avatar
  • 2,318
0 votes
1 answer
1k views

Do you know any other error except the emergency stop, which does not contain information about the line number in the log file, where the error has been received?
Tomas's user avatar
  • 3