Search found 4 matches

by arkanoid
Fri Apr 03, 2015 10:54 am
Forum: Math & Science
Topic: Problem to wrap a formula
Replies: 1
Views: 3006

Problem to wrap a formula

Writing my thesys in maths i've found this indentation problem:
at the end of a line there is a maths-formula wrapped by latex. That equation now has no sense so i'm trying to find some solution.

here a simple example of my problem
Thanks in advance for any suggestions.

\begin{document}

che ...
by arkanoid
Wed Feb 25, 2015 3:08 pm
Forum: Math & Science
Topic: Triangolar Diagram
Replies: 6
Views: 5529

Re: Triangolar Diagram

How can i upgrade that packages?
by arkanoid
Wed Feb 25, 2015 12:07 pm
Forum: Math & Science
Topic: Triangolar Diagram
Replies: 6
Views: 5529

Triangolar Diagram

\documentclass[oneside,italian]{book}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{tikz-cd}

\makeatother

\usepackage{babel}
\begin{document ...
by arkanoid
Fri Feb 13, 2015 12:37 pm
Forum: Math & Science
Topic: Triangolar Diagram
Replies: 6
Views: 5529

Triangolar Diagram

Hi everybody.
It's the first time that i write i this forum so i hope i've choose the right topic.
I'm writing my math-thesis using latex.
I've to create a triangolar diagram to show the composition law of three functions.
So i use this code:

\begin{tikzcd}[column sep=small] & S^{'} \arrow[dl ...