Newest Questions
273,474 questions
1
vote
0
answers
19
views
circuitikz, how to prettify connection between transformer and connecting lines?
I would like to reproduce the following image using the circuitikz package:
So far I was able to write the following MWE:
\documentclass[border=1mm, 11pt]{standalone}
\usepackage{circuitikz}
\...
1
vote
1
answer
20
views
Exam class: change color of \firstpagefootrule, \firstpageheadrule and \runningheadrule \runningfootrule
is there a way to change the color end pts thickness from default black to anything else in the exam class?
\runningheadrule % lijn onder de running header (pagina 2+)
\runningfootrule ...
1
vote
0
answers
52
views
I started using TeXstudio and my margins are crazy
I used to use overleaf for work, and my documents always looked fine, but when I moved the same code to the TeXstudio editor, no matter how I tried to change the preamble or adjust the program, my ...
6
votes
3
answers
54
views
Phantom overline over visible expression
The following code:
\documentclass{article}
\begin{document}
\[ f(x',\overline{x'}) \]
\end{document}
produces the following output for me:
I'm a bit bothered that the heights of the primes are ...
0
votes
1
answer
31
views
mhchem: Replace placeholder in formula
I have a large table with many cells of the type
<appropriated value>c<Mendeleev's correction>;
e.g., BeCl3cBeCl2, VCl2cVCl5,...
I would like to display this in a special notation:
Is ...
5
votes
2
answers
70
views
Graph of f and f' with luacas package
Recently I have discovered the interesting package named luacas (compilable with LuaLaTeX). To pag. 14 of the manual
https://ctan.mirror.garr.it/mirrors/ctan/macros/luatex/latex/luacas/doc/luacas.pdf
...
4
votes
1
answer
64
views
Is there a lowercase Greek letter font with a fixed width in math format?
I've noticed that monospaced fonts have uppercase Greek letters but no lowercase Greek letters. Is there a mathematical format to resolve this issue with monospaced fonts?
\documentclass{article}
\...
0
votes
1
answer
14
views
add image to footline only in beamer titleframe
Hi I'm working on a beamer presentation and I already have a somewhat modified \titlepage and setting,
to this I would ideally need to add an image to the footline; however, after a few experiments ...
3
votes
1
answer
56
views
Hyperlink does not scale in pgfplots
I have a figure drawn with pgfplots where I cite a reference in the legend.
the issue I have is when I try to scale the whole figure, I noticed that the green hyper link for the reference is not ...
7
votes
1
answer
98
views
Luadraw as a background image
I would like to use a luadraw picture as a background image on a page. I tried overlay, but this is not working as the picture is shifted above right.
Luadraw is not (yet?) on CTAN, but available on ...
3
votes
1
answer
159
views
How do I break a link within \url{} only after / or //?
I am required to break the links within \url{} to my references only after / or //, not after any other symbol that also might occur in a link. How do I implement this properly for all the links to my ...
0
votes
1
answer
39
views
Exam overview using exercisepoints package: total and section-wise scores
I have a "frontespizio" that I use for my exam for my students
\documentclass[a4paper,12pt]{article}
\usepackage[italian]{babel}
\usepackage{mathtools,amssymb,siunitx}
\...
3
votes
1
answer
46
views
Setting node style on specific slide, in a deferred manner
I want to animate a DFS in an example graph. I know I can use keys like onslide to activate specific styling on a given slide, but this requires to give the instruction at the place where the node is ...
0
votes
0
answers
16
views
keybindings for latex-workshop's recipes in dev container fail to work
I am using dev container with the following configuration file devcontainer.json:
{
"image": "texlive/texlive:latest-minimal",
"name": "LaTeX",
"...
2
votes
1
answer
28
views
Using {align} to align text/working across multiple paragraphs [duplicate]
How can I adjust this code such that the second half of this example will align with the top half at the = and [ ]? I need to have the 'Rearrange...' text remain in between. Thank you! :)
\begin{align*...