summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/rorlink
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/rorlink')
-rw-r--r--Master/texmf-dist/doc/latex/rorlink/README.md25
-rw-r--r--Master/texmf-dist/doc/latex/rorlink/rorlink.pdfbin0 -> 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
new file mode 100644
index 00000000000..072caf63bb4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/rorlink/rorlink.pdf
Binary files differ