Newest Questions
269,057 questions
2
votes
3
answers
85
views
Index entries with outdented escape characters
In the LaTeX Companion (2nd ed.), index entries for control sequences have the backslash outdented so that the first letter is aligned with other entries. I would like to implement this, not just for ...
3
votes
0
answers
24
views
Normal index entries in hypdoc
I have packages in .dtx format using the ltxdoc document class with the dox, hypdoc, and hyperref packages (and lots more).
The index correctly includes control sequences and environments from the ...
1
vote
1
answer
61
views
Linux Git GUI tools for texts (e.g. LaTeX)
I'm looking for a Git GUI to work with diffs of LaTeX texts.
Typically, Git tools are designed for source code, where we don't have long lines of text. This is not the case for LaTeX documents, where ...
0
votes
0
answers
26
views
removing page number moderncv classic
Remove bottom right page number and keeping center. That is what I need help with. Here is the code, for the interested and willing to try and help:
\documentclass[10pt,a4paper,colorlinks=blue]{...
1
vote
1
answer
77
views
Why is opacity option of tikz not working for arxiv preprints?
When the latex code of one of my arXiv preprints had opacity as an option (opacity=0) for a scope in a tikz figure, this option got ignored. Has any of you experienced this? Is there any specific ...
3
votes
1
answer
56
views
Second image unexpectedly dependent on the presence of a previous image
I'm encountering a very strange issue with rendering two separate TikZ images in my LaTeX document. The first image (which should be a diagram of an antenna pattern) only displays correctly (second ...
1
vote
1
answer
27
views
How to handle nested color mixing calculation problem?
I know that red!50!blue can mix the color. however, what if the case is nested?
In the following case:
\documentclass{article}
\usepackage[most]{tcolorbox}
\usepackage{lipsum}
\tcbset{%
frogbox/....
0
votes
1
answer
18
views
Is there an example for bib2gls with two glstex files?
Can anyone point me to an example where bib2gls creates two glstex files?
2
votes
2
answers
68
views
how to use \aftergroup for a tikzset in a grouped command
I am trying to make a command which uses \tikzset inside of a \begingroup/'endgroup, so some macros the command makes don't overwrite any others
I've heard of \aftergroup, but I don't know how to use ...
0
votes
1
answer
76
views
how to create column "markers" for a wide matrix?
Plaise, someone can help me to write this matrix with latex?
Specifically, I don't know how to create "markers" for two of the columns.
Thank you in advance.
0
votes
0
answers
10
views
Is that possible to add `\tcolorboxenvironment` arguments in tcolorbox? [duplicate]
The problem is similar to this one, but not exactly the same.
In the tcolorbox documentation:
Now in the following example, I want to change the color in each mythm everywhere:
\documentclass{article}...
2
votes
1
answer
66
views
specification of encoding of log/aux file in different engines/os
I only use utf8 encoding for my tex sources and I mostly use lualatex.
I would be interested whether this guarantees already that the log/aux file is encoded in utf8 also.
I did not find any ...
2
votes
1
answer
47
views
Hyperref points to the wrong chapter when using subfiles
When using the same lemma number twice in different subfiles, hyperref points to the first occurrence instead of the one with the label. It seems there is a clash between the counters of the two ...
5
votes
2
answers
181
views
Reading and writing files consistently across TeX and Lua
Assume that I have an example LaTeX document named example document.tex with the following content:
\documentclass{standalone}
\ExplSyntaxOn
% Create file `\jobname.ext`.
\str_new:N
\...
5
votes
1
answer
93
views
Generating Multiple Arrow Decorations in Series
I am trying to prepare code to print parallel arrow markings. The desired output is as follows:
I have no attachment to my code below (there are no dependencies), so am happy to take a different (...