MiKTeX and proTeXt ⇒ Help finding a symbol
Help finding a symbol
I am new here and to LaTeX. I am in need of a package that contains a cube (3D). I found one listed in the manfnt.sty (/mancube), but when I use this package and command I receive a different symbol. I tested some others from this package and all were inconsistent with what they are listed as.
Can anyone recommend a package with 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
Help finding a symbol
If you can't find one in any package, it should be fairly easy to draw one using one of the graphics packages. Here's a quick one in pgf/TikZ, you could scale to any size you wanted:
Code: Select all
\documentclass{report}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[very thick]
\draw (0,0) rectangle (2,2);
\draw (1,1) rectangle (3,3);
\draw (0,0) -- (1,1);
\draw (0,2) -- (1,3);
\draw (2,2) -- (3,3);
\draw (2,0) -- (3,1);
\end{tikzpicture}
\end{document}
Help finding a symbol
Is that a typo? I am using "manfnt" otherwise\mancube from manfmt looks like a cube to me. What other symbol do you get?
As far as drawing one, that sounds great. I need it very small, 12 pt, at the end of a sentence as a QED symbol. Any other tips?! LaTeX Error: File `manfmt.sty' not found.
and thanks!
Re: Help finding a symbol
Re: Help finding a symbol
Glad the other thing helped.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Help finding a symbol
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10