<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Thanks.</p>
    <p>Another issue: with all the default settings for rem2pdf, the
      day-of-the-week font is too big such that "Wednesday" doesn't fit
      in a calendar on Legal (and presumably Letter as well) media:</p>
    <p><img src="cid:part1.iW1o7opO.l8dl5uQa@kamens.us" alt=""></p>
    <p>Seems to me everything should fit with the default settings.<br>
    </p>
    <p>To be clear: I'm running rem2pdf out of the source tree, haven't
      done "make install"; don't know if that would make a difference.</p>
    <p>Just want to make it clear how happy I am about rem2pdf. Again,
      thanks!<br>
    </p>
    <p>  jik<br>
    </p>
    <div class="moz-cite-prefix">On 2/3/22 4:13 PM, Dianne Skoll wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20220203161337.4eb00b7a@gato.skoll.ca">
      <pre class="moz-quote-pre" wrap="">Hi, Jonathan,

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">$CalMode appears to not be set properly. With this test.rem:
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Yes, it's a bug.  Fixed in master in this commit:

<a class="moz-txt-link-freetext" href="https://git.skoll.ca/Skollsoft-Public/Remind/commit/068d5429eb761ad7305391cd9dc4de518c96165d">https://git.skoll.ca/Skollsoft-Public/Remind/commit/068d5429eb761ad7305391cd9dc4de518c96165d</a>

I'll put a patch below too.

Regards,

Dianne.

--- a/src/var.c
+++ b/src/var.c
@@ -743,8 +743,8 @@ static SysVar SysVarArr[] = {
     /*  name          mod  type              value          min/mal   max  validate*/
     {"April",          1,  STR_TYPE,     &DynamicMonthName[3], 0,      0,    NULL },
     {"August",         1,  STR_TYPE,     &DynamicMonthName[7], 0,      0,    NULL },
-    {"CalMode",        0,  INT_TYPE,     &DoCalendar,          0,      0,    NULL },
     {"CalcUTC",        1,  INT_TYPE,     &CalculateUTC,        0,      1,    NULL },
+    {"CalMode",        0,  INT_TYPE,     &DoCalendar,          0,      0,    NULL },
     {"Daemon",         0,  INT_TYPE,     &Daemon,              0,      0,    NULL },
     {"DateSep",        1,  SPECIAL_TYPE, date_sep_func,        0,      0,    NULL },
     {"DateTimeSep",    1,  SPECIAL_TYPE, datetime_sep_func,    0,      0,    NULL },
</pre>
    </blockquote>
  </body>
</html>