var searchIndex = {}; searchIndex["pandoc"] = {"doc":"API that wraps the pandoc command line tool","items":[[3,"Pandoc","pandoc","the argument builder",null,null],[4,"DocumentClass","","equivalent to the latex document class",null,null],[13,"Article","","compact form of report",0,null],[13,"Report","","abstract + chapters + custom page for title, abstract and toc",0,null],[13,"Book","","no abstract",0,null],[4,"PandocError","","Possible errors that can occur before or during pandoc execution",null,null],[13,"IoErr","","some kind of IO-Error",1,null],[13,"Err","","pandoc execution failed, look at the stderr output",1,null],[5,"new","","does nothing useful, simply gives you a builder object\nconvenience function so you can call pandoc::new()",null,{"inputs":[],"output":{"name":"pandoc"}}],[11,"fmt","","",0,null],[11,"default","","",2,{"inputs":[],"output":{"name":"pandoc"}}],[11,"fmt","","",2,null],[11,"new","","does nothing useful, simply gives you a builder object",2,{"inputs":[],"output":{"name":"pandoc"}}],[11,"add_latex_path_hint","","this path is searched first for latex, then PATH, then some hardcoded hints",2,null],[11,"add_pandoc_path_hint","","this path is searched first for pandoc, then PATH, then some hardcoded hints",2,null],[11,"set_doc_class","","sets or overwrites the document-class",2,null],[11,"add_input","","adds more input files, the order is relevant\nthe order of adding the files is the order in which they are processed",2,null],[11,"set_output","","sets or overwrites the output filename",2,null],[11,"set_bibliography","","filename of the bibliography database",2,null],[11,"set_csl","","filename of a citation style file",2,null],[11,"set_toc","","enable table of contents",2,null],[11,"set_number_sections","","prefix section names with indices x.y.z",2,null],[11,"set_latex_template","","set a custom latex template",2,null],[11,"set_variable","","set a custom variable\ntry not to use this, there are convenience functions for most things",2,null],[11,"execute","","actually execute pandoc",2,null],[11,"fmt","","",1,null]],"paths":[[4,"DocumentClass"],[4,"PandocError"],[3,"Pandoc"]]}; initSearch(searchIndex);