From f6b069c5441e2ba598b97c269ac8d00977606ef6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 30 Oct 2021 03:00:57 +0000 Subject: CTAN sync 202110300300 --- macros/latex/contrib/biblatex2bibitem/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/biblatex2bibitem/README.md') diff --git a/macros/latex/contrib/biblatex2bibitem/README.md b/macros/latex/contrib/biblatex2bibitem/README.md index 7358a0e7de..22fd526d8e 100644 --- a/macros/latex/contrib/biblatex2bibitem/README.md +++ b/macros/latex/contrib/biblatex2bibitem/README.md @@ -24,7 +24,8 @@ At the very end of document: The desired `bibitem`s will be written directly to the PDF file. When it's time to switch to `bibitem`s (e.g. before sending the paper to the journal), -just copy them to the to your `.tex` file, remove `biblatex` commands and load `cite` package. +just copy them directly from the pdf into your `.tex` file, remove +`biblatex` commands and (probably) load the `cite` package. ### Disclaimer @@ -59,10 +60,10 @@ If you really want to have a space after the title of an e.g. an article, just ### `bibitem` separators -By default, generated `bibitem`s are separated by a line with a percent sign on it to make the readng of the cde easier. +By default, generated `bibitem`s are separated by a line with an empty pair of curly braces on it to make the reading of the code easier. You can tweak this by e.g. ```latex -\renewcommand{\printgeneratedbibitemseparator}{\ttfamily\%\\} +\renewcommand{\printgeneratedbibitemseparator}{\ttfamily\{\}\\} ``` (for putting all the `bibitem`s into monotype font) or e.g. ```latex @@ -78,6 +79,7 @@ Don't forget about `\makeatletter` and `\makeatother`! + `\print@end@thebibliography` - default: `\textbackslash end\{thebibliography\} ` ++ `\print@bibitem@command` - default: `\textbackslash bibitem` ## See also -- cgit v1.2.3