summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex2bibitem/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex2bibitem/README.md')
-rw-r--r--macros/latex/contrib/biblatex2bibitem/README.md8
1 files changed, 5 insertions, 3 deletions
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