Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
yangcht authored Jul 3, 2024
1 parent b3fa105 commit 63cc1e8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# A&A-bibstyle-with-hyperlink
# Introduction: A&A-bibstyle-with-hyperlink
- modified `aa.bst` with clickable url links in the bibliography
- bst file for Astronomy & Astrophysical Journal
- modified based on the `aa.bst` file from http://ftp.edpsciences.org/pub/aa/readme.html
- it is recommended to **use the bibtex record generated from NASA/ADS** in order to include `doi` and `adsurl` properly

## For making the links and colors work, you should also add something like the following in the preamble of the .TeX file
# How to use:
- Put this `aa_rul.bst` in your project folder and reference this with `\bibliographystyle{folder/aa_url.bst}`
- For making the links and colors work, **MAKE SURE** to add something like the following in the preamble of your .TeX file

```
%---------- Add the clickable link function ----------
Expand Down Expand Up @@ -38,7 +40,8 @@
\makeatother
```

## See an example below
# Examples:
This is a demo of the function of this bibstyle.

![example](./example.png)

Expand Down

0 comments on commit 63cc1e8

Please sign in to comment.