Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figura em tikz com tamanho desproporcional #401

Open
simas0 opened this issue Mar 8, 2018 · 2 comments
Open

Figura em tikz com tamanho desproporcional #401

simas0 opened this issue Mar 8, 2018 · 2 comments

Comments

@simas0
Copy link
Collaborator

simas0 commented Mar 8, 2018

https://www.umlivroaberto.org/BookCloud/Volume_1/master/view/GE101-1B

A figura abaixo
image

foi feita em tikz na plataforma com o código

.. tikz:: Comutatividade da soma de dois vetores
   
   \draw (-.5,-2) rectangle (3.5,2.5);
   \draw[-latex, thick, blue] (1.1,-1.5) -- (3.1,.5);
   \draw[-latex, thick, blue] (0,0) -- (1.1,-1.5);   
   \draw[-latex,very thick, red] (0,0) -- (3.1,.5);
   \node[below] at (2.1,-.5) {$\vec{k}$};
   \node[below] at (.55,-.75) {$\vec{v}$};
   \node[above] at (1.55,.25) {$\vec{v}+\vec{u}$};

muito parecido com o que estávamos usando antes, mas ela ficou enorme. Inclusive as legendas na figura estão desproporcionais com as letras do texto. O mesmo não aconteceu em outras figuras, até onde eu sei.

@augustoteixeira
Copy link
Collaborator

Acho que resolveu.

@simas0
Copy link
Collaborator Author

simas0 commented Jul 6, 2018

A solução ainda não está estável. Redimensionei uma figura que estava saindo da página do HTML e funcionou bem com as fonte. Mas na segunda figura em que fui fazer isso, veja o que aconteceu.

image

https://www.umlivroaberto.org/BookCloud/Volume_1/master/view/GE101-1B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants