All Questions

0 votes
1 answer
19 views

Filled in \diamond without XeLaTeX

I am looking for a filled-in version of the \diamond (⬦) command from amssymb. More specifically, I'd like a filled-in version that is the same size as \diamond, centered vertically in the same way ...
SvanN's user avatar
  • 562
0 votes
1 answer
7 views

Keep track of theorem number in colored boxes

I have the following: \newcommand{\thmbox}[2]{ \begin{tcolorbox}[colback=blue!5!white,colframe=blue!75!black,title={#1}] {#2} \begin{theorem} uhhh \end{...
stone327's user avatar
1 vote
2 answers
33 views

Is "double-lowercase-L" a ligature (Computer Modern Italic)?

Consider the following MWE: \documentclass{minimal} \begin{document} Which kerning do you prefer? \bigskip \emph{well willow wallow wellington} % \verb+ <--- Version 1, default kerning+ \...
mathmandan's user avatar
0 votes
1 answer
20 views

draw a circle shape with white inner circle by one command [duplicate]

I would like to draw a circle with white inner circle like below: Below code can do it but I would like to use one command just like: \node[mycircle] (A) {}; Current code: \documentclass{standalone} ...
lucky1928's user avatar
  • 4,221
0 votes
1 answer
27 views

how to draw this bar chart in latex?

I am trying to replicate a plot like this one in latex. I wonder if anyone has some good example codes to share? many thanks,
Vincent's user avatar
  • 135
1 vote
1 answer
27 views

How can I put a full-width figure on a partial page in a two column LaTeX document?

I'm trying to include a full-width figure on the last page of my two column document, and LaTeX insists on placing it on a page by itself which looks terrible. MWE: \documentclass[twocolumn]{article} ...
Ed McMan's user avatar
  • 399
1 vote
1 answer
24 views

Non-label Marks at points in tikzpicture

Suppose I have a polygon $ABCD$ and I want to put numbers $1$ through $4$ at the vertices $A$ through $D$. How to do that? Thanks. \documentclass[tikz]{standalone} \usepackage{tkz-euclide} \begin{...
Haoran Chen's user avatar
0 votes
1 answer
10 views

Aligning legend with figure width memoir class

I'm using the memoir class. Let's say I have a figure like this. \begin{figure}[htbp!] \centering \caption{Super-cool Figure} \label{fig:super_cool} \includegraphics[width = 0.7\...
simon97's user avatar
1 vote
1 answer
34 views

BookMark with 100 characters

I need to set the bookmark with character count limitations. For headings with more than 100 characters, only the first 100 characters should be shown, followed by an ellipsis (...). For headings with ...
murugan anbu's user avatar
0 votes
0 answers
32 views

package tgpagella not providing renderable text in class article?

As of this week it appears that some font packages when used with PdfLaTexify do not provide selectable text in a pdf. In this MWE when I include \usepackage{tgpagella} I get a pdf from which I cannot ...
Xavier_B's user avatar
  • 499
0 votes
0 answers
17 views

Color outputs differ when using `rgb` vs. `cmyk` target color model [duplicate]

Setup Consider the following two files: rgb.tex: \documentclass{standalone} \usepackage{tikz} \usepackage[rgb]{xcolor} \begin{document} \begin{tikzpicture} \fill [blue!50] (0, 0) rectangle (1, 1); \...
Smiley1000's user avatar
0 votes
0 answers
19 views

Typeset column of numbers along left margin

I'd like to typeset a document with a column of line numbers in the left margin. This is for proofing and discussion, so that we can accurately identify portions of text. I'm aware of the lineno ...
Jim's user avatar
  • 165
1 vote
3 answers
38 views

Unable to split the long equation

\begin{align} \sin^2 \theta_{12} &= {\bigg[-2 (\cos (\sigma) \sin (2 \phi) + 1)\bigg]}\bigg/ {\bigg[\sqrt{3} \sin (2 \phi) \sin (2 \phi') \cos (\sigma - \sigma') - 4 \cos (\sigma) \...
Athula D V's user avatar
0 votes
0 answers
19 views

biblatex > How to add the word "[Online]" (or something similar) to be printed within the references (e.g. Misc type)

I believe I do not need an MWE for this question. I would like to add a word or a few to be part of the references of the type Misc or Online or URL - the types related to online resources. As some ...
MSJ's user avatar
  • 125
1 vote
0 answers
29 views

What am i doing wrong, my diagram is not displaying as required, my tikzpicture is displaying error meesage

\documentclass{standalone} \usepackage{tikz} \usetikzlibrary{3d, arrows.meta, positioning, calc} \usepackage{tikz-3dplot} % for 3D coordinate transformation \begin{document} \begin{tikzpicture}[...
Abiodun's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
17470