Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | Date ranges between years no longer have extra space on ending year | Karl Hallsby | |
When creating a date between two years, with no months used at all, i.e. \DateRange{YYYY}{00}{00}{YYYY}{00}{00}, the end date would insert an empty space for the month. Using \ignorespaces means the \numdash command will absorb all spaces until the first non-space character. This ensures that all dates appear to have the same range on them, if whether they specify year->year or month/year->month/year ranges. | |||
2022-10-29 | Add new command to type a previous date to the present day | Karl Hallsby | |
The main difference between this one and the \Daterange command is that this one only displays the start date, leaving the end-date as Present. | |||
2022-10-07 | Add advisor command to add professors I did work with | Karl Hallsby | |
2022-10-07 | Add command to typeset the location a position was conducted | Karl Hallsby | |
2022-10-05 | Rework \GPA command to also print the GPA scale | Karl Hallsby | |
2022-10-04 | Define new GPA command to typeset GPAs consistently | Karl Hallsby | |
2022-10-02 | Use package to configure datetime2 for consistent range & font formatting | Karl Hallsby | |