Information and discussion about graphics, figures & tables in LaTeX documents.
vrouvrou
Posts: 8 Joined: Sat Aug 27, 2016 7:05 pm
Post
by vrouvrou » Wed Sep 14, 2016 2:44 pm
Hello, Please how to do to draw this picture
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide : 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook : 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ : the first book about TikZ for perfect drawings in your LaTeX thesis
Stefan Kottwitz
Site Admin
Posts: 10348 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Wed Sep 14, 2016 7:44 pm
Which part of the drawing is the problem?
Do you have coordinates?
What is L? Do you have a context, what does this picture mean?
Stefan
LaTeX.org admin
vrouvrou
Posts: 8 Joined: Sat Aug 27, 2016 7:05 pm
Post
by vrouvrou » Wed Sep 14, 2016 9:05 pm
It represent the Orlisz space L_{\Phi}(\Omega)
and the space E_{\Phi}(\Omega)
where E_{\Phi}(\Omega)=\overline{L^{\infty}(\Omega)}
Stefan Kottwitz
Site Admin
Posts: 10348 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Wed Sep 14, 2016 9:14 pm
From where is that picture? I did not find it via google image search for Orlisz spaces.
Stefan
LaTeX.org admin
vrouvrou
Posts: 8 Joined: Sat Aug 27, 2016 7:05 pm
Post
by vrouvrou » Wed Sep 14, 2016 9:42 pm
It is from a Phd thesis
Stefan Kottwitz
Site Admin
Posts: 10348 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Wed Sep 14, 2016 9:54 pm
So if you need a copy from the picture fro that thesis, why don't you use a scan, a screenshot, whatever? I ask because it's not like creating a picture, but making a copy, that's not a programming or TeXing thing.
Stefan
LaTeX.org admin
vrouvrou
Posts: 8 Joined: Sat Aug 27, 2016 7:05 pm
Post
by vrouvrou » Wed Sep 14, 2016 10:04 pm
because i don't use the same symbole , i must change some idication on the picture
Stefan Kottwitz
Site Admin
Posts: 10348 Joined: Mon Mar 10, 2008 9:44 pm
Post
by Stefan Kottwitz » Wed Sep 14, 2016 10:20 pm
Is it a 3d image of a 2d space? Or a 2d thing that just looks like a projection? I just try to understand what the picture really means. What dashed and dotted lines are and if they are needed at all or just a pattern. If lines are parallel or orthogonal or if it doesn't matter. If something is 30 or 45 degrees or it doesn't matter.
Stefan
LaTeX.org admin
vrouvrou
Posts: 8 Joined: Sat Aug 27, 2016 7:05 pm
Post
by vrouvrou » Wed Sep 14, 2016 10:23 pm
in 2d , it is just like we do in class when the prof want to draw a space
and yes the lines must be paralel
vrouvrou
Posts: 8 Joined: Sat Aug 27, 2016 7:05 pm
Post
by vrouvrou » Wed Sep 14, 2016 11:30 pm
i begin by this
\usetikzlibrary{shapes,shapes.multipart}
\begin{tikzpicture}
\node [draw,trapezium,trapezium left angle=70,trapezium right angle=-70,minimum height=5cm] {};
\end{tikzpicture}