My preamble in Jupyter is:
%reset
import numpy as np
from sympy import *
from sympy.physics.quantum import Commutator, Dagger, Operator
from sympy.vector import CoordSys3D
import matplotlib.pyplot as plt
from sympy.interactive import printing
printing.init_printing(use_latex = True)
How do I print the following string in latex form? I crucially do not want the order of the terms within the string to change.
'\\mathbf{R}_B \\cdot j'