Replies: 4 comments 3 replies
-
It's possible that Ubuntu has an old version of pandoc. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It should be this one:
https://packages.ubuntu.com/jammy/pandoc
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
…________________________________
From: John MacFarlane ***@***.***>
Sent: Sunday, May 5, 2024 8:43:28 PM
To: jgm/pandoc ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [jgm/pandoc] Citation rendering not working (Discussion #9721)
It's possible that Ubuntu has an old version of pandoc.
What does pandoc --version say?
—
Reply to this email directly, view it on GitHub<#9721 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDTWJQ4IFTCLX4IT4LHXM3ZAZ4VBAVCNFSM6AAAAABHH5Z4HGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGMRRGU3DA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
By the way, Ubuntu 24.04 LTS has a newer version: https://packages.ubuntu.com/noble/pandoc
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
…________________________________
From: Maier, Denis Christian (UB) ***@***.***>
Sent: Sunday, May 5, 2024 8:50:00 PM
To: jgm/pandoc ***@***.***>; jgm/pandoc ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [jgm/pandoc] Citation rendering not working (Discussion #9721)
It should be this one:
https://packages.ubuntu.com/jammy/pandoc
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
________________________________
From: John MacFarlane ***@***.***>
Sent: Sunday, May 5, 2024 8:43:28 PM
To: jgm/pandoc ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [jgm/pandoc] Citation rendering not working (Discussion #9721)
It's possible that Ubuntu has an old version of pandoc.
What does pandoc --version say?
—
Reply to this email directly, view it on GitHub<#9721 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDTWJQ4IFTCLX4IT4LHXM3ZAZ4VBAVCNFSM6AAAAABHH5Z4HGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGMRRGU3DA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You should update: https://pandoc.org/releases.html#pandoc-2.11-2020-10-11
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
…________________________________
From: Danilo ***@***.***>
Sent: Sunday, May 5, 2024 9:16:33 PM
To: jgm/pandoc ***@***.***>
Cc: Maier, Denis Christian (UB) ***@***.***>; Comment ***@***.***>
Subject: Re: [jgm/pandoc] Citation rendering not working (Discussion #9721)
pandoc 2.9.2.1
Compiled with pandoc-types 1.20, texmath 0.12.0.2, skylighting 0.8.5
Default user data directory: /home/danilomacedo/.local/share/pandoc or /home/danilomacedo/.pandoc
Copyright (C) 2006-2020 John MacFarlane
Web: https://pandoc.org<https://pandoc.org/>
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.
—
Reply to this email directly, view it on GitHub<#9721 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDTWJUMM2NJEX2KRZGRJQLZA2ARDAVCNFSM6AAAAABHH5Z4HGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGMRRG4ZTS>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been using citation rendering for over a decade on Mac OS (options
-C
or--citeproc
).Lately I have moved into Ubuntu 22.04.4 LTS.
Pandoc has been working fine for months. But today I tried for the first time to use citation rendering, and it just returned:
Unknown option -C.
Try pandoc --help for more information.
shell returned 6
The same with
--citeproc
Am I doing something wrong? Has it changed in someway that I did not reach?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions