General ⇒ Where can I find this symbol?
Where can I find this symbol?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Where can I find this symbol?
http://tug.ctan.org/info/symbols/compre ... ols-a4.pdf
Where can I find this symbol?
Where can I find this symbol?
https://www.caam.rice.edu/~heinken/latex/symbols.pdf
Also books by Stefan are good intro;
https://www.amazon.com/LaTeX-Beginners- ... 1801078653
https://www.amazon.com/LaTeX-Cookbook-S ... 1784395145
Some more refs;
https://math.mit.edu/~dspivak/files/symbols-all.pdf
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Where can I find this symbol?
I have spent some time looking for that same symbol myself. Let me guess: Çengel, Boles, and Kanoğlu, Thermodynamics: An Engineering Approach, Ninth Edition; McGraw Hill: Singapore, 2020? I tried to emulate the same symbol as part of the

I did create the following versions, which require TikZ and aren't actual characters (and thus not all that robust with respect to font changes, etc.):
Code: Select all
\usepackage{tikz}
\newcommand*{\convexV}{%
{\tikz{\draw[line width=0.7pt] (0,0) .. controls (0.02,-0.22)
.. (0.07,-0.23) .. controls (0.13,-0.20) .. (0.18,0);}}
}
\newcommand*{\convexlittleV}{%
{\tikz{\draw[line width=0.7pt] (0,0) .. controls (0.03,-0.25)
.. (0.06,-0.27) .. controls (0.12,-0.24) .. (0.2,0);}}
}
\convexlittleV