Plotting Archimedes's spiral
Feasible TeX projects to get started with (expl3?)
Overprinting spot colors
How to switch to math mode for a whole ROW of a tabular or to text mode for a whole ROW of an array?
Why does xgalley require a blank line before \end document ?
Why does equation environment not give an error without the amsmath package?
how to use overbrace and underbrace when their arguments include alignment symbol
Plotting Archimedes's spiral https://tex.stackexchange.com/questions/405571/plotting-archimedess-spiral
I need help to plot the following Arhimede's spiral, which in polar coordinates has the equation r=t, t\in [0,4*pi] I used the code: \documentclass{article} \usepackage{pgfplots} ...
- asked by Cris (12 votes), answered by Henri Menke (18 votes)
Feasible TeX projects to get started with (expl3?) https://tex.stackexchange.com/questions/405283/feasible-tex-projects-to-get-started-with-expl3
I'm a pretty decent LaTeX user in the sense that I write LaTeX documents all the time and I can do pretty much everything that I need to do (with some occasional help from you lovely people). But I ...
- asked by dbmrq 12votes Overprinting spot colors https://tex.stackexchange.com/questions/405094/overprinting-spot-colors
I am trying to produce a pdf in a CMYK colorspace with an additional spotcolor, and make sure black on a spotcolor background is "overprinted", i.e. that if I look at the color separation of the ...
- asked by mrf (12 votes), answered by Heiko Oberdiek (10 votes)
How to switch to math mode for a whole ROW of a tabular or to text mode for a whole ROW of an array?
Looking at another question, I was wondering if there is a way to set a whole row of a tabular to math mode (without repeating $...$ for every cell) or a whole row of an array to text mode (without ...
- asked by CarLaTeX (10 votes), answered by Sergei Golovan (5 votes)
Why does xgalley require a blank line before \end document ? The following MWE gives this error: ! Improper \prevdepth. \newpage ...everypar {}\fi \par \ifdim \prevdepth >\z@ \vskip -\ifdim \prevd... l.5 ...
- asked by David Purton (10 votes), answered by Joseph Wright (9 votes)
Why does equation environment not give an error without the amsmath package?
As far as I understand the equation environment is defined in the amsmath package so one would expect an error while trying to compile the following document with pdflatex: \documentclass{article} ...
- asked by DarthPaghius (10 votes), answered by Mico (12 votes)
how to use overbrace and underbrace when their arguments include alignment symbol
I have an split equation. \documentclass{article} \usepackage{mathtools} \begin{document} \begin{equation*} \label{eq:elig} \begin{split} \Omega_{v} := \{(a,\sigma)|a \in A &\wedge b \in B ...
- asked by A.Loc (7 votes), answered by egreg (7 votes)