Beginner's guide to working in Wales group: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
* Open the file you want to edit using vi, make desired changes and save them. |
* Open the file you want to edit using vi, make desired changes and save them. |
||
Note that bib entry for a paper can easily be obtained by googling the paper first, find the link 'cite this' somewhere, choose 'Bib Tex' option when asked to select citation manager/file format and then download it (or directly open it) to see the bib entry. For naming the keys follow the group practice as given in https://wikis.ch.cam.ac.uk/wales/wiki/index.php/Wales_Group_Conventions_when_using_LaTex |
Note that bib entry for a paper can easily be obtained by googling the paper first, find the link 'cite this' somewhere, choose 'Bib Tex' option when asked to select citation manager/file format and then download it (or directly open it) to see the bib entry. For naming the keys follow the group practice as given in https://wikis.ch.cam.ac.uk/wales/wiki/index.php/Wales_Group_Conventions_when_using_LaTex |
||
*Commit your changes with a descriptive |
*Commit your changes with a descriptive message so that others know why you made this commit. |
||
<pre> |
<pre> |
||
svn commit -m "Your message here" |
svn commit -m "Your message here" |
||
Revision as of 18:08, 13 April 2020
How to add papers to group bib?
- Make sure you are logged in to your workstation at the department. Whenever asked for a password, enter your admitto password.
- In your home directory create a working copy of the bib directory.
cd ~ svn checkout https://svn.ch.cam.ac.uk/svn/wales/groups/djwpapers/bib cd bib svn update
- Open the file you want to edit using vi, make desired changes and save them.
Note that bib entry for a paper can easily be obtained by googling the paper first, find the link 'cite this' somewhere, choose 'Bib Tex' option when asked to select citation manager/file format and then download it (or directly open it) to see the bib entry. For naming the keys follow the group practice as given in https://wikis.ch.cam.ac.uk/wales/wiki/index.php/Wales_Group_Conventions_when_using_LaTex
- Commit your changes with a descriptive message so that others know why you made this commit.
svn commit -m "Your message here"
For further details visit http://subversion.apache.org/quick-start