1,678 reputation
528
bio website damanafshan.ir
location Kermanshah, Iran
age
visits member for 2 years, 10 months
seen Mar 27 at 14:57
stats profile views 252

I am an instructor of mathematics at the department of basic sciences of Kermanshah University of Technology, Kermanshah, Iran.

One of my interests is typesetting with Latex. For more information about me, feel free to see my homepage.


May
22
awarded  Nice Question
May
7
awarded  Popular Question
Apr
13
awarded  Nice Question
Mar
15
comment Producing \right and \left not related
There is a typo in your code: decument instead of document.
Mar
15
awarded  Critic
Mar
14
answered How to create a three column header with multiple rows on sides and Huge text in the middle
Mar
14
comment How to create a three column header with multiple rows on sides and Huge text in the middle
Which document class are you using? Do you want this header for all pages of your document or just for even/odd pages?
Mar
12
answered How to change spacing between columns for just one page in the document
Mar
12
comment How to change spacing between columns for just one page in the document
What do you mean by "I wasn't able to"? Could you please provide us with a MWE?
Mar
10
answered How do you reference (in your document) enumerated items listed in your reference list?
Mar
9
comment picinpar in list environment
I want to know the solution of this problem, too. Any help?
Mar
5
accepted How to color the region between two curves with two different colors?
Mar
5
asked How to color the region between two curves with two different colors?
Mar
5
comment How to make these two graphs similar?
@MarcvanDongen +1 for the great tip! thanks.
Mar
5
accepted How to make these two graphs similar?
Mar
5
asked How to make these two graphs similar?
Mar
4
accepted How to color this region produced by tikz?
Mar
4
comment How to color this region produced by tikz?
@user2553 A problem: when using your code, I get extra spaces above and below the graph, but If I delete \begin{scope} \clip(-1,-5)rectangle(4.2,5); \clip (-1.5,.5) to [out=300,in=180] (-.5,-.5) to [out=0,in=180] (3,2.5) to [out=360,in=140] (4.5,2) --++(0,-5)--(-1,-5)--cycle; \fill[red] (-1.5,-1.5) to [out=350,in=240] (4.5,1)--++(0,5)--(-1,5)--cycle; \end{scope}, everything will be OK. I'm aware of \vspace{...}, but I want to know the correct way to solve this issue.
Mar
4
comment How to color this region produced by tikz?
@user2553 thanks for your update. Could you please explain what scope and clip do?
Mar
4
comment How to color this region produced by tikz?
@user2553 Thanks for your reply, but I want to color the region like the picture above (I added a picture).