General ⇒ Where can I find this symbol?
Where can I find this symbol?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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