Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. documentclass[border=2pt]{standalone}
  2.  
  3. usepackage{newtxtext,newtxmath}
  4. usepackage{listings}
  5.  
  6. lstset{language=SQL,basicstyle=ttfamily,keywordstyle=bfseries, showspaces=false,showstringspaces=false, morekeywords={*,IF,DEFINE,OPTIONS, SERVER, MENTIONS, SUCH THAT}, deletekeywords={domain}, mathescape=true, aboveskip=0pt, belowskip=6pt}
  7.  
  8. begin{document}
  9. begin{lstlisting}
  10. FROM Relation SUCH THAT domain-condition
  11. end{lstlisting}
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement