added add_indent_latex
diff --git a/man/add_indent.Rd b/man/add_indent.Rd
new file mode 100644
index 0000000..43fad6d
--- /dev/null
+++ b/man/add_indent.Rd
@@ -0,0 +1,11 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/add_indent.R
+\name{add_indent}
+\alias{add_indent}
+\title{Add indentations to row headers}
+\usage{
+add_indent(kable_input, positions)
+}
+\description{
+Add indentations to row headers
+}
diff --git a/man/landscape.Rd b/man/landscape.Rd
index 2048727..48bc501 100644
--- a/man/landscape.Rd
+++ b/man/landscape.Rd
@@ -13,8 +13,6 @@
"1cm", "1in" or similar.}
}
\description{
-For very wide tables in PDF documents, sometimes it might be a
-good idea to have a single landscape page to house it. This function
-will rotate the PDF page for the applied table in LaTeX environment. It won't
-have any effects on HTML.
+This function will put the table on an single landscape page.
+It's useful for wide tables that cann't be printed on a portrait page.
}