Search found 23 matches

by Tran Van Toan
Mon Aug 06, 2018 5:59 pm
Forum: General
Topic: How can I choose type of points?
Replies: 2
Views: 8029

How can I choose type of points?

Thank you very much.
by Tran Van Toan
Thu Aug 02, 2018 6:19 pm
Forum: General
Topic: How can I choose type of points?
Replies: 2
Views: 8029

How can I choose type of points?

How can I get type of points like this picture?
My code
\documentclass[border=1.5mm,12pt]{standalone}
\usepackage{fouriernc}
\usepackage{tkz-euclide,amsmath}
\usetkzobj{all}
\begin{document}
\begin{tikzpicture}[line join=round]
\def\a{3}
\tkzDefPoint(0,0){A}
\tkzDefPoint(\a,0){B}
\tkzDefPoint(\a,\a ...
by Tran Van Toan
Thu May 03, 2018 1:01 pm
Forum: General
Topic: How can I use \foreach to reduce this lines?
Replies: 2
Views: 3510

How can I use \foreach to reduce this lines?

Thank you very much.
by Tran Van Toan
Thu May 03, 2018 10:37 am
Forum: General
Topic: How can I use \foreach to reduce this lines?
Replies: 2
Views: 3510

How can I use \foreach to reduce this lines?

I have a code
\documentclass[border=2mm,12pt]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning,intersections,calc}
\usepackage{fouriernc}
\usepackage{tkz-euclide}
\usetkzobj{all}
\usetikzlibrary{shadings}
\begin{document}
\begin{tikzpicture}
\def\h{4}
\def\b{2}
\def\c{5}
\coordinate (A) at ...
by Tran Van Toan
Fri Apr 20, 2018 9:50 am
Forum: General
Topic: How can I remove white space after this picture?
Replies: 2
Views: 8184

How can I remove white space after this picture?

I posted my question at here https://tex.stackexchange.com/questions ... 863_427552 and got the answer. just add the option /tikz/overlay to the two \tkzDefLine[parallel..]
by Tran Van Toan
Thu Apr 19, 2018 7:53 am
Forum: General
Topic: How can I remove white space after this picture?
Replies: 2
Views: 8184

How can I remove white space after this picture?

I don't know how to remove white space after this picture. And this is my code.
\documentclass[border=1mm,12pt]{standalone}
\usepackage{fouriernc}
\usepackage{tkz-euclide,amsmath}
\usetkzobj{all}
%\tikzset{hidden/.style = {thin, dotted}}
\tikzset{hidden/.style = {thick, dashed}}
\tkzSetUpPoint[size ...
by Tran Van Toan
Sat Nov 18, 2017 4:18 pm
Forum: General
Topic: How can I reduce my code?
Replies: 8
Views: 6363

How can I reduce my code?

Thank you very much.
by Tran Van Toan
Sat Nov 18, 2017 6:18 am
Forum: General
Topic: How can I reduce my code?
Replies: 8
Views: 6363

How can I reduce my code?

Thank you for all your helps. I repaired my code and got the same results.
Please comment my code. I need all comments.
A big problem is how to write a marco to draw style of line (dashed, not dashed) automatically. I can not solve this question by myselt.
This is solved by hand.

\foreach \i in ...
by Tran Van Toan
Fri Nov 17, 2017 6:11 pm
Forum: General
Topic: How can I reduce my code?
Replies: 8
Views: 6363

How can I reduce my code?

Thank you very much. I still a small problem:
How can I reduce this command

Code: Select all

\draw[dashed] (\Alph{1}) -- (\Alph{2})-- (\Alph{3}) -- (\Alph{4})--(\Alph{5}) -- (\Alph{6})-- (\Alph{7}) -- (\Alph{8})--(\Alph{9}) -- (\Alph{10})--cycle;
by Tran Van Toan
Tue Nov 14, 2017 11:33 am
Forum: General
Topic: How can I reduce my code?
Replies: 8
Views: 6363

How can I reduce my code?

Thank you very much.