diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-20 11:25:44 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-20 11:25:44 +0100 |
| commit | 2cf0ffbffc8442efaba12364a07fc0f5e58b7432 (patch) | |
| tree | c4c253b8adca4491ed506e3762a04e7a41ce4adf /test/fixtures/files | |
| parent | 120658d6b6314f0a90bd7656baee734753bad2db (diff) | |
| download | operum-2cf0ffbffc8442efaba12364a07fc0f5e58b7432.tar.gz operum-2cf0ffbffc8442efaba12364a07fc0f5e58b7432.zip | |
Support underscore in the exporters on titles
Underscores on titles are meant to be replaced by something else on each
exporter (e.g. removed on CSV, or surrounded by \emph on UOC).
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'test/fixtures/files')
| -rw-r--r-- | test/fixtures/files/underscores.uoc.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/files/underscores.uoc.tex b/test/fixtures/files/underscores.uoc.tex new file mode 100644 index 0000000..0c86890 --- /dev/null +++ b/test/fixtures/files/underscores.uoc.tex @@ -0,0 +1,9 @@ +\chapter{Bibliografia} + +{\setlength{\parskip}{-0.3cm} + +\hypertarget{target2}{\textsc{Sabaté}, Miquel; \textsc{Nom} (eds.) (2024). \emph{This is a 2}. Dins de \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}. Dins de \emph{Some other thing}, 22-24. This is a note 1. Publisher 1. [\url{http://example.com}]. [Última data de consulta: 24 de febrer de 2024].} + +} |
