pandoc/test/command/biblatex-kowalik.md
John MacFarlane 641849b70a Be less aggressive about using quotes for YAML values.
We need quotes if `[` or `{` or `'` is at the beginning of
the line, but not otherwise.
2020-10-08 10:54:53 -07:00

68 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
% pandoc -f biblatex -t markdown -s
@comment{
Adapted from biblatex-example.bib
Formatted with pandoc and chicago-author-date.csl, 2013-10-23:
(Kowalik and Isard 1995)
Kowalik, F., and M. Isard. 1995. “Estimateur dun défaut de
fonctionnement dun modulateur en quadrature et étage de modulation
lutilisant.” French patent request.
Formatted with pandoc and apa.csl, 2013-10-23:
(Kowalik & Isard, 1995)
Kowalik, F., & Isard, M. (1995, January 11). Estimateur dun défaut de
fonctionnement dun modulateur en quadrature et étage de modulation
lutilisant. French patent request.
}
@Patent{kowalik,
author = {Kowalik, F. and Isard, M.},
title = {Estimateur d'un d{\'e}faut de fonctionnement d'un modulateur
en quadrature et {\'e}tage de modulation l'utilisant},
number = 9500261,
date = {1995-01-11},
type = {patreqfr},
hyphenation = {french},
indextitle = {Estimateur d'un d{\'e}faut de fonctionnement},
annotation = {This is a patent entry for a French patent request
with a full date. The number is given in the number
field. Note the format of the type and date
fields in the database file. Compare almendro,
laufenberg, and sorace},
}
^D
---
nocite: "[@*]"
references:
- annote: This is a patent entry for a French patent request with a full
date. The number is given in the number field. Note the format of
the type and date fields in the database file. Compare almendro,
laufenberg, and sorace
author:
- family: Kowalik
given: F.
- family: Isard
given: M.
genre: French patent request
id: kowalik
issued: 1995-01-11
language: fr-FR
number: 9500261
title: Estimateur d'un défaut de fonctionnement d'un modulateur en
quadrature et étage de modulation l'utilisant
type: patent
---
```