diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-06-26 19:28:08 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-06-26 19:28:08 +0200 |
| commit | d96b0bb6288ae17b7d7f21392180d1ac0c2270de (patch) | |
| tree | 72f0371b13d83014d718161533e3c33a733dbb36 /test/fixtures/files | |
| parent | dcf4b95298d7fd39c36ddf45010c77bf3ad0a8aa (diff) | |
| download | operum-d96b0bb6288ae17b7d7f21392180d1ac0c2270de.tar.gz operum-d96b0bb6288ae17b7d7f21392180d1ac0c2270de.zip | |
exports: sort by :target instead of :authors
Sorting by :authors did not make any sense. Let's go for :target as
that's pretty visible to the UOC exporter.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'test/fixtures/files')
| -rw-r--r-- | test/fixtures/files/all.uoc.tex | 4 | ||||
| -rw-r--r-- | test/fixtures/files/underscores.uoc.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/files/all.uoc.tex b/test/fixtures/files/all.uoc.tex index a4bacbc..383f5a0 100644 --- a/test/fixtures/files/all.uoc.tex +++ b/test/fixtures/files/all.uoc.tex @@ -2,8 +2,8 @@ {\setlength{\parskip}{-0.3cm} -\hypertarget{target2}{\textsc{Sabaté}, Miquel; \textsc{Nom} (eds.) (2024). \emph{This is a 2}. Inside of \emph{Some other thing}, 22-24. This is a note 2. Publisher 2, Address 2: 2024.} +\hypertarget{target1}{\textsc{Sabaté}, Miquel; \textsc{Smith}, John; \textsc{cognom2}, Nom cognom1; \textsc{cognom3 cognom4}, Nom (2024). \emph{This is a title 1}. Inside of \emph{Some other thing}, 22-24. This is a note 1. Publisher 1. [\url{http://example.com}]. [Last consulted at: february 24, 2024].} -\\~\\\hypertarget{target1}{\textsc{Sabaté}, Miquel; \textsc{Smith}, John; \textsc{cognom2}, Nom cognom1; \textsc{cognom3 cognom4}, Nom (2024). \emph{This is a title 1}. Inside of \emph{Some other thing}, 22-24. This is a note 1. Publisher 1. [\url{http://example.com}]. [Last consulted at: february 24, 2024].} +\\~\\\hypertarget{target2}{\textsc{Sabaté}, Miquel; \textsc{Nom} (eds.) (2024). \emph{This is a 2}. Inside of \emph{Some other thing}, 22-24. This is a note 2. Publisher 2, Address 2: 2024.} } diff --git a/test/fixtures/files/underscores.uoc.tex b/test/fixtures/files/underscores.uoc.tex index 6189bcd..e87370b 100644 --- a/test/fixtures/files/underscores.uoc.tex +++ b/test/fixtures/files/underscores.uoc.tex @@ -2,8 +2,8 @@ {\setlength{\parskip}{-0.3cm} -\hypertarget{target2}{\textsc{Sabaté}, Miquel; \textsc{Nom} (eds.) (2024). \emph{This is a 2}. Inside of \emph{Some other thing}, 22-24. This is a note 2. Publisher 2, Address 2: 2024.} +\hypertarget{target1}{\textsc{Sabaté}, Miquel; \textsc{Smith}, John; \textsc{cognom2}, Nom cognom1; \textsc{cognom3 cognom4}, Nom (2024). \emph{This is a }title\emph{ with }many\emph{ underscores}. Inside of \emph{Some other thing}, 22-24. This is a note 1. Publisher 1. [\url{http://example.com}]. [Last consulted at: february 24, 2024].} -\\~\\\hypertarget{target1}{\textsc{Sabaté}, Miquel; \textsc{Smith}, John; \textsc{cognom2}, Nom cognom1; \textsc{cognom3 cognom4}, Nom (2024). \emph{This is a }title\emph{ with }many\emph{ underscores}. Inside of \emph{Some other thing}, 22-24. This is a note 1. Publisher 1. [\url{http://example.com}]. [Last consulted at: february 24, 2024].} +\\~\\\hypertarget{target2}{\textsc{Sabaté}, Miquel; \textsc{Nom} (eds.) (2024). \emph{This is a 2}. Inside of \emph{Some other thing}, 22-24. This is a note 2. Publisher 2, Address 2: 2024.} } |
