4

I have a pdf document made in latex. I have to make a new document following the same template but I only have the pdf, not the source .tex file.

Some important words/sentences are "boldly emphasized" but I don't know which command I have to use to do this. (not with the \emph cmd)

Example

An example can be found in the image above (launchRiskEstimation, sensorData and receivedAt)

Guido
  • 30,740

1 Answers1

3

Still, it would be great to make some “semantic” command like \emph, for instance \DeclareTextFontCommand\code{\ttfamily\mdseries\upshape}, and then use \code{whatever}.

Manuel
  • 27,118