Search found 134 matches

by thomasb
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

YAP can not render a page

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 ...
by thomasb
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

ciclotron wrote:Could be a problem of the miktex compilers?
Try to update MikTeK : close everything or restart your computer, launch MikTeK package manager and update the whole base
by thomasb
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 ?
by thomasb
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
by thomasb
Tue May 28, 2019 8:36 am
Forum: LyX
Topic: Spanish spell-checker
Replies: 1
Views: 2498

Spanish spell-checker

dgaragones wrote:how to activate a continuous spell-checking in Spanish ?
Maybe here ?
by thomasb
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.
by thomasb
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 ?
by thomasb
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 ...
by thomasb
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 ...
by thomasb
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 :
DeepinScreenshot_select-area_20190526230845.png
DeepinScreenshot_select-area_20190526230845.png (53.85 KiB) Viewed 1592 times