From d96b0bb6288ae17b7d7f21392180d1ac0c2270de Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 26 Jun 2026 19:28:08 +0200 Subject: exports: sort by :target instead of :authors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- test/fixtures/files/all.uoc.tex | 4 ++-- test/fixtures/files/underscores.uoc.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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.} } -- cgit v1.2.3