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”
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,oneside,12pt]{book}\usepackage[slovene]{babel}\usepackage[utf8]{inputenc}\usepackage{titlesec}\usepackage{xcolor}\usepackage{tabularx}\usepackage{float}\usepackage{caption}\usepackage{subcaption}\usepackage{longtable}\usepackage{array,booktabs,enumitem,makecell}% http://ctan.org/pkg/{array,booktabs,enumitem}\usepackage{tabu}\newcolumntype{P}[1]{>{\endgraf\vspace*{-\baselineskip}}p{#1}}\usepackage{graphicx} \graphicspath{{./slike/}} %%%%%%%%%ZA klicanje SLIK\usepackage[headsep=40pt,left=1in, right=1in, bottom=1.4in, top=0.8in]{geometry}\setlength{\parindent}{0in}\linespread{1.25}\def\labelitemi{--}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CLICABLE IMAGES%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\newsavebox\zbox\newcounter{zoom}\newcommand{\zoombox}[2][0]{%\leavevmode%\sbox\zbox{#2}%\pdfdest name {zb\thezoom.out} fit\pdfdest name {zb\thezoom.in} fitrwidth \the\wd\zbox\spaceheight \the\ht\zbox\spacedepth \the\dp\zbox\space\immediate\pdfannotwidth \the\wd\zbox\spaceheight \the\ht\zbox\space
Do you recommend a solution that could fix this?
BR