<div dir="ltr"><div dir="ltr">On Fri, Jan 17, 2020 at 7:18 PM Paul A. Rubin <<a href="mailto:parubin73@gmail.com">parubin73@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <div>On 1/17/20 6:56 PM, Maria Gouskova
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div dir="ltr">On Fri, Jan 17, 2020 at 1:52 PM Paul A. Rubin
          <<a href="mailto:parubin73@gmail.com" target="_blank">parubin73@gmail.com</a>> wrote:<br>
        </div>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
            <div bgcolor="#FFFFFF">
              <div>On 1/17/20 12:48 PM, Maria Gouskova wrote:<br>
              </div>
              <blockquote type="cite">
                <div dir="ltr">
                  <div>Hi LyX users,</div>
                  <div><br>
                  </div>
                  <div>Can anyone reproduce this? All I have in my
                    sample file is \usepackage{bbding} in the preamble,
                    and something like \Checkmark{} or \FiveStar{} in
                    the body of the file. These used to come out to
                    scale with the text, and now they are absolutely
                    enormous in the PDF. Doesn't seem to depend on
                    whether non-TeX fonts are used. I have LyX 2.3.3 on
                    Linux Mint; I think at least as recently as this
                    past May (2.3.2?), bbding worked fine.</div>
                  <div><br>
                  </div>
                  <div> (I can produce a checkmark with \checkmark{}
                    from the amsmath package, so this isn't critical,
                    just kind of weird.)<br>
                  </div>
                  <div><br>
                  </div>
                  <div>Maria<br>
                  </div>
                </div>
                <br>
                <fieldset></fieldset>
              </blockquote>
              Do you consider the check mark and star in the attached
              PDF huge or to scale? This was also done on Linux Mint
              using LyX 2.3.3.<br>
              <br>
              Paul<br>
              <br>
            </div>
            -- <br>
            lyx-users mailing list<br>
            <a href="mailto:lyx-users@lists.lyx.org" target="_blank">lyx-users@lists.lyx.org</a><br>
            <a href="http://lists.lyx.org/mailman/listinfo/lyx-users" rel="noreferrer" target="_blank">http://lists.lyx.org/mailman/listinfo/lyx-users</a><br>
          </blockquote>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>Yeah those are not what I am seeing. Attached-- <br>
          </div>
        </div>
      </div>
    </blockquote>
    The good news first: you're not hallucinating. Those really are
    large icons.<br>
    The bad news: when I compile your file, I get normal size icons.<br>
    <br>
    I cannot find any non-default settings in your document that could
    account for what you are seeing. Grasping at straws, you might try
    looking at the full LaTeX source (View > Code Preview Pane, then
    select "LaTeX (pdflatex)" and "Complete Source" in the preview pane.
    This is what I get:<br>
    <blockquote type="cite">
      <p style="margin:0px;text-indent:0px">% Preview source code</p>
      <p style="margin:0px;text-indent:0px">
</p>
      <p style="margin:0px;text-indent:0px">%% LyX 2.3.3 created this file.  For more info, see <a href="http://www.lyx.org/" target="_blank">http://www.lyx.org/</a>.</p>
      <p style="margin:0px;text-indent:0px">%% Do not edit unless you really know what you are doing.</p>
      <p style="margin:0px;text-indent:0px">\documentclass[english]{article}</p>
      <p style="margin:0px;text-indent:0px">\usepackage[T1]{fontenc}</p>
      <p style="margin:0px;text-indent:0px">\usepackage[latin9]{inputenc}</p>
      <p style="margin:0px;text-indent:0px">\usepackage[letterpaper]{geometry}</p>
      <p style="margin:0px;text-indent:0px">\geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in}</p>
      <p style="margin:0px;text-indent:0px">\setcounter{secnumdepth}{4}</p>
      <p style="margin:0px;text-indent:0px">\setcounter{tocdepth}{4}</p>
      <p style="margin:0px;text-indent:0px">\usepackage{amsmath}</p>
      <p style="margin:0px;text-indent:0px">\usepackage{amssymb}</p>
      <p style="margin:0px;text-indent:0px">\usepackage[authoryear]{natbib}</p>
      <p style="margin:0px;text-indent:0px">
</p>
      <p style="margin:0px;text-indent:0px">\makeatletter</p>
      <p style="margin:0px;text-indent:0px">%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.</p>
      <p style="margin:0px;text-indent:0px">
</p>
      <p style="margin:0px;text-indent:0px">\usepackage{bbding}</p>
      <p style="margin:0px;text-indent:0px">
</p>
      <p style="margin:0px;text-indent:0px">\AtBeginDocument{</p>
      <p style="margin:0px;text-indent:0px">  \def\labelitemiii{\(\circ\)}</p>
      <p style="margin:0px;text-indent:0px">}</p>
      <p style="margin:0px;text-indent:0px">
</p>
      <p style="margin:0px;text-indent:0px">\makeatother</p>
      <p style="margin:0px;text-indent:0px">
</p>
      <p style="margin:0px;text-indent:0px">\usepackage{babel}</p>
      <p style="margin:0px;text-indent:0px">\begin{document}</p>
      <p style="margin:0px;text-indent:0px">text text \Checkmark{} text text \FiveStar{} text</p>
      <p style="margin:0px;text-indent:0px">\end{document}</p>
      <p style="margin:0px;text-indent:0px">
</p>
    </blockquote>
    Do you see any differences at your end? For that matter, are you
    using pdflatex? </div></blockquote><div><br></div><div>No, and yes--and I also tried a few different methods of PDF creation before giving up. I tried various classic ones and XeTeX, too, thinking it was a font issue.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF">(I tried a few other routes to PDF output, and none
    of them gave me Brobdingnagian symbols.)</div></blockquote>
    <blockquote type="cite">
      </blockquote>
    Last possibility: I'm using TeXLive 2018. What LaTeX system are you
    using?<br></div></blockquote><div><br></div><div>I have TeX Live 2017/Debian, pdfTeX 3.14159265-2.6-1.40.18. Digging into it a bit more, I tried a simple TeX file, and ran into the same problem--so it wasn't really a LyX issue but a problem with my TeX installation. </div><div><br></div><div>For posterity, here's how I fixed it: first, I looked at the tex log file, which contained the following line:</div><div><br></div><div>LaTeX Font Info:    Try loading font information for U+ding on input line 27.<br>(/home/.../texmf/tex/latex/bbding/Uding.fd<br>File: Uding.fd 1996/02/01 v1.0 BBding font definitions<br>)<br>LaTeX Font Info:    Font shape `U/ding/m/n' will be<br>(Font)              scaled to size 128.00003pt on input line 27.<br></div><div><br></div><div>It seems that my own texmf directory had an old and apparently problematic version of bbding, and since TeX looks there first, it didn't find the texlive-fonts-extra bbding that is installed elsewhere on my system. I removed the /home bbding directory and tried again, and everything returned back to normal. <br></div><div><br></div><div>What's sort of interesting is that this old bbding directory has been there for well over a decade, survived various OSes, and only started causing problems now. I guess the texlive folks decided to "improve" something. Oh well, thanks, Paul!</div><div><br></div><div>Maria<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF">
    <br>
    Paul<br>
    <br>
  </div>

</blockquote></div></div>