Search found 2 matches

by mhden
Sat Mar 06, 2021 10:39 pm
Forum: Text Formatting
Topic: Forcing Latin charcters within listings
Replies: 1
Views: 2101

Forcing Latin charcters within listings

I found the solution i just had to add

\selectlanguage{english}

before the /begin listing

and

\selectlanguage{greek}

after .
by mhden
Sat Mar 06, 2021 10:09 pm
Forum: Text Formatting
Topic: Forcing Latin charcters within listings
Replies: 1
Views: 2101

Forcing Latin charcters within listings

Hello i am having a problem with my code , i am trying to use lstlisting to shpw some Javascript code that is used
in ReactNative

\begin{lstlisting}[style=htmlcssjs]

import * as React from 'react';
import {StyleSheet, View, Text,Image, Button,TextInput, CheckBox,KeyboardAvoidingView, Alert} from ...