BookmarkSubscribeRSS Feed
bnawrocki
Quartz | Level 8

I bolded a couple words in my ODS TEXT statement, but the spacing in front of the second bolded word is larger than the spacing between other words in my text in the PDF file that I write to.

 

Here's my code:

%let InfTop1 = Rhinovirus;
%let InfTop2 = Parainfluenza;

ods text = "^{unicode 25cf} ^{style[font_weight=bold]&InfTop1} was the most frequently identified respiratory viral pathogen followed by ^{style[font_weight=bold]&InfTop2}.";

And here's my output (attached) in the PDF. The space before the word Parainfluenza is about twice as large as the spaces between the other words on the line. Any suggestions on how to fix this?

 

 


Capture.PNG
4 REPLIES 4
ballardw
Super User

Try not putting spaces between the style definitions and the actual text. You are applying the style to the SPACE and a bolded space takes up more room than non-bold. You may also be getting a space after the unicode character

bnawrocki
Quartz | Level 8

Yes, I already tried that, and it didn't make any difference.

ballardw
Super User

Which PDF viewer are you using?

When I run your code and look at it with Adoby Acrobat Pro DC or PDF Exchange editor I actually don't see any space before the Parainfluenza text.

bnawrocki
Quartz | Level 8

I'm just using Adobe Reader. Perhaps it's a bug in Adobe Reader.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 2379 views
  • 0 likes
  • 2 in conversation