diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-04-08 10:21:36 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-04-08 10:21:36 +0200 |
| commit | 5f2379ea1ad2d9a5db86973b49c41ac17218dfc5 (patch) | |
| tree | 6760495707a73691cb489ed3d9f3c6b1e88ec70d | |
| parent | c189a6cde3e5c331b81b7dfe8d79684013be542e (diff) | |
add locale
| -rw-r--r-- | home/config/dotfiles/latexmkrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/config/dotfiles/latexmkrc b/home/config/dotfiles/latexmkrc index 01de577..415d23b 100644 --- a/home/config/dotfiles/latexmkrc +++ b/home/config/dotfiles/latexmkrc @@ -1 +1,2 @@ -$clean_ext = 'bbl nav prv_%R.fmt prv_%R.log prv/*/* prv/* prv run.xml snm vrb' +$clean_ext = 'bbl nav prv_%R.fmt prv_%R.log prv/*/* prv/* prv run.xml snm vrb'; +$ENV{'TZ'}='Europe/Paris';
\ No newline at end of file |
