Activity for AndréC

  • AndréC AndréC created ticket #120

    Can you document the `save path` and `use path` keys ?

  • AndréC AndréC created ticket #218

    bug with the `ybar interval stacked` key

  • AndréC AndréC created ticket #504

    TikZ matrix: most styles do not work with "row sep".

  • AndréC AndréC created ticket #494

    typographical error `use existing node`

  • AndréC AndréC modified a comment on discussion Help

    You can create the image with standalone class and then convert the pdf file with ImageMagick How can I use TikZ to make standalone (SVG) graphics? How to convert pdf file to image in latex file

  • AndréC AndréC posted a comment on discussion Help

    You can create the image with standalone class and then convert the pdf file with ImageMagick [How can I use TikZ to make standalone (SVG) graphics?](https://tex.stackexchange.com/questions/51757/how-can-i-use-tikz-to-make-standalone-svg-graphics/51766 How to convert pdf file to image in latex file

  • AndréC AndréC posted a comment on discussion Help

    See here : http://tug.ctan.org/info/visualtikz/VisualTikZ.pdf

  • AndréC AndréC modified a comment on ticket #108

    The advantage of the old intersection calculation system is that the intersection point calculation is performed via the resolution of a system by LaTeX itself. Therefore, there is no need to calculate the coordinates of this point manually or to enlarge the paths as you just did. As proof, I took your code by swapping \path and \draw. \documentclass[border=5mm]{standalone} \usepackage{tikz} \usetikzlibrary{intersections, calc} \begin{document} \begin{tikzpicture} \path(0,0) coordinate(A) -- (3,0)...

  • AndréC AndréC modified a comment on ticket #108

    The advantage of the old intersection calculation system is that the intersection point calculation is performed via the resolution of a system by LaTeX itself. Therefore, there is no need to calculate the coordinates of this point manually or to enlarge the paths as you just did. As proof, I took your code by swapping \path and \draw. \documentclass[border=5mm]{standalone} \usepackage{tikz} \usetikzlibrary{intersections, calc} \begin{document} \begin{tikzpicture} \path(0,0) coordinate(A) -- (3,0)...

  • AndréC AndréC posted a comment on ticket #108

    The advantage of the old intersection calculation system is that the intersection point calculation is performed via the resolution of a system by LaTeX itself. Therefore, there is no need to calculate the coordinates of this point manually or to enlarge the paths as you just did. As proof, I took your code by swapping \path and \draw. \documentclass[border=5mm]{standalone} \usepackage{tikz} \usetikzlibrary{intersections, calc} \begin{document} \begin{tikzpicture} \path(0,0) coordinate(A) -- (3,0)...

  • AndréC AndréC modified a comment on ticket #108

    Which is very practical because it allows to solve a system of 2 equations to 2 unknown and thus to find the intersection of 2 straight lines whose intersection is not visible. This is not possible with the intersection library (section 13.3.2 of manual 3.0.1a). For example, we can calculate the intersection of two lines that do not intersect on the figure, like this: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw(0,0)coordinate(A)--(3,0)coordinate(B); \draw(0,2)--(3,1);...

  • AndréC AndréC modified a comment on ticket #108

    Which is very practical because it allows to solve a system of 2 equations to 2 unknown and thus to find the intersection of 2 straight lines whose intersection is not visible. This is not possible with the intersection library (section 13.3.2 of manual 3.0.1a). For example, we can calculate the intersection of two lines that do not intersect on the figure, like this: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw(0,0)coordinate(A)--(3,0)coordinate(B); \draw(0,2)--(3,1);...

  • AndréC AndréC modified a comment on ticket #108

    Which is very practical because it allows to solve a system of 2 equations to 2 unknown and thus to find the intersection of 2 straight lines whose intersection is not visible. This is not possible with the intersection library (section 13.3.2 of manual 3.0.1a). For example, we can calculate the intersection of two lines that do not intersect on the figure, like this: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw(0,0)coordinate(A)--(3,0)coordinate(B); \draw(0,2)--(3,1);...

  • AndréC AndréC modified a comment on ticket #108

    Which is very practical because it allows to solve a system of 2 equations to 2 unknown and thus to find the intersection of 2 straight lines whose intersection is not visible. This is not possible with the intersection library (section 13.3.2 of manual 3.0.1a). For example, we can calculate the intersection of two lines that do not intersect on the figure, like this: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw(0,0)coordinate(A)--(3,0)coordinate(B); \draw(0,2)--(3,1);...

  • AndréC AndréC posted a comment on ticket #108

    Which is very practical because it allows to solve a system of 2 equations to 2 unknown and thus to find the intersection of 2 straight lines whose intersection is not visible. This is not possible with the intersection library (section 13.3.2 of manual 3.0.1a). For example, we can calculate the intersection of two lines that do not intersect on the figure, like this: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw(0,0)coordinate(A)--(3,0)coordinate(B); \draw(0,2)--(3,1);...

  • AndréC AndréC modified a comment on discussion Open Discussion

    Indeed, on source forge, it is distributed with CVS and it is indicated this : SourceForge only supports readonly access to CVS now. For more information see our blog post about decommissioning CVS commit support. If you are a project admin, you can convert your repository to SVN or Git with these instructions. CVS Repository: Code So, what is the future of pgf tikz?

  • AndréC AndréC posted a comment on discussion Open Discussion

    Indeed, on source forge, it is distributed with CVS and it is indicated this : SourceForge only supports readonly access to CVS now. For more information see our blog post about decommissioning CVS commit support. If you are a project admin, you can convert your repository to SVN or Git with these instructions. CVS Repository: Code So, what is the future of pgf tikz?

  • AndréC AndréC posted a comment on discussion Help

    I just compiled with the -noV option and the error is still there. I simplified the asymptote code and the error is still there. I noticed that if I compile the asy file from Texmaker with the asymptote command, the compilation works. But on the windows command line, the error is still there.

  • AndréC AndréC modified a comment on discussion Help

    The new 6400 version of MikTeX now includes asymptote. When I compile the code below on the command line, I get this error: C:\Program Files\MiKTeX 2.9/asymptote/three.asy: 2905.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile import three; currentlight=nolight; settings.tex="latex"; // Moteur LaTeX utilisé pour la compilation (latex, pdflatex, ...) settings.outformat="pdf"; // Format de sortie ; eps par défaut settings.prc=true; // Format PRC...

  • AndréC AndréC posted a comment on discussion Help

    The new 6400 version of MikTeX now includes asymptote. When I compile the code below on the command line, I get this error: C:\Program Files\MiKTeX 2.9/asymptote/three.asy: 2905.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile import three; currentprojection =orthographic((5,2,3)); currentlight=nolight; settings.tex="latex"; // Moteur LaTeX utilisé pour la compilation (latex, pdflatex, ...) settings.outformat="pdf"; // Format de sortie ; eps...

  • AndréC AndréC created ticket #108

    Add Intersection coordinate system documentation

  • AndréC AndréC posted a comment on ticket #346

    Hi, Thank you for including Asymptote in the new version of MikTeX, I am reporting an error. When I compile from a command prompt, (powershell on windows 10) the code below that produces a playable dice with the mouse directly I have the following error: MiKTeX 2.9/asymptote/three.asy: 2905.13: runtime: to support onscreen rendering, please install glut library, run ./configure, and recompile But when I compile the same document included in a Tex file with the compilation Pdflatex-> Asymptote-Pdflatex,...

  • AndréC AndréC created ticket #56

    Can you add the ability to create OCG layers?

  • AndréC AndréC created ticket #346

    Include Asymptote

  • AndréC AndréC modified a comment on ticket #1189

    The magnification factor of my OS is already 250%. But this does not allow to enlarge...

  • AndréC AndréC posted a comment on ticket #1189

    The magnification factor of my OS is already 250%. But this does not allow to enlarge...

  • AndréC AndréC posted a comment on ticket #1189

    Sorry about the bad looks of screenshots. Here are links to these images on their...

  • AndréC AndréC created ticket #1189

    Readability on 4K (ultra HD) 15.6-inch notebook screens

  • AndréC AndréC modified a comment on ticket #1087

    Hello, First, thanks you for these very nice LaTeX editor. The current scaling setting...

  • AndréC AndréC modified a comment on ticket #1087

    Hello, First, thanks you for these very nice LaTeX editor. The current scaling setting...

  • AndréC AndréC modified a comment on ticket #1087

    Hello, The current scaling setting works partially. I have maximized from the window...

  • AndréC AndréC modified a comment on ticket #1087

    Hello, The current scaling setting works partially. I have maximized from the window...

  • AndréC AndréC modified a comment on ticket #1087

    Hello, The current scaling setting works partially. I have maximized from the window...

  • AndréC AndréC posted a comment on ticket #1087

    Hello, The current scaling setting works partially. I have maximized from the window...

1
MongoDB Logo MongoDB