Search found 5 matches

by Bahurin
Fri Jan 01, 2016 4:10 pm
Forum: Graphics, Figures & Tables
Topic: tikz nodes connection problem
Replies: 1
Views: 5306

tikz nodes connection problem

Dear all!
I cannot to find solution of my problems.
I created short code:

\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shapes, snakes, arrows}

\tikzset{
sum/.style={circle,draw=black,fill=white,thick, inner sep=0pt,minimum size=6mm},
gain/.style={regular polygon,regular polygon ...
by Bahurin
Tue Oct 13, 2015 6:28 pm
Forum: Text Formatting
Topic: section and references shifting
Replies: 1
Views: 2695

section and references shifting

Dear all! How can I shift a section line and referenses like this:

shifting.png

My code:

\documentclass[a4paper,14pt]{article}

%\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
%\usepackage[english]{babel}



\usepackage{tikz}
\usepackage {amsmath}
\usepgflibrary{arrows} % LATEX and ...
by Bahurin
Sat Aug 22, 2015 3:37 pm
Forum: Graphics, Figures & Tables
Topic: problem with tikz intersections
Replies: 2
Views: 3655

problem with tikz intersections

I have some problem with tikz. I want to get a curve and a several parallel arrows. But ends of arrows are unpredictable.

This is my code:

\begin{figure}[h!]
\begin{center}

\begin{tikzpicture} [>=latex]

%\draw[->] (-4.0 cm, 0.0 cm) -- (10.0 cm, 0.0 cm) node[below]{$\omega$} ;
%\draw[->] (0.0 cm ...
by Bahurin
Sat Jan 18, 2014 6:20 pm
Forum: Graphics, Figures & Tables
Topic: two figures vertical align
Replies: 3
Views: 9709

two figures vertical align

Hi Bahurin,

Welcome to the LaTeX community!

Probably the easiest here is to add trim axis left as option to the tikzpictures


Thank you very much for your advices. It is working correct now, but I have additional question.
Y label font decreases if I set ylabel as fraction. For example
\begin ...
by Bahurin
Mon Dec 30, 2013 2:45 pm
Forum: Graphics, Figures & Tables
Topic: two figures vertical align
Replies: 3
Views: 9709

two figures vertical align

Hello to all. I have one problem. I prepared document with two independent figures:

\documentclass[a4paper,12pt]{report}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage{amssymb,amsfonts,amsmath,mathtext,cite,enumerate,float}
\usepackage[dvips ...