Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Keywords
lua
lualatex
moonscript
notebook
pandoc
Last synced: 4 months ago
·
JSON representation
·
Repository
A logbook template written in LuaTeX.
Basic Info
- Host: GitHub
- Owner: kvakil
- License: mit
- Language: MoonScript
- Default Branch: master
- Size: 77.1 KB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
lua
lualatex
moonscript
notebook
pandoc
Created over 8 years ago
· Last pushed over 8 years ago
Metadata Files
Readme
License
Citation
README.md
logbook
A logbook using LuaLaTeX.
Installation
- Install Lua 5.1 and luarocks.
- Install MoonScript using
luarocks. - Install LuaLaTeX.
- Install latexmk.
- Install biber.
- Install pandoc.
- Install Python and pip.
- Install panflute using
pip. - Install git (optional: can remove from Makefile).
Daily Usage
- Use
make todayto add a template inYYYY/MM/DD.mdand open in Sublime Text. - Modify the above file.
- Use
maketo createlog.pdf. git commitwhen done.
Other Files
- Use
citations/citations.bibfor citations. - New includes should go on in
document_setup.sty. - New commands should go on in
command_library.sty. - Modify
log.texyearly: addincluder.include_year("YYYY"). - Use
make cleanto clean everything up.
Likely Problems
pandocmay require packages not present indocument_setup.sty. If this happens, use--standaloneand add the necessary lines under thepandocheader.latexmkbeing annoying: uselatexmk -g
Technologies Used
MoonScript: language which transpiles to Lua, except better.pandoc&panflute: handle the markdown to LaTeX conversion while ensuring the formatting and labels don't break.Makefileandlatexmk: a rather precarious combination. All LaTeX compilation is handled bylatexmk, and allpandocthings are handled bymake.git: for version control.LuaLaTeX: the real engine, which runs the Lua files and compiles.
Owner
- Name: Keyhan Vakil
- Login: kvakil
- Kind: user
- Location: Berkeley, CA
- Website: https://www.kvakil.me
- Repositories: 3
- Profile: https://github.com/kvakil
personal account; opinions are my own and not my employer's.
Citation (citations/citations.bib)
@article{wombat2016,
author = {Walther Wombat and Klaus Koala},
title = {The true meaning of 42},
journal = {Journal of modern skepticism},
date = {2016},
keywords = {trusted},
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0