\documentclass[portuges,a4paper]{article} \usepackage{babel} %\usepackage{ucs} \usepackage{wasysym} \usepackage[mathletters]{ucs} \usepackage[utf8x]{inputenc} \usepackage{graphicx} \usepackage{attachfile} \usepackage{fancyvrb} \usepackage[T1]{fontenc} \begin{document} \title{Zbr Tex importer} \author{José João Dias de Almeida} \date{\today} \maketitle inicio antes do abc \begin{inline_abc}{_midi} X: 1 M: 2/4 K: C Q: 1/4=80 L: 1/8 CDEz| w:e-ra uma \end{inline_abc} \begin{inline_abc} X: 1 M: 2/4 K: C Q: 1/4=80 L: 1/8 CDEz| w:e-ra uma \end{inline_abc} \begin{inline_dtd}{frame=lines} ]> \end{inline_dtd} Fim do abc Ponto intermédio Antes do dot \begin{inline_dot}{_rankdir=LR,scale=0.5} digraph{ a-> c; c-> c; c-> d; } \end{inline_dot} \begin{inline_dot}{scale=0.8} digraph{ a-> c; c-> c; c-> d; } \end{inline_dot} \begin{inline_dot}{scale=0.4} digraph{ a-> c; c-> c; c-> d; } \end{inline_dot} depois do dot svg: \include_svg{avos.svg} fim \begin{inline_gram} a : b s d | f ; b : b x | ; \end{inline_gram} \begin{inline_gnuplot} set title "Título geral" set xlabel "Threads" set ylabel "time (seconds)" unset key # retira legenda da curva show xlabel show ylabel set xrange [0:] set yrange [0:] plot "-" using 1:2 with linespoints pt 7 0 100 1 110 2 80 4 50 10 40 20 50 40 20 e \end{inline_gnuplot} \end{document}