!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	Development	//
A sub-section	tests/test_multidir_latex/section_2/subsection/text.tex	/^\\subsection{A sub-section}$/;"	b
AUXFILES	src/tartex/tartex.py	/^AUXFILES = [$/;"	v
BASH_COMP_PATH	src/tartex/_parse_args.py	/^BASH_COMP_PATH = BashCompletion().install_dir.joinpath(f"{APPNAME}")$/;"	v
BashCompletion	src/tartex/_completion.py	/^class BashCompletion(Completion):$/;"	c
BashCompletionInstall	src/tartex/_parse_args.py	/^class BashCompletionInstall(CompletionInstall):$/;"	c
COMPFILE	src/tartex/_completion.py	/^COMPFILE = {$/;"	v
Completion	src/tartex/_completion.py	/^class Completion:$/;"	c
CompletionInstall	src/tartex/_parse_args.py	/^class CompletionInstall(argparse.Action):$/;"	c
CompletionPrintAction	src/tartex/_parse_args.py	/^class CompletionPrintAction(argparse.Action):$/;"	c
Empty subsection	tests/test_bib/main_bib.tex	/^\\subsection{Empty subsection}$/;"	b
Empty subsection	tests/test_fls/main.tex	/^\\subsection{Empty subsection}$/;"	b
FONT_PUBLIC	src/tartex/_latex.py	/^FONT_PUBLIC = re.compile(r"\/public\/.*\/")$/;"	v
FishCompletion	src/tartex/_completion.py	/^class FishCompletion(Completion):$/;"	c
FishCompletionInstall	src/tartex/_parse_args.py	/^class FishCompletionInstall(CompletionInstall):$/;"	c
GnuStyleHelpFormatter	src/tartex/_parse_args.py	/^class GnuStyleHelpFormatter(argparse.HelpFormatter):$/;"	c
INPUT_FONTS	src/tartex/_latex.py	/^INPUT_FONTS = re.compile(r"^INPUT\\s.*.(pfb|tfm)")$/;"	v
INPUT_RE	src/tartex/_latex.py	/^INPUT_RE = re.compile(r"^INPUT")$/;"	v
INPUT_STY	src/tartex/_latex.py	/^INPUT_STY = re.compile(r"^INPUT\\s.*.(cls|def|sty)")$/;"	v
LATEXMK_TEX	src/tartex/_parse_args.py	/^LATEXMK_TEX = [$/;"	v
Only Section	tests/test_bib/main_bib.tex	/^\\section{Only Section}$/;"	s
Only Section	tests/test_fls/main.tex	/^\\section{Only Section}$/;"	s
SUPP_REQ	src/tartex/tartex.py	/^SUPP_REQ = ["bbl", "ind"]$/;"	v
Section 1	tests/test_multidir_latex/section_1/text.tex	/^\\section{Section 1}$/;"	s
Section 2	tests/test_multidir_latex/section_2/text.tex	/^\\section{Section 2}$/;"	s
SetEncoder	src/tartex/tartex.py	/^class SetEncoder(json.JSONEncoder):$/;"	c
TAR_DEFAULT_COMP	src/tartex/tartex.py	/^TAR_DEFAULT_COMP = "gz"$/;"	v
TAR_EXT	src/tartex/tartex.py	/^TAR_EXT = ["bz2", "gz", "xz"]$/;"	v
TarTeX	src/tartex/tartex.py	/^class TarTeX:$/;"	c
Test document section	tests/test_basic_latex/basic_latex.tex	/^\\section{Test document section}$/;"	s
TestArgs	tests/test_args.py	/^class TestArgs:$/;"	c
TestBasicLaTeX	tests/test_basic_latex.py	/^class TestBasicLaTeX:$/;"	c
TestIndex	tests/test_index.py	/^class TestIndex:$/;"	c
TestLatexmkOpts	tests/test_latexmkopt.py	/^class TestLatexmkOpts:$/;"	c
TestMultiDir	tests/test_multidir_latex.py	/^class TestMultiDir:$/;"	c
TestTarConflict	tests/test_basic_latex.py	/^class TestTarConflict:$/;"	c
TestTarExt	tests/test_target.py	/^class TestTarExt:$/;"	c
ZshCompletion	src/tartex/_completion.py	/^class ZshCompletion(Completion):$/;"	c
ZshCompletionInstall	src/tartex/_parse_args.py	/^class ZshCompletionInstall(CompletionInstall):$/;"	c
__appname__	src/tartex/__about__.py	/^__appname__ = "tartex"$/;"	v
__call__	src/tartex/_parse_args.py	/^    def __call__(self, parser, namespace, values, option_string=None):  # noqa$/;"	m	class:CompletionInstall	file:
__call__	src/tartex/_parse_args.py	/^    def __call__(self, parser, namespace, values, option_strings=None):$/;"	m	class:BashCompletionInstall	file:
__call__	src/tartex/_parse_args.py	/^    def __call__(self, parser, namespace, values, option_strings=None):$/;"	m	class:FishCompletionInstall	file:
__call__	src/tartex/_parse_args.py	/^    def __call__(self, parser, namespace, values, option_strings=None):$/;"	m	class:ZshCompletionInstall	file:
__call__	src/tartex/_parse_args.py	/^    def __call__(self, parser, nsp, vals, opt_str=None):  # noqa: ARG002$/;"	m	class:CompletionPrintAction	file:
__init__	src/tartex/_completion.py	/^    def __init__(self):$/;"	m	class:BashCompletion
__init__	src/tartex/_completion.py	/^    def __init__(self):$/;"	m	class:FishCompletion
__init__	src/tartex/_completion.py	/^    def __init__(self):$/;"	m	class:ZshCompletion
__init__	src/tartex/_completion.py	/^    def __init__(self, shell_name, filename):$/;"	m	class:Completion
__init__	src/tartex/_parse_args.py	/^    def __init__($/;"	m	class:CompletionInstall
__init__	src/tartex/_parse_args.py	/^    def __init__($/;"	m	class:CompletionPrintAction
__init__	src/tartex/_parse_args.py	/^    def __init__(self, prog):$/;"	m	class:GnuStyleHelpFormatter
__init__	src/tartex/tartex.py	/^    def __init__(self, args):$/;"	m	class:TarTeX
__version__	src/tartex/__about__.py	/^__version__ = "0.6.1.dev0"$/;"	v
_do_tar	src/tartex/tartex.py	/^    def _do_tar(self, tar_obj):$/;"	m	class:TarTeX
_format_action_invocation	src/tartex/_parse_args.py	/^    def _format_action_invocation(self, action):$/;"	m	class:GnuStyleHelpFormatter
_full_if_not_rel_path	src/tartex/tartex.py	/^def _full_if_not_rel_path(src, dest):$/;"	f
_missing_supp	src/tartex/tartex.py	/^    def _missing_supp(self, fpath, tmpdir, deps):$/;"	m	class:TarTeX
_num_tag	src/tartex/tartex.py	/^    def _num_tag(n: int):$/;"	f	function:_summary_msg
_print_list	src/tartex/tartex.py	/^    def _print_list(self, ls):$/;"	m	class:TarTeX
_proc_output_path	src/tartex/tartex.py	/^    def _proc_output_path(self):$/;"	m	class:TarTeX
_split_lines	src/tartex/_parse_args.py	/^    def _split_lines(self, text, width):  # noqa: ARG002$/;"	m	class:GnuStyleHelpFormatter
_summary_msg	src/tartex/tartex.py	/^def _summary_msg(nfiles, tarname=None):$/;"	f
_tar_add_bytesio	src/tartex/tartex.py	/^        def _tar_add_bytesio(obj, name):$/;"	f	function:TarTeX._do_tar
_tar_name_conflict	src/tartex/tartex.py	/^    def _tar_name_conflict(self, tpath):$/;"	m	class:TarTeX
_target	tests/test_target.py	/^    def _target(tar_ext, cmp_opt=""):$/;"	f	function:target_tar
_tartex_completions	src/tartex/data/tartex-completion.bash	/^_tartex_completions()$/;"	f
add_user_files	src/tartex/tartex.py	/^    def add_user_files(self):$/;"	m	class:TarTeX
basic_opts	tests/test_latexmkopt.py	/^def basic_opts(latex_file, tmpdir):$/;"	f
bib_file	src/tartex/tartex.py	/^    def bib_file(self):$/;"	m	class:TarTeX
check_main_file_exists	src/tartex/tartex.py	/^    def check_main_file_exists(self):$/;"	m	class:TarTeX
cmp_str	src/tartex/_parse_args.py	/^    def cmp_str(cmp, ext):$/;"	f	function:parse_args
datadir	tests/conftest.py	/^def datadir(tmpdir, request):$/;"	f
default	src/tartex/tartex.py	/^    def default(self, o):$/;"	m	class:SetEncoder
default_args	tests/test_index.py	/^def default_args(datadir, tmpdir):$/;"	f
default_target	tests/test_basic_latex.py	/^def default_target(datadir):$/;"	f
default_tartex_obj	tests/test_basic_latex.py	/^def default_tartex_obj(datadir, default_target):$/;"	f
fls_input_files	src/tartex/_latex.py	/^def fls_input_files(fls_fileobj, lof_excl, skip_files, *, sty_files=False):$/;"	f
flsfile	tests/test_fls.py	/^def flsfile():$/;"	f
input_files	src/tartex/tartex.py	/^    def input_files(self):$/;"	m	class:TarTeX
install	src/tartex/_completion.py	/^    def install(self, install_dir=None):$/;"	m	class:Completion
latex_file	tests/test_latexmkopt.py	/^def latex_file(datadir):$/;"	f
make_tar	src/tartex/tartex.py	/^def make_tar():$/;"	f
multidir_target	tests/test_multidir_latex.py	/^def multidir_target(datadir):$/;"	f
multidir_tartex_obj	tests/test_multidir_latex.py	/^def multidir_tartex_obj(datadir, multidir_target):$/;"	f
parse_args	src/tartex/_parse_args.py	/^def parse_args(args):$/;"	f
pkglist_name	src/tartex/tartex.py	/^    pkglist_name = "TeXPackages.json"$/;"	v	class:TarTeX
run_latexmk	src/tartex/_latex.py	/^def run_latexmk(filename, mode, compdir):$/;"	f
sample_tex	tests/test_output_args.py	/^def sample_tex():$/;"	f
sample_texfile	tests/conftest.py	/^def sample_texfile():$/;"	f
src_files	tests/test_multidir_latex.py	/^def src_files(datadir):$/;"	f
strip_tarext	src/tartex/tartex.py	/^def strip_tarext(filename):$/;"	f
tar_files	src/tartex/tartex.py	/^    def tar_files(self):$/;"	m	class:TarTeX
target_tar	tests/test_target.py	/^def target_tar():$/;"	f
tartex_obj	tests/test_fls.py	/^def tartex_obj(datadir, flsfile):$/;"	f
test_auto_pdf	tests/test_latexmkopt.py	/^    def test_auto_pdf(self, basic_opts):$/;"	m	class:TestLatexmkOpts
test_bib	tests/test_bib.py	/^def test_bib(datadir, tmpdir):$/;"	f
test_default_compress	tests/test_target.py	/^    def test_default_compress(self, sample_texfile):$/;"	m	class:TestTarExt
test_diff_target_dir	tests/test_basic_latex.py	/^    def test_diff_target_dir(self, tmpdir, datadir):$/;"	m	class:TestBasicLaTeX
test_float_pkg	tests/test_packages.py	/^def test_float_pkg(datadir, tmpdir, capsys):$/;"	f
test_fls_main_arg	tests/test_fls.py	/^def test_fls_main_arg(tartex_obj, flsfile):$/;"	f
test_fls_main_arg_noext	tests/test_fls.py	/^def test_fls_main_arg_noext(datadir, flsfile):$/;"	f
test_fls_missing_bbl	tests/test_fls.py	/^def test_fls_missing_bbl(tartex_obj, flsfile):$/;"	f
test_fls_recompile	tests/test_fls.py	/^def test_fls_recompile(datadir, flsfile):$/;"	f
test_gen_tar	tests/test_basic_latex.py	/^    def test_gen_tar(self, default_target, default_tartex_obj):$/;"	m	class:TestBasicLaTeX
test_gen_tar_no_suffix	tests/test_basic_latex.py	/^    def test_gen_tar_no_suffix(self, default_target, default_tartex_obj):$/;"	m	class:TestBasicLaTeX
test_ind	tests/test_index.py	/^    def test_ind(self, default_args):$/;"	m	class:TestIndex
test_ind_excl	tests/test_index.py	/^    def test_ind_excl(self, default_args):$/;"	m	class:TestIndex
test_install	tests/test_bash_completion.py	/^def test_install(capsys, monkeypatch, tmpdir):$/;"	f
test_list	tests/test_multidir_latex.py	/^    def test_list(self, datadir):$/;"	m	class:TestMultiDir
test_list_only	tests/test_basic_latex.py	/^    def test_list_only(self, datadir, default_target, capsys):$/;"	m	class:TestBasicLaTeX
test_no_args	tests/test_args.py	/^    def test_no_args(self):$/;"	m	class:TestArgs
test_only_file	tests/test_args.py	/^    def test_only_file(self, sample_texfile):$/;"	m	class:TestArgs
test_option_overwrite	tests/test_basic_latex.py	/^    def test_option_overwrite(self, caplog, datadir, default_target, default_tartex_obj):$/;"	m	class:TestTarConflict
test_output_default	tests/test_output_args.py	/^def test_output_default(sample_tex):$/;"	f
test_output_file_compress	tests/test_target.py	/^    def test_output_file_compress(self, target_tar):$/;"	m	class:TestTarExt
test_output_gz_eqv	tests/test_output_args.py	/^def test_output_gz_eqv(sample_tex):$/;"	f
test_output_nontar	tests/test_output_args.py	/^def test_output_nontar(sample_tex):$/;"	f
test_pdflua	tests/test_latexmkopt.py	/^    def test_pdflua(self, basic_opts):$/;"	m	class:TestLatexmkOpts
test_print	tests/test_bash_completion.py	/^def test_print(capsys):$/;"	f
test_ps	tests/test_latexmkopt.py	/^    def test_ps(self, basic_opts):$/;"	m	class:TestLatexmkOpts
test_sol_default	tests/test_basic_latex.py	/^    def test_sol_default(self, default_target, default_tartex_obj, capsys, monkeypatch):$/;"	m	class:TestTarConflict
test_sol_newext	tests/test_basic_latex.py	/^    def test_sol_newext(self, default_tartex_obj, tmpdir, monkeypatch):$/;"	m	class:TestTarConflict
test_sol_newname_ok	tests/test_basic_latex.py	/^    def test_sol_newname_ok(self, default_target, default_tartex_obj, tmpdir, monkeypatch):$/;"	m	class:TestTarConflict
test_sol_newname_old	tests/test_basic_latex.py	/^    def test_sol_newname_old($/;"	m	class:TestTarConflict
test_sol_overwrite	tests/test_basic_latex.py	/^    def test_sol_overwrite(self, default_tartex_obj, monkeypatch):$/;"	m	class:TestTarConflict
test_sol_quit	tests/test_basic_latex.py	/^    def test_sol_quit(self, default_target, default_tartex_obj, capsys, monkeypatch):$/;"	m	class:TestTarConflict
test_tar	tests/test_multidir_latex.py	/^    def test_tar(self, src_files, multidir_tartex_obj):$/;"	m	class:TestMultiDir
test_taropts_conflict	tests/test_args.py	/^    def test_taropts_conflict(self, capsys, tar_opt1, tar_opt2):$/;"	m	class:TestArgs
test_tilde_exp	tests/test_output_args.py	/^def test_tilde_exp(sample_tex):$/;"	f
test_verbose_debug	tests/test_basic_latex.py	/^    def test_verbose_debug(self, datadir):$/;"	m	class:TestBasicLaTeX
test_version	tests/test_args.py	/^    def test_version(self, capsys):$/;"	m	class:TestArgs
