Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tim6her/timetable
https://github.com/tim6her/timetable
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim6her/timetable
- Owner: tim6her
- License: gpl-2.0
- Created: 2015-02-17T07:55:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T12:31:49.000Z (almost 9 years ago)
- Last Synced: 2023-02-28T07:42:02.991Z (almost 2 years ago)
- Language: TeX
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timetable
This a *LaTeX* template implementing a simple schedule.
![Example](imgs/Timetable.png)
## Usage
Just add your calendar entries in the `timetable` environment
like this, where the arguments to the environment denote the
start and end time of your workday.```latex
\begin{timetable}{8}{17}
\calentry{1}{8.30}{9.45}{Dentist}{Dentist's Place}
\end{timetable}
```The syntax of the `\calentry` and `\shortcalentry` are as follows.
```latex
\calentry[CALENDARSTYLE]{DAYOFWEEK}{STARTTIME}{ENDTIME}{SUBJECT}{PLACE}
````\shortcalentry` displays appointments in a more compact form.
Names of the weekdays adapt dynamically to your language option
of `babel`.