<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cli.git/cli, branch generate-latex</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/'/>
<entry>
<title>Add support for LaTeX output.</title>
<updated>2019-03-14T18:53:02+00:00</updated>
<author>
<name>Matthew Krupcale</name>
<email>mkrupcale@matthewkrupcale.com</email>
</author>
<published>2019-03-10T02:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=eb6df5fd19436dfff69c433befca47c47067b909'/>
<id>eb6df5fd19436dfff69c433befca47c47067b909</id>
<content type='text'>
 * cli/content.cxx: Handle LaTeX generation in format_line and format for escaped and un-escaped CLI translated input.
 * cli/context.hxx: Add ot_latex to output_type enum.
 * cli/generator.cxx: Include LaTeX output if gen_latex is specified.
 * cli/latex.{cxx,hxx}: LaTeX output generation: LaTeX escapes, line-wrapping, and doc, option, class_ traversal
 * cli/options.{cli,cxx,hxx,ixx}: Add LaTeX generation options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * cli/content.cxx: Handle LaTeX generation in format_line and format for escaped and un-escaped CLI translated input.
 * cli/context.hxx: Add ot_latex to output_type enum.
 * cli/generator.cxx: Include LaTeX output if gen_latex is specified.
 * cli/latex.{cxx,hxx}: LaTeX output generation: LaTeX escapes, line-wrapping, and doc, option, class_ traversal
 * cli/options.{cli,cxx,hxx,ixx}: Add LaTeX generation options
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2019-01-16T18:16:35+00:00</updated>
<author>
<name>Karen Arutyunov</name>
<email>karen@codesynthesis.com</email>
</author>
<published>2019-01-16T18:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=c994c25720606157ba5de25f1edb3ce72f5ac8b7'/>
<id>c994c25720606157ba5de25f1edb3ce72f5ac8b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape more line-leading characters in man output</title>
<updated>2018-11-20T13:53:00+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2018-11-20T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=49e1a3e6c7b756763e6a7d2f1ea33d23a5c9da04'/>
<id>49e1a3e6c7b756763e6a7d2f1ea33d23a5c9da04</id>
<content type='text'>
Failed that, groff will treat them as macros/special.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failed that, groff will treat them as macros/special.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace libu with libue in buildfiles</title>
<updated>2018-09-10T12:30:53+00:00</updated>
<author>
<name>Karen Arutyunov</name>
<email>karen@codesynthesis.com</email>
</author>
<published>2018-09-10T12:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=a0e6443e1906fd0112cda8cd6fbcec2329a7a253'/>
<id>a0e6443e1906fd0112cda8cd6fbcec2329a7a253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize \\ escape sequence in pre-formatted fragments</title>
<updated>2018-09-03T11:11:19+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2018-09-03T11:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=d8a711532a5838d383983ef249e05803b98bebe6'/>
<id>d8a711532a5838d383983ef249e05803b98bebe6</id>
<content type='text'>
Without this there were no way to correctly represent this sequence:

\
\\\"
\
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this there were no way to correctly represent this sequence:

\
\\\"
\
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow lists inside notes for HTML output</title>
<updated>2018-08-02T09:14:51+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2018-08-02T09:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=71a4ae83803d7df28e7179cb09f8cf369cb8bfc9'/>
<id>71a4ae83803d7df28e7179cb09f8cf369cb8bfc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional message to invalid_option exception</title>
<updated>2018-07-07T08:46:25+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2018-07-07T08:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=30e436bba66673e17728e3ba3291b58dd16c1696'/>
<id>30e436bba66673e17728e3ba3291b58dd16c1696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for use with bdep</title>
<updated>2018-05-23T12:10:53+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2018-05-23T12:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=5e7e9bed6e73ff246919a2d400fb1466619f7abe'/>
<id>5e7e9bed6e73ff246919a2d400fb1466619f7abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ubsan errors</title>
<updated>2018-05-23T08:46:35+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2018-05-23T08:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=038b1acfabf6541b3ea0327d928451bec4aff844'/>
<id>038b1acfabf6541b3ea0327d928451bec4aff844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-05-21T08:58:06+00:00</updated>
<author>
<name>Karen Arutyunov</name>
<email>karen@codesynthesis.com</email>
</author>
<published>2018-05-21T08:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=a34d2bb1f5f3fc5c533b8440ac78fdd0a55775ea'/>
<id>a34d2bb1f5f3fc5c533b8440ac78fdd0a55775ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
