Questions tagged [wasysym]
The wasysym tag has no summary.
7 questions
2 votes
3 answers
242 views
Write diameter symbol without wasysym package
I want to create a diameter symbol without using the \usepackage{wasysym}, because it always gives me warnings in other parts of my document like: LaTeX Font Warning: Font shape U/wasy/b/n' in size &...
4 votes
2 answers
1k views
different integral signs for \int versus \iint
I need to use both single and multiple integral signs, but latex produces slanted single integral signs and up-right multiple integral signs. Here is a MWE: \documentclass{amsart} \usepackage{wasysym}...
2 votes
2 answers
317 views
Wasysym astrological symbol does not resize appropriately in math (e.g. subscript/superscript)
I am using the symbol \sagittarius from wasysym in math mode, and it does not resize appropriately e.g. when it appears in a subscript or superscript. How can I fix this? This question is a special ...
0 votes
1 answer
1k views
How to typeset moon symbol in math mode?
I need to write a formula where the following symbol should appear as a subscript: which is provided by \usepackage{wasysym}. Here a MWE \documentclass{article} \usepackage{mathtools} \usepackage{...
2 votes
2 answers
435 views
wasysym not compatible with bm
\documentclass[a4paper,fontset=windows]{ctexart} \usepackage{anyfontsize} \usepackage{amsmath,amssymb,mathrsfs,wasysym} \usepackage{autobreak} \allowdisplaybreaks \usepackage[T1]{fontenc} \usepackage{...
1 vote
1 answer
410 views
\DeclareUnicodeCharacter: Timed Out
I would like to add a letter from an alphabet in another language. I'm using the package: \usepackage{wasysym}. In which I've defined my letter as follows: \DeclareUnicodeCharacter{1293}{ና}. However, ...
8 votes
3 answers
1k views
female, male symbols no vector font with wasysym
I need the \female and \male symbols in my document. However, by using the code below I only get pixel symbols in the pdf. Looking at the font in Acrobat Reader it says font F30 type 3 not embedded. I'...