\DocumentMetadat{testphase=phase-III, ...} #1010
Replies: 9 comments 38 replies
-
the tagging of a bibliography with natbib looks more or less ok (it would probably be better if the author names were in the Lbl), but the list looses the hanging:
with block-taggingwithout the testphase code |
Beta Was this translation helpful? Give feedback.
-
hyperref thoroughly breaks the tagging of the bibliography as it doesn't pick up the new
A better fix is imho to change the kernel definitions so that they add targets. Then hyperref can leave the definition alone and only adjust the target names:
|
Beta Was this translation helpful? Give feedback.
-
Hi, from \DocumentMetadata{testphase={phase-III,math}}
\documentclass{article}
\begin{document}
\begin{verbatim}
test \@setupverbinvisiblespace
\end{verbatim}
\end{document} and using dvi mode, there is a warning but then a fatal error with nobreakspace in verbatim
|
Beta Was this translation helpful? Give feedback.
-
Hi,
then problem with Console output:
trace
(line number is from original from which MWE was extracted). So there seems to be missing a |
Beta Was this translation helpful? Give feedback.
-
This with \DocumentMetadata{testphase={phase-III}}
\documentclass{article}
\usepackage{doc}% (v2 used in original source, same issue)
\begin{document}
\section{Documentation}
nothing here
\StopEventually{\end{document}\endinput}
\section{Implementation}
\MakePercentIgnore
% \begin{macro}{\mst@enc}
% \begin{macro}{\mst@fam}
% \begin{macro}{\mst@ser}
% \begin{macro}{\mst@opsh}
% \begin{macro}{\mst@bold}
% \begin{macro}{\mst@ltsh}
% Macros to store the font settings, each math version will store its
% own records.
% \begin{macrocode}
\def\mst@enc{\encodingdefault}
\def\mst@fam{\familydefault}
\def\mst@ser{\seriesdefault}
\def\mst@opsh{\shapedefault} %% will be default shape for operator names
\def\mst@bold{\bfdefault}
\def\mst@ltsh{\shapedefault} %% will be default shape for letters
% \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
\Finale End of console output:
log attached |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to emit
only once at end of run. I am currently experimenting with a document which generated about 5370 such warnings which occupy more than 16100 lines at end of log and in Terminal. |
Beta Was this translation helpful? Give feedback.
-
In my test (which proceeds from mathastext.dtx, but modified to use |
Beta Was this translation helpful? Give feedback.
-
Warnings such as this one
do not give the input line number. I don't know if this is possible, but without input line number I can not even attempt to try to understand what is going on. Perhaps the struct numbers provided help when viewing an uncompressed pdf, but I am not sure I do have access to tools allowing to build such pdf. Perhaps via online tool. |
Beta Was this translation helpful? Give feedback.
-
FWIW: I have now finished the test to adapt my document to phase-III+math tagging, the main change have been to avoid fatal errors:
as reported earlier here and here. However I have not checked closely output yet to see further alterations to layout beyond the issue #74 with verbatim. (I see now some indentation problem with There are problems with After reactivating usage of scratcl class, tagpdf warnings re-surface but they all are the same
I found in the log:
but it occurs after the loading of latex-lab-footnotes.ltx. In this
My document was not using extra KOMA syntax for usage of the sectioning commands so does not appear to be otherwise affected. |
Beta Was this translation helpful? Give feedback.
-
We are in the process of enabling phase-III results in the LaTeX Tagged PDF project, including automatic tagging of heading commands, various display block environments and mach more (basically the full set of commands and environments as discussed in Leslie Lamport's LaTeX manual, eventually).
Once that is available (which will be the case in a few days if you use one of the development formats, e.g.,
pdflatex-dev
) this is a good place to provide feedback on the new functionality.Some further info (more is needed) is given in the draft version of
ltnews37.pdf
.Beta Was this translation helpful? Give feedback.
All reactions