mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Dev version retroactive commit
This commit is contained in:
parent
525687bde8
commit
581eef622f
19 changed files with 1434 additions and 28 deletions
4
examples/multibib/multibib.sh
Normal file
4
examples/multibib/multibib.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
for file in *.aux ; do
|
||||
bibtex ‘basename $file .aux‘
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue