[Remind-Fans] Remind 3.4.0 Beta 2 - with correct download links this time
Jonathan Kamens
jik at kamens.us
Thu Feb 3 16:17:39 EST 2022
Thanks.
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:
Seems to me everything should fit with the default settings.
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.
Just want to make it clear how happy I am about rem2pdf. Again, thanks!
jik
On 2/3/22 4:13 PM, Dianne Skoll wrote:
> Hi, Jonathan,
>
>> $CalMode appears to not be set properly. With this test.rem:
> Yes, it's a bug. Fixed in master in this commit:
>
> https://git.skoll.ca/Skollsoft-Public/Remind/commit/068d5429eb761ad7305391cd9dc4de518c96165d
>
> 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 },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dianne.skoll.ca/pipermail/remind-fans/attachments/20220203/d85f3b37/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kBT0rumrx63rxvR9.png
Type: image/png
Size: 12486 bytes
Desc: not available
URL: <http://dianne.skoll.ca/pipermail/remind-fans/attachments/20220203/d85f3b37/attachment-0001.png>
More information about the Remind-fans
mailing list