Find/Replace italics

Former Member
Former Member

Hi guys, being relatively new to Trados, I struggle to italicise every occurrence of a word/expression in Trados. For example, how do I italicise each and every occurrence of "in vitro" in all target segments?

Many thanks in advance!

Christophe

emoji
Parents Reply
  •  

    If Paul’s suggestion is not enough and you still need to do it in Trados Studio, I’d filter by all the strings that need to be italicised. To do so, use the Display Advanced Filter:

    Trados Studio Advanced Display Filter 2.0 dialog box showing a regular expression filter for text 'in vitro', 'in vivo', 'in situ' in the Target field.

    Just create a regex separating each instance you wish to italicise by a pipe symbol (|) and all the expression surrounded by brackets. In the example above: (in vitro|in vivo|in situ)

    Tick the Regular Expression checkbox and click on Apply Filter. Then manually select the text in Target segment and press CTRL+I to apply italics.

    This is the safest way and the recommended way if tehre are just a few instances to be italised.

    If you know how to use the Toolkit plugin, you can apply this replace all procedure:

    Target search:

    in vitro

    Replace with:

    <g id="Italic">in vitro</g>

    Disclaimer: I've tested that it works with a dummy document, but please test it yourself and always work with a backup SDXLIFF. A typo in the Replace with string and you may not be able to open that XLIFF file again in Trados Studio.

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 3:18 PM (GMT 0) on 1 Mar 2024]
Children