Skip to main content

Questions tagged [latex-base]

{latex-base} is about the inner workings of the LaTeX kernel. Do not use this tag for general questions about LaTeX or {macros}.

8 votes
1 answer
254 views

I am trying the solution given in How to get paragraph spacing within table to be same as outside when using parskip package? Which works fine except when I added \usepackage{mathtools} it gives error....
Nasser's user avatar
  • 21.9k
6 votes
2 answers
254 views

Why doesn't \IfPackageLoadedT allow empty lines inside its argument? Suppose I have: \documentclass{article} \IfPackageLoadedT{amsmath}{ \newcommand{\foo}{} } \begin{document} a \end{document} ...
Gargantuar's user avatar
  • 2,446
1 vote
1 answer
77 views

If this is off-topic, or otherwise useless here, then I apologize. Just say so in comments, so I can remove it after a couple of days. Problem: As many (including myself) have noted, (La)TeX often ...
rallg's user avatar
  • 1,495
5 votes
3 answers
1k views

Please do compare the following codes. The first code is LaTeX, the second is PDFTeX. Question: How would you recode the LaTeX example, to code it in the most primitive TeX-Code you can think of? ...
user avatar
10 votes
1 answer
313 views

This question concerns two attributes of fonts in LaTeX: series (e.g. bold extended) and shape (e.g. italic small-caps). The problem does not arise for encoding (e.g. T1) or family (e.g. yesjw). How ...
cfr's user avatar
  • 248k
0 votes
1 answer
101 views

Upon installing TeX Live 2007 from https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2007/texlive2007-live-20070212.iso.bz2 on Debian 12 in a local user's home directory, we get a bunch of ...
AlMa1r's user avatar
  • 1
4 votes
2 answers
185 views

If you don't care why I'm asking, skip the first section .... Problem: No small-caps italic shape was defined in LaTeX 2e. \textsc{\textit{small-caps italic}} did not produce small-caps italic even ...
cfr's user avatar
  • 248k
3 votes
1 answer
273 views

Typesetting this mwe \RequirePackage[2015/01/01]{latexrelease} \documentclass{article} \begin{document} Hello World \end{document} I expect it to be indicated the LaTeX version 2015/01/01 into the ...
matteofg's user avatar
  • 343
3 votes
1 answer
201 views

I know about the command \NeedsTeXFormat, as in such as \NeedsTeXFormat{LaTeX2e}[2023/11/01]. But: does this automatically allow a later LaTeX format to be used? if not, is there some similar command ...
murray's user avatar
  • 9,629
3 votes
1 answer
175 views

The amsthm documentation states: If any theorem elements are numbered by section, and (in a book) the first such element in a chapter comes before the first section, numbering will continue from the ...
Atom's user avatar
  • 745
8 votes
1 answer
324 views

I am working on a custom package for my macros and shortcuts, and a custom class for my preferred style of the document. I am using DeclareKeys to define key-value options in my package, and then my ...
Shai Avr's user avatar
  • 1,033
0 votes
1 answer
167 views

I suppose there is some reason why the command \@ifpackageloaded is not just called \ifpackageloaded But with the @ one has some additional work: \makeatletter \@ifpackageloaded{geometry} { ...
user2609605's user avatar
  • 1,087
3 votes
1 answer
455 views

It was my understanding of kernel hooks that adding to a hook only affects instances that follow that addition. This seems true for in-document hooks. For example, with \begin{quote} some text \end{...
mbert's user avatar
  • 12k
0 votes
1 answer
174 views

I have got several Tikz pictures whose compilation takes up much time. More generally, I am wondering whether there is a switch that can make a specific environment foo disappear as if the code would ...
shuhalo's user avatar
  • 2,587
2 votes
1 answer
1k views

I cannot find any documentation at all on the samepage environment (aside from a cryptic comment on p229 of the LaTeX book that "The \samepage command still works, but is now of little use", ...
richard's user avatar
  • 838

15 30 50 per page
1
2 3 4 5
15