mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
small update
This commit is contained in:
parent
05add73f39
commit
8c653ac425
@ -83,7 +83,7 @@ author:
|
|||||||
name : "Tom Hodson"
|
name : "Tom Hodson"
|
||||||
avatar : "profile.jpeg"
|
avatar : "profile.jpeg"
|
||||||
bio : "Condensed Matter Physics PhD Student, Programmer and Maker"
|
bio : "Condensed Matter Physics PhD Student, Programmer and Maker"
|
||||||
location : "Munich, Germany"
|
location : "London & Munich"
|
||||||
employer : "Imperial College London"
|
employer : "Imperial College London"
|
||||||
pubmed :
|
pubmed :
|
||||||
googlescholar :
|
googlescholar :
|
||||||
|
@ -1,18 +1,20 @@
|
|||||||
---
|
---
|
||||||
title: 'How I use Zotero, Better Bibtex and Overleaf together'
|
title: 'How I use Zotero, Better Bibtex and Overleaf together'
|
||||||
|
permalink: /posts/2022/zotero_betterbitex_overleaf
|
||||||
date: 2022-01-01
|
date: 2022-01-01
|
||||||
---
|
---
|
||||||
|
|
||||||
Make Overleaf project
|
|
||||||
Activate Github repo
|
|
||||||
|
|
||||||
## Citation workflow
|
## Citation workflow
|
||||||
Add papers using Zotero connectors from web
|
Add papers to Zotero from web using 'connectors' that parse metadata from journal websites.
|
||||||
Export either you entire collection or a subcollection with "automatic export" ticked
|
Export either you entire collection or a subcollection with "automatic export" ticked
|
||||||
Automatic git push with https://retorque.re/zotero-better-bibtex/exporting/auto/
|
|
||||||
|
|
||||||
|
## [Set up automatic git push](https://retorque.re/zotero-better-bibtex/exporting/auto/)
|
||||||
|
In a word, run:
|
||||||
|
```bash
|
||||||
|
git config zotero.betterbibtex.push true #in the repo that holds your overleaf project
|
||||||
|
```
|
||||||
|
|
||||||
#### When the citations are done
|
## When the citations are finalised
|
||||||
When the paper is done and the citations aren't going to change too much, use overleaf see logs feature to see the aux file.
|
When the paper is done and the citations aren't going to change too much, use overleaf see logs feature to see the aux file.
|
||||||
Import the aux into a subcollection to get only the citations used for this paper.
|
Import the aux into a subcollection to get only the citations used for this paper.
|
||||||
Then export the subcollection again using "Keep updated"
|
Then export the subcollection again using "Keep updated"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user