Questions tagged [value]
The value tag has no usage guidance.
5 questions
5
votes
1
answer
177
views
stepcounter, description and lipsum
For some reason I would like a description with a counter.
This works:
\documentclass[]{scrreprt}
\usepackage{scrlayer-scrpage}
\usepackage[ngerman]{babel}
\usepackage{fontspec}
\usepackage{enumitem}
...
1
vote
1
answer
70
views
Add a plural sign depending on the number of items
I'd like to add a plural sign (say a 's') when needed. My current use case is for pluralizing a noun based on the number of pages in a document but I could also count oranges and bananas down the road....
1
vote
0
answers
41
views
How can i use corretly Latex notation via forEach function in vanilla JS? [closed]
I have array examples where i have example (ax^2 + 5x +1 = 0), example (ax^2 + 9x +9 = 0) etc.
I have following logic
const container = document.querySelector("#examples-container");
...
2
votes
1
answer
134
views
How to draw one Y axis value in red on tikzpicture
I want the value V in red to label the horizontal dotted line. If you need to move the Y axis label to the left that is fine. Here's what I want.
Here's my MWE.
\documentclass{article}
\usepackage{...
0
votes
1
answer
227
views
How to change the color of a single X axis value in a tikzpicture
I want the symbolic x axis value a4 in red. How do I do this?
Here is my MWE:
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{fillbetween}
\usepackage{...