Marcelo Garlet Millani
Marcelo Garlet Millani
I think the standard solution for this problem is buffering. If you drop any frame (be it a keyframe or an inter frame), the image will look like garbage. The...
I think all .def should be kept in separate files, since they are often mutually exclusive. The .cls should be in separate files, since they correspond to different documents and...
> PS. This is a TeX class for a Brazilian university. For (mostly) brazilian students. Maintainers are (for what I know) all brazilians. OK that we worry about foreign students...
> I support "merging" the files, as suggested by kassick, such that for a thesis, one only has to copy two files (Latex class + Bibtex style) to the thesis...
Agora estou bastante ocupado, mas darei uma olhada no problema segunda-feira. Adicionar a palavra QUADRO deve ser fácil, mas alinhar os títulos provavelmente vai ser complicado.
Adicione o seguinte após as modificações do @kassick ``` \settocfeature[qd][1]{entryhook}{\quadroname\hspace{0.2em}} ``` Isso adiciona a palavra `quadro`, mas não arruma o alinhamento. Uma pergunta voltada aos desenvolvedores: sendo que as normas...
> Could you share your NixOS setup regarding the opengl setup? I think the only things opengl-related in my configuration are the following lines: hardware.opengl.driSupport32Bit = true; environment.systemPackages = [...
Sure, I can run further tests when you got something ready. Since this is my personal computer, I would rather not give anyone else access to it. (I'm sure you...
$ glxinfo | grep "OpenGL version string" OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.0.2 $ DRI_PRIME=1 glxinfo | grep "OpenGL version string" OpenGL version string: 4.6 (Compatibility Profile) Mesa...