aboutsummaryrefslogtreecommitdiff
path: root/system-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'system-notes.md')
-rw-r--r--system-notes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/system-notes.md b/system-notes.md
index 8d05fd6..c2d30d2 100644
--- a/system-notes.md
+++ b/system-notes.md
@@ -290,3 +290,9 @@ sudo rsync -avxHAX /home/yourusername/ /path/to/your/backup/location/
- gpanders
- glepnir
- seandewar
+
+# for betterbibtex
+Here is the citation key:
+```
+authAuthEa('author',false,'_').lower + '_' + year + '_' + Title.lower.clean.nopunctordash.skipwords.select(1,4).condense('_')
+```