Search found 3 matches
- 2019-06-12T13:57:32-07:00
- Forum: Users
- Topic: Lower half of tikzcd images truncated by convert
- Replies: 4
- Views: 5655
Re: Lower half of tikzcd images truncated by convert
Thanks, you're right that the bounding box was responsible! (I'll try to figure out why dvips -E gives incorrect bounds)
- 2019-06-12T10:44:00-07:00
- Forum: Users
- Topic: Lower half of tikzcd images truncated by convert
- Replies: 4
- Views: 5655
Re: Lower half of tikzcd images truncated by convert
Unfortunately brew does not seem to have older versions of ghostscript available. Here is a link to the .ps file content https://pastebin.com/tPn57Z5m. Thanks!
- 2019-06-12T01:22:18-07:00
- Forum: Users
- Topic: Lower half of tikzcd images truncated by convert
- Replies: 4
- Views: 5655
Lower half of tikzcd images truncated by convert
Hi, I have many small LaTeX diagrams which I can accurately convert to .ps files (an example below) \documentclass[12pt]{article} \pagestyle{empty} \usepackage{amsmath}\usepackage{mathtools}\usepackage{amssymb}\usepackage{mathrsfs}\usepackage{tikz-cd}\usepackage{tikz}\begin{document} \begin ...