I want to use the XeLaTeX logo in HTML pages. I found the answer to a similar question regarding the LaTeX logo here: Is there CSS for typesetting the LaTeX logo in HTML?, but the XeLaTeX logo involves a mirrored E. Is there a trick to get this too?
Is there CSS for typesetting the XeLaTeX logo in HTML?
976 Views Asked by Stefan Müller At
1
There are 1 best solutions below
Related Questions in CSS
- CSS Class is not applying to element (border width,color,and style attributes)
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
- Positioning child at bottom of parent with scroll
- Play multiple audio files in a slider
- How to set text over image?
- Website zoomed out on Android default browser
- Writing/Overwriting to specific XML file from ASP.NET code behind
- My navbar is not expanding after collapse
- when a checkbox is checked how to display a different hidden element using javascript
- Gaps Vertically Using Dividers
- CSS: Preventing a property to affect on element until the end of transition
- Polygon Button with pure CSS
- transform-origin doesnt apply in safari
- show/hide multiple div tags at once and change the size of the remaining div tag
- Mask the image/maps/div (circle) using css and jquery
Related Questions in LATEX
- Cannot get the table that I need in latex
- Mathematics not working when converting from LaTeX to docx (through markdown) using pandoc
- Why reflectbox doesn't work when pdflatex is called with the dvips option of graphicx package
- os.path.getsize Invalid syntax error
- How to put square brackets on elements in specific rows of a matrix in R
- How can I get all the `\begin{definition}...\end{definition}` blocks in a LaTeX file?
- Emacs and Skim not in Sync fails to open
- How to change arrow tip in tikz
- pyreport LaTeX formulae not working
- Latex \newcommand in kramdown
- How can I use values and charts in a knitr / LaTeX document before R has calculated them?
- convert string to latex table format in Python
- Unwanted R code echo when compiling PDF with knitr
- Python Regex to Simplify LaTex Fractions
- Python3 LaTex PDF generator using subprocess, Error: memoryview: str object does not have the buffer interface
Related Questions in XELATEX
- How to get links output in a printer-friendly fashion, e.g. as numbered-citation style incuding a list of links at the end?
- beamer "second screen" with XeLaTeX
- Is there CSS for typesetting the XeLaTeX logo in HTML?
- RMarkdown PDF "LaTeX3 error: Erroneous variable"
- Change Text Vertical Alignment in Title
- How to debug missing unicode characters errors when compiling literate agda files?
- Rmarkdown beamer slides does not show itemise bullets
- Python thread fails to time out when terminal command requires user input
- Can bookdown output in PDF/X-3 format?
- pandoc doesn't text-wrap code blocks when converting to pdf
- TeXShop setting of UTF-8 is broken
- How to use MusiXTeX to draw chord brackets at the right side of chord?
- href for a link with special characters does not work in latex
- getting started with custom templates RMarkdown vitae
- Fontconfig error: No writable cache directories
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You could use “Ǝ” U+018E LATIN CAPITAL LETTER REVERSED E to get a mirrored E, but it’s tricky and risky to do a character substitution with CSS.
So a better approach would be to uppercase the “e” and use a 3D transform. Considering just this part, the following code would work on sufficiently modern browsers: