Package: texlive-fonts-recommended Version: 2007-13 Severity: normal When using marvosym.sty, the \MALE glyph is missing from files produced with pdflatex, but not those produced with latex.
Attached is a latex file that illustrates the problem. $ latex marvotest.tex ... $ xdvi marvotest.dvi [ Looks fine. ] $ dvipdf marvotest.dvi $ xpdf marvotest.pdf [ Looks fine. ] $ pdflatex marvotest.tex ... $ xpdf marvotest.pdf [ Missing \MALE glyph. ] Also attached is a PDF file produced with pdflatex that is missing the \MALE glyph. -- Package-specific info: If you report an error when running one of the TeX-related binaries (latex, pdftex, metafont,...), or if the bug is related to bad or wrong output, please include a MINIMAL example input file that produces the error in your report. Don't forget to also include minimal examples of other files that are needed, e.g. bibtex databases. Often it also helps to include the logfile. Please, never send included pictures! If your example file isn't short or produces more than one page of output (except when multiple pages are needed to show the problem), you can probably minimize it further. Instructions on how to do that can be found at http://www.latex-einfuehrung.de/mini-en.html (english) or http://www.latex-einfuehrung.de/mini.html (german) ################################## minimal input file ################################## other files ###################################### List of ls-R files -rw-r--r--+ 1 root users 1250 Feb 23 10:24 /var/lib/texmf/ls-R -rw-rw-r--+ 1 root staff 588 Feb 17 22:31 /usr/local/share/texmf/ls-R lrwxrwxrwx+ 1 root root 29 Nov 23 16:01 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN lrwxrwxrwx+ 1 root root 27 Nov 5 10:29 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE lrwxrwxrwx+ 1 root root 27 Nov 5 10:29 /usr/share/texmf-texlive/ls-R -> /var/lib/texmf/ls-R-TEXLIVE ###################################### Config files lrwxrwxrwx+ 1 root root 20 Nov 23 16:01 /usr/share/texmf/web2c/texmf.cnf -> /etc/texmf/texmf.cnf -rw-r--r--+ 1 root root 8121 Feb 23 10:24 /var/lib/texmf/web2c/fmtutil.cnf -rw-r--r--+ 1 root root 13992 Feb 23 10:24 /var/lib/texmf/web2c/updmap.cfg -rw-r--r--+ 1 root root 13348 Feb 23 10:24 /var/lib/texmf/tex/generic/config/language.dat ###################################### Files in /etc/texmf/web2c/ total 0 ###################################### md5sums of texmf.d 42c20d7e8bd343542772b5a145bf8ad8 /etc/texmf/texmf.d/05TeXMF.cnf 5f7f6652cc8b8071c9e4ea6ba9e9f0a1 /etc/texmf/texmf.d/15Plain.cnf 8ed54ce13b2eed4871e03bdfdace9342 /etc/texmf/texmf.d/45TeXinputs.cnf ea33127256c6a9f37145ae5b16fdb80c /etc/texmf/texmf.d/55Fonts.cnf afccf1d3f87057411166a77c58e00bd1 /etc/texmf/texmf.d/65BibTeX.cnf 9da7c1c7b1eaf06f941af91f48a23068 /etc/texmf/texmf.d/75DviPS.cnf 8fee79ccdd5d1f56b1563dabfd53c717 /etc/texmf/texmf.d/85Misc.cnf a8952d594677235951d447665ec46e9c /etc/texmf/texmf.d/90TeXDoc.cnf 30f4f13357c2761ed01a6a15f28725a5 /etc/texmf/texmf.d/95NonPath.cnf -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages texlive-fonts-recommended depends on: ii texlive-base 2007-13 TeX Live: Essential programs and f ii texlive-common 2007-13 TeX Live: Base component Versions of packages texlive-fonts-recommended recommends: ii texlive-fonts-recommended-doc 2007-13 TeX Live: Documentation files for pn tipa <none> (no description available) Versions of packages tex-common depends on: ii debconf 1.5.19 Debian configuration management sy ii ucf 3.005 Update Configuration File: preserv Versions of packages texlive-fonts-recommended is related to: pn tetex-base <none> (no description available) pn tetex-bin <none> (no description available) pn tetex-extra <none> (no description available) ii tex-common 1.10 common infrastructure for building -- debconf information: tex-common/check_texmf_wrong: tex-common/check_texmf_missing: tex-common/singleuser: false
\documentclass{article} \usepackage{marvosym} \begin{document} \verb|\Female|: \Female, \verb|\FEMALE|: \FEMALE, \verb|\Male|: \Male, \verb|\MALE|: \MALE \end{document}
marvotest.pdf
Description: Adobe PDF document