xdvipdfmx:warning: Unknown token "SDict"
Try to add dvipdfmx as an option to graphicx and hyperref packages (default seems to be dvips ) : https://tex.stackexchange.com/questions/316913/including-png-pdf-compiling-with-dvipdfmx-gives-interpreting-ps-code-fail
It looks like this ...
Search found 134 matches
- Thu May 30, 2019 2:44 pm
- Forum: Viewers for PDF, PS, and DVI
- Topic: YAP can not render a page
- Replies: 19
- Views: 131116
- Thu May 30, 2019 9:24 am
- Forum: Viewers for PDF, PS, and DVI
- Topic: YAP can not render a page
- Replies: 19
- Views: 131116
YAP can not render a page
Try to update MikTeK : close everything or restart your computer, launch MikTeK package manager and update the whole baseciclotron wrote:Could be a problem of the miktex compilers?
- Tue May 28, 2019 8:23 pm
- Forum: Viewers for PDF, PS, and DVI
- Topic: YAP can not render a page
- Replies: 19
- Views: 131116
YAP can not render a page
and with
pdftex
?- Tue May 28, 2019 8:08 pm
- Forum: Viewers for PDF, PS, and DVI
- Topic: YAP can not render a page
- Replies: 19
- Views: 131116
YAP can not render a page
It shows this line : Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
38.
The package epstopdf is for pdftex : epstopdf documentation
If you can, try to compile with pdftex or, firstly, try this command in the command line :
pdflatex --enable-write18 yourfile.tex
38.
The package epstopdf is for pdftex : epstopdf documentation
If you can, try to compile with pdftex or, firstly, try this command in the command line :
pdflatex --enable-write18 yourfile.tex
- Tue May 28, 2019 8:36 am
- Forum: LyX
- Topic: Spanish spell-checker
- Replies: 1
- Views: 2498
Spanish spell-checker
Maybe here ?dgaragones wrote:how to activate a continuous spell-checking in Spanish ?
- Tue May 28, 2019 8:30 am
- Forum: Page Layout
- Topic: Rearranging a section to the right side of the page
- Replies: 1
- Views: 3026
Rearranging a section to the right side of the page
Well, choose a template that you like and just change the fields... In
latex
, if you move something, it tends to move everything.- Tue May 28, 2019 8:23 am
- Forum: Viewers for PDF, PS, and DVI
- Topic: YAP can not render a page
- Replies: 19
- Views: 131116
YAP can not render a page
Do you have
pdflatex
compiler ?- Mon May 27, 2019 3:07 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a multicoumn table in landscape mode with bulletpoints
- Replies: 1
- Views: 7652
Creating a multicoumn table in landscape mode with bulletpoints
Here :
\documentclass[12pt]{article}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{graphicx}
\usepackage{rotating}
\begin{document}
% Minimal example
\begin{tabular}{|p{3cm}|}
\hline
\textbf{Name:} Foo \\
\hline
\textbf{Main success scenario:} \\
\begin{enumerate}
\item Entry action ...
\documentclass[12pt]{article}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{graphicx}
\usepackage{rotating}
\begin{document}
% Minimal example
\begin{tabular}{|p{3cm}|}
\hline
\textbf{Name:} Foo \\
\hline
\textbf{Main success scenario:} \\
\begin{enumerate}
\item Entry action ...
- Mon May 27, 2019 2:12 pm
- Forum: Graphics, Figures & Tables
- Topic: Weird textbox placement and testflow
- Replies: 1
- Views: 1943
Weird textbox placement and testflow
This works :
\documentclass{article}
\usepackage{wrapfig}
\usepackage{tcolorbox}
\usepackage{aurical}
\usepackage[T1]{fontenc}
\newtcolorbox{lorequote}{colback=red!5!white,colframe=red!75!black}
\begin{document}
\begin{wrapfigure}{o}{0.5\textwidth}
\begin{lorequote}
... interesting sideinfor ...
\documentclass{article}
\usepackage{wrapfig}
\usepackage{tcolorbox}
\usepackage{aurical}
\usepackage[T1]{fontenc}
\newtcolorbox{lorequote}{colback=red!5!white,colframe=red!75!black}
\begin{document}
\begin{wrapfigure}{o}{0.5\textwidth}
\begin{lorequote}
... interesting sideinfor ...
- Sun May 26, 2019 11:10 pm
- Forum: Graphics, Figures & Tables
- Topic: A syntax error with my table
- Replies: 2
- Views: 1629
A syntax error with my table
Ijon's correction works :