I'm trying to typeset a certain symbol in LaTeX

In summary, the conversation discusses the search for a crescent symbol in the comprehensive list of symbols, the possibility of creating one using TikZ, and the need for a horizontal border with "THE END" centered on a blank page. It also mentions a \moon{<day>} command in the TikZ library that draws a lunar phase, but with an outer border that the individual does not want. The possibility of modifying the code to create a black-filled crescent symbol is also mentioned.
  • #1
Eclair_de_XII
1,083
91
TL;DR Summary
I'm trying to typeset a black-filled crescent moon symbol in LaTeX. I want it to be exactly like \faMoonO, but filled in. I can't seem to find it in the list.
https://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf

The symbol I've described isn't in this list. I've searched "crescent" and "moon", but to no avail. Will I have to go through the trouble of creating one myself using TikZ, or something?

Also, I need a horizontal border to insert above and/or below the words "THE END", which are centered vertically and horizontally in an otherwise blank page. If anyone knows of a package that already typesets an ending card, and allows also for extra decoration, I'd very much be glad to hear it.
 
Physics news on Phys.org
  • #2
Hi, if you use the TikZ library there is a command \moon{<day>} that takes the day of the lunar month as an argument and draws the corresponding lunar phase ...
Ssnow
 
  • Informative
Likes FactChecker
  • #3
There's no mention of such a macro in the official manual. If this is in reference to that StackExchange article, then that article explicitly mentions that that moon macro is a custom one. Moreover, it has that outer border that I don't want. I'll do some research on how to modify the code to create a black-filled crescent symbol.
 

Related to I'm trying to typeset a certain symbol in LaTeX

How do I typeset the degree symbol (°) in LaTeX?

To typeset the degree symbol in LaTeX, use the command \texttt{\textbackslash degree} if you are using the \texttt{gensymb} package, or \texttt{\textbackslash circ} for math mode. Alternatively, you can use \texttt{\textbackslash textdegree} if you are using the \texttt{textcomp} package.

How can I typeset the infinity symbol (∞) in LaTeX?

To typeset the infinity symbol in LaTeX, use the command \texttt{\textbackslash infty} in math mode.

How do I typeset Greek letters in LaTeX?

To typeset Greek letters in LaTeX, use the commands \texttt{\textbackslash alpha}, \texttt{\textbackslash beta}, \texttt{\textbackslash gamma}, etc., for lowercase letters, and \texttt{\textbackslash Alpha}, \texttt{\textbackslash Beta}, \texttt{\textbackslash Gamma}, etc., for uppercase letters. These commands should be used in math mode.

How do I typeset the integral symbol (∫) in LaTeX?

To typeset the integral symbol in LaTeX, use the command \texttt{\textbackslash int} in math mode. For double and triple integrals, use \texttt{\textbackslash iint} and \texttt{\textbackslash iiint}, respectively, from the \texttt{amsmath} package.

How do I typeset the arrow symbols (→, ←, ↑, ↓) in LaTeX?

To typeset arrow symbols in LaTeX, use the commands \texttt{\textbackslash rightarrow}, \texttt{\textbackslash leftarrow}, \texttt{\textbackslash uparrow}, and \texttt{\textbackslash downarrow} in math mode. For double arrows, use \texttt{\textbackslash Rightarrow}, \texttt{\textbackslash Leftarrow}, \texttt{\textbackslash Uparrow}, and \texttt{\textbackslash Downarrow}.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
13K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
455
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
23
Replies
789
Views
728K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
12K
  • General Math
Replies
3
Views
5K
Replies
4
Views
3K
Back
Top