Latex: cite a chapter in a book without parentheses [closed] - latex

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I want to cite a chapter in a book like this:
see ABC (2008, Chapter2-3)
So I tried
see \cite[Chapter~2-3]{ABC08}
but it appears
see (ABC, 2008, Chapter2-3)
How can I fix it?
Thanks.

OK I know now.
I should use \citet instead of \cite!

Related

iOS Developers - Are you using autolayout? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I tried to really learn it but it's the most frustrating interface I've ever used in my life. I understand the concepts but positioning things just where I want them is very difficult. So, are you guys using it?
Yes, it's extremely hard to grasp at first but it's a wonderful tool.

Drawing Alphabets (using bezier curves) with my finger in iOS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm trying how to Generate Alphabets using Bezier Curves in iOS based on user input. Are there any existing classes for this? Can someone give me a general summary of what would be required? I just need help getting started.
Use this tutorial may be this will help you...
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_freehand-drawing/

How to create custom calendar like this in ios [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have tried it doing with different calendar libraries out there.But its not working for me.
please suggest something to overcome this issue
The calendar View I want to show is given here.
I have made this sliding menu
https://github.com/bishalg/SliderMenu
Looks like it has exact slider menu as per your need.

How to write apostrophe after s in latex [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have tried \' or $'$ but the apostrophe after s does not appear in Latex. Do you know how can I do it?
What do you mean? Both kinds of apostrophes (sorry if that's not the correct typographical name) show up in both normal and math mode. (Not an answer, but typesetting needed for question.)
\documentclass{article}
\begin{document}
A'B'C
A`B`C
$A'B'C$
$A`B`C$
\end{document}
(This would perhaps be a better question on the TeX stackexchange group.)

How do I force a page break in plain TeX? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My apologies if this seems like a very newb question, but my attempts at directly googling for this seems to suffer a great deal of interference from TeX help pages, and I do not have a TeX reference book handy.
I borrowed a book from a classmate, it seems this works reasonably well for me.
\vfil \break
\clearpage should do the trick, even if figures or tables are included.

Resources