大きな文書の目次を持つラテックス生成の.tocファイルがあります。 TOCを(github-)マークダウンリストに抽出したいと思います。パンドックとラテックスの.tocファイルのマークダウンの目次を生成する
私は
\contentsline {chapter}{\numberline {1}Introduction}{1}{chapter.1}
\contentsline {section}{\numberline {1.1}Aim and Motivation}{1}{section.1.1}
\contentsline {section}{\numberline {1.2}State of the art}{1}{section.1.2}
\contentsline {section}{\numberline {1.3}Outline}{1}{section.1.3}
\contentsline {chapter}{\numberline {2}Fundamentals}{2}{chapter.2}
...
私の.tocファイルにあります。
そしてこの
1. Introduction
1.1. Aim and Motivation
1.2. State-of-the-art
1.3. Outline
2. Fundamentals
別の代替のようなものを取得したいと思い、直接TEX-ファイルのうち、(コンテンツなし)この情報を抽出することであろう。しかし、私はこれを働かせることができませんでした、そして、私はまた、エラーが起こりやすいと思っています。
提案がありますか?