diff options
author | Karl Berry <karl@freefriends.org> | 2023-06-16 20:42:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-06-16 20:42:31 +0000 |
commit | 2b029609e3563f96b4de353997b8e5e1222f1cd6 (patch) | |
tree | 31db5d8f08293a4db212821eccaac8f9b48f8dd0 /Master/texmf-dist/doc/latex/rorlink | |
parent | 055bc0449b5260efae4b4fc861d6d95088cf0740 (diff) |
rorlink (16jun23)
git-svn-id: svn://tug.org/texlive/trunk@67384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rorlink')
-rw-r--r-- | Master/texmf-dist/doc/latex/rorlink/README.md | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rorlink/rorlink.pdf | bin | 0 -> 234620 bytes |
2 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rorlink/README.md b/Master/texmf-dist/doc/latex/rorlink/README.md new file mode 100644 index 00000000000..763408ceae8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rorlink/README.md @@ -0,0 +1,25 @@ +# *RORLINK* – A LaTeX Package for Linking ROR's + +This repo provides a LaTeX package to automatically create an inline [ROR](https://ror.org/)-symbol which links to a given ROR-institution. + +The code is derived mainly from the [Orcidlink package](https://github.com/duetosymmetry/orcidlink-LaTeX-command) by Leo Stein, which itself rests on the [Tex.SE answer](https://tex.stackexchange.com/questions/445563/ieeetran-how-to-include-orcid-in-tex-pdf-with-pdflatex/445583#445583) by the user Milo. My edits are only minor changes; especially the addition of the svg-path for the ROR symbol. + +## Installation + +To use the package just copy the `rorlink.sty` file into your current LaTeX working directory. You also can copy it directly into your `texmf` tree. This may need **root** privileges. + +## Usage + +The usage is very simple. For example, just use: + +```latex +Tim Duncan \rorlink{<full-ror-url-of-institution>} +``` + +The result will look like: + +![Name followed by ROR symbol with link](example.png) + +## License + +The package is licensed under the [LPPL 1.3c](https://www.latex-project.org/lppl.txt).
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/rorlink/rorlink.pdf b/Master/texmf-dist/doc/latex/rorlink/rorlink.pdf Binary files differnew file mode 100644 index 00000000000..072caf63bb4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rorlink/rorlink.pdf |