|
651 | 651 | "tags": [] |
652 | 652 | }, |
653 | 653 | "source": [ |
654 | | - "To cite multiple sources, insert multiple citations separated by semicolons.\n", |
| 654 | + "Multiple sources are separated by semicolons.\n", |
655 | 655 | "\n", |
656 | 656 | "`(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>; <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n", |
657 | | - "> (Fickers 2020; Haber 2012)" |
| 657 | + ">(Haber 2012; Fickers 2020)\n", |
| 658 | + "\n", |
| 659 | + "Citations can include page numbers after the year.\n", |
| 660 | + "\n", |
| 661 | + "`(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>, 104; <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>, 126–127)`\n", |
| 662 | + ">(Ho 1980, 104; Elman 2000, 126–127)\n", |
| 663 | + "\n", |
| 664 | + "Publications by the same author in the same year are distinguished by letters.\n", |
| 665 | + "\n", |
| 666 | + "`(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>; <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n", |
| 667 | + "> (Fickers 2020a; Fickers 2020b)\n", |
| 668 | + "\n" |
658 | 669 | ] |
659 | 670 | }, |
660 | 671 | { |
|
668 | 679 | "tags": [] |
669 | 680 | }, |
670 | 681 | "source": [ |
671 | | - "### Example in Text" |
| 682 | + "### Citations in Text" |
672 | 683 | ] |
673 | 684 | }, |
674 | 685 | { |
|
682 | 693 | "tags": [] |
683 | 694 | }, |
684 | 695 | "source": [ |
685 | | - "Citations can appear naturally within the text:\n", |
| 696 | + "Citations can also appear naturally within a sentence.\n", |
686 | 697 | "\n", |
687 | | - "`As shown by (<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>) and <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n", |
| 698 | + "As shown by `(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>)` and `<cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n", |
688 | 699 | "> As shown by (Haber 2012) and (Fickers 2020)" |
689 | 700 | ] |
690 | 701 | }, |
|
0 commit comments