I am trying to automate this:
I found this tip which provides the small caps (cool!) but not the bold first letter. The "bold first letter" answers I found were too convoluted for me to use them with what I already found. Can someone help me out?
\documentclass{article}
\providecommand\newthought[1]{%
\addvspace{1.0\baselineskip plus 0.5ex minus 0.2ex}%
\noindent\textsc{#1} % small caps text out
}
\begin{document}
\newthought{\textbf{W}hat you see here} a new thought.
\end{document}




Wis the same withinscor outside it. – Sigur Jan 19 '16 at 23:52