From 14870fce657ad418d860fb3fba5bd85a26b7d4a0 Mon Sep 17 00:00:00 2001 From: Kevin Broch Date: Tue, 16 Jul 2024 13:29:02 -0700 Subject: [PATCH] add lists of figures,tables,listings adoc that can be reused in other specs relates to https://github.com/riscv/riscv-isa-manual/issues/1532 Signed-off-by: Kevin Broch --- adoc/lists-of-ftl.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 adoc/lists-of-ftl.adoc diff --git a/adoc/lists-of-ftl.adoc b/adoc/lists-of-ftl.adoc new file mode 100644 index 0000000..cf36be9 --- /dev/null +++ b/adoc/lists-of-ftl.adoc @@ -0,0 +1,12 @@ +// Lists of lists to be included in specs +[preface] +== List of figures +list-of::image[hide_empty_section=true, enhanced_rendering=true] + +[preface] +== List of tables +list-of::table[hide_empty_section=true, enhanced_rendering=true] + +[preface] +== List of listings +list-of::listing[hide_empty_section=true, enhanced_rendering=true]