Search found 15 matches

by comandos
Mon Aug 03, 2020 9:32 am
Forum: Text Formatting
Topic: code phantom spacing
Replies: 1
Views: 1392

code phantom spacing

Found solution:

Code: Select all

basicstyle=\ttfamily\footnotesize,
columns=fullflexible,
breakatwhitespace=false,
fullflexible was missing.

BR
by comandos
Mon Aug 03, 2020 9:16 am
Forum: Text Formatting
Topic: code phantom spacing
Replies: 1
Views: 1392

code phantom spacing

Greetings,
when opening pdf and copying a code snippet there are phantom spaces in the code, what did I do wrong?
Example bellow:
\documentclass[a4paper,oneside,12pt]{book}
\usepackage[slovene]{babel}
\usepackage[utf8]{inputenc}
\usepackage{listings}
\usepackage{xcolor}

\definecolor{codegreen ...
by comandos
Fri Mar 06, 2020 10:15 am
Forum: Graphics, Figures & Tables
Topic: clickable image + longtable
Replies: 1
Views: 1123

clickable image + longtable

Any one?
by comandos
Mon Mar 02, 2020 3:53 pm
Forum: Graphics, Figures & Tables
Topic: clickable image + longtable
Replies: 1
Views: 1123

clickable image + longtable

Greetings,
My current code generates a longtable with clickable images the problems comes:
1) itemized list from “Kriteriji” is not in line with text in “Delovanje”
2) inserting a clickable image completely shifts both text’s in “Kriteriji and Delovanje”

\documentclass[a4paper,oneside,12pt]{book ...
by comandos
Sun Feb 16, 2020 6:23 pm
Forum: Graphics, Figures & Tables
Topic: choicemenu check mark
Replies: 0
Views: 1952

choicemenu check mark

Greetings, I would like to draw a check mark in choicemenu and not a star any ideas. Basic template bellow:
\documentclass{article}
\usepackage[pdftex]{eforms}
\usepackage{tabularx}

\begin{document}

\begin{Form}
\begin{table}[!h]
\begin{tabularx}{\textwidth}{ll}
\ChoiceMenu[radio]{sex}{yes=0 ...
by comandos
Mon Jan 20, 2020 11:53 am
Forum: Text Formatting
Topic: auto fit »user input field« SIZE
Replies: 0
Views: 1792

auto fit »user input field« SIZE

Greetings,
I was wondering what would be the best option to auto fit »user input field« to cell size.
My current code looks like this:

\documentclass{article}
\usepackage[slovene]{babel}
\usepackage[utf8]{inputenc}
\usepackage[left=1in, right=0.5in, bottom=1.0in, top=0.5in]{geometry}
\usepackage ...
by comandos
Sat Jan 04, 2020 10:22 pm
Forum: Page Layout
Topic: sidebar question
Replies: 7
Views: 5948

sidebar question

Will try
thank you!
by comandos
Fri Jan 03, 2020 11:26 am
Forum: Page Layout
Topic: sidebar question
Replies: 7
Views: 5948

sidebar question

Greetings,
:S sorry must have missed it and sorry for the delay it has been crazy around here lately.

Yes I would prefer the use of tabular, so it’s scalable depending on page size (A3/A4) could you tell me if tabularX is an feasible solution and what am I doing wrong here:
\begin{tikzpicture ...
by comandos
Fri Dec 13, 2019 6:20 pm
Forum: Page Layout
Topic: sidebar question
Replies: 7
Views: 5948

sidebar question

Is there another way to create a sidebar that behaves like this in latex?
by comandos
Tue Dec 10, 2019 7:28 pm
Forum: Page Layout
Topic: sidebar question
Replies: 7
Views: 5948

sidebar question

I'm sorry for the delay I have attached bellow my latest code. And marked where I think the side bar was created, if there is a way to achieve the desired effect with less code I’m all ears :)

\documentclass[11pt,fleqn]{book}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage{xcolor ...