Search found 17 matches

by quickq
Mon Oct 18, 2010 3:32 am
Forum: Text Formatting
Topic: what is the italic equivalent of bfseries?
Replies: 1
Views: 33214

what is the italic equivalent of bfseries?

where I currently have:

Code: Select all

Code, edit and compile here:
titleformat{\subsubsection}[runin]
{\normalfont\bfseries}
...
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I'd like to try italics, but my guesses \emph, \textit etc don't work. What should I change \bfseries to, to get italics instead?
by quickq
Mon Oct 18, 2010 1:45 am
Forum: Text Formatting
Topic: temporarily get normal subsection after redefining?
Replies: 3
Views: 2188

Re: temporarily get normal subsection after redefining?

Hi,

Thank you. This might be obvious but - how did you know what the standard options were?
by quickq
Sun Oct 17, 2010 11:14 pm
Forum: Text Formatting
Topic: how would you typeset Q and A?
Replies: 3
Views: 11024

how would you typeset Q and A?

Thanks man! I'm going to use a version of your environment, but first I want to figure it out a single time, without the environment.

What I have so far is:

\subsection{Q. Are you serious man?}
\hspace*{2.5em}\textbf{A.} Dead serious. Ask us.

where the hspace is a HORRIBLE hack, that doesn't ...
by quickq
Sun Oct 17, 2010 8:34 pm
Forum: Text Formatting
Topic: how would you typeset Q and A?
Replies: 3
Views: 11024

how would you typeset Q and A?

I have Q&A section with the typical bold Q and bold question then newline and bold A and the answer. I'm a beginner at LaTeX and was wondering if there were a way to separate this formatting better logically? (I mean so that I don't physically apply formatting to every question and answer, but ...
by quickq
Sun Oct 17, 2010 8:08 pm
Forum: Text Formatting
Topic: temporarily get normal subsection after redefining?
Replies: 3
Views: 2188

temporarily get normal subsection after redefining?

Hi,
I redefined the style of subsection with titlesec package and giving \titleformat and \titlespacing commands. Is there a way I can use original style of subsection in a few particular instances? I tried to read the titlesec documentation but did not see how to do this... thank you.
by quickq
Sun Oct 17, 2010 7:39 pm
Forum: General
Topic: How do I suppress newline after a subsection heading?
Replies: 11
Views: 30312

How do I suppress newline after a subsection heading?

You're absolutely right. It is, semantically speaking, not a quotation. Instead, it is a visual grouping of subsections that go together very very strongly (specifically, they are a part of a proof, but the proof is not expressed symbolically but in paragraph form.

I currently have

\titleformat ...
by quickq
Fri Oct 15, 2010 8:14 pm
Forum: MiKTeX and proTeXt
Topic: how do I install a pacakge that isn't in the Package Manager
Replies: 2
Views: 3435

Re: how do I install a pacakge that isn't in the Package Man

thanks, this wasn't clear from some documentation I was reading that required it. oops. Thanks, all good now.
by quickq
Fri Oct 15, 2010 7:57 pm
Forum: General
Topic: How do I suppress newline after a subsection heading?
Replies: 11
Views: 30312

How do I suppress newline after a subsection heading?

Well, this seems, empirically, to have the same effect as "quote":

Code: Select all

Code, edit and compile here:
\begin{center}
\begin{minipage}[]{0.85\linewidth}
...
\end{center}
\end{minipage}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
(except it actually works for what I'm doing) so I guess it'll have to do...
by quickq
Fri Oct 15, 2010 6:55 pm
Forum: MiKTeX and proTeXt
Topic: how do I install a pacakge that isn't in the Package Manager
Replies: 2
Views: 3435

how do I install a pacakge that isn't in the Package Manager

I downloaded a the archive file for everyshi from here:
http://www.ctan.org/tex-archive/help/Catalogue/entries/everyshi.html
since everyshi is not listed in the package manager.

Then I made a directory called c:\special_miktex_packages

Then the required byzantine C:\Local TeX Files\tex\latex\misc ...
by quickq
Fri Oct 15, 2010 6:13 pm
Forum: General
Topic: How do I suppress newline after a subsection heading?
Replies: 11
Views: 30312

How do I suppress newline after a subsection heading?

I'm sorry I haven't been reading all the documentation. I just learned latex three and a half days ago, and for the past three days have been doing nothing but formatting my article, without any regard for the content. It is really hard for me to understand documentation because I don't have my head ...