From ccad92c496e07159009bdbd303fd7e7087c15aa6 Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Sun, 3 May 2015 08:36:54 -0700 Subject: [PATCH] Added latex only postlist. --- docs/manual/posting-and-listing.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/manual/posting-and-listing.rst b/docs/manual/posting-and-listing.rst index 9321317..6ace1d9 100644 --- a/docs/manual/posting-and-listing.rst +++ b/docs/manual/posting-and-listing.rst @@ -165,6 +165,20 @@ A list of posts can be displayed in any page using the following directive: :excerpts: :sort: + .. only:: latex + + .. postlist:: 5 + :author: Ahmet + :category: Manual + :location: Pittsburgh + :language: en + :tags: tips + :date: %A, %B %d, %Y + :format: {title} on {date} + :list-style: circle + :excerpts: + :sort: + When no options are given all posts will be considered and they will be ordered by recency. Also, note that if the current post is one of the most recent posts, it will be omitted.