From f6d8df2c76ac3268093e97b6c2e68bf1701755fc Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 15 Sep 2018 11:52:03 -0700
Subject: [PATCH] MANUAL: clarify that --biblatex/--natbib don't work directly
 for PDF.

Closes #4904.
---
 MANUAL.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/MANUAL.txt b/MANUAL.txt
index b4033a5e3..ddd849850 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3981,11 +3981,12 @@ whether or not they appear in the document, by using a wildcard:
       @*
     ...
 
-For LaTeX or PDF output, you can also use [`natbib`] or [`biblatex`]
-to render bibliography. In order to do so, specify bibliography files as
-outlined above, and add `--natbib` or `--biblatex` argument to `pandoc`
-invocation. Bear in mind that bibliography files have to be in respective
-format (either BibTeX or BibLaTeX).
+For LaTeX output, you can also use [`natbib`] or [`biblatex`] to
+render the bibliography. In order to do so, specify bibliography
+files as outlined above, and add `--natbib` or `--biblatex`
+argument to `pandoc` invocation. Bear in mind that bibliography
+files have to be in respective format (either BibTeX or
+BibLaTeX).
 
 For more information, see the [pandoc-citeproc man page].