Questions tagged [mcf2graph]
The mcf2graph tag has no summary.
3 questions
3 votes
1 answer
347 views
mcf2graph package: a minimal working code
I am trying to compile a minimal document using the mcf2graph package with XeLaTeX/LuaLaTeX: \documentclass[border=10mm]{standalone} \usepackage{mcf2graph} \begin{document} \end{document} ! LaTeX ...
2 votes
2 answers
150 views
Same outputs with chemfig instead of mcf2graph for chemical structure
I know that the mcf2graph package allows for creating chemical structure diagrams by converting MCF files to graphic files using METAPOST. However, I am not very familiar with METAPOST, and I really ...
2 votes
1 answer
89 views
mcf2graph.mp not found (TeXlive)
I tried to use mcf2graph with metapost but I get the following error: ! I can't open file `mcf2graph'. l.1 input mcf2graph ; with the following code: input mcf2graph; sw_output:=Fig;...