Advertisement
themoosemind

Untitled

Oct 7th, 2015
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ## How to create a new symbol?
  2.  
  3. I am often in a situation where I want to print a symbol within text which seems not to be in the standard packages. This means
  4. I have already tried to [identify the symbol](http://tex.stackexchange.com/q/14/5645), but nothing worked.
  5.  
  6. Now there are two cases:
  7.  
  8. (1) I know the Unicode code point
  9.  
  10. (2) I don't even know that - I only know how the symbol should look like.
  11.  
  12.  
  13. How can I create a `\mySpecialSymbol` command so that I can use `\mySpecialSymbol` within normal text in LaTeX?
  14.  
  15.  
  16. For the answers, please provide an example. I think ⦝ (measured right angle with dot, U+299D) would be good. The command should be `\RADot`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement